纸通宝小程序
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.
 

89 lines
1.6 KiB

/* pages/ztbvip/index.wxss */
.header-box {
width: 700rpx;
height: 335rpx;
background-image: url(https://pic.downk.cc/item/5f1bab9214195aa594620821.png);
background-size: cover;
padding:32rpx 24rpx;
/* box-shadow: 0px 0px 15px -6px rgba(0, 0, 0, 0.32);
border-radius: 6px; */
}
.account-bg {
background: linear-gradient(314deg, rgba(50, 107, 250, 1) 0%, rgba(0, 138, 255, 1) 100%);
border-radius: 6px;
}
.money {
font-size: 44rpx;
font-family: SFProDisplay-Semibold, SFProDisplay;
font-weight: 600;
color: rgba(255, 255, 255, 1);
}
.label {
font-size: 24rpx;
font-family: PingFang-SC-Regular, PingFang-SC;
font-weight: 400;
color: rgba(255, 255, 255, 1);
}
.img-auth {
width: 32rpx;
height: 32rpx;
margin-left: 24rpx;
margin-right: 12rpx
}
.img-auth2 {
width: 32rpx;
height: 32rpx;
}
.page-btn {
height: 90rpx;
width: 100%;
background: #d0a45c;
box-shadow: 0px 4px 14px -6px rgba(255, 43, 45, 0.8);
color: white;
font-size: 32rpx;
}
.vip-btn {
/* height: 90rpx; */
width: 180rpx;
background: #F1DAB0;
color: #CE9754;
margin-left: 8rpx;
font-size: 28rpx;
box-shadow: 0px 0px 16rpx 6rpx rgba(206,151,84, 0.32);
}
.openVip{
padding: 16rpx;
text-align: center;
}
.openVip21{
border-radius: 6%;
border: 2rpx solid #DBDBDB;
}
.openVip22{
border-radius: 6%;
border: 2rpx solid #d0a45c;
background-color: #fefaf1;
}
.cu-tags {
border-top-left-radius: 24rpx;
border-bottom-right-radius: 24rpx;
background-color: #dd514c;
position: absolute;
top: 0rpx;
left: 16rpx;
font-size: 24rpx;
padding: 10rpx 16rpx;
color: var(--white);
}