From 0231fcf5153306fcd8d7f947f04bd1a5e1a94f89 Mon Sep 17 00:00:00 2001 From: xioayue Date: Tue, 20 Jun 2023 14:51:20 +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 --- .../tiyuguan/{视频大框.png => vbig_bg.png} | Bin .../tiyuguan/{视频小框.png => vsmall_bg.png} | Bin src/components/library/index.vue | 4 ++-- src/components/stadium/stadium.vue | 4 ++-- src/components/tiyuchang/tiyuchang copy.vue | 2 +- src/components/tiyuchang/tiyuchang.vue | 4 ++-- src/views/Culture.vue | 12 ++++++------ 7 files changed, 13 insertions(+), 13 deletions(-) rename src/assets/tiyuguan/{视频大框.png => vbig_bg.png} (100%) rename src/assets/tiyuguan/{视频小框.png => vsmall_bg.png} (100%) diff --git a/src/assets/tiyuguan/视频大框.png b/src/assets/tiyuguan/vbig_bg.png similarity index 100% rename from src/assets/tiyuguan/视频大框.png rename to src/assets/tiyuguan/vbig_bg.png diff --git a/src/assets/tiyuguan/视频小框.png b/src/assets/tiyuguan/vsmall_bg.png similarity index 100% rename from src/assets/tiyuguan/视频小框.png rename to src/assets/tiyuguan/vsmall_bg.png diff --git a/src/components/library/index.vue b/src/components/library/index.vue index f9bde41..4370dc9 100644 --- a/src/components/library/index.vue +++ b/src/components/library/index.vue @@ -451,14 +451,14 @@ export default { // align-items: center; align-content: center; justify-content: center; - background-image: url("../../assets/tiyuguan/视频大框.png") ; + background-image: url("../../assets/tiyuguan/vbig_bg.png") ; background-size:contain; background-repeat:no-repeat; .item{ width: 40%; height: 40%; margin-top: 5px; - background-image: url("../../assets/tiyuguan/视频小框.png") ; + background-image: url("../../assets/tiyuguan/vsmall_bg.png") ; background-size:contain; background-repeat:no-repeat; } diff --git a/src/components/stadium/stadium.vue b/src/components/stadium/stadium.vue index f9bde41..4370dc9 100644 --- a/src/components/stadium/stadium.vue +++ b/src/components/stadium/stadium.vue @@ -451,14 +451,14 @@ export default { // align-items: center; align-content: center; justify-content: center; - background-image: url("../../assets/tiyuguan/视频大框.png") ; + background-image: url("../../assets/tiyuguan/vbig_bg.png") ; background-size:contain; background-repeat:no-repeat; .item{ width: 40%; height: 40%; margin-top: 5px; - background-image: url("../../assets/tiyuguan/视频小框.png") ; + background-image: url("../../assets/tiyuguan/vsmall_bg.png") ; background-size:contain; background-repeat:no-repeat; } diff --git a/src/components/tiyuchang/tiyuchang copy.vue b/src/components/tiyuchang/tiyuchang copy.vue index dbfb1b7..c35952f 100644 --- a/src/components/tiyuchang/tiyuchang copy.vue +++ b/src/components/tiyuchang/tiyuchang copy.vue @@ -451,7 +451,7 @@ export default { // align-items: center; align-content: center; justify-content: center; - background-image: url("../../assets/tiyuguan/视频大框.png") ; + background-image: url("../../assets/tiyuguan/vbig_bg.png") ; background-size:contain; background-repeat:no-repeat; .item{ diff --git a/src/components/tiyuchang/tiyuchang.vue b/src/components/tiyuchang/tiyuchang.vue index 55d1a52..17d33ac 100644 --- a/src/components/tiyuchang/tiyuchang.vue +++ b/src/components/tiyuchang/tiyuchang.vue @@ -454,14 +454,14 @@ export default { // align-items: center; align-content: center; justify-content: center; - background-image: url("../../assets/tiyuguan/视频大框.png") ; + background-image: url("../../assets/tiyuguan/vbig_bg.png") ; background-size:contain; background-repeat:no-repeat; .item{ width: 40%; height: 40%; margin-top: 5px; - background-image: url("../../assets/tiyuguan/视频小框.png") ; + background-image: url("../../assets/tiyuguan/vsmall_bg.png") ; background-size:contain; background-repeat:no-repeat; } diff --git a/src/views/Culture.vue b/src/views/Culture.vue index f7857cd..770f213 100644 --- a/src/views/Culture.vue +++ b/src/views/Culture.vue @@ -43,21 +43,21 @@
安静
舒适
拥挤
@@ -123,7 +123,7 @@ export default{ .bfb { width: 100%; height: 25%; - background-image: url("@/assets/tiyuguan/pins_bh.png"); + background-image: url("../assets/tiyuguan/pins_bh.png"); background-repeat: no-repeat; background-size: 100% 100%; position: relative; @@ -190,14 +190,14 @@ export default{ // align-items: center; align-content: center; justify-content: center; - background-image: url("../../assets/tiyuguan/视频大框.png"); + background-image: url("../assets/tiyuguan/vbig_bg.png"); background-size: contain; background-repeat: no-repeat; .item { width: 40%; height: 40%; margin-top: 5px; - background-image: url("../../assets/tiyuguan/视频小框.png"); + background-image: url("../assets/tiyuguan/vsmall_bg.png"); background-size: contain; background-repeat: no-repeat; }