Commit c432b754 by liumengfei

优化详情页面产品主图高度

parent d1a7b8c1
......@@ -3211,7 +3211,7 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
@media (min-width: 1024px) {
.gallery-placeholder .fotorama__stage__shaft {
height: 1000px !important;
height: 1000px;
width: 800px !important;
max-width:none!important;
}
......@@ -3220,7 +3220,7 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
max-height: 1000px;
max-width: 880px;
width: 880px!important;
height: 1000px!important;
height: 1000px;
}
#sparsh-mfp-quickview .fotorama__stage__shaft{
......@@ -3229,8 +3229,8 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
}
.gallery-placeholder .fotorama__nav {
max-height: 1000px!important;
height: 1000px!important;
max-height: 1000px;
height: 1000px;
}
......
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