li-guang
2020-12-21 164acabd9e14052cb730826f427ef9d353fd0529
hive-app/pages/member/membershipCard.vue
@@ -15,9 +15,9 @@
            <text>有效期:2025-10-20</text>
         </view>
      </view>
      <view class="list-item">
      <view class="list-item" v-for="item in 2">
         <view class="list-header">
            <text class="name">会员卡</text>
            <text class="name">双11拓客卡</text>
            <text>NO 23564</text>
         </view>
         <view class="list-content">
@@ -54,12 +54,23 @@
      padding: 10px 10px;
   }
   .list-item{
      background: #F0AD4E;
      color: #FFFFFF;
      font-size: 14px;
      padding: 12px 15px;
      border-radius: 4px;
      padding: 20px 18px;
      border-radius: 16px;
      margin-bottom: 10px;
   }
   .list-item:nth-child(2n+1){
      background: url(../../static/images/card-bg2.png) no-repeat;
      background-size: cover;
   }
   .list-item:nth-child(2n+2){
      background: url(../../static/images/card-bg3.png) no-repeat;
      background-size: cover;
   }
   .list-item:nth-child(1){
      background: url(../../static/images/card-bg1.png) no-repeat;
      background-size: cover;
   }
   .list-header{
      display: flex;
@@ -71,7 +82,7 @@
      font-weight: bold;
   }
   .list-content{
      padding: 20px 0;
      padding: 24px 0;
      font-size: 30px;
   }
   .list-footer{