Commit 7b33a047 by 王东红

fix

parent d8b45c36
......@@ -5,30 +5,10 @@
*/
-->
<div class="block-title">
<strong>
<span class="text" translate="'My Cart'"></span>
<span
class="qty empty"
text="getCartParam('summary_count')"
data-bind="css: { empty: !!getCartParam('summary_count') == false },
attr: { title: $t('Items in Cart') }">
</span>
</strong>
</div>
<div class="block-content">
<button type="button"
id="btn-minicart-close"
class="action close"
data-action="close"
data-bind="
attr: {
title: $t('Close')
},
click: closeMinicart()
">
<span translate="'Close'"></span>
</button>
<if args="getCartParam('summary_count')">
<strong class="subtitle" translate="'Recently added item(s)'"></strong>
......@@ -72,7 +52,7 @@
<each args="getRegion('subtotalContainer')" render=""></each>
</div>
<each args="getRegion('extraInfo')" render=""></each>
<div class="actions" if="getCartParam('possible_onepage_checkout')">
<div class="primary">
......@@ -92,6 +72,7 @@
<div data-bind="html: getCartParamUnsanitizedHtml('extra_actions')"></div>
</div>
</div>
</if>
<div class="actions" if="getCartParam('summary_count')">
......@@ -102,6 +83,8 @@
</div>
</div>
<each args="getRegion('extraInfo')" render=""></each>
<div id="minicart-widgets" class="minicart-widgets" if="regionHasElements('promotion')">
<each args="getRegion('promotion')" render=""></each>
</div>
......
......@@ -94,7 +94,7 @@ Customers,Customers
ID,ID
"First Name","First Name"
"Last Name","Last Name"
"Items in Cart","Items in Cart"
"Items in Cart","Items"
"Products in carts","Products in carts"
Carts,Carts
Name,Name
......
......@@ -1644,7 +1644,7 @@ footer{
#minicart-content-wrapper .product-item-pricing .details-qty.qty{margin-right: 4px;gap: 0.175rem !important;color: #333333;}
#minicart-content-wrapper .minicart-items .actions{bottom: 1.5rem !important;}
#minicart-content-wrapper .item-total-subtotal{display: flex;align-items: center;justify-content: space-between;}
.block-minicart .items-total{display: block !important;font-size: 13px;color: #666666;}
.block-minicart .items-total{display: block !important;font-size: 15px;color: #666666;}
#minicart-content-wrapper .action.primary.checkout{display: none !important;}
#minicart-content-wrapper .actio.delete{color: #999999 !important;}
#minicart-content-wrapper .actions .secondary a.action.viewcart{
......@@ -1844,14 +1844,12 @@ button.action.submit.primary {
justify-content: right;
}
.block-minicart .subtotal .label{
font-size: 13px;
font-weight: 700;
font-size: 15px;
color: #333333;
}
.block-minicart .subtotal .price-wrapper{
font-size: 16px;
font-size: 18px;
font-weight: 700;
color: #e63500;
margin-left: 2px;
}
.block-minicart .action.primary.checkout{
......
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