|
@@ -66,7 +66,7 @@
|
|
|
<!-- {{ item.enterTime }} -->
|
|
|
</div>
|
|
|
<div class="choice_card_index">
|
|
|
- <div class="choice_card_index_icon bg_parkingRoom">
|
|
|
+ <div class="choice_card_index_icon bg_parkingRoom2">
|
|
|
<img class="car-icon" :src="require(`../static/images/parking_room.svg`)" />
|
|
|
<div class="choice_card_index_text2">{{ item.parkName }}</div>
|
|
|
</div>
|
|
@@ -102,7 +102,7 @@
|
|
|
<!-- {{ item.enterTime }} -->
|
|
|
</div>
|
|
|
<div class="choice_card_index">
|
|
|
- <div class="choice_card_index_icon bg_parkingRoom">
|
|
|
+ <div class="choice_card_index_icon bg_parkingRoom2 ">
|
|
|
<img class="car-icon" :src="require(`../static/images/parking_room.svg`)" />
|
|
|
<div class="choice_card_index_text2">{{ item.parkName }}</div>
|
|
|
</div>
|
|
@@ -330,7 +330,7 @@ export default {
|
|
|
font-style: normal;
|
|
|
font-weight: 600;
|
|
|
font-size: 32px;
|
|
|
- padding: 11px 35px;
|
|
|
+ padding: 31px 35px 11px;
|
|
|
|
|
|
}
|
|
|
.right {
|
|
@@ -446,12 +446,17 @@ export default {
|
|
|
}
|
|
|
.bg_parkingRoom {
|
|
|
background-color: #f4f7ff;
|
|
|
- width: 100%;
|
|
|
+ width:calc(100% - 40px);
|
|
|
+ padding: 11px 0px 15px 8px ;
|
|
|
+ }
|
|
|
+ .bg_parkingRoom2 {
|
|
|
+ background-color: #f4f7ff;
|
|
|
+ width:calc(100% - 42px);
|
|
|
padding: 11px 0px 15px 8px ;
|
|
|
}
|
|
|
.choice_card_index_text {
|
|
|
display: inline-block;
|
|
|
- line-height: 40px;
|
|
|
+ line-height: 42px;
|
|
|
font-family: 'PingFang SC';
|
|
|
font-style: normal;
|
|
|
font-weight: 400;
|