From 6504663afb3b02a242a25f17b4bdb2c6311dd1ad Mon Sep 17 00:00:00 2001 From: xioayue Date: Tue, 20 Jun 2023 14:38:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=B5=84=E6=BA=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/tiyuguan/{拥挤.png => crowd.png} | Bin ...馆人流标题.png => ins_title_bg.png} | Bin src/assets/tiyuguan/{安静.png => quiet.png} | Bin src/assets/tiyuguan/{人流.png => rliu.png} | Bin src/assets/tiyuguan/{舒适.png => soft.png} | Bin src/components/index/index.vue | 2 +- src/components/library/index.vue | 10 +- src/components/stadium/stadium.vue | 10 +- src/components/tiyuchang/tiyuchang copy.vue | 10 +- src/components/tiyuchang/tiyuchang.vue | 12 +- src/router/index.js | 5 + src/views/Culture.vue | 219 ++++++++++++++++++ 12 files changed, 246 insertions(+), 22 deletions(-) rename src/assets/tiyuguan/{拥挤.png => crowd.png} (100%) rename src/assets/tiyuguan/{进馆人流标题.png => ins_title_bg.png} (100%) rename src/assets/tiyuguan/{安静.png => quiet.png} (100%) rename src/assets/tiyuguan/{人流.png => rliu.png} (100%) rename src/assets/tiyuguan/{舒适.png => soft.png} (100%) create mode 100644 src/views/Culture.vue diff --git a/src/assets/tiyuguan/拥挤.png b/src/assets/tiyuguan/crowd.png similarity index 100% rename from src/assets/tiyuguan/拥挤.png rename to src/assets/tiyuguan/crowd.png diff --git a/src/assets/tiyuguan/进馆人流标题.png b/src/assets/tiyuguan/ins_title_bg.png similarity index 100% rename from src/assets/tiyuguan/进馆人流标题.png rename to src/assets/tiyuguan/ins_title_bg.png diff --git a/src/assets/tiyuguan/安静.png b/src/assets/tiyuguan/quiet.png similarity index 100% rename from src/assets/tiyuguan/安静.png rename to src/assets/tiyuguan/quiet.png diff --git a/src/assets/tiyuguan/人流.png b/src/assets/tiyuguan/rliu.png similarity index 100% rename from src/assets/tiyuguan/人流.png rename to src/assets/tiyuguan/rliu.png diff --git a/src/assets/tiyuguan/舒适.png b/src/assets/tiyuguan/soft.png similarity index 100% rename from src/assets/tiyuguan/舒适.png rename to src/assets/tiyuguan/soft.png diff --git a/src/components/index/index.vue b/src/components/index/index.vue index c4a8bb5..7d5afba 100644 --- a/src/components/index/index.vue +++ b/src/components/index/index.vue @@ -69,7 +69,7 @@ this.backVal = 3 } else if(val == 3){ - this.$router.push({ path: '/stadium/stadium' }) + this.$router.push({ path: '/culture' }) this.backVal = 2 } }, diff --git a/src/components/library/index.vue b/src/components/library/index.vue index 70455db..f9bde41 100644 --- a/src/components/library/index.vue +++ b/src/components/library/index.vue @@ -24,7 +24,7 @@
-
进馆人数
+
进馆人数
24,352,345
@@ -48,21 +48,21 @@
安静
舒适
拥挤
@@ -366,7 +366,7 @@ export default { .tiyuBla { width: 100%; height: 40%; - background-image: url("../../assets/tiyuguan/进馆人流标题.png"); + background-image: url("../../assets/tiyuguan/ins_title_bg.png"); background-repeat: no-repeat; background-size: 100% 100%; color: white; diff --git a/src/components/stadium/stadium.vue b/src/components/stadium/stadium.vue index 70455db..f9bde41 100644 --- a/src/components/stadium/stadium.vue +++ b/src/components/stadium/stadium.vue @@ -24,7 +24,7 @@
-
进馆人数
+
进馆人数
24,352,345
@@ -48,21 +48,21 @@
安静
舒适
拥挤
@@ -366,7 +366,7 @@ export default { .tiyuBla { width: 100%; height: 40%; - background-image: url("../../assets/tiyuguan/进馆人流标题.png"); + background-image: url("../../assets/tiyuguan/ins_title_bg.png"); background-repeat: no-repeat; background-size: 100% 100%; color: white; diff --git a/src/components/tiyuchang/tiyuchang copy.vue b/src/components/tiyuchang/tiyuchang copy.vue index c6a0b85..dbfb1b7 100644 --- a/src/components/tiyuchang/tiyuchang copy.vue +++ b/src/components/tiyuchang/tiyuchang copy.vue @@ -24,7 +24,7 @@
-
进馆人数
+
进馆人数
24,352,345
@@ -48,21 +48,21 @@
安静
舒适
拥挤
@@ -366,7 +366,7 @@ export default { .tiyuBla { width: 100%; height: 40%; - background-image: url("../../assets/tiyuguan/进馆人流标题.png"); + background-image: url("../../assets/tiyuguan/ins_title_bg.png"); background-repeat: no-repeat; background-size: 100% 100%; color: white; diff --git a/src/components/tiyuchang/tiyuchang.vue b/src/components/tiyuchang/tiyuchang.vue index b968faf..55d1a52 100644 --- a/src/components/tiyuchang/tiyuchang.vue +++ b/src/components/tiyuchang/tiyuchang.vue @@ -3,7 +3,7 @@
-
体育场
+
体育
@@ -24,7 +24,7 @@
-
进馆人数
+
进馆人数
24,352,345
@@ -48,21 +48,21 @@
安静
舒适
拥挤
@@ -369,7 +369,7 @@ export default { .tiyuBla { width: 100%; height: 40%; - background-image: url("../../assets/tiyuguan/进馆人流标题.png"); + background-image: url("../../assets/tiyuguan/ins_title_bg.png"); background-repeat: no-repeat; background-size: 100% 100%; color: white; diff --git a/src/router/index.js b/src/router/index.js index 31c3a5b..a6e5ceb 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -32,6 +32,11 @@ export default new Router({ name: "stadium", component: stadium }, + { + path: '/culture', + name: "culture", + component: () => import(/* webpackChunkName: "culture" */ '@/views/Culture'), + }, { path: '/library/library', name: "library", diff --git a/src/views/Culture.vue b/src/views/Culture.vue new file mode 100644 index 0000000..f7857cd --- /dev/null +++ b/src/views/Culture.vue @@ -0,0 +1,219 @@ + + + + + \ No newline at end of file