From eef2b3b3cb1d5071e715b2cd33b5d9095370d981 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Fri, 30 Jun 2023 14:37:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=BF=99=E7=BA=BF=E9=9D=A2?= =?UTF-8?q?=E7=A7=AF=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/TycView.vue | 218 +++++++++++++++++++++++++++++++++++++----- 1 file changed, 196 insertions(+), 22 deletions(-) diff --git a/src/views/TycView.vue b/src/views/TycView.vue index a3993a6..1999e1b 100644 --- a/src/views/TycView.vue +++ b/src/views/TycView.vue @@ -12,20 +12,20 @@
-
+
234,255 今日进馆人数
-
+
234,255 本月进馆人数
-
+
234,255 本年进馆人数 -
+
@@ -33,8 +33,11 @@
进馆人数统计
- -
+ +
+
各场馆人数趋势
+
+
@@ -75,7 +78,8 @@ font-size: 2.02rem; padding-top: 4.8rem; } -.tyclogo .tydesc{ + +.tyclogo .tydesc { height: 2rem; line-height: 2rem; font-size: 1.03rem; @@ -83,13 +87,15 @@ padding-right: 1.06rem; color: #999; } + /* 总计进馆 */ -.jgbox{ +.jgbox { margin-top: 1.02rem; width: 100%; height: 12rem; } -.jgbox .jg_title{ + +.jgbox .jg_title { background-image: url('../assets/ty_jg_bg.png'); background-repeat: no-repeat; background-size: 100% 100%; @@ -98,34 +104,41 @@ height: 2.06rem; line-height: 2.06rem; } -.jgbox .jgcon{ + +.jgbox .jgcon { width: 100%; height: 7rem; padding-top: 2rem; } -.jgbox .jgcon .jgitem{ + +.jgbox .jgcon .jgitem { width: 30%; margin-left: 3%; float: left; } -.jgbox .jgcon .jgitem .jgimg{ + +.jgbox .jgcon .jgitem .jgimg { margin-left: auto; margin-right: auto; text-align: center; } -.jgbox .jgcon .jgitem span{ + +.jgbox .jgcon .jgitem span { display: block; text-align: center; height: 1.8rem; line-height: 1.8rem; } -.jgbox .jgcon .jgitem .jgival{ + +.jgbox .jgcon .jgitem .jgival { font-size: 1.06rem; } -.jgbox .jgcon .jgitem .jgdesc{ + +.jgbox .jgcon .jgitem .jgdesc { color: #666; font-size: 0.8rem; } + /* 进馆人数统计 */ .gcins { margin-top: 1.6rem; @@ -135,18 +148,31 @@ background-image: url("../assets/tyc_tbg.png"); background-position: 0 0; background-repeat: no-repeat; - background-size: 100%; + background-size: 100% 100%; height: 1.8rem; line-height: 1.8rem; padding-left: 2.02rem; } -/* 进馆人数 */ -.incbox{ - margin-top: 1.2rem; - background: url("../assets/tyc_bhd.png") no-repeat 0 center; - background-size: 100%; - height: 8rem; +/* 各场馆人数趋势 */ +.gcgrs { + margin-top: 1.06rem; +} + +.gcgrs .gcgrs_title { + background-image: url("../assets/wh_tbg.png"); + background-position: 0 0; + background-repeat: no-repeat; + background-size: 100%; + height: 1.8rem; + line-height: 1.8rem; + padding-left: 2.02rem; +} + +.gcgrs .gcgrs_charts { + margin-top: 2rem; + width: 100%; + height: 17rem; } \ No newline at end of file