Commit 0312ea53 by dhn

按钮999

parent 0a1acf2a
...@@ -72,7 +72,7 @@ $hasCouponCode = (bool) strlen($block->getCouponCode()); ...@@ -72,7 +72,7 @@ $hasCouponCode = (bool) strlen($block->getCouponCode());
</div> </div>
<?php else :?> <?php else :?>
<div class="primary"> <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> </div>
<?php endif; ?> <?php endif; ?>
</div> </div>
......
...@@ -902,7 +902,7 @@ p.shopbycate-title { ...@@ -902,7 +902,7 @@ p.shopbycate-title {
font-weight: 400; font-weight: 400;
justify-content: space-between; justify-content: space-between;
width: 100%; width: 100%;
padding: 10px 0px; padding: 2px 0px;
} }
.discount-area{ .discount-area{
color:#fa320f; 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