zhongping-miniprogram/miniprogram/pages/personal/personal.scss

158 lines
3.1 KiB
SCSS

/* pages/personal/personal.wxss */
page {
background: #F6F6F6;
}
.form-box {
background: #FFF;
margin-bottom: 20rpx;
.user-card {
padding: 30rpx 30rpx 42rpx 30rpx;
display: flex;
align-items: center;
.name {
font-size: 36rpx;
font-family: PingFang SC;
font-weight: bold;
color: #000000;
margin-bottom: 10rpx;
}
.username {
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #494949;
}
.avatar {
width: 92rpx;
height: 92rpx;
margin-right: 34rpx;
}
.vipTag {
width: 97rpx;
height: 26rpx;
margin-left: 10px;
}
}
.vip-card {
// width: 100%;
margin: 0 30rpx;
height: 219rpx;
background: url('https://chrivc.obs.cn-north-4.myhuaweicloud.com/035bdb729d204c3a9c32789a37f26aaa:附件_1662384609.png')no-repeat;
background-size: 100% 100%;
padding: 39rpx 31rpx 0rpx 40rpx;
.title {
font-size: 32rpx;
font-family: PingFang SC;
font-weight: bold;
color: #3B3734;
}
.vipLine {
width: 67rpx;
height: 6rpx;
margin-top: 9rpx;
margin-bottom: 13rpx;
}
.subTitle {
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #3B3734;
margin-bottom: 24rpx;
}
.bottom {
display: flex;
justify-content: space-between;
align-items: center;
.vipEndDate {
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #6F583C;
}
.vipDetail{
font-size: 24rpx;
font-family: PingFang SC;
font-weight: 500;
color: #6F583C;
margin-right: 25rpx;
}
.btn_vipDetail {
margin: 0;
width: 145rpx;
height: 46rpx;
background: #322D2F;
border-radius: 23rpx;
font-size: 22rpx;
font-family: PingFang SC;
font-weight: 500;
color: #E5C7A3;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
}
}
}
.logout-box{
// display: flex;
// justify-content: space-between;
// align-items: center;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #494949;
border-bottom: 1rpx solid #F6F6F6;
box-sizing: border-box;
padding: 46rpx 54rpx;
text-align: center;
}
.form-item {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #494949;
border-bottom: 1rpx solid #F6F6F6;
box-sizing: border-box;
padding: 46rpx 54rpx;
text {
font-size: 28rpx;
font-family: PingFang SC;
font-weight: bold;
color: #000000;
}
.select-box {
display: flex;
align-items: center;
font-size: 28rpx;
font-family: PingFang SC;
font-weight: 500;
color: #C3C3C3;
image {
width: 14rpx;
height: 25rpx;
margin-left: 17rpx;
}
}
}
}