.profile-header { display: flex; align-items: center; padding: 40rpx 32rpx; } .avatar-area { margin-right: 24rpx; } .avatar { width: 96rpx; height: 96rpx; border-radius: 50%; } .avatar-placeholder { width: 96rpx; height: 96rpx; border-radius: 50%; background-color: #333333; color: #ffffff; font-size: 40rpx; display: flex; align-items: center; justify-content: center; } .user-info { flex: 1; } .nickname { font-size: 34rpx; font-weight: 600; margin-bottom: 4rpx; } .menu-item { display: flex; justify-content: space-between; align-items: center; padding: 24rpx 0; font-size: 28rpx; } .menu-item:active { opacity: 0.7; } .arrow-sm { font-size: 24rpx; color: #cccccc; margin-left: 8rpx; } .logout { color: #ff4d4f; justify-content: center; }