From 082f06457f2e231b77ea173c6a4fcffebd523414 Mon Sep 17 00:00:00 2001 From: lixiaolong <702156524@qq.com> Date: Thu, 20 Nov 2025 16:51:06 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9=E8=83=8C=E6=99=AF?= =?UTF-8?q?=E9=80=9A=E6=98=8E=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/index.vue | 2 +- src/views/login.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index b842943..60a9e14 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -34,7 +34,7 @@ p { background-image: url("../assets/images/index-background.jpg"); height: 100%; background-size: cover; - opacity: 0.4; /* 只在这层做透明 */ + opacity: 0.3; /* 只在这层做透明 */ } diff --git a/src/views/login.vue b/src/views/login.vue index b867391..acf800e 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -177,7 +177,7 @@ getCookie(); background-image: url("../assets/images/login-background.jpg"); height: 100%; background-size: cover; - opacity: 0.2; /* 只在这层做透明 */ + opacity: 0.3; /* 只在这层做透明 */ z-index: -1; } .title {