Commit 8cd163b1 by lmf

优化购物流程细节

parent c8bbb3e8
......@@ -10,5 +10,6 @@
<body>
<referenceContainer name="page.bottom.container" remove="true"/>
<referenceBlock name="checkout.cart.addtocart" remove="true" />
<referenceContainer name="footer-container" remove="true"/>
</body>
</page>
......@@ -9,6 +9,7 @@
<body>
<referenceContainer name="page.bottom.container" remove="true"/>
<referenceContainer name="footer-container" remove="true"/>
<referenceBlock name="checkout.cart.addtocart" remove="true" />
<referenceBlock name="checkout.root">
<arguments>
<argument name="jsLayout" xsi:type="array">
......
......@@ -312,6 +312,11 @@
}
}
@media(max-width: 767.98px){
a.logo{
margin-left: 23% !important;
}
}
@media(max-width: 767.98px){
.page-main>.columns{margin-top: 0;}
#maincontent{background: #ffffff;}
.opc-estimated-wrapper{background: #eeeeee;}
......
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