Commit 0312ea53 by dhn

按钮999

parent 0a1acf2a
......@@ -72,7 +72,7 @@ $hasCouponCode = (bool) strlen($block->getCouponCode());
</div>
<?php else :?>
<div class="primary">
<button type="button" class="action cancel primary" style="padding: 0.5rem 1rem;width:100%;background-color: #444;" value="<?= $block->escapeHtmlAttr(__('Cancel Coupon')) ?>"><span><?= $block->escapeHtml(__('Cancel Coupon')) ?></span></button>
<button type="button" class="action cancel primary" style="padding: 0.5rem 1rem;width:100%;background-color: #999;" value="<?= $block->escapeHtmlAttr(__('Cancel Coupon')) ?>"><span><?= $block->escapeHtml(__('Cancel Coupon')) ?></span></button>
</div>
<?php endif; ?>
</div>
......
......@@ -902,7 +902,7 @@ p.shopbycate-title {
font-weight: 400;
justify-content: space-between;
width: 100%;
padding: 10px 0px;
padding: 2px 0px;
}
.discount-area{
color:#fa320f;
......
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