feat:完善页面样式和功能

This commit is contained in:
zjc
2024-12-23 16:36:32 +08:00
parent 71f22af6ac
commit 1d301b2d8f
19 changed files with 347 additions and 502 deletions

View File

@@ -2,7 +2,7 @@
<div class="box-2">
<Title1 title="景区信息">
<template #right>
<span class="more" />
<img class="more" src="@/assets/images/more.png" />
</template>
</Title1>
<div class="flex pt-20">
@@ -118,7 +118,7 @@
<div class="ticket-box">
<Title2 title="景区购票数" />
<div class="ticket-wrap">
<img src="@/assets/images/ticket.png" alt="" />
<img src="@/assets/images/ticket.png" />
<div> <span class="label">当日购票量</span><countup endVal="768578" /> </div>
<div> <span class="label">未来3天购票量</span><countup endVal="768578" /> </div>
<div> <span class="label">3天后购票量</span><countup endVal="768578" /> </div>
@@ -216,9 +216,7 @@
right: vw(20);
cursor: pointer;
width: vw(60);
height: vh(24);
background-image: url('@/assets/images/more.png');
background-size: 100% 100%;
height: auto;
}
.item {
position: relative;
@@ -339,7 +337,7 @@
}
.icon {
width: vw(26);
height: vh(28);
height: auto;
margin-right: vw(4);
}
.text {
@@ -389,12 +387,13 @@
}
}
.ticket-wrap {
margin-top: vh(8);
display: flex;
align-items: center;
justify-content: space-between;
& > img {
width: vw(74);
height: vh(74);
height: auto;
}
& > div {
flex: 1;