From 2462e944231512fc42b9d8e194bd98d7e1e0034f Mon Sep 17 00:00:00 2001 From: Smile-Xin <13622060635@163.com> Date: Tue, 10 Dec 2024 17:31:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=AB=E5=8D=81=E5=A4=A7=E5=B0=8F=E4=B9=9D?= =?UTF-8?q?=E5=8D=81=E9=80=8F=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/FirstPage.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/FirstPage.vue b/src/components/FirstPage.vue index 455a274..8206a77 100644 --- a/src/components/FirstPage.vue +++ b/src/components/FirstPage.vue @@ -385,18 +385,20 @@ export default { top: 50% !important; left: 50% !important; transform: translate(-50%, -50%); - width: 1366px !important; + width: 1092px !important; /* 683 */ - height: 1024px !important; + height: 819px !important; /* 512 */ z-index: 100 !important; } .child { - width: 1366px !important; - height: 1024px !important; + /* 0.8 */ + width: 1092px !important; + /* 0.8 */ + height: 819px !important; z-index: 100 !important; - opacity: 0.7 !important; + opacity: 0.9 !important; } .center {