Commit 33363149 by lmf

优化首页热销产品评论样式

parent 241d5099
......@@ -45,6 +45,8 @@ $urlForm = $block->getReviewsUrl() . '#review-form';
@media (max-width: 780px){
.product-reviews-summary {
justify-content: flex-end;
float: left;
margin-top: 1px;
}
}
......
......@@ -883,8 +883,9 @@ p.flashsale-title {
.flash-sale-wpt {
padding: 30px 10px;
}
.flash-sale-info .product-reviews-summary .reviews-actions {
display: none;
.reviews-actions a {
font-size: 10px;
line-height: 1rem;
}
.flash-sale-item{
width:50%;
......@@ -1270,9 +1271,6 @@ footer{
position: unset;
}
@media(min-width: 1024px){
//display: flex;
//align-items: center;
//margin-left: 156px;
.navigation{
margin-left: 2px;
}
......@@ -2424,7 +2422,7 @@ tr.grand.totals {
font-weight: 400;
}
.price-box.price-final_price{
width: 30%;
float: right;
}
.flash-sale-inner .product-reviews-summary.short{
float: right;
......@@ -2484,14 +2482,10 @@ div#shipping-method-buttons-container {
margin-left: 10%;
}
.product-reviews-summary{
float: right;
margin-left: 70%;
margin-top: -5%;
float: left;
margin-top: 0%;
width: 70%;
}
.amreview-text.review-details{
......
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