639 lines
13 KiB
Plaintext
639 lines
13 KiB
Plaintext
|
|
.personal-info-page.data-v-74cd6620 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 100vh;
|
|
background: #f5f5f5;
|
|
}
|
|
.content-area.data-v-74cd6620 {
|
|
flex: 1;
|
|
overflow-y: auto;
|
|
padding: 20rpx 20rpx;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
/* 变更提示 */
|
|
.change-tip.data-v-74cd6620 {
|
|
background: #FAE7EC;
|
|
padding: 20rpx;
|
|
text-align: center;
|
|
}
|
|
.change-tip text.data-v-74cd6620 {
|
|
font-size: 28rpx;
|
|
color: #D4131F;
|
|
}
|
|
|
|
/* 驳回原因样式 */
|
|
.reject-reason.data-v-74cd6620 {
|
|
background: transparent;
|
|
padding: 24rpx;
|
|
}
|
|
.reject-title.data-v-74cd6620 {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
line-height: 45rpx;
|
|
text-align: center;
|
|
font-style: normal;
|
|
}
|
|
.reject-detail.data-v-74cd6620 {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #999999;
|
|
line-height: 40rpx;
|
|
text-align: center;
|
|
font-style: normal;
|
|
margin-top: 12rpx;
|
|
}
|
|
|
|
/* 审核中提示 */
|
|
.audit-tip.data-v-74cd6620 {
|
|
margin: 20rpx 24rpx 20rpx 24rpx;
|
|
border-radius: 12rpx;
|
|
}
|
|
.audit-text.data-v-74cd6620 {
|
|
font-weight: 400;
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
|
|
/* 底部按钮样式 */
|
|
.bottom-actions.data-v-74cd6620 {
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 0rpx 24rpx 40rpx 24rpx;
|
|
background: #ffffff;
|
|
z-index: 100;
|
|
}
|
|
.action-btn.data-v-74cd6620 {
|
|
height: 88rpx;
|
|
border-radius: 43rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 32rpx;
|
|
font-weight: 400;
|
|
}
|
|
.change-info-btn.data-v-74cd6620, .view-change-btn.data-v-74cd6620, .resubmit-btn.data-v-74cd6620 {
|
|
background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
|
|
}
|
|
|
|
/* 双按钮行样式 */
|
|
.action-buttons-row.data-v-74cd6620 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin: 0 30rpx;
|
|
}
|
|
.action-buttons-row .action-btn.data-v-74cd6620 {
|
|
width: 270rpx;
|
|
}
|
|
.cancel-btn.data-v-74cd6620 {
|
|
background: #E5E5E5;
|
|
border-radius: 43rpx;
|
|
padding: 0 15rpx;
|
|
}
|
|
.submit-btn.data-v-74cd6620 {
|
|
background: linear-gradient(180deg, #F52540 0%, #E8101E 100%, #E8101E 100%);
|
|
border-radius: 43rpx;
|
|
padding: 0 15rpx;
|
|
}
|
|
.btn-text.data-v-74cd6620 {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 36rpx;
|
|
color: #FFFFFF;
|
|
line-height: 50rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.cancel-text.data-v-74cd6620 {
|
|
color: #666666;
|
|
}
|
|
.section.data-v-74cd6620 {
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.section-title.data-v-74cd6620 {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
.title-bar.data-v-74cd6620 {
|
|
width: 6rpx;
|
|
height: 30rpx;
|
|
background-color: #E8101E;
|
|
margin-right: 7rpx;
|
|
border-radius: 5rpx;
|
|
}
|
|
.title-text.data-v-74cd6620 {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 500;
|
|
font-size: 32rpx;
|
|
color: #1D2129;
|
|
line-height: 48rpx;
|
|
}
|
|
.box-cont.data-v-74cd6620 {
|
|
background: #ffffff;
|
|
border-radius: 20rpx;
|
|
margin-bottom: 24rpx;
|
|
margin-left: 8rpx;
|
|
margin-right: 8rpx;
|
|
box-shadow: none;
|
|
}
|
|
.form-item.data-v-74cd6620 {
|
|
padding: 24rpx;
|
|
}
|
|
.form-item-one.data-v-74cd6620 {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 24rpx;
|
|
}
|
|
.form-item-two.data-v-74cd6620 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 24rpx;
|
|
}
|
|
.label-wrapper.data-v-74cd6620 {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
}
|
|
.label.data-v-74cd6620 {
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
font-weight: 500;
|
|
line-height: 1;
|
|
min-width: 200rpx;
|
|
}
|
|
.label-icon.data-v-74cd6620 {
|
|
width: 26rpx;
|
|
height: 26rpx;
|
|
margin-left: -65rpx;
|
|
align-items: center;
|
|
}
|
|
.required.data-v-74cd6620::before {
|
|
content: '*';
|
|
color: #FF0000;
|
|
margin-right: 4rpx;
|
|
}
|
|
.upload-tip.data-v-74cd6620 {
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
margin: 35rpx 20rpx 20rpx 20rpx;
|
|
font-weight: 400;
|
|
font-family: PingFangSC, PingFang SC;
|
|
text-align: center;
|
|
font-style: normal;
|
|
line-height: 40rpx;
|
|
}
|
|
.upload-tip-sfz.data-v-74cd6620 {
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
margin: 10rpx 0 30rpx 0;
|
|
font-weight: 400;
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-style: normal;
|
|
}
|
|
.upload-box.data-v-74cd6620 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.upload-camera.data-v-74cd6620 {
|
|
width: 446rpx;
|
|
height: 298rpx;
|
|
border-radius: 48rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
background-color: #F8F9FD;
|
|
position: relative;
|
|
}
|
|
.head_photo-upload.data-v-74cd6620 {
|
|
width: 120rpx;
|
|
height: 120rpx;
|
|
border-radius: 0;
|
|
}
|
|
.idcard-upload-vertical-container.data-v-74cd6620 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 24rpx;
|
|
}
|
|
.idcard-upload-vertical-item.data-v-74cd6620 {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
margin-bottom: 45rpx;
|
|
}
|
|
.idcard-upload-vertical-item.data-v-74cd6620:last-child {
|
|
margin-bottom: -5rpx;
|
|
}
|
|
.upload-label.required.data-v-74cd6620::before {
|
|
content: '*';
|
|
color: #FF0000;
|
|
margin-right: 4rpx;
|
|
}
|
|
.camera-icon.data-v-74cd6620 {
|
|
width: 446rpx;
|
|
height: 298rpx;
|
|
}
|
|
.preview-image.data-v-74cd6620 {
|
|
width: 100%;
|
|
height: 100%;
|
|
border-radius: 20rpx;
|
|
}
|
|
|
|
/* 识别状态样式 */
|
|
.recognize-overlay.data-v-74cd6620 {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background: rgba(0, 0, 0, 0.6);
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
border-radius: 20rpx;
|
|
}
|
|
.recognize-loading.data-v-74cd6620 {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
border: 4rpx solid #fff;
|
|
border-top: 4rpx solid #E8101E;
|
|
border-radius: 50%;
|
|
-webkit-animation: spin-data-v-74cd6620 1s linear infinite;
|
|
animation: spin-data-v-74cd6620 1s linear infinite;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.recognize-text.data-v-74cd6620 {
|
|
color: #fff;
|
|
font-size: 24rpx;
|
|
}
|
|
@-webkit-keyframes spin-data-v-74cd6620 {
|
|
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);
|
|
}
|
|
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);
|
|
}
|
|
}
|
|
@keyframes spin-data-v-74cd6620 {
|
|
0% { -webkit-transform: rotate(0deg); transform: rotate(0deg);
|
|
}
|
|
100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);
|
|
}
|
|
}
|
|
.picker-content.data-v-74cd6620 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
flex: 1;
|
|
}
|
|
.picker-content text.data-v-74cd6620 {
|
|
margin-right: 19rpx;
|
|
}
|
|
.arrow-right.data-v-74cd6620 {
|
|
width: 14rpx;
|
|
height: 26rpx;
|
|
margin-left: 16rpx;
|
|
}
|
|
.placeholder.data-v-74cd6620 {
|
|
color: #999999;
|
|
font-size: 28rpx;
|
|
}
|
|
.picker-value.data-v-74cd6620 {
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
}
|
|
.input.data-v-74cd6620 {
|
|
flex: 1;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
text-align: right;
|
|
}
|
|
.textarea.data-v-74cd6620 {
|
|
margin-top: 15rpx;
|
|
height: 165rpx;
|
|
width: 605rpx;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
line-height: 1.5;
|
|
background: #F8F9FD;
|
|
border-radius: 20rpx;
|
|
padding: 20rpx 24rpx;
|
|
}
|
|
.radio-group.data-v-74cd6620 {
|
|
display: flex;
|
|
margin-top: 24rpx;
|
|
width: 100%;
|
|
}
|
|
.radio-item.data-v-74cd6620 {
|
|
display: flex;
|
|
align-items: center;
|
|
margin-right: 130rpx;
|
|
}
|
|
.radio.data-v-74cd6620 {
|
|
width: 30rpx;
|
|
height: 30rpx;
|
|
border: 2rpx solid #DDDDDD;
|
|
border-radius: 50%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 16rpx;
|
|
}
|
|
.radio.checked.data-v-74cd6620 {
|
|
background-color: #E8101E;
|
|
border-color: #E8101E;
|
|
}
|
|
.radio-icon-image.data-v-74cd6620 {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
}
|
|
.radio-label.data-v-74cd6620 {
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
}
|
|
.date-range-container.data-v-74cd6620 {
|
|
padding: 24rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.date-item.data-v-74cd6620 {
|
|
flex: 1;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.date-item.data-v-74cd6620:first-child {
|
|
margin-right: 24rpx;
|
|
}
|
|
.date-label.data-v-74cd6620 {
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
margin-bottom: 16rpx;
|
|
font-weight: 500;
|
|
margin-left: 8rpx;
|
|
}
|
|
.date-picker-box.data-v-74cd6620 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
border: 2rpx solid #E9E9E9;
|
|
border-radius: 10rpx;
|
|
padding: 12rpx 19rpx;
|
|
background-color: transparent;
|
|
}
|
|
.date-picker-box.disabled.data-v-74cd6620 {
|
|
border: 2rpx solid #F3F3F3;
|
|
}
|
|
.date-picker-box.disabled .date-value.data-v-74cd6620,
|
|
.date-picker-box.disabled .placeholder.data-v-74cd6620 {
|
|
color: #CCCCCC;
|
|
}
|
|
|
|
/* 日期值文本 - 添加弹性布局 */
|
|
.date-picker-box text.data-v-74cd6620 {
|
|
flex: 1;
|
|
text-align: left;
|
|
min-width: 0;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
.date-value.data-v-74cd6620 {
|
|
font-size: 28rpx;
|
|
color: #333;
|
|
}
|
|
.date-arrow.data-v-74cd6620 {
|
|
width: 35rpx;
|
|
height: 33rpx;
|
|
}
|
|
.upload-label.data-v-74cd6620 {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
line-height: 40rpx;
|
|
margin-top: 24rpx;
|
|
}
|
|
.date-divider.data-v-74cd6620 {
|
|
width: 2rpx;
|
|
height: 30rpx;
|
|
background-color: #E9E9E9;
|
|
margin: 0 15rpx;
|
|
}
|
|
.date-picker-box.disabled .date-divider.data-v-74cd6620 {
|
|
background-color: #F3F3F3;
|
|
}
|
|
|
|
/* 弹窗样式 */
|
|
.popup.data-v-74cd6620 {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 999;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
transition: all 0.3s ease;
|
|
}
|
|
.popup.show.data-v-74cd6620 {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
.popup-mask.data-v-74cd6620 {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
.popup-content.data-v-74cd6620 {
|
|
position: relative;
|
|
background-color: #FFFFFF;
|
|
border-radius: 24rpx 24rpx 0 0;
|
|
padding: 32rpx;
|
|
-webkit-transform: translateY(100%);
|
|
transform: translateY(100%);
|
|
transition: -webkit-transform 0.3s ease;
|
|
transition: transform 0.3s ease;
|
|
transition: transform 0.3s ease, -webkit-transform 0.3s ease;
|
|
max-height: 70vh;
|
|
}
|
|
.popup.show .popup-content.data-v-74cd6620 {
|
|
-webkit-transform: translateY(0);
|
|
transform: translateY(0);
|
|
}
|
|
.popup-header.data-v-74cd6620 {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.popup-title.data-v-74cd6620 {
|
|
font-size: 32rpx;
|
|
color: #333333;
|
|
font-weight: 500;
|
|
}
|
|
.popup-close.data-v-74cd6620 {
|
|
font-size: 40rpx;
|
|
color: #999999;
|
|
padding: 16rpx;
|
|
}
|
|
.region-body.data-v-74cd6620 {
|
|
height: 400rpx;
|
|
}
|
|
.picker-scroll.data-v-74cd6620 {
|
|
height: 400rpx;
|
|
}
|
|
.picker-item.data-v-74cd6620 {
|
|
height: 68rpx;
|
|
line-height: 68rpx;
|
|
text-align: center;
|
|
font-size: 28rpx;
|
|
}
|
|
.cancel-text.data-v-74cd6620 {
|
|
font-size: 32rpx;
|
|
color: #666666;
|
|
}
|
|
.confirm-text.data-v-74cd6620 {
|
|
font-size: 32rpx;
|
|
color: #E8101E;
|
|
font-weight: 500;
|
|
}
|
|
.title.data-v-74cd6620 {
|
|
font-size: 32rpx;
|
|
color: #333;
|
|
font-weight: 500;
|
|
}
|
|
.popup-footer.data-v-74cd6620 {
|
|
display: flex;
|
|
margin-top: 32rpx;
|
|
}
|
|
.popup-btn.data-v-74cd6620 {
|
|
flex: 1;
|
|
height: 88rpx;
|
|
border-radius: 44rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0 16rpx;
|
|
}
|
|
.popup-btn.cancel.data-v-74cd6620 {
|
|
background-color: #F5F5F5;
|
|
}
|
|
.popup-btn.confirm.data-v-74cd6620 {
|
|
background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
|
|
}
|
|
.popup-btn .btn-text.data-v-74cd6620 {
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
}
|
|
.popup-btn.cancel .btn-text.data-v-74cd6620 {
|
|
color: #666666;
|
|
}
|
|
.popup-btn.confirm .btn-text.data-v-74cd6620 {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
/* 提示弹窗样式 */
|
|
.tip-popup.data-v-74cd6620 {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 1000;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
visibility: hidden;
|
|
opacity: 0;
|
|
transition: all 0.3s ease;
|
|
}
|
|
.tip-popup.show.data-v-74cd6620 {
|
|
visibility: visible;
|
|
opacity: 1;
|
|
}
|
|
.tip-popup-mask.data-v-74cd6620 {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
.tip-popup-content.data-v-74cd6620 {
|
|
position: relative;
|
|
width: 620rpx;
|
|
height: 810rpx;
|
|
}
|
|
.tip-popup-bg.data-v-74cd6620 {
|
|
width: 620rpx;
|
|
height: 810rpx;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.tip-popup-body.data-v-74cd6620 {
|
|
position: relative;
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 80rpx 20rpx 40rpx 0rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.tip-title.data-v-74cd6620 {
|
|
font-size: 36rpx;
|
|
font-weight: bold;
|
|
color: #333;
|
|
text-align: center;
|
|
margin-top: 107rpx;
|
|
margin-bottom: 37rpx;
|
|
}
|
|
.tip-image-container.data-v-74cd6620 {
|
|
flex: 1;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-bottom: 60rpx;
|
|
}
|
|
.tip-image.data-v-74cd6620 {
|
|
width: 672rpx;
|
|
height: 327rpx;
|
|
margin-right: 20rpx;
|
|
}
|
|
.tip-buttons.data-v-74cd6620 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 38rpx;
|
|
}
|
|
.tip-btn.data-v-74cd6620 {
|
|
width: 250rpx;
|
|
height: 80rpx;
|
|
border-radius: 40rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
font-size: 32rpx;
|
|
font-weight: 500;
|
|
}
|
|
.tip-btn.cancel.data-v-74cd6620 {
|
|
border: #E8101E 2rpx solid;
|
|
background-color: transparent;
|
|
color: #e8101e;
|
|
}
|
|
.tip-btn.confirm.data-v-74cd6620 {
|
|
background: linear-gradient(180deg, #f52540 0%, #e8101e 100%);
|
|
color: #FFFFFF;
|
|
}
|
|
.tip-btn .btn-text.data-v-74cd6620 {
|
|
color: inherit;
|
|
}
|
|
|