|
@@ -32,7 +32,7 @@
|
|
|
<div class="orderno">{{ item.vehicleNo }}</div>
|
|
|
<!-- <van-icon name="arrow" /> -->
|
|
|
</div>
|
|
|
- <div class="choice_card_index">
|
|
|
+ <div class="choice_card_index" style="margin-bottom:0;">
|
|
|
<div class="choice_card_index_icon">
|
|
|
<img
|
|
|
class="car-icon"
|
|
@@ -49,7 +49,7 @@
|
|
|
</div>
|
|
|
<!-- {{ item.enterTime }} -->
|
|
|
</div>
|
|
|
- <div class="choice_card_index">
|
|
|
+ <div class="choice_card_index" >
|
|
|
<div class="choice_card_index_icon">
|
|
|
{{ item.enterTime }}
|
|
|
</div>
|
|
@@ -267,6 +267,7 @@ export default {
|
|
|
display: flex;
|
|
|
justify-content: space-between;
|
|
|
font-weight: 600;
|
|
|
+ font-size: 36px;
|
|
|
color: #333;
|
|
|
padding-top: 31px;
|
|
|
line-height:28px;
|
|
@@ -317,7 +318,7 @@ export default {
|
|
|
position: relative;
|
|
|
text-align: center;
|
|
|
box-sizing: border-box;
|
|
|
- margin-top: 70px;
|
|
|
+ margin-top: 60px;
|
|
|
font-size: 22px;
|
|
|
font-weight: 400;
|
|
|
color: #999999;
|