Commit e150184b by lmf

优化手机版购物车列表样式

parent 9810eec3
...@@ -2243,17 +2243,12 @@ strong.subtitle.empty{ ...@@ -2243,17 +2243,12 @@ strong.subtitle.empty{
margin-left: 30%; margin-left: 30%;
margin-top: -16%; margin-top: -16%;
} }
button.action.primary.checkout{
@media(min-width: 1024px) {
button.action.primary.checkout{
height: 50px; height: 50px;
} }
tr.grand.totals { tr.grand.totals {
font-size: 20px; font-size: 20px;
}
} }
.checkout.checkout-methods-items li{ .checkout.checkout-methods-items li{
width: 100%; width: 100%;
height: 52px; height: 52px;
...@@ -2279,9 +2274,6 @@ strong.subtitle.empty{ ...@@ -2279,9 +2274,6 @@ strong.subtitle.empty{
font-family: Outfit-Regular; font-family: Outfit-Regular;
} }
.cart-container .checkout-methods-items li:first-child{ .cart-container .checkout-methods-items li:first-child{
background-color: #000000; background-color: #000000;
} }
...@@ -2293,9 +2285,17 @@ strong.subtitle.empty{ ...@@ -2293,9 +2285,17 @@ strong.subtitle.empty{
margin-left: 25px; margin-left: 25px;
} }
@media(max-width: 1024px) {
.cart-container .cart.table .product-item-name{
font-size: 10px;
height: 60px;
overflow: hidden;
line-height: 16px;
}
.cart-container .cart.table-wrapper .item-options{
line-height: 16px;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment