Commit 59a2b063 by lmf

优化购物车样式问题

parent e150184b
......@@ -45,7 +45,7 @@ $canApplyMsrp = $helper->isShowBeforeOrderConfirm($product) && $helper->isMinima
<dl class="item-options" >
<?php foreach ($_options as $_option) :?>
<?php $_formatedOptionValue = $block->getFormatedOptionValue($_option) ?>
<dt style="width: 30%;float: left"><?= $block->escapeHtml($_option['label']) ?></dt>
<dt style="width: 30%;float: left;margin-top: 0px;"><?= $block->escapeHtml($_option['label']) ?></dt>
<dd>
<?php if (isset($_formatedOptionValue['full_view'])) :?>
<?= $block->escapeHtml($_formatedOptionValue['full_view']) ?>
......
......@@ -2295,6 +2295,13 @@ tr.grand.totals {
.cart-container .cart.table-wrapper .item-options{
line-height: 16px;
}
.cart.table .actions-toolbar{
margin-top: -10%;
}
}
tr.totals.discount{
color: #FF0000;
}
......
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