星油积分商城
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

48 lines
942 B

.vehicle_body {
width: 100vw;
height: 100vh;
background: rgba(241, 248, 253, 0.9);
padding: 53rpx 30rpx;
box-sizing: border-box !important;
overflow-y: auto;
.vehicle_add {
width: 100%;
height: 120rpx;
background: rgba(202, 202, 202, 0.2);
border-radius: 10rpx 10rpx 10rpx 10rpx;
opacity: 1;
padding: 0 48rpx;
box-sizing: border-box;
font-weight: 600;
color: rgba(0, 0, 0, 0.85);
font-size: 34rpx;
text {
margin-left: 20rpx;
}
}
.vehicle_item {
width: 100%;
height: 199rpx;
background: #ffffff;
border-radius: 10rpx 10rpx 10rpx 10rpx;
opacity: 1;
margin-bottom: 47rpx;
padding: 40rpx;
box-sizing: border-box;
.vehicle_item_bottom {
font-size: 24rpx;
color: rgba(0, 0, 0, 0.45);
margin-top: 17rpx;
}
.vehicle_item_plateNumber {
color: rgba(0, 0, 0, 0.85);
font-weight: 600;
font-size: 34rpx;
}
text {
font-size: 22rpx;
color: rgba(0, 0, 0, 0.85);
}
}
}