@charset "UTF-8";
|
/* 颜色变量 */
|
.steps-container.data-v-174d7374 {
|
display: flex;
|
background-color: #FFFFFF;
|
padding: 66rpx 0 26rpx;
|
}
|
.steps-container .step-item.data-v-174d7374 {
|
width: 33.33%;
|
text-align: center;
|
}
|
.steps-container .step-item .step-line.data-v-174d7374 {
|
display: flex;
|
}
|
.steps-container .step-item .step-line .line.data-v-174d7374 {
|
flex: 1;
|
}
|
.steps-container .step-item .step-line .line-v.data-v-174d7374 {
|
height: 4px;
|
background: #D9D9D9;
|
margin: auto 0;
|
}
|
.steps-container .step-item .step-line .value.data-v-174d7374 {
|
width: 48rpx;
|
height: 48rpx;
|
background: #D9D9D9;
|
border-radius: 50%;
|
font-weight: 500;
|
color: #FFFFFF;
|
line-height: 48rpx;
|
font-size: 32rpx;
|
}
|
.steps-container .step-item .step-line .value-select.data-v-174d7374 {
|
background: #D20A0A;
|
}
|
.steps-container .step-item .title.data-v-174d7374 {
|
height: 28rpx;
|
font-size: 28rpx;
|
font-weight: 500;
|
color: #CCCCCC;
|
line-height: 28rpx;
|
margin-top: 16rpx;
|
}
|
.steps-container .step-item .select.data-v-174d7374 {
|
color: #D20A0A;
|
}
|
.form-conyainer.data-v-174d7374 {
|
background-color: #FFFFFF;
|
padding: 32rpx;
|
}
|
.form-conyainer .message-item.data-v-174d7374 {
|
display: flex;
|
justify-content: space-between;
|
height: 96rpx;
|
border-bottom: 2rpx solid #F4F5F4;
|
}
|
.form-conyainer .message-item .label.data-v-174d7374 {
|
line-height: 96rpx;
|
font-size: 28rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 500;
|
}
|
.form-conyainer .message-item .label.data-v-174d7374::after {
|
content: '*';
|
color: #D20A0A;
|
}
|
.form-conyainer .message-item .message-value.data-v-174d7374 {
|
flex: 1;
|
text-align: right;
|
line-height: 96rpx;
|
margin: auto 0;
|
font-size: 28rpx;
|
}
|
.form-conyainer .message-item .message-value .un-select.data-v-174d7374 {
|
font-size: 28rpx;
|
color: #CCCCCC;
|
}
|
.data-v-174d7374 .uni-easyinput__content-input {
|
text-align: right;
|
font-size: 28rpx !important;
|
}
|
.parting.data-v-174d7374 {
|
background: #f7f7f7;
|
height: 16rpx;
|
width: 120%;
|
margin-left: -33rpx;
|
}
|
.persnal-introduce .introduce-title.data-v-174d7374 {
|
font-size: 32rpx;
|
font-family: PingFang SC-Semibold, PingFang SC;
|
font-weight: 600;
|
color: #333333;
|
padding-top: 28rpx;
|
}
|
.persnal-introduce.data-v-174d7374 .uni-easyinput__content {
|
background: #f5f5f5;
|
padding: 26rpx;
|
margin: 28rpx 0;
|
}
|
.platform .platform-item.data-v-174d7374 {
|
display: flex;
|
justify-content: space-between;
|
height: 96rpx;
|
border-bottom: 2rpx solid #F4F5F4;
|
}
|
.platform .platform-item .label.data-v-174d7374 {
|
line-height: 96rpx;
|
font-size: 28rpx;
|
font-weight: 500;
|
}
|
.platform .platform-item .message-value.data-v-174d7374 {
|
flex: 1;
|
text-align: right;
|
line-height: 96rpx;
|
margin: auto 0;
|
font-size: 28rpx;
|
}
|
.add-platform.data-v-174d7374 {
|
height: 96rpx;
|
text-align: center;
|
font-size: 32rpx;
|
font-family: PingFang SC-Medium, PingFang SC;
|
font-weight: 400;
|
color: #333333;
|
line-height: 96rpx;
|
display: flex;
|
justify-content: center;
|
}
|
.next-btn.data-v-174d7374 {
|
height: 72rpx;
|
margin: 126rpx 56rpx 0;
|
background: linear-gradient(270deg, #D20A0A 0%, #D95A5A 100%);
|
border-radius: 36rpx 36rpx 36rpx 36rpx;
|
color: #FFFFFF;
|
line-height: 72rpx;
|
text-align: center;
|
}
|
.safe-area.data-v-174d7374 {
|
height: env(safe-area-inset-bottom);
|
padding: 20rpx;
|
}
|