feat: 修复登录逻辑
This commit is contained in:
@@ -642,3 +642,38 @@ button.edit-row.avatar-btn::after {
|
||||
border: none;
|
||||
display: none;
|
||||
}
|
||||
|
||||
.about-menu-list {
|
||||
margin: 40rpx 0;
|
||||
background: white;
|
||||
border-radius: 24rpx;
|
||||
padding: 0 32rpx;
|
||||
box-shadow: 0 4rpx 12rpx rgba(0,0,0,0.02);
|
||||
}
|
||||
|
||||
.about-menu-item {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
height: 112rpx;
|
||||
border-bottom: 2rpx solid #F9FAFB;
|
||||
font-size: 30rpx;
|
||||
color: #374151;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.about-menu-item:last-child {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.about-footer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
padding: 40rpx 0;
|
||||
margin-top: 40rpx;
|
||||
}
|
||||
|
||||
.about-copyright {
|
||||
font-size: 22rpx;
|
||||
color: #B0BEC5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user