Commit bc3b728f by lmf

优化首页产品价格和五星好评样式

parent c47b790c
...@@ -2110,7 +2110,7 @@ background-color: #000; ...@@ -2110,7 +2110,7 @@ background-color: #000;
} }
.amreview-submit-form .review-fieldset .field{ .amreview-submit-form .review-fieldset .field{
margin: 0px; margin-top: 10px;
} }
} }
...@@ -2311,7 +2311,6 @@ tr.grand.totals { ...@@ -2311,7 +2311,6 @@ tr.grand.totals {
} }
.amreview-summary-details.amreview-summary-details-fit.pages { .amreview-summary-details.amreview-summary-details-fit.pages {
display: block;
float: right; float: right;
margin-top: -30%; margin-top: -30%;
font-size: 10px; font-size: 10px;
...@@ -2363,6 +2362,20 @@ tr.grand.totals { ...@@ -2363,6 +2362,20 @@ tr.grand.totals {
.amreview-helpful-wrap{ .amreview-helpful-wrap{
padding: 0px; padding: 0px;
} }
.flash-sale-info .product-name{
font-size: 12px;
}
.flash-sale-info .price{
font-size: 16px;
font-weight: 400;
}
.price-box.price-final_price{
width: 30%;
}
.flash-sale-inner .product-reviews-summary.short{
float: right;
}
} }
@media(min-width: 1024px) { @media(min-width: 1024px) {
......
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