diff --git a/prototype/docs-index.html b/prototype/docs-index.html index 6fe5522..593fdb2 100644 --- a/prototype/docs-index.html +++ b/prototype/docs-index.html @@ -23,9 +23,16 @@ .stat-item { background: linear-gradient(135deg, var(--primary-blue), #40a9ff); } - .markdown-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1000; } - .markdown-modal.active { display: flex; } - .markdown-content { flex: 1; overflow-y: auto; background: white; max-width: 1200px; margin: 2rem; padding: 2rem; border-radius: 0.5rem; } + .doc-content { + margin-top: 1rem; + padding: 2rem; + background: white; + border-radius: 0.5rem; + box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); + } + .doc-content.hidden { + display: none; + } .markdown-body h1, .markdown-body h2 { border-bottom: 1px solid #e5e7eb; padding-bottom: 0.5em; margin-bottom: 1em; } .markdown-body pre { background: #1f2937; color: #e5e7eb; padding: 1rem; border-radius: 0.5rem; overflow-x: auto; } .markdown-body code { background: #f3f4f6; padding: 0.2em 0.4em; border-radius: 0.25rem; } @@ -148,10 +155,11 @@ 技术架构 数据模型 - + 查看文档 + @@ -194,10 +202,11 @@ 色彩系统 无障碍 - + 查看文档 + @@ -240,10 +249,11 @@ 任务制定 AI抽背 - + 查看文档 + @@ -328,37 +338,25 @@ - -
-
-
-

- -
-
-
- -

正在加载文档...

-
- - -
-
-
diff --git a/prototype/index.html b/prototype/index.html index cec140d..ebb7b17 100644 --- a/prototype/index.html +++ b/prototype/index.html @@ -34,17 +34,6 @@ border-radius: 16px; font-size: 28px; } - .markdown-modal { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 1000; } - .markdown-modal.active { display: flex; } - .markdown-content { flex: 1; overflow-y: auto; background: white; max-width: 1200px; margin: 2rem; padding: 2rem; border-radius: 0.5rem; } - .markdown-body h1, .markdown-body h2 { border-bottom: 1px solid #e5e7eb; padding-bottom: 0.5em; margin-bottom: 1em; } - .markdown-body pre { background: #1f2937; color: #e5e7eb; padding: 1rem; border-radius: 0.5rem; overflow-x: auto; } - .markdown-body code { background: #f3f4f6; padding: 0.2em 0.4em; border-radius: 0.25rem; } - .markdown-body table { border-collapse: collapse; width: 100%; } - .markdown-body table th, .markdown-body table td { border: 1px solid #e5e7eb; padding: 0.5rem; } - .markdown-body table tr:nth-child(even) { background: #f9fafb; } - .markdown-body blockquote { border-left: 4px solid #3b82f6; padding-left: 1rem; color: #6b7280; } - .markdown-body a { color: #2563eb; } @@ -306,10 +295,10 @@ 基于 PRD 和 UX 设计规范自动生成 | 2026-03-28
- + PRD - + UX
@@ -317,59 +306,60 @@ - -
-
-
-

- -
-
-
- -

正在加载文档...

-
- - -
-
-
+ + + + + +