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; }