Commit e72052a6 by lmf

优化mini购物车展示样式

parent 28eb722e
...@@ -273,9 +273,7 @@ ...@@ -273,9 +273,7 @@
} }
.amreview-slider-item { .amreview-slider-item {
max-width: 100px;
width: 100%; width: 100%;
height: 100px;
} }
} }
......
...@@ -121,7 +121,7 @@ Login,Login ...@@ -121,7 +121,7 @@ Login,Login
"See Details","See Details" "See Details","See Details"
"Options Details","Options Details" "Options Details","Options Details"
Remove,Remove Remove,Remove
"Cart Subtotal","Cart Subtotal" "Cart Subtotal","Subtotal"
"Payment Information","Payment Information" "Payment Information","Payment Information"
"No Payment method available.","No Payment method available." "No Payment method available.","No Payment method available."
"You can track your order status by creating an account.","You can track your order status by creating an account." "You can track your order status by creating an account.","You can track your order status by creating an account."
...@@ -180,8 +180,8 @@ Payment,Payment ...@@ -180,8 +180,8 @@ Payment,Payment
"Thank you for your purchase!","Thank you for your purchase!" "Thank you for your purchase!","Thank you for your purchase!"
"Password", "Password" "Password", "Password"
"Something went wrong while saving the page. Please refresh the page and try again.","Something went wrong while saving the page. Please refresh the page and try again." "Something went wrong while saving the page. Please refresh the page and try again.","Something went wrong while saving the page. Please refresh the page and try again."
"Item in Cart","Item in Cart" "Item in Cart","Item"
"Items in Cart","Items in Cart" "Items in Cart","Items"
"Close","Close" "Close","Close"
"Show Cross-sell Items in the Shopping Cart","Show Cross-sell Items in the Shopping Cart" "Show Cross-sell Items in the Shopping Cart","Show Cross-sell Items in the Shopping Cart"
"You added %1 to your <a href=""%2"">shopping cart</a>.","You added %1 to your <a href=""%2"">shopping cart</a>." "You added %1 to your <a href=""%2"">shopping cart</a>.","You added %1 to your <a href=""%2"">shopping cart</a>."
......
...@@ -41,7 +41,7 @@ ...@@ -41,7 +41,7 @@
</if> </if>
<if args="getCartParam('summary_count')"> <if args="getCartParam('summary_count')">
<div class="items-total"> <div class="items-total" style="display: block">
<span class="count" if="maxItemsToDisplay < getCartLineItemsCount()" text="maxItemsToDisplay"></span> <span class="count" if="maxItemsToDisplay < getCartLineItemsCount()" text="maxItemsToDisplay"></span>
<translate args="'of'" if="maxItemsToDisplay < getCartLineItemsCount()"></translate> <translate args="'of'" if="maxItemsToDisplay < getCartLineItemsCount()"></translate>
<span class="count" text="getCartParam('summary_count')"></span> <span class="count" text="getCartParam('summary_count')"></span>
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* See COPYING.txt for license details. * See COPYING.txt for license details.
*/ */
--> -->
<div class="subtotal"> <div class="subtotal" style="width: 47%;float: right;">
<span class="label"> <span class="label">
<!-- ko i18n: 'Cart Subtotal' --><!-- /ko --> <!-- ko i18n: 'Cart Subtotal' --><!-- /ko -->
</span> </span>
......
...@@ -2239,7 +2239,6 @@ strong.subtitle.empty{ ...@@ -2239,7 +2239,6 @@ strong.subtitle.empty{
justify-content: space-between; justify-content: space-between;
font-weight: 500; font-weight: 500;
font-size: 18px; font-size: 18px;
margin-bottom: -5px;
} }
.minicart-items .price-container{ .minicart-items .price-container{
font-size: 12px; font-size: 12px;
......
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