适合场景
蓝图 / 工程 / 技术
工程蓝图与技术图纸风格,蓝底白线、网格坐标、标注线和尺寸标记。适合建筑、工程、科技和教育领域。
适合场景
蓝图 / 工程 / 技术
设计重点
背景使用蓝图蓝 bg-[#1e3a5f] 搭配网格线背景效果
注意事项
禁止使用暖色调背景
AI 实现文档
默认用硬性提示词让 AI 直接生成前端;Design Spec 用来理解、改写和审核风格;Creative Brief 用来早期探索方向。
默认使用它:复制后追加具体需求,让 AI 直接生成一致、可落地的前端。
什么时候用
怎么用
STYLEKIT_STYLE_REFERENCE
style_name: 工程蓝图
style_slug: blueprint
style_source: /styles/blueprint
# Hard Prompt
## 什么时候用
当你希望 AI 严格按风格规则生成代码时使用。它是生产界面最稳的默认选择。
## 怎么用
- 把完整提示词复制到 ChatGPT、Claude、Cursor 或其他编码助手。
- 在提示词后追加具体产品、页面或组件需求。
- 生成后按禁止项和交互状态检查,确认没有风格漂移。
请严格遵守以下风格规则并保持一致性,禁止风格漂移。
## 执行要求
- 优先保证风格一致性,其次再做创意延展。
- 遇到冲突时以禁止项为最高优先级。
- 输出前自检:颜色、排版、间距、交互是否仍属于该风格。
## Style Rules
STYLE: Blueprint
TYPE: Engineering technical drawing interface
## 必须遵守
- 背景使用蓝图蓝 bg-[#1e3a5f] 搭配网格线背景效果
- 文字和线条使用白色 text-white 或浅蓝色 text-[#a0c4e8]
- 使用等宽字体 font-mono 增强技术制图感
- 边框使用白色/浅蓝色细线 border border-white/30
- 标注元素使用橙色 text-[#ff6b35] 作为高亮标记
- 卡片使用半透明背景 bg-[#1e3a5f]/60 backdrop-blur-sm
- 添加网格背景 bg-[linear-gradient(rgba(255,255,255,0.05)_1px,transparent_1px),linear-gradient(90deg,rgba(255,255,255,0.05)_1px,transparent_1px)]
- 使用虚线元素 border-dashed 模拟辅助线
## 绝对禁止
- 禁止使用暖色调背景
- 禁止使用圆润、柔和的设计元素
- 禁止使用渐变色填充(线条和填充应为纯色)
- 禁止使用发光效果或霓虹阴影
- 禁止使用衬线字体或手写体
- 禁止使用大面积的彩色色块
- 禁止使用圆角过大的元素 rounded-2xl rounded-3xl
COLOR RULES:
- White line: #ffffff (primary elements)
- Blueprint blue: #1e3a5f (background)
- Light blue: #4a90d9, #a0c4e8 (secondary elements)
- Annotation orange: #ff6b35 (highlights, callouts)
SPECIAL EFFECTS:
- Grid background pattern (20px spacing)
- Corner bracket markers on containers
- Dimension lines with end markers
- Coordinate labels as decorative elements
Animation & Interaction Rules:
- CAD Precision: 交互动效必须干脆、精密,优先使用 `duration-100`(可在 75-150ms 范围内微调),避免拖沓的 `ease-in-out`。
- Crosshair Reveals: 悬停可交互元素时,使用 `before`/`after` 或角落标记浮现十字准星与对位提示。
- Blueprint Highlight: 默认以蓝白为主,`active` 或确认态可短暂点亮工程橙 `#ff6b35`,但不能长时间占据主视觉。
- Grid Interaction: 容器 hover 可轻微提高网格线可见度(白线到浅蓝线),仅作为测量反馈,不做情绪化动画。
---
# Blueprint (工程蓝图) Design System
> 工程蓝图与技术图纸风格,蓝底白线、网格坐标、标注线和尺寸标记。适合建筑、工程、科技和教育领域。
## 核心理念
Blueprint(工程蓝图)的设计灵感来自传统的氰版蓝图印刷工艺和现代工程制图。蓝色底色上的白色线条是其最具标志性的视觉特征,网格系统、标注线和尺寸标记赋予界面精确、专业、可信赖的气质。
核心理念:
- 蓝底白线:经典蓝图配色,深蓝背景上的白色线条和文字
- 网格系统:背景网格暗示精确的坐标系统和度量单位
- 标注语言:使用标注线、尺寸标记和坐标标记作为装饰与导航元素
- 技术字体:等宽字体强化工程制图的精确感
蓝图风格天然传递出"精心规划"和"专业可靠"的信息。它适合任何需要展现技术深度和工程思维的场景。UI 元素应该看起来像是在图纸上绘制的——按钮如同图例按钮,卡片如同图纸上的局部放大框,输入框如同标注栏。
适合场景:建筑设计事务所、工程咨询公司、科技产品发布页、教育机构、技术文档网站。
---
## Token 字典(精确 Class 映射)
### 边框
```
宽度: border
颜色: border-white/30
圆角: rounded-none
```
### 阴影
```
小: shadow-none
中: shadow-none
大: shadow-[0_2px_10px_rgba(0,0,0,0.3)]
悬停: hover:bg-white/5
聚焦: focus:border-[#4a90d9]
```
### 交互效果
```
悬停位移: (无)
悬停缩放: hover:bg-white/10
悬停透明度: (无)
过渡动画: transition-all duration-200
按下状态: active:scale-95
```
### 字体
```
标题: font-mono tracking-wider uppercase
正文: font-mono
等宽: font-mono
```
### 字号
```
Hero: text-3xl md:text-5xl lg:text-7xl
H1: text-2xl md:text-4xl
H2: text-xl md:text-3xl
H3: text-lg md:text-xl
正文: text-sm md:text-base
小字: text-xs
```
### 间距
```
Section: py-16 md:py-24
容器: px-4 md:px-8
卡片: p-6
小间距: gap-4
中间距: gap-6
大间距: gap-8
```
### 颜色角色
```
背景主色: bg-[#1e3a5f]
背景辅色: bg-[#1e3a5f]/60
背景强调色: bg-white, bg-[#4a90d9], bg-[#ff6b35]
正文主色: text-white
正文辅色: text-[#a0c4e8]
正文弱化色: text-white/40
按钮主色: bg-transparent text-white border border-white/60
按钮辅色: bg-white text-[#1e3a5f]
```
---
## [FORBIDDEN] 绝对禁止
以下 class 在本风格中**绝对禁止使用**,生成时必须检查并避免:
### 禁止的 Class
- `bg-white`
- `bg-gray-50`
- `bg-gray-100`
- `shadow-sm`
- `shadow-md`
- `shadow-lg`
- `rounded-xl`
- `rounded-2xl`
- `rounded-3xl`
- `rounded-full`
- `font-serif`
- `bg-gradient-`
### 禁止的模式
- 匹配 `^bg-(?:white|gray-[1-3]|slate-[1-3])`
- 匹配 `^shadow-(?:sm|md|lg|xl|2xl)`
- 匹配 `^rounded-(?:xl|2xl|3xl|full)`
- 匹配 `^font-serif`
- 匹配 `^bg-gradient-`
### 禁止原因
- `bg-white`: Blueprint uses deep blue backgrounds, not white
- `shadow-md`: Blueprint uses minimal shadows; rely on borders and lines
- `rounded-xl`: Blueprint uses sharp corners for technical precision
- `font-serif`: Blueprint uses monospace fonts for engineering feel
- `bg-gradient-`: Blueprint uses flat colors, not gradients
> WARNING: 如果你的代码中包含以上任何 class,必须立即替换。
---
## [REQUIRED] 必须包含
### 按钮必须包含
```
px-6 py-3
font-mono
uppercase tracking-widest
text-sm
transition-all duration-200
```
### 卡片必须包含
```
bg-[#1e3a5f]/60
border border-white/20
```
### 输入框必须包含
```
bg-transparent
border border-white/30
text-white
font-mono
focus:border-[#4a90d9]
focus:outline-none
```
---
## [COMPARE] Blueprint 错误 vs 正确对比
以下错误示例只代表“未经过当前风格适配的通用默认值”,不要把错误示例当成视觉建议。
### 按钮
[WRONG] **错误示例**(通用组件库默认样式,不要直接复制):
```html
<button class="{GENERIC_LIBRARY_BUTTON_DEFAULT}">
点击我
</button>
```
[CORRECT] **正确示例**(使用当前风格的 token):
```html
<button class="px-6 py-3 font-mono uppercase tracking-widest text-sm transition-all duration-200 bg-transparent text-white border border-white/60">
点击我
</button>
```
### 卡片
[WRONG] **错误示例**(未经当前风格适配的通用卡片):
```html
<div class="{GENERIC_LIBRARY_CARD_DEFAULT}">
<h3>{TITLE}</h3>
</div>
```
[CORRECT] **正确示例**(使用当前风格的 card token):
```html
<div class="bg-[#1e3a5f]/60 border border-white/20 p-6">
<h3 class="font-mono tracking-wider uppercase text-lg md:text-xl">{TITLE}</h3>
</div>
```
### 输入框
[WRONG] **错误示例**(未经当前风格适配的通用输入框):
```html
<input class="{GENERIC_LIBRARY_INPUT_DEFAULT}" />
```
[CORRECT] **正确示例**(使用当前风格的 input token):
```html
<input class="bg-transparent border border-white/30 text-white font-mono focus:border-[#4a90d9] focus:outline-none" placeholder="{PLACEHOLDER}" />
```
---
## [TEMPLATES] Blueprint 页面骨架模板
以下骨架只使用当前风格的 token。替换 `{PLACEHOLDER}` 时,不要移除或替换这些 token:
### 导航栏骨架
```html
<nav class="bg-[#1e3a5f] text-white border border-white/30 px-4 md:px-8">
<div class="flex items-center justify-between max-w-6xl mx-auto gap-6">
<a href="/" class="font-mono tracking-wider uppercase text-lg md:text-xl">
{LOGO_TEXT}
</a>
<div class="flex gap-6 font-mono text-xs">
{NAV_LINKS}
</div>
</div>
</nav>
```
### Hero 区块骨架
```html
<section class="bg-white text-white py-16 md:py-24 px-4 md:px-8">
<div class="max-w-4xl mx-auto">
<h1 class="font-mono tracking-wider uppercase text-3xl md:text-5xl lg:text-7xl">
{HEADLINE}
</h1>
<p class="font-mono text-sm md:text-base max-w-xl">
{SUBHEADLINE}
</p>
<button class="px-6 py-3 font-mono uppercase tracking-widest text-sm transition-all duration-200 bg-transparent text-white border border-white/60">
{CTA_TEXT}
</button>
</div>
</section>
```
### 卡片网格骨架
```html
<section class="bg-[#1e3a5f] text-white py-16 md:py-24 px-4 md:px-8">
<div class="max-w-6xl mx-auto">
<h2 class="font-mono tracking-wider uppercase text-xl md:text-3xl">{SECTION_TITLE}</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<!-- Card template - repeat for each card -->
<div class="bg-[#1e3a5f]/60 border border-white/20 p-6">
<h3 class="font-mono tracking-wider uppercase text-lg md:text-xl">{CARD_TITLE}</h3>
<p class="font-mono text-sm md:text-base text-white/40">{CARD_DESCRIPTION}</p>
</div>
</div>
</div>
</section>
```
### 表单输入骨架
```html
<input class="bg-transparent border border-white/30 text-white font-mono focus:border-[#4a90d9] focus:outline-none" placeholder="{PLACEHOLDER}" />
```
### 页脚骨架
```html
<footer class="bg-[#1e3a5f]/60 text-[#a0c4e8] py-16 md:py-24 px-4 md:px-8">
<div class="max-w-6xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div>
<span class="font-mono tracking-wider uppercase text-lg md:text-xl">{LOGO_TEXT}</span>
<p class="font-mono text-xs">{TAGLINE}</p>
</div>
<div>
<h4 class="font-mono tracking-wider uppercase text-lg md:text-xl">{COLUMN_TITLE}</h4>
<ul class="font-mono text-xs">
{FOOTER_LINKS}
</ul>
</div>
</div>
</div>
</footer>
```
---
## [CHECKLIST] Blueprint 生成后自检清单
**输出代码前,逐项验证当前风格的 token 和规则。如有违反,先修正再交付:**
### Token 检查
- [ ] 按钮包含: `px-6 py-3 font-mono uppercase tracking-widest text-sm transition-all duration-200`
- [ ] 卡片包含: `bg-[#1e3a5f]/60 border border-white/20`
- [ ] 输入框包含: `bg-transparent border border-white/30 text-white font-mono focus:border-[#4a90d9] focus:outline-none`
### 禁止项检查
- [ ] 没有使用 `bg-white`
- [ ] 没有使用 `bg-gray-50`
- [ ] 没有使用 `bg-gray-100`
- [ ] 没有使用 `shadow-sm`
- [ ] 没有使用 `shadow-md`
- [ ] 没有使用 `shadow-lg`
- [ ] 没有使用 `rounded-xl`
- [ ] 没有使用 `rounded-2xl`
### 风格规则检查
- [ ] 背景使用蓝图蓝 bg-[#1e3a5f] 搭配网格线背景效果
- [ ] 文字和线条使用白色 text-white 或浅蓝色 text-[#a0c4e8]
- [ ] 使用等宽字体 font-mono 增强技术制图感
- [ ] 边框使用白色/浅蓝色细线 border border-white/30
- [ ] 标注元素使用橙色 text-[#ff6b35] 作为高亮标记
### 风格漂移检查
- [ ] 没有违反:禁止使用暖色调背景
- [ ] 没有违反:禁止使用圆润、柔和的设计元素
- [ ] 没有违反:禁止使用渐变色填充(线条和填充应为纯色)
- [ ] 没有违反:禁止使用发光效果或霓虹阴影
- [ ] 没有违反:禁止使用衬线字体或手写体
### 通用交付检查
- [ ] 响应式布局在手机、平板和桌面下稳定,没有横向溢出
- [ ] 所有交互元素有清晰焦点、可访问名称和 reduced-motion 方案
- [ ] 文本对比度达到 WCAG AA,且没有用颜色单独传递状态
- [ ] 结果仍然能够一眼识别为 Blueprint
---
## [EXAMPLES] 示例 Prompt
### 1. 技术架构展示
蓝图风格的系统架构图
```
Create a technical architecture page using Blueprint style:
- Deep blue background with grid pattern
- System components as blueprint cards with corner markers
- Connection lines between components (dashed)
- Annotation callouts in orange
- All text in monospace uppercase
- Coordinate labels at corners for reference
```
### 2. SaaS 着陆页
生成 工程蓝图风格的 SaaS 产品着陆页
```
Create a SaaS landing page using Blueprint style with hero section, feature grid, testimonials, pricing table, and footer.
```
### 3. 作品集展示
生成 工程蓝图风格的作品集页面
```
Create a portfolio showcase page using Blueprint style with project grid, about section, contact form, and consistent visual language.
```
## 绝对禁止(匹配即拒绝)
以下模式一旦出现,视为风格违规——不找借口,直接重写。
- 使用暖色调背景
- 使用圆润、柔和的设计元素
- 使用渐变色填充(线条和填充应为纯色)
- 使用发光效果或霓虹阴影
- 使用衬线字体或手写体
- 使用大面积的彩色色块
- 使用圆角过大的元素 rounded-2xl rounded-3xl
## 自检清单(交付前逐条确认)
如果任何一条不通过,说明风格漂移了——修改后再交付。
- [ ] 没有紫色到蓝色的渐变
- [ ] 没有使用 Inter / Roboto / Geist 等过度使用的字体
- [ ] 没有嵌套卡片(卡片里面套卡片)
- [ ] 没有在彩色背景上放灰色文字
- [ ] 正文对比度满足 WCAG AA(≥4.5:1)
- [ ] 没有 bounce / elastic 缓动曲线
- [ ] 动效有 prefers-reduced-motion 备选方案
- [ ] 正文行宽不超过 65-75 个字符
- [ ] 没有单侧粗边框装饰(border-left/right accent stripe)
- [ ] 没有渐变文字(background-clip: text)
- [ ] 没有把玻璃态(glassmorphism)当作默认风格
- [ ] 没有 tiny uppercase tracked eyebrow 放在每个 section 标题上面
- [ ] 禁止使用暖色调背景
- [ ] 禁止使用圆润、柔和的设计元素
- [ ] 禁止使用渐变色填充(线条和填充应为纯色)
- [ ] 禁止使用发光效果或霓虹阴影
- [ ] 禁止使用衬线字体或手写体更多提示词库:全部 UI 提示词 · Tailwind UI 提示词 · 暗色模式提示词
组件模板
蓝图风格的技术按钮
真实前端完成度
这层检查这个风格是否已经具备真实网站常见的主题、状态反馈、键盘可访问性和性能约束。
总体覆盖
51%
Fallback 规则
暗色模式
0%
缺失组件状态
79%
部分动效规则
70%
部分可访问性
70%
部分性能代价
35%
通用按钮
默认 / 悬停 / 键盘焦点 / 按下 / 禁用
输入框
默认 / 悬停 / 键盘焦点 / 禁用 / 错误
卡片
默认 / 悬停 / 键盘焦点 / 加载中 / 骨架屏
表单
默认 / 键盘焦点 / 禁用 / 加载中 / 错误
常见问题
/* Blueprint Global Styles */
@layer base {
body {
@apply bg-[#1e3a5f] text-white antialiased;
font-family: 'Courier New', Courier, monospace;
background-image:
linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
background-size: 20px 20px;
}
::selection {
@apply bg-[#4a90d9] text-white;
}
}
/* Blueprint grid (denser) */
.blueprint-grid {
background-image:
linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
}
/* Dimension line */
.blueprint-dimension {
border-top: 1px solid rgba(255, 107, 53, 0.6);
position: relative;
}
.blueprint-dimension::before,
.blueprint-dimension::after {
content: '';
position: absolute;
top: -4px;
width: 1px;
height: 9px;
background: rgba(255, 107, 53, 0.6);
}
.blueprint-dimension::before { left: 0; }
.blueprint-dimension::after { right: 0; }
/* Blueprint Design Tokens */
:root {
--blueprint-primary: #ffffff;
--blueprint-secondary: #1e3a5f;
--blueprint-accent: #4a90d9;
--blueprint-glow: rgba(255, 255, 255, 0.3);
}
@keyframes blueprint-fade-in {
from { opacity: 0; transform: translateY(8px); }
to { opacity: 1; transform: translateY(0); }
}
@keyframes blueprint-pulse {
0%, 100% { opacity: 1; }
50% { opacity: 0.7; }
}
.blueprint-frosted {
backdrop-filter: blur(12px) saturate(180%);
-webkit-backdrop-filter: blur(12px) saturate(180%);
background: rgba(255, 255, 255, 0.08);
}
.blueprint-accent-corner {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
}
.blueprint-animate-in {
animation: blueprint-fade-in 0.5s ease-out both;
}相关风格
探索这些风格获取现成的 tokens 和组件。
IDE 集成
下载 AI 编码助手的配置文件,使其按照此风格生成代码。
风格包
获取完整的可机器读取风格资源,包括 Design Tokens、Tailwind 预设、CSS 变量和 shadcn/ui 主题。
Metadata
Style metadata including version information
Design Tokens
Figma / Style Dictionary / Tokens Studio 兼容
Tailwind Preset
Tailwind CSS 主题预设,可直接在配置中引用
Global CSS
包含 CSS 变量和基础样式
shadcn Theme
shadcn/ui 主题配置
CSS Variables
纯 CSS 变量,适用于任何项目
SKILL.md
可加载到 Cursor / Claude Code / VS Code 的技能包
Blueprint(工程蓝图)的设计灵感来自传统的氰版蓝图印刷工艺和现代工程制图。蓝色底色上的白色线条是其最具标志性的视觉特征,网格系统、标注线和尺寸标记赋予界面精确、专业、可信赖的气质。
基于颜色对比度和排版可读性的 WCAG 2.1 合规分析。
综合评分
等级: D - 较差
对比度
| 场景 | 颜色 | 比率 | AA | AAA |
|---|---|---|---|---|
| Text on background | /#ffffff / #1e3a5f | 11.5:1 | ||
| Secondary text on background | /#a0c4e8 / #1e3a5f | 6.33:1 | ||
| Text on secondary background | /#ffffff / #1e3a5f | 11.5:1 | ||
| Secondary text on secondary | /#a0c4e8 / #1e3a5f | 6.33:1 | ||
| Text on accent 1 | /#ffffff / #ffffff | 1:1 | ||
| Alt text on accent 1 | /#a0c4e8 / #ffffff | 1.82:1 | ||
| Text on accent 2 | /#ffffff / #4a90d9 | 3.34:1 | ||
| Alt text on accent 2 | /#a0c4e8 / #4a90d9 | 1.84:1 | ||
| Text on accent 3 | /#ffffff / #ff6b35 | 2.84:1 | ||
| Alt text on accent 3 | /#a0c4e8 / #ff6b35 | 1.56:1 |
可读性
分数
75/100
字号
text-sm md:text-base
字重
font-mono tracking-wider uppercase
行高
default
评分基于 WCAG 2.1 标准。AA 级要求普通文本对比度 4.5:1、大文本 3:1;AAA 级要求普通文本 7:1、大文本 4.5:1。