From 8cd18dae35ae8725c0f6519e7efdc540506cc3d9 Mon Sep 17 00:00:00 2001 From: langz <1816023719@qq.com> Date: Fri, 1 Sep 2023 12:50:38 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/hotVIPPages/hotVIPpayback.vue | 39 +++++++------- src/views/hotVIPPages/mtvip.vue | 2 +- src/views/hotVIPPages/recieveVIP.vue | 67 ++++++++++++++++--------- 3 files changed, 66 insertions(+), 42 deletions(-) diff --git a/src/views/hotVIPPages/hotVIPpayback.vue b/src/views/hotVIPPages/hotVIPpayback.vue index 220a910..b32678b 100644 --- a/src/views/hotVIPPages/hotVIPpayback.vue +++ b/src/views/hotVIPPages/hotVIPpayback.vue @@ -6,7 +6,7 @@
-
会员领取方式
+
权益领取方式
微信搜索 “次元意境” 公众号
点击【会员福利 - 会员月月领】进行兑换
@@ -44,41 +44,46 @@ export default { .hotVip-payback-wrap { width: 100%; - min-height: 100%; - height: auto; + // min-height: 100%; + height: 100%; position: absolute; - background-color: #e53c51; + background-color: #fc7e2a; // padding: 2rem; // box-sizing: border-box; - padding-bottom: 1rem; + // padding-bottom: 1rem; display: flex; flex-direction: column; align-items: center; // justify-content: center; overflow-x: hidden; overflow-y: scroll; + + background-image: url('https://img.bnyer.cn/vip/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20230901115658.png'); + background-size: 100% 13.35rem; + background-repeat: no-repeat; - .top-img { - background-image: url('https://img.bnyer.cn/vip/pay-top-img.png'); - background-size: 100% 100%; - width: 100%; - // height: 360px; - height: 6.8rem; - margin-bottom: -0.7em; - } + // .top-img { + // background-image: url('https://img.bnyer.cn/vip/%E5%BE%AE%E4%BF%A1%E5%9B%BE%E7%89%87_20230901115658.png'); + // background-size: 100% 100%; + // width: 100%; + // // height: 360px; + // height: 6.8rem; + // margin-bottom: -0.7em; + // } .right-box { + margin-top: 3.8rem; width: 87%; left: 0rem; right: 0rem; position: relative; - margin-top: 0.5rem; + // margin-top: 0.5rem; display: flex; flex-direction: column; align-items: center; - background-color: #fff; + // background-color: #fff; box-sizing: border-box; padding:20px 0px; @@ -86,13 +91,13 @@ export default { text-align: center; .icon { - margin-top: 15px; + margin-top: 8px; width: 4rem; height: 4rem; // background-color: #c63243; } .title { - color: #c63243; + color: #d25902; font-size: 0.3rem; font-weight: 600; } diff --git a/src/views/hotVIPPages/mtvip.vue b/src/views/hotVIPPages/mtvip.vue index 8e4c182..b98a8de 100644 --- a/src/views/hotVIPPages/mtvip.vue +++ b/src/views/hotVIPPages/mtvip.vue @@ -107,7 +107,7 @@ export default { }, created(){ document.documentElement.scrollTop = 0; - document.title = "会员权益随心选"; + document.title = "联合会员"; }, watch:{ 'mobile' : { diff --git a/src/views/hotVIPPages/recieveVIP.vue b/src/views/hotVIPPages/recieveVIP.vue index e5d3424..9c18364 100644 --- a/src/views/hotVIPPages/recieveVIP.vue +++ b/src/views/hotVIPPages/recieveVIP.vue @@ -1,5 +1,6 @@