ylj20011123 e9b1957164 update
2025-07-18 20:26:58 +08:00

424 lines
9.8 KiB
Plaintext

.main.data-v-73422e71 {
width: 100%;
min-height: 100vh;
background: #f5f5f5;
padding-bottom: env(safe-area-inset-bottom);
}
.main .topMessage.data-v-73422e71 {
width: 100%;
height: 292rpx;
background: linear-gradient(270deg, #727377 0%, #424448 100%);
box-sizing: border-box;
padding: 48rpx 32rpx;
position: relative;
}
.main .topMessage .messageTitle.data-v-73422e71 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 32rpx;
color: #ffffff;
line-height: 44rpx;
text-align: left;
font-style: normal;
}
.main .topMessage .messageList.data-v-73422e71 {
width: 100%;
margin-top: 16rpx;
}
.main .topMessage .messageList .messageText.data-v-73422e71 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 24rpx;
color: #b8b7b4;
line-height: 36rpx;
text-align: left;
font-style: normal;
margin-bottom: 4rpx;
}
.main .topMessage .carLogo.data-v-73422e71 {
position: absolute;
right: 12rpx;
bottom: 0;
width: 240rpx;
height: 240rpx;
opacity: 0.8;
}
.main .codeBox.data-v-73422e71 {
width: calc(100% - 64rpx);
height: 206rpx;
background: #ffffff;
border-radius: 10rpx;
margin-left: 32rpx;
box-sizing: border-box;
padding: 28rpx 32rpx;
}
.main .codeBox .carTypeChange.data-v-73422e71 {
width: 100%;
height: 30rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.main .codeBox .carTypeChange .carTypeLeft .typeName.data-v-73422e71 {
font-weight: 400;
font-size: 30rpx;
color: #000000;
text-align: left;
font-style: normal;
}
.main .codeBox .carTypeChange .carTypeRight.data-v-73422e71 {
display: flex;
align-items: center;
justify-content: flex-end;
}
.main .codeBox .carTypeChange .carTypeRight .changeIcon.data-v-73422e71 {
width: 24rpx;
height: 24rpx;
margin-right: 8rpx;
}
.main .codeBox .carTypeChange .carTypeRight .carType.data-v-73422e71 {
color: #ba922f;
font-family: "PingFangSC";
font-weight: 400;
font-size: 24rpx;
color: #0077FF;
text-align: left;
font-style: normal;
}
.main .codeBox .input-box.data-v-73422e71 {
display: flex;
align-items: center;
margin-top: 24rpx;
}
.main .codeBox .input-box .input-f.data-v-73422e71 {
text-align: center;
width: 72rpx;
height: 72rpx;
box-sizing: border-box;
border-radius: 5rpx;
line-height: 72rpx;
position: relative;
border: 1rpx solid #e7e7e6;
display: flex;
align-items: center;
justify-content: center;
margin-right: 8rpx;
}
.main .codeBox .input-box .input-f .show-input.data-v-73422e71 {
font-size: 34rpx;
}
.main .codeBox .input-box .input-f .disabledBox.data-v-73422e71 {
display: flex;
align-items: center;
justify-content: center;
}
.main .codeBox .input-box .input-f .disabled.data-v-73422e71 {
background-color: #F6F6F6;
}
.main .codeBox .input-box .input-f .text-sm.data-v-73422e71 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 20rpx;
color: #716f69;
line-height: 28rpx;
text-align: left;
font-style: normal;
}
.main .codeBox .input-box .input-f .text-tip-btn.data-v-73422e71 {
text-align: center;
width: 74rpx;
height: 74rpx;
border: 1rpx dashed #ededed;
border-radius: 5rpx;
background: #f8f8f8;
line-height: 70rpx;
}
.main .codeBox .input-box .cccBg.data-v-73422e71 {
background: #f5f6f7;
}
.main .codeBox .input-box .orangeRedBorder.data-v-73422e71 {
border: 1px solid #07C160;
}
.main .codeBox .input-box .lastBox.data-v-73422e71 {
background: #f5f6f7;
border-radius: 2rpx;
border: 1rpx dashed #e7e7e6 !important;
}
.main .codeBox .input-box .input-f.data-v-73422e71:nth-last-child(1) {
margin-right: 0;
}
.main .confirmBox.data-v-73422e71 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 32rpx;
height: 88rpx;
color: #ffffff;
line-height: 44rpx;
text-align: center;
font-style: normal;
width: calc(100% - 64rpx);
margin-left: 32rpx;
background: #07C160;
border-radius: 6rpx;
display: flex;
align-items: center;
justify-content: center;
}
.main .cancelBox.data-v-73422e71 {
font-family: PingFangSC, PingFang SC;
font-weight: 400;
font-size: 32rpx;
height: 88rpx;
color: #b8b7b4;
line-height: 44rpx;
text-align: center;
font-style: normal;
width: calc(100% - 64rpx);
margin-left: 32rpx;
background: #ffffff;
border-radius: 6rpx;
display: flex;
align-items: center;
justify-content: center;
border: 1px solid #b8b7b4;
margin-top: 24rpx;
}
.main .bindCarBox.data-v-73422e71 {
width: 100%;
box-sizing: border-box;
padding: 0 32rpx;
border-top-left-radius: 32rpx;
border-top-right-radius: 32rpx;
}
.main .bindCarBox .popupTitle.data-v-73422e71 {
font-weight: 400;
font-size: 32rpx;
color: #000000;
text-align: left;
font-style: normal;
text-transform: none;
margin-bottom: 20rpx;
}
.main .bindCarBox .fileItem.data-v-73422e71 {
margin-bottom: 24rpx;
background-color: #fff;
box-sizing: border-box;
padding: 26rpx 32rpx;
border-radius: 10rpx;
}
.main .bindCarBox .fileItem .itemTitle.data-v-73422e71 {
font-family: "PingFangSC";
font-weight: 400;
font-size: 28rpx;
line-height: 44rpx;
text-align: left;
font-style: normal;
margin-bottom: 16rpx;
}
.main .bindCarBox .fileItem .newUploadImgBox .imgItem.data-v-73422e71 {
width: 100%;
box-sizing: border-box;
padding: 20rpx 22rpx;
background: #F6F6F6;
border-radius: 6rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.main .bindCarBox .fileItem .newUploadImgBox .imgItem .leftText.data-v-73422e71 {
font-weight: 400;
font-size: 26rpx;
color: rgba(0, 0, 0, 0.3);
text-align: left;
font-style: normal;
text-transform: none;
}
.main .bindCarBox .fileItem .newUploadImgBox .imgItem .rightBox.data-v-73422e71 {
display: flex;
align-items: center;
}
.main .bindCarBox .fileItem .newUploadImgBox .imgItem .rightBox .rightText.data-v-73422e71 {
font-weight: 400;
font-size: 24rpx;
color: #07C160;
text-align: right;
font-style: normal;
text-transform: none;
}
.main .bindCarBox .fileItem .newUploadImgBox .imgItem .rightBox .rightIcon.data-v-73422e71 {
width: 20rpx;
height: 20rpx;
margin-left: 10rpx;
}
.main .bindCarBox .fileItem .uploadImgBox.data-v-73422e71 {
width: 100%;
margin-top: 16rpx;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.main .bindCarBox .fileItem .uploadImgBox .submitImgBox.data-v-73422e71 {
width: 200rpx;
height: 200rpx;
background: #fff;
border-radius: 8rpx;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-right: 32rpx;
}
.main .bindCarBox .fileItem .uploadImgBox .submitImgBox .addIcon.data-v-73422e71 {
width: 40rpx;
height: 40rpx;
color: #b4b5ba;
margin-bottom: 24rpx;
}
.main .bindCarBox .fileItem .uploadImgBox .submitImgBox .submitText.data-v-73422e71 {
font-size: 22rpx;
color: #b4b5ba;
}
.main .bindCarBox .fileItem .uploadImgBox .imgItem.data-v-73422e71 {
width: 200rpx;
height: 200rpx;
margin-right: 32rpx;
position: relative;
border-radius: 8rpx;
overflow: hidden;
}
.main .bindCarBox .fileItem .uploadImgBox .imgItem image.data-v-73422e71 {
width: 100%;
height: 100%;
}
.main .bindCarBox .fileItem .uploadImgBox .imgItem .closeBox.data-v-73422e71 {
width: 32rpx;
height: 32rpx;
border-radius: 0rpx 8rpx 0rpx 8rpx;
background: rgba(6, 10, 25, 0.5);
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: 0;
right: 0;
}
.main .bindCarBox .fileItem .uploadImgBox .imgItem .closeBox .closeIcon.data-v-73422e71 {
width: 24rpx;
height: 24rpx;
}
.main .uploadBox.data-v-73422e71 {
width: calc(100vw - 64rpx);
box-sizing: border-box;
padding: 32rpx;
background-color: #fff;
border-radius: 10rpx;
position: relative;
}
.main .uploadBox .closeIcon.data-v-73422e71 {
width: 40rpx;
height: 40rpx;
position: absolute;
top: 20rpx;
right: 20rpx;
}
.main .uploadBox .uploadTitle.data-v-73422e71 {
font-weight: 400;
font-size: 28rpx;
color: #000000;
text-align: center;
font-style: normal;
text-transform: none;
}
.main .uploadBox .imgBox.data-v-73422e71 {
width: 100%;
height: calc(100vw - 64rpx);
border-radius: 10rpx;
margin-top: 42rpx;
background-repeat: no-repeat;
background-size: contain;
}
.main .uploadBox .uploadAgain.data-v-73422e71 {
width: 100%;
border-radius: 10rpx;
background-color: #07C160;
box-sizing: border-box;
padding: 14rpx;
font-weight: 400;
font-size: 30rpx;
color: #FFFFFF;
text-align: center;
font-style: normal;
text-transform: none;
margin-top: 36rpx;
}
page.data-v-73422e71 {
background: #fff;
}
.title.data-v-73422e71 {
color: #333333;
padding-bottom: 36rpx;
padding-left: 28rpx;
padding-top: 43rpx;
}
.banner.data-v-73422e71 {
height: 500rpx;
}
.car-card-add.data-v-73422e71 {
width: 502rpx;
height: 246rpx;
background: #ffffff;
border-radius: 8rpx;
box-shadow: 0rpx 2rpx 8rpx 0rpx rgba(221, 221, 221, 0.48);
}
.car-card.data-v-73422e71 {
position: relative;
padding-left: 35rpx;
padding-top: 33rpx;
width: 534rpx !important;
height: 285rpx;
}
.car-card image.data-v-73422e71 {
width: 534rpx;
height: 285rpx;
position: absolute;
z-index: -1;
left: 0;
top: 0;
}
.car-card .card-title.data-v-73422e71 {
background: linear-gradient(#f3e6dd, #e5ba9f);
-webkit-background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
font-size: 36rpx;
font-weight: bolder;
}
.pic-image.data-v-73422e71 {
width: 482rpx;
height: 281rpx;
margin-left: 128rpx;
margin-right: 140rpx;
margin-top: 138rpx;
margin-bottom: 54rpx;
}
.tip-text.data-v-73422e71 {
text-align: center;
}
.add-car.data-v-73422e71 {
color: #b0b0b0;
width: 504rpx;
height: 145rpx;
background: #f8f8f8;
border: 1rpx dashed #c3c3c3;
border-radius: 5rpx;
display: flex;
align-items: center;
flex-direction: column;
margin: 83rpx auto;
font-size: 24rpx;
justify-content: center;
line-height: 1.5;
}