From 18ddaa3dc363abb43018602e83cf3b0a7af5ead4 Mon Sep 17 00:00:00 2001 From: lxh2875931338 Date: Mon, 3 Aug 2026 22:00:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86=E5=AD=97?= =?UTF-8?q?=E4=BD=93=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/style-3.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/static/style-3.css b/static/style-3.css index 447fec7..e6a3c15 100644 --- a/static/style-3.css +++ b/static/style-3.css @@ -17,8 +17,8 @@ } .top-left .nav-logo { - width: 48px; - height: 48px; + width: 52px; /* 原 48px */ + height: 52px; /* 原 48px */ flex-shrink: 0; display: block; object-fit: contain; @@ -32,7 +32,7 @@ } .brand-info .logo-text { - font-size: 22px; + font-size: 20px; font-weight: 600; color: var(--text-primary); line-height: 1.2; @@ -59,8 +59,9 @@ box-shadow: 0 0 12px rgba(99, 226, 183, 0.4); } +/* 状态文字 12px(原 13px) */ .status-wrapper .status-text { - font-size: 13px; + font-size: 12px; color: var(--text-muted); } @@ -71,7 +72,7 @@ } .user-name { - font-size: 13px; + font-size: 12px; /* 原 13px,与状态文字对齐 */ color: var(--text-secondary); }