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 @@ - -正在加载文档...
-