feat: 导出 SproutClaw .sproutclaw 配置

包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。
排除 node_modules、npm 缓存、sessions 等运行时数据。
This commit is contained in:
2026-06-26 15:48:56 +08:00
commit 50edff80f5
13904 changed files with 411646 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# 美学周鉴-解锁潮流序章
- Canvas format: ppt169
- Created: 20260426
## Directories
- `svg_output/`: raw SVG output
- `svg_final/`: finalized SVG output
- `images/`: presentation assets
- `notes/`: speaker notes
- `templates/`: project templates
- `sources/`: source materials and normalized markdown
- `exports/`: generated PPTX files (timestamped history)

View File

@@ -0,0 +1,408 @@
# 美学周鉴 · 解锁潮流序章 - Design Spec
> This document is the human-readable design narrative — rationale, audience, style, color choices, content outline. It is read once by downstream roles for context.
>
> The machine-readable execution contract lives in `spec_lock.md` (short form of color / typography / icon / image decisions). Executor re-reads `spec_lock.md` before every SVG page to resist context-compression drift. Keep the two files in sync; if they diverge, `spec_lock.md` wins.
## I. Project Information
| Item | Value |
| ---- | ----- |
| **Project Name** | 美学周鉴 · 解锁潮流序章 |
| **Canvas Format** | PPT 16:9 (1280×720) |
| **Page Count** | 16 |
| **Design Style** | General Versatile — Magazine Editorial |
| **Target Audience** | 时尚行业从业者、奢侈品爱好者、品牌营销人员 |
| **Use Case** | 时尚资讯分享、品牌动态播报、社交传播 |
| **Created Date** | 2026-04-26 |
---
## II. Canvas Specification
| Property | Value |
| -------- | ----- |
| **Format** | PPT 16:9 |
| **Dimensions** | 1280×720 |
| **viewBox** | `0 0 1280 720` |
| **Margins** | 左右 50px, 上下 40px |
| **Content Area** | 1180×640 |
---
## III. Visual Theme
### Theme Style
- **Style**: Magazine Editorial — 高端时尚杂志编辑风格
- **Theme**: Dark theme — 深色背景突出品牌视觉
- **Tone**: 奢华、精致、现代、杂志感
### Color Scheme
| Role | HEX | Purpose |
| ---- | --- | ------- |
| **Background** | `#0A0A0A` | 深黑底色,奢侈品杂志调性 |
| **Secondary bg** | `#1A1A1A` | 卡片/区块底色 |
| **Primary** | `#C9A96E` | 金色,奢侈品标志色,标题装饰、图标 |
| **Accent** | `#E8D5B5` | 浅金/米白,副标题、关键信息高亮 |
| **Secondary accent** | `#8B7355` | 暗金/古铜,渐变过渡、辅助装饰 |
| **Body text** | `#F5F0EB` | 暖白色正文 |
| **Secondary text** | `#9E9690` | 灰棕色注释文字 |
| **Border/divider** | `#2A2520` | 深棕色边框、分割线 |
### Gradient Scheme
```xml
<!-- Title accent gradient -->
<linearGradient id="titleGradient" x1="0%" y1="0%" x2="100%" y2="0%">
<stop offset="0%" stop-color="#C9A96E"/>
<stop offset="100%" stop-color="#E8D5B5"/>
</linearGradient>
<!-- Decorative radial glow -->
<radialGradient id="bgDecor" cx="80%" cy="20%" r="50%">
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.08"/>
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
</radialGradient>
<!-- Image overlay gradient (bottom fade) -->
<linearGradient id="imageOverlay" x1="0%" y1="0%" x2="0%" y2="100%">
<stop offset="0%" stop-color="#0A0A0A" stop-opacity="0"/>
<stop offset="60%" stop-color="#0A0A0A" stop-opacity="0.3"/>
<stop offset="100%" stop-color="#0A0A0A" stop-opacity="0.85"/>
</linearGradient>
```
---
## IV. Typography System
### Font Plan
**Typography direction**: Editorial display — 标题衬线体营造杂志质感,正文无衬线体保证可读性
| Role | Chinese | English | Fallback tail |
| ---- | ------- | ------- | ------------- |
| **Title** | `SimSun` | `Georgia` | `serif` |
| **Body** | `"Microsoft YaHei", "PingFang SC"` | `Arial` | `sans-serif` |
| **Emphasis** | `SimSun` | `Georgia` | `serif` |
| **Code** | — | `Consolas, "Courier New"` | `monospace` |
**Per-role font stacks** (CSS `font-family` strings):
- Title: `Georgia, SimSun, serif`
- Body: `"Microsoft YaHei", "PingFang SC", Arial, sans-serif`
- Emphasis: `Georgia, SimSun, serif`
- Code: `Consolas, "Courier New", monospace`
> **Stack ordering rationale**: Title stack is Latin-led (`Georgia` first) because brand names dominate headline text — Georgia's elegant serifs display English brand names beautifully, while CJK characters fall through to SimSun. Body stack is CJK-led because the main content is in Chinese.
### Font Size Hierarchy
**Baseline**: Body font size = 18px (dense — accommodating 16 brand stories across 16 pages)
| Purpose | Ratio to body | Size | Weight |
| ------- | ------------- | ---- | ------ |
| Cover title | 3.3x | 60px | Bold |
| Brand name heading | 2x | 36px | Bold |
| Page title | 1.7x | 30px | Bold |
| Subtitle | 1.3x | 24px | SemiBold |
| **Body content** | **1x** | **18px** | Regular |
| Brand tag / label | 0.8x | 14px | SemiBold |
| Annotation / caption | 0.7x | 13px | Regular |
| Page number / footnote | 0.6x | 11px | Regular |
---
## V. Layout Principles
### Page Structure
- **Header area**: 40px — 品牌名/栏目标识区,金色细线分割
- **Content area**: 640px — 主内容区,根据品牌数量灵活分配
- **Footer area**: 40px — 页码、来源标注
### Layout Pattern Library
本项目以杂志编辑风格为核心,采用多样化布局避免 AI 生成感:
| Pattern | Usage |
| ------- | ----- |
| **Full-bleed + floating text** | 封面页,品牌图片铺满画布,标题浮于图上 |
| **Asymmetric split (3:7 / 4:6)** | 单品牌专题页,图片占主导,文字简洁 |
| **Figure-text overlap** | 品牌标题叠于图片边缘,杂志排版感 |
| **Two-column magazine** | 双品牌合并页,左右各一品牌 |
| **Negative-space-driven** | 呼吸页,留白突出单一品牌视觉 |
| **Top-bottom split** | 宽幅品牌图 + 下方文案 |
### Spacing Specification
**Universal**:
| Element | Value |
| ------- | ----- |
| Safe margin | 50px |
| Content block gap | 30px |
| Icon-text gap | 10px |
**Card-based layouts** (where applicable):
| Element | Value |
| ------- | ----- |
| Card gap | 24px |
| Card padding | 24px |
| Card border radius | 12px |
---
## VI. Icon Usage Specification
### Source
- **Built-in icon library**: `phosphor-duotone` — 双色调风格,层次丰富,时尚现代
- **Brand icons**: `simple-icons` — 品牌 logo 标识(如需展示品牌标志)
- **Usage method**: SVG placeholder `<use data-icon="library/icon-name" .../>`
### Recommended Icon List
| Purpose | Icon Path | Page |
| ------- | --------- | ---- |
| 时尚/潮流 | `phosphor-duotone/dress` | 封面、多页 |
| 高级珠宝 | `phosphor-duotone/diamond` | P07 |
| 腕表 | `phosphor-duotone/watch` | P04 |
| 家居/设计 | `phosphor-duotone/house` | P02, P05 |
| 展览/艺术 | `phosphor-duotone/palette` | P06, P08 |
| 香氛/美妆 | `phosphor-duotone/flower` | P11 |
| 手袋/配饰 | `phosphor-duotone/handbag` | P10 |
| 活动/明星 | `phosphor-duotone/star` | P12 |
| 联名/合作 | `phosphor-duotone/handshake` | P13 |
| 剪刀/裁缝 | `phosphor-duotone/scissors` | P09 |
| 商店/零售 | `phosphor-duotone/storefront` | P07 |
| 相机/摄影 | `phosphor-duotone/camera` | P08 |
| 皇冠/奢华 | `phosphor-duotone/crown` | 封面 |
| 闪耀/亮点 | `phosphor-duotone/sparkle` | 多页 |
| 标签/品牌 | `phosphor-duotone/tag` | 多页 |
| 全球/国际 | `phosphor-duotone/globe` | P07 |
---
## VII. Visualization Reference List
```
Catalog read: 40+ templates / 8 categories
Runners-up considered: fewer than 3 viz pages — this is a magazine-style news digest, not a data-driven deck
```
本项目为时尚资讯汇编,内容以品牌叙事和图片展示为主,不包含数据可视化需求。所有页面采用图文编辑排版,无需引用图表模板。
---
## VIII. Image Resource List
| Filename | Dimensions | Ratio | Intent | Purpose | Type | Status |
| -------- | ---------- | ----- | ------ | ------- | ---- | ------ |
| cover_hermes.jpg | 1080x997 | 1.08 | Hero / full-bleed | 封面主视觉 | Photography | Existing |
| hermes_home.jpg | 1080x772 | 1.40 | Side-by-side | Hermès 家居世界 | Photography | Existing |
| chanel_coco.jpg | 1080x608 | 1.78 | Hero / full-bleed | CHANEL COCO BEACH | Photography | Existing |
| dior_fashion.jpg | 1080x1080 | 1.00 | Side-by-side | Dior 时装 | Photography | Existing |
| dior_watch1.jpg | 1080x1080 | 1.00 | Side-by-side | Dior Chiffre Rouge 腕表 | Photography | Existing |
| lv_objets.jpg | 1080x608 | 1.78 | Hero / full-bleed | LV Objets Nomades | Photography | Existing |
| gucci_memoria1.jpg | 1080x810 | 1.33 | Side-by-side | Gucci Memoria 展览 | Photography | Existing |
| gucci_memoria2.jpg | 1080x810 | 1.33 | Accent | Gucci 展览补充 | Photography | Existing |
| vhernier_jewelry.jpg | 1080x720 | 1.50 | Side-by-side | Vhernier 珠宝 | Photography | Existing |
| celine_summer.jpg | 1080x1350 | 0.80 | Side-by-side | CELINE 夏季 | Photography | Existing |
| bv_arts.jpg | 1080x1350 | 0.80 | Side-by-side | BV 艺术摄影 | Photography | Existing |
| mcqueen_exhibition.jpg | 1080x721 | 1.50 | Side-by-side | McQueen 表象之下 | Photography | Existing |
| maxmara_show.jpg | 1080x634 | 1.70 | Hero / full-bleed | Max Mara 首秀 | Photography | Existing |
| chloe_tomato.jpg | 1080x1440 | 0.75 | Side-by-side | Chloé Tomato 座椅 | Photography | Existing |
| tadfab_bag.jpg | 1080x1440 | 0.75 | Side-by-side | TAD FAB 包袋 | Photography | Existing |
| apedemod_fold.jpg | 1080x1619 | 0.67 | Side-by-side | Apede Mod 折纸 | Photography | Existing |
| boss_fragrance.jpg | 1080x1440 | 0.75 | Side-by-side | BOSS 香氛 | Photography | Existing |
| fresh_event.jpg | 1080x721 | 1.50 | Side-by-side | fresh 发布会 | Photography | Existing |
| jorya_popup.jpg | 1080x810 | 1.33 | Side-by-side | JORYA 快闪 | Photography | Existing |
| arket_gohar.jpg | 1080x720 | 1.50 | Side-by-side | ARKET 联名 | Photography | Existing |
| stevemadden_lexie.jpg | 1080x721 | 1.50 | Side-by-side | Steve Madden 代言人 | Photography | Existing |
| crocs_molly.jpg | 1080x608 | 1.78 | Side-by-side | Crocs × MOLLY | Photography | Existing |
---
## IX. Content Outline
### Part 1: 开篇
#### Slide 01 — 封面
- **Layout**: Full-bleed + floating text — cover_hermes.jpg 铺满画布,标题浮于暗色渐变层上
- **Title**: NEWS Café | 美学周鉴
- **Subtitle**: 解锁潮流序章
- **Info**: 本周时尚热点 · 2026年4月
### Part 2: 顶级奢侈品牌
#### Slide 02 — Hermès 家居世界
- **Layout**: Asymmetric split (4:6) — 左侧文字,右侧 hermes_home.jpg
- **Title**: Hermès 家居世界
- **Content**:
- 米兰设计周全新家居系列发布
- 三十根矩形立柱构筑沉浸式布景
- 金属锻打、皮革镶嵌、织物雕琢,材质对话与物件叙事
- 延续匠心工艺与隽永美学
#### Slide 03 — CHANEL COCO BEACH
- **Layout**: Hero / full-bleed — chanel_coco.jpg 作为背景,文字浮于底部渐变层
- **Title**: CHANEL COCO BEACH 2026
- **Content**:
- 上海市中心限时精品店启幕
- 面朝花园的度假别墅概念
- 田园风光与黑色沙滩灵感
- Matthieu Blazy 创作的首个 COCO BEACH 系列
#### Slide 04 — Dior时装与时计
- **Layout**: Two-column — 左 dior_fashion.jpg右 dior_watch1.jpg + 文案
- **Title**: Dior 双面魅力
- **Content**:
- 左栏Sabrina Carpenter 身着 Jonathan Anderson 设计礼服亮相 Coachella
- 右栏Chiffre Rouge 腕表系列焕新,三款限量臻品
- 红色秒针致敬迪奥心中的生命之色
- 迪奥先生钟爱数字"8"化作护身符
#### Slide 05 — Louis Vuitton Objets Nomades
- **Layout**: Hero / full-bleed — lv_objets.jpg 背景 + 浮动文字块
- **Title**: Louis Vuitton Objets Nomades
- **Content**:
- 米兰设计周全新旅行家居系列
- 致敬 Art Deco 与 Pierre Legrain 大师
- 坎帕纳工作室、Raw Edges、Franck Genser 当代设计师新作
- Collar 休闲椅、Aqua 餐桌等新品
#### Slide 06 — Gucci Memoria
- **Layout**: Asymmetric split (3:7) — 右 gucci_memoria1.jpg 主导 + 左文案gucci_memoria2.jpg 作小图点缀
- **Title**: Gucci Memoria
- **Content**:
- 米兰圣辛普利齐亚诺回廊沉浸式展览
- Demna 策划,追溯品牌 105 年历程
- 十二幅挂毯凝练品牌关键发展节点
- Flora 花卉主题花园装置及专享预售
### Part 3: 高级珠宝与时装
#### Slide 07 — Vhernier × CELINE
- **Layout**: Two-column magazine — 左 Vhernier (vhernier_jewelry.jpg),右 CELINE (celine_summer.jpg)
- **Title**: 珠宝新境 · 法式灵韵
- **Content**:
- 左栏Vhernier 正式进驻中国内地,北京上海双店开幕,米兰纯粹设计
- 右栏Été CELINE 广告大片,海滨假日灵感,法式海岸随性魅力
#### Slide 08 — BV × McQueen艺术的两种表达
- **Layout**: Two-column magazine — 左 BV (bv_arts.jpg),右 McQueen (mcqueen_exhibition.jpg)
- **Title**: 艺术的两种表达
- **Content**:
- 左栏BV "for the Arts" 摄影集Peter Fraser 镜头下的威尼斯,编织美学
- 右栏McQueen "表象之下" 上海沉浸式展览Manta 手袋复刻 2010 经典
### Part 4: 设计与生活方式
#### Slide 09 — Max Mara × Chloé
- **Layout**: Two-column — 左 Max Mara (maxmara_show.jpg),右 Chloé (chloe_tomato.jpg)
- **Title**: 传承新章
- **Content**:
- 左栏Max Mara 2027 早春系列上海首秀,"THE MAX!" 75 周年档案展
- 右栏Chloé × Poltronova Tomato 座椅限量复刻1970 年意大利激进设计运动标志
#### Slide 10 — TAD FAB × Apede Mod
- **Layout**: Two-column — 左 TAD FAB (tadfab_bag.jpg),右 Apede Mod (apedemod_fold.jpg)
- **Title**: 结构重塑
- **Content**:
- 左栏TAD FAB 全新系列,拉链设计语言,环绕拉链 Hobo 包,松弛精致格调
- 右栏Apede Mod 十周年 PF 2026 折纸系列,折叠结构设计进阶
### Part 5: 美妆与香氛
#### Slide 11 — BOSS × fresh
- **Layout**: Two-column — 左 BOSS (boss_fragrance.jpg),右 fresh (fresh_event.jpg)
- **Title**: 感官新篇
- **Content**:
- 左栏BOSS 王者之心香氛,清新木质皮革调,双极香型,王天辰等出席
- 右栏fresh 馥蕾诗「酵」你去野新品CORTIS 全员代言,茶饮文化灵感
### Part 6: 联名与跨界
#### Slide 12 — JORYA × ARKET
- **Layout**: Two-column — 左 JORYA (jorya_popup.jpg),右 ARKET (arket_gohar.jpg)
- **Title**: 跨界新风
- **Content**:
- 左栏JORYA × YVMIN「公主日记」成都快闪赵露思亮相千金轻纱叠穿概念
- 右栏ARKET × Laila Gohar 米兰装置十八世纪旋转木马改造27 款联名单品
#### Slide 13 — Steve Madden × Crocs
- **Layout**: Two-column — 左 Steve Madden (stevemadden_lexie.jpg),右 Crocs (crocs_molly.jpg)
- **Title**: 潮流共振
- **Content**:
- 左栏:刘柏辛成为 Steve Madden 中国区代言人,「不赶潮流,踩点登场」
- 右栏Crocs × 泡泡玛特 MOLLY 20 周年联名,三款洞洞鞋,易梦玲助阵
### Part 7: 收尾
#### Slide 14 — 本周亮点回顾
- **Layout**: Matrix grid — 6 个品牌亮点卡片,每卡一行品牌名 + 一行关键词
- **Title**: 本周亮点一览
- **Content**:
- Hermès 家居世界 | CHANEL COCO BEACH | Dior 双面魅力
- LV Objets Nomades | Gucci Memoria | McQueen 表象之下
- 六个精选亮点品牌的微型视觉回顾
#### Slide 15 — 品牌全景
- **Layout**: Three-row layout — 按品类分行展示所有品牌名
- **Title**: 本期品牌全景
- **Content**:
- 顶奢Hermès · CHANEL · Dior · Louis Vuitton · Gucci
- 轻奢/设计师Vhernier · CELINE · BV · McQueen · Max Mara · Chloé
- 潮流/生活方式TAD FAB · Apede Mod · BOSS · fresh · JORYA · ARKET · Steve Madden · Crocs
#### Slide 16 — 结尾
- **Layout**: Negative-space-driven — 极简结尾,品牌/栏目标识居中
- **Title**: NEWS Café
- **Subtitle**: 下期见 See You Next Week
- **Info**: 美学周鉴,解锁潮流序章
---
## X. Speaker Notes Requirements
- **File naming**: Match SVG names (e.g., `01_cover.md`)
- **Total duration**: 15-20 minutes每页约 1 分钟)
- **Notes style**: Conversational — 资讯播报式,轻松专业
- **Presentation purpose**: Inform — 传递本周时尚行业资讯
---
## XI. Technical Constraints Reminder
### SVG Generation Must Follow:
1. viewBox: `0 0 1280 720`
2. Background uses `<rect>` elements
3. Text wrapping uses `<tspan>` (`<foreignObject>` FORBIDDEN)
4. Transparency uses `fill-opacity` / `stroke-opacity`; `rgba()` FORBIDDEN
5. FORBIDDEN: `mask`, `<style>`, `class`, `foreignObject`
6. FORBIDDEN: `textPath`, `animate*`, `script`
7. Text characters: write typography & symbols as raw Unicode; HTML named entities FORBIDDEN. XML reserved chars use `&amp;` `&lt;` `&gt;` `&quot;` `&apos;`
8. `clipPath` conditionally allowed only on `<image>` elements
9. `<g opacity>` FORBIDDEN — set opacity on each child individually
10. Dark theme: all text must use light colors (contrast ratio >= 4.5:1 against #0A0A0A)

View File

@@ -0,0 +1,24 @@
No,Filename,Width,Height,AspectRatio,SizeKB,Category,ImageArea_SxS,TextArea_SxS
1,apedemod_fold.jpg,1080,1619,0.67,182.1,Portrait,400x600,740x600
2,arket_gohar.jpg,1080,720,1.50,208.0,Standard landscape,812x541,328x600
3,boss_fragrance.jpg,1080,1440,0.75,132.2,Portrait,450x600,690x600
4,bv_arts.jpg,1080,1350,0.80,150.4,Portrait,480x600,660x600
5,celine_summer.jpg,1080,1350,0.80,266.2,Portrait,480x600,660x600
6,chanel_coco.jpg,1080,608,1.78,98.1,Wide landscape,812x457,328x600
7,chloe_tomato.jpg,1080,1440,0.75,110.4,Portrait,450x600,690x600
8,cover_hermes.jpg,1080,997,1.08,70.5,Near square,650x600,490x600
9,crocs_molly.jpg,1080,608,1.78,97.7,Wide landscape,812x457,328x600
10,dior_fashion.jpg,1080,1080,1.00,29.8,Near square,600x600,540x600
11,dior_watch1.jpg,1080,1080,1.00,37.1,Near square,600x600,540x600
12,fresh_event.jpg,1080,721,1.50,83.5,Standard landscape,812x542,328x600
13,gucci_memoria1.jpg,1080,810,1.33,91.4,Standard landscape,800x600,340x600
14,gucci_memoria2.jpg,1080,810,1.33,95.0,Standard landscape,800x600,340x600
15,hermes_home.jpg,1080,772,1.40,37.3,Standard landscape,839x600,301x600
16,jorya_popup.jpg,1080,810,1.33,121.4,Standard landscape,800x600,340x600
17,lv_design.jpg,1080,1080,1.00,29.8,Near square,600x600,540x600
18,lv_objets.jpg,1080,608,1.78,77.1,Wide landscape,812x457,328x600
19,maxmara_show.jpg,1080,634,1.70,71.8,Wide landscape,812x477,328x600
20,mcqueen_exhibition.jpg,1080,721,1.50,54.8,Standard landscape,812x542,328x600
21,stevemadden_lexie.jpg,1080,721,1.50,126.5,Standard landscape,812x542,328x600
22,tadfab_bag.jpg,1080,1440,0.75,107.2,Portrait,450x600,690x600
23,vhernier_jewelry.jpg,1080,720,1.50,81.5,Standard landscape,812x541,328x600
1 No Filename Width Height AspectRatio SizeKB Category ImageArea_SxS TextArea_SxS
2 1 apedemod_fold.jpg 1080 1619 0.67 182.1 Portrait 400x600 740x600
3 2 arket_gohar.jpg 1080 720 1.50 208.0 Standard landscape 812x541 328x600
4 3 boss_fragrance.jpg 1080 1440 0.75 132.2 Portrait 450x600 690x600
5 4 bv_arts.jpg 1080 1350 0.80 150.4 Portrait 480x600 660x600
6 5 celine_summer.jpg 1080 1350 0.80 266.2 Portrait 480x600 660x600
7 6 chanel_coco.jpg 1080 608 1.78 98.1 Wide landscape 812x457 328x600
8 7 chloe_tomato.jpg 1080 1440 0.75 110.4 Portrait 450x600 690x600
9 8 cover_hermes.jpg 1080 997 1.08 70.5 Near square 650x600 490x600
10 9 crocs_molly.jpg 1080 608 1.78 97.7 Wide landscape 812x457 328x600
11 10 dior_fashion.jpg 1080 1080 1.00 29.8 Near square 600x600 540x600
12 11 dior_watch1.jpg 1080 1080 1.00 37.1 Near square 600x600 540x600
13 12 fresh_event.jpg 1080 721 1.50 83.5 Standard landscape 812x542 328x600
14 13 gucci_memoria1.jpg 1080 810 1.33 91.4 Standard landscape 800x600 340x600
15 14 gucci_memoria2.jpg 1080 810 1.33 95.0 Standard landscape 800x600 340x600
16 15 hermes_home.jpg 1080 772 1.40 37.3 Standard landscape 839x600 301x600
17 16 jorya_popup.jpg 1080 810 1.33 121.4 Standard landscape 800x600 340x600
18 17 lv_design.jpg 1080 1080 1.00 29.8 Near square 600x600 540x600
19 18 lv_objets.jpg 1080 608 1.78 77.1 Wide landscape 812x457 328x600
20 19 maxmara_show.jpg 1080 634 1.70 71.8 Wide landscape 812x477 328x600
21 20 mcqueen_exhibition.jpg 1080 721 1.50 54.8 Standard landscape 812x542 328x600
22 21 stevemadden_lexie.jpg 1080 721 1.50 126.5 Standard landscape 812x542 328x600
23 22 tadfab_bag.jpg 1080 1440 0.75 107.2 Portrait 450x600 690x600
24 23 vhernier_jewelry.jpg 1080 720 1.50 81.5 Standard landscape 812x541 328x600

Binary file not shown.

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 266 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@@ -0,0 +1,4 @@
欢迎来到 NEWS Café 美学周鉴。本周我们汇集了全球时尚与奢侈品行业的重要动态——从米兰设计周的家居盛宴到上海的沉浸式品牌体验16 个品牌故事,一次为你呈现。
要点:① 本期涵盖 Hermès、CHANEL、Dior 等 19 个品牌 ② 主题横跨家居设计、高级时装、珠宝腕表、跨界联名 ③ 信息量丰富,干货满满
时长0.5 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 首先,让我们从米兰设计周的重头戏开始。
Hermès 家居世界艺术总监 Charlotte Macaux Perelman 与 Alexis Fabry用三十根饰以木质几何图案的矩形立柱构筑了一场融合建筑、工艺与想象力的漫步之旅。金属锻打中见柔韧皮革镶嵌中显韵律——材质之间的对话就是这个系列的主线。[停顿]
要点:① 米兰设计周全新家居发布 ② 三十根立柱构筑沉浸式场景 ③ 材质对话与物件叙事
时长1 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 从家居美学转向度假时光。
CHANEL COCO BEACH 2026 系列限时精品店在上海启幕,走进这里就像走进一座面朝花园的度假别墅。田园风光与黑色沙滩,天空画卷与珊瑚点缀——这是 Matthieu Blazy 创作的首个 COCO BEACH 系列。[停顿]
要点:① 上海限时精品店概念 ② Matthieu Blazy 首个 COCO BEACH ③ 田园与海滩的双重灵感
时长1 分钟

View File

@@ -0,0 +1,6 @@
[过渡] Dior 本周有两大亮点同时出街。
一面是红毯——Sabrina Carpenter 身着 Jonathan Anderson 匠心打造的礼服亮相 Coachella。另一面是时计——Chiffre Rouge 腕表系列焕新归来,三款限量臻品即将发售。那枚醒目的红色秒针,致敬的是迪奥先生心中炽热浓烈的生命之色。
要点:① 时装与时计双线叙事 ② Coachella 明星亮相 ③ 三款限量腕表 4 月底发售
时长1 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 继续在米兰设计周停留。
Louis Vuitton 带来了 Objets Nomades 旅行家居系列,致敬 Art Deco 与当代设计。Pierre Legrain Hommage 系列重现装饰艺术大师的经典同时坎帕纳工作室、Raw Edges 等当代设计师的新作也令人眼前一亮。Collar 休闲椅、Aqua 餐桌——每件都是精湛工艺与创意的交融。[停顿]
要点:① 旅行家居系列新作 ② 致敬 Art Deco ③ 多位当代设计师联袂
时长1 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 从设计周的当代创新,走进品牌的百年记忆。
Gucci Memoria 沉浸式展览在米兰启幕,由 Demna 策划,追溯品牌 105 年的发展历程。十二幅挂毯是展览的核心每一幅都凝练了品牌关键发展节点与历任创意总监的设计愿景。Flora 花卉主题花园装置为展览增添了互动维度。[停顿]
要点:① Demna 策划的沉浸式展览 ② 105 年品牌编年史 ③ Flora 花卉装置与专享预售
时长1 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 从展览空间来到精品世界。
两个品牌两种对优雅的诠释。Vhernier 正式进驻中国内地,北京上海双店同步开幕,以米兰纯粹设计和雕塑感造型,展现意大利高级珠宝的独特魅力。而 CELINE 的 Été 夏日大片,则用海滨假日的随性,致敬法式生活美学。
要点:① Vhernier 中国市场首店 ② CELINE 法式夏日风情 ③ 两种优雅的对话
时长1 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 艺术是时尚的永恒伴侣。
BV 与 McQueen用截然不同的方式对话艺术。Bottega Veneta 携手摄影师 Peter Fraser以 27 张威尼斯影像诠释编织美学McQueen 则在上海 Fotografiska 带来"表象之下"展览Manta 手袋复刻 2010 年经典,以蝠鲼为灵感,探讨光洁表象下的粗砺真实。
要点:① BV 艺术摄影集 ② McQueen 上海沉浸式展览 ③ 两种截然不同的艺术表达
时长1 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 传承的意义在于不断被重新书写。
Max Mara 宣布 2027 早春系列将在上海龙美术馆全球首秀,同时 75 周年珍藏档案展也将开放。而 Chloé 携手 Poltronova 复刻了 1970 年 Tomato 座椅,这件意大利激进设计运动的标志性藏品,在天然皮革的包裹下焕发新生。
要点:① Max Mara 上海全球首秀 ② 75 周年档案展 ③ Chloé Tomato 座椅限量复刻
时长1 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 结构,是设计的骨骼。
TAD FAB 用拉链语言重构包袋结构,环绕拉链 Hobo 包兼顾容量与线条感。Apede Mod 则在品牌十周年之际,以折纸系列完成设计语言的进阶——折叠隐喻女性自我塑形的力量,利落折线间透露出克制高级的美学。
要点:① TAD FAB 拉链设计语言 ② Apede Mod 十周年折纸系列 ③ 结构即美学
时长1 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 从视觉到嗅觉,感官体验全面升级。
BOSS 推出王者之心香氛首次尝试清新木质皮革调——双极香型同步释放木质活力与皮革雅致。fresh 馥蕾诗则以茶饮文化为灵感,携手 CORTIS 带来"酵你去野"新品,融合东方哲思与年轻活力。
要点:① BOSS 首款清新木质皮革调 ② fresh 茶饮文化灵感 ③ 美妆香氛的年轻化表达
时长1 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 跨界,是创意碰撞的火花。
JORYA 携手 YVMIN 在成都打造"公主日记"快闪赵露思现身助阵千金轻纱叠穿概念重新定义当代公主格调。在米兰ARKET 与艺术家 Laila Gohar 将旋转木马改造成巨型蔬果雕塑装置27 款联名单品即将登陆中国。
要点:① JORYA 公主日记快闪 ② ARKET 米兰艺术装置 ③ 跨界联名的多元表达
时长1 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 最后,让我们看看潮流圈的新动作。
刘柏辛成为 Steve Madden 中国区代言人,"不赶潮流,踩点登场"——这就是 SugarCool 甜酷调性。而 Crocs 联手泡泡玛特 MOLLY 推出 20 周年联名,三款洞洞鞋将手办萌感延伸到脚尖,易梦玲在武汉助阵。
要点:① Steve Madden 中国区代言人 ② Crocs × MOLLY 20 周年 ③ 潮流品牌的年轻化策略
时长1 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 快速回顾一下本周六大亮点。
从 Hermès 的家居美学到 Gucci 的百年记忆,从 CHANEL 的海滩度假到 McQueen 的先锋展览——每一个品牌都在用自己的方式书写时尚的新章节。[停顿] 这些品牌动态背后,反映的是整个行业向体验化、艺术化、年轻化的共同趋势。
要点:① 六大品牌亮点速览 ② 体验化与艺术化趋势 ③ 行业动态总结
时长0.5 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 让我们看看本期的完整品牌图谱。
从顶级奢侈品牌到设计师品牌,再到潮流生活方式品牌——本期共覆盖 19 个品牌,跨越家居、时装、珠宝、美妆、潮流五大领域。这就是本周全球时尚行业的完整面貌。
要点:① 19 个品牌全景 ② 三个层级的品牌矩阵 ③ 五大领域全覆盖
时长0.5 分钟

View File

@@ -0,0 +1,6 @@
[过渡] 本周的美学周鉴就到这里。
感谢关注 NEWS Café。时尚永不停歇下期我们继续解锁潮流序章。下期见
要点:① 栏目收尾 ② 预告下期 ③ 建立期待感
时长0.5 分钟

View File

@@ -0,0 +1,171 @@
# 01_封面
欢迎来到 NEWS Café 美学周鉴。本周我们汇集了全球时尚与奢侈品行业的重要动态——从米兰设计周的家居盛宴到上海的沉浸式品牌体验16 个品牌故事,一次为你呈现。
要点:① 本期涵盖 Hermès、CHANEL、Dior 等 19 个品牌 ② 主题横跨家居设计、高级时装、珠宝腕表、跨界联名 ③ 信息量丰富,干货满满
时长0.5 分钟
---
# 02_爱马仕家居
[过渡] 首先,让我们从米兰设计周的重头戏开始。
Hermès 家居世界艺术总监 Charlotte Macaux Perelman 与 Alexis Fabry用三十根饰以木质几何图案的矩形立柱构筑了一场融合建筑、工艺与想象力的漫步之旅。金属锻打中见柔韧皮革镶嵌中显韵律——材质之间的对话就是这个系列的主线。[停顿]
要点:① 米兰设计周全新家居发布 ② 三十根立柱构筑沉浸式场景 ③ 材质对话与物件叙事
时长1 分钟
---
# 03_香奈儿海滩
[过渡] 从家居美学转向度假时光。
CHANEL COCO BEACH 2026 系列限时精品店在上海启幕,走进这里就像走进一座面朝花园的度假别墅。田园风光与黑色沙滩,天空画卷与珊瑚点缀——这是 Matthieu Blazy 创作的首个 COCO BEACH 系列。[停顿]
要点:① 上海限时精品店概念 ② Matthieu Blazy 首个 COCO BEACH ③ 田园与海滩的双重灵感
时长1 分钟
---
# 04_迪奥双面
[过渡] Dior 本周有两大亮点同时出街。
一面是红毯——Sabrina Carpenter 身着 Jonathan Anderson 匠心打造的礼服亮相 Coachella。另一面是时计——Chiffre Rouge 腕表系列焕新归来,三款限量臻品即将发售。那枚醒目的红色秒针,致敬的是迪奥先生心中炽热浓烈的生命之色。
要点:① 时装与时计双线叙事 ② Coachella 明星亮相 ③ 三款限量腕表 4 月底发售
时长1 分钟
---
# 05_路易威登家居
[过渡] 继续在米兰设计周停留。
Louis Vuitton 带来了 Objets Nomades 旅行家居系列,致敬 Art Deco 与当代设计。Pierre Legrain Hommage 系列重现装饰艺术大师的经典同时坎帕纳工作室、Raw Edges 等当代设计师的新作也令人眼前一亮。Collar 休闲椅、Aqua 餐桌——每件都是精湛工艺与创意的交融。[停顿]
要点:① 旅行家居系列新作 ② 致敬 Art Deco ③ 多位当代设计师联袂
时长1 分钟
---
# 06_古驰记忆
[过渡] 从设计周的当代创新,走进品牌的百年记忆。
Gucci Memoria 沉浸式展览在米兰启幕,由 Demna 策划,追溯品牌 105 年的发展历程。十二幅挂毯是展览的核心每一幅都凝练了品牌关键发展节点与历任创意总监的设计愿景。Flora 花卉主题花园装置为展览增添了互动维度。[停顿]
要点:① Demna 策划的沉浸式展览 ② 105 年品牌编年史 ③ Flora 花卉装置与专享预售
时长1 分钟
---
# 07_珠宝灵韵
[过渡] 从展览空间来到精品世界。
两个品牌两种对优雅的诠释。Vhernier 正式进驻中国内地,北京上海双店同步开幕,以米兰纯粹设计和雕塑感造型,展现意大利高级珠宝的独特魅力。而 CELINE 的 Été 夏日大片,则用海滨假日的随性,致敬法式生活美学。
要点:① Vhernier 中国市场首店 ② CELINE 法式夏日风情 ③ 两种优雅的对话
时长1 分钟
---
# 08_艺术表达
[过渡] 艺术是时尚的永恒伴侣。
BV 与 McQueen用截然不同的方式对话艺术。Bottega Veneta 携手摄影师 Peter Fraser以 27 张威尼斯影像诠释编织美学McQueen 则在上海 Fotografiska 带来"表象之下"展览Manta 手袋复刻 2010 年经典,以蝠鲼为灵感,探讨光洁表象下的粗砺真实。
要点:① BV 艺术摄影集 ② McQueen 上海沉浸式展览 ③ 两种截然不同的艺术表达
时长1 分钟
---
# 09_传承新章
[过渡] 传承的意义在于不断被重新书写。
Max Mara 宣布 2027 早春系列将在上海龙美术馆全球首秀,同时 75 周年珍藏档案展也将开放。而 Chloé 携手 Poltronova 复刻了 1970 年 Tomato 座椅,这件意大利激进设计运动的标志性藏品,在天然皮革的包裹下焕发新生。
要点:① Max Mara 上海全球首秀 ② 75 周年档案展 ③ Chloé Tomato 座椅限量复刻
时长1 分钟
---
# 10_结构重塑
[过渡] 结构,是设计的骨骼。
TAD FAB 用拉链语言重构包袋结构,环绕拉链 Hobo 包兼顾容量与线条感。Apede Mod 则在品牌十周年之际,以折纸系列完成设计语言的进阶——折叠隐喻女性自我塑形的力量,利落折线间透露出克制高级的美学。
要点:① TAD FAB 拉链设计语言 ② Apede Mod 十周年折纸系列 ③ 结构即美学
时长1 分钟
---
# 11_感官新篇
[过渡] 从视觉到嗅觉,感官体验全面升级。
BOSS 推出王者之心香氛首次尝试清新木质皮革调——双极香型同步释放木质活力与皮革雅致。fresh 馥蕾诗则以茶饮文化为灵感,携手 CORTIS 带来"酵你去野"新品,融合东方哲思与年轻活力。
要点:① BOSS 首款清新木质皮革调 ② fresh 茶饮文化灵感 ③ 美妆香氛的年轻化表达
时长1 分钟
---
# 12_跨界新风
[过渡] 跨界,是创意碰撞的火花。
JORYA 携手 YVMIN 在成都打造"公主日记"快闪赵露思现身助阵千金轻纱叠穿概念重新定义当代公主格调。在米兰ARKET 与艺术家 Laila Gohar 将旋转木马改造成巨型蔬果雕塑装置27 款联名单品即将登陆中国。
要点:① JORYA 公主日记快闪 ② ARKET 米兰艺术装置 ③ 跨界联名的多元表达
时长1 分钟
---
# 13_潮流共振
[过渡] 最后,让我们看看潮流圈的新动作。
刘柏辛成为 Steve Madden 中国区代言人,"不赶潮流,踩点登场"——这就是 SugarCool 甜酷调性。而 Crocs 联手泡泡玛特 MOLLY 推出 20 周年联名,三款洞洞鞋将手办萌感延伸到脚尖,易梦玲在武汉助阵。
要点:① Steve Madden 中国区代言人 ② Crocs × MOLLY 20 周年 ③ 潮流品牌的年轻化策略
时长1 分钟
---
# 14_亮点回顾
[过渡] 快速回顾一下本周六大亮点。
从 Hermès 的家居美学到 Gucci 的百年记忆,从 CHANEL 的海滩度假到 McQueen 的先锋展览——每一个品牌都在用自己的方式书写时尚的新章节。[停顿] 这些品牌动态背后,反映的是整个行业向体验化、艺术化、年轻化的共同趋势。
要点:① 六大品牌亮点速览 ② 体验化与艺术化趋势 ③ 行业动态总结
时长0.5 分钟
---
# 15_品牌全景
[过渡] 让我们看看本期的完整品牌图谱。
从顶级奢侈品牌到设计师品牌,再到潮流生活方式品牌——本期共覆盖 19 个品牌,跨越家居、时装、珠宝、美妆、潮流五大领域。这就是本周全球时尚行业的完整面貌。
要点:① 19 个品牌全景 ② 三个层级的品牌矩阵 ③ 五大领域全覆盖
时长0.5 分钟
---
# 16_结尾
[过渡] 本周的美学周鉴就到这里。
感谢关注 NEWS Café。时尚永不停歇下期我们继续解锁潮流序章。下期见
要点:① 栏目收尾 ② 预告下期 ③ 建立期待感
时长0.5 分钟

View File

@@ -0,0 +1,82 @@
# Execution Lock
## canvas
- viewBox: 0 0 1280 720
- format: PPT 16:9
## colors
- bg: #0A0A0A
- bg_secondary: #1A1A1A
- primary: #C9A96E
- accent: #E8D5B5
- secondary_accent: #8B7355
- text: #F5F0EB
- text_secondary: #9E9690
- border: #2A2520
## typography
- font_family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif
- title_family: Georgia, SimSun, serif
- emphasis_family: Georgia, SimSun, serif
- code_family: Consolas, "Courier New", monospace
- body: 18
- title: 30
- subtitle: 24
- cover_title: 60
- brand_heading: 36
- annotation: 13
- label: 14
## icons
- library: phosphor-duotone
- brand_library: simple-icons
- inventory: dress, diamond, watch, house, palette, flower, handbag, star, handshake, scissors, storefront, camera, crown, sparkle, tag, globe
## images
- cover_hermes: images/cover_hermes.jpg
- hermes_home: images/hermes_home.jpg
- chanel_coco: images/chanel_coco.jpg
- dior_fashion: images/dior_fashion.jpg
- dior_watch1: images/dior_watch1.jpg
- lv_objets: images/lv_objets.jpg
- gucci_memoria1: images/gucci_memoria1.jpg
- gucci_memoria2: images/gucci_memoria2.jpg
- vhernier_jewelry: images/vhernier_jewelry.jpg
- celine_summer: images/celine_summer.jpg
- bv_arts: images/bv_arts.jpg
- mcqueen_exhibition: images/mcqueen_exhibition.jpg
- maxmara_show: images/maxmara_show.jpg
- chloe_tomato: images/chloe_tomato.jpg
- tadfab_bag: images/tadfab_bag.jpg
- apedemod_fold: images/apedemod_fold.jpg
- boss_fragrance: images/boss_fragrance.jpg
- fresh_event: images/fresh_event.jpg
- jorya_popup: images/jorya_popup.jpg
- arket_gohar: images/arket_gohar.jpg
- stevemadden_lexie: images/stevemadden_lexie.jpg
- crocs_molly: images/crocs_molly.jpg
## page_rhythm
- P01: anchor
- P02: dense
- P03: breathing
- P04: dense
- P05: breathing
- P06: dense
- P07: dense
- P08: dense
- P09: dense
- P10: dense
- P11: dense
- P12: dense
- P13: dense
- P14: dense
- P15: dense
- P16: anchor
## forbidden
- Mixing icon libraries
- rgba()
- `<style>`, `class`, `<foreignObject>`, `textPath`, `@font-face`, `<animate*>`, `<script>`, `<iframe>`, `<symbol>`+`<use>`
- `<g opacity>` (set opacity on each child element individually)
- HTML named entities in text (`&nbsp;`, `&mdash;`, `&copy;`, `&ndash;`, `&reg;`, `&hellip;`, `&bull;` …) — write as raw Unicode

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 67 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 60 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 160 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 104 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 123 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 336 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 617 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 353 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 329 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 537 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 373 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 441 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 340 KiB

View File

@@ -0,0 +1,105 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<rect width="1280" height="720" fill="#0A0A0A" />
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#2A2520" />
<text x="640" y="85" font-family="Georgia, SimSun, serif" font-size="30" fill="#F5F0EB" font-weight="bold" text-anchor="middle">本周亮点一览</text>
<text x="640" y="105" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" text-anchor="middle" letter-spacing="2">WEEKLY HIGHLIGHTS</text>
<path fill="#1A1A1A" d="M62,130 H414 A12,12 0 0 1 426,142 V358 A12,12 0 0 1 414,370 H62 A12,12 0 0 1 50,358 V142 A12,12 0 0 1 62,130 Z" />
<g transform="translate(74.0, 154.0) scale(0.109375)" fill="#C9A96E">
<path d="M216,115.54V208a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.54a8,8,0,0,1,2.62-5.92l80-75.54a8,8,0,0,1,10.77,0l80,75.54A8,8,0,0,1,216,115.54Z" opacity="0.2" />
<path d="M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z" />
</g>
<text x="74" y="210" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">HERMÈS</text>
<text x="74" y="238" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">家居世界 · 米兰设计周</text>
<text x="74" y="262" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">三十根矩形立柱构筑沉浸式布景</text>
<rect x="74" y="290" width="80" height="2" fill="#8B7355" />
<text x="74" y="320" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">匠心工艺 · 隽永美学</text>
<rect x="74" y="340" width="330" height="1" fill="#2A2520" />
<text x="74" y="358" font-family="Georgia, SimSun, serif" font-size="11" fill="#8B7355">家居 · 工艺 · 设计</text>
<path fill="#1A1A1A" d="M464,130 H816 A12,12 0 0 1 828,142 V358 A12,12 0 0 1 816,370 H464 A12,12 0 0 1 452,358 V142 A12,12 0 0 1 464,130 Z" />
<g transform="translate(476.0, 154.0) scale(0.109375)" fill="#C9A96E">
<path d="M200,224H56a8,8,0,0,1-7.35-11.15L96,112,73.14,76.12a8,8,0,0,1,0-8.24L96,35.23,103,44a32,32,0,0,0,50,0l7-8.76,22.86,32.65a8,8,0,0,1,0,8.24L160,112l47.34,100.85A8,8,0,0,1,200,224Z" opacity="0.2" />
<path d="M214.7,209.7a1.89,1.89,0,0,0-.11-.25l-45.48-96.86,20.5-32.18.11-.18a16,16,0,0,0,0-16.46c-.09-.16-.2-.32-.3-.47L168,32.7V8a8,8,0,0,0-16,0V32.42L146.74,39a24,24,0,0,1-37.48,0L104,32.42V8A8,8,0,0,0,88,8V32.7L66.58,63.3c-.1.15-.21.31-.3.47a16,16,0,0,0,0,16.46l.11.18,20.5,32.18L41.41,209.45a1.89,1.89,0,0,0-.11.25A16,16,0,0,0,56,232H200a16,16,0,0,0,14.71-22.3ZM80,72,96.43,48.57l.33.42a40,40,0,0,0,62.48,0l.33-.42L176,72l-20.38,32H100.39ZM56,216l45.07-96h53.84L200,216Z" />
</g>
<text x="476" y="210" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">CHANEL</text>
<text x="476" y="238" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">COCO BEACH 2026</text>
<text x="476" y="262" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">上海限时精品店 · 度假别墅概念</text>
<rect x="476" y="290" width="80" height="2" fill="#8B7355" />
<text x="476" y="320" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">Matthieu Blazy 首个系列</text>
<rect x="476" y="340" width="330" height="1" fill="#2A2520" />
<text x="476" y="358" font-family="Georgia, SimSun, serif" font-size="11" fill="#8B7355">时装 · 零售 · 体验</text>
<path fill="#1A1A1A" d="M866,130 H1218 A12,12 0 0 1 1230,142 V358 A12,12 0 0 1 1218,370 H866 A12,12 0 0 1 854,358 V142 A12,12 0 0 1 866,130 Z" />
<g transform="translate(878.0, 154.0) scale(0.109375)" fill="#C9A96E">
<path d="M200,128a72,72,0,1,1-72-72A72,72,0,0,1,200,128Z" opacity="0.2" />
<path d="M208,128a79.94,79.94,0,0,0-32.7-64.47l-6.24-34.38A16,16,0,0,0,153.32,16H102.68A16,16,0,0,0,86.94,29.15L80.7,63.53a79.9,79.9,0,0,0,0,128.94l6.24,34.38A16,16,0,0,0,102.68,240h50.64a16,16,0,0,0,15.74-13.15l6.24-34.38A79.94,79.94,0,0,0,208,128ZM102.68,32h50.64l3.91,21.55a79.75,79.75,0,0,0-58.46,0ZM64,128a64,64,0,1,1,64,64A64.07,64.07,0,0,1,64,128Zm89.32,96H102.68l-3.91-21.55a79.75,79.75,0,0,0,58.46,0ZM120,128V88a8,8,0,0,1,16,0v32h32a8,8,0,0,1,0,16H128A8,8,0,0,1,120,128Z" />
</g>
<text x="878" y="210" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">DIOR</text>
<text x="878" y="238" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">双面魅力 · 时装与时计</text>
<text x="878" y="262" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">Coachella 亮相 · Chiffre Rouge</text>
<rect x="878" y="290" width="80" height="2" fill="#8B7355" />
<text x="878" y="320" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">三款限量腕表 · 4月底发售</text>
<rect x="878" y="340" width="330" height="1" fill="#2A2520" />
<text x="878" y="358" font-family="Georgia, SimSun, serif" font-size="11" fill="#8B7355">时装 · 腕表 · 明星</text>
<path fill="#1A1A1A" d="M62,395 H414 A12,12 0 0 1 426,407 V623 A12,12 0 0 1 414,635 H62 A12,12 0 0 1 50,623 V407 A12,12 0 0 1 62,395 Z" />
<g transform="translate(74.0, 419.0) scale(0.109375)" fill="#C9A96E">
<path d="M216,115.54V208a8,8,0,0,1-8,8H160a8,8,0,0,1-8-8V160a8,8,0,0,0-8-8H112a8,8,0,0,0-8,8v48a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V115.54a8,8,0,0,1,2.62-5.92l80-75.54a8,8,0,0,1,10.77,0l80,75.54A8,8,0,0,1,216,115.54Z" opacity="0.2" />
<path d="M218.83,103.77l-80-75.48a1.14,1.14,0,0,1-.11-.11,16,16,0,0,0-21.53,0l-.11.11L37.17,103.77A16,16,0,0,0,32,115.55V208a16,16,0,0,0,16,16H96a16,16,0,0,0,16-16V160h32v48a16,16,0,0,0,16,16h48a16,16,0,0,0,16-16V115.55A16,16,0,0,0,218.83,103.77ZM208,208H160V160a16,16,0,0,0-16-16H112a16,16,0,0,0-16,16v48H48V115.55l.11-.1L128,40l79.9,75.43.11.1Z" />
</g>
<text x="74" y="475" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">LOUIS VUITTON</text>
<text x="74" y="503" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">Objets Nomades · 旅行家居</text>
<text x="74" y="527" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">致敬 Art Deco · Pierre Legrain</text>
<rect x="74" y="555" width="80" height="2" fill="#8B7355" />
<text x="74" y="585" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">当代设计师联袂新作</text>
<rect x="74" y="605" width="330" height="1" fill="#2A2520" />
<text x="74" y="623" font-family="Georgia, SimSun, serif" font-size="11" fill="#8B7355">家居 · 设计 · 展览</text>
<path fill="#1A1A1A" d="M464,395 H816 A12,12 0 0 1 828,407 V623 A12,12 0 0 1 816,635 H464 A12,12 0 0 1 452,623 V407 A12,12 0 0 1 464,395 Z" />
<g transform="translate(476.0, 419.0) scale(0.109375)" fill="#C9A96E">
<path d="M224,127.17a96.48,96.48,0,0,1-2.39,22.18A24,24,0,0,1,198.21,168H152a24,24,0,0,0-24,24,24,24,0,0,1-32,22.61C58.73,201.44,32,169.81,32,128a96,96,0,0,1,95-96C179.84,31.47,223.55,74.35,224,127.17Z" opacity="0.2" />
<path d="M200.77,53.89A103.27,103.27,0,0,0,128,24h-1.07A104,104,0,0,0,24,128c0,43,26.58,79.06,69.36,94.17A32,32,0,0,0,136,192a16,16,0,0,1,16-16h46.21a31.81,31.81,0,0,0,31.2-24.88,104.43,104.43,0,0,0,2.59-24A103.28,103.28,0,0,0,200.77,53.89Zm13,93.71A15.89,15.89,0,0,1,198.21,160H152a32,32,0,0,0-32,32,16,16,0,0,1-21.31,15.07C62.49,194.3,40,164,40,128a88,88,0,0,1,87.09-88h.9a88.35,88.35,0,0,1,88,87.25A88.86,88.86,0,0,1,213.81,147.6ZM140,76a12,12,0,1,1-12-12A12,12,0,0,1,140,76ZM96,100A12,12,0,1,1,84,88,12,12,0,0,1,96,100Zm0,56a12,12,0,1,1-12-12A12,12,0,0,1,96,156Zm88-56a12,12,0,1,1-12-12A12,12,0,0,1,184,100Z" />
</g>
<text x="476" y="475" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">GUCCI</text>
<text x="476" y="503" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">Gucci Memoria · 105年</text>
<text x="476" y="527" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">Demna 策划沉浸式展览</text>
<rect x="476" y="555" width="80" height="2" fill="#8B7355" />
<text x="476" y="585" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">十二幅挂毯 · Flora 花卉装置</text>
<rect x="476" y="605" width="330" height="1" fill="#2A2520" />
<text x="476" y="623" font-family="Georgia, SimSun, serif" font-size="11" fill="#8B7355">展览 · 艺术 · 遗产</text>
<path fill="#1A1A1A" d="M866,395 H1218 A12,12 0 0 1 1230,407 V623 A12,12 0 0 1 1218,635 H866 A12,12 0 0 1 854,623 V407 A12,12 0 0 1 866,395 Z" />
<g transform="translate(878.0, 419.0) scale(0.109375)" fill="#C9A96E">
<path d="M208,64H176L160,40H96L80,64H48A16,16,0,0,0,32,80V192a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V80A16,16,0,0,0,208,64ZM128,168a36,36,0,1,1,36-36A36,36,0,0,1,128,168Z" opacity="0.2" />
<path d="M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm8,136a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H80a8,8,0,0,0,6.66-3.56L100.28,48h55.43l13.63,20.44A8,8,0,0,0,176,72h32a8,8,0,0,1,8,8ZM128,88a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,88Zm0,72a28,28,0,1,1,28-28A28,28,0,0,1,128,160Z" />
</g>
<text x="878" y="475" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">McQUEEN</text>
<text x="878" y="503" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">表象之下 · 上海首展</text>
<text x="878" y="527" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">Manta 手袋复刻 2010 经典</text>
<rect x="878" y="555" width="80" height="2" fill="#8B7355" />
<text x="878" y="585" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">Seán McGirr 创意总监首秀</text>
<rect x="878" y="605" width="330" height="1" fill="#2A2520" />
<text x="878" y="623" font-family="Georgia, SimSun, serif" font-size="11" fill="#8B7355">展览 · 艺术 · 先锋</text>
<rect x="50" y="670" width="1180" height="1" fill="#2A2520" />
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">14 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,92 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<linearGradient id="goldLine" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0" />
<stop offset="20%" stop-color="#C9A96E" />
<stop offset="80%" stop-color="#E8D5B5" />
<stop offset="100%" stop-color="#E8D5B5" stop-opacity="0" />
</linearGradient>
</defs>
<rect width="1280" height="720" fill="#0A0A0A" />
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#2A2520" />
<text x="640" y="90" font-family="Georgia, SimSun, serif" font-size="30" fill="#F5F0EB" font-weight="bold" text-anchor="middle">本期品牌全景</text>
<text x="640" y="115" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" text-anchor="middle" letter-spacing="4">BRAND PANORAMA</text>
<g transform="translate(50.0, 160.0) scale(0.109375)" fill="#C9A96E">
<path d="M239.78,86.62,202.78,200S176,184,128,184s-74.78,16-74.78,16l-37-113.37a4.1,4.1,0,0,1,5.72-5l53.41,26.62a4.11,4.11,0,0,0,5.36-1.56L124.48,34a4.11,4.11,0,0,1,7,0l43.77,72.74a4.12,4.12,0,0,0,5.35,1.56l53.43-26.64A4.1,4.1,0,0,1,239.78,86.62Z" opacity="0.2" />
<path d="M243.84,76.19a12.08,12.08,0,0,0-13.34-1.7l-50.21,25L138.37,29.86a12.11,12.11,0,0,0-20.74,0L75.71,99.52l-50.19-25A12.11,12.11,0,0,0,8.62,89.12l37,113.36a8,8,0,0,0,11.68,4.4C57.55,206.73,83.12,192,128,192s70.45,14.73,70.68,14.87a8,8,0,0,0,11.71-4.39l37-113.33A12.06,12.06,0,0,0,243.84,76.19ZM198,188.83C186,183.74,162.08,176,128,176s-58,7.74-70,12.83L26.71,93l45.07,22.47a12.17,12.17,0,0,0,15.78-4.59L128,43.66l40.44,67.2a12.18,12.18,0,0,0,15.77,4.59L229.29,93Zm-22.13-32a8,8,0,0,1-7.87,6.61,8.36,8.36,0,0,1-1.4-.12,228.2,228.2,0,0,0-77.22,0,8,8,0,0,1-2.78-15.76,244.42,244.42,0,0,1,82.78,0A8,8,0,0,1,175.88,156.8Z" />
</g>
<text x="90" y="182" font-family="Georgia, SimSun, serif" font-size="16" fill="#C9A96E" font-weight="bold">顶级奢侈品牌</text>
<path fill="#1A1A1A" d="M60,200 H1220 A10,10 0 0 1 1230,210 V290 A10,10 0 0 1 1220,300 H60 A10,10 0 0 1 50,290 V210 A10,10 0 0 1 60,200 Z" />
<text x="140" y="260" font-family="Georgia, SimSun, serif" font-size="22" fill="#F5F0EB" text-anchor="middle" font-weight="bold">HERMÈS</text>
<text x="360" y="260" font-family="Georgia, SimSun, serif" font-size="22" fill="#F5F0EB" text-anchor="middle" font-weight="bold">CHANEL</text>
<text x="560" y="260" font-family="Georgia, SimSun, serif" font-size="22" fill="#F5F0EB" text-anchor="middle" font-weight="bold">DIOR</text>
<text x="800" y="260" font-family="Georgia, SimSun, serif" font-size="22" fill="#F5F0EB" text-anchor="middle" font-weight="bold">LOUIS VUITTON</text>
<text x="1060" y="260" font-family="Georgia, SimSun, serif" font-size="22" fill="#F5F0EB" text-anchor="middle" font-weight="bold">GUCCI</text>
<rect x="250" y="230" width="1" height="40" fill="#2A2520" />
<rect x="460" y="230" width="1" height="40" fill="#2A2520" />
<rect x="660" y="230" width="1" height="40" fill="#2A2520" />
<rect x="940" y="230" width="1" height="40" fill="#2A2520" />
<g transform="translate(50.0, 330.0) scale(0.109375)" fill="#C9A96E">
<path d="M229.67,133.62l-96,96a7.94,7.94,0,0,1-11.24,0l-96-96a7.94,7.94,0,0,1,0-11.24l96.05-96a7.94,7.94,0,0,1,11.24,0l96,96.05A7.94,7.94,0,0,1,229.67,133.62Z" opacity="0.2" />
<path d="M235.33,116.72,139.28,20.66a16,16,0,0,0-22.56,0l-96,96.06a16,16,0,0,0,0,22.56l96.05,96.06h0a16,16,0,0,0,22.56,0l96.05-96.06a16,16,0,0,0,0-22.56ZM128,224h0L32,128,128,32,224,128Z" />
</g>
<text x="90" y="352" font-family="Georgia, SimSun, serif" font-size="16" fill="#C9A96E" font-weight="bold">轻奢 / 设计师品牌</text>
<path fill="#1A1A1A" d="M60,370 H1220 A10,10 0 0 1 1230,380 V460 A10,10 0 0 1 1220,470 H60 A10,10 0 0 1 50,460 V380 A10,10 0 0 1 60,370 Z" />
<text x="147" y="430" font-family="Georgia, SimSun, serif" font-size="18" fill="#F5F0EB" text-anchor="middle">Vhernier</text>
<text x="340" y="430" font-family="Georgia, SimSun, serif" font-size="18" fill="#F5F0EB" text-anchor="middle">CELINE</text>
<text x="530" y="430" font-family="Georgia, SimSun, serif" font-size="18" fill="#F5F0EB" text-anchor="middle">Bottega Veneta</text>
<text x="740" y="430" font-family="Georgia, SimSun, serif" font-size="18" fill="#F5F0EB" text-anchor="middle">McQueen</text>
<text x="920" y="430" font-family="Georgia, SimSun, serif" font-size="18" fill="#F5F0EB" text-anchor="middle">Max Mara</text>
<text x="1100" y="430" font-family="Georgia, SimSun, serif" font-size="18" fill="#F5F0EB" text-anchor="middle">Chloé</text>
<rect x="243" y="410" width="1" height="30" fill="#2A2520" />
<rect x="436" y="410" width="1" height="30" fill="#2A2520" />
<rect x="636" y="410" width="1" height="30" fill="#2A2520" />
<rect x="836" y="410" width="1" height="30" fill="#2A2520" />
<rect x="1010" y="410" width="1" height="30" fill="#2A2520" />
<g transform="translate(50.0, 500.0) scale(0.109375)" fill="#C9A96E">
<path d="M194.82,151.43l-51.66,19a7.88,7.88,0,0,0-4.69,4.69l-19,51.66a7.92,7.92,0,0,1-14.86,0l-19-51.66a7.88,7.88,0,0,0-4.69-4.69l-51.66-19a7.92,7.92,0,0,1,0-14.86l51.66-19a7.88,7.88,0,0,0,4.69-4.69l19-51.66a7.92,7.92,0,0,1,14.86,0l19,51.66a7.88,7.88,0,0,0,4.69,4.69l51.66,19A7.92,7.92,0,0,1,194.82,151.43Z" opacity="0.2" />
<path d="M197.58,129.06l-51.61-19-19-51.65a15.92,15.92,0,0,0-29.88,0L78.07,110l-51.65,19a15.92,15.92,0,0,0,0,29.88L78,178l19,51.62a15.92,15.92,0,0,0,29.88,0l19-51.61,51.65-19a15.92,15.92,0,0,0,0-29.88ZM140.39,163a15.87,15.87,0,0,0-9.43,9.43l-19,51.46L93,172.39A15.87,15.87,0,0,0,83.61,163h0L32.15,144l51.46-19A15.87,15.87,0,0,0,93,115.61l19-51.46,19,51.46a15.87,15.87,0,0,0,9.43,9.43l51.46,19ZM144,40a8,8,0,0,1,8-8h16V16a8,8,0,0,1,16,0V32h16a8,8,0,0,1,0,16H184V64a8,8,0,0,1-16,0V48H152A8,8,0,0,1,144,40ZM248,88a8,8,0,0,1-8,8h-8v8a8,8,0,0,1-16,0V96h-8a8,8,0,0,1,0-16h8V72a8,8,0,0,1,16,0v8h8A8,8,0,0,1,248,88Z" />
</g>
<text x="90" y="522" font-family="Georgia, SimSun, serif" font-size="16" fill="#C9A96E" font-weight="bold">潮流 / 生活方式</text>
<path fill="#1A1A1A" d="M60,540 H1220 A10,10 0 0 1 1230,550 V630 A10,10 0 0 1 1220,640 H60 A10,10 0 0 1 50,630 V550 A10,10 0 0 1 60,540 Z" />
<text x="100" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">TAD FAB</text>
<text x="230" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">Apede Mod</text>
<text x="380" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">BOSS</text>
<text x="480" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">fresh</text>
<text x="570" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">JORYA</text>
<text x="670" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">ARKET</text>
<text x="780" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">Steve Madden</text>
<text x="940" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">Crocs</text>
<text x="195" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<text x="345" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<text x="445" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<text x="535" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<text x="635" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<text x="735" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<text x="905" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<rect x="50" y="670" width="1180" height="1" fill="#2A2520" />
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">15 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 8.1 KiB

View File

@@ -0,0 +1,60 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<linearGradient id="goldLine" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0"/>
<stop offset="20%" stop-color="#C9A96E"/>
<stop offset="80%" stop-color="#E8D5B5"/>
<stop offset="100%" stop-color="#E8D5B5" stop-opacity="0"/>
</linearGradient>
<radialGradient id="endGlow" cx="50%" cy="40%" r="40%">
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.06"/>
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
</radialGradient>
</defs>
<!-- Background -->
<rect width="1280" height="720" fill="#0A0A0A"/>
<!-- Subtle glow -->
<rect width="1280" height="720" fill="url(#endGlow)"/>
<!-- Top accent line -->
<rect x="50" y="45" width="1180" height="1" fill="url(#goldLine)" fill-opacity="0.3"/>
<!-- Crown icon -->
<!-- icon: phosphor-duotone/crown -->
<g transform="translate(604.0, 230.0) scale(0.1875)" fill="#C9A96E">
<path d="M239.78,86.62,202.78,200S176,184,128,184s-74.78,16-74.78,16l-37-113.37a4.1,4.1,0,0,1,5.72-5l53.41,26.62a4.11,4.11,0,0,0,5.36-1.56L124.48,34a4.11,4.11,0,0,1,7,0l43.77,72.74a4.12,4.12,0,0,0,5.35,1.56l53.43-26.64A4.1,4.1,0,0,1,239.78,86.62Z" opacity="0.2"/>
<path d="M243.84,76.19a12.08,12.08,0,0,0-13.34-1.7l-50.21,25L138.37,29.86a12.11,12.11,0,0,0-20.74,0L75.71,99.52l-50.19-25A12.11,12.11,0,0,0,8.62,89.12l37,113.36a8,8,0,0,0,11.68,4.4C57.55,206.73,83.12,192,128,192s70.45,14.73,70.68,14.87a8,8,0,0,0,11.71-4.39l37-113.33A12.06,12.06,0,0,0,243.84,76.19ZM198,188.83C186,183.74,162.08,176,128,176s-58,7.74-70,12.83L26.71,93l45.07,22.47a12.17,12.17,0,0,0,15.78-4.59L128,43.66l40.44,67.2a12.18,12.18,0,0,0,15.77,4.59L229.29,93Zm-22.13-32a8,8,0,0,1-7.87,6.61,8.36,8.36,0,0,1-1.4-.12,228.2,228.2,0,0,0-77.22,0,8,8,0,0,1-2.78-15.76,244.42,244.42,0,0,1,82.78,0A8,8,0,0,1,175.88,156.8Z"/>
</g>
<!-- Main title -->
<text x="640" y="330" font-family="Georgia, SimSun, serif" font-size="48" fill="#F5F0EB" text-anchor="middle" font-weight="bold" letter-spacing="6">NEWS Café</text>
<!-- Gold divider -->
<rect x="440" y="350" width="400" height="1.5" fill="url(#goldLine)"/>
<!-- Subtitle -->
<text x="640" y="395" font-family="Georgia, SimSun, serif" font-size="22" fill="#E8D5B5" text-anchor="middle" letter-spacing="6">美学周鉴,解锁潮流序章</text>
<!-- See you next week -->
<text x="640" y="440" font-family="Georgia, SimSun, serif" font-size="16" fill="#9E9690" text-anchor="middle" letter-spacing="3">下期见 · See You Next Week</text>
<!-- Sparkle icons decorative -->
<!-- icon: phosphor-duotone/sparkle -->
<g transform="translate(380.0, 460.0) scale(0.078125)" fill="#8B7355">
<path d="M194.82,151.43l-51.66,19a7.88,7.88,0,0,0-4.69,4.69l-19,51.66a7.92,7.92,0,0,1-14.86,0l-19-51.66a7.88,7.88,0,0,0-4.69-4.69l-51.66-19a7.92,7.92,0,0,1,0-14.86l51.66-19a7.88,7.88,0,0,0,4.69-4.69l19-51.66a7.92,7.92,0,0,1,14.86,0l19,51.66a7.88,7.88,0,0,0,4.69,4.69l51.66,19A7.92,7.92,0,0,1,194.82,151.43Z" opacity="0.2"/>
<path d="M197.58,129.06l-51.61-19-19-51.65a15.92,15.92,0,0,0-29.88,0L78.07,110l-51.65,19a15.92,15.92,0,0,0,0,29.88L78,178l19,51.62a15.92,15.92,0,0,0,29.88,0l19-51.61,51.65-19a15.92,15.92,0,0,0,0-29.88ZM140.39,163a15.87,15.87,0,0,0-9.43,9.43l-19,51.46L93,172.39A15.87,15.87,0,0,0,83.61,163h0L32.15,144l51.46-19A15.87,15.87,0,0,0,93,115.61l19-51.46,19,51.46a15.87,15.87,0,0,0,9.43,9.43l51.46,19ZM144,40a8,8,0,0,1,8-8h16V16a8,8,0,0,1,16,0V32h16a8,8,0,0,1,0,16H184V64a8,8,0,0,1-16,0V48H152A8,8,0,0,1,144,40ZM248,88a8,8,0,0,1-8,8h-8v8a8,8,0,0,1-16,0V96h-8a8,8,0,0,1,0-16h8V72a8,8,0,0,1,16,0v8h8A8,8,0,0,1,248,88Z"/>
</g>
<!-- icon: phosphor-duotone/sparkle -->
<g transform="translate(870.0, 460.0) scale(0.078125)" fill="#8B7355">
<path d="M194.82,151.43l-51.66,19a7.88,7.88,0,0,0-4.69,4.69l-19,51.66a7.92,7.92,0,0,1-14.86,0l-19-51.66a7.88,7.88,0,0,0-4.69-4.69l-51.66-19a7.92,7.92,0,0,1,0-14.86l51.66-19a7.88,7.88,0,0,0,4.69-4.69l19-51.66a7.92,7.92,0,0,1,14.86,0l19,51.66a7.88,7.88,0,0,0,4.69,4.69l51.66,19A7.92,7.92,0,0,1,194.82,151.43Z" opacity="0.2"/>
<path d="M197.58,129.06l-51.61-19-19-51.65a15.92,15.92,0,0,0-29.88,0L78.07,110l-51.65,19a15.92,15.92,0,0,0,0,29.88L78,178l19,51.62a15.92,15.92,0,0,0,29.88,0l19-51.61,51.65-19a15.92,15.92,0,0,0,0-29.88ZM140.39,163a15.87,15.87,0,0,0-9.43,9.43l-19,51.46L93,172.39A15.87,15.87,0,0,0,83.61,163h0L32.15,144l51.46-19A15.87,15.87,0,0,0,93,115.61l19-51.46,19,51.46a15.87,15.87,0,0,0,9.43,9.43l51.46,19ZM144,40a8,8,0,0,1,8-8h16V16a8,8,0,0,1,16,0V32h16a8,8,0,0,1,0,16H184V64a8,8,0,0,1-16,0V48H152A8,8,0,0,1,144,40ZM248,88a8,8,0,0,1-8,8h-8v8a8,8,0,0,1-16,0V96h-8a8,8,0,0,1,0-16h8V72a8,8,0,0,1,16,0v8h8A8,8,0,0,1,248,88Z"/>
</g>
<!-- Bottom accent line -->
<rect x="50" y="670" width="1180" height="1" fill="url(#goldLine)" fill-opacity="0.3"/>
<!-- Footer info -->
<text x="640" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#8B7355" text-anchor="middle">NEWS Café · 美学周鉴 · 2026年4月 · 第16期</text>
</svg>

After

Width:  |  Height:  |  Size: 5.0 KiB

View File

@@ -0,0 +1,53 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<linearGradient id="coverOverlay" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0A0A0A" stop-opacity="0.25"/>
<stop offset="40%" stop-color="#0A0A0A" stop-opacity="0.45"/>
<stop offset="75%" stop-color="#0A0A0A" stop-opacity="0.82"/>
<stop offset="100%" stop-color="#0A0A0A" stop-opacity="0.95"/>
</linearGradient>
<linearGradient id="goldLine" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0"/>
<stop offset="20%" stop-color="#C9A96E" stop-opacity="1"/>
<stop offset="80%" stop-color="#E8D5B5" stop-opacity="1"/>
<stop offset="100%" stop-color="#E8D5B5" stop-opacity="0"/>
</linearGradient>
</defs>
<!-- Background -->
<rect width="1280" height="720" fill="#0A0A0A"/>
<!-- Hero image -->
<image href="../images/cover_hermes.jpg" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice"/>
<!-- Dark gradient overlay -->
<rect width="1280" height="720" fill="url(#coverOverlay)"/>
<!-- Top accent line -->
<rect x="50" y="45" width="1180" height="1" fill="url(#goldLine)" fill-opacity="0.4"/>
<!-- Column label top-left -->
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<!-- Date top-right -->
<text x="1230" y="35" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">2026年4月 · 第16期</text>
<!-- Crown icon -->
<use data-icon="phosphor-duotone/crown" x="580" y="390" width="40" height="40" fill="#C9A96E"/>
<!-- Main title CN -->
<text x="640" y="480" font-family="Georgia, SimSun, serif" font-size="60" fill="#F5F0EB" text-anchor="middle" font-weight="bold">美学周鉴</text>
<!-- Gold divider line -->
<rect x="440" y="500" width="400" height="1.5" fill="url(#goldLine)"/>
<!-- Subtitle -->
<text x="640" y="540" font-family="Georgia, SimSun, serif" font-size="24" fill="#E8D5B5" text-anchor="middle" letter-spacing="8">解 锁 潮 流 序 章</text>
<!-- Tagline -->
<text x="640" y="580" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690" text-anchor="middle">本周时尚热点已出炉,美美地看完很安心</text>
<!-- Bottom brand bar -->
<rect x="50" y="670" width="1180" height="1" fill="url(#goldLine)" fill-opacity="0.3"/>
<text x="640" y="695" font-family="Georgia, SimSun, serif" font-size="11" fill="#8B7355" text-anchor="middle" letter-spacing="2">HERMÈS · CHANEL · DIOR · LOUIS VUITTON · GUCCI · CELINE · BV · McQUEEN</text>
</svg>

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1,67 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<linearGradient id="goldLine" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0"/>
<stop offset="20%" stop-color="#C9A96E"/>
<stop offset="80%" stop-color="#E8D5B5"/>
<stop offset="100%" stop-color="#E8D5B5" stop-opacity="0"/>
</linearGradient>
<clipPath id="imgClip">
<rect x="540" y="50" width="700" height="620" rx="12"/>
</clipPath>
</defs>
<!-- Background -->
<rect width="1280" height="720" fill="#0A0A0A"/>
<!-- Subtle decorative glow -->
<rect x="540" y="50" width="700" height="620" rx="12" fill="#1A1A1A"/>
<!-- Right side: Hero image -->
<image href="../images/hermes_home.jpg" x="540" y="50" width="700" height="620" preserveAspectRatio="xMidYMid slice" clip-path="url(#imgClip)"/>
<!-- Image overlay for depth -->
<rect x="540" y="50" width="700" height="620" rx="12" fill="#0A0A0A" fill-opacity="0.15"/>
<!-- Left column: Text content -->
<!-- Section label -->
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="460" height="1" fill="#2A2520"/>
<!-- Brand tag -->
<rect x="50" y="80" width="60" height="22" rx="3" fill="#C9A96E" fill-opacity="0.15"/>
<text x="80" y="96" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#C9A96E" text-anchor="middle">家居</text>
<!-- Icon -->
<use data-icon="phosphor-duotone/house" x="50" y="120" width="36" height="36" fill="#C9A96E"/>
<!-- Brand name -->
<text x="50" y="200" font-family="Georgia, SimSun, serif" font-size="36" fill="#F5F0EB" font-weight="bold">HERMÈS</text>
<text x="50" y="235" font-family="Georgia, SimSun, serif" font-size="24" fill="#E8D5B5">家居世界</text>
<!-- Decorative gold line -->
<rect x="50" y="255" width="120" height="2" fill="#C9A96E"/>
<!-- Body content -->
<text x="50" y="295" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="18" fill="#F5F0EB">
<tspan x="50" dy="0">米兰设计周期间Hermès 发布全新</tspan>
<tspan x="50" dy="30">家居系列。三十根饰以木质几何图案</tspan>
<tspan x="50" dy="30">的矩形立柱构筑沉浸式布景。</tspan>
</text>
<text x="50" y="405" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="18" fill="#F5F0EB">
<tspan x="50" dy="0">金属于锻打中见柔韧,皮革于镶嵌中</tspan>
<tspan x="50" dy="30">显韵律,织物与大理石材于匠艺雕琢</tspan>
<tspan x="50" dy="30">间迸发异彩。</tspan>
</text>
<!-- Key phrase highlight -->
<rect x="50" y="520" width="460" height="48" rx="8" fill="#1A1A1A"/>
<rect x="50" y="520" width="3" height="48" fill="#C9A96E"/>
<text x="70" y="550" font-family="Georgia, SimSun, serif" font-size="16" fill="#E8D5B5" font-style="italic">延续匠心工艺与隽永美学的恒久追寻</text>
<!-- Footer -->
<rect x="50" y="670" width="1180" height="1" fill="#2A2520"/>
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">02 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1,50 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<linearGradient id="bottomFade" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0A0A0A" stop-opacity="0"/>
<stop offset="50%" stop-color="#0A0A0A" stop-opacity="0.2"/>
<stop offset="80%" stop-color="#0A0A0A" stop-opacity="0.75"/>
<stop offset="100%" stop-color="#0A0A0A" stop-opacity="0.95"/>
</linearGradient>
<linearGradient id="topFade" x1="0" y1="0" x2="0" y2="1">
<stop offset="0%" stop-color="#0A0A0A" stop-opacity="0.8"/>
<stop offset="30%" stop-color="#0A0A0A" stop-opacity="0.15"/>
<stop offset="100%" stop-color="#0A0A0A" stop-opacity="0"/>
</linearGradient>
</defs>
<!-- Background -->
<rect width="1280" height="720" fill="#0A0A0A"/>
<!-- Full-bleed hero image -->
<image href="../images/chanel_coco.jpg" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice"/>
<!-- Top fade -->
<rect width="1280" height="200" fill="url(#topFade)"/>
<!-- Bottom fade -->
<rect width="1280" height="720" fill="url(#bottomFade)"/>
<!-- Top bar -->
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.8" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#C9A96E" fill-opacity="0.2"/>
<!-- Brand name — floating over image -->
<text x="80" y="560" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" letter-spacing="4">CHANEL</text>
<text x="80" y="600" font-family="Georgia, SimSun, serif" font-size="36" fill="#F5F0EB" font-weight="bold">COCO BEACH 2026</text>
<!-- Gold accent line -->
<rect x="80" y="615" width="80" height="2" fill="#C9A96E"/>
<!-- Caption text -->
<text x="80" y="648" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#E8D5B5">上海市中心限时精品店启幕 · 面朝花园的度假别墅</text>
<text x="80" y="678" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690">Matthieu Blazy 创作的首个 COCO BEACH 系列 · 田园风光与黑色沙滩灵感</text>
<!-- Dress icon accent -->
<use data-icon="phosphor-duotone/dress" x="1180" y="560" width="32" height="32" fill="#C9A96E"/>
<!-- Page number -->
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">03 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -0,0 +1,76 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<clipPath id="leftImg">
<rect x="50" y="120" width="280" height="280" rx="10"/>
</clipPath>
<clipPath id="rightImg">
<rect x="670" y="120" width="280" height="280" rx="10"/>
</clipPath>
</defs>
<!-- Background -->
<rect width="1280" height="720" fill="#0A0A0A"/>
<!-- Top bar -->
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#2A2520"/>
<!-- Page title -->
<text x="640" y="85" font-family="Georgia, SimSun, serif" font-size="30" fill="#F5F0EB" font-weight="bold" text-anchor="middle">Dior 双面魅力</text>
<text x="640" y="105" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" text-anchor="middle" letter-spacing="2">HAUTE COUTURE · HAUTE HORLOGERIE</text>
<!-- LEFT COLUMN: Fashion -->
<!-- Image -->
<rect x="50" y="120" width="280" height="280" rx="10" fill="#1A1A1A"/>
<image href="../images/dior_fashion.jpg" x="50" y="120" width="280" height="280" preserveAspectRatio="xMidYMid slice" clip-path="url(#leftImg)"/>
<!-- Left text block -->
<use data-icon="phosphor-duotone/dress" x="50" y="420" width="28" height="28" fill="#C9A96E"/>
<text x="86" y="442" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">时装 · Coachella</text>
<rect x="50" y="458" width="560" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#F5F0EB">
<tspan x="50" y="490">Sabrina Carpenter 身着 Jonathan Anderson</tspan>
<tspan x="50" dy="26">匠心打造的多款礼服亮相 Coachella 音乐节,</tspan>
<tspan x="50" dy="26">传承与蜕变在光影间交汇。</tspan>
</text>
<!-- Vertical divider -->
<rect x="630" y="120" width="1" height="530" fill="#2A2520"/>
<!-- RIGHT COLUMN: Watches -->
<!-- Image -->
<rect x="670" y="120" width="280" height="280" rx="10" fill="#1A1A1A"/>
<image href="../images/dior_watch1.jpg" x="670" y="120" width="280" height="280" preserveAspectRatio="xMidYMid slice" clip-path="url(#rightImg)"/>
<!-- Right text block -->
<use data-icon="phosphor-duotone/watch" x="670" y="420" width="28" height="28" fill="#C9A96E"/>
<text x="706" y="442" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">时计 · Chiffre Rouge</text>
<rect x="670" y="458" width="560" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#F5F0EB">
<tspan x="670" y="490">Chiffre Rouge 腕表系列焕新归来,推出三</tspan>
<tspan x="670" dy="26">款限量臻品。醒目红色秒针,致敬迪奥先生</tspan>
<tspan x="670" dy="26">心中炽热浓烈的生命之色。</tspan>
</text>
<!-- Right side detail highlights -->
<rect x="670" y="580" width="560" height="44" rx="6" fill="#1A1A1A"/>
<rect x="670" y="580" width="3" height="44" fill="#C9A96E"/>
<text x="690" y="607" font-family="Georgia, SimSun, serif" font-size="14" fill="#9E9690">钟爱的数字 "8" 化作浪漫护身符 · 2026年4月底发售</text>
<!-- Left side detail highlights -->
<rect x="50" y="580" width="560" height="44" rx="6" fill="#1A1A1A"/>
<rect x="50" y="580" width="3" height="44" fill="#C9A96E"/>
<text x="70" y="607" font-family="Georgia, SimSun, serif" font-size="14" fill="#9E9690">创意总监 Jonathan Anderson · 高级订制精神的现代诠释</text>
<!-- Right image additional info -->
<text x="960" y="395" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="start">41mm 计时码表 · 38mm 玫瑰金</text>
<!-- Footer -->
<rect x="50" y="670" width="1180" height="1" fill="#2A2520"/>
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">04 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@@ -0,0 +1,61 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<linearGradient id="lvOverlay" x1="1" y1="0" x2="0" y2="0">
<stop offset="0%" stop-color="#0A0A0A" stop-opacity="0"/>
<stop offset="40%" stop-color="#0A0A0A" stop-opacity="0.5"/>
<stop offset="70%" stop-color="#0A0A0A" stop-opacity="0.88"/>
<stop offset="100%" stop-color="#0A0A0A" stop-opacity="0.96"/>
</linearGradient>
</defs>
<!-- Background -->
<rect width="1280" height="720" fill="#0A0A0A"/>
<!-- Full-bleed image -->
<image href="../images/lv_objets.jpg" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice"/>
<!-- Left-side gradient overlay for text readability -->
<rect width="1280" height="720" fill="url(#lvOverlay)"/>
<!-- Top bar -->
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.8" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="500" height="1" fill="#C9A96E" fill-opacity="0.25"/>
<!-- Brand label -->
<text x="70" y="140" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" letter-spacing="4">LOUIS VUITTON</text>
<!-- Icon -->
<use data-icon="phosphor-duotone/house" x="70" y="160" width="32" height="32" fill="#C9A96E"/>
<!-- Title -->
<text x="70" y="240" font-family="Georgia, SimSun, serif" font-size="36" fill="#F5F0EB" font-weight="bold">Objets Nomades</text>
<text x="70" y="275" font-family="Georgia, SimSun, serif" font-size="22" fill="#E8D5B5">旅行家居系列</text>
<!-- Gold line -->
<rect x="70" y="295" width="100" height="2" fill="#C9A96E"/>
<!-- Body text -->
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="17" fill="#F5F0EB">
<tspan x="70" y="335">米兰设计周推出全新旅行家居系列,</tspan>
<tspan x="70" dy="28">以展览形式致敬 Art Deco 与当代设计。</tspan>
</text>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="17" fill="#F5F0EB">
<tspan x="70" y="415">聚焦 Pierre Legrain Hommage 系列,</tspan>
<tspan x="70" dy="28">重现装饰艺术大师的经典家具与配饰。</tspan>
</text>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="17" fill="#F5F0EB">
<tspan x="70" y="495">坎帕纳工作室、Raw Edges 及 Franck</tspan>
<tspan x="70" dy="28">Genser 等当代设计师联袂呈现新作。</tspan>
</text>
<!-- Key phrase -->
<rect x="70" y="575" width="440" height="2" fill="#2A2520"/>
<text x="70" y="608" font-family="Georgia, SimSun, serif" font-size="15" fill="#E8D5B5" font-style="italic">Collar 休闲椅 · Aqua 餐桌 · Flower Puzzle</text>
<text x="70" y="632" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">精湛工艺与创意交融的生活艺术体验</text>
<!-- Footer -->
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">05 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

View File

@@ -0,0 +1,61 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<clipPath id="mainImg">
<rect x="430" y="60" width="810" height="600" rx="12"/>
</clipPath>
<clipPath id="smallImg">
<rect x="50" y="490" width="160" height="120" rx="8"/>
</clipPath>
</defs>
<!-- Background -->
<rect width="1280" height="720" fill="#0A0A0A"/>
<!-- Top bar -->
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#2A2520"/>
<!-- Right: Large image -->
<rect x="430" y="60" width="810" height="600" rx="12" fill="#1A1A1A"/>
<image href="../images/gucci_memoria1.jpg" x="430" y="60" width="810" height="600" preserveAspectRatio="xMidYMid slice" clip-path="url(#mainImg)"/>
<rect x="430" y="60" width="810" height="600" rx="12" fill="#0A0A0A" fill-opacity="0.1"/>
<!-- Left: Text content -->
<use data-icon="phosphor-duotone/palette" x="50" y="75" width="32" height="32" fill="#C9A96E"/>
<text x="50" y="140" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" letter-spacing="4">GUCCI</text>
<text x="50" y="180" font-family="Georgia, SimSun, serif" font-size="30" fill="#F5F0EB" font-weight="bold">Gucci Memoria</text>
<rect x="50" y="198" width="80" height="2" fill="#C9A96E"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#F5F0EB">
<tspan x="50" y="235">米兰圣辛普利齐亚诺回廊</tspan>
<tspan x="50" dy="26">启幕沉浸式展览。</tspan>
</text>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#F5F0EB">
<tspan x="50" y="310">由 Demna 策划,追溯品牌</tspan>
<tspan x="50" dy="26">105 年发展历程。</tspan>
</text>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#F5F0EB">
<tspan x="50" y="385">十二幅挂毯凝练品牌关键</tspan>
<tspan x="50" dy="26">发展节点与历任创意总监</tspan>
<tspan x="50" dy="26">的设计愿景。</tspan>
</text>
<!-- Small accent image -->
<rect x="50" y="490" width="160" height="120" rx="8" fill="#1A1A1A"/>
<image href="../images/gucci_memoria2.jpg" x="50" y="490" width="160" height="120" preserveAspectRatio="xMidYMid slice" clip-path="url(#smallImg)"/>
<text x="230" y="530" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">
<tspan x="230" dy="0">Flora 花卉主题</tspan>
<tspan x="230" dy="20">花园装置</tspan>
</text>
<text x="230" y="588" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">手袋配饰专享预售</text>
<!-- Footer -->
<rect x="50" y="670" width="1180" height="1" fill="#2A2520"/>
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">06 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -0,0 +1,68 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<clipPath id="leftImg">
<rect x="50" y="120" width="560" height="310" rx="10"/>
</clipPath>
<clipPath id="rightImg">
<rect x="670" y="120" width="300" height="420" rx="10"/>
</clipPath>
</defs>
<!-- Background -->
<rect width="1280" height="720" fill="#0A0A0A"/>
<!-- Top bar -->
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#2A2520"/>
<!-- Page title -->
<text x="640" y="85" font-family="Georgia, SimSun, serif" font-size="30" fill="#F5F0EB" font-weight="bold" text-anchor="middle">珠宝新境 · 法式灵韵</text>
<text x="640" y="105" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" text-anchor="middle" letter-spacing="2">VHERNIER × CELINE</text>
<!-- Vertical divider -->
<rect x="635" y="120" width="1" height="530" fill="#2A2520"/>
<!-- LEFT: Vhernier -->
<rect x="50" y="120" width="560" height="310" rx="10" fill="#1A1A1A"/>
<image href="../images/vhernier_jewelry.jpg" x="50" y="120" width="560" height="310" preserveAspectRatio="xMidYMid slice" clip-path="url(#leftImg)"/>
<use data-icon="phosphor-duotone/diamond" x="50" y="450" width="26" height="26" fill="#C9A96E"/>
<text x="84" y="470" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">Vhernier</text>
<text x="190" y="470" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690">意大利高级珠宝</text>
<rect x="50" y="485" width="560" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#F5F0EB">
<tspan x="50" y="515">正式进驻中国内地市场</tspan>
<tspan x="50" dy="25">北京王府半岛 · 上海半岛双店同步开幕</tspan>
<tspan x="50" dy="25">创立于 1984 年,米兰纯粹设计为核心</tspan>
<tspan x="50" dy="25">雕塑感造型 · 精湛意大利手工 · 黄金标志性材质</tspan>
</text>
<!-- RIGHT: CELINE -->
<rect x="670" y="120" width="300" height="420" rx="10" fill="#1A1A1A"/>
<image href="../images/celine_summer.jpg" x="670" y="120" width="300" height="420" preserveAspectRatio="xMidYMid slice" clip-path="url(#rightImg)"/>
<!-- CELINE text right of image -->
<use data-icon="phosphor-duotone/sparkle" x="990" y="130" width="26" height="26" fill="#C9A96E"/>
<text x="990" y="185" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">CELINE</text>
<text x="990" y="210" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690">Été 夏日系列</text>
<rect x="990" y="225" width="240" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="16" fill="#F5F0EB">
<tspan x="990" y="255">Été CELINE 广告大片</tspan>
<tspan x="990" dy="25">灵感源自海滨假日</tspan>
<tspan x="990" dy="25">尽显法式海岸</tspan>
<tspan x="990" dy="25">独有的随性魅力</tspan>
</text>
<rect x="990" y="380" width="240" height="40" rx="6" fill="#1A1A1A"/>
<rect x="990" y="380" width="3" height="40" fill="#C9A96E"/>
<text x="1010" y="405" font-family="Georgia, SimSun, serif" font-size="13" fill="#E8D5B5" font-style="italic">致敬法式生活美学</text>
<!-- Footer -->
<rect x="50" y="670" width="1180" height="1" fill="#2A2520"/>
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">07 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,70 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<clipPath id="leftImg">
<rect x="50" y="120" width="270" height="380" rx="10"/>
</clipPath>
<clipPath id="rightImg">
<rect x="670" y="120" width="560" height="300" rx="10"/>
</clipPath>
</defs>
<!-- Background -->
<rect width="1280" height="720" fill="#0A0A0A"/>
<!-- Top bar -->
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#2A2520"/>
<!-- Page title -->
<text x="640" y="85" font-family="Georgia, SimSun, serif" font-size="30" fill="#F5F0EB" font-weight="bold" text-anchor="middle">艺术的两种表达</text>
<text x="640" y="105" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" text-anchor="middle" letter-spacing="2">BOTTEGA VENETA × McQUEEN</text>
<!-- Vertical divider -->
<rect x="635" y="120" width="1" height="530" fill="#2A2520"/>
<!-- LEFT: BV -->
<rect x="50" y="120" width="270" height="380" rx="10" fill="#1A1A1A"/>
<image href="../images/bv_arts.jpg" x="50" y="120" width="270" height="380" preserveAspectRatio="xMidYMid slice" clip-path="url(#leftImg)"/>
<!-- BV text to the right of portrait image -->
<use data-icon="phosphor-duotone/camera" x="340" y="130" width="26" height="26" fill="#C9A96E"/>
<text x="340" y="185" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">Bottega Veneta</text>
<text x="340" y="210" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690">for the Arts</text>
<rect x="340" y="222" width="280" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">
<tspan x="340" y="250">艺术摄影集,携手英国摄影</tspan>
<tspan x="340" dy="24">师 Peter Fraser。</tspan>
<tspan x="340" dy="30">以威尼斯为灵感舞台,</tspan>
<tspan x="340" dy="24">27 张影像聚焦纹理、形态</tspan>
<tspan x="340" dy="24">与色彩。</tspan>
<tspan x="340" dy="30">诠释品牌标志性编织美学,</tspan>
<tspan x="340" dy="24">致敬威尼托发源地。</tspan>
</text>
<!-- RIGHT: McQueen -->
<rect x="670" y="120" width="560" height="300" rx="10" fill="#1A1A1A"/>
<image href="../images/mcqueen_exhibition.jpg" x="670" y="120" width="560" height="300" preserveAspectRatio="xMidYMid slice" clip-path="url(#rightImg)"/>
<use data-icon="phosphor-duotone/palette" x="670" y="440" width="26" height="26" fill="#C9A96E"/>
<text x="704" y="460" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">McQueen</text>
<text x="820" y="460" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690">表象之下</text>
<rect x="670" y="475" width="560" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">
<tspan x="670" y="505">上海 Fotografiska 影像艺术中心沉浸式展览</tspan>
<tspan x="670" dy="24">探寻品牌艺术根源与二元美学</tspan>
<tspan x="670" dy="24">Manta 手袋复刻 2010 年经典,以蝠鲼为灵感</tspan>
</text>
<rect x="670" y="590" width="560" height="40" rx="6" fill="#1A1A1A"/>
<rect x="670" y="590" width="3" height="40" fill="#C9A96E"/>
<text x="690" y="615" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">创意总监 Seán McGirr 上海首秀 · 郭采洁、屈楚萧、周雨彤出席</text>
<!-- Footer -->
<rect x="50" y="670" width="1180" height="1" fill="#2A2520"/>
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">08 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@@ -0,0 +1,70 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<clipPath id="leftImg">
<rect x="50" y="120" width="560" height="280" rx="10"/>
</clipPath>
<clipPath id="rightImg">
<rect x="670" y="120" width="280" height="400" rx="10"/>
</clipPath>
</defs>
<!-- Background -->
<rect width="1280" height="720" fill="#0A0A0A"/>
<!-- Top bar -->
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#2A2520"/>
<!-- Page title -->
<text x="640" y="85" font-family="Georgia, SimSun, serif" font-size="30" fill="#F5F0EB" font-weight="bold" text-anchor="middle">传承新章</text>
<text x="640" y="105" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" text-anchor="middle" letter-spacing="2">MAX MARA × CHLOÉ</text>
<!-- Vertical divider -->
<rect x="635" y="120" width="1" height="530" fill="#2A2520"/>
<!-- LEFT: Max Mara — wide image top, text bottom -->
<rect x="50" y="120" width="560" height="280" rx="10" fill="#1A1A1A"/>
<image href="../images/maxmara_show.jpg" x="50" y="120" width="560" height="280" preserveAspectRatio="xMidYMid slice" clip-path="url(#leftImg)"/>
<use data-icon="phosphor-duotone/scissors" x="50" y="420" width="26" height="26" fill="#C9A96E"/>
<text x="84" y="440" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">Max Mara</text>
<text x="210" y="440" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690">75 周年</text>
<rect x="50" y="455" width="560" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">
<tspan x="50" y="485">2027 早春系列全球首秀</tspan>
<tspan x="50" dy="24">2026年6月16日 · 上海龙美术馆</tspan>
</text>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">
<tspan x="50" y="550">"THE MAX!" 75 周年品牌珍藏档案展</tspan>
<tspan x="50" dy="24">策展人 Olivier Saillard · 6月17日公众开放</tspan>
</text>
<!-- RIGHT: Chloé — portrait image + text -->
<rect x="670" y="120" width="280" height="400" rx="10" fill="#1A1A1A"/>
<image href="../images/chloe_tomato.jpg" x="670" y="120" width="280" height="400" preserveAspectRatio="xMidYMid slice" clip-path="url(#rightImg)"/>
<use data-icon="phosphor-duotone/sparkle" x="970" y="130" width="26" height="26" fill="#C9A96E"/>
<text x="970" y="185" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">Chloé</text>
<text x="970" y="210" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690">× Poltronova</text>
<rect x="970" y="225" width="260" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">
<tspan x="970" y="255">经典 Tomato 座椅</tspan>
<tspan x="970" dy="24">限量复刻版</tspan>
<tspan x="970" dy="30">1970年 Christian Adam</tspan>
<tspan x="970" dy="24">设计的标志性藏品</tspan>
<tspan x="970" dy="30">意大利激进设计运动</tspan>
<tspan x="970" dy="24">的历史见证</tspan>
</text>
<text x="970" y="440" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">奶油白 · 浅棕褐 · 沙色 · 黑色</text>
<!-- Footer -->
<rect x="50" y="670" width="1180" height="1" fill="#2A2520"/>
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">09 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -0,0 +1,66 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<clipPath id="leftImg"><rect x="50" y="120" width="270" height="380" rx="10"/></clipPath>
<clipPath id="rightImg"><rect x="670" y="120" width="270" height="380" rx="10"/></clipPath>
</defs>
<rect width="1280" height="720" fill="#0A0A0A"/>
<!-- Top bar -->
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#2A2520"/>
<text x="640" y="85" font-family="Georgia, SimSun, serif" font-size="30" fill="#F5F0EB" font-weight="bold" text-anchor="middle">结构重塑</text>
<text x="640" y="105" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" text-anchor="middle" letter-spacing="2">TAD FAB × APEDE MOD</text>
<rect x="635" y="120" width="1" height="530" fill="#2A2520"/>
<!-- LEFT: TAD FAB -->
<rect x="50" y="120" width="270" height="380" rx="10" fill="#1A1A1A"/>
<image href="../images/tadfab_bag.jpg" x="50" y="120" width="270" height="380" preserveAspectRatio="xMidYMid slice" clip-path="url(#leftImg)"/>
<use data-icon="phosphor-duotone/handbag" x="340" y="130" width="26" height="26" fill="#C9A96E"/>
<text x="340" y="185" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">TAD FAB</text>
<text x="340" y="208" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690">极简克制美学</text>
<rect x="340" y="220" width="270" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">
<tspan x="340" y="250">结构衔接与场景切换</tspan>
<tspan x="340" dy="24">经典锁扣 + 拉链设计语言</tspan>
<tspan x="340" dy="30">环绕拉链 Hobo 包</tspan>
<tspan x="340" dy="24">多功能背包 · 弧形拉链包</tspan>
<tspan x="340" dy="30">鞋履:晴雨长靴 · 乐福鞋</tspan>
<tspan x="340" dy="24">丝巾 · 收纳小物</tspan>
</text>
<rect x="340" y="460" width="270" height="36" rx="6" fill="#1A1A1A"/>
<rect x="340" y="460" width="3" height="36" fill="#C9A96E"/>
<text x="358" y="483" font-family="Georgia, SimSun, serif" font-size="13" fill="#E8D5B5" font-style="italic">松弛精致的都市日常格调</text>
<!-- RIGHT: Apede Mod -->
<rect x="670" y="120" width="270" height="380" rx="10" fill="#1A1A1A"/>
<image href="../images/apedemod_fold.jpg" x="670" y="120" width="270" height="380" preserveAspectRatio="xMidYMid slice" clip-path="url(#rightImg)"/>
<use data-icon="phosphor-duotone/sparkle" x="960" y="130" width="26" height="26" fill="#C9A96E"/>
<text x="960" y="185" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">Apede Mod</text>
<text x="960" y="208" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690">十周年 · PF 2026</text>
<rect x="960" y="220" width="270" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">
<tspan x="960" y="250">折纸系列</tspan>
<tspan x="960" dy="24">以折叠结构重构设计内核</tspan>
<tspan x="960" dy="30">刻意留存自然折痕</tspan>
<tspan x="960" dy="24">利落折线 + 极简几何</tspan>
<tspan x="960" dy="30">首发款 Fold I</tspan>
<tspan x="960" dy="24">奠定系列基调</tspan>
</text>
<rect x="960" y="460" width="270" height="36" rx="6" fill="#1A1A1A"/>
<rect x="960" y="460" width="3" height="36" fill="#C9A96E"/>
<text x="978" y="483" font-family="Georgia, SimSun, serif" font-size="13" fill="#E8D5B5" font-style="italic">折叠隐喻女性自我塑形力量</text>
<!-- Footer -->
<rect x="50" y="670" width="1180" height="1" fill="#2A2520"/>
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">10 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@@ -0,0 +1,59 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<clipPath id="leftImg"><rect x="50" y="120" width="270" height="380" rx="10"/></clipPath>
<clipPath id="rightImg"><rect x="670" y="120" width="560" height="290" rx="10"/></clipPath>
</defs>
<rect width="1280" height="720" fill="#0A0A0A"/>
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#2A2520"/>
<text x="640" y="85" font-family="Georgia, SimSun, serif" font-size="30" fill="#F5F0EB" font-weight="bold" text-anchor="middle">感官新篇</text>
<text x="640" y="105" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" text-anchor="middle" letter-spacing="2">BOSS × FRESH</text>
<rect x="635" y="120" width="1" height="530" fill="#2A2520"/>
<!-- LEFT: BOSS fragrance -->
<rect x="50" y="120" width="270" height="380" rx="10" fill="#1A1A1A"/>
<image href="../images/boss_fragrance.jpg" x="50" y="120" width="270" height="380" preserveAspectRatio="xMidYMid slice" clip-path="url(#leftImg)"/>
<use data-icon="phosphor-duotone/flower" x="340" y="130" width="26" height="26" fill="#C9A96E"/>
<text x="340" y="185" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">BOSS</text>
<text x="340" y="210" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690">王者之心香氛</text>
<rect x="340" y="222" width="270" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">
<tspan x="340" y="252">品牌首款清新木质皮革调</tspan>
<tspan x="340" dy="24">双极香型同步释放</tspan>
<tspan x="340" dy="24">木质活力与皮革雅致</tspan>
<tspan x="340" dy="30">渐变瓶身 + 双B徽标</tspan>
<tspan x="340" dy="24">现已于丝芙兰上市</tspan>
</text>
<text x="340" y="420" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">王天辰 · 焦迈奇 · 李嗣镕出席</text>
<!-- RIGHT: fresh -->
<rect x="670" y="120" width="560" height="290" rx="10" fill="#1A1A1A"/>
<image href="../images/fresh_event.jpg" x="670" y="120" width="560" height="290" preserveAspectRatio="xMidYMid slice" clip-path="url(#rightImg)"/>
<use data-icon="phosphor-duotone/sparkle" x="670" y="430" width="26" height="26" fill="#C9A96E"/>
<text x="704" y="450" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">fresh 馥蕾诗</text>
<text x="860" y="450" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690">「酵」你去野</text>
<rect x="670" y="465" width="560" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">
<tspan x="670" y="495">上海西岸梦中心新品发布会</tspan>
<tspan x="670" dy="24">全新品牌代言人 CORTIS 全员亮相</tspan>
<tspan x="670" dy="24">茶饮文化灵感 · 跨界联结新生代潮流力量</tspan>
</text>
<rect x="670" y="580" width="560" height="36" rx="6" fill="#1A1A1A"/>
<rect x="670" y="580" width="3" height="36" fill="#C9A96E"/>
<text x="690" y="603" font-family="Georgia, SimSun, serif" font-size="13" fill="#E8D5B5" font-style="italic">融合东方哲思与年轻活力,续写自然护肤美学</text>
<rect x="50" y="670" width="1180" height="1" fill="#2A2520"/>
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">11 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,55 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<clipPath id="leftImg"><rect x="50" y="120" width="560" height="290" rx="10"/></clipPath>
<clipPath id="rightImg"><rect x="670" y="120" width="560" height="290" rx="10"/></clipPath>
</defs>
<rect width="1280" height="720" fill="#0A0A0A"/>
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#2A2520"/>
<text x="640" y="85" font-family="Georgia, SimSun, serif" font-size="30" fill="#F5F0EB" font-weight="bold" text-anchor="middle">跨界新风</text>
<text x="640" y="105" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" text-anchor="middle" letter-spacing="2">JORYA × ARKET</text>
<rect x="635" y="120" width="1" height="530" fill="#2A2520"/>
<!-- LEFT: JORYA -->
<rect x="50" y="120" width="560" height="290" rx="10" fill="#1A1A1A"/>
<image href="../images/jorya_popup.jpg" x="50" y="120" width="560" height="290" preserveAspectRatio="xMidYMid slice" clip-path="url(#leftImg)"/>
<use data-icon="phosphor-duotone/star" x="50" y="430" width="26" height="26" fill="#C9A96E"/>
<text x="84" y="450" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">JORYA × YVMIN</text>
<text x="282" y="450" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690">公主日记</text>
<rect x="50" y="465" width="560" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">
<tspan x="50" y="495">成都万象城联名限定快闪</tspan>
<tspan x="50" dy="24">赵露思优雅亮相开幕现场</tspan>
<tspan x="50" dy="24">千金轻纱叠穿概念 · 重新定义当代公主格调</tspan>
</text>
<text x="50" y="590" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">限时开放至4月28日</text>
<!-- RIGHT: ARKET -->
<rect x="670" y="120" width="560" height="290" rx="10" fill="#1A1A1A"/>
<image href="../images/arket_gohar.jpg" x="670" y="120" width="560" height="290" preserveAspectRatio="xMidYMid slice" clip-path="url(#rightImg)"/>
<use data-icon="phosphor-duotone/handshake" x="670" y="430" width="26" height="26" fill="#C9A96E"/>
<text x="704" y="450" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">ARKET × Laila Gohar</text>
<rect x="670" y="465" width="560" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">
<tspan x="670" y="495">米兰设计周公共艺术装置</tspan>
<tspan x="670" dy="24">十八世纪旋转木马极简改造</tspan>
<tspan x="670" dy="24">巨型蔬果雕塑 · 戏剧化表达 · 日常之美</tspan>
</text>
<text x="670" y="590" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">27款联名单品 · 4月23日登陆中国内地</text>
<rect x="50" y="670" width="1180" height="1" fill="#2A2520"/>
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">12 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1,55 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<clipPath id="leftImg"><rect x="50" y="120" width="560" height="290" rx="10"/></clipPath>
<clipPath id="rightImg"><rect x="670" y="120" width="560" height="290" rx="10"/></clipPath>
</defs>
<rect width="1280" height="720" fill="#0A0A0A"/>
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#2A2520"/>
<text x="640" y="85" font-family="Georgia, SimSun, serif" font-size="30" fill="#F5F0EB" font-weight="bold" text-anchor="middle">潮流共振</text>
<text x="640" y="105" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" text-anchor="middle" letter-spacing="2">STEVE MADDEN × CROCS</text>
<rect x="635" y="120" width="1" height="530" fill="#2A2520"/>
<!-- LEFT: Steve Madden -->
<rect x="50" y="120" width="560" height="290" rx="10" fill="#1A1A1A"/>
<image href="../images/stevemadden_lexie.jpg" x="50" y="120" width="560" height="290" preserveAspectRatio="xMidYMid slice" clip-path="url(#leftImg)"/>
<use data-icon="phosphor-duotone/tag" x="50" y="430" width="26" height="26" fill="#C9A96E"/>
<text x="84" y="450" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">Steve Madden</text>
<rect x="50" y="465" width="560" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">
<tspan x="50" y="495">刘柏辛 Lexie Liu 成为中国区品牌代言人</tspan>
<tspan x="50" dy="24">「不赶潮流,踩点登场」</tspan>
<tspan x="50" dy="24">SugarCool 甜酷调性 · 先锋自我态度</tspan>
</text>
<text x="50" y="590" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">2026春夏系列同步上新</text>
<!-- RIGHT: Crocs -->
<rect x="670" y="120" width="560" height="290" rx="10" fill="#1A1A1A"/>
<image href="../images/crocs_molly.jpg" x="670" y="120" width="560" height="290" preserveAspectRatio="xMidYMid slice" clip-path="url(#rightImg)"/>
<use data-icon="phosphor-duotone/handshake" x="670" y="430" width="26" height="26" fill="#C9A96E"/>
<text x="704" y="450" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">Crocs × MOLLY</text>
<text x="895" y="450" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="14" fill="#9E9690">泡泡玛特 20 周年</text>
<rect x="670" y="465" width="560" height="1" fill="#2A2520"/>
<text font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">
<tspan x="670" y="495">三款联名洞洞鞋</tspan>
<tspan x="670" dy="24">小画家 MOLLY · 大耳喵泡芙 · 炫光小鲸鱼</tspan>
<tspan x="670" dy="24">易梦玲亮相武汉沉浸式活动</tspan>
</text>
<text x="670" y="590" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">4月23日起正式发售</text>
<rect x="50" y="670" width="1180" height="1" fill="#2A2520"/>
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">13 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@@ -0,0 +1,81 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<rect width="1280" height="720" fill="#0A0A0A"/>
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#2A2520"/>
<text x="640" y="85" font-family="Georgia, SimSun, serif" font-size="30" fill="#F5F0EB" font-weight="bold" text-anchor="middle">本周亮点一览</text>
<text x="640" y="105" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" text-anchor="middle" letter-spacing="2">WEEKLY HIGHLIGHTS</text>
<!-- Row 1: 3 cards -->
<!-- Card 1: Hermès -->
<rect x="50" y="130" width="376" height="240" rx="12" fill="#1A1A1A"/>
<use data-icon="phosphor-duotone/house" x="74" y="154" width="28" height="28" fill="#C9A96E"/>
<text x="74" y="210" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">HERMÈS</text>
<text x="74" y="238" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">家居世界 · 米兰设计周</text>
<text x="74" y="262" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">三十根矩形立柱构筑沉浸式布景</text>
<rect x="74" y="290" width="80" height="2" fill="#8B7355"/>
<text x="74" y="320" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">匠心工艺 · 隽永美学</text>
<rect x="74" y="340" width="330" height="1" fill="#2A2520"/>
<text x="74" y="358" font-family="Georgia, SimSun, serif" font-size="11" fill="#8B7355">家居 · 工艺 · 设计</text>
<!-- Card 2: CHANEL -->
<rect x="452" y="130" width="376" height="240" rx="12" fill="#1A1A1A"/>
<use data-icon="phosphor-duotone/dress" x="476" y="154" width="28" height="28" fill="#C9A96E"/>
<text x="476" y="210" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">CHANEL</text>
<text x="476" y="238" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">COCO BEACH 2026</text>
<text x="476" y="262" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">上海限时精品店 · 度假别墅概念</text>
<rect x="476" y="290" width="80" height="2" fill="#8B7355"/>
<text x="476" y="320" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">Matthieu Blazy 首个系列</text>
<rect x="476" y="340" width="330" height="1" fill="#2A2520"/>
<text x="476" y="358" font-family="Georgia, SimSun, serif" font-size="11" fill="#8B7355">时装 · 零售 · 体验</text>
<!-- Card 3: Dior -->
<rect x="854" y="130" width="376" height="240" rx="12" fill="#1A1A1A"/>
<use data-icon="phosphor-duotone/watch" x="878" y="154" width="28" height="28" fill="#C9A96E"/>
<text x="878" y="210" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">DIOR</text>
<text x="878" y="238" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">双面魅力 · 时装与时计</text>
<text x="878" y="262" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">Coachella 亮相 · Chiffre Rouge</text>
<rect x="878" y="290" width="80" height="2" fill="#8B7355"/>
<text x="878" y="320" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">三款限量腕表 · 4月底发售</text>
<rect x="878" y="340" width="330" height="1" fill="#2A2520"/>
<text x="878" y="358" font-family="Georgia, SimSun, serif" font-size="11" fill="#8B7355">时装 · 腕表 · 明星</text>
<!-- Row 2: 3 cards -->
<!-- Card 4: LV -->
<rect x="50" y="395" width="376" height="240" rx="12" fill="#1A1A1A"/>
<use data-icon="phosphor-duotone/house" x="74" y="419" width="28" height="28" fill="#C9A96E"/>
<text x="74" y="475" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">LOUIS VUITTON</text>
<text x="74" y="503" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">Objets Nomades · 旅行家居</text>
<text x="74" y="527" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">致敬 Art Deco · Pierre Legrain</text>
<rect x="74" y="555" width="80" height="2" fill="#8B7355"/>
<text x="74" y="585" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">当代设计师联袂新作</text>
<rect x="74" y="605" width="330" height="1" fill="#2A2520"/>
<text x="74" y="623" font-family="Georgia, SimSun, serif" font-size="11" fill="#8B7355">家居 · 设计 · 展览</text>
<!-- Card 5: Gucci -->
<rect x="452" y="395" width="376" height="240" rx="12" fill="#1A1A1A"/>
<use data-icon="phosphor-duotone/palette" x="476" y="419" width="28" height="28" fill="#C9A96E"/>
<text x="476" y="475" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">GUCCI</text>
<text x="476" y="503" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">Gucci Memoria · 105年</text>
<text x="476" y="527" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">Demna 策划沉浸式展览</text>
<rect x="476" y="555" width="80" height="2" fill="#8B7355"/>
<text x="476" y="585" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">十二幅挂毯 · Flora 花卉装置</text>
<rect x="476" y="605" width="330" height="1" fill="#2A2520"/>
<text x="476" y="623" font-family="Georgia, SimSun, serif" font-size="11" fill="#8B7355">展览 · 艺术 · 遗产</text>
<!-- Card 6: McQueen -->
<rect x="854" y="395" width="376" height="240" rx="12" fill="#1A1A1A"/>
<use data-icon="phosphor-duotone/camera" x="878" y="419" width="28" height="28" fill="#C9A96E"/>
<text x="878" y="475" font-family="Georgia, SimSun, serif" font-size="20" fill="#E8D5B5" font-weight="bold">McQUEEN</text>
<text x="878" y="503" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="15" fill="#F5F0EB">表象之下 · 上海首展</text>
<text x="878" y="527" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">Manta 手袋复刻 2010 经典</text>
<rect x="878" y="555" width="80" height="2" fill="#8B7355"/>
<text x="878" y="585" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" fill="#9E9690">Seán McGirr 创意总监首秀</text>
<rect x="878" y="605" width="330" height="1" fill="#2A2520"/>
<text x="878" y="623" font-family="Georgia, SimSun, serif" font-size="11" fill="#8B7355">展览 · 艺术 · 先锋</text>
<rect x="50" y="670" width="1180" height="1" fill="#2A2520"/>
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">14 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 7.2 KiB

View File

@@ -0,0 +1,80 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<linearGradient id="goldLine" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0"/>
<stop offset="20%" stop-color="#C9A96E"/>
<stop offset="80%" stop-color="#E8D5B5"/>
<stop offset="100%" stop-color="#E8D5B5" stop-opacity="0"/>
</linearGradient>
</defs>
<rect width="1280" height="720" fill="#0A0A0A"/>
<text x="50" y="35" font-family="Georgia, SimSun, serif" font-size="11" fill="#C9A96E" fill-opacity="0.7" letter-spacing="3">NEWS CAFÉ</text>
<rect x="50" y="45" width="1180" height="1" fill="#2A2520"/>
<text x="640" y="90" font-family="Georgia, SimSun, serif" font-size="30" fill="#F5F0EB" font-weight="bold" text-anchor="middle">本期品牌全景</text>
<text x="640" y="115" font-family="Georgia, SimSun, serif" font-size="14" fill="#C9A96E" text-anchor="middle" letter-spacing="4">BRAND PANORAMA</text>
<!-- Row 1: 顶奢 -->
<use data-icon="phosphor-duotone/crown" x="50" y="160" width="28" height="28" fill="#C9A96E"/>
<text x="90" y="182" font-family="Georgia, SimSun, serif" font-size="16" fill="#C9A96E" font-weight="bold">顶级奢侈品牌</text>
<rect x="50" y="200" width="1180" height="100" rx="10" fill="#1A1A1A"/>
<text x="140" y="260" font-family="Georgia, SimSun, serif" font-size="22" fill="#F5F0EB" text-anchor="middle" font-weight="bold">HERMÈS</text>
<text x="360" y="260" font-family="Georgia, SimSun, serif" font-size="22" fill="#F5F0EB" text-anchor="middle" font-weight="bold">CHANEL</text>
<text x="560" y="260" font-family="Georgia, SimSun, serif" font-size="22" fill="#F5F0EB" text-anchor="middle" font-weight="bold">DIOR</text>
<text x="800" y="260" font-family="Georgia, SimSun, serif" font-size="22" fill="#F5F0EB" text-anchor="middle" font-weight="bold">LOUIS VUITTON</text>
<text x="1060" y="260" font-family="Georgia, SimSun, serif" font-size="22" fill="#F5F0EB" text-anchor="middle" font-weight="bold">GUCCI</text>
<!-- Dividers between brands -->
<rect x="250" y="230" width="1" height="40" fill="#2A2520"/>
<rect x="460" y="230" width="1" height="40" fill="#2A2520"/>
<rect x="660" y="230" width="1" height="40" fill="#2A2520"/>
<rect x="940" y="230" width="1" height="40" fill="#2A2520"/>
<!-- Row 2: 轻奢/设计师 -->
<use data-icon="phosphor-duotone/diamond" x="50" y="330" width="28" height="28" fill="#C9A96E"/>
<text x="90" y="352" font-family="Georgia, SimSun, serif" font-size="16" fill="#C9A96E" font-weight="bold">轻奢 / 设计师品牌</text>
<rect x="50" y="370" width="1180" height="100" rx="10" fill="#1A1A1A"/>
<text x="147" y="430" font-family="Georgia, SimSun, serif" font-size="18" fill="#F5F0EB" text-anchor="middle">Vhernier</text>
<text x="340" y="430" font-family="Georgia, SimSun, serif" font-size="18" fill="#F5F0EB" text-anchor="middle">CELINE</text>
<text x="530" y="430" font-family="Georgia, SimSun, serif" font-size="18" fill="#F5F0EB" text-anchor="middle">Bottega Veneta</text>
<text x="740" y="430" font-family="Georgia, SimSun, serif" font-size="18" fill="#F5F0EB" text-anchor="middle">McQueen</text>
<text x="920" y="430" font-family="Georgia, SimSun, serif" font-size="18" fill="#F5F0EB" text-anchor="middle">Max Mara</text>
<text x="1100" y="430" font-family="Georgia, SimSun, serif" font-size="18" fill="#F5F0EB" text-anchor="middle">Chloé</text>
<rect x="243" y="410" width="1" height="30" fill="#2A2520"/>
<rect x="436" y="410" width="1" height="30" fill="#2A2520"/>
<rect x="636" y="410" width="1" height="30" fill="#2A2520"/>
<rect x="836" y="410" width="1" height="30" fill="#2A2520"/>
<rect x="1010" y="410" width="1" height="30" fill="#2A2520"/>
<!-- Row 3: 潮流/生活方式 -->
<use data-icon="phosphor-duotone/sparkle" x="50" y="500" width="28" height="28" fill="#C9A96E"/>
<text x="90" y="522" font-family="Georgia, SimSun, serif" font-size="16" fill="#C9A96E" font-weight="bold">潮流 / 生活方式</text>
<rect x="50" y="540" width="1180" height="100" rx="10" fill="#1A1A1A"/>
<text x="100" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">TAD FAB</text>
<text x="230" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">Apede Mod</text>
<text x="380" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">BOSS</text>
<text x="480" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">fresh</text>
<text x="570" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">JORYA</text>
<text x="670" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">ARKET</text>
<text x="780" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">Steve Madden</text>
<text x="940" y="600" font-family="Georgia, SimSun, serif" font-size="16" fill="#F5F0EB">Crocs</text>
<!-- Dots between -->
<text x="195" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<text x="345" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<text x="445" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<text x="535" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<text x="635" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<text x="735" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<text x="905" y="600" font-family="Georgia, SimSun, serif" font-size="14" fill="#8B7355">·</text>
<rect x="50" y="670" width="1180" height="1" fill="#2A2520"/>
<text x="50" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690">NEWS Café · 美学周鉴</text>
<text x="1230" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#9E9690" text-anchor="end">15 / 16</text>
</svg>

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -0,0 +1,48 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720">
<defs>
<linearGradient id="goldLine" x1="0" y1="0" x2="1" y2="0">
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0"/>
<stop offset="20%" stop-color="#C9A96E"/>
<stop offset="80%" stop-color="#E8D5B5"/>
<stop offset="100%" stop-color="#E8D5B5" stop-opacity="0"/>
</linearGradient>
<radialGradient id="endGlow" cx="50%" cy="40%" r="40%">
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.06"/>
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
</radialGradient>
</defs>
<!-- Background -->
<rect width="1280" height="720" fill="#0A0A0A"/>
<!-- Subtle glow -->
<rect width="1280" height="720" fill="url(#endGlow)"/>
<!-- Top accent line -->
<rect x="50" y="45" width="1180" height="1" fill="url(#goldLine)" fill-opacity="0.3"/>
<!-- Crown icon -->
<use data-icon="phosphor-duotone/crown" x="604" y="230" width="48" height="48" fill="#C9A96E"/>
<!-- Main title -->
<text x="640" y="330" font-family="Georgia, SimSun, serif" font-size="48" fill="#F5F0EB" text-anchor="middle" font-weight="bold" letter-spacing="6">NEWS Café</text>
<!-- Gold divider -->
<rect x="440" y="350" width="400" height="1.5" fill="url(#goldLine)"/>
<!-- Subtitle -->
<text x="640" y="395" font-family="Georgia, SimSun, serif" font-size="22" fill="#E8D5B5" text-anchor="middle" letter-spacing="6">美学周鉴,解锁潮流序章</text>
<!-- See you next week -->
<text x="640" y="440" font-family="Georgia, SimSun, serif" font-size="16" fill="#9E9690" text-anchor="middle" letter-spacing="3">下期见 · See You Next Week</text>
<!-- Sparkle icons decorative -->
<use data-icon="phosphor-duotone/sparkle" x="380" y="460" width="20" height="20" fill="#8B7355"/>
<use data-icon="phosphor-duotone/sparkle" x="870" y="460" width="20" height="20" fill="#8B7355"/>
<!-- Bottom accent line -->
<rect x="50" y="670" width="1180" height="1" fill="url(#goldLine)" fill-opacity="0.3"/>
<!-- Footer info -->
<text x="640" y="695" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="11" fill="#8B7355" text-anchor="middle">NEWS Café · 美学周鉴 · 2026年4月 · 第16期</text>
</svg>

After

Width:  |  Height:  |  Size: 2.2 KiB