#
whycq
2023-10-10 155f2b80f2a9b6f900c73f6e4461e9cebb7cd028
pages/index/index.vue
@@ -1,6 +1,7 @@
<template>
   <view>
      <view class="box" :class="it.bg" v-for="it in mainItem">
      <!-- <view class="box" :class="it.bg" v-for="it in mainItem">
         <view class="box-title">{{it.title}}</view>
         <view class="box-item">
            <view class="item-title">{{it.subTitle}}</view>
@@ -24,7 +25,7 @@
               <view style="flex: 3;text-align: end;"><text>{{item.performance}}</text></view>
            </view>
         </view>
      </view>
      </view> -->
   </view>
</template>
@@ -150,8 +151,9 @@
      font-size: 30rpx;
   }
   .top-border {
      background-color: #29EAC4;
      padding: 2px 5px;
      background-color: #3f624d;
      font-weight: 900;
      padding: 0 5px;
      border-radius: 2px;
   }