|
@@ -49,10 +49,15 @@ li{list-style:none}
|
|
|
.price-total span{color:#f94b4b}
|
|
|
.order-container .section-shopinfo .shopinfo-bott{width: 100%;height: auto;box-sizing: border-box;padding-left:110px;line-height: 38px;color: #22272E; border-top: 1px dashed #F7F7F7;}
|
|
|
.order-container .section-shopinfo .shopinfo-bott p .red{color: #FF2A2A;}
|
|
|
- .order-container .section-shopinfo .shopinfo-bott .bott-top{width: 100%;float: left;}
|
|
|
+ .order-container .section-shopinfo .shopinfo-bott .bott-top{width: 100%;float: left;height: 60px;}
|
|
|
.order-container .section-shopinfo .shopinfo-bott .bott-bot{width: 100%;float: left;}
|
|
|
.order-container .section-shopinfo .shopinfo-bott .count{float: left;font-size: 14px;}
|
|
|
- .order-container .section-shopinfo .shopinfo-bott .total{float: right;font-size: 16px;}
|
|
|
+ .order-container .section-shopinfo .shopinfo-bott .total{float: right;font-size: 16px;display: inline-block;text-align:right;}
|
|
|
+ .order-container .section-shopinfo .shopinfo-bott .total p{display: inline-block;float: left;height: 30px;line-height: 30px;width: 100%;}
|
|
|
+ .order-container .section-shopinfo .shopinfo-bott .total p .money{font-size: 14px;color: #999999;text-decoration: line-through;}
|
|
|
+ .order-container .section-shopinfo .shopinfo-bott .total p .money-sign{font-size: 14px;color: #999999;text-decoration: line-through;}
|
|
|
+ .order-container .section-shopinfo .shopinfo-bott .total p .money-reduced{margin-left: 5px;font-size: 14px;color: #e15616;}
|
|
|
+ .order-container .section-shopinfo .shopinfo-bott .total p .none{line-height: 60px;}
|
|
|
.order-container .section-shopinfo .bott-bot p{color: #627386;}
|
|
|
.order-container .section-shopinfo .bott-bot span{margin-left: 10px;color: #22272E;}
|
|
|
/*发票信息*/
|
|
@@ -125,7 +130,8 @@ li{list-style:none}
|
|
|
.section-shopinfo .name{display:inline-block;color:#9aa5b5}
|
|
|
.section-shopinfo .title .priceTag{width:22vw;height:6.4vw;position:absolute;right:0;top:2vw}
|
|
|
.section-shopinfo .title .priceTag .tag{top:0}
|
|
|
- .section-shopinfo{width:100%;background:#FFF;color:#9aa5b5;font-size:3.4vw;margin-top:1.5vw;padding:0 3.2vw;box-sizing:border-box}
|
|
|
+ .section-shopinfo{width:100%;background:#FFF;color:#9aa5b5;font-size:3.4vw;margin-top:1.5vw;padding:2vw 3.2vw;box-sizing:border-box}
|
|
|
+ .section-shopinfo .product{padding:2vw 0;box-sizing:border-box}
|
|
|
.section-prosinfo{padding:1vw 0 1vw 32.2vw;position:relative;margin-top:2vw}
|
|
|
.section-prosinfo .image{width:28vw;position:absolute;left:0;top:0}
|
|
|
.section-prosinfo .image img{width:28vw;height:28vw}
|
|
@@ -137,6 +143,10 @@ li{list-style:none}
|
|
|
.section-prosinfo .text .price{font-size:3.4vw;color:#627386}
|
|
|
.section-prosinfo .text .price .red{color:#f94b4b}
|
|
|
.shopinfo-bott{border-top:1px solid #F7F7F7;width:100%;box-sizing:border-box;margin:0 auto;line-height:10.6vw;color:#22272e;font-size:3.4vw;text-align:right;padding:0 3.2vw}
|
|
|
+ .shopinfo-bott .total p{width: 100%;float: right;line-height: 6vw;}
|
|
|
+ .shopinfo-bott .total p .money{color: #999999;text-decoration: line-through;}
|
|
|
+ .shopinfo-bott .total p .money-sign{color: #999999;text-decoration: line-through;}
|
|
|
+ .shopinfo-bott .total p .money-reduced{color: #e15616;}
|
|
|
.shopinfo-bott p{display:inline-block;margin-left:3vw}
|
|
|
.shopinfo-bott p .red{color:#627386}
|
|
|
.shopinfo-bott .bott-bot{text-align:left;line-height:6vw;color:#627386;padding-bottom:2vw}
|