We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 853e1da commit 315fe87Copy full SHA for 315fe87
src/images/shop_back_svg.svg
src/page/shop/shop.vue
@@ -306,6 +306,9 @@
306
</span>
307
</transition>
308
<loading v-show="showLoading || loadRatings"></loading>
309
+ <section class="animation_opactiy shop_back_svg_container" v-if="showLoading">
310
+ <img src="../../images/shop_back_svg.svg">
311
+ </section>
312
<transition name="router-slid" mode="out-in">
313
<router-view></router-view>
314
@@ -726,6 +729,13 @@
726
729
75% { transform: scale(.9) }
727
730
100% { transform: scale(1) }
728
731
}
732
+ .shop_back_svg_container{
733
+ position: fixed;
734
+ @include wh(100%, 100%);
735
+ img{
736
737
+ }
738
739
.shop_container{
740
display: flex;
741
flex-direction: column;
0 commit comments