From 63294f00b27dc659c1a1314016f07ab981757e4b Mon Sep 17 00:00:00 2001 From: "han\\hanst" Date: Mon, 18 May 2026 13:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/common/login.vue | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/src/views/common/login.vue b/src/views/common/login.vue index 81faabc0..9868206e 100644 --- a/src/views/common/login.vue +++ b/src/views/common/login.vue @@ -6,7 +6,11 @@

LONGTRON ELEVATOR | LIFE AESTHETICS

-

高端家用电梯
一站式服务平台

+

+ 高端家用电梯 + · + 一站式服务平台 +

龙闯电梯坚持“臻选引进”与“自主创新”并重,为中国高端家庭提供集代理、研发、生产、销售、 安装、售后于一体的一站式家用电梯服务。 @@ -265,12 +269,25 @@ import { getUUID } from '@/utils' } .brand-panel__title { - margin: 18px 0 20px; - font-size: 58px; - line-height: 1.18; - font-weight: 600; + font-size: 56px; + font-weight: 800; + color: #fff; + display: flex; + align-items: baseline; + gap: 8px; + line-height: 1; +} + +.brand-panel__title .divider { + font-size: 34px; + opacity: 0.8; } +.brand-panel__title .sub-title { + font-size: 32px; + font-weight: 600; + opacity: 0.95; +} .brand-panel__desc { margin: 0; max-width: 660px;