File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 5757 }
5858 .load_ellipse {
5959 position : absolute ;
60- @include wh (2 rem , 2rem );
60+ @include wh (2.4 rem , 2rem );
6161 top : 2.2rem ;
62- left : 0.25 rem ;
62+ left : 0.11 rem ;
6363 z-index : 10 ;
6464 animation : ellipse .6s infinite ease-in-out ;
6565 }
Original file line number Diff line number Diff line change 4747
4848<script >
4949import {mapMutations } from ' vuex'
50- import {imgBaseUrl } from ' ../.. /config/env'
51- import headTop from ' ../.. /components/header/head'
52- import footGuide from ' ../.. /components/footer/footGuide'
53- import shopList from ' ../.. /components/common/shoplist'
54- import {msiteAdress , msiteFoodTypes , msiteShopList } from ' ../.. /service/getData'
55- import ' ../.. /plugins/swiper.min.js'
56- import ' ../.. /style/swiper.min.css'
50+ import {imgBaseUrl } from ' src /config/env'
51+ import headTop from ' src /components/header/head'
52+ import footGuide from ' src /components/footer/footGuide'
53+ import shopList from ' src /components/common/shoplist'
54+ import {msiteAdress , msiteFoodTypes , msiteShopList } from ' src /service/getData'
55+ import ' src /plugins/swiper.min.js'
56+ import ' src /style/swiper.min.css'
5757
5858export default {
5959 data (){
@@ -126,7 +126,7 @@ export default {
126126 </script >
127127
128128<style lang="scss" scoped>
129- @import ' ../.. /style/mixin' ;
129+ @import ' src /style/mixin' ;
130130 .link_search {
131131 left : .8rem ;
132132 @include wh (.8rem , .9rem );
You can’t perform that action at this time.
0 commit comments