diff --git a/src/images/shop_back_svg.svg b/src/images/shop_back_svg.svg new file mode 100644 index 00000000..9139897f --- /dev/null +++ b/src/images/shop_back_svg.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/page/shop/shop.vue b/src/page/shop/shop.vue index ebf8fabe..381c442d 100644 --- a/src/page/shop/shop.vue +++ b/src/page/shop/shop.vue @@ -306,6 +306,9 @@ +
+ +
@@ -726,6 +729,13 @@ 75% { transform: scale(.9) } 100% { transform: scale(1) } } + .shop_back_svg_container{ + position: fixed; + @include wh(100%, 100%); + img{ + @include wh(100%, 100%); + } + } .shop_container{ display: flex; flex-direction: column;