121 lines
2.7 KiB
Plaintext
121 lines
2.7 KiB
Plaintext
.user-page.data-v-3e9e8d19 {
|
|
background-color: #F3F5F6;
|
|
min-height: 100vh;
|
|
padding-top: 180rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.tabback.data-v-3e9e8d19 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
width: 100%;
|
|
height: 160rpx;
|
|
padding: 0 20rpx;
|
|
padding-top: 70rpx;
|
|
box-sizing: border-box;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 999 !important;
|
|
background-color: #fff;
|
|
}
|
|
.tabback .rtjt.data-v-3e9e8d19 {
|
|
font-size: 40rpx;
|
|
color: #333;
|
|
}
|
|
.tabback .name.data-v-3e9e8d19 {
|
|
font-size: 34rpx;
|
|
font-weight: 600;
|
|
color: #333;
|
|
}
|
|
.profile-section.data-v-3e9e8d19 {
|
|
background-color: #F3F5F6;
|
|
border-radius: 12rpx;
|
|
text-align: center;
|
|
height: 560rpx;
|
|
padding-top: 80rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.profile-section .avatar-wrapper.data-v-3e9e8d19 {
|
|
margin-bottom: 25rpx;
|
|
}
|
|
.profile-section .avatar-wrapper .avatar-placeholder.data-v-3e9e8d19 {
|
|
width: 250rpx;
|
|
height: 250rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
background-color: #F3F5F6;
|
|
}
|
|
.profile-section .avatar-wrapper .avatar-placeholder .avatar-icon.data-v-3e9e8d19 {
|
|
width: 250rpx;
|
|
height: 250rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.profile-section .account-info .account-name.data-v-3e9e8d19 {
|
|
display: block;
|
|
font-size: 30rpx;
|
|
color: #333;
|
|
margin-bottom: 12rpx;
|
|
font-weight: 500;
|
|
margin-top: 40rpx;
|
|
}
|
|
.profile-section .account-info .account-email.data-v-3e9e8d19 {
|
|
display: block;
|
|
font-size: 26rpx;
|
|
color: #888;
|
|
}
|
|
.menu-list.data-v-3e9e8d19 {
|
|
border-radius: 12rpx;
|
|
box-shadow: 0 2rpx 8rpx rgba(0, 0, 0, 0.05);
|
|
}
|
|
.menu-list .menu-item.data-v-3e9e8d19 {
|
|
background-color: #fff;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 32rpx 30rpx;
|
|
border-bottom: 1rpx solid #f0f0f0;
|
|
transition: background-color 0.2s;
|
|
cursor: pointer;
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
.menu-list .menu-item.data-v-3e9e8d19:active {
|
|
background-color: #f8f8f8;
|
|
}
|
|
.menu-list .menu-item.data-v-3e9e8d19:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.menu-list .menu-item .item-icon-wrapper.data-v-3e9e8d19 {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 46rpx;
|
|
background-color: #fafafa;
|
|
font-size: 30rpx;
|
|
color: #3D3D3D;
|
|
}
|
|
.menu-list .menu-item .item-icon-wrapper .item-icon.data-v-3e9e8d19 {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
.menu-list .menu-item .item-text.data-v-3e9e8d19 {
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.menu-list .menu-item .item-arrow.data-v-3e9e8d19 {
|
|
font-size: 26rpx;
|
|
color: #ccc;
|
|
}
|
|
.menu-list .menu-item.logout-item.data-v-3e9e8d19 {
|
|
margin-top: 32rpx;
|
|
}
|
|
.menu-list .menu-item.logout-item .item-text.data-v-3e9e8d19 {
|
|
color: #ff4757;
|
|
}
|
|
|