87 lines
1.3 KiB
Plaintext
87 lines
1.3 KiB
Plaintext
.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: #FFECD3;
|
|
}
|
|
.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 {
|
|
padding: 0 25rpx;
|
|
}
|
|
.vipC .icon {
|
|
display: block;
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
.menuList {
|
|
background-color: white;
|
|
padding: 0 25rpx;
|
|
border-radius: 20rpx 20rpx 0 0;
|
|
}
|
|
.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%;
|
|
}
|