From abac910495c1601be16f13178e4943b3cf5932be Mon Sep 17 00:00:00 2001 From: yiqiu Date: Tue, 16 Dec 2025 17:06:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=A4=A7=E7=A7=BB=E5=8A=A8=E7=AB=AFLO?= =?UTF-8?q?GO=E5=B0=BA=E5=AF=B8=EF=BC=8C=E7=A1=AE=E4=BF=9D=E6=B3=A8?= =?UTF-8?q?=E5=86=8C=E6=8C=89=E9=92=AE=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit LOGO尺寸调整: - 767px:100px x 24px(原来90px x 20px) - 575px:90px x 22px(原来80px x 18px) - 360px:80px x 20px(原来70px x 16px) 注册按钮显示确保: - 保持 display: flex !important 确保在移动端显示 - 确保 .no-login 有 order: 4 放在最右侧 - 所有移动端样式都使用 !important 优先级 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- css/index.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/css/index.css b/css/index.css index 70022be..eb45ccb 100644 --- a/css/index.css +++ b/css/index.css @@ -2506,8 +2506,8 @@ html { } #index .nav-header .nav-left .nav-icon img { - width: 90px; - height: 20px; + width: 100px; + height: 24px; margin-right: 0; } @@ -3049,8 +3049,8 @@ html { } #index .nav-header .nav-left .nav-icon img { - width: 80px; - height: 18px; + width: 90px; + height: 22px; } #index .nav-right { @@ -3536,8 +3536,8 @@ html { } #index .nav-header .nav-left .nav-icon img { - width: 70px; - height: 16px; + width: 80px; + height: 20px; } #index .nav-right .nav-text-link {