Authored by 郝肖肖

预售商品和普通商品错位修复

... ... @@ -4,7 +4,7 @@
}
.cart-header {
margin: 12px auto 48px;
margin: 12px auto 0;
width: 100%;
padding: 30px;
border-bottom: 1px solid #eee;
... ... @@ -18,6 +18,7 @@
span {
font-weight: normal;
}
.not-checked {
color: #999;
}
... ...
... ... @@ -29,6 +29,8 @@ $hoverColor: #379ed6;
}
.cart-pro-list {
margin-top: 48px;
.title {
border-bottom: 1px solid #eee;
font-size: 16px;
... ...