首页风格模板
StyleKit
风格库模板社区
  1. Home
  2. /Styles
  3. /Frutiger Aero
风格目录/Frutiger Aero

Frutiger Aero

C
62/100一般
给这个风格评分

Windows Vista/7时代的玻璃质感美学,天空蓝渐变、半透明毛玻璃面板与自然元素融合,营造清新通透的数字自然感。

aero glasstranslucentsky blueglossyVistaY2Knaturebubblesretrovintage
查看完整 Showcase →
模板

适合场景

aero glass / translucent / sky blue

设计重点

Use sky blue gradient backgrounds (from-sky-300 to-sky-500)

注意事项

Don't use dark or black backgrounds

Showcase 入口

Showcase 页面的实时预览,点击查看完整体验。

查看完整 Showcase →

配色方案

Primary

#87CEEB

Secondary

#5FB3CC

Accent 1

#ffffff

Accent 2

#e0f2fe

Accent 3

#34d399

Accent 4

#7dd3fc

AI 实现评分与反馈组件预览完成度常见问题导出工具

AI 实现文档

先复制硬性提示词,需要时再看设计规范

默认用硬性提示词让 AI 直接生成前端;Design Spec 用来理解、改写和审核风格;Creative Brief 用来早期探索方向。

硬性提示词

默认使用它:复制后追加具体需求,让 AI 直接生成一致、可落地的前端。

什么时候用

  • -要 AI 直接生成页面或组件
  • -需要多轮输出保持一致
  • -担心风格跑偏或变丑

怎么用

  • -复制完整提示词
  • -后面追加具体需求
  • -生成后按禁止项和状态规则检查
STYLEKIT_STYLE_REFERENCE
style_name: Frutiger Aero
style_slug: frutiger-aero
style_source: /styles/frutiger-aero

# Hard Prompt

## 什么时候用
当你希望 AI 严格按风格规则生成代码时使用。它是生产界面最稳的默认选择。

## 怎么用
- 把完整提示词复制到 ChatGPT、Claude、Cursor 或其他编码助手。
- 在提示词后追加具体产品、页面或组件需求。
- 生成后按禁止项和交互状态检查,确认没有风格漂移。

请严格遵守以下风格规则并保持一致性,禁止风格漂移。

## 执行要求

- 优先保证风格一致性,其次再做创意延展。
- 遇到冲突时以禁止项为最高优先级。
- 输出前自检:颜色、排版、间距、交互是否仍属于该风格。

## Style Rules

你是 Frutiger Aero 设计风格专家。所有生成的代码都必须遵循以下规则:

## 绝对禁止

- Don't use dark or black backgrounds
- Don't use sharp corners or angular shapes
- Don't use neon or harsh colors
- Don't use monospace fonts
- Don't use flat/matte surfaces without any glass effect
- Don't use active:scale-[0.98] — use active:scale-95 for the jelly bounce physics
- Don't use focus:ring without focus:ring-offset-sky-500 (focus ring invisible on sky blue background)

## 必须遵守

- Use sky blue gradient backgrounds (from-sky-300 to-sky-500)
- Apply backdrop-blur and translucent white panels (bg-white/30 to bg-white/50)
- Use large rounded corners (rounded-2xl to rounded-3xl)
- Add glossy top-half highlight div (absolute, bg-gradient-to-b from-white/60 to-white/10, h-1/2) on buttons and cards
- Include nature-inspired decorative elements (bubbles, leaves, water) as absolute positioned blur divs
- Use clean sans-serif typography
- Aurora orbs on cards: two absolute blur-3xl divs (green + sky-blue) that group-hover:scale-150
- Buttons use active:scale-95 for bouncy jelly press physics
- Luminous glow on button hover: hover:shadow-[0_8px_20px_rgba(2,132,199,0.6)]
- focus:ring-2 focus:ring-sky-300 focus:ring-offset-2 focus:ring-offset-sky-500 for all focusable elements

## 动效与交互规则

