Commit 4430e9a4 by lmf

优化列表和详情页标题评价样式

parent 9ba1080e
...@@ -35,6 +35,10 @@ ...@@ -35,6 +35,10 @@
p#toolbar-amount {margin-top: !important;} p#toolbar-amount {margin-top: !important;}
.catalog-category-view .filter-content .filter-options .filter-options-title {background-color: #fff;} .catalog-category-view .filter-content .filter-options .filter-options-title {background-color: #fff;}
} }
@media (max-width: 1024px){
.product-reviews-summary {justify-content: flex-start;margin-bottom: 0 !important;}
.product-item .swatch-attribute-options{gap: 0.2rem;}
}
</style> </style>
<div class="block filter" data-mage-init='{"slideout":{"toggler":".filter-title","panel":".filter-content"}}' data-breeze-processed="true"> <div class="block filter" data-mage-init='{"slideout":{"toggler":".filter-title","panel":".filter-content"}}' data-breeze-processed="true">
<div class="block-title filter-title" tabindex="0"> <div class="block-title filter-title" tabindex="0">
......
...@@ -1866,11 +1866,10 @@ button.action.submit.primary { ...@@ -1866,11 +1866,10 @@ button.action.submit.primary {
//详情页mobile修改 //详情页mobile修改
@media (max-width: 1024px){ @media (max-width: 1024px){
.product-info-wrapper .page-title span.base { .product-info-wrapper .page-title span.base {
font-size: medium; font-size: 20px;
float: left; float: left;
margin-left: -10px; margin-left: -10px;
letter-spacing: inherit; font-weight: 400;
font-weight: 100;
} }
.product-info-wrapper .price-final_price .price { .product-info-wrapper .price-final_price .price {
......
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