.header { display: flex; justify-content: space-between; align-items: center; margin: 20rpx; padding: 20rpx; border-radius: 20rpx; background-image: linear-gradient(to right, #f2f4f7, #e0f2f4); } .unlogin-box { padding: 30rpx; } .unlogin-title { font-weight: bold; font-size: 38rpx; } .unlogin-sub-title { margin-bottom: 30rpx; padding: 20rpx 0; font-size: 26rpx; color: gray; } .unlogin-button { padding: 16rpx 32rpx; font-size: 26rpx; border-radius: 50rpx; color: #ffffff; } .info-box { display: flex; align-items: center; } .avatar-box { width: 124rpx; height: 124rpx; padding: 0; margin: 0; border-radius: 50%; margin-right: 32rpx; } .menu-box { display: flex; justify-content: space-between; align-items: center; padding: 20rpx; } .menu-item { width: 48%; display: flex; justify-content: center; align-items: center; padding: 28rpx 0; border-radius: 20rpx; box-shadow: 4rpx 4rpx 10rpx 0 rgba(0, 0, 0, 0.1); font-size: 28rpx; } .item-title { margin-left: 20rpx; }