- Aero 光泽层:每个按钮和主要卡片都必须包含一个绝对定位在 top-0 left-0 right-0 h-1/2 的 div,使用 bg-gradient-to-b from-white/60 to-white/10 rounded-t-full(卡片则用 rounded-t-3xl)。group-hover 时提亮为 from-white/80 to-white/20。这模拟了经典 Web 2.0 风格的上半部玻璃反光。
- 极光光斑:卡片使用两个绝对定位的 blur-3xl 圆形 div —— 一个是 bg-green-400/20(右上角,-top-16 -right-16 w-40 h-40),一个是 bg-sky-400/20(左下角)。group-hover 时两者都放大为 group-hover:scale-150 并增强色彩(green-300/30、sky-300/30)。使用 transition-all duration-500。这些光斑营造出极光般的辉光氛围。
- 明亮光晕:主按钮 hover 时呈现 hover:shadow-[0_8px_20px_rgba(2,132,199,0.6),0_0_30px_rgba(125,211,252,0.3),...]。双重阴影(方向性阴影 + 环境光)营造出明亮的水色光晕。
- 果冻弹跳:active:scale-95(不是 0.98 或 0.97)。5% 的压缩正是 Aero 特有的"果冻"挤压感。配合 active:translate-y-0 与阴影收拢,会产生回弹效果。使用 active:shadow-[0_2px_5px_...](小阴影表示按下状态)。
- 卡片浮起:hover:-translate-y-2 hover:scale-[1.02] —— 比其他风格更夸张,因为玻璃面板给人的感觉更轻盈。阴影随之扩展为 hover:shadow-[0_16px_48px_...]。
- 天空背景上的焦点环:focus:ring-2 focus:ring-sky-300 focus:ring-offset-2 focus:ring-offset-sky-500。若缺少 ring-offset-sky-500,焦点环会融入天蓝色背景而变得不可见。
- 缓动时长:按钮使用 duration-200 ease-out;卡片使用 duration-300 ease-out;极光光斑使用 duration-500(它们像云朵一样缓慢舒展)。

## 配色方案

天空渐变:from-sky-300、via-sky-400、to-sky-500
玻璃面板:bg-white/30、bg-white/40、bg-white/50、bg-white/70
文字:text-white(深色区域)、text-sky-900(玻璃面上)、text-sky-700/80(次要文字)
强调色:emerald-300/green-400(自然极光)、sky-200/sky-300(水色极光)

## 独有元素(仅 Aero 风格)

1. 光泽上半部:每个按钮和卡片上叠加的绝对定位 h-1/2 白色渐变层
2. 极光光斑:两个 blur-3xl 绝对定位 div(绿色 + 天蓝色),在 group-hover 时扩张
3. 明亮光晕:结合方向性阴影与环境天蓝色光晕的多重阴影
4. 果冻弹跳:active:scale-95(5% 压缩,比其他风格更明显)
5. 圆形胶囊按钮(rounded-full,绝不使用方形)

## 自检清单

生成代码后请核实:
1. 是否存在天蓝色渐变背景
2. 所有面板是否都有 backdrop-blur 和半透明白色背景
3. 按钮(h-1/2 绝对定位)和卡片上是否存在光泽上半部 div
4. 卡片上是否存在极光光斑(绿色 + 天蓝色 blur-3xl,group-hover:scale-150)
5. 是否使用 active:scale-95(而非 scale-[0.98] 或 scale-[0.97])
6. 所有可聚焦元素是否都有 focus:ring-offset-sky-500
7. 所有元素是否都是大圆角(rounded-2xl 及以上)

---

# Frutiger Aero (Frutiger Aero) Design System

> Windows Vista/7时代的玻璃质感美学,天空蓝渐变、半透明毛玻璃面板与自然元素融合,营造清新通透的数字自然感。

## 核心理念

Frutiger Aero draws inspiration from the Windows Vista/7 Aero glass aesthetic -- sky-blue gradients, frosted glass panels, water droplets, and a feeling of floating in clean air.

