Files
JiaZhiQianYan/unpackage/dist/dev/mp-weixin/pages/mine/mine.wxss
2026-02-04 17:43:41 +08:00

111 lines
1.6 KiB
Plaintext

page {
background-color: black;
}
.topBg {
top: 0;
left: 0;
width: 100%;
height: auto;
}
.navTitle {
left: 0;
margin: 0 23rpx;
font-size: 36rpx;
font-weight: bold;
color: white;
}
.personalInfoC {
padding: 0 25rpx 0 30rpx;
}
.personalInfoC .avatar {
margin-right: 11rpx;
width: 130rpx;
height: 130rpx;
border-radius: 50%;
border: solid 3rpx white;
}
.personalInfoC .nickname {
font-size: 32rpx;
font-weight: bold;
color: white;
}
.personalInfoC .mobile {
margin-top: 6rpx;
font-size: 24rpx;
font-weight: 500;
color: #F3C368;
}
.personalInfoC .arrow {
width: 15rpx;
height: auto;
}
.numList .item {
padding: 25rpx 0;
}
.numList .item .num {
font-size: 48rpx;
font-weight: 800;
color: white;
}
.numList .item .title {
font-size: 24rpx;
font-weight: 500;
color: #FFECD3;
}
.vipC {
margin: 0 45rpx;
}
.vipC .icon {
display: block;
width: 100%;
height: auto;
}
.vipC .tips {
top: 0;
left: 80rpx;
font-size: 24rpx;
font-weight: 500;
line-height: 90rpx;
z-index: 2;
}
.menuList {
background-color: white;
margin: 0 25rpx;
padding: 0 20rpx 220rpx;
border-radius: 20rpx;
}
.menuList .item {
height: 100rpx;
padding: 0 18rpx 0 20rpx;
border-bottom: solid 1rpx #F7F7F7;
font-size: 28rpx;
color: #222;
}
.menuList .item .icon {
margin-right: 16rpx;
width: 44rpx;
height: 44rpx;
}
.menuList .item .arrow {
width: 11rpx;
height: auto;
}
.menuList .item button {
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.popup {
background-color: white;
}
.popup .icon {
width: 560rpx;
height: auto;
}
.popup .title {
margin-top: 10rpx;
border-radius: 10rpx;
text-align: center;
}