Commit 9810eec3 by lmf

优化样式

parent b8e9efa3
......@@ -42,10 +42,10 @@ $canApplyMsrp = $helper->isShowBeforeOrderConfirm($product) && $helper->isMinima
<?php endif; ?>
</strong>
<?php if ($_options = $block->getOptionList()) :?>
<dl class="item-options" style="margin-top: 10%;">
<dl class="item-options" >
<?php foreach ($_options as $_option) :?>
<?php $_formatedOptionValue = $block->getFormatedOptionValue($_option) ?>
<dt style="width: 15%;float: left"><?= $block->escapeHtml($_option['label']) ?></dt>
<dt style="width: 30%;float: left"><?= $block->escapeHtml($_option['label']) ?></dt>
<dd>
<?php if (isset($_formatedOptionValue['full_view'])) :?>
<?= $block->escapeHtml($_formatedOptionValue['full_view']) ?>
......
......@@ -71,7 +71,7 @@
"
translate="'Proceed to Checkout'" style="background: #ffa800;">
</button>
<div data-bind="html: getCartParamUnsanitizedHtml('extra_actions')"></div>
<div data-bind="html: getCartParamUnsanitizedHtml('extra_actions')" style="display: none"></div>
</div>
</div>
</if>
......
......@@ -2289,6 +2289,10 @@ strong.subtitle.empty{
width: 100%;
}
.paypal-credit .checkout-txt{
margin-left: 25px;
}
......
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