From 6955b4faa3832fc76761319f6207e1b03b16b57f Mon Sep 17 00:00:00 2001 From: nanhaoluo <3075912108@qq.com> Date: Tue, 20 Jan 2026 22:55:34 +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=B1=85=E4=B8=AD?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 width: 100% 和 float: none 确保 footer 正确居中 - 与友情链接页面的实现保持一致 --- ai-summary-query.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-summary-query.php b/ai-summary-query.php index 91a0f0d..c845d1c 100644 --- a/ai-summary-query.php +++ b/ai-summary-query.php @@ -101,7 +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; } +body.ai-verify-page .site-footer { max-width: 1000px !important; margin: 0 auto !important; width: 100% !important; float: none !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); }