/* 模板 8 主题变量(金棕企业风,对齐 gxhrtc 招标公告类官网) 通过 :root 全局定义,确保组件内 var(--t8-*) 始终有值, 不依赖 data-template-id 作用域(兼容 SSR 布局注入时机) */ :root { --t8-primary: #a87b3f; --t8-primary-dark: #8a6230; --t8-primary-light: #c8a470; --t8-primary-soft: #f3ebdd; --t8-primary-faint: #faf6ef; --t8-bg: #f5efe6; --t8-bg-soft: #faf6ef; --t8-border: #e8e0d4; --t8-border-2: #e8dfd0; --t8-text: #4a3f35; --t8-text-secondary: #8a7d6b; --t8-muted: #b9a892; --t8-muted-light: #e2d6c4; --t8-muted-2: #a99b88; --t8-secondary: #e8d5b5; --t8-accent: #c8a470; --t8-success: #5BA53A; --t8-danger: #c0533a; /* 导航条金棕渐变(截图风格:上→下三段式立体金棕) */ --t8-footer-bg: #2e2418; --t8-navbar-bg: linear-gradient(180deg, #cfb576 0%, #b7a481 100%); } [data-template-id="template-08"] { --t8-primary: #a87b3f; --t8-primary-dark: #8a6230; --t8-primary-light: #c8a470; --t8-primary-soft: #f3ebdd; --t8-primary-faint: #faf6ef; --t8-bg: #f5efe6; --t8-bg-soft: #faf6ef; --t8-border: #e8e0d4; --t8-border-2: #e8dfd0; --t8-text: #4a3f35; --t8-text-secondary: #8a7d6b; --t8-muted: #b9a892; --t8-muted-light: #e2d6c4; --t8-muted-2: #a99b88; --t8-secondary: #e8d5b5; --t8-accent: #c8a470; --t8-success: #5BA53A; --t8-danger: #c0533a; --t8-footer-bg: #2e2418; --t8-navbar-bg: linear-gradient(180deg, #cfb576 0%, #b7a481 100%); }