Commit de8e7a32 by wd

底部高度修复

parent f68ef51c
...@@ -31,7 +31,6 @@ ...@@ -31,7 +31,6 @@
} }
.sparsh-mfp-container { .sparsh-mfp-container {
text-align: center; text-align: center;
position: absolute;
width: 100%; width: 100%;
height: 100%; height: 100%;
left: 0; left: 0;
...@@ -52,7 +51,6 @@ ...@@ -52,7 +51,6 @@
display: none; display: none;
} }
.sparsh-mfp-content { .sparsh-mfp-content {
position: relative;
display: inline-block; display: inline-block;
vertical-align: middle; vertical-align: middle;
margin: 0 auto; margin: 0 auto;
...@@ -733,9 +731,6 @@ a.sparsh-quick-view-button{ ...@@ -733,9 +731,6 @@ a.sparsh-quick-view-button{
margin-left:0!important; margin-left:0!important;
} }
.sparsh-mfp-wrap .sparsh-mfp-container{
top: 35%!important;
}
.sparsh-mfp-wrap .actions{ .sparsh-mfp-wrap .actions{
padding-top: 0!important; padding-top: 0!important;
...@@ -747,9 +742,7 @@ a.sparsh-quick-view-button{ ...@@ -747,9 +742,7 @@ a.sparsh-quick-view-button{
visibility: hidden; visibility: hidden;
} }
.sparsh-mfp-container {
position: fixed;
}
.sparsh-quick-view-btn-container { .sparsh-quick-view-btn-container {
width: 40%; width: 40%;
...@@ -773,4 +766,8 @@ a.sparsh-quick-view-button{ ...@@ -773,4 +766,8 @@ a.sparsh-quick-view-button{
#sparsh-mfp-quickview .page-wrapper{ #sparsh-mfp-quickview .page-wrapper{
min-height: 80vh; min-height: 80vh;
} }
#sparsh-mfp-quickview .product-info-wrapper .product-info-main{
margin-bottom: 15%;
}
} }
\ 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