【模板: 东方柔和有机帧 (Takram Organic)】
【意图】系统/架构概念揭示 / 温暖产品叙事 / 网络/记忆图解。视觉提炼自 huashu-design 的 Takram 流派 (MIT, © alchaincyf)。
【画布】1920×1080, 米色底 #EFEAE0; 右侧叠 sage 绿径向 wash (rgba(122,158,127,0.10))。整体柔和、自然、有呼吸感。
【字体】西文 Manrope 700/600/400; 中文 Noto Sans SC。圆润, 不要太硬。
【主结构 (时间轴, 默认 5s)】
- 0.2s 左侧毛玻璃圆角卡 (
rgba(255,253,248,0.66) + blur 8px + border-radius 40px + 柔影) 从下方 26px + scale 0.985 升入。
- 0.7s 绿色 eyebrow (
#7A9E7F, uppercase, letter-spacing 4px) fadeUp。
- 0.9s 卡标题 (92px, weight 700) fadeUp; 一个 accent 词用陶土橙
#C98A5E。
- 1.2s caption (22px,
#8A867C, line-height 1.8) fadeUp。
- 1.3s 右侧放射图中心节点 (陶土橙, r=40) 弹出 (overshoot)。
- 1.4s 起 8 条曲线 link (sage
#B8C9BA, stroke-dasharray draw) 从中心错峰描出。
- 1.9s 起 8 个外围节点 (sage 绿, r=22) 错峰 pop (scale 0→1, overshoot)。
- 2.0s 起 整个放射图进入 7s 慢漂浮循环 (translateY 微动)。
【配色纪律】米色 #EFEAE0 / 暖白卡 / sage 绿 #7A9E7F·#B8C9BA / 陶土橙 #C98A5E / 暖灰文字。禁止高饱和科技蓝/紫。绿是结构色, 橙是强调色 (核心节点 + 标题 accent 词)。
【内容纪律】
- 节点图是"艺术品", 节点数 4-8 按内容调 (改 SVG 里 node/link 数量 + 角度)。
- 必须用真实概念/关系, 严禁 lorem ipsum。
- 动效用
@keyframes + SVG stroke-dashoffset, prefers-reduced-motion 下全部停在终态。
- 单文件 HTML。
1---2name: frame-takram-organic3description: Soft-tech radial node graph as art — frosted rounded card, curved links drawing in, nodes popping outward, gentle float.4---56【模板: 东方柔和有机帧 (Takram Organic)】7【意图】系统/架构概念揭示 / 温暖产品叙事 / 网络/记忆图解。视觉提炼自 huashu-design 的 Takram 流派 (MIT, © alchaincyf)。89【画布】1920×1080, 米色底 `#EFEAE0`; 右侧叠 sage 绿径向 wash (`rgba(122,158,127,0.10)`)。整体柔和、自然、有呼吸感。1011【字体】西文 `Manrope` 700/600/400; 中文 `Noto Sans SC`。圆润, 不要太硬。1213【主结构 (时间轴, 默认 5s)】14- **0.2s** 左侧毛玻璃圆角卡 (`rgba(255,253,248,0.66)` + blur 8px + border-radius 40px + 柔影) 从下方 26px + scale 0.985 升入。15- **0.7s** 绿色 eyebrow (`#7A9E7F`, uppercase, letter-spacing 4px) fadeUp。16- **0.9s** 卡标题 (92px, weight 700) fadeUp; 一个 accent 词用陶土橙 `#C98A5E`。17- **1.2s** caption (22px, `#8A867C`, line-height 1.8) fadeUp。18- **1.3s** 右侧放射图中心节点 (陶土橙, r=40) 弹出 (overshoot)。19- **1.4s 起** 8 条曲线 link (sage `#B8C9BA`, stroke-dasharray draw) 从中心错峰描出。20- **1.9s 起** 8 个外围节点 (sage 绿, r=22) 错峰 pop (scale 0→1, overshoot)。21- **2.0s 起** 整个放射图进入 7s 慢漂浮循环 (translateY 微动)。2223【配色纪律】米色 `#EFEAE0` / 暖白卡 / sage 绿 `#7A9E7F`·`#B8C9BA` / 陶土橙 `#C98A5E` / 暖灰文字。**禁止**高饱和科技蓝/紫。绿是结构色, 橙是强调色 (核心节点 + 标题 accent 词)。2425【内容纪律】26- 节点图是"艺术品", 节点数 4-8 按内容调 (改 SVG 里 node/link 数量 + 角度)。27- 必须用真实概念/关系, 严禁 lorem ipsum。28- 动效用 `@keyframes` + SVG stroke-dashoffset, `prefers-reduced-motion` 下全部停在终态。29- 单文件 HTML。