This commit is contained in:
duanliang
2025-04-17 20:18:38 +08:00
parent d7eeea3efe
commit 09dcabadda
23 changed files with 1302 additions and 269 deletions

View File

@@ -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);