.container.data-v-c0f45e44 { width: 100%; height: 100vh; background-color: #FFFFFF; display: flex; flex-direction: column; padding-top: 30px; box-sizing: border-box; position: relative; } .header.data-v-c0f45e44 { display: flex; align-items: center; justify-content: space-between; padding: 20rpx 30rpx; background-color: #FFFFFF; border-bottom: 1rpx solid #E0E0E0; position: relative; } .back-btn.data-v-c0f45e44 { width: 60rpx; height: 60rpx; display: flex; align-items: center; justify-content: center; } .back-icon.data-v-c0f45e44 { font-size: 40rpx; color: #333333; font-weight: bold; } .header-title.data-v-c0f45e44 { position: absolute; left: 50%; transform: translateX(-50%); font-size: 36rpx; font-weight: bold; color: #333333; } .save-btn.data-v-c0f45e44 { width: 80rpx; height: 60rpx; display: flex; align-items: center; justify-content: center; } .save-text.data-v-c0f45e44 { font-size: 28rpx; color: #4FC3F7; } .scroll-content.data-v-c0f45e44 { flex: 1; width: 100%; } .profile-item.data-v-c0f45e44 { display: flex; align-items: center; justify-content: space-between; padding: 30rpx; border-bottom: 1rpx solid #F0F0F0; background-color: #FFFFFF; } .item-label.data-v-c0f45e44 { font-size: 30rpx; color: #666666; } .item-value.data-v-c0f45e44 { display: flex; align-items: center; flex: 1; justify-content: flex-end; margin-left: 30rpx; } .avatar.data-v-c0f45e44 { width: 100rpx; height: 100rpx; border-radius: 50%; background-color: #F5F5F5; margin-right: 20rpx; } .nickname-text.data-v-c0f45e44, .gender-text.data-v-c0f45e44, .birthday-text.data-v-c0f45e44, .bio-text.data-v-c0f45e44 { font-size: 30rpx; color: #333333; flex: 1; text-align: right; margin-right: 20rpx; } .bio-text.data-v-c0f45e44 { max-width: 400rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .arrow.data-v-c0f45e44 { font-size: 32rpx; color: #CCCCCC; } .login-mask.data-v-c0f45e44 { position: absolute; left: 0; right: 0; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; background-color: rgba(255, 255, 255, 0.92); } .login-btn.data-v-c0f45e44 { width: 220rpx; height: 80rpx; background-color: #4FC3F7; color: #FFFFFF; border: none; border-radius: 40rpx; font-size: 30rpx; display: flex; align-items: center; justify-content: center; }