适合场景
工作室 / 创意 / 作品集
一种大胆、自信的作品集风格,适合设计工作室、创意机构与自由职业者。超大标题、色彩碰撞、丰富悬停态、客户徽标墙与团队网格——专业但不刻板,充满个性。
适合场景
工作室 / 创意 / 作品集
设计重点
深色背景区 bg-[#1A1A1A] 搭配 text-white,浅色区 bg-[#F5F5F0] 搭配 text-[#1A1A1A]
注意事项
禁止用小号或标准字号做 hero 标题(< text-5xl):创意工作室的 hero 必须自带冲击力
AI 实现文档
默认用硬性提示词让 AI 直接生成前端;Design Spec 用来理解、改写和审核风格;Creative Brief 用来早期探索方向。
默认使用它:复制后追加具体需求,让 AI 直接生成一致、可落地的前端。
什么时候用
怎么用
STYLEKIT_STYLE_REFERENCE
style_name: 创意工作室风
style_slug: studio-bold
style_source: /styles/studio-bold
# Hard Prompt
## 什么时候用
当你希望 AI 严格按风格规则生成代码时使用。它是生产界面最稳的默认选择。
## 怎么用
- 把完整提示词复制到 ChatGPT、Claude、Cursor 或其他编码助手。
- 在提示词后追加具体产品、页面或组件需求。
- 生成后按禁止项和交互状态检查,确认没有风格漂移。
请严格遵守以下风格规则并保持一致性,禁止风格漂移。
## 执行要求
- 优先保证风格一致性,其次再做创意延展。
- 遇到冲突时以禁止项为最高优先级。
- 输出前自检:颜色、排版、间距、交互是否仍属于该风格。
## Style Rules
You are a Creative Studio (创意工作室风) design expert. This is a bold, confident portfolio style for design studios, agencies, and freelancers — inspired by Pentagram, IDEO, and top-tier agency sites.
## 绝对禁止
- 禁止用小号或标准字号做 hero 标题(< text-5xl):创意工作室的 hero 必须自带冲击力
- 禁止圆角 rounded-lg 及以上(除非头像):project card 应当直角干净,圆角会软化自信感
- 禁止衬线字体:所有文本必须无衬线,正文用 font-light 或 font-normal,标题用 font-bold 或 font-black
- 禁止细边框分割:section 切换靠 bg 色块而非 border,色块的切换本身就是分隔符
- 禁止纯白色背景 bg-white:深色区用 #1A1A1A,浅色区用 #F5F5F0,白色只出现在文字上
## 必须遵守
- 深色背景区 bg-[#1A1A1A] 搭配 text-white,浅色区 bg-[#F5F5F0] 搭配 text-[#1A1A1A]
- 超大 hero 标题 text-6xl md:text-7xl lg:text-8xl font-bold leading-[0.95] tracking-tight text-white,其中部分文字用 text-[#FF6B6B] 高亮
- project card 使用 bg-[#F5F5F0] rounded-none overflow-hidden group,悬停时 group-hover:scale-[1.02] group-hover:shadow-2xl transition-all duration-300
- CTA 按钮使用 bg-[#FF6B6B] text-white font-bold px-8 py-4 text-lg hover:bg-[#E55A5A] hover:shadow-xl hover:-translate-y-0.5 transition-all duration-300
- 客户徽标行:flex flex-wrap justify-center gap-12 py-12 opacity-60 grayscale hover:grayscale-0 transition-all duration-300
- 分割用有色块:两个 section 之间不依赖 border,而是 bg 切换——深色区起、浅色区落、再深色区收尾
- 导航吸顶:fixed top-0 w-full z-50 bg-[#1A1A1A]/95 backdrop-blur-sm border-b border-white/10,hover 项用 text-[#FF6B6B]
- 引用语块 testimonial:max-w-4xl mx-auto text-center italic text-2xl md:text-3xl leading-relaxed text-[#1A1A1A] px-12 py-16
## Absolute Rules
- Background: dark #1A1A1A for hero and footer; warm sand #F5F5F0 for content sections; deep #0D0D0D for footer bottom
- Body text: font-sans, font-light or font-normal, color inherits from section bg
- Headings: font-bold or font-black, sizes start at text-5xl and go up
- Coral #FF6B6B: the sole accent color — for headline highlights, CTAs, hover indicators, active nav items
- All sections are color blocks: switch bg color instead of using borders for separation
- Project cards: bg-[#F5F5F0] rounded-none, hover: scale-[1.02] + shadow-2xl + title shifts to coral
- CTA buttons: bg-[#FF6B6B] text-white font-bold, hover: bg-[#E55A5A] + shadow-xl + -translate-y-0.5
- Navigation: fixed top-0 w-full z-50 bg-[#1A1A1A]/95 backdrop-blur-sm, hover items turn coral
- Radius: rounded-none for cards and buttons; rounded-full only for avatars
- Shadows: cards use no shadow default, shadow-2xl on hover; buttons use shadow-xl on hover
## Layout & Spacing
- Hero: min-h-screen, large heading, one-line description, dual CTAs
- Section rhythm: py-20 md:py-28 between color-block sections
- Project grid: 2-3 column grid with gap-8 md:gap-12
- Client logos: flex wrap centered, grayscale with hover:grayscale-0
- Team avatars: overlapping flex -space-x-3 with white borders
- Testimonials: centered italic block with generous padding
## Color Block Patterns
- Hero / Nav / Footer: bg-[#1A1A1A] or bg-[#0D0D0D], white text
- Work / Process / Team sections: bg-[#F5F5F0], dark text
- CTA band: could be either — use coral button to anchor the band
## Responsive
- Mobile: single-column project grid, nav collapses to hamburger with coral icon
- Tablet: 2-column grid, nav links visible
- Desktop: 3-column grid, full nav with CTA button
## Self-Check Verification
After generating code, verify:
1. No bg-white anywhere on structural elements
2. Every hoverable card has scale + shadow + color transitions
3. Coral (#FF6B6B) is the only accent color in use
4. No rounded corners on cards, buttons, or sections
5. Section transitions go dark → light → dark (or a subsection thereof)
6. All interactive elements have visible hover and focus states
7. Hero heading is at least text-5xl
---
# Creative Studio (创意工作室风) Design System
> 一种大胆、自信的作品集风格,适合设计工作室、创意机构与自由职业者。超大标题、色彩碰撞、丰富悬停态、客户徽标墙与团队网格——专业但不刻板,充满个性。
## 核心理念
创意工作室风是"设计师为自己做的网站":把 agency 网站的所有表达欲都放出来,但用克制兜底。
核心理念:
- 大胆即态度:超大字号、全宽色块、满出血图片——不做平静的中性背景,每一屏都在说"这就是我们的品味"
- 悬挂式导航:nav 吸顶但不死贴,hover 时珊瑚色划线或块状标记,让导览本身变成界面表情
- 项目卡片即海报:每张 project card 都是一张小海报——标题占 30% 高度,悬停时上滑、放大、色偏移,告诉浏览者"点我会发生好事"
- 色彩块即分区:不用传统卡片框线,用珊瑚色或浅沙色色块来切功能区域,header 全黑、project 区浅沙、footer 更暗,视觉节奏由背景色驱动
- 证明即信任:客户徽标墙、团队头像网格、引用语块——在不会打断浏览流的节奏中植入社会证明
设计原则:
- 层级靠尺寸和重量,不靠颜色:标题可以大到 text-7xl,副标题用 text-xl font-normal,体量差就是层级差
- 悬停态必须值得等:transition-duration-300、scale-105、shadow-2xl、border 变色,四个同时发生才会让浏览者觉得"这个站点活着"
- 单色背景色块是版式骨架:深色区用 #1A1A1A + #0D0D0D 退到底层,浅色区用 #F5F5F0 做呼吸层,珊瑚色只出现在需要视线着陆的地方
- 留白是奢侈品:section 间距 py-24 起步,让每个色块有充分的呼吸感再换到下一个
- 字体只用无衬线:Inter 或同类,字重用 400-700-900 三个档,不做多层字重混搭
---
## Token 字典(精确 Class 映射)
### 边框
```
宽度: border-2
颜色: border-white/20
圆角: rounded-none
```
### 阴影
```
小: shadow-sm
中: shadow-md
大: shadow-2xl
悬停: hover:shadow-2xl
聚焦: focus:shadow-md
```
### 交互效果
```
悬停位移: hover:-translate-y-0.5
悬停缩放: hover:scale-[1.02]
悬停透明度: hover:opacity-90
过渡动画: transition-all duration-300
按下状态: active:scale-[0.98]
```
### 字体
```
标题: font-bold tracking-tight text-[#1A1A1A]
正文: font-sans font-light leading-relaxed
等宽: font-mono text-sm text-white/50
```
### 字号
```
Hero: text-6xl md:text-7xl lg:text-8xl
H1: text-4xl md:text-5xl lg:text-6xl
H2: text-3xl md:text-4xl
H3: text-2xl md:text-3xl
正文: text-base md:text-lg
小字: text-xs md:text-sm
```
### 间距
```
Section: py-20 md:py-28 lg:py-32
容器: px-6 md:px-12 lg:px-16
卡片: p-6 md:p-8
小间距: gap-4 md:gap-6
中间距: gap-6 md:gap-8
大间距: gap-8 md:gap-12
```
### 颜色角色
```
背景主色: bg-[#1A1A1A]
背景辅色: bg-[#F5F5F0]
背景强调色: bg-[#FF6B6B], bg-[#333333], bg-[#0D0D0D], bg-[#E55A5A]
正文主色: text-[#1A1A1A]
正文辅色: text-[#333333]
正文弱化色: text-white/40
按钮主色: bg-[#FF6B6B] text-white
按钮辅色: bg-transparent text-white border-2 border-white/30
```
---
## [FORBIDDEN] 绝对禁止
以下 class 在本风格中**绝对禁止使用**,生成时必须检查并避免:
### 禁止的 Class
- `rounded-lg`
- `rounded-xl`
- `rounded-2xl`
- `rounded-3xl`
- `rounded-full`
- `bg-white`
- `font-serif`
- `shadow-sm`
- `shadow-md`
- `shadow-lg`
- `shadow-xl`
### 禁止的模式
- 匹配 `^rounded-(?:lg|xl|2xl|3xl)$`
- 匹配 `^shadow-(?:sm|md|lg|xl|inner)$`
- 匹配 `^font-serif$`
- 匹配 `^bg-gradient`
### 禁止原因
- `rounded-lg`: Studio Bold uses rounded-none for containers; rounded-full is reserved for avatars only
- `rounded-full`: Studio Bold reserves full rounding for avatars; containers must be square
- `bg-white`: Pure white background is forbidden; dark zones use #1A1A1A, light zones use #F5F5F0
- `font-serif`: All text must be sans-serif; serif has no place in this bold modern aesthetic
- `shadow-sm`: Studio Bold hovers use shadow-2xl; default shadows must be shadow-none
- `bg-gradient-to-r`: Studio Bold uses solid color blocks for section transitions, not gradients
> WARNING: 如果你的代码中包含以上任何 class,必须立即替换。
---
## [REQUIRED] 必须包含
### 按钮必须包含
```
font-bold
rounded-none
transition-all duration-300
```
### 卡片必须包含
```
bg-[#F5F5F0]
rounded-none
overflow-hidden
group
```
### 输入框必须包含
```
bg-[#333333]
border-0 border-b-2 border-white/20
text-white
focus:outline-none focus:border-[#FF6B6B] focus:ring-0
```
---
## [COMPARE] Creative Studio 错误 vs 正确对比
以下错误示例只代表“未经过当前风格适配的通用默认值”,不要把错误示例当成视觉建议。
### 按钮
[WRONG] **错误示例**(通用组件库默认样式,不要直接复制):
```html
<button class="{GENERIC_LIBRARY_BUTTON_DEFAULT}">
点击我
</button>
```
[CORRECT] **正确示例**(使用当前风格的 token):
```html
<button class="font-bold rounded-none transition-all duration-300 bg-[#FF6B6B] text-white">
点击我
</button>
```
### 卡片
[WRONG] **错误示例**(未经当前风格适配的通用卡片):
```html
<div class="{GENERIC_LIBRARY_CARD_DEFAULT}">
<h3>{TITLE}</h3>
</div>
```
[CORRECT] **正确示例**(使用当前风格的 card token):
```html
<div class="bg-[#F5F5F0] rounded-none overflow-hidden group p-6 md:p-8">
<h3 class="font-bold tracking-tight text-[#1A1A1A] text-2xl md:text-3xl">{TITLE}</h3>
</div>
```
### 输入框
[WRONG] **错误示例**(未经当前风格适配的通用输入框):
```html
<input class="{GENERIC_LIBRARY_INPUT_DEFAULT}" />
```
[CORRECT] **正确示例**(使用当前风格的 input token):
```html
<input class="bg-[#333333] border-0 border-b-2 border-white/20 text-white focus:outline-none focus:border-[#FF6B6B] focus:ring-0" placeholder="{PLACEHOLDER}" />
```
---
## [TEMPLATES] Creative Studio 页面骨架模板
以下骨架只使用当前风格的 token。替换 `{PLACEHOLDER}` 时,不要移除或替换这些 token:
### 导航栏骨架
```html
<nav class="bg-[#1A1A1A] text-[#1A1A1A] border-2 border-white/20 px-6 md:px-12 lg:px-16">
<div class="flex items-center justify-between max-w-6xl mx-auto gap-6 md:gap-8">
<a href="/" class="font-bold tracking-tight text-[#1A1A1A] text-2xl md:text-3xl">
{LOGO_TEXT}
</a>
<div class="flex gap-6 md:gap-8 font-sans font-light leading-relaxed text-xs md:text-sm">
{NAV_LINKS}
</div>
</div>
</nav>
```
### Hero 区块骨架
```html
<section class="bg-[#FF6B6B] text-[#1A1A1A] py-20 md:py-28 lg:py-32 px-6 md:px-12 lg:px-16">
<div class="max-w-4xl mx-auto">
<h1 class="font-bold tracking-tight text-[#1A1A1A] text-6xl md:text-7xl lg:text-8xl">
{HEADLINE}
</h1>
<p class="font-sans font-light leading-relaxed text-base md:text-lg max-w-xl">
{SUBHEADLINE}
</p>
<button class="font-bold rounded-none transition-all duration-300 bg-[#FF6B6B] text-white">
{CTA_TEXT}
</button>
</div>
</section>
```
### 卡片网格骨架
```html
<section class="bg-[#1A1A1A] text-[#1A1A1A] py-20 md:py-28 lg:py-32 px-6 md:px-12 lg:px-16">
<div class="max-w-6xl mx-auto">
<h2 class="font-bold tracking-tight text-[#1A1A1A] text-3xl md:text-4xl">{SECTION_TITLE}</h2>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6 md:gap-8">
<!-- Card template - repeat for each card -->
<div class="bg-[#F5F5F0] rounded-none overflow-hidden group p-6 md:p-8">
<h3 class="font-bold tracking-tight text-[#1A1A1A] text-2xl md:text-3xl">{CARD_TITLE}</h3>
<p class="font-sans font-light leading-relaxed text-base md:text-lg text-white/40">{CARD_DESCRIPTION}</p>
</div>
</div>
</div>
</section>
```
### 表单输入骨架
```html
<input class="bg-[#333333] border-0 border-b-2 border-white/20 text-white focus:outline-none focus:border-[#FF6B6B] focus:ring-0" placeholder="{PLACEHOLDER}" />
```
### 页脚骨架
```html
<footer class="bg-[#F5F5F0] text-[#333333] py-20 md:py-28 lg:py-32 px-6 md:px-12 lg:px-16">
<div class="max-w-6xl mx-auto">
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 md:gap-12">
<div>
<span class="font-bold tracking-tight text-[#1A1A1A] text-2xl md:text-3xl">{LOGO_TEXT}</span>
<p class="font-sans font-light leading-relaxed text-xs md:text-sm">{TAGLINE}</p>
</div>
<div>
<h4 class="font-bold tracking-tight text-[#1A1A1A] text-2xl md:text-3xl">{COLUMN_TITLE}</h4>
<ul class="font-sans font-light leading-relaxed text-xs md:text-sm">
{FOOTER_LINKS}
</ul>
</div>
</div>
</div>
</footer>
```
---
## [CHECKLIST] Creative Studio 生成后自检清单
**输出代码前,逐项验证当前风格的 token 和规则。如有违反,先修正再交付:**
### Token 检查
- [ ] 按钮包含: `font-bold rounded-none transition-all duration-300`
- [ ] 卡片包含: `bg-[#F5F5F0] rounded-none overflow-hidden group`
- [ ] 输入框包含: `bg-[#333333] border-0 border-b-2 border-white/20 text-white focus:outline-none focus:border-[#FF6B6B] focus:ring-0`
### 禁止项检查
- [ ] 没有使用 `rounded-lg`
- [ ] 没有使用 `rounded-xl`
- [ ] 没有使用 `rounded-2xl`
- [ ] 没有使用 `rounded-3xl`
- [ ] 没有使用 `rounded-full`
- [ ] 没有使用 `bg-white`
- [ ] 没有使用 `font-serif`
- [ ] 没有使用 `shadow-sm`
### 风格规则检查
- [ ] 深色背景区 bg-[#1A1A1A] 搭配 text-white,浅色区 bg-[#F5F5F0] 搭配 text-[#1A1A1A]
- [ ] 超大 hero 标题 text-6xl md:text-7xl lg:text-8xl font-bold leading-[0.95] tracking-tight text-white,其中部分文字用 text-[#FF6B6B] 高亮
- [ ] project card 使用 bg-[#F5F5F0] rounded-none overflow-hidden group,悬停时 group-hover:scale-[1.02] group-hover:shadow-2xl transition-all duration-300
- [ ] CTA 按钮使用 bg-[#FF6B6B] text-white font-bold px-8 py-4 text-lg hover:bg-[#E55A5A] hover:shadow-xl hover:-translate-y-0.5 transition-all duration-300
- [ ] 客户徽标行:flex flex-wrap justify-center gap-12 py-12 opacity-60 grayscale hover:grayscale-0 transition-all duration-300
### 风格漂移检查
- [ ] 没有违反:禁止用小号或标准字号做 hero 标题(< text-5xl):创意工作室的 hero 必须自带冲击力
- [ ] 没有违反:禁止圆角 rounded-lg 及以上(除非头像):project card 应当直角干净,圆角会软化自信感
- [ ] 没有违反:禁止衬线字体:所有文本必须无衬线,正文用 font-light 或 font-normal,标题用 font-bold 或 font-black
- [ ] 没有违反:禁止细边框分割:section 切换靠 bg 色块而非 border,色块的切换本身就是分隔符
- [ ] 没有违反:禁止纯白色背景 bg-white:深色区用 #1A1A1A,浅色区用 #F5F5F0,白色只出现在文字上
### 通用交付检查
- [ ] 响应式布局在手机、平板和桌面下稳定,没有横向溢出
- [ ] 所有交互元素有清晰焦点、可访问名称和 reduced-motion 方案
- [ ] 文本对比度达到 WCAG AA,且没有用颜色单独传递状态
- [ ] 结果仍然能够一眼识别为 Creative Studio
---
## [EXAMPLES] 示例 Prompt
### 1. 创意工作室品牌首页
含超大 hero、项目网格、过程展示、客户徽标、团队和联系表单的完整首页
```
Build a creative studio homepage in Studio Bold style: a fixed dark nav (bg-[#1A1A1A]/95 backdrop-blur-sm) with coral hover, a full-viewport hero (bg-[#1A1A1A]) with an oversized heading text-7xl md:text-8xl where select words are highlighted in coral text-[#FF6B6B], a subtitle in white/60, a coral CTA button and an outline button. Then a project grid section (bg-[#F5F5F0]) with 6 project cards in a 3-column grid, each card being a rounded-none group with a dark placeholder image area, tag badges, a bold title that turns coral on hover, description, and a 'View Case Study' link with arrow. Then a process/timeline section, a client logo wall (grayscale hover:grayscale-0), a team grid with overlapping avatar circles, a testimonial pull quote, and a dark footer (bg-[#0D0D0D]) with three-column info and social links.
```
### 2. 项目 / Case Study 详情页
全出血图片、大号章节标题、结果数据与下一项目导航
```
Design a case study detail page in Studio Bold style: a full-bleed hero image at the top, a dark overlay section with the project title text-5xl md:text-6xl font-bold text-white, a tag row (client, discipline, year) in white/50, then a sequence of alternating light (bg-[#F5F5F0]) and dark (bg-[#1A1A1A]) content sections. Include a full-width image break, a stat callout row (3 large numbers with labels), a client testimonial in italic centered format, and a next-project navigation at the bottom (large title with arrow, dark bg, linking to the next case study).
```
### 3. 关于页 / 团队页
工作室故事、核心人物网格、文化理念与招聘 CTA
```
Create an About page in Studio Bold style: start with a dark section (bg-[#1A1A1A]) featuring the studio name in oversized text and a short manifesto paragraph in white/60. Then a light section (bg-[#F5F5F0]) with a 3-column team grid — each member card is rounded-none, shows a portrait, name in bold, role, and social links that turn coral on hover. Follow with a culture values section using numbered cards with coral accents, a client logo wall, and a hiring CTA band (bg-[#FF6B6B]) with white text and an outline button. Close with the standard dark footer.
```
## 绝对禁止(匹配即拒绝)
以下模式一旦出现,视为风格违规——不找借口,直接重写。
- 用小号或标准字号做 hero 标题(< text-5xl):创意工作室的 hero 必须自带冲击力
- 圆角 rounded-lg 及以上(除非头像):project card 应当直角干净,圆角会软化自信感
- 衬线字体:所有文本必须无衬线,正文用 font-light 或 font-normal,标题用 font-bold 或 font-black
- 细边框分割:section 切换靠 bg 色块而非 border,色块的切换本身就是分隔符
- 纯白色背景 bg-white:深色区用 #1A1A1A,浅色区用 #F5F5F0,白色只出现在文字上
## 自检清单(交付前逐条确认)
如果任何一条不通过,说明风格漂移了——修改后再交付。
- [ ] 没有紫色到蓝色的渐变
- [ ] 没有使用 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 标题上面
- [ ] 禁止用小号或标准字号做 hero 标题(< text-5xl):创意工作室的 hero 必须自带冲击力
- [ ] 禁止圆角 rounded-lg 及以上(除非头像):project card 应当直角干净,圆角会软化自信感
- [ ] 禁止衬线字体:所有文本必须无衬线,正文用 font-light 或 font-normal,标题用 font-bold 或 font-black
- [ ] 禁止细边框分割:section 切换靠 bg 色块而非 border,色块的切换本身就是分隔符
- [ ] 禁止纯白色背景 bg-white:深色区用 #1A1A1A,浅色区用 #F5F5F0,白色只出现在文字上组件模板
珊瑚色实心按钮,粗体大字号,悬停时放大加阴影,像 agency 的 Contact 入口
真实前端完成度
这层检查这个风格是否已经具备真实网站常见的主题、状态反馈、键盘可访问性和性能约束。
总体覆盖
51%
Fallback 规则
暗色模式
0%
缺失组件状态
79%
部分动效规则
70%
部分可访问性
70%
部分性能代价
35%
通用按钮
默认 / 悬停 / 键盘焦点 / 按下 / 禁用
输入框
默认 / 悬停 / 键盘焦点 / 禁用 / 错误
卡片
默认 / 悬停 / 键盘焦点 / 加载中 / 骨架屏
表单
默认 / 键盘焦点 / 禁用 / 加载中 / 错误
常见问题
.studio-bold-section-dark {
background-color: #1A1A1A;
color: #FFFFFF;
}
.studio-bold-section-light {
background-color: #F5F5F0;
color: #1A1A1A;
}
.studio-bold-section-darker {
background-color: #0D0D0D;
color: #FFFFFF;
}
.studio-bold-hero {
min-height: 100vh;
display: flex;
align-items: center;
background-color: #1A1A1A;
padding: 0 clamp(1.5rem, 5vw, 4rem);
}
.studio-bold-card {
background-color: #F5F5F0;
overflow: hidden;
transition: all 300ms ease;
}
.studio-bold-card:hover {
transform: scale(1.02);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.studio-bold-card:hover .studio-bold-card-title {
color: #FF6B6B;
}
.studio-bold-card-arrow {
transition: transform 300ms ease;
}
.studio-bold-card:hover .studio-bold-card-arrow {
transform: translateX(4px);
}
.studio-bold-btn-primary {
background-color: #FF6B6B;
color: #FFFFFF;
font-weight: 700;
padding: 1rem 2rem;
font-size: 1.125rem;
border: none;
cursor: pointer;
transition: all 300ms ease;
}
.studio-bold-btn-primary:hover {
background-color: #E55A5A;
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.3);
transform: translateY(-2px);
}
.studio-bold-btn-outline {
border: 2px solid rgba(255, 255, 255, 0.3);
color: #FFFFFF;
font-weight: 700;
padding: 1rem 2rem;
font-size: 1.125rem;
background: transparent;
cursor: pointer;
transition: all 300ms ease;
}
.studio-bold-btn-outline:hover {
border-color: #FFFFFF;
background-color: rgba(255, 255, 255, 0.1);
}
.studio-bold-clients {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 3rem;
padding: 3rem 0;
opacity: 0.6;
filter: grayscale(1);
transition: all 300ms ease;
}
.studio-bold-clients:hover {
opacity: 1;
filter: grayscale(0);
}
.studio-bold-testimonial {
max-width: 56rem;
margin: 0 auto;
text-align: center;
font-style: italic;
font-size: 1.5rem;
line-height: 1.6;
color: #1A1A1A;
padding: 4rem 3rem;
}
@media (min-width: 768px) {
.studio-bold-testimonial {
font-size: 1.875rem;
}
}
.studio-bold-team-avatar {
width: 3rem;
height: 3rem;
border-radius: 9999px;
border: 2px solid #FFFFFF;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
object-fit: cover;
}
.studio-bold-nav-link {
color: rgba(255, 255, 255, 0.7);
font-weight: 500;
transition: color 200ms ease;
cursor: pointer;
}
.studio-bold-nav-link:hover {
color: #FF6B6B;
}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 的技能包
创意工作室风是"设计师为自己做的网站":把 agency 网站的所有表达欲都放出来,但用克制兜底。
基于颜色对比度和排版可读性的 WCAG 2.1 合规分析。
综合评分
等级: D - 较差
对比度
| 场景 | 颜色 | 比率 | AA | AAA |
|---|---|---|---|---|
| Text on background | /#1A1A1A / #1A1A1A | 1:1 | ||
| Secondary text on background | /#333333 / #1A1A1A | 1.38:1 | ||
| Text on secondary background | /#1A1A1A / #F5F5F0 | 15.91:1 | ||
| Secondary text on secondary | /#333333 / #F5F5F0 | 11.55:1 | ||
| Button primary | /#ffffff / #FF6B6B | 2.78:1 | ||
| Text on accent 1 | /#1A1A1A / #FF6B6B | 6.27:1 | ||
| Alt text on accent 1 | /#333333 / #FF6B6B | 4.55:1 | ||
| Text on accent 2 | /#1A1A1A / #333333 | 1.38:1 | ||
| Alt text on accent 2 | /#333333 / #333333 | 1:1 | ||
| Text on accent 3 | /#1A1A1A / #0D0D0D | 1.12:1 | ||
| Alt text on accent 3 | /#333333 / #0D0D0D | 1.54:1 | ||
| Text on accent 4 | /#1A1A1A / #E55A5A | 4.92:1 | ||
| Alt text on accent 4 | /#333333 / #E55A5A | 3.57:1 |
可读性
分数
90/100
字号
text-base md:text-lg
字重
font-bold tracking-tight text-[#1A1A1A]
行高
default
评分基于 WCAG 2.1 标准。AA 级要求普通文本对比度 4.5:1、大文本 3:1;AAA 级要求普通文本 7:1、大文本 4.5:1。