From 1732c06df947503512d39072aa7d95c1cda7f744 Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Tue, 20 Jan 2026 22:52:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20AI=20=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E9=A1=B5=E9=9D=A2=20footer=20=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - footer 跟随主内容区域宽度(1000px) - 参考友情链接页面的实现 --- ai-summary-query.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ai-summary-query.php b/ai-summary-query.php index d908644..91a0f0d 100644 --- a/ai-summary-query.php +++ b/ai-summary-query.php @@ -101,6 +101,7 @@ get_header(); } body.ai-verify-page #primary { width: 100% !important; max-width: 1000px !important; margin: 0 auto !important; float: none !important; } body.ai-verify-page #content { margin-top: -50vh !important; } +body.ai-verify-page .site-footer { max-width: 1000px !important; margin: 0 auto !important; } .ai-verify-header-card { text-align: center; padding: 40px 24px 32px; background: transparent !important; box-shadow: none !important; } .ai-verify-header-icon { width: 64px; height: 64px; margin: 0 auto 20px; background: var(--themecolor-gradient); border-radius: var(--card-radius); display: flex; align-items: center; justify-content: center; font-size: 28px; color: #fff; box-shadow: 0 4px 12px rgba(var(--themecolor-rgbstr), 0.2); transition: transform var(--animation-fast) var(--ease-standard); }