/* site-extra.css — 仅承载「替换原型内联 style= 属性」的工具类。 原型 index.html 里有少量 inline style;严格 CSP(style-src 'self',不含 'unsafe-inline') 会拦截内联样式,故逐一搬到这里为等价 class,website.css 保持逐字不动。 */ /* hero

*/ .h1-preline { white-space: pre-line; } /* hero orb 速率单位 */ .orb-unit { font-size: 10px; color: var(--fg3); } /* orb-node */ .orb-node-chev { width: 18px; height: 18px; color: var(--fg3); } /* orb-node 中部
*/ .orb-node-grow { flex: 1; } /* 功能对比标题

*/ .cmp-h { font-family: var(--font-display); font-weight: 700; font-size: 22px; margin: 46px 0 0; text-align: center; } /* 语言切换由原型