知识库首页 知识库-世界 warm-editorial.txt

warm editorial

本地来源:Knowledge/World/设计配色/warm-editorial.txt

# Style Pack: Warm Editorial Intelligence
# 来源: DESGIN.md Style Pack 1
# 适用: AI 工具、知识产品、写作应用、创始人页面、咨询 SaaS、个人操作系统
# 情绪: 智慧、冷静、文学性、高级、人文
# 主题: 浅色 (Light)

---
## 配色 Token (Colors)
---

--bg: #F7F3EA
--bg-raised: #FFFDF8
--bg-elevated: #FFFFFF
--fg: #171412
--fg-muted: #6F665C
--border: #D8CCBA
--border-muted: #EDE6DA
--accent: #B85C38
--accent-hover: #9D4728
--accent-fg: #FFFFFF
--accent-soft: rgba(184,92,56,0.08)
--success: #2F7D5B
--warning: #B7791F
--danger: #B44545

---
## 字体 (Typography)
---

--font-display: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif
--font-size-display: clamp(3rem, 7vw, 6.5rem)
--font-weight-display: 650
--line-height-display: 0.92
--letter-spacing-display: -0.06em

--font-size-h1: clamp(2.5rem, 5vw, 5rem)
--font-weight-h1: 650
--line-height-h1: 0.98
--letter-spacing-h1: -0.055em

--font-size-h2: clamp(1.875rem, 3.2vw, 3.5rem)
--font-weight-h2: 620
--line-height-h2: 1.03
--letter-spacing-h2: -0.045em

--font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif
--font-size-body: 1rem
--font-weight-body: 400
--line-height-body: 1.65
--letter-spacing-body: -0.011em

--font-serif: Georgia, "Source Serif", "Newsreader", serif
--font-size-serif-quote: 1.25rem
--font-weight-serif: 400
--line-height-serif: 1.55
--font-style-serif: italic

--font-size-label: 0.78rem
--font-weight-label: 650
--line-height-label: 1
--letter-spacing-label: 0.06em

--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, monospace
--font-size-mono: 0.875rem
--font-weight-mono: 500
--line-height-mono: 1.5

---
## 圆角 (Border Radius)
---

--radius-none: 0px
--radius-sm: 6px
--radius-md: 10px
--radius-lg: 18px
--radius-xl: 28px
--radius-full: 999px

---
## 间距 (Spacing)
---

--space-xxs: 4px
--space-xs: 8px
--space-sm: 12px
--space-md: 16px
--space-lg: 24px
--space-xl: 32px
--space-2xl: 48px
--space-3xl: 64px
--space-4xl: 96px
--space-5xl: 128px

---
## 阴影 (Shadows)
---

--shadow-none: none
--shadow-sm: 0 1px 2px rgba(23,20,18,0.04)
--shadow-md: 0 2px 8px rgba(23,20,18,0.06)
--shadow-lg: 0 4px 16px rgba(23,20,18,0.08)

---
## 布局 (Layout)
---

--max-width-desktop: 1180px
--content-padding-desktop: 48px
--content-padding-tablet: 32px
--content-padding-mobile: 20px
--nav-height-desktop: 72px
--nav-height-mobile: 56px
--section-gap-desktop: 96px
--section-gap-mobile: 56px
--grid-columns-desktop: 12
--grid-columns-tablet: 6
--grid-columns-mobile: 4

---
## 组件规格 (Component Tokens)
---

# 主按钮 (Primary Button) — 陶土色填充 Pill
--btn-primary-bg: var(--accent)
--btn-primary-fg: var(--accent-fg)
--btn-primary-hover-bg: var(--accent-hover)
--btn-primary-radius: var(--radius-full)
--btn-primary-padding-x: 18px
--btn-primary-padding-y: 12px
--btn-primary-font-weight: 600
--btn-primary-font-size: 0.938rem

# 次按钮 (Secondary Button) — 透明+墨色文字+细边框
--btn-secondary-bg: transparent
--btn-secondary-fg: var(--fg)
--btn-secondary-border: var(--border)
--btn-secondary-hover-bg: var(--bg-raised)
--btn-secondary-radius: var(--radius-full)
--btn-secondary-padding-x: 18px
--btn-secondary-padding-y: 12px

# 卡片 (Card) — 纸质感
--card-bg: var(--bg-raised)
--card-fg: var(--fg)
--card-border: var(--border)
--card-border-width: 1px
--card-radius: var(--radius-lg)
--card-padding: 24px
--card-shadow: none

