From 05d1b606719081dd9c11c5a391d4b48675f56fa4 Mon Sep 17 00:00:00 2001 From: hubian <908234780@qq.com> Date: Sun, 26 Apr 2026 23:14:39 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=99=BA=E8=83=BD=E4=BD=93=E5=92=8C?= =?UTF-8?q?=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2=E5=A4=B4=E9=83=A8=E7=BB=9F?= =?UTF-8?q?=E4=B8=80=E4=B8=BA=E7=B4=AB=E8=89=B2=E6=B8=90=E5=8F=98=E9=A3=8E?= =?UTF-8?q?=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/index.html | 6 +++--- www/style.css | 13 +++++++------ 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/www/index.html b/www/index.html index 109a581..759634f 100644 --- a/www/index.html +++ b/www/index.html @@ -8,12 +8,12 @@ AI助手 - +
- - + + \ No newline at end of file diff --git a/www/style.css b/www/style.css index 0718790..e4fcd7e 100644 --- a/www/style.css +++ b/www/style.css @@ -83,21 +83,20 @@ body { color: var(--primary); } -/* ==================== 页面通用头部 ==================== */ +/* ==================== 页面通用头部(紫色渐变) ==================== */ .page-header { display: flex; justify-content: space-between; align-items: center; - padding: 16px; - background: white; - border-bottom: 1px solid var(--border-color); + padding: 12px 16px; + background: linear-gradient(135deg, var(--primary) 0%, #764ba2 100%); + color: white; } .page-header h1 { - font-size: 20px; + font-size: 18px; font-weight: 600; - color: var(--text-color); } /* ==================== 对话页面 ==================== */ @@ -172,6 +171,7 @@ body { flex: 1; padding: 16px; overflow-y: auto; + background: #f5f5f5; } .agents-section { @@ -238,6 +238,7 @@ body { .profile-content { flex: 1; padding: 16px; + background: #f5f5f5; } .profile-card {