page { background: #f6f7fb; } .header { margin: 40rpx 0 45rpx; display: flex; flex-direction: column; align-items: center; } .avatar_pic { width: 130rpx; height: 130rpx; border-radius: 50%; } .header_desc { margin-top: 10rpx; } .main { margin: 45rpx 20rpx 62rpx; background: #ffffff; border-radius: 20rpx 20rpx 20rpx 20rpx; } .tabel { height: 100rpx; display: flex; align-items: center; } .left { font-size: 28rpx; color: #999999; margin-right: 68rpx; margin-left: 20rpx; } .right { display: flex; align-items: center; height: 100rpx; flex: 1; border-bottom: 1rpx solid #ebebeb; } .right_radio { margin-left: 45rpx; } .btn { margin: 62rpx 75rpx 60rpx; height: 90rpx; line-height: 90rpx; background: linear-gradient(91deg, #ff7658 0%, #ff370b 100%); border-radius: 100rpx 100rpx 100rpx 100rpx; text-align: center; font-weight: 600; font-size: 36rpx; color: #ffffff; } .tabel1 { margin: 0 20rpx; border-bottom: 1rpx solid #ebebeb; height: 100rpx; display: flex; align-items: center; justify-content: space-between; } .tabel1 > .right { flex: 1; border-bottom: none; justify-content: flex-end; } .no_border { border-bottom: none; } .u-upload__wrap__preview { width: 130rpx; height: 130rpx; border-radius: 50% !important; } .u-upload__wrap__preview__image { width: 100% !important; height: 100% !important; object-fit: cover; }