90 lines
1.5 KiB
CSS
90 lines
1.5 KiB
CSS
.container {
|
|
padding-top: 87rpx;
|
|
}
|
|
.title {
|
|
font-weight: 600;
|
|
font-size: 50rpx;
|
|
color: #222222;
|
|
text-align: center;
|
|
}
|
|
.subTitle {
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #222222;
|
|
text-align: center;
|
|
margin-bottom: 123rpx;
|
|
}
|
|
.table {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-left: 78rpx;
|
|
margin-right: 72rpx;
|
|
/* padding-bottom: 40rpx; */
|
|
height: 122rpx;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
border-bottom: 1px solid red;
|
|
}
|
|
.left {
|
|
font-size: 26rpx;
|
|
color: #999999;
|
|
}
|
|
.label {
|
|
font-weight: 500;
|
|
font-size: 30rpx;
|
|
color: #222222;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.right {
|
|
text-align: right;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.right > .desc {
|
|
margin-left: 30rpx;
|
|
font-size: 28rpx;
|
|
color: #FF370B;
|
|
background-color: #FFFFFF;
|
|
padding: 0;
|
|
}
|
|
.right > .desc::after {
|
|
display: none;
|
|
}
|
|
.btn {
|
|
margin-top: 80rpx;
|
|
margin-left: 75rpx;
|
|
margin-right: 75rpx;
|
|
height: 90rpx;
|
|
line-height: 90rpx;
|
|
background: linear-gradient( 91deg, #FF7658 0%, #FF370B 100%);
|
|
border-radius: 100rpx 100rpx 100rpx 100rpx;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
text-align: center;
|
|
}
|
|
.agreement {
|
|
text-align: center;
|
|
font-size: 26rpx;
|
|
color: #FF370B;
|
|
margin-top: 40rpx;
|
|
}
|
|
|
|
|
|
|
|
.avatar_pic {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
border-radius: 50%;
|
|
}
|
|
.u-upload__wrap__preview {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
border-radius: 50% !important;
|
|
}
|
|
|
|
.u-upload__wrap__preview__image {
|
|
width: 100% !important;
|
|
height: 100% !important;
|
|
object-fit: cover;
|
|
} |