150 lines
2.4 KiB
Plaintext
150 lines
2.4 KiB
Plaintext
@import "/graceUI/reporlist.wxss";
|
|
.topbb {
|
|
height: 215px;
|
|
top: 20px;
|
|
}
|
|
.top {
|
|
height: 135px;
|
|
position: relative;
|
|
}
|
|
.top .title .main {
|
|
background: #3d61f0;
|
|
border: 1px solid #3d61f0;
|
|
border-radius: 0.5rem 3rem 3rem 3rem;
|
|
color: #fff;
|
|
display: inline-block;
|
|
font-weight: 300;
|
|
margin: 16px 10px 10px;
|
|
padding: 8px;
|
|
}
|
|
.top .title .sub {
|
|
color: #000;
|
|
font-size: 1rem;
|
|
font-weight: 300;
|
|
margin: 10px;
|
|
width: 180px;
|
|
}
|
|
.top image {
|
|
bottom: -1rem;
|
|
position: absolute;
|
|
right: 0;
|
|
width: 10rem;
|
|
z-index: 10;
|
|
}
|
|
.search-title {
|
|
font-size: 50rpx;
|
|
font-weight: 700;
|
|
margin-bottom: 60rpx;
|
|
margin-top: 150rpx;
|
|
text-align: center;
|
|
}
|
|
.search-text {
|
|
border-radius: 10rpx;
|
|
color: #86868b;
|
|
font-size: 35rpx;
|
|
font-size: 34rpx;
|
|
line-height: 40rpx;
|
|
margin: auto auto 120rpx;
|
|
width: 89%;
|
|
}
|
|
.vin-input {
|
|
background: #f2f2f2;
|
|
display: inline-block;
|
|
font-size: 46rpx;
|
|
height: 80rpx;
|
|
margin-left: 30rpx;
|
|
padding: 10rpx 30rpx;
|
|
width: 70%;
|
|
}
|
|
.search-button {
|
|
background: #3d61f0 !important;
|
|
border-radius: 10rpx;
|
|
color: #fff !important;
|
|
height: 100rpx !important;
|
|
line-height: 100rpx !important;
|
|
margin-top: 40rpx;
|
|
padding: 0rpx !important;
|
|
width: 93% !important;
|
|
}
|
|
.help-view {
|
|
font-size: 31rpx;
|
|
padding: 30rpx;
|
|
}
|
|
.help-example {
|
|
color: #3d61f0;
|
|
float: left;
|
|
}
|
|
.help-wht {
|
|
color: #f0803e;
|
|
float: right;
|
|
}
|
|
.camera-nav {
|
|
display: inline-block;
|
|
}
|
|
.camera-img {
|
|
height: 66rpx;
|
|
margin-bottom: -14rpx;
|
|
width: 75rpx;
|
|
}
|
|
.driver_mask {
|
|
background: #000;
|
|
height: 100%;
|
|
left: 0;
|
|
opacity: 0.5;
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 9000;
|
|
}
|
|
.driver_modalDlg {
|
|
align-items: center;
|
|
background-color: #fff;
|
|
border-radius: 5px;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
flex-direction: column;
|
|
left: 0;
|
|
margin: 0 auto;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 25%;
|
|
width: 80%;
|
|
z-index: 9999;
|
|
}
|
|
.driver_ok {
|
|
background: #3d61f0;
|
|
border-radius: 8rpx;
|
|
color: #fff;
|
|
display: block;
|
|
font-size: 15px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
margin: 20px auto;
|
|
text-align: center;
|
|
width: 80px;
|
|
}
|
|
.driver_text {
|
|
color: #666;
|
|
display: block;
|
|
font-size: 32rpx;
|
|
line-height: 40rpx;
|
|
margin: 30rpx;
|
|
}
|
|
.driver_ocr {
|
|
margin: 0 auto;
|
|
width: 80px;
|
|
}
|
|
.driver_ocr,
|
|
.show_modal {
|
|
display: block;
|
|
}
|
|
.hide_modal {
|
|
display: none;
|
|
}
|
|
.driver_img {
|
|
border-radius: 20rpx;
|
|
height: 120px;
|
|
margin-left: 30rpx;
|
|
width: 180px;
|
|
}
|