|
@@ -4,6 +4,8 @@ li{list-style:none}
|
|
|
* PC端
|
|
|
*/
|
|
|
@media screen and (min-width:768px){
|
|
|
+ input[type="number"]{-moz-appearance:none;-webkit-appearance: none;}
|
|
|
+ input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance:none;}
|
|
|
.loading{box-sizing:border-box;padding:200px 0;text-align:center}
|
|
|
.empty{box-sizing:border-box;padding:100px 0;text-align:center;color:#4A4F58;line-height:30px;font-size:16px}
|
|
|
.empty img{width:180px;height:180px}
|
|
@@ -23,10 +25,15 @@ li{list-style:none}
|
|
|
.listWrap{width:1184px}
|
|
|
.listWrap .cartTit,.listWrap .supplierItem{box-sizing:border-box;padding:0 14px;text-align:center;width:100%;background:#FFF;margin-bottom:8px;box-shadow:0px 3px 6px rgba(0,0,0,0.07)}
|
|
|
.listWrap .supplierItem.disable{background:#f1f0f5}
|
|
|
- .listWrap .cartTit,.listWrap .supplierInfo{height:60px;line-height:60px}
|
|
|
+ .listWrap .supplierItem em{font-style: normal}
|
|
|
+ .listWrap .supplierTit{border-bottom:1px solid #F7F7F7;height:60px;line-height:60px;text-align: left;}
|
|
|
+ .listWrap .supplierTit .img{width:auto;height:32px;border:1px solid #F7F7F7;margin-right:10px}
|
|
|
+ .listWrap .supplierTit .name{color:#9aa5b5}
|
|
|
+ .listWrap .cartTit,.listWrap .supplierBtn{height:60px;line-height:60px}
|
|
|
.listWrap .cartTit{color:#333333}
|
|
|
- .listWrap .supplierItem,.listWrap .supplierInfo{color:#22272E}
|
|
|
- .listWrap .supplierInfo{border-top:1px solid #F5F5F5}
|
|
|
+ .listWrap .supplierItem,.listWrap .supplierBtn{color:#22272E}
|
|
|
+ .listWrap .supplierBtn{border-top:1px solid #F5F5F5;text-align:right;}
|
|
|
+ .listWrap .supplierBtn em {color:#f55c5c;font-size:16px;}
|
|
|
.listWrap .cartItem{width:100%;height:100px;line-height:100px;margin-top:10px;padding:14px 0;font-size: 16px}
|
|
|
.listWrap .cartItem:first-child{margin-top:0}
|
|
|
.listWrap .cartItem .c2{text-align:left}
|
|
@@ -41,15 +48,14 @@ li{list-style:none}
|
|
|
.listWrap .c6{float:left;width:142px}
|
|
|
.listWrap .c7{float:right;width:118px}
|
|
|
.listWrap .c10{float:left;width:495px}
|
|
|
- .listWrap .supplierInfo .c2{text-align:left;width:800px}
|
|
|
.listWrap .check{width:16px;height:16px;line-height:14px;vertical-align:middle}
|
|
|
.listWrap .image{display:block;width:100px;height:100px;border:1px solid #F7F7F7}
|
|
|
.listWrap .name, .listWrap .unit{line-height:20px;display:inline-block;max-height:100px;overflow:hidden;vertical-align:middle}
|
|
|
.listWrap .cartItem .name{padding-left:14px}
|
|
|
.listWrap .cartItem .name .tag{display: inline-block;background:#f94b4b;color:#FFF;font-size:12px;padding:0 6px;height:20px;line-height:20px;border-radius:2px;font-style:normal;margin-right:5px}
|
|
|
.listWrap .c7 em,.listWrap .c10 em{color:#f94b4b;font-style:normal}
|
|
|
- .listWrap .number{display:inline-block;width:96px;line-height:24px;height:24px;box-sizing:border-box;border:1px solid #EFEFEF;border-radius:2px;font-size:0;white-space:nowrap;text-align:center;overflow:hidden;vertical-align:top}
|
|
|
- .listWrap .number>em{display:inline-block;width:24px;height:22px;background:#EFEFEF;font-size:20px;font-style:normal;line-height:20px;vertical-align:top;cursor:pointer}
|
|
|
+ .listWrap .number{display:inline-block;width:96px;line-height:24px;height:24px;box-sizing:border-box;border:1px solid #FFE6DC;border-radius:2px;font-size:0;white-space:nowrap;text-align:center;overflow:hidden;vertical-align:top}
|
|
|
+ .listWrap .number>em{display:inline-block;width:24px;height:22px;background:#FFE6DC;font-size:20px;font-style:normal;line-height:20px;vertical-align:top;cursor:pointer}
|
|
|
.listWrap .number input{width:48px;border:none;line-height:22px;font-size:14px;vertical-align:top;text-align:center;color:#E15616}
|
|
|
.listWrap .del{color: #9AA5B5;font-size:20px;position:relative;cursor:pointer;display:inline-block;height:40px;line-height:40px;width:30px}
|
|
|
.listWrap .del .tips{position:absolute;top:40px;left:4px;opacity:0;white-space:nowrap;background-color:#f94b4b;color:#FFF;border-radius:3px;line-height:30px;font-size:12px;text-align:center;display:inline-block;transition:all .8s;padding:0 10px;font-style:normal}
|
|
@@ -74,15 +80,12 @@ li{list-style:none}
|
|
|
.summaryWrap .summary .submit{display:inline-block;width:232px;height:50px;line-height:50px;text-align:center;background-color:#e15616;border-radius:2px;color:#FFF}
|
|
|
.summaryWrap.fixed{position:fixed;bottom:0;left:0;margin:0;z-index:99999;box-shadow:20px 20px 102px rgba(0,0,0,0.1)}
|
|
|
.pageTitle .step label.line{width: 50px;height: 1px;background: #707070;display: inline-block; margin: 0px 10px}
|
|
|
- .supplierInfo.top{border-bottom: 1px solid #F5F5F5}
|
|
|
- input[type="number"]{
|
|
|
- -moz-appearance: none;
|
|
|
- -webkit-appearance: none;
|
|
|
- }
|
|
|
- input::-webkit-outer-spin-button,
|
|
|
- input::-webkit-inner-spin-button {
|
|
|
- -webkit-appearance: none;
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
.colorprice{color: #9AA5B5}
|
|
|
.gouxuan{background: url("/img/cart/gouxuan.png");}
|
|
|
.tips-text{
|
|
@@ -169,7 +172,8 @@ li{list-style:none}
|
|
|
.listWrap .supplierItem em{font-style: normal}
|
|
|
.listWrap .supplierTit{border-bottom:1px solid #F7F7F7;height:7.4vw;line-height:7.4vw;padding:1.3vw 3.3vw;}
|
|
|
.listWrap .cartItem{padding:2.2vw 3.3vw;height:24vw;line-height:24vw;position:relative;}
|
|
|
- .listWrap .supplierInfo{border-top:1px solid #F7F7F7;width:93vw;margin:0 auto;height:10.6vw;line-height:10.6vw;color:#22272e;font-size:3.4vw;text-align:right;}
|
|
|
+ .listWrap .supplierBtn{border-top:1px solid #F7F7F7;width:93vw;margin:0 auto;height:10.6vw;line-height:10.6vw;color:#22272e;font-size:3.4vw;text-align:right;}
|
|
|
+ .listWrap .supplierBtn em {color: #f55c5c;}
|
|
|
.listWrap .supplierItem .c0{float:left;width:9.6vw;text-align:center}
|
|
|
.listWrap .check{width:3.5vw;height:3.5vw;line-height:3.5vw;vertical-align:middle}
|
|
|
.listWrap .supplierItem .c1{float:left;width:24vw}
|