Commit 8a3d0403 by lmf

优化onesetupcheckout页面样式

parent e018bb65
......@@ -7,6 +7,8 @@
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="checkout" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<body>
<referenceContainer name="page.bottom.container" remove="true"/>
<referenceContainer name="footer-container" remove="true"/>
<referenceBlock name="checkout.root">
<arguments>
<argument name="jsLayout" xsi:type="array">
......
......@@ -70,7 +70,7 @@
.payment-method-note{font-size: 12px;}
}
.opc>li{padding: 0;padding-bottom: 20px;}
#maincontent{background: #f2f2f2;}
.page-title-wrapper{display: none;}
#opc-sidebar{
......
......@@ -2287,6 +2287,9 @@ tr.grand.totals {
}
@media(max-width: 1024px) {
div#checkout {
margin-top: 100px;
}
.payment-method-content{
font-size: 14px;
color: darkblue;
......@@ -2387,6 +2390,11 @@ tr.grand.totals {
float: right;
}
}
.choice.field {
padding-left: 15px;
}
@media(max-width: 768px) {
.amrev-toolbar-container .amrev-filter {
padding: 5px 0 2px 10px;
......@@ -2407,6 +2415,9 @@ tr.grand.totals {
@media(min-width: 1024px) {
div#shipping-method-buttons-container {
display: none;
}
.amreview-images.slick-slider .slick-slide {
width: 200px !important;
}
......
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