| | |
| | | <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"> |
| | |
| | | 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; |
| | |
| | | font-weight: bold; |
| | | } |
| | | .list-content{ |
| | | padding: 20px 0; |
| | | padding: 24px 0; |
| | | font-size: 30px; |
| | | } |
| | | .list-footer{ |