Core principles:
- Translucency: Semi-transparent white panels over bright sky gradients
- Nature meets technology: Organic shapes, bubbles, and leaves blended with digital UI
- Light and airy: Generous whitespace, soft shadows, rounded corners everywhere
- Glossy reflections: Subtle gradient highlights that simulate light on glass surfaces

---

## Token 字典(精确 Class 映射)

### 边框
```
宽度: border
颜色: border-white/40
圆角: rounded-3xl
```

### 阴影
```
小: shadow-md
中: shadow-lg
大: shadow-2xl
悬停: hover:shadow-xl
聚焦: focus:shadow-lg
```

### 交互效果
```
悬停位移: (无)
悬停缩放: hover:scale-[1.01]
悬停透明度: hover:bg-white/50
过渡动画: transition-all duration-300 ease-out
按下状态: active:scale-[0.98]
```

### 字体
```
标题: font-sans font-bold text-white drop-shadow-lg
正文: font-sans text-white/80
等宽: font-mono
```

### 字号
```
Hero: text-4xl md:text-6xl
H1: text-3xl md:text-5xl
H2: text-2xl md:text-3xl
H3: text-xl md:text-2xl
正文: text-sm md:text-base
小字: text-xs
```

### 间距
```
Section: py-16 md:py-24
容器: px-6 md:px-8
卡片: p-6 md:p-8
小间距: gap-4
中间距: gap-6
大间距: gap-8
```

### 颜色角色
```
背景主色: bg-gradient-to-b from-sky-300 via-sky-400 to-sky-500
背景辅色: bg-white/30 backdrop-blur-xl
背景强调色: bg-sky-200/30, bg-emerald-200/30, bg-blue-200/30
正文主色: text-white
正文辅色: text-sky-900
正文弱化色: text-white/60
按钮主色: bg-gradient-to-b from-white/90 to-white/60 text-sky-700
按钮辅色: bg-sky-500/20 text-white border border-white/30
```

---

## [FORBIDDEN] 绝对禁止

以下 class 在本风格中**绝对禁止使用**,生成时必须检查并避免:

### 禁止的 Class
- `bg-black`
- `bg-gray-900`
- `bg-gray-950`
- `bg-slate-900`
- `rounded-none`
- `rounded-sm`
- `font-mono`
- `border-black`
- `border-gray-900`
- `backdrop-blur-sm`

### 禁止的模式
- 匹配 `^bg-(black|gray-9|slate-9)`
- 匹配 `^rounded-(none|sm)$`
- 匹配 `^font-mono$`
- 匹配 `^border-(black|gray-9)`

### 禁止原因
- `bg-black`: Frutiger Aero uses light sky-blue backgrounds, not dark themes
- `bg-gray-900`: Frutiger Aero uses light sky-blue backgrounds, not dark themes
- `bg-gray-950`: Frutiger Aero uses light sky-blue backgrounds, not dark themes
- `bg-slate-900`: Frutiger Aero uses light sky-blue backgrounds, not dark themes
- `rounded-none`: Frutiger Aero requires large rounded corners (rounded-2xl or rounded-3xl)
- `rounded-sm`: Frutiger Aero requires large rounded corners (rounded-2xl or rounded-3xl)
- `font-mono`: Frutiger Aero uses clean sans-serif typography only
- `border-black`: Frutiger Aero uses subtle white borders (border-white/30 to border-white/50)
- `border-gray-900`: Frutiger Aero uses subtle white borders (border-white/30 to border-white/50)
- `backdrop-blur-sm`: Frutiger Aero requires strong blur (backdrop-blur-xl or higher)

> WARNING: 如果你的代码中包含以上任何 class,必须立即替换。

---

## [REQUIRED] 必须包含

### 按钮必须包含
```
bg-gradient-to-b from-white/90 to-white/60
backdrop-blur-md
border border-white/50
rounded-full
text-sky-700
shadow-lg
hover:shadow-xl
transition-all duration-300
```

### 卡片必须包含
```
bg-white/40 backdrop-blur-xl
border border-white/50
rounded-3xl
shadow-xl
```

