Skip to content

Commit 315fe87

Browse files
committed
add shop loading back img
1 parent 853e1da commit 315fe87

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

src/images/shop_back_svg.svg

Lines changed: 1 addition & 0 deletions
Loading

src/page/shop/shop.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,9 @@
306306
</span>
307307
</transition>
308308
<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>
309312
<transition name="router-slid" mode="out-in">
310313
<router-view></router-view>
311314
</transition>
@@ -726,6 +729,13 @@
726729
75% { transform: scale(.9) }
727730
100% { transform: scale(1) }
728731
}
732+
.shop_back_svg_container{
733+
position: fixed;
734+
@include wh(100%, 100%);
735+
img{
736+
@include wh(100%, 100%);
737+
}
738+
}
729739
.shop_container{
730740
display: flex;
731741
flex-direction: column;

0 commit comments

Comments
 (0)