From 61364daa404582cdb82d5b83732ecab74ce914ea Mon Sep 17 00:00:00 2001 From: cwchen <1048842385@qq.com> Date: Fri, 12 Sep 2025 13:25:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/login.vue | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index eaed7e3..9e1848e 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -58,7 +58,7 @@ @@ -356,19 +356,21 @@ export default { } .el-login-footer { - height: 50px; - line-height: 50px; + height: 60px; + line-height: 60px; position: fixed; bottom: 0; width: 100%; text-align: center; - color: rgba(255, 255, 255, 0.8); - font-family: Arial; - font-size: 12px; - letter-spacing: 1px; - background: rgba(0, 0, 0, 0.1); + color: rgba(255, 255, 255, 0.9); + font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif; + font-size: 14px; + font-weight: 400; + letter-spacing: 0.5px; + background: rgba(0, 110, 107, 0.1); backdrop-filter: blur(10px); z-index: 1; + border-top: 1px solid rgba(255, 255, 255, 0.1); } .login-code-img {