Commit a90bd38d by lmf

优化产品页面详情css

parent db083d67
......@@ -113,18 +113,31 @@
}
.product-info-main {
.page-title-wrapper .product{
.page-title {
display: block;
}
@media (min-width: 1024px){
.breeze-gallery.vertical:not(.opened) .thumbnails {
flex-direction: column;
flex-wrap: nowrap;
order: -1;
max-height: max-content;
margin: 0 5px 0 0;
padding-right: 10px;
padding-bottom: 0;
overflow-y: overlay;
}
}
.product > h1 > span {
display: block;
}
#maincontent .page-title-wrapper .page-title .base{
display: none;
}
.product > h1 > span {
display: block;
}
.filter-content .filter-options .filter-options-title {
font-size: 20px;
......
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