feat: 修复登录逻辑

This commit is contained in:
Blizzard
2026-02-12 17:23:55 +08:00
parent 5553e2711a
commit daea00ca60
14 changed files with 732 additions and 59 deletions
+35
View File
@@ -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;
}