### 输入框必须包含
```
bg-white/30 backdrop-blur-md
border border-white/40
rounded-2xl
text-sky-900 placeholder:text-sky-400/50
focus:outline-none focus:border-white/70 focus:bg-white/40
transition-all
```

---

## [COMPARE] Frutiger Aero 错误 vs 正确对比

以下错误示例只代表“未经过当前风格适配的通用默认值”,不要把错误示例当成视觉建议。

### 按钮

[WRONG] **错误示例**(通用组件库默认样式,不要直接复制):
```html
<button class="{GENERIC_LIBRARY_BUTTON_DEFAULT}">
  点击我
</button>
```

[CORRECT] **正确示例**(使用当前风格的 token):
```html
<button class="bg-gradient-to-b from-white/90 to-white/60 backdrop-blur-md border border-white/50 rounded-full text-sky-700 shadow-lg hover:shadow-xl transition-all duration-300 bg-gradient-to-b from-white/90 to-white/60 text-sky-700">
  点击我
</button>
```

### 卡片

[WRONG] **错误示例**(未经当前风格适配的通用卡片):
```html
<div class="{GENERIC_LIBRARY_CARD_DEFAULT}">
  <h3>{TITLE}</h3>
</div>
```

[CORRECT] **正确示例**(使用当前风格的 card token):
```html
<div class="bg-white/40 backdrop-blur-xl border border-white/50 rounded-3xl shadow-xl p-6 md:p-8">
  <h3 class="font-sans font-bold text-white drop-shadow-lg text-xl md:text-2xl">{TITLE}</h3>
</div>
```

### 输入框

[WRONG] **错误示例**(未经当前风格适配的通用输入框):
```html
<input class="{GENERIC_LIBRARY_INPUT_DEFAULT}" />
```

[CORRECT] **正确示例**(使用当前风格的 input token):
```html
<input class="bg-white/30 backdrop-blur-md border border-white/40 rounded-2xl text-sky-900 placeholder:text-sky-400/50 focus:outline-none focus:border-white/70 focus:bg-white/40 transition-all" placeholder="{PLACEHOLDER}" />
```

---

## [TEMPLATES] Frutiger Aero 页面骨架模板

以下骨架只使用当前风格的 token。替换 `{PLACEHOLDER}` 时,不要移除或替换这些 token:

### 导航栏骨架
```html
<nav class="bg-gradient-to-b from-sky-300 via-sky-400 to-sky-500 text-white border border-white/40 px-6 md:px-8">
  <div class="flex items-center justify-between max-w-6xl mx-auto gap-6">
    <a href="/" class="font-sans font-bold text-white drop-shadow-lg text-xl md:text-2xl">
      {LOGO_TEXT}
    </a>
    <div class="flex gap-6 font-sans text-white/80 text-xs">
      {NAV_LINKS}
    </div>
  </div>
</nav>
```

### Hero 区块骨架
```html
<section class="bg-sky-200/30 text-white py-16 md:py-24 px-6 md:px-8">
  <div class="max-w-4xl mx-auto">
    <h1 class="font-sans font-bold text-white drop-shadow-lg text-4xl md:text-6xl">
      {HEADLINE}
    </h1>
    <p class="font-sans text-white/80 text-sm md:text-base max-w-xl">
      {SUBHEADLINE}
    </p>
    <button class="bg-gradient-to-b from-white/90 to-white/60 backdrop-blur-md border border-white/50 rounded-full text-sky-700 shadow-lg hover:shadow-xl transition-all duration-300 bg-gradient-to-b from-white/90 to-white/60 text-sky-700">
      {CTA_TEXT}
    </button>
  </div>
</section>
```

### 卡片网格骨架
```html
<section class="bg-gradient-to-b from-sky-300 via-sky-400 to-sky-500 text-white py-16 md:py-24 px-6 md:px-8">
  <div class="max-w-6xl mx-auto">
    <h2 class="font-sans font-bold text-white drop-shadow-lg text-2xl 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-white/40 backdrop-blur-xl border border-white/50 rounded-3xl shadow-xl p-6 md:p-8">
        <h3 class="font-sans font-bold text-white drop-shadow-lg text-xl md:text-2xl">{CARD_TITLE}</h3>
        <p class="font-sans text-white/80 text-sm md:text-base text-white/60">{CARD_DESCRIPTION}</p>
      </div>
    </div>
  </div>
</section>
```

