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 {