#
whycq
2022-02-22 ed52313c4a5fa425846d3a67de208c209823916c
pages/index/index.vue
@@ -2,7 +2,7 @@
   <view>
      <scroll-view scroll-y>
         <view class="vve">
            <image src="../../static/zoneyung.png" mode="aspectFit"></image>
         </view>
         <view class="content">
            <navigator hover-class="none" :url="'/pages/basics/' + item.name" class="nav-li" navigateTo :class="'bg-'+item.color"
@@ -61,9 +61,12 @@
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-top: -100rpx;
   }
   .vve {
      margin-top: 300rpx;
      display: flex;
      justify-content: center;
      margin-top: -100rpx;
   }