Commit 39d426dd by wd

美化快速加入购物车弹窗样式

parent 8dab1080
......@@ -646,15 +646,31 @@ a.sparsh-quick-view-button{
width: 85%;
}
.page-wrapper .product-intro__freeshipping.product-intro__bg-none{
#sparsh-mfp-quickview .page-wrapper .product-intro__freeshipping.product-intro__bg-none{
width: 120%;
}
.page-wrapper .product-info-price .price-box{
#sparsh-mfp-quickview .page-wrapper .product-info-price .price-box{
width: 120%;
}
@media (min-width: 1024px){
#sparsh-mfp-quickview .stage{
min-height: 100%;
min-width: 100%;
}
#sparsh-mfp-quickview .breeze-gallery.vertical:not(.opened) .thumbnails {
height: auto;
}
#sparsh-mfp-quickview .page-wrapper{
min-height: 80vh;
}
}
@media (max-width: 768px) {
.page-wrapper .page-main > .columns {
#sparsh-mfp-quickview .page-wrapper .page-main > .columns {
margin-top: 20px;
}
......@@ -749,4 +765,13 @@ a.sparsh-quick-view-button{
left: 85%;
top:60%;
}
.sparsh-mfp-wrap .breeze-gallery img{
max-width: 60%!important;
}
#sparsh-mfp-quickview .page-wrapper{
min-height: 80vh;
}
}
\ No newline at end of file
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