|
@@ -30,26 +30,24 @@
|
|
|
|
|
|
<div style="width: 50%;margin-bottom: 10px">
|
|
|
<div class="c1_title_half">
|
|
|
- <div style="position: absolute;left: 20px;top: -5px;">公务车行驶总里程</div>
|
|
|
+ <div style="position: absolute;left: 20px;top: -5px;">公务车行驶总里程<span style="font-size: 12px">(km)</span></div>
|
|
|
</div>
|
|
|
<div style="display: flex;align-items: center">
|
|
|
<img src="../../../assets/zhang/public_car.png" width="58" style="margin: 0 5px 0 33px">
|
|
|
<div style="width: 108px;height: 24px;color: #00FFFF;font-size: 34px;margin-bottom: 10px">
|
|
|
<span style="font-family: 'electronicFont'">{{ manageTopHalf.mileCount }}</span>
|
|
|
- <span style="width: 15px;height: 24px;font-size: 14px;align-content: end">公里</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
<div style="width: 50%;margin-bottom: 10px">
|
|
|
<div class="c1_title_half">
|
|
|
- <div style="position: absolute;left: 20px;top: -5px;">均车里程数</div>
|
|
|
+ <div style="position: absolute;left: 20px;top: -5px;">均车里程数<span style="font-size: 12px">(km)</span></div>
|
|
|
</div>
|
|
|
<div style="display: flex;align-items: center">
|
|
|
<img src="../../../assets/zhang/public_car.png" width="58" style="margin: 0 5px 0 33px">
|
|
|
<div style="width: 108px;height: 24px;color: #00FFFF;font-size: 34px;margin-bottom: 10px">
|
|
|
<span style="font-family: 'electronicFont'">{{ Math.round(manageTopHalf.avgMile) }}</span>
|
|
|
- <span style="width: 15px;height: 24px;font-size: 14px;align-content: end">公里</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|