From d87c9d7edf5be65d8d762f93f78d9b6134002103 Mon Sep 17 00:00:00 2001 From: chutingting Date: Sat, 13 Jan 2024 10:58:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E8=BD=AE=E6=92=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/information/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/information/index.vue b/src/views/information/index.vue index 7c81cf7..1a09963 100644 --- a/src/views/information/index.vue +++ b/src/views/information/index.vue @@ -14,7 +14,7 @@
-
+
@@ -344,8 +344,14 @@ export default { display: flex; flex-direction: column; align-items: center; + .carvideoShadow{ + box-shadow: 0 2px 12px 0 #666; + margin: 12px; + } .carvideo { position: relative; + position: relative; + border-radius: 15px; .play { position: absolute; margin: 0 auto;