Commit 1e1fe1ee by wd

固定手机模式下红点

parent 04175cfd
...@@ -3137,19 +3137,32 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo ...@@ -3137,19 +3137,32 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
} }
#sparsh-mfp-quickview .product.media{ #sparsh-mfp-quickview .product.media{
min-width:unset !important; min-width:645px !important;
} }
.gallery-placeholder__image{ .gallery-placeholder__image{
float: right; float: right;
position: absolute; position: absolute;
margin-left: 100px; margin-left: 100px;
} }
#sparsh-mfp-quickview .gallery-placeholder__image{
float: right;
position: absolute;
margin-left: 100px;
max-width:516px;
max-height:645px;
}
.gallery-placeholder{ .gallery-placeholder{
position: relative; position: relative;
} }
#sparsh-mfp-quickview .gallery-placeholder{
position:unset;
}
.product-info-wrapper{ .product-info-wrapper{
height: 1000px; height: 1000px;
} }
...@@ -3174,7 +3187,7 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo ...@@ -3174,7 +3187,7 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
#sparsh-mfp-quickview .fotorama__stage { #sparsh-mfp-quickview .fotorama__stage {
max-height: 645px; max-height: 645px;
max-width: 600px; max-width: 615px;
} }
.fotorama__nav-wrap{ .fotorama__nav-wrap{
...@@ -3183,9 +3196,14 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo ...@@ -3183,9 +3196,14 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
@media (max-width: 769px){ @media (max-width: 769px){
#sparsh-mfp-quickview .fotorama__nav { #sparsh-mfp-quickview .fotorama__nav {
max-height: auto !important; max-height: unset !important;
height: auto !important; height: auto !important;
} }
.fotorama__nav__shaft.fotorama__grab{
transform:none !important;
}
} }
......
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