Commit feaf7ebe by lmf

优化手机版购物车列表

parent c51b739c
......@@ -2301,6 +2301,18 @@ tr.grand.totals {
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) {
......@@ -2310,20 +2322,21 @@ tr.grand.totals {
tr.totals.discount{
color: #FF0000;
}
}
.cart-container .checkout-methods-items li:first-child{
background-color: #ffa800 ;
}
.cart-container .checkout-methods-items li:first-child{
background-color: #ffa800 ;
}
.secure img{
height: 35px;
vertical-align: bottom;
margin-right: 10px;
}
.secure img{
height: 35px;
vertical-align: bottom;
margin-right: 10px;
}
.cart-container .cart-summary > .title{
display: block !important;
font-size: 25px;
}
.cart-container .discount{
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