Commit feaf7ebe by lmf

优化手机版购物车列表

parent c51b739c
...@@ -2301,6 +2301,18 @@ tr.grand.totals { ...@@ -2301,6 +2301,18 @@ tr.grand.totals {
margin-top: -10%; margin-top: -10%;
} }
.cart-container .checkout-methods-items li:first-child {
background: #ffa800;
position: fixed;
bottom: 0;
left: 0;
z-index: 100;
box-shadow: 0 0 20px #999;
padding: 5px 10px;
}
.checkout.checkout-methods-items li{
height: auto !important;
}
} }
@media(min-width: 1024px) { @media(min-width: 1024px) {
...@@ -2310,20 +2322,21 @@ tr.grand.totals { ...@@ -2310,20 +2322,21 @@ tr.grand.totals {
tr.totals.discount{ tr.totals.discount{
color: #FF0000; color: #FF0000;
} }
}
.cart-container .checkout-methods-items li:first-child{ .cart-container .checkout-methods-items li:first-child{
background-color: #ffa800 ; background-color: #ffa800 ;
} }
.secure img{ .secure img{
height: 35px; height: 35px;
vertical-align: bottom; vertical-align: bottom;
margin-right: 10px; margin-right: 10px;
}
} }
.cart-container .cart-summary > .title{ .cart-container .cart-summary > .title{
display: block !important; display: block !important;
font-size: 25px;
} }
.cart-container .discount{ .cart-container .discount{
order: 0; order: 0;
......
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