From b7110ccc9a8b92268778b33438bb25e3a9904fd0 Mon Sep 17 00:00:00 2001 From: zhaichao Date: Mon, 7 Sep 2026 10:59:35 +0800 Subject: [PATCH] =?UTF-8?q?=E7=99=BB=E5=BD=95=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/views/login.vue | 38 ++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/frontend/src/views/login.vue b/frontend/src/views/login.vue index 468080e1b..12e9b9740 100644 --- a/frontend/src/views/login.vue +++ b/frontend/src/views/login.vue @@ -6,6 +6,9 @@

{{ title }}

开课计划 · 课表编排 · 成绩管理 · 教学分析

+

仅限授权单位内部使用

@@ -174,26 +177,32 @@ export default { .brand-panel { display: flex; flex-direction: column; + position: relative; width: 42%; padding: 48px 40px 24px; color: #ffffff; background: transparent; + overflow: hidden; } .brand-main { display: flex; flex-direction: column; + justify-content: center; flex: 1; min-height: 0; + padding-bottom: 12px; } .brand-mark { display: flex; align-items: center; justify-content: center; + position: absolute; + top: 48px; + left: 40px; width: 48px; height: 48px; - margin-bottom: 22px; color: #7a5410; font-size: 26px; font-weight: 700; @@ -211,12 +220,28 @@ export default { } .brand-tagline { - margin: 0 0 28px; + margin: 0; color: rgba(255, 255, 255, 0.78); font-size: 13px; letter-spacing: 0.4px; } +.brand-illustration { + width: 116px; + height: 116px; + margin-top: 44px; + color: rgba(255, 255, 255, 0.12); + font-size: 116px; + line-height: 1; + transform: rotate(-6deg); +} + +.brand-illustration .svg-icon { + display: block; + width: 100%; + height: 100%; +} + .brand-footnote { margin: 16px 0 0; color: rgba(255, 255, 255, 0.52); @@ -398,10 +423,19 @@ export default { padding: 28px 24px 20px; } + .brand-mark { + position: static; + margin-bottom: 22px; + } + .brand-title { font-size: 26px; } + .brand-illustration { + display: none; + } + .form-panel { padding: 32px 24px 20px; }