From 171839e30857f105c04549294c11fa110eb140fd Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 17 Sep 2026 15:09:51 +0800 Subject: [PATCH] =?UTF-8?q?fix(home):=20=E6=96=B0=E5=A2=9E761-900px?= =?UTF-8?q?=E7=AA=84=E6=A1=8C=E9=9D=A2=E6=96=AD=E7=82=B9=E2=80=94=E2=80=94?= =?UTF-8?q?header=20logo/=E7=99=BB=E5=BD=95=E6=8C=89=E9=92=AE=E6=8A=98?= =?UTF-8?q?=E8=A1=8C(780=E7=AA=97=E5=8F=A3=E5=AE=9E=E6=B5=8B)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/home.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/wwwroot/home.css b/wwwroot/home.css index b9e6fb1..67a24a5 100644 --- a/wwwroot/home.css +++ b/wwwroot/home.css @@ -124,6 +124,14 @@ html[data-theme="dark"] .pl-tag-live{color:#4ade80!important} .pl-footer-t{font-size:12px!important;color:var(--pl-ink-faint)!important;letter-spacing:.08em;text-align:left!important} /* ===== 响应式 ===== */ +/* 窄桌面/平板横屏(761-900px,2026-09-17 实测 780 窗口):header 预算紧, + logo 与登录按钮曾各折两行。缩 logo 字号+按钮禁折行即够(实测余量 ~35px)。 */ +@media (min-width:761px) and (max-width:900px){ + .pl-header{padding:0 16px!important;gap:10px!important} + .pl-logo{font-size:17px!important;white-space:nowrap!important} + .pl-logo-sub{font-size:9px!important} + .pl-btn-sm{white-space:nowrap!important} +} @media (max-width:760px){ .pl-sec{padding:56px 20px!important} .pl-cta{margin:0 16px 56px!important;padding:44px 22px!important}