diff --git a/css/history_detail/01-foundation/variables.css b/css/history_detail/01-foundation/variables.css index e92936d..61e1483 100644 --- a/css/history_detail/01-foundation/variables.css +++ b/css/history_detail/01-foundation/variables.css @@ -44,11 +44,11 @@ --slate-900: #111827; /* Indigo Palette (Primary) - Slightly more sophisticated */ - --indigo-50: #eef2ff; - --indigo-100: #e0e7ff; - --indigo-500: #6366f1; - --indigo-600: #4f46e5; - --indigo-700: #4338ca; + --indigo-50: #FFFFFF; + --indigo-100: #f3f4f5; + --indigo-500: #0949ec; + --indigo-600: #003dd6; + --indigo-700: rgb(45, 32, 185); /* Semantic Mapping */ --color-primary: var(--indigo-600); diff --git a/css/history_detail/02-layout/immersive.css b/css/history_detail/02-layout/immersive.css index 027c339..177d2c8 100644 --- a/css/history_detail/02-layout/immersive.css +++ b/css/history_detail/02-layout/immersive.css @@ -56,6 +56,8 @@ #immersive-toc-area.immersive-panel { padding: var(--spacing-xs) var(--spacing-sm) 0 var(--spacing-sm); border-right: 1px solid var(--color-border-light); + /* 隐藏沉浸模式侧边栏 */ + display: none; } #immersive-chatbot-area.immersive-panel { @@ -788,6 +790,7 @@ body.immersive-active #immersive-main-content-area .container { #immersive-toc-area { min-width: 200px; + } #immersive-chatbot-area { diff --git a/css/history_detail/02-layout/layout.css b/css/history_detail/02-layout/layout.css index 6554686..964aa0e 100644 --- a/css/history_detail/02-layout/layout.css +++ b/css/history_detail/02-layout/layout.css @@ -34,7 +34,7 @@ body { display: flex; gap: 1.5rem; /* 大幅增加间距,更现代 */ border-bottom: 1px solid var(--color-border-light); - margin-bottom: 2.5rem; + /* margin-bottom: 2.5rem; */ padding-bottom: 0; } diff --git a/css/history_detail/04-features/markdown-content.css b/css/history_detail/04-features/markdown-content.css index 92c2aff..1ee8de5 100644 --- a/css/history_detail/04-features/markdown-content.css +++ b/css/history_detail/04-features/markdown-content.css @@ -78,7 +78,7 @@ h2 { .history-export-controls { position: relative; - margin-bottom: 16px; + /* margin-bottom: 16px; */ } .export-panel-backdrop { diff --git a/css/history_detail/05-utilities/buttons.css b/css/history_detail/05-utilities/buttons.css index 5d9d84f..26e96e3 100644 --- a/css/history_detail/05-utilities/buttons.css +++ b/css/history_detail/05-utilities/buttons.css @@ -48,7 +48,8 @@ color: #94a3b8 !important; /* slate-400 */ border: 1px solid #e2e8f0 !important; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05) !important; - display: flex !important; + /* 隐藏沉浸模式的出口 */ + display: flex; align-items: center !important; justify-content: center !important; cursor: pointer !important; diff --git a/css/history_detail/_deprecated/immersive_layout.css b/css/history_detail/_deprecated/immersive_layout.css index b1e9c2b..a1bf4f4 100644 --- a/css/history_detail/_deprecated/immersive_layout.css +++ b/css/history_detail/_deprecated/immersive_layout.css @@ -986,6 +986,7 @@ body.immersive-dragging .immersive-resize-handle { #immersive-toc-area { min-width: 200px; + } #immersive-chatbot-area { diff --git a/index.html b/index.html index c31faea..c9868c2 100644 --- a/index.html +++ b/index.html @@ -543,80 +543,43 @@
- +
-
+
-
+ @@ -660,8 +623,8 @@ -
- + -
+

@@ -695,14 +658,14 @@
OCR 文档解析

- -
+
+
@@ -717,10 +680,10 @@ -
+
- +
-
-
+ diff --git a/index.html.backup b/index.html.backup index 9754a5b..d415a9c 100644 --- a/index.html.backup +++ b/index.html.backup @@ -7,7 +7,7 @@ Paper Burner X - AI文献阅读与智能分析平台 -123 + @@ -231,7 +231,7 @@ pointer-events: none; } /* 新增:右侧大 Logo 背景装饰 */ - .workspace-header::after { + /* .workspace-header::after { content: ''; position: absolute; right: -20px; @@ -242,10 +242,11 @@ background-repeat: no-repeat; background-position: center; background-size: contain; - opacity: 0.07; /* 极低透明度,仅作纹理 */ + 极低透明度,仅作纹理 + opacity: 0.07; transform: rotate(-10deg); pointer-events: none; - } + } */ .workspace-header-content { position: relative; z-index: 1; @@ -532,30 +533,7 @@ - + @@ -566,9 +544,11 @@