|
|
|
|
@ -42,6 +42,13 @@ |
|
|
|
|
</div> |
|
|
|
|
<div class="right_time">数据更新时间:2022-01-09</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="data_bot"> |
|
|
|
|
<div class="data_box"> |
|
|
|
|
<div class="data_txt">收件量</div> |
|
|
|
|
<div class="data_txt" style="font-size:0.38rem">10210</div> |
|
|
|
|
<div class="data_txt">环比 10.32</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<div class="center_cen"></div> |
|
|
|
|
<div class="cen_bot"> |
|
|
|
|
@ -332,6 +339,27 @@ export default { |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.data_bot{ |
|
|
|
|
width: 100%; |
|
|
|
|
height: 70%; |
|
|
|
|
// background: rebeccapurple; |
|
|
|
|
|
|
|
|
|
.data_box{ |
|
|
|
|
width: 20%; |
|
|
|
|
height: 100%; |
|
|
|
|
// background: green; |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
justify-content: space-around; |
|
|
|
|
align-items: center; |
|
|
|
|
|
|
|
|
|
.data_txt{ |
|
|
|
|
color: #fff; |
|
|
|
|
font-size: 0.18rem; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.center_cen{ |
|
|
|
|
|