### 表单输入骨架
```html
<input class="bg-white/30 backdrop-blur-md border border-white/40 rounded-2xl text-sky-900 placeholder:text-sky-400/50 focus:outline-none focus:border-white/70 focus:bg-white/40 transition-all" placeholder="{PLACEHOLDER}" />
```

### 页脚骨架
```html
<footer class="bg-white/30 backdrop-blur-xl text-sky-900 py-16 md:py-24 px-6 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-sans font-bold text-white drop-shadow-lg text-xl md:text-2xl">{LOGO_TEXT}</span>
        <p class="font-sans text-white/80 text-xs">{TAGLINE}</p>
      </div>
      <div>
        <h4 class="font-sans font-bold text-white drop-shadow-lg text-xl md:text-2xl">{COLUMN_TITLE}</h4>
        <ul class="font-sans text-white/80 text-xs">
          {FOOTER_LINKS}
        </ul>
      </div>
    </div>
  </div>
</footer>
```

---

## [CHECKLIST] Frutiger Aero 生成后自检清单

**输出代码前,逐项验证当前风格的 token 和规则。如有违反,先修正再交付:**

### Token 检查
- [ ] 按钮包含: `bg-gradient-to-b from-white/90 to-white/60 backdrop-blur-md border border-white/50 rounded-full text-sky-700 shadow-lg hover:shadow-xl transition-all duration-300`
- [ ] 卡片包含: `bg-white/40 backdrop-blur-xl border border-white/50 rounded-3xl shadow-xl`
- [ ] 输入框包含: `bg-white/30 backdrop-blur-md border border-white/40 rounded-2xl text-sky-900 placeholder:text-sky-400/50 focus:outline-none focus:border-white/70 focus:bg-white/40 transition-all`

### 禁止项检查
- [ ] 没有使用 `bg-black`
- [ ] 没有使用 `bg-gray-900`
- [ ] 没有使用 `bg-gray-950`
- [ ] 没有使用 `bg-slate-900`
- [ ] 没有使用 `rounded-none`
- [ ] 没有使用 `rounded-sm`
- [ ] 没有使用 `font-mono`
- [ ] 没有使用 `border-black`

### 风格规则检查
- [ ] Use sky blue gradient backgrounds (from-sky-300 to-sky-500)
- [ ] Apply backdrop-blur and translucent white panels (bg-white/30 to bg-white/50)
- [ ] Use large rounded corners (rounded-2xl to rounded-3xl)
- [ ] Add glossy top-half highlight div (absolute, bg-gradient-to-b from-white/60 to-white/10, h-1/2) on buttons and cards
- [ ] Include nature-inspired decorative elements (bubbles, leaves, water) as absolute positioned blur divs

### 风格漂移检查
- [ ] 没有违反:Don't use dark or black backgrounds
- [ ] 没有违反:Don't use sharp corners or angular shapes
- [ ] 没有违反:Don't use neon or harsh colors
- [ ] 没有违反:Don't use monospace fonts
- [ ] 没有违反:Don't use flat/matte surfaces without any glass effect

### 通用交付检查
- [ ] 响应式布局在手机、平板和桌面下稳定,没有横向溢出
- [ ] 所有交互元素有清晰焦点、可访问名称和 reduced-motion 方案
- [ ] 文本对比度达到 WCAG AA,且没有用颜色单独传递状态
- [ ] 结果仍然能够一眼识别为 Frutiger Aero

---

## [EXAMPLES] 示例 Prompt

### 1. Weather Dashboard

Aero glass weather panels on sky background

```
Create a weather dashboard in Frutiger Aero style:
1. Background: Full sky-blue gradient (from-sky-300 to-sky-500)
2. Main card: Current temperature with glass panel, large numbers
3. Hourly forecast: Horizontal scroll with small glass cards
4. Weekly forecast: List with glass rows
5. Decorative floating bubbles in the background
```

