Commit 9f0b73a6 by wd

更改边距位置防止初始化覆盖问题

parent a990aee1
// DO NOT EDIT THIS FILE - IT SHOULD REMAIN EMPTY // DO NOT EDIT THIS FILE - IT SHOULD REMAIN EMPTY
// DO NOT EDIT THIS FILE - IT SHOULD REMAIN EMPTY // DO NOT EDIT THIS FILE - IT SHOULD REMAIN EMPTY
.product.media .gallery-placeholder .fotorama__stage{ left: 0 !important; margin-left: 20px } .product.media .gallery-placeholder .fotorama__stage{ left: 0 !important; }
.product.media .gallery-placeholder .fotorama__nav--thumbs{float: right;} .product.media .gallery-placeholder .fotorama__nav--thumbs{float: right;}
.breeze-gallery .thumbnails .item img{ .breeze-gallery .thumbnails .item img{
...@@ -3165,6 +3165,10 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo ...@@ -3165,6 +3165,10 @@ strong#block-related-heading,strong#block-upsell-heading{ font-weight: 600; colo
} }
} }
.fotorama__wrap--slide .fotorama__stage__frame{
margin-left: 20px;
}
/*导入Joshine工具类*/ /*导入Joshine工具类*/
@import "./_joshine_col"; @import "./_joshine_col";
@import "./_joshine_utils"; @import "./_joshine_utils";
......
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