Commit 2e6d52d3 by lmf

优化样式bug

parent e9e615ef
......@@ -2328,7 +2328,9 @@ tr.grand.totals {
.payment-method-content{
font-size: 14px;
color: darkblue;
margin-top: -15px;
margin-top: -8%;
width: 90%;
float: right;
}
.amreview-images.slick-slider .slick-slide {
width: 100px !important;
......@@ -2452,6 +2454,11 @@ div#shipping-method-buttons-container {
display: none;
}
@media(min-width: 1024px) {
.payment-method-content {
width: 55%;
margin-top: -6%;
margin-left: 6%;
}
.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