Commit 2bc919ad by lmf

优化评论列表图片展示

parent 26f01529
......@@ -2287,6 +2287,14 @@ tr.grand.totals {
}
@media(max-width: 1024px) {
.payment-method-content{
font-size: 14px;
color: darkblue;
margin-top: -15px;
}
.amreview-images.slick-slider .slick-slide {
width: 100px !important;
}
.item-options dt.label{margin-right: 10px;}
dl.item-options{font-size: 12px;}
.amreview-review-wrapper.review-item{
......@@ -2399,6 +2407,9 @@ tr.grand.totals {
@media(min-width: 1024px) {
.amreview-images.slick-slider .slick-slide {
width: 200px !important;
}
.cart.item .item-info td.col.item {
width: 60%;
}
......
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