| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124 |
- .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;
- }
|