Commit f3a413d9 by wdh

优化支付按钮样式

parent 0d5383a2
...@@ -1654,20 +1654,24 @@ footer{ ...@@ -1654,20 +1654,24 @@ footer{
font-size: 12px; font-size: 12px;
} }
.cart-container .checkout.checkout-methods-items li{width: 100%;} .cart-container .checkout.checkout-methods-items li{width: 100%;}
.cart-container .checkout.checkout-methods-items li .checkout-logo-medium,.cart-container .checkout.checkout-methods-items li .paypal-credit{ //.cart-container .checkout.checkout-methods-items li .checkout-logo-medium,.cart-container .checkout.checkout-methods-items li .paypal-credit{
display: flex; //
background: #ffc439; // background: #ffc439;
align-items: center; // align-items: center;
font-weight: 700; // font-weight: 700;
justify-content: center; // justify-content: center;
} //}
.block-minicart .block-content > .actions .action.checkout ~ div:not(:empty){ .block-minicart .block-content > .actions .action.checkout ~ div:not(:empty){
display: unset !important; display: unset !important;
} }
.checkout-logo-medium,.paypal-credit{ .checkout-logo-medium,.paypal-credit{
display: flex;
background:#ffc439; background:#ffc439;
margin-bottom: 10px; margin-bottom: 10px;
font-size: 14px; font-size: 14px;
align-items: center;
font-weight: 700;
justify-content: center;
} }
.paypal-credit .checkout-txt{margin-left: 15px;} .paypal-credit .checkout-txt{margin-left: 15px;}
......
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