Commit 8cd163b1 by lmf

优化购物流程细节

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