60 lines
1.3 KiB
Plaintext
60 lines
1.3 KiB
Plaintext
|
.container.data-v-f7786850 {
|
||
|
height: 100%;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
padding-bottom: env(safe-area-inset-bottom);
|
||
|
}
|
||
|
.container .body.data-v-f7786850 {
|
||
|
flex: 1;
|
||
|
height: 0;
|
||
|
background-color: #F3F5F7;
|
||
|
}
|
||
|
.container .carList.data-v-f7786850 {
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
}
|
||
|
.container .carItem.data-v-f7786850 {
|
||
|
box-sizing: border-box;
|
||
|
width: 686rpx;
|
||
|
margin: 20rpx auto;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
padding: 30rpx;
|
||
|
background: #FFFFFF;
|
||
|
border-radius: 12rpx 12rpx 12rpx 12rpx;
|
||
|
-webkit-column-gap: 20rpx;
|
||
|
column-gap: 20rpx;
|
||
|
}
|
||
|
.container .carImage.data-v-f7786850 {
|
||
|
background-color: #eee;
|
||
|
width: 240rpx;
|
||
|
height: 150rpx;
|
||
|
border-radius: 8rpx 8rpx 8rpx 8rpx;
|
||
|
}
|
||
|
.container .carNum.data-v-f7786850 {
|
||
|
font-weight: bold;
|
||
|
font-size: 36rpx;
|
||
|
color: #333333;
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
.container .name.data-v-f7786850,
|
||
|
.container .phone.data-v-f7786850 {
|
||
|
font-weight: 500;
|
||
|
font-size: 28rpx;
|
||
|
color: #858BA0;
|
||
|
}
|
||
|
.container .addCarBtn.data-v-f7786850 {
|
||
|
padding: 34rpx 0;
|
||
|
background: #FFFFFF;
|
||
|
border-radius: 0rpx 0rpx 0rpx 0rpx;
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
justify-content: center;
|
||
|
-webkit-column-gap: 12rpx;
|
||
|
column-gap: 12rpx;
|
||
|
font-weight: 500;
|
||
|
font-size: 32rpx;
|
||
|
color: #0174F6;
|
||
|
}
|
||
|
|