.avatar{ margin: 52rpx auto 40rpx; width: 160rpx; height: 160rpx; border-radius: 50%; box-shadow: 0rpx 2rpx 12rpx 0rpx rgba(0,0,0,0.08); border: 4rpx solid #FFFFFF; } .avatar_btn{ width: 168rpx; height: 60rpx; margin: 0 auto 40rpx; line-height: 58rpx; text-align: center; border-radius: 30rpx; border: 1rpx solid #CDA38D; font-size: 26rpx; color: var(--themeColor); } .list{ padding: 0 40rpx; .line{ height: 78rpx; margin-bottom: 40rpx; display: flex; align-items: center; .picker{ width: 100%; display: flex; .picker_wrap{ width: 528rpx; display: flex; } .text{ flex: 1; } } .label{ width: 110rpx; font-size: 30rpx; color: #777777; } .input{ flex: 1; color: #111111; border-bottom: 1rpx solid #e5e5e5; } .icon{ width: 40rpx; } } .val{ flex: 1; height: 100rpx; border-bottom: 1rpx solid #e5e5e5; padding-left: 32rpx; display: flex; align-items: center; justify-content: space-between; } .save{ color: #fff; display: flex; justify-content: center; align-items: center; width: 670rpx; height: 88rpx; background: var(--themeColor); border-radius: 8rpx; font-weight: 500; font-size: 32rpx; } } .modal{ padding: 40rpx 30rpx; .label{ font-size: 30rpx; } .val{ display: flex; align-items: center; color: #999999; .item{ display: flex; align-items: center; .unit{ font-size: 24rpx; } .input{ flex: 1; } input{ text-align: right; } } } }