12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- /* pages/select-shopping/select-shopping.wxss */
- .text{
- background-color: orange;
- font-size:12px;
- color:white;
- border-radius: 15px;
- }
- .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: 11px;
- position: absolute;
- margin-left: 10px;
- margin-top: 50px;
- position: absolute;
- text-align: center;
- }
|