diff --git a/docs/原型设计/registration-prototype-demo.html b/docs/原型设计/registration-prototype-demo.html index 549573b..fabc73b 100644 --- a/docs/原型设计/registration-prototype-demo.html +++ b/docs/原型设计/registration-prototype-demo.html @@ -138,33 +138,6 @@ border-color: #f0c6c3; } - .tabs { - display: flex; - gap: 2px; - align-items: stretch; - margin-left: 20px; - } - - .tab-btn { - padding: 0 20px; - min-height: 64px; - border-radius: 0; - border-top: 0; - border-left: 0; - border-right: 0; - border-bottom: 2px solid transparent; - color: var(--muted); - background: transparent; - font-weight: 600; - position: relative; - } - - .tab-btn.active { - background: #eef4ff; - color: var(--accent); - border-color: #b9cdf5; - } - .content { max-width: 100%; width: 100%; @@ -693,26 +666,6 @@ border-color: #c5d7f6; } - .topbar-right { - display: flex; - align-items: center; - gap: 16px; - color: var(--muted); - font-size: 14px; - white-space: nowrap; - } - - .user-badge { - width: 34px; - height: 34px; - display: inline-grid; - place-items: center; - border-radius: 50%; - background: #e8edf7; - color: #5b6f8d; - font-weight: 700; - } - .history-panel { background: var(--sidebar-bg); border-color: #dbe7fb; @@ -839,26 +792,14 @@
以对话为核心的人机协同审核原型,聚焦上传、知识库、留痕与结构化结论。
- - - @@ -869,11 +810,6 @@