|
@@ -47,7 +47,7 @@ li{list-style:none}
|
|
|
.listWrap .cartItem:first-child{margin-top:0}
|
|
|
.listWrap .cartItem .c2{text-align:left}
|
|
|
.listWrap .cartItem>div>*{vertical-align:middle}
|
|
|
- .listWrap .c0{float:left;width:34px;text-align:left}
|
|
|
+ .listWrap .c0{float:left;width:34px;text-align:left;height: 100%;display: flex;align-items: center;}
|
|
|
.listWrap .c1{float:left;width:102px;height:100%;position:relative;}
|
|
|
.listWrap .c2{float:left;width:400px}
|
|
|
.listWrap .c3{float:left;width:200px}
|
|
@@ -58,7 +58,7 @@ li{list-style:none}
|
|
|
.listWrap .c10{float:left;width:495px}
|
|
|
.listWrap .c11{float:left;width:480px;text-align:left}
|
|
|
.listWrap .c1 span.tip{position:absolute;background:#ff4500;line-height:20px;height:20px;padding:0 10px;white-space:nowrap;font-size:12px;color:#FFF;top:0;left:0}
|
|
|
- .listWrap .coll-checked{width: 16px;height: 16px;cursor: pointer;background: url("/img/cart/icon_weigouxuan@2x.png") no-repeat;background-size: cover;display: block;margin-right: 6px;margin-top: 24px;}
|
|
|
+ .listWrap .coll-checked{width: 16px;height: 16px;cursor: pointer;background: url("/img/cart/icon_weigouxuan@2x.png") no-repeat;background-size: cover;display: block;margin-right: 6px;}
|
|
|
.listWrap .coll-checked.checked{background: url("/img/cart/icon_yixuanze@2x.png") no-repeat;background-size: cover;}
|
|
|
.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}
|