|
@@ -59,10 +59,11 @@
|
|
|
.order-product-form { width: 100%;height: auto;padding:0 16px 16px 16px;box-sizing: border-box;background: #FFFFFF;}
|
|
|
.order-product-form .cartTit{height:50px;line-height:50px;border-bottom: 1px solid #E2E7EF;text-align: center;}
|
|
|
.order-product-form .c1{float:left;width:100%;height:100%;position:relative;}
|
|
|
- .order-product-form .c2{float:left;width:25%;line-height: 12vw;}
|
|
|
- .order-product-form .c3{float:left;width:25%;line-height: 12vw;color: #F94B4B;}
|
|
|
- .order-product-form .c4{float:left;width:25%;line-height: 12vw;}
|
|
|
- .order-product-form .c5{float:left;width:25%;line-height: 12vw;position:relative;color: #F94B4B;}
|
|
|
+ .order-product-form .c2{float:left;width:25%;line-height: 12vw;text-align: left;}
|
|
|
+ .order-product-form .c3{float:left;width:25%;line-height: 12vw;color: #F94B4B;text-align: left;}
|
|
|
+ .order-product-form .c4{float:left;width:25%;line-height: 12vw;text-align: left;}
|
|
|
+ .order-product-form .c5{float:left;width:25%;line-height: 12vw;position:relative;color: #F94B4B;text-align: left;}
|
|
|
+ .order-product-item .tit{color: #22272E;line-height: 6vw;}
|
|
|
.order-product-none { text-align: center;width: 100%;height: 122px;padding: 25px 0;box-sizing: border-box;}
|
|
|
.order-product-none p{ line-height: 36px;font-size: 14px;color: #9AA5B5;}
|
|
|
.order-product-main{width: 100%;height: auto;box-sizing: border-box;padding: 10px 0;float: left; }
|