diff --git a/gasStation-uni/pagesMy/VIP/vip.vue b/gasStation-uni/pagesMy/VIP/vip.vue index 8207de070..e03f73eed 100644 --- a/gasStation-uni/pagesMy/VIP/vip.vue +++ b/gasStation-uni/pagesMy/VIP/vip.vue @@ -27,56 +27,18 @@ - 会员权益 + - + + + - 会员特权 - - - - - - 会员特权 - - - - - - 会员特权 - - - - - - 会员特权 - - - - - - 会员特权 - - - - - - 会员特权 - - - - - - 会员特权 - - - - - - 会员特权 + {{item}} + + @@ -89,37 +51,14 @@ - 每日任务 + 优惠信息 每天04:00更新 - - - - - - 每日登录 - - 去完成 - - - - - - + + + 每消费200万 元加1%成长值 - 每日登录 - - 去完成 - - - - - - - 每日登录 - - 去完成 - @@ -147,6 +86,11 @@ content: '内容 C' } ], + oilNameList: [ + "汽油", + "柴油", + "天然气" + ], modeIndex: -1, styleIndex: -1, current: 0, @@ -262,12 +206,13 @@ .wrap-box { width: 100%; display: flex; - flex-wrap: wrap; + justify-content: space-between; + align-items: center; } .box-ba { - width: 25%; + width: 33%; text-align: center; margin: 10px auto; color: #ffffff; @@ -275,8 +220,8 @@ } .min-box { - width: 30px; - height: 30px; + width: 90%; + height: 90px; margin: 5px auto; image { @@ -303,6 +248,7 @@ background: #ffffff; box-sizing: border-box; padding: 10px; + margin: 15px auto; @@ -361,4 +307,10 @@ color: #333333; margin-left: 5px; } + + .mu_ { + font-size: 18px; + font-weight: bold; + margin: 15px auto; + } \ No newline at end of file