### 2. Music Player

Vista-style translucent music controls

```
Create a music player in Frutiger Aero style:
1. Background: Sky gradient with floating bubbles
2. Album card: Glass panel with cover art
3. Controls: Translucent play/pause buttons with glass effect
4. Progress bar: Glass track with glossy slider
5. Playlist: Side panel with glass rows
```

### 3. Product Showcase

Floating glass product cards on blue sky

```
Create a product showcase in Frutiger Aero style:
1. Background: Sky gradient with cloud-like decorations
2. Hero: Large title with glass overlay
3. Product grid: 3-column glass cards with hover float effect
4. Each card: Product image, name, price on translucent panel
5. CTA buttons: Glossy white glass with rounded-full
```

## 绝对禁止(匹配即拒绝)

以下模式一旦出现,视为风格违规——不找借口,直接重写。

- use dark or black backgrounds
- use sharp corners or angular shapes
- use neon or harsh colors
- use monospace fonts
- use flat/matte surfaces without any glass effect
- use active:scale-[0.98] — use active:scale-95 for the jelly bounce physics
- use focus:ring without focus:ring-offset-sky-500 (focus ring invisible on sky blue background)

## 自检清单(交付前逐条确认)

如果任何一条不通过,说明风格漂移了——修改后再交付。

- [ ] 没有紫色到蓝色的渐变
- [ ] 没有使用 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 标题上面
- [ ] don't use dark or black backgrounds
- [ ] don't use sharp corners or angular shapes
- [ ] don't use neon or harsh colors
- [ ] don't use monospace fonts
- [ ] don't use flat/matte surfaces without any glass effect

更多提示词库:全部 UI 提示词 · Tailwind UI 提示词 · 暗色模式提示词

社区

评分与反馈

还没有人评分,来当第一个登录后评分
0 条评论
登录后才能发表评论。 去登录

组件模板

组件预览

Button

Aero glossy capsule button: top-half white overlay simulates glass reflection, luminous sky-blue glow on hover, active:scale-95 jelly bounce press, focus ring offset matches sky background

真实前端完成度

暗色、状态、动效与可访问性覆盖

这层检查这个风格是否已经具备真实网站常见的主题、状态反馈、键盘可访问性和性能约束。

总体覆盖

58%

Fallback 规则

暗色模式

35%

通用

组件状态

79%

部分

动效规则

70%

部分

可访问性

70%

部分

性能代价

35%

通用

关键状态覆盖

light / dark
悬停键盘焦点禁用加载中空状态错误成功

按钮

默认 / 悬停 / 键盘焦点 / 按下 / 禁用

输入框

默认 / 悬停 / 键盘焦点 / 禁用 / 错误

卡片

默认 / 悬停 / 键盘焦点 / 加载中 / 骨架屏

表单

默认 / 键盘焦点 / 禁用 / 加载中 / 错误

落地注意事项

  • 暗色模式需要使用语义 tokens,不要直接把浅色主题反相。
  • 组件至少要覆盖悬停、键盘焦点、禁用、加载、空状态、错误和成功反馈。
  • 可访问性需要检查对比度、键盘导航、44px 点击区域和 reduced-motion。
  • 性能上避免动画改变布局;重 blur/shadow 的风格要控制层数和滚动区域。

常见问题

关于Frutiger Aero的常见问题

