417
This commit is contained in:
@@ -6,13 +6,16 @@
|
||||
<div class="item">
|
||||
<div class="label">今年总游客数</div>
|
||||
<scroll-number :count="homeStore.visitorInfoData.total_count_this_year" prefix="1" />
|
||||
<!-- -->
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="label">今⽇总游客数</div>
|
||||
<scroll-number :count="homeStore.visitorInfoData.total_count_today" prefix="2" />
|
||||
<!-- -->
|
||||
</div>
|
||||
<div class="item">
|
||||
<div class="label">总在园人数</div>
|
||||
<!-- -->
|
||||
<scroll-number
|
||||
:count="homeStore.visitorInfoData.total_count_today_within_three_hours"
|
||||
prefix="3"
|
||||
@@ -295,13 +298,20 @@
|
||||
background-size: 100% 100%;
|
||||
.left {
|
||||
display: flex;
|
||||
width: vw(740);
|
||||
width: vw(840);
|
||||
margin-top: vh(20);
|
||||
flex:1;
|
||||
|
||||
}
|
||||
.right {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
margin-top: vh(20);
|
||||
justify-content: center;
|
||||
.item{
|
||||
flex:1;
|
||||
text-align:center;
|
||||
}
|
||||
}
|
||||
.item {
|
||||
margin-right: vh(20);
|
||||
@@ -326,6 +336,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.item:last-child{
|
||||
margin:0;
|
||||
}
|
||||
.countup-wrap {
|
||||
display: inline-block;
|
||||
width: vw(40);
|
||||
|
||||
Reference in New Issue
Block a user