Commit fc862343 by lmf

优化手机版详情页产品图片展示效果

parent b5e2c939
...@@ -200,6 +200,15 @@ $thumbSizes = $responsiveImageHelper->getSizes('product_page_image_small'); ...@@ -200,6 +200,15 @@ $thumbSizes = $responsiveImageHelper->getSizes('product_page_image_small');
margin-top: -20px; margin-top: -20px;
} }
} }
@media (max-width: 1024px){
.breeze-gallery .stage {
min-height: auto !important;
}
.breeze-gallery img{
max-width: 90% !important;
}
}
</style> </style>
<script> <script>
......
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