style.json 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "style_id": "tech_blue_warm_orange",
  3. "style_name": "科技蓝暖橙 · 家庭健康 (Tech Blue Warm Orange)",
  4. "category": "dark_professional",
  5. "inspiration": "Linear.app × Apple Keynote × 五维五行色系",
  6. "mood_keywords": ["深夜书房暖灯", "数据脉搏", "家庭温度", "精密仪器", "科技信赖"],
  7. "design_soul": "深夜书房里一盏暖橙台灯,照亮墙上的家庭合影与屏幕上跳动的健康数据曲线——AI 的精准与家的温度在同一束光下交融,冷静的技术底色上始终有一抹暖橙的守护。",
  8. "variation_strategy": "内容页以深蓝底+暖橙强调+网格点阵制造'精密仪器'感(高密度),章节封面用大图渐隐+大面积留白呼吸(释放),五维相关页用五行色系点缀制造色彩递进(身橙/心粉/智蓝/行绿/富金),数据页用大号水印数字+角标装饰线强化'数据洪流'感——三种节奏交替形成视觉心跳",
  9. "decoration_dna": {
  10. "signature_move": "暖橙标题下划线 + 深蓝网格点阵 + 五维色小徽章",
  11. "forbidden": ["马卡龙糖果色", "渐变文字(-webkit-background-clip:text)", "大面积绿色系", "伪元素装饰", "CSS border 三角形", "conic-gradient"],
  12. "recommended_combos": [
  13. "暖橙下划线 + 编号气泡 + 五维色徽章",
  14. "网格点阵 + L 形角标装饰 + 大号水印数字",
  15. "光晕效果 + 半透明色块 + 数据曲线 sparkline"
  16. ]
  17. },
  18. "css_variables": {
  19. "bg_primary": "#0A1A2F",
  20. "bg_secondary": "#10264A",
  21. "card_bg_from": "#17294A",
  22. "card_bg_to": "#101F3B",
  23. "card_border": "rgba(255,255,255,0.07)",
  24. "card_radius": "14px",
  25. "text_primary": "#F5F8FC",
  26. "text_secondary": "rgba(235,243,255,0.72)",
  27. "accent_1": "#FF8C42",
  28. "accent_2": "#5AB0FF",
  29. "accent_3": "#FF6B9D",
  30. "accent_4": "#10B981",
  31. "five_earth": "#FF8C42",
  32. "five_fire": "#FF6B9D",
  33. "five_metal": "#6366F1",
  34. "five_wood": "#10B981",
  35. "five_water": "#F59E0B",
  36. "grid_dot_color": "#FFFFFF",
  37. "grid_dot_opacity": 0.04,
  38. "grid_size": 44
  39. },
  40. "font_family": "'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', system-ui, -apple-system, sans-serif",
  41. "typography": {
  42. "display_font": "'Inter', 'PingFang SC', 'Microsoft YaHei', system-ui, sans-serif",
  43. "body_font": "'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', system-ui, sans-serif",
  44. "mono_font": "'JetBrains Mono', 'Consolas', monospace",
  45. "display_letter_spacing": "-0.02em",
  46. "headline_letter_spacing": "0",
  47. "body_letter_spacing": "0",
  48. "label_letter_spacing": "0.14em",
  49. "tabular_nums": true
  50. },
  51. "font_imports": [
  52. "https://fonts.googleapis.com/css2?family=Inter:wght@500;600;700;800;900&display=swap"
  53. ],
  54. "css_snippets": {
  55. "title_style": "font-size: 28px; font-weight: 700; letter-spacing: 0; color: var(--text-primary); border-bottom: 4px solid var(--accent-1); padding-bottom: 8px; display: inline-block;",
  56. "list_marker": "width: 6px; height: 6px; border-radius: 2px; background: var(--accent-1); margin-right: 12px; flex-shrink: 0;",
  57. "body_text": "font-size: 13.5px; line-height: 1.8; color: var(--text-secondary);",
  58. "page_number": "font-size: 11px; color: var(--text-secondary); opacity: 0.5; position: absolute; bottom: 24px;",
  59. "card_padding": "padding: 22px 24px;",
  60. "section_gap": "gap: 18px;"
  61. }
  62. }