# 输入框 (Input)
--input-bg: var(--bg-elevated)
--input-fg: var(--fg)
--input-placeholder: var(--fg-muted)
--input-border: var(--border)
--input-radius: var(--radius-md)
--input-padding-x: 14px
--input-padding-y: 12px
--input-focus-ring: 0 0 0 2px rgba(184,92,56,0.18)
--input-height: 44px

# 徽章 (Badge)
--badge-bg: var(--border-muted)
--badge-fg: var(--fg-muted)
--badge-radius: var(--radius-full)
--badge-padding-x: 10px
--badge-padding-y: 6px
--badge-font-size: 0.75rem
--badge-font-weight: 600

# 导航 (Navigation)
--nav-bg: rgba(247,243,234,0.92)
--nav-backdrop: blur(8px)
--nav-border: var(--border)
--nav-link-fg: var(--fg-muted)
--nav-link-hover-fg: var(--fg)
--nav-link-active-fg: var(--accent)

# 分割线 (Divider)
--divider-color: var(--border)
--divider-width: 1px
--divider-style: solid

# 引用块 (Blockquote)
--blockquote-border-color: var(--accent)
--blockquote-border-width: 3px
--blockquote-bg: var(--bg-raised)
--blockquote-padding: 24px 32px
--blockquote-font-family: var(--font-serif)
--blockquote-font-style: italic

---
## 动效 (Motion)
---

--duration-fast: 150ms
--duration-normal: 220ms
--duration-slow: 350ms
--duration-reveal: 500ms
--easing-default: cubic-bezier(0.4, 0, 0.2, 1)

---
## 设计铁律 (Design Locks)
---

1. 颜色锁定:唯一主强调色陶土色 #B85C38,不使用蓝色/绿色/紫色 CTA
2. 形状锁定:软编辑圆角 (soft editorial),按钮 full pill,卡片 18px
3. 主题锁定:暖纸色画布 (#F7F3EA),不使用暗色段落
4. 字体锁定:Inter 为主,Georgia/Newsreader 衬线体仅限大段引用
5. 间距锁定:4, 8, 12, 16, 24, 32, 48, 64, 96, 128
6. 卡片纸质感:1px 细边框,无阴影,像纸张而非悬浮玻璃

---
## 布局家族 (Layout Families)
---

1. 编辑分割英雄区 (Editorial Split Hero): 左文案右图片/证明,6/6 列
2. 杂志式栏目 (Journal Section): 大标题 + 宽松空白 + 正文
3. 引用块 (Quote Block): 衬线斜体大引用 + 来源
4. 对比表格 (Comparison Table): 清晰但优雅的对比
5. 软卡片行 (Soft Card Row): 纸质感卡片,不等大
6. 案例研究 (Case Study Card): 大卡片 + 分层排版
7. 定价卡片 (Pricing Card): 墨色文字卡片
8. FAQ 区域: 简洁问答

---
## PC端布局规范
---

- 最大内容宽度: 1180px
- 内容区内边距: 48px
- 导航高度: 72px
- 段落垂直间距: 96px 至 128px
- 12列网格系统
- Hero 标题最多 2 行
- 副标题不超过 24 字
- 主要 CTA 首屏可见

---
## 移动端布局规范 (<768px)
---

- 内容区内边距: 20px
- 导航高度: 56px
- 段落垂直间距: 56px 至 80px
- 4列网格系统
- 全宽卡片,全高输入框 ≥44px

---
## 组件状态 (Component States)
---

- hover: 强调色加深
- focus-visible: 2px 陶土色光环
- active: 轻微按压效果
- disabled: 40% 不透明度
- loading: 陶土色骨架屏

---
## 使用提示词模板 (Prompt Template)
---

使用 Warm Editorial Intelligence 风格。

项目:
- 产品:[名称]
- 受众:[目标用户]
- 页面类型:[landing / product / editorial]
- 转化目标:[目标 CTA]

要求:
- 暖纸背景 (#F7F3EA),深墨色文字 (#171412)
- 唯一陶土色强调 (#B85C38)
- 编辑间距,宽松空白,纸质感卡片
- 避免霓虹渐变、避免冰冷蓝色 CTA、避免重阴影
- 至少 4 种布局家族

---
## 禁止清单 (Anti-Slop Ban List)
---

- 不要使用霓虹渐变
- 不要使用重仪表盘式 Hero
- 不要使用冰冷的蓝色 CTA
- 不要使用过多颜色
- 不要使用玻璃态卡片
- 不要使用装饰性渐变
- 不要使用重阴影 (卡片无阴影,纸质感)

本文档为站内渲染。原始文件本地路径:saas/source/knowledge-world/Knowledge-World-设计配色-warm-editorial-7a635f.txt(仅本地保留,不入库不部署)