连云港陪玩陪聊
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chunwan/pages/users/center/index.vue

465 lines
11 KiB

<template>
<view class="task">
<view class="task-navbar">
<u-navbar title="任务中心" back-icon-color="#333333" title-color="#333333" :background="background"></u-navbar>
</view>
<view class="task-content">
<view class="info">
<view class="a">
<view class="fl">
<view class="pic">
<image src="@/static/nan.png"></image>
</view>
<view class="xinxi">
<view class="name">李哈哈<text>LV.1</text></view>
<!-- <view class="status">您还不是会员</view> -->
<view class="status">2024年12月12日到期</view>
</view>
</view>
<image class="king" src="@/static/user-king.png"></image>
</view>
<view class="b">开通会员尊享酷炫好玩会员特权</view>
</view>
<view class="title">您的特权</view>
<view class="content">
<view class="item">
<view class="a"><view class="btn">特权1</view><view class="txt">会员专属标识</view></view>
<view class="b">
<image src="@/static/icon-svip.png"></image>
</view>
</view>
<view class="item">
<view class="a"><view class="btn">特权2</view><view class="txt">支持查看访客信息</view></view>
<view class="b">
<image src="@/static/icon-svip.png"></image>
</view>
</view>
<view class="item">
<view class="a"><view class="btn">特权3</view><view class="txt">文字语音视频聊天8折</view></view>
<view class="b">
<image src="@/static/icon-svip.png"></image>
</view>
</view>
<view class="item">
<view class="a"><view class="btn">特权4</view><view class="txt">每天可领10金币可累计领取1000金币</view></view>
<view class="b">
<image src="@/static/icon-svip.png"></image>
</view>
</view>
<view class="item">
<view class="a"><view class="btn">特权5</view><view class="txt">每天免费10条信息2分钟语音2分钟视频聊天</view></view>
<view class="b">
<image src="@/static/icon-svip.png"></image>
</view>
</view>
</view>
<view class="title">开通会员</view>
<scroll-view scroll-x class="kaitong">
<view class="item">
<view class="a">1</view>
<view class="b"><text>18</text></view>
<view class="c">9</view>
<view class="d">原价28</view>
<view class="e">LV.1</view>
</view>
<view class="item">
<view class="a">1</view>
<view class="b"><text>18</text></view>
<view class="c">8</view>
<view class="d">原价28</view>
<view class="e">LV.2</view>
</view>
<view class="item">
<view class="a">1个月</view>
<view class="b"><text>18</text></view>
<view class="c">7</view>
<view class="d">原价28</view>
<view class="e">LV.3</view>
</view>
<view class="item">
<view class="a">季卡</view>
<view class="b"><text>18</text></view>
<view class="c">6</view>
<view class="d">原价28</view>
<view class="e">LV.4</view>
</view>
<view class="item">
<view class="a">年卡</view>
<view class="b"><text>18</text></view>
<view class="c">5</view>
<view class="d">原价28</view>
<view class="e">LV.5</view>
</view>
</scroll-view>
<view class="title">会员特权</view>
<view class="content">
<view class="item">
<view class="a"><view class="btn">特权1</view><view class="txt">会员专属标识</view></view>
<view class="b">
<image src="@/static/icon-svip.png"></image>
</view>
</view>
<view class="item">
<view class="a"><view class="btn">特权2</view><view class="txt">支持查看访客信息</view></view>
<view class="b">
<image src="@/static/icon-svip.png"></image>
</view>
</view>
<view class="item">
<view class="a"><view class="btn">特权3</view><view class="txt">文字语音视频聊天8折</view></view>
<view class="b">
<image src="@/static/icon-svip.png"></image>
</view>
</view>
<view class="item">
<view class="a"><view class="btn">特权4</view><view class="txt">每天可领10金币可累计领取1000金币</view></view>
<view class="b">
<image src="@/static/icon-svip.png"></image>
</view>
</view>
<view class="item">
<view class="a"><view class="btn">特权5</view><view class="txt">每天免费10条信息2分钟语音2分钟视频聊天</view></view>
<view class="b">
<image src="@/static/icon-svip.png"></image>
</view>
</view>
</view>
<view class="title">支付方式</view>
<view class="pay">
<view class="item" :class="tabIndex == 1?'item-on':''" @click="tabItem(1)">
<view class="a"><image src="@/static/wxpay.png"></image>微信支付</view>
<view class="b">
<image class="img1" src="@/static/icon-check.png"></image>
<image class="img2" src="@/static/icon-check-on.png"></image>
</view>
</view>
<view class="item" :class="tabIndex == 2?'item-on':''" @click="tabItem(2)">
<view class="a"><image src="@/static/zfb.png"></image>支付宝支付</view>
<view class="b">
<image class="img1" src="@/static/icon-check.png"></image>
<image class="img2" src="@/static/icon-check-on.png"></image>
</view>
</view>
</view>
<view class="agreement">
<image class="img1" @click="toggleImg()" v-if="isToggle" src="@/static/icon-check-on.png"></image>
<image class="img2" @click="toggleImg()" v-else src="@/static/icon-check.png"></image>
请阅读并同意<text>《会员协议》</text>
</view>
</view>
<view class="task-fd">
<view class="btn">立即支付¥18</view>
</view>
</view>
</template>
<script>
export default {
data() {
return {
isToggle: false,
tabIndex: 1,
background: {
// 导航栏背景图
background: 'url(@/static/task-bg.png) center top no-repeat',
// 还可以设置背景图size属性
backgroundSize: '100 auto',
},
};
},
methods: {
tabItem(i){
this.tabIndex = i;
},
toggleImg() {
this.isToggle = !this.isToggle;
}
}
}
</script>
<style scoped lang="scss">
.task{
background: url(@/static/task-bg.png) center top no-repeat;
background-size: 100% auto;
overflow: hidden;
min-height: 100vh;
padding-bottom: 180rpx;
&-fd{
background-color: #F3F4F5;
width: 100%;
padding: 30rpx 25rpx;
box-sizing: border-box;
position: fixed;
left: 0;
bottom: 0;
z-index: 22;
.btn{
width: 100%;
line-height: 98rpx;
background: linear-gradient(0deg, #000000, #3D3B38);
box-shadow: 0px 4rpx 18rpx 0px rgba(42,41,39,0.34);
border-radius: 98rpx;
text-align: center;
font-weight: 400;
font-size: 30rpx;
color: #FFFFFF;
letter-spacing: 5rpx;
}
}
&-content{
padding: 0 25rpx;
overflow: hidden;
.info{
width: 100%;
background: linear-gradient(90deg, #17150E, #373632);
border-radius: 20rpx;
padding: 40rpx 50rpx;
box-sizing: border-box;
.a{
width: 100%;
display: flex;
align-items: center;
margin-top: 10rpx;
.fl{
flex: 1;
display: flex;
align-items: center;
}
.king{
width: 135rpx;
height: 82rpx;
}
.pic{
width: 100rpx;
height: 100rpx;
margin-right: 20rpx;
image{
width: 100%;
height: 100%;
border-radius: 50%;
}
}
.xinxi{
flex: 1;
.name{
font-weight: 500;
font-size: 30rpx;
color: #E7D4B8;
display: flex;
align-items: center;
text{
margin-left: 20rpx;
display: block;
width: 88rpx;
height: 44rpx;
line-height: 44rpx;
background: #FED0A7;
border-radius: 20rpx 0px 20rpx 0px;
font-weight: 500;
font-size: 24rpx;
color: #693A16;
text-align: center;
}
}
.status{
font-weight: 500;
font-size: 24rpx;
color: #E7D4B8;
margin-top: 10rpx;
}
}
}
.b{
font-weight: 500;
font-size: 24rpx;
color: #E7D4B8;
margin-top: 30rpx;
}
}
.title{
font-weight: 500;
font-size: 32rpx;
color: #222222;
margin-top: 40rpx;
}
.agreement{
display: flex;
align-items: center;
justify-content: flex-start;
font-weight: 400;
font-size: 28rpx;
color: #999999;
margin-top: 30rpx;
image{
width: 32rpx;
height: 32rpx;
margin-right: 10rpx;
}
text{
color: #000000;
}
}
.pay{
padding: 0 30rpx;
background: #FFFFFF;
border-radius: 20rpx;
margin-top: 20rpx;
.item{
padding: 30rpx 0;
border-top: 1px solid #EAEAEA;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 400;
font-size: 28rpx;
color: #333333;
&:first-child{
border-top-color: #FFFFFF;
}
.a{
flex: 1;
display: flex;
align-items: center;
image{
width: 60rpx;
height: 60rpx;
margin-right: 10rpx;
}
}
.b{
image{
width: 32rpx;
height: 32rpx;
margin-left: 20rpx;
}
.img1{
display: block;
}
.img2{
display: none;
}
}
&-on{
.b{
.img1{
display: none;
}
.img2{
display: block;
}
}
}
}
}
.kaitong{
white-space: nowrap;
margin-top: 30rpx;
.item{
display: inline-block;
width: 220rpx;
height: 280rpx;
background: #FFFFFF;
border-radius: 20rpx;
text-align: center;
position: relative;
margin-left: 20rpx;
&:first-child{
margin-left: 0;
}
.a{
font-weight: 500;
font-size: 30rpx;
color: #666666;
margin-top: 60rpx;
}
.b{
font-weight: 500;
font-size: 24rpx;
color: #222222;
margin-top: 10rpx;
text{
font-size: 36rpx;
}
}
.c{
font-weight: 500;
font-size: 30rpx;
color: #666666;
margin-top: 10rpx;
}
.d{
font-weight: 400;
font-size: 24rpx;
color: #999999;
text-decoration-line: line-through;
margin-top: 10rpx;
}
.e{
width: 98rpx;
line-height: 50rpx;
background: linear-gradient(0deg, #000000, #3D3B38);
box-shadow: 0px 4rpx 18rpx 0px rgba(42,41,39,0.34);
border-radius: 20rpx 0px 20rpx 0px;
position: absolute;
left: 0;
top: 0;
z-index: 2;
text-align: center;
font-weight: 500;
font-size: 24rpx;
color: #F3F4F5;
}
}
}
.content{
padding-bottom: 20rpx;
overflow: hidden;
.item{
width: 100%;
height: 100rpx;
background: #FFFFFF;
border-radius: 20rpx;
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 20rpx;
padding: 0 20rpx;
box-sizing: border-box;
.a{
flex: 1;
font-weight: 500;
font-size: 24rpx;
color: #222222;
display: flex;
align-items: center;
.btn{
width: 130rpx;
line-height: 50rpx;
border-radius: 50rpx;
text-align: center;
font-weight: 500;
font-size: 24rpx;
background: linear-gradient(0deg, #000000, #3D3B38);
box-shadow: 0px 4rpx 18rpx 0px rgba(42,41,39,0.34);
color: #FFFFFF;
margin-right: 20rpx;
}
.txt{
width: 420rpx;
}
}
.b{
margin-left: 40rpx;
image{
width: 64rpx;
height: 69rpx;
}
}
}
}
}
}
</style>