Commit 9f6bc78d by dhn

修改样式

parent 623a8f95
...@@ -391,7 +391,8 @@ ...@@ -391,7 +391,8 @@
<!-- merge your components here --> <!-- merge your components here -->
</item> </item>
</item> </item>
<item name="cart_items" xsi:type="array">
<!--<item name="cart_items" xsi:type="array">
<item name="component" xsi:type="string">Magento_Checkout/js/view/summary/cart-items</item> <item name="component" xsi:type="string">Magento_Checkout/js/view/summary/cart-items</item>
<item name="sortOrder" xsi:type="string">2</item> <item name="sortOrder" xsi:type="string">2</item>
<item name="children" xsi:type="array"> <item name="children" xsi:type="array">
...@@ -414,6 +415,7 @@ ...@@ -414,6 +415,7 @@
</item> </item>
</item> </item>
</item> </item>
-->
<item name="itemsAfter" xsi:type="array"> <item name="itemsAfter" xsi:type="array">
<item name="component" xsi:type="string">uiComponent</item> <item name="component" xsi:type="string">uiComponent</item>
<item name="children" xsi:type="array"> <item name="children" xsi:type="array">
......
...@@ -937,9 +937,18 @@ p.shopbycate-title { ...@@ -937,9 +937,18 @@ p.shopbycate-title {
padding-top:0px; padding-top:0px;
margin-top:20px; margin-top:20px;
} }
.checkout-cart-index .opc-estimated-wrapper .minicart-wrapper { .checkout-cart-index .header.content .minicart-wrapper,.checkout-index-index .opc-estimated-wrapper .minicart-wrapper {
display: none; display: none;
} }
.checkout-cart-index .header.content > a {
margin-left: 35%;
}
.checkout-cart-index .header.content .logo img {
max-width:60%;
}
.checkout-index-index .authentication-wrapper {
padding: 6px 20px!important;
}
} }
.checkout-index-index #next-shipping,.checkout-index-index #next-payment { .checkout-index-index #next-shipping,.checkout-index-index #next-payment {
text-align: center; text-align: center;
......
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