From c30f6ff2cdb7bdf27ec3b6f73a264b812fa42ec7 Mon Sep 17 00:00:00 2001 From: "@QQNZX" Date: Fri, 15 Dec 2023 15:11:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B2=B9=E7=AB=99=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gasStation-uni/pagesMy/VIP/vip.vue | 106 ++++++++--------------------- 1 file changed, 29 insertions(+), 77 deletions(-) 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