01什么是Frutiger Aero风格?
Windows Vista/7时代的玻璃质感美学,天空蓝渐变、半透明毛玻璃面板与自然元素融合,营造清新通透的数字自然感。 它的设计理念:Frutiger Aero draws inspiration from the Windows Vista/7 Aero glass aesthetic -- sky-blue gradients, frosted glass panels, water droplets, and a feeling of floating in clean air.
02Frutiger Aero风格常用什么配色?
Frutiger Aero 的主色是 #87CEEB,辅色是 #5FB3CC,强调色包括 #ffffff、#e0f2fe、#34d399、#7dd3fc。每个色值都可以在本页色板中复制。
03怎样把Frutiger Aero风格做对?
关键做法:Use sky blue gradient backgrounds (from-sky-300 to-sky-500). Apply backdrop-blur and translucent white panels (bg-white/30 to bg-white/50). Use large rounded corners (rounded-2xl to rounded-3xl).
04Frutiger Aero风格最常见的错误是什么?
应避免:Don't use dark or black backgrounds. Don't use sharp corners or angular shapes. Don't use neon or harsh colors.
05如何让 AI 生成Frutiger Aero风格的界面?
复制本页提供的 AI 提示词(含设计 tokens 与组件规则),粘贴到 ChatGPT、Claude、Claude Code 或 Codex。提示词中应包含关键词:aero glass、translucent、sky blue、glossy。
全局样式

全局 CSS

css
/* Frutiger Aero Global Styles */

:root {
  --aero-sky-light: #87CEEB;
  --aero-sky-dark: #5FB3CC;
  --aero-glass-bg: rgba(255, 255, 255, 0.3);
  --aero-glass-border: rgba(255, 255, 255, 0.4);
}

@keyframes aero-float {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}

@keyframes aero-bubble {
  0% { transform: translateY(100%) scale(0.5); opacity: 0; }
  50% { opacity: 0.6; }
  100% { transform: translateY(-100vh) scale(1); opacity: 0; }
}

@keyframes aero-shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}

.aero-glass {
  background: var(--aero-glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--aero-glass-border);
}
.frutiger-aero-card {
  position: relative;
  overflow: hidden;
}

.frutiger-aero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: linear-gradient(135deg, rgba(135, 206, 235, 0.05), transparent);
  pointer-events: none;
}

.frutiger-aero-card:hover::before {
  opacity: 1;
}

.frutiger-aero-gradient {
  background: linear-gradient(135deg, #87CEEB, #ffffff);
}

.frutiger-aero-gradient-text {
  background: linear-gradient(135deg, #87CEEB, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.frutiger-aero-accent-corner {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
}

.frutiger-aero-animate-in {
  animation: frutiger-aero-fade-in 0.5s ease-out both;
}

IDE 集成

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 的技能包

设计哲学

Frutiger Aero draws inspiration from the Windows Vista/7 Aero glass aesthetic -- sky-blue gradients, frosted glass panels, water droplets, and a feeling of floating in clean air.

无障碍

无障碍评分

基于颜色对比度和排版可读性的 WCAG 2.1 合规分析。

62

综合评分

等级: C - 一般

对比度

分数: 50/100平均比率: 0:1
AA 未通过AAA 未通过

可读性

分数

90/100

字号

text-sm md:text-base

字重

font-sans font-bold text-white drop-shadow-lg

行高

default

评分基于 WCAG 2.1 标准。AA 级要求普通文本对比度 4.5:1、大文本 3:1;AAA 级要求普通文本 7:1、大文本 4.5:1。

StyleKit

精选网页设计风格库,帮助 AI 生成更好看的网站。

反馈建议支持维护
浏览+
风格库模板动效资源库提示词库主题合集社区
学习与更新+
前端基础指南配方更新日志博客
关于与政策+
关于联系与支持隐私政策服务条款支持我们退款政策

(c) 2026 StyleKit. 开源项目。

闄旾CP澶?025065501鍙?3

刊末信息/SK — 2026

基于 Editorial 风格构建

01反馈与建议告诉我们哪里还可以更好02支持维护如果 StyleKit 恰好帮到了你,欢迎扫码支持。金额随意,每一份心意我都很感谢。

StyleKit

精选网页设计风格库,帮助 AI 生成更好看的网站。

GitHub 仓库

浏览

风格库模板动效资源库提示词库主题合集社区

学习与动态

前端基础指南配方更新日志博客

订阅动态

新风格、模板与工具上线时,第一时间收到通知。

保持更新

订阅即表示您同意我们的 隐私政策 和 服务条款。

(c) 2026 StyleKit. 开源项目。

关于联系与支持隐私政策服务条款支持我们退款政策/陕ICP备2025065501号-3

StyleKit