Commit 02b6203e by liumengfei

优化迷你购物车样式

parent 5caabf02
......@@ -32,15 +32,15 @@
</strong>
<div class="product-item-pricing" style="font-size: 20px;">
<div class="product-item-pricing" style="font-size: 18px;">
<div class="details-qty qty">
<span class="qty-wrapper" data-bind="html: qty"></span> *
<!-- ko if: canApplyMsrp -->
<div class="details-map">
<span class="label" data-bind="i18n: 'Price'"></span>
<span class="value" data-bind="i18n: 'See price before order confirmation.'"></span>
</div>
<!-- /ko -->
x <span class="qty-wrapper" data-bind="html: qty"></span>
</div>
<!-- ko ifnot: canApplyMsrp -->
......
......@@ -904,6 +904,14 @@ p.shopbycate-title {
width: 100%;
padding: 2px 0px;
font-size: 20px;
}
.amount.price-container {
font-size: 20px;
margin-left: 10px;
}
div#cart-totals{
margin-bottom: 20px;
}
.discount-area{
......
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