Commit beec99a8 by wd

优化弹出层图片高度以及隐藏相应样式

parent e74ff0fc
......@@ -654,6 +654,10 @@ a.sparsh-quick-view-button{
width: 120%;
}
@media (max-width: 768px) {
.page-wrapper .page-main > .columns {
margin-top: 20px;
}
#sparsh-quick-view-button-phone{
opacity: 1;
visibility: visible;
......@@ -683,12 +687,8 @@ a.sparsh-quick-view-button{
position: fixed ;
}
.sparsh-mfp-wrap .product-info-price{
margin-top: 5%;
}
.sparsh-mfp-wrap .product-info-price .product-info-stock-sku{
display: inline-block;
float: right;
display: none;
}
.sparsh-mfp-wrap .product-info-price .price-final_price{
......
......@@ -92,6 +92,9 @@ define(
if($('#sparsh-mfp-quickview').length) {
var btn=$('.sparsh-mfp-quick-close');
btn.click();
var car = $('.showcart');
car.click();
}
}
}
......
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