ylj20011123 bd0e5055c4 update
2025-07-10 20:47:29 +08:00

255 lines
5.7 KiB
Plaintext

.main.data-v-73422e71 {
width: 100%;
height: 100vh;
background: #f5f5f5;
}
.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;
}
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;
}