Commit e72052a6 by lmf

优化mini购物车展示样式

parent 28eb722e
......@@ -273,9 +273,7 @@
}
.amreview-slider-item {
max-width: 100px;
width: 100%;
height: 100px;
}
}
......
......@@ -121,7 +121,7 @@ Login,Login
"See Details","See Details"
"Options Details","Options Details"
Remove,Remove
"Cart Subtotal","Cart Subtotal"
"Cart Subtotal","Subtotal"
"Payment Information","Payment Information"
"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."
......@@ -180,8 +180,8 @@ Payment,Payment
"Thank you for your purchase!","Thank you for your purchase!"
"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."
"Item in Cart","Item in Cart"
"Items in Cart","Items in Cart"
"Item in Cart","Item"
"Items in Cart","Items"
"Close","Close"
"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>."
......
......@@ -41,7 +41,7 @@
</if>
<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>
<translate args="'of'" if="maxItemsToDisplay < getCartLineItemsCount()"></translate>
<span class="count" text="getCartParam('summary_count')"></span>
......
......@@ -4,7 +4,7 @@
* See COPYING.txt for license details.
*/
-->
<div class="subtotal">
<div class="subtotal" style="width: 47%;float: right;">
<span class="label">
<!-- ko i18n: 'Cart Subtotal' --><!-- /ko -->
</span>
......
......@@ -2239,7 +2239,6 @@ strong.subtitle.empty{
justify-content: space-between;
font-weight: 500;
font-size: 18px;
margin-bottom: -5px;
}
.minicart-items .price-container{
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