Commit a90bd38d by lmf

优化产品页面详情css

parent db083d67
...@@ -113,18 +113,31 @@ ...@@ -113,18 +113,31 @@
} }
.product-info-main {
.page-title-wrapper .product{ @media (min-width: 1024px){
.page-title { .breeze-gallery.vertical:not(.opened) .thumbnails {
display: block; 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{ #maincontent .page-title-wrapper .page-title .base{
display: none; display: none;
} }
.product > h1 > span {
display: block;
}
.filter-content .filter-options .filter-options-title { .filter-content .filter-options .filter-options-title {
font-size: 20px; 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