Commit 542e34ab by wdh

paypal 支付按钮样式完善

parent 9e434ed6
......@@ -52,6 +52,7 @@ if ($block->getIsInCatalogProduct()) {
<img src="<?= $block->escapeHtml($linkImage['src']) ?>" />
</a>
<?php endif; ?>
<div class="checkout-txt">Checkout</div>
</div>
<!-- <input type="image" data-action="checkout-form-submit"-->
......
......@@ -1667,7 +1667,9 @@ footer{
.checkout-logo-medium,.paypal-credit{
background:#ffc439;
margin-bottom: 10px;
font-size: 14px;
}
.paypal-credit .checkout-txt{margin-right: 15px;}
.checkout-logo-medium input,.paypal-credit input{
background: #ffc439;
......
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