Commit d068f9af by dhn

按钮

parent 7f70cfff
......@@ -19,7 +19,7 @@
</style>
<div class="checkout methods items checkout-methods-items">
<div class="item checkout-now">
<button type="button" data-role="proceed-to-checkout" title="Checkout Now" class="action primary checkout" style="background: #0000; height: 40px;font-size: 22px;text-transform: uppercase;font-weight: 400;">
<button type="button" data-role="proceed-to-checkout" title="Checkout Now" class="action primary checkout">
<span class="secure"><img alt="" src="/media/wysiwyg/secure.png"></span>
<span>Checkout Now</span>
</button>
......
......@@ -797,6 +797,9 @@ p.shopbycate-title {
.no-enabled{
color:#cacaca!important;
}
.checkout-cart-index .cart-container .checkout-methods-items .checkout-now button{
background: #0000; height: 40px;font-size: 22px;text-transform: uppercase;font-weight: 400;
}
@media (min-width: 768px) {
.checkout-cart-index .cart-container {
padding-bottom: 2rem;
......@@ -804,6 +807,9 @@ p.shopbycate-title {
.checkout-cart-index .cart-container .cart.actions {
border-top:none;
}
.checkout-cart-index .cart-container .checkout-methods-items .checkout-now button{
height: 50px;
}
.checkout-cart-index #maincontent,.checkout-onepage-success #maincontent{
background-color: #f4f4f4;
border-top:1px solid #ddd;
......@@ -866,6 +872,9 @@ p.shopbycate-title {
top: 45%;
left: 45%;
}
.checkout-cart-index .checkout-methods-items {
background-color: #fff;
}
}
.checkout-cart-index .cart-container .cart-summary {
gap: 0px;
......@@ -910,6 +919,7 @@ p.shopbycate-title {
.checkout-cart-index #cart-totals table td,.checkout-cart-index #cart-totals table th {
padding: 0.3rem 0.5rem;
}
}
.checkout-index-index .details-qty,.checkout-cart-index .details-qty{
display: block;
......
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