Commit b47644d9 by lmf

优化购物车列表右侧支付按钮

parent 89435338
......@@ -2186,6 +2186,27 @@ text-transform: none;
.checkout.checkout-methods-items li{display: block;}
.checkout.checkout-methods-items li .paypal.checkout{margin-bottom: 15px;}
}
.checkout-logo-medium input, .paypal-credit input {
background: #ffc439;
outline: none;
position: relative;
display: inline-flex;
justify-content: center;
align-items: center;
gap: 0.25rem;
height: 55px;
padding: 8px 0;
}
.checkout-logo-medium, .paypal-credit {
display: flex;
background: #ffc439;
margin-bottom: 10px;
font-size: 14px;
align-items: center;
font-weight: 700;
justify-content: center;
font-family: Outfit-Regular;
}
.cart.table-wrapper .cart.table td{vertical-align: middle;}
.checkout-cart-index .cart-empty{text-align: center;margin-top: 50px;}
.checkout-cart-index .cart-empty .empty-img{margin-bottom: 20px;}
......@@ -2227,6 +2248,19 @@ strong.subtitle.empty{
button.action.primary.checkout{
height: 50px;
}
tr.grand.totals {
font-size: 20px;
}
.checkout.checkout-methods-items li{
width: 100%;
background-color: #ffc439;
height: 52px;
padding-top: 3px;
font-weight: 700;
font-size: 16px;
color: #1d1d1d;
}
}
}
......
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