Commit a55b6593 by lmf

修复checkout样式

parent 8a3d0403
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
.payment-method-note{font-size: 12px;} .payment-method-note{font-size: 12px;}
} }
.opc>li{padding: 0px !important;}
#maincontent{background: #f2f2f2;} #maincontent{background: #f2f2f2;}
.page-title-wrapper{display: none;} .page-title-wrapper{display: none;}
#opc-sidebar{ #opc-sidebar{
......
...@@ -2288,7 +2288,7 @@ tr.grand.totals { ...@@ -2288,7 +2288,7 @@ tr.grand.totals {
@media(max-width: 1024px) { @media(max-width: 1024px) {
div#checkout { div#checkout {
margin-top: 100px; margin-top: -40px;
} }
.payment-method-content{ .payment-method-content{
font-size: 14px; font-size: 14px;
...@@ -2413,11 +2413,10 @@ tr.grand.totals { ...@@ -2413,11 +2413,10 @@ tr.grand.totals {
} }
div#shipping-method-buttons-container {
display: none;
}
@media(min-width: 1024px) { @media(min-width: 1024px) {
div#shipping-method-buttons-container {
display: none;
}
.amreview-images.slick-slider .slick-slide { .amreview-images.slick-slider .slick-slide {
width: 200px !important; 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