Commit 185ef1c5 by lmf

优化评论列表样式

parent 51413fc1
...@@ -1838,15 +1838,16 @@ float: left; ...@@ -1838,15 +1838,16 @@ float: left;
margin: 0 5px 0 0; margin: 0 5px 0 0;
font-weight: bold; font-weight: bold;
} }
@media (max-width: 768px){
.product.info .review-add { .product.info .review-add {
float: left; float: left;
width: 100% !important; width: 100% !important;
} }
@media (max-width: 768px){
.amreview-info-wrapper{ .amreview-info-wrapper{
margin-left: 10px; margin-left: 10px;
} }
//显示评论统计 //显示评论统计
.amreview-summary-details.pages{ .amreview-summary-details.pages{
display: none !important; display: none !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