123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- /* pages/zhuye/zhuye.wxss */
- .text{
- background-color: orange;
- font-size:12px;
- color:white;
- border-radius: 15px;
- }
- .lunbo{
- height: 120px;
- }
- .meishi{
- width: 105px;
- height: 70px;
- margin-left: 10px;
- position: absolute;
- }
- .body{
- width: 100%;
- height: 80px;
- margin-top: 20px;
-
- }
- .bodytext1{
- float: right;
- font-size: 16px;
- margin-right: 12px;
- font-weight: bold;
-
- }
- .bianse{
- color: orange;
- }
- .bodytext2{
- box-sizing: border-box;
- font-size: 11px;
- float: right;
- margin-right: 10px;
- margin-top: 10px;
- }
- .minute{
- width: 40px;
- height: 15px;
- float: right;
- margin-left: 5px;
- background-color: orange;
- color: white;
- text-align: center;
- border: 1px solid white;
- }
- .bodytext3{
- float: right;
- width: 200px;
- height: 15px;
- font-size: 12px;
- text-align: center;
- background-color: orange;
- border-radius: 8%;
- color:white;
- margin-top: 10px;
- }
- .body2{
- margin-top: 20px;
- }
- .photo2{
- position: relative;
- }
- .relaxing{
- width: 105px;
- height: 20px;
- background-color: #666666;
- color: white;
- font-size: 12px;
- position: absolute;
- margin-left: 10px;
- margin-top: 50px;
- position: absolute;
- text-align: center;
- }
|