Commit a01c82ae by dhn

结算页商品模块修改

parent 8701ecc9
......@@ -530,8 +530,18 @@ $full_free_ship = $_helper->currency($full_free, true, false);
.checkout-index-index .block.items-in-cart .title{
padding-left:1rem;
}
.checkout-index-index .block.items-in-cart .title strong{
width:100%;
}
.checkout-index-index .block.items-in-cart .title strong .estimated-label{
width: 50%;
display: inline-block;
}
.checkout-index-index .block.items-in-cart .title strong .estimated-price{
width: 45%;
display: inline-block;
text-align: right;
}
/***************payment end******************/
}
......
......@@ -7,7 +7,7 @@
<div class="block items-in-cart" data-bind="mageInit: {'collapsible':{'closeOnOuter':false,'openedState': 'false', 'active': false}}">
<div class="title" data-role="title">
<strong role="heading" aria-level="1">
<span class="estimated-label" data-bind="i18n: 'Estimated Total'"></span>
<span class="estimated-label" data-bind="i18n: 'Order Summary'"></span>
<span class="estimated-price" data-bind="text: getGrandTotal()"></span>
</strong>
</div>
......
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