Commit 02b6203e by liumengfei

优化迷你购物车样式

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