Commit f7d9bb84 by lmf

优化详情页过高问题

parent 5dab40f0
......@@ -1569,8 +1569,10 @@ button.action.submit.primary {
}
//详情缩略图过多处理
.breeze-gallery.vertical .thumbnails{
max-height: 930px;
@media (min-width: 1024px){
.breeze-gallery.vertical:not(.opened) .thumbnails {
height: 900px;
}
}
//详情页mobile修改
@media (max-width: 780px){
......
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