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); }