From cbb23429b8beed72b58cbb57f9b3c56a0fb2b5d2 Mon Sep 17 00:00:00 2001 From: 马宇豪 <978517621@qq.com> Date: 星期五, 09 五月 2025 13:31:26 +0800 Subject: [PATCH] 修改 --- src/views/loginPage/loginPage.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/loginPage/loginPage.vue b/src/views/loginPage/loginPage.vue index 0fa360d..e3b5c20 100644 --- a/src/views/loginPage/loginPage.vue +++ b/src/views/loginPage/loginPage.vue @@ -75,11 +75,11 @@ position: relative; img{ - width: 103%; + width: 100%; height: auto; position: absolute; bottom: -180px; - right: 15%; + right: 5%; margin-top: 40px; } } @@ -161,15 +161,15 @@ border-radius: 15px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3); .welcc { - font-size: 52px; + font-size: clamp(2.625rem, 1.911rem + 1.12vw, 3.25rem); font-family: 'PingFang SC'; text-align: right; font-weight: 900; color: #485BD4; - letter-spacing: 6px; + letter-spacing: 2px; white-space: nowrap; position: relative; - z-index: 9999; + z-index: 999; text-shadow: 0 3px 5px rgba(72,91,212,.4); } -- Gitblit v1.9.2