Commit 88dcdbf7 by wd

固定初始化盒子高度

parent a96793b8
...@@ -3138,10 +3138,17 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo ...@@ -3138,10 +3138,17 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
.gallery-placeholder__image{ .gallery-placeholder__image{
float: right; float: right;
position: fixed; position: absolute;
margin-left: 100px; margin-left: 100px;
} }
.gallery-placeholder{
position: relative;
}
.product-info-wrapper{
height: 1000px;
}
} }
.fotorama__arr, .fotorama__thumb__arr{ .fotorama__arr, .fotorama__thumb__arr{
background-color: rgba(255,255,255,0.8); background-color: rgba(255,255,255,0.8);
......
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