feat: 导出 SproutClaw .sproutclaw 配置
包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。 排除 node_modules、npm 缓存、sessions 等运行时数据。
@@ -0,0 +1,14 @@
|
||||
# 林徽因-建筑巨匠
|
||||
|
||||
- Canvas format: ppt169
|
||||
- Created: 20260421
|
||||
|
||||
## 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)
|
||||
@@ -0,0 +1,358 @@
|
||||
# 林徽因:被文学光环遮蔽的建筑巨匠 - 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** | 10 |
|
||||
| **Design Style** | General Versatile (A) |
|
||||
| **Target Audience** | 文化爱好者、建筑学关注者、历史人文读者 |
|
||||
| **Use Case** | 知识分享、纪念专题、文化传播 |
|
||||
| **Created Date** | 2026-04-21 |
|
||||
|
||||
---
|
||||
|
||||
## II. Canvas Specification
|
||||
|
||||
| Property | Value |
|
||||
| -------- | ----- |
|
||||
| **Format** | PPT 16:9 |
|
||||
| **Dimensions** | 1280×720 |
|
||||
| **viewBox** | `0 0 1280 720` |
|
||||
| **Margins** | 左右 60px,上下 50px |
|
||||
| **Content Area** | 1160×620 (60,50 → 1220,670) |
|
||||
|
||||
---
|
||||
|
||||
## III. Visual Theme
|
||||
|
||||
### Theme Style
|
||||
|
||||
- **Style**: General Versatile — 图文并茂、视觉叙事
|
||||
- **Theme**: Dark theme(深色主题)
|
||||
- **Tone**: 中式古典建筑美学 × 人文纪念感。以深藏青为底、古铜金为魂,营造庄重典雅、跨越时空的历史感
|
||||
|
||||
### Color Scheme
|
||||
|
||||
| Role | HEX | Purpose |
|
||||
| ---- | --- | ------- |
|
||||
| **Background** | `#1A1A2E` | 深藏青页面背景,沉稳厚重 |
|
||||
| **Secondary bg** | `#16213E` | 卡片底色、分区背景 |
|
||||
| **Primary** | `#C9A96E` | 古铜金,标题装饰、关键区块、图标 |
|
||||
| **Accent** | `#E8D5B7` | 暖象牙,高光数据、重点信息 |
|
||||
| **Secondary accent** | `#8B6F47` | 深棕色,辅助强调、渐变过渡 |
|
||||
| **Body text** | `#E8E8E8` | 浅灰白正文文字 |
|
||||
| **Secondary text** | `#A0A0B0` | 灰色注释说明 |
|
||||
| **Tertiary text** | `#6B6B80` | 页码、辅助信息 |
|
||||
| **Border/divider** | `#2A2A4A` | 卡片边框、分隔线 |
|
||||
| **Success** | `#4CAF50` | 正向指标(绿色系) |
|
||||
| **Warning** | `#E57373` | 问题标记(红色系) |
|
||||
|
||||
### Gradient Scheme
|
||||
|
||||
```xml
|
||||
<!-- 标题渐变(金色系) -->
|
||||
<linearGradient id="titleGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#C9A96E"/>
|
||||
<stop offset="100%" stop-color="#E8D5B7"/>
|
||||
</linearGradient>
|
||||
|
||||
<!-- 背景装饰光晕 -->
|
||||
<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>
|
||||
|
||||
<!-- 卡片渐变底色 -->
|
||||
<linearGradient id="cardGradient" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#16213E"/>
|
||||
<stop offset="100%" stop-color="#1A1A2E"/>
|
||||
</linearGradient>
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## IV. Typography System
|
||||
|
||||
### Font Plan
|
||||
|
||||
**Recommended preset**: P3 — Culture/Arts/Humanities
|
||||
|
||||
| Role | Chinese | English | Fallback |
|
||||
| ---- | ------- | ------- | -------- |
|
||||
| **Title** | KaiTi | Georgia | serif |
|
||||
| **Body** | Microsoft YaHei | Arial | sans-serif |
|
||||
| **Code** | - | Consolas | Monaco |
|
||||
| **Emphasis** | SimHei | Arial | sans-serif |
|
||||
|
||||
**Font stack**: `"KaiTi", Georgia, serif` (标题) / `"Microsoft YaHei", Arial, sans-serif` (正文)
|
||||
|
||||
### Font Size Hierarchy
|
||||
|
||||
**Baseline**: Body font size = 22px (内容密度适中)
|
||||
|
||||
| Purpose | Ratio | Size | Weight |
|
||||
| ------- | ----- | ---- | ------ |
|
||||
| Cover title | 2.5x | 54px | Bold |
|
||||
| Chapter title | 2x | 44px | Bold |
|
||||
| Content title | 1.5x | 32px | Bold |
|
||||
| Subtitle | 1.3x | 28px | SemiBold |
|
||||
| **Body content** | **1x** | **22px** | Regular |
|
||||
| Annotation | 0.73x | 16px | Regular |
|
||||
| Page number/date | 0.55x | 12px | Regular |
|
||||
|
||||
---
|
||||
|
||||
## V. Layout Principles
|
||||
|
||||
### Page Structure
|
||||
|
||||
- **Header area**: 高 80px — 页面标题 + 金色装饰线
|
||||
- **Content area**: 高 540px — 主要内容区域
|
||||
- **Footer area**: 高 40px — 页码 + 来源信息
|
||||
|
||||
### Common Layout Modes
|
||||
|
||||
| Mode | Suitable Scenarios |
|
||||
| ---- | ----------------- |
|
||||
| **Single column centered** | 封面、结尾、关键引言 |
|
||||
| **Left-right split (4:6)** | 图文混排(图片+文字说明) |
|
||||
| **Left-right split (5:5)** | 双概念对比 |
|
||||
| **Three-column cards** | 并列要点、作品展示 |
|
||||
| **Top-bottom split** | 超宽图片 + 文字 |
|
||||
| **Timeline** | 人生轨迹、编年概述 |
|
||||
|
||||
### Spacing Specification
|
||||
|
||||
| Element | Value |
|
||||
| ------- | ----- |
|
||||
| Card gap | 24px |
|
||||
| Content block gap | 32px |
|
||||
| Card padding | 24px |
|
||||
| Card border radius | 12px |
|
||||
| Icon-text gap | 12px |
|
||||
| Single-row card height | 540px |
|
||||
| Double-row card height | 260px each |
|
||||
| Three-column card width | 360px each |
|
||||
|
||||
---
|
||||
|
||||
## VI. Icon Usage Specification
|
||||
|
||||
### Source
|
||||
|
||||
- **Built-in icon library**: `templates/icons/chunk/` (直线几何风格,适配典雅庄重调性)
|
||||
- **Library**: `chunk`
|
||||
- **Usage method**: Placeholder format `{{icon:chunk/icon-name}}`
|
||||
|
||||
### Recommended Icon List
|
||||
|
||||
| Purpose | Icon Path | Page |
|
||||
| ------- | --------- | ---- |
|
||||
| 建筑/设计 | `{{icon:chunk/building}}` | Slide 03, 04 |
|
||||
| 古堡/历史建筑 | `{{icon:chunk/castle}}` | Slide 03 |
|
||||
| 博物馆/文化 | `{{icon:chunk/museum}}` | Slide 04 |
|
||||
| 地图/考察 | `{{icon:chunk/map}}` | Slide 05 |
|
||||
| 圆规/制图 | `{{icon:chunk/compass-drafting}}` | Slide 06 |
|
||||
| 书籍/学术 | `{{icon:chunk/book-open}}` | Slide 07 |
|
||||
| 钢笔/写作 | `{{icon:chunk/pen-nib}}` | Slide 08 |
|
||||
| 皇冠/巨匠 | `{{icon:chunk/crown}}` | Slide 01, 10 |
|
||||
| 星星/成就 | `{{icon:chunk/star}}` | Slide 09 |
|
||||
| 旗帜/先驱 | `{{icon:chunk/flag}}` | Slide 09 |
|
||||
| 心/情怀 | `{{icon:chunk/heart}}` | Slide 10 |
|
||||
| 眼睛/重识 | `{{icon:chunk/eye}}` | Slide 02 |
|
||||
| 时钟/时光 | `{{icon:chunk/clock}}` | Slide 02 |
|
||||
| 全球/影响力 | `{{icon:chunk/globe}}` | Slide 07 |
|
||||
|
||||
---
|
||||
|
||||
## VII. Visualization Reference List
|
||||
|
||||
| Visualization Type | Reference Template | Used In | Purpose |
|
||||
| ------------------ | ------------------ | ------- | ------- |
|
||||
| timeline | `templates/charts/timeline.svg` | Slide 02 | 林徽因人生关键节点时间轴 |
|
||||
| icon_grid | `templates/charts/icon_grid.svg` | Slide 03 | 建筑作品一览(多项目卡片) |
|
||||
| vertical_list | `templates/charts/vertical_list.svg` | Slide 07 | 学术贡献要点列表 |
|
||||
|
||||
---
|
||||
|
||||
## VIII. Image Resource List
|
||||
|
||||
| Filename | Dimensions | Ratio | Purpose | Type | Status | Generation Description |
|
||||
| -------- | --------- | ----- | ------- | ---- | ------ | --------------------- |
|
||||
| cover_bg.png | 1280x720 | 1.78 | 封面背景 | Background | Pending generation | Chinese traditional architectural elements (curved tile rooflines, wooden brackets/dougong) silhouetted against a deep navy-to-midnight blue gradient sky (#1A1A2E to #16213E), golden light (#C9A96E) glowing along the roofline edges, subtle mist/cloud in lower third, clean center area reserved for title text overlay, cinematic atmospheric style |
|
||||
| lin_portrait.png | 640x703 | 0.91 | 封面人物肖像 | Photography | Existing | - |
|
||||
| jihai_station_old.png | 670x346 | 1.94 | 吉海铁路总站历史照片 | Photography | Existing | - |
|
||||
| jihai_station_new.png | 1080x608 | 1.78 | 修复后的吉海铁路总站 | Photography | Existing | - |
|
||||
| pku_geology.png | 745x414 | 1.80 | 北大地质馆旧址 | Photography | Existing | - |
|
||||
| yingqiu_院.png | 792x606 | 1.31 | 映秋院历史照片 | Photography | Existing | - |
|
||||
| kunming_site.png | 1080x783 | 1.38 | 昆明建筑工地 | Photography | Existing | - |
|
||||
| babaoshan.png | 1080x712 | 1.52 | 八宝山革命公墓 | Photography | Existing | - |
|
||||
| lin_tomb.png | 1080x796 | 1.36 | 林徽因墓碑 | Photography | Existing | - |
|
||||
| monument.png | 960x1280 | 0.75 | 人民英雄纪念碑 | Photography | Existing | - |
|
||||
| liang_lin_together.png | 1000x710 | 1.41 | 梁思成与林徽因合影 | Photography | Existing | - |
|
||||
| first_paper.png | 1080x810 | 1.33 | 首篇建筑论文 | Photography | Existing | - |
|
||||
| lin_survey.png | 1056x1080 | 0.98 | 林徽因考察古建筑 | Photography | Existing | - |
|
||||
| lin_later.png | 857x804 | 1.07 | 林徽因晚年照片 | Photography | Existing | - |
|
||||
|
||||
---
|
||||
|
||||
## IX. Content Outline
|
||||
|
||||
### Part 1: 开篇
|
||||
|
||||
#### Slide 01 - 封面
|
||||
|
||||
- **Layout**: 全屏背景图 + 居中竖排标题 + 人物剪影
|
||||
- **Title**: 林徽因:被文学光环遮蔽的建筑巨匠
|
||||
- **Subtitle**: 逝世70周年 · 重识中国建筑史上的女性力量
|
||||
- **Info**: 凤凰空间 · 2025
|
||||
- **Image**: cover_bg.png (全屏底), lin_portrait.png (右侧)
|
||||
|
||||
#### Slide 02 - 人生轨迹概览
|
||||
|
||||
- **Layout**: 横向时间轴
|
||||
- **Title**: 建筑巨匠的一生
|
||||
- **Visualization**: timeline
|
||||
- **Content**:
|
||||
- 1904 出生于杭州
|
||||
- 1924 赴美留学宾夕法尼亚大学
|
||||
- 1928 与梁思成结婚,归国
|
||||
- 1930 加入中国营造学社
|
||||
- 1932 发表首篇建筑论文
|
||||
- 1937-1946 战时流亡,坚持研究
|
||||
- 1949 参与国徽设计
|
||||
- 1952 参与人民英雄纪念碑设计
|
||||
- 1955 逝世,墓碑刻"建筑师林徽因墓"
|
||||
|
||||
### Part 2: 建筑师林徽因
|
||||
|
||||
#### Slide 03 - 为数不多的建筑作品(上)
|
||||
|
||||
- **Layout**: 三列卡片布局
|
||||
- **Title**: 归国初期的建筑实践
|
||||
- **Visualization**: icon_grid
|
||||
- **Content**:
|
||||
- 1929 梁启超墓碑设计 — 学成归来第一件作品
|
||||
- 1929 吉林大学石头楼 — 参与"梁陈童蔡营造事务所"设计
|
||||
- 1929 吉海铁路总站 — 林徽因设计总体风貌,哥特式雄狮造型
|
||||
|
||||
#### Slide 04 - 为数不多的建筑作品(下)
|
||||
|
||||
- **Layout**: 左右分栏(4:6),左图右文
|
||||
- **Title**: 战火中的建筑理想
|
||||
- **Content**:
|
||||
- 1932 北大地质馆与女生宿舍 — 中国最早引入西方现代主义建筑
|
||||
- 1938 云南大学映秋院 — 融合云南民间建筑元素
|
||||
- 1938 西南联大校舍 — "一生中最痛苦、最委屈的设计"
|
||||
- 1940 昆明自宅 — 两位建筑师一生唯一为自己设计的房子
|
||||
- **Image**: kunming_site.png
|
||||
|
||||
#### Slide 05 - 丰碑之作
|
||||
|
||||
- **Layout**: 左右分栏(5:5),左文右图
|
||||
- **Title**: 国之重器上的建筑印记
|
||||
- **Content**:
|
||||
- 1950 八宝山革命公墓 — 主体建筑格局设计
|
||||
- 1952 人民英雄纪念碑 — 提出创造性修改方案
|
||||
- 亲自设计碑座全套饰纹与花环浮雕
|
||||
- 以唐代风格为蓝本,展现中国传统建筑美学
|
||||
- 墓碑上只有七个字:建筑师林徽因墓
|
||||
- **Image**: monument.png
|
||||
|
||||
### Part 3: 被低估的学术先驱
|
||||
|
||||
#### Slide 06 - 中国建筑理论的奠基者
|
||||
|
||||
- **Layout**: 左右分栏(4:6),左图右文
|
||||
- **Title**: 首篇建筑论文:技惊四座
|
||||
- **Content**:
|
||||
- 1932《论中国建筑之几个特征》— 首次由中国专业学者发表的建筑理论文章
|
||||
- 首次在理论上定义了中国建筑木框架结构体系的基本特征
|
||||
- 反驳西方学者对中国建筑的误读
|
||||
- 描绘出关于中国建筑史的完整概念框架
|
||||
- **Image**: first_paper.png
|
||||
|
||||
#### Slide 07 - 独创概念与超前思想
|
||||
|
||||
- **Layout**: 纵向要点列表
|
||||
- **Title**: 学术贡献一览
|
||||
- **Visualization**: vertical_list
|
||||
- **Content**:
|
||||
- "建筑意"概念 — 原创性的中国建筑美学理念,建筑是技术、美、历史与人情的凝聚
|
||||
- 《清式营造则例》绪论 — 归纳中国建筑理论框架
|
||||
- 民居研究先驱 — 在中国建筑界率先提出保护民间建筑
|
||||
- 《现代住宅设计的参考》 — 远见性地提出战后为普通人设计建筑
|
||||
- 首开"住宅概论"课 — 1949年清华大学首次系统教授现代住宅设计理论
|
||||
|
||||
### Part 4: 强者与精神
|
||||
|
||||
#### Slide 08 - 远比传闻更震撼的一生
|
||||
|
||||
- **Layout**: 左右分栏(5:5),左文右图
|
||||
- **Title**: 穿越战火的建筑斗士
|
||||
- **Content**:
|
||||
- 荒郊野谷考察古建筑,风餐露宿不退缩
|
||||
- "只要梁先生敢爬敢上的,林先生就敢上"
|
||||
- 战乱流亡中肺炎发作,此后再未恢复健康
|
||||
- 带病坚持在偏远小镇一笔一笔书写中国建筑史
|
||||
- "什么美人不美人,我还有好多事要做呢!"
|
||||
- **Image**: lin_survey.png
|
||||
|
||||
#### Slide 09 - 她想要终生奋斗的事业
|
||||
|
||||
- **Layout**: 引言卡片 + 成就总结
|
||||
- **Title**: 当之无愧的建筑师
|
||||
- **Content**:
|
||||
- 引言:"我自己也到了相当年纪,也没有什么成就…我禁不住伤心起来" — 28岁写给胡适的信
|
||||
- 与梁思成共同创办东北大学、清华大学建筑系
|
||||
- 深入荒凉之地一寸寸测量古建筑
|
||||
- 在国徽和纪念碑上倾注最后心血
|
||||
- 她是学科的奠基者,更是思想上的先行者
|
||||
|
||||
#### Slide 10 - 结尾
|
||||
|
||||
- **Layout**: 单列居中,引言式
|
||||
- **Title**: 建筑师林徽因墓
|
||||
- **Subtitle**: 她用一生证明,她是当之无愧的建筑师
|
||||
- **Content**:
|
||||
- 中央金色竖线装饰
|
||||
- 墓碑铭文引用
|
||||
- 致敬语
|
||||
- 来源信息
|
||||
|
||||
---
|
||||
|
||||
## X. Speaker Notes Requirements
|
||||
|
||||
- **File naming**: Match SVG names (e.g., `01_cover.svg` → `notes/01_cover.md`)
|
||||
- **Total duration**: ~15 minutes
|
||||
- **Notes style**: 叙述型(Narrative),兼具历史厚重感与人文温度
|
||||
- **Presentation purpose**: Inspire + Inform(致敬与知识传递)
|
||||
- **Content includes**: 每页演讲要点、补充历史细节、过渡衔接语
|
||||
|
||||
---
|
||||
|
||||
## 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. `marker-start` / `marker-end` conditionally allowed: `<marker>` must be in `<defs>`, `orient="auto"`, shape must be triangle / diamond / circle
|
||||
|
||||
### PPT Compatibility Rules:
|
||||
|
||||
- `<g opacity="...">` FORBIDDEN (group opacity); set on each child element individually
|
||||
- Image transparency uses overlay mask layer (`<rect fill="bg-color" opacity="0.x"/>`)
|
||||
- Inline styles only; external CSS and `@font-face` FORBIDDEN
|
||||
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 823 KiB |
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"project": "林徽因:被文学光环遮蔽的建筑巨匠",
|
||||
"generated_at": "2026-04-21",
|
||||
"color_scheme": {
|
||||
"primary": "#C9A96E",
|
||||
"secondary": "#16213E",
|
||||
"accent": "#E8D5B7",
|
||||
"background": "#1A1A2E"
|
||||
},
|
||||
"deck_style_anchor": "Chinese traditional architectural aesthetic, color palette: deep navy (#1A1A2E), midnight blue (#16213E), antique gold (#C9A96E), warm ivory (#E8D5B7), cinematic atmospheric, high quality, 4K",
|
||||
"items": [
|
||||
{
|
||||
"filename": "cover_bg.png",
|
||||
"purpose": "Cover background (Slide 01)",
|
||||
"type": "Background",
|
||||
"aspect_ratio": "16:9",
|
||||
"prompt": "Chinese traditional architectural elements, curved tile rooflines and wooden bracket systems (dougong) silhouetted against a deep navy-to-midnight-blue gradient sky (#1A1A2E to #16213E), golden warm light (#C9A96E) glowing softly along the roofline edges, subtle misty atmosphere in the lower third, clean center area reserved for text overlay, cinematic atmospheric style, elegant and dignified mood, professional presentation background, 16:9 aspect ratio, high resolution, 4K quality",
|
||||
"negative_prompt": "text, letters, watermark, faces, busy patterns, high contrast details, modern buildings, cartoon, anime",
|
||||
"alt_text": "Silhouette of traditional Chinese architectural rooflines against a deep navy gradient sky with golden edge lighting, atmospheric and cinematic composition with reserved center space for text",
|
||||
"status": "Generated"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
# Image Generation Prompts
|
||||
|
||||
> Auto-generated from `image_prompts.json` by `image_gen.py --render-md`.
|
||||
> Do not hand-edit — re-run the command to refresh.
|
||||
|
||||
> Project: 林徽因:被文学光环遮蔽的建筑巨匠
|
||||
> Generated: 2026-04-21
|
||||
> Color scheme: Primary #C9A96E | Secondary #16213E | Accent #E8D5B7 | Background #1A1A2E
|
||||
> Deck Style Anchor: Chinese traditional architectural aesthetic, color palette: deep navy (#1A1A2E), midnight blue (#16213E), antique gold (#C9A96E), warm ivory (#E8D5B7), cinematic atmospheric, high quality, 4K
|
||||
|
||||
---
|
||||
|
||||
### Image 1: cover_bg.png
|
||||
|
||||
| Attribute | Value |
|
||||
|---|---|
|
||||
| Purpose | Cover background (Slide 01) |
|
||||
| Type | Background |
|
||||
| Aspect ratio | 16:9 |
|
||||
| Status | Generated |
|
||||
|
||||
**Prompt**:
|
||||
|
||||
Chinese traditional architectural elements, curved tile rooflines and wooden bracket systems (dougong) silhouetted against a deep navy-to-midnight-blue gradient sky (#1A1A2E to #16213E), golden warm light (#C9A96E) glowing softly along the roofline edges, subtle misty atmosphere in the lower third, clean center area reserved for text overlay, cinematic atmospheric style, elegant and dignified mood, professional presentation background, 16:9 aspect ratio, high resolution, 4K quality
|
||||
|
||||
**Negative Prompt**:
|
||||
|
||||
text, letters, watermark, faces, busy patterns, high contrast details, modern buildings, cartoon, anime
|
||||
|
||||
**Alt Text**:
|
||||
> Silhouette of traditional Chinese architectural rooflines against a deep navy gradient sky with golden edge lighting, atmospheric and cinematic composition with reserved center space for text
|
||||
|
||||
---
|
||||
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 301 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 468 KiB |
|
After Width: | Height: | Size: 465 KiB |
|
After Width: | Height: | Size: 798 KiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.1 MiB |
|
After Width: | Height: | Size: 1.4 MiB |
|
After Width: | Height: | Size: 276 KiB |
|
After Width: | Height: | Size: 771 KiB |
@@ -0,0 +1,8 @@
|
||||
林徽因——这个名字,大多数人可能首先想到的是诗歌、文学和爱情故事。但今天,我们要翻开她被文学光环遮蔽的另一面——一位真正的建筑巨匠。
|
||||
|
||||
[停顿]
|
||||
|
||||
2025年4月1日,是林徽因逝世70周年。70年过去了,她墓碑上的七个字依然铿锵有力:"建筑师林徽因墓"。今天,让我们重新认识她。
|
||||
|
||||
要点:① 引出主题:被文学光环遮蔽的建筑巨匠 ② 点明纪念时间节点 ③ 设定演讲基调
|
||||
时长:1分钟
|
||||
@@ -0,0 +1,10 @@
|
||||
[过渡] 让我们先从时间轴上,纵览林徽因跌宕起伏的一生。
|
||||
|
||||
从1904年杭州出生,到1924年赴美留学,再到1928年与梁思成结婚归国——她的建筑人生由此展开。加入营造学社、发表首篇建筑论文、经历战火流亡、参与国徽设计、设计人民英雄纪念碑——每一个节点都写满了坚韧与才华。
|
||||
|
||||
[停顿]
|
||||
|
||||
51年的生命,浓缩了中国近半个世纪最动荡也最辉煌的建筑史。
|
||||
|
||||
要点:① 以时间轴串联人生 ② 突出关键转折点 ③ 渲染生命的短暂与贡献的伟大
|
||||
时长:1.5分钟
|
||||
@@ -0,0 +1,10 @@
|
||||
[过渡] 有人质疑林徽因作为建筑师"没有留下多少作品"。但请注意,这不是因为缺乏才能,而是时代使然。
|
||||
|
||||
1929年,刚归国的她和梁思成便完成了第一件作品——为父亲梁启超设计墓碑。同年,参与"梁陈童蔡营造事务所"设计吉林大学石头楼。最令人惊叹的是吉海铁路总站——这座哥特式建筑从空中俯瞰如一头雄狮伏卧,"狮尾"巧妙设计成钟塔,寓意"中国如雄狮初醒"。
|
||||
|
||||
[停顿]
|
||||
|
||||
这是一位28岁建筑师的格局与匠心。
|
||||
|
||||
要点:① 回应"作品少"的质疑 ② 三个早期代表作品 ③ 吉海铁路总站的精妙设计
|
||||
时长:1.5分钟
|
||||
@@ -0,0 +1,10 @@
|
||||
[过渡] 如果说归国初期是理想的起航,那战争年代则是最残酷的考验。
|
||||
|
||||
1932年为北大设计地质馆时,她甚至细致到考虑女生手小而特意缩小扶手——这是建筑师对使用者的温柔。1938年在云南设计映秋院,她就地取材融合民间建筑智慧。西南联大校舍的设计则是她一生中"最痛苦、最委屈的"——方案一改再改,从高楼变成茅草屋。
|
||||
|
||||
[停顿]
|
||||
|
||||
而1940年在昆明,她与梁思成为自己设计了唯一一所住宅。简单雅洁的土坯白墙,这是两位建筑师一生中唯一属于自己的房子。
|
||||
|
||||
要点:① 战时建筑实践的艰难 ② 细节中见人文关怀 ③ 昆明自宅的唯一性
|
||||
时长:1.5分钟
|
||||
@@ -0,0 +1,10 @@
|
||||
[过渡] 战争结束后,林徽因将生命最后的力量献给了国家最重要的建筑。
|
||||
|
||||
1950年设计八宝山革命公墓的主体格局,1952年被任命为人民英雄纪念碑建筑委员会委员。她提出了创造性的修改方案——将台阶由一层改为两层,让纪念碑与天安门广场的空间尺度更好地配合。她还以唐代风格为蓝本,亲手设计了碑座的全套饰纹和花环浮雕。
|
||||
|
||||
[停顿]
|
||||
|
||||
而后,她安葬于自己设计的八宝山。墓碑上只有七个字:建筑师林徽因墓。
|
||||
|
||||
要点:① 两项国家级建筑作品 ② 纪念碑设计的具体贡献 ③ 墓碑铭文的深意
|
||||
时长:1.5分钟
|
||||
@@ -0,0 +1,10 @@
|
||||
[过渡] 建筑作品之外,林徽因在学术上的贡献同样震撼——甚至更为深远。
|
||||
|
||||
1932年,年仅28岁的林徽因发表了《论中国建筑之几个特征》。这是首次由中国专业学者发表的建筑理论文章。在此之前,西方学者认为中国建筑不过是世界建筑主干上的"一片孤叶"。林徽因以严谨的学术回击了这一偏见,首次在理论上定义了中国建筑木框架结构的基本特征。
|
||||
|
||||
[停顿]
|
||||
|
||||
她的女儿梁再冰曾回忆:"她是灵魂人物。"这绝非溢美之词。
|
||||
|
||||
要点:① 28岁的学术首秀 ② 回击西方偏见 ③ 定义中国建筑体系的历史意义
|
||||
时长:1.5分钟
|
||||
@@ -0,0 +1,10 @@
|
||||
[过渡] 首篇论文只是开始,林徽因的学术视野远超同时代。
|
||||
|
||||
她首创"建筑意"概念——建筑不仅是技术与美的结合,更是历史和人情的凝聚。她为《清式营造则例》撰写绪论,系统归纳中国建筑理论框架。她率先在中国建筑界提出保护民间建筑。1945年发表《现代住宅设计的参考》,远见性地提出战后要为普通人设计建筑。
|
||||
|
||||
[停顿]
|
||||
|
||||
1949年,她在清华大学首开"住宅概论"课程,系统教授现代住宅设计——这些在今天看来理所当然的理念,在70多年前需要何等的远见。
|
||||
|
||||
要点:① 五大学术贡献 ② "建筑意"的原创性 ③ 超前的学术眼光
|
||||
时长:2分钟
|
||||
@@ -0,0 +1,10 @@
|
||||
[过渡] 你可能会问,林徽因到底是怎样的一个人?答案是——一个强者。
|
||||
|
||||
金岳霖送她对联"林下美人",她不以为然说:"什么美人不美人,我还有好多事要做呢!"在荒郊野谷考察古建筑时,只要梁先生敢爬的,林先生就敢上。战乱流亡中她肺炎发作,此后再未恢复健康,但她始终没有放弃。
|
||||
|
||||
[停顿]
|
||||
|
||||
她教导孩子要"顶勇敢,什么都不怕"。她拖着病体在偏远小镇一笔一笔书写中国建筑史。她的生命中有比"小我"更宏大的东西——那就是中国建筑学术事业。
|
||||
|
||||
要点:① 打破"才女"刻板印象 ② 具体事迹展现坚韧 ③ 精神内核的揭示
|
||||
时长:1.5分钟
|
||||
@@ -0,0 +1,10 @@
|
||||
[过渡] 28岁时,林徽因曾写信给胡适,坦言自己"没有什么成就","禁不住伤心起来"。
|
||||
|
||||
但让我们看看她实际做了什么——创办了两所大学的建筑系,深入荒凉之地测量古建筑,在战时坚持书写建筑史,为国徽和纪念碑倾注最后心血。她是学科的奠基者,更是思想上的先行者。
|
||||
|
||||
[停顿]
|
||||
|
||||
如果说建筑是她终生为之奋斗的事业,那么这份奋斗的结果早已超越了她自己的担忧。她改变了中国人看待自己建筑的方式。
|
||||
|
||||
要点:① 引言的感人力量 ② 四大核心成就总结 ③ 呼应主题
|
||||
时长:1.5分钟
|
||||
@@ -0,0 +1,10 @@
|
||||
[过渡] 最后,让我们回到那块墓碑前。
|
||||
|
||||
"建筑师林徽因墓"——七个字,概括了一生。不是诗人林徽因,不是才女林徽因,而是建筑师林徽因。今天,我们重新认识了她。她是中国第一位女建筑学家,是营造学社的核心成员,是人民英雄纪念碑的设计者,是中国建筑理论的奠基人。
|
||||
|
||||
[停顿]
|
||||
|
||||
她用51年的生命告诉我们:女性的力量,可以穿越战火,可以改写历史,可以筑起民族的丰碑。
|
||||
|
||||
要点:① 回扣墓碑铭文 ② 致敬与总结 ③ 升华主题
|
||||
时长:1分钟
|
||||
@@ -0,0 +1,145 @@
|
||||
# 01_封面
|
||||
|
||||
林徽因——这个名字,大多数人可能首先想到的是诗歌、文学和爱情故事。但今天,我们要翻开她被文学光环遮蔽的另一面——一位真正的建筑巨匠。
|
||||
|
||||
[停顿]
|
||||
|
||||
2025年4月1日,是林徽因逝世70周年。70年过去了,她墓碑上的七个字依然铿锵有力:"建筑师林徽因墓"。今天,让我们重新认识她。
|
||||
|
||||
要点:① 引出主题:被文学光环遮蔽的建筑巨匠 ② 点明纪念时间节点 ③ 设定演讲基调
|
||||
时长:1分钟
|
||||
|
||||
---
|
||||
|
||||
# 02_人生轨迹
|
||||
|
||||
[过渡] 让我们先从时间轴上,纵览林徽因跌宕起伏的一生。
|
||||
|
||||
从1904年杭州出生,到1924年赴美留学,再到1928年与梁思成结婚归国——她的建筑人生由此展开。加入营造学社、发表首篇建筑论文、经历战火流亡、参与国徽设计、设计人民英雄纪念碑——每一个节点都写满了坚韧与才华。
|
||||
|
||||
[停顿]
|
||||
|
||||
51年的生命,浓缩了中国近半个世纪最动荡也最辉煌的建筑史。
|
||||
|
||||
要点:① 以时间轴串联人生 ② 突出关键转折点 ③ 渲染生命的短暂与贡献的伟大
|
||||
时长:1.5分钟
|
||||
|
||||
---
|
||||
|
||||
# 03_归国初期建筑实践
|
||||
|
||||
[过渡] 有人质疑林徽因作为建筑师"没有留下多少作品"。但请注意,这不是因为缺乏才能,而是时代使然。
|
||||
|
||||
1929年,刚归国的她和梁思成便完成了第一件作品——为父亲梁启超设计墓碑。同年,参与"梁陈童蔡营造事务所"设计吉林大学石头楼。最令人惊叹的是吉海铁路总站——这座哥特式建筑从空中俯瞰如一头雄狮伏卧,"狮尾"巧妙设计成钟塔,寓意"中国如雄狮初醒"。
|
||||
|
||||
[停顿]
|
||||
|
||||
这是一位28岁建筑师的格局与匠心。
|
||||
|
||||
要点:① 回应"作品少"的质疑 ② 三个早期代表作品 ③ 吉海铁路总站的精妙设计
|
||||
时长:1.5分钟
|
||||
|
||||
---
|
||||
|
||||
# 04_战火中的建筑理想
|
||||
|
||||
[过渡] 如果说归国初期是理想的起航,那战争年代则是最残酷的考验。
|
||||
|
||||
1932年为北大设计地质馆时,她甚至细致到考虑女生手小而特意缩小扶手——这是建筑师对使用者的温柔。1938年在云南设计映秋院,她就地取材融合民间建筑智慧。西南联大校舍的设计则是她一生中"最痛苦、最委屈的"——方案一改再改,从高楼变成茅草屋。
|
||||
|
||||
[停顿]
|
||||
|
||||
而1940年在昆明,她与梁思成为自己设计了唯一一所住宅。简单雅洁的土坯白墙,这是两位建筑师一生中唯一属于自己的房子。
|
||||
|
||||
要点:① 战时建筑实践的艰难 ② 细节中见人文关怀 ③ 昆明自宅的唯一性
|
||||
时长:1.5分钟
|
||||
|
||||
---
|
||||
|
||||
# 05_国之重器
|
||||
|
||||
[过渡] 战争结束后,林徽因将生命最后的力量献给了国家最重要的建筑。
|
||||
|
||||
1950年设计八宝山革命公墓的主体格局,1952年被任命为人民英雄纪念碑建筑委员会委员。她提出了创造性的修改方案——将台阶由一层改为两层,让纪念碑与天安门广场的空间尺度更好地配合。她还以唐代风格为蓝本,亲手设计了碑座的全套饰纹和花环浮雕。
|
||||
|
||||
[停顿]
|
||||
|
||||
而后,她安葬于自己设计的八宝山。墓碑上只有七个字:建筑师林徽因墓。
|
||||
|
||||
要点:① 两项国家级建筑作品 ② 纪念碑设计的具体贡献 ③ 墓碑铭文的深意
|
||||
时长:1.5分钟
|
||||
|
||||
---
|
||||
|
||||
# 06_首篇建筑论文
|
||||
|
||||
[过渡] 建筑作品之外,林徽因在学术上的贡献同样震撼——甚至更为深远。
|
||||
|
||||
1932年,年仅28岁的林徽因发表了《论中国建筑之几个特征》。这是首次由中国专业学者发表的建筑理论文章。在此之前,西方学者认为中国建筑不过是世界建筑主干上的"一片孤叶"。林徽因以严谨的学术回击了这一偏见,首次在理论上定义了中国建筑木框架结构的基本特征。
|
||||
|
||||
[停顿]
|
||||
|
||||
她的女儿梁再冰曾回忆:"她是灵魂人物。"这绝非溢美之词。
|
||||
|
||||
要点:① 28岁的学术首秀 ② 回击西方偏见 ③ 定义中国建筑体系的历史意义
|
||||
时长:1.5分钟
|
||||
|
||||
---
|
||||
|
||||
# 07_学术贡献一览
|
||||
|
||||
[过渡] 首篇论文只是开始,林徽因的学术视野远超同时代。
|
||||
|
||||
她首创"建筑意"概念——建筑不仅是技术与美的结合,更是历史和人情的凝聚。她为《清式营造则例》撰写绪论,系统归纳中国建筑理论框架。她率先在中国建筑界提出保护民间建筑。1945年发表《现代住宅设计的参考》,远见性地提出战后要为普通人设计建筑。
|
||||
|
||||
[停顿]
|
||||
|
||||
1949年,她在清华大学首开"住宅概论"课程,系统教授现代住宅设计——这些在今天看来理所当然的理念,在70多年前需要何等的远见。
|
||||
|
||||
要点:① 五大学术贡献 ② "建筑意"的原创性 ③ 超前的学术眼光
|
||||
时长:2分钟
|
||||
|
||||
---
|
||||
|
||||
# 08_穿越战火的建筑斗士
|
||||
|
||||
[过渡] 你可能会问,林徽因到底是怎样的一个人?答案是——一个强者。
|
||||
|
||||
金岳霖送她对联"林下美人",她不以为然说:"什么美人不美人,我还有好多事要做呢!"在荒郊野谷考察古建筑时,只要梁先生敢爬的,林先生就敢上。战乱流亡中她肺炎发作,此后再未恢复健康,但她始终没有放弃。
|
||||
|
||||
[停顿]
|
||||
|
||||
她教导孩子要"顶勇敢,什么都不怕"。她拖着病体在偏远小镇一笔一笔书写中国建筑史。她的生命中有比"小我"更宏大的东西——那就是中国建筑学术事业。
|
||||
|
||||
要点:① 打破"才女"刻板印象 ② 具体事迹展现坚韧 ③ 精神内核的揭示
|
||||
时长:1.5分钟
|
||||
|
||||
---
|
||||
|
||||
# 09_当之无愧的建筑师
|
||||
|
||||
[过渡] 28岁时,林徽因曾写信给胡适,坦言自己"没有什么成就","禁不住伤心起来"。
|
||||
|
||||
但让我们看看她实际做了什么——创办了两所大学的建筑系,深入荒凉之地测量古建筑,在战时坚持书写建筑史,为国徽和纪念碑倾注最后心血。她是学科的奠基者,更是思想上的先行者。
|
||||
|
||||
[停顿]
|
||||
|
||||
如果说建筑是她终生为之奋斗的事业,那么这份奋斗的结果早已超越了她自己的担忧。她改变了中国人看待自己建筑的方式。
|
||||
|
||||
要点:① 引言的感人力量 ② 四大核心成就总结 ③ 呼应主题
|
||||
时长:1.5分钟
|
||||
|
||||
---
|
||||
|
||||
# 10_结尾
|
||||
|
||||
[过渡] 最后,让我们回到那块墓碑前。
|
||||
|
||||
"建筑师林徽因墓"——七个字,概括了一生。不是诗人林徽因,不是才女林徽因,而是建筑师林徽因。今天,我们重新认识了她。她是中国第一位女建筑学家,是营造学社的核心成员,是人民英雄纪念碑的设计者,是中国建筑理论的奠基人。
|
||||
|
||||
[停顿]
|
||||
|
||||
她用51年的生命告诉我们:女性的力量,可以穿越战火,可以改写历史,可以筑起民族的丰碑。
|
||||
|
||||
要点:① 回扣墓碑铭文 ② 致敬与总结 ③ 升华主题
|
||||
时长:1分钟
|
||||
@@ -0,0 +1,58 @@
|
||||
# Execution Lock
|
||||
|
||||
> Machine-readable execution contract. Executor MUST `read_file` this before every SVG page. Values NOT listed here must NOT appear in SVGs. For design narrative (rationale, audience, style), see `design_spec.md`.
|
||||
>
|
||||
> After SVG generation begins, this file is the canonical source for color / font / icon / image values. Modifications should go through `scripts/update_spec.py` so both this file and the generated SVGs stay in sync.
|
||||
|
||||
## canvas
|
||||
- viewBox: 0 0 1280 720
|
||||
- format: PPT 16:9
|
||||
|
||||
## colors
|
||||
- bg: #1A1A2E
|
||||
- bg_secondary: #16213E
|
||||
- primary: #C9A96E
|
||||
- accent: #E8D5B7
|
||||
- secondary_accent: #8B6F47
|
||||
- text: #E8E8E8
|
||||
- text_secondary: #A0A0B0
|
||||
- text_tertiary: #6B6B80
|
||||
- border: #2A2A4A
|
||||
|
||||
## typography
|
||||
- font_title: "KaiTi", Georgia, serif
|
||||
- font_body: "Microsoft YaHei", Arial, sans-serif
|
||||
- font_emphasis: "SimHei", Arial, sans-serif
|
||||
- cover_title: 54
|
||||
- chapter_title: 44
|
||||
- title: 32
|
||||
- subtitle: 28
|
||||
- body: 22
|
||||
- annotation: 16
|
||||
- page_number: 12
|
||||
|
||||
## icons
|
||||
- library: chunk
|
||||
- inventory: building, castle, museum, map, compass-drafting, book-open, pen-nib, crown, star, flag, heart, eye, clock, globe
|
||||
|
||||
## images
|
||||
- cover_bg: images/cover_bg.png
|
||||
- lin_portrait: images/lin_portrait.png
|
||||
- jihai_station_old: images/jihai_station_old.png
|
||||
- jihai_station_new: images/jihai_station_new.png
|
||||
- pku_geology: images/pku_geology.png
|
||||
- yingqiu_院: images/yingqiu_院.png
|
||||
- kunming_site: images/kunming_site.png
|
||||
- babaoshan: images/babaoshan.png
|
||||
- lin_tomb: images/lin_tomb.png
|
||||
- monument: images/monument.png
|
||||
- liang_lin_together: images/liang_lin_together.png
|
||||
- first_paper: images/first_paper.png
|
||||
- lin_survey: images/lin_survey.png
|
||||
- lin_later: images/lin_later.png
|
||||
|
||||
## 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)
|
||||
|
After Width: | Height: | Size: 2.5 MiB |
@@ -0,0 +1,186 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<linearGradient id="timelineGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#8B6F47" />
|
||||
<stop offset="100%" stop-color="#C9A96E" />
|
||||
</linearGradient>
|
||||
<linearGradient id="nodeGlow" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#C9A96E" />
|
||||
<stop offset="100%" stop-color="#8B6F47" />
|
||||
</linearGradient>
|
||||
<filter id="nodeShadow">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="3" />
|
||||
<feOffset dx="0" dy="2" />
|
||||
<feComponentTransfer><feFuncA type="linear" slope="0.35" /></feComponentTransfer>
|
||||
<feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge>
|
||||
</filter>
|
||||
<radialGradient id="bgGlow" cx="50%" cy="40%" r="60%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.04" />
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
</defs>
|
||||
|
||||
|
||||
<rect width="1280" height="720" fill="#1A1A2E" />
|
||||
<rect width="1280" height="720" fill="url(#bgGlow)" />
|
||||
|
||||
|
||||
<rect x="60" y="40" width="4" height="36" fill="#C9A96E" />
|
||||
<text x="80" y="70" font-family="'KaiTi', Georgia, serif" font-size="32" font-weight="bold" fill="#E8E8E8">
|
||||
<tspan>建筑巨匠的一生</tspan>
|
||||
</text>
|
||||
<text x="80" y="98" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#A0A0B0">
|
||||
<tspan>1904 — 1955 · 横跨半个世纪的建筑传奇</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<line x1="80" y1="360" x2="1200" y2="360" stroke="#2A2A4A" stroke-width="3" stroke-linecap="round" />
|
||||
|
||||
<line x1="80" y1="360" x2="1200" y2="360" stroke="url(#timelineGrad)" stroke-width="3" stroke-linecap="round" stroke-opacity="0.5" />
|
||||
|
||||
|
||||
<circle cx="120" cy="360" r="10" fill="url(#nodeGlow)" stroke="#1A1A2E" stroke-width="2" filter="url(#nodeShadow)" />
|
||||
<line x1="120" y1="348" x2="120" y2="280" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.4" stroke-dasharray="4,3" />
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" d="M68,200 H172 A8,8 0 0 1 180,208 V270 A8,8 0 0 1 172,278 H68 A8,8 0 0 1 60,270 V208 A8,8 0 0 1 68,200 Z" />
|
||||
<text x="120" y="225" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1904</tspan>
|
||||
</text>
|
||||
<text x="120" y="248" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>出生于杭州</tspan>
|
||||
</text>
|
||||
<text x="120" y="268" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>书香世家</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<circle cx="260" cy="360" r="10" fill="url(#nodeGlow)" stroke="#1A1A2E" stroke-width="2" filter="url(#nodeShadow)" />
|
||||
<line x1="260" y1="372" x2="260" y2="430" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.4" stroke-dasharray="4,3" />
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" d="M203,432 H317 A8,8 0 0 1 325,440 V502 A8,8 0 0 1 317,510 H203 A8,8 0 0 1 195,502 V440 A8,8 0 0 1 203,432 Z" />
|
||||
<text x="260" y="457" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1924</tspan>
|
||||
</text>
|
||||
<text x="260" y="480" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>赴美留学</tspan>
|
||||
</text>
|
||||
<text x="260" y="500" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>宾夕法尼亚大学</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<circle cx="400" cy="360" r="10" fill="url(#nodeGlow)" stroke="#1A1A2E" stroke-width="2" filter="url(#nodeShadow)" />
|
||||
<line x1="400" y1="348" x2="400" y2="280" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.4" stroke-dasharray="4,3" />
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" d="M343,200 H457 A8,8 0 0 1 465,208 V270 A8,8 0 0 1 457,278 H343 A8,8 0 0 1 335,270 V208 A8,8 0 0 1 343,200 Z" />
|
||||
<text x="400" y="225" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1928</tspan>
|
||||
</text>
|
||||
<text x="400" y="248" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>结婚归国</tspan>
|
||||
</text>
|
||||
<text x="400" y="268" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>与梁思成携手</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<circle cx="540" cy="360" r="10" fill="url(#nodeGlow)" stroke="#1A1A2E" stroke-width="2" filter="url(#nodeShadow)" />
|
||||
<line x1="540" y1="372" x2="540" y2="430" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.4" stroke-dasharray="4,3" />
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" d="M483,432 H597 A8,8 0 0 1 605,440 V502 A8,8 0 0 1 597,510 H483 A8,8 0 0 1 475,502 V440 A8,8 0 0 1 483,432 Z" />
|
||||
<text x="540" y="457" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1930</tspan>
|
||||
</text>
|
||||
<text x="540" y="480" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>加入营造学社</tspan>
|
||||
</text>
|
||||
<text x="540" y="500" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>研究中国古建筑</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<circle cx="680" cy="360" r="13" fill="url(#nodeGlow)" stroke="#E8D5B7" stroke-width="2" filter="url(#nodeShadow)" />
|
||||
<line x1="680" y1="345" x2="680" y2="280" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.5" stroke-dasharray="4,3" />
|
||||
<path fill="#16213E" stroke="#C9A96E" stroke-width="1.5" d="M618,190 H742 A8,8 0 0 1 750,198 V270 A8,8 0 0 1 742,278 H618 A8,8 0 0 1 610,270 V198 A8,8 0 0 1 618,190 Z" />
|
||||
<text x="680" y="217" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#E8D5B7" text-anchor="middle">
|
||||
<tspan>1932</tspan>
|
||||
</text>
|
||||
<text x="680" y="240" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>首篇建筑论文</tspan>
|
||||
</text>
|
||||
<text x="680" y="260" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>《论中国建筑之</tspan>
|
||||
</text>
|
||||
<text x="680" y="274" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>几个特征》</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<circle cx="820" cy="360" r="10" fill="url(#nodeGlow)" stroke="#1A1A2E" stroke-width="2" filter="url(#nodeShadow)" />
|
||||
<line x1="820" y1="372" x2="820" y2="430" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.4" stroke-dasharray="4,3" />
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" d="M758,432 H882 A8,8 0 0 1 890,440 V502 A8,8 0 0 1 882,510 H758 A8,8 0 0 1 750,502 V440 A8,8 0 0 1 758,432 Z" />
|
||||
<text x="820" y="457" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1937-1946</tspan>
|
||||
</text>
|
||||
<text x="820" y="480" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>战时流亡</tspan>
|
||||
</text>
|
||||
<text x="820" y="500" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>坚持建筑研究</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<circle cx="960" cy="360" r="10" fill="url(#nodeGlow)" stroke="#1A1A2E" stroke-width="2" filter="url(#nodeShadow)" />
|
||||
<line x1="960" y1="348" x2="960" y2="280" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.4" stroke-dasharray="4,3" />
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" d="M903,200 H1017 A8,8 0 0 1 1025,208 V270 A8,8 0 0 1 1017,278 H903 A8,8 0 0 1 895,270 V208 A8,8 0 0 1 903,200 Z" />
|
||||
<text x="960" y="225" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1949</tspan>
|
||||
</text>
|
||||
<text x="960" y="248" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>参与国徽设计</tspan>
|
||||
</text>
|
||||
<text x="960" y="268" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>病中坚持工作</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<circle cx="1060" cy="360" r="13" fill="url(#nodeGlow)" stroke="#E8D5B7" stroke-width="2" filter="url(#nodeShadow)" />
|
||||
<line x1="1060" y1="372" x2="1060" y2="430" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.5" stroke-dasharray="4,3" />
|
||||
<path fill="#16213E" stroke="#C9A96E" stroke-width="1.5" d="M998,432 H1122 A8,8 0 0 1 1130,440 V502 A8,8 0 0 1 1122,510 H998 A8,8 0 0 1 990,502 V440 A8,8 0 0 1 998,432 Z" />
|
||||
<text x="1060" y="457" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#E8D5B7" text-anchor="middle">
|
||||
<tspan>1952</tspan>
|
||||
</text>
|
||||
<text x="1060" y="480" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>纪念碑设计</tspan>
|
||||
</text>
|
||||
<text x="1060" y="500" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>生命最后的丰碑</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<circle cx="1180" cy="360" r="12" fill="#8B6F47" stroke="#E8D5B7" stroke-width="2" filter="url(#nodeShadow)" />
|
||||
<line x1="1180" y1="346" x2="1180" y2="280" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.5" stroke-dasharray="4,3" />
|
||||
<path fill="#16213E" stroke="#8B6F47" stroke-width="1.5" d="M1118,195 H1242 A8,8 0 0 1 1250,203 V271 A8,8 0 0 1 1242,279 H1118 A8,8 0 0 1 1110,271 V203 A8,8 0 0 1 1118,195 Z" />
|
||||
<text x="1180" y="220" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#E8D5B7" text-anchor="middle">
|
||||
<tspan>1955</tspan>
|
||||
</text>
|
||||
<text x="1180" y="243" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>逝世</tspan>
|
||||
</text>
|
||||
<text x="1180" y="263" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>墓碑刻:</tspan>
|
||||
</text>
|
||||
<text x="1180" y="276" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>建筑师林徽因墓</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" d="M328,580 H952 A8,8 0 0 1 960,588 V632 A8,8 0 0 1 952,640 H328 A8,8 0 0 1 320,632 V588 A8,8 0 0 1 328,580 Z" />
|
||||
<text x="640" y="600" font-family="'KaiTi', Georgia, serif" font-size="16" fill="#C9A96E" text-anchor="middle" fill-opacity="0.8">
|
||||
<tspan>"从未在历史中走远,她的建筑精神穿越百年"</tspan>
|
||||
</text>
|
||||
<text x="640" y="626" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="middle">
|
||||
<tspan>用51年的生命,书写中国建筑史上最动人的篇章</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>02 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 385 KiB |
|
After Width: | Height: | Size: 3.1 MiB |
|
After Width: | Height: | Size: 1.3 MiB |
|
After Width: | Height: | Size: 1.6 MiB |
@@ -0,0 +1,137 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<filter id="cardShadow">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="3" />
|
||||
<feOffset dx="0" dy="2" />
|
||||
<feComponentTransfer><feFuncA type="linear" slope="0.2" /></feComponentTransfer>
|
||||
<feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge>
|
||||
</filter>
|
||||
<radialGradient id="bgGlow" cx="50%" cy="50%" r="60%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.03" />
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
</defs>
|
||||
|
||||
|
||||
<rect width="1280" height="720" fill="#1A1A2E" />
|
||||
<rect width="1280" height="720" fill="url(#bgGlow)" />
|
||||
|
||||
|
||||
<text x="60" y="42" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#C9A96E" letter-spacing="3">
|
||||
<tspan>PART 02 · 被低估的学术先驱</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<rect x="60" y="55" width="4" height="32" fill="#C9A96E" />
|
||||
<text x="80" y="82" font-family="'KaiTi', Georgia, serif" font-size="32" font-weight="bold" fill="#E8E8E8">
|
||||
<tspan>学术贡献一览</tspan>
|
||||
</text>
|
||||
<text x="310" y="82" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#A0A0B0">
|
||||
<tspan>—— 远超时代的远见与独创</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" filter="url(#cardShadow)" d="M70,115 H1210 A10,10 0 0 1 1220,125 V205 A10,10 0 0 1 1210,215 H70 A10,10 0 0 1 60,205 V125 A10,10 0 0 1 70,115 Z" />
|
||||
<circle cx="105" cy="165" r="22" fill="#C9A96E" fill-opacity="0.15" stroke="#C9A96E" stroke-width="1.5" />
|
||||
<text x="105" y="172" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="18" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1</tspan>
|
||||
</text>
|
||||
|
||||
<g transform="translate(145.0, 137.0) scale(1.75)" fill="#C9A96E">
|
||||
<path d="M11 0L16 5L14 7V12L3 16L2.20711 15.2071L6.48196 10.9323C6.64718 10.9764 6.82084 11 7 11C8.10457 11 9 10.1046 9 9C9 7.89543 8.10457 7 7 7C5.89543 7 5 7.89543 5 9C5 9.17916 5.02356 9.35282 5.06774 9.51804L0.792893 13.7929L0 13L4 2H9L11 0Z" />
|
||||
</g>
|
||||
<text x="185" y="153" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>"建筑意"概念</tspan>
|
||||
</text>
|
||||
<text x="145" y="182" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#E8E8E8">
|
||||
<tspan>原创性的中国建筑美学理念 — 建筑不仅是技术与美的结合,还是历史和人情的凝聚</tspan>
|
||||
</text>
|
||||
<text x="145" y="202" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>在"诗意"和"画意"之外,提出"建筑意"——古建筑是有灵气的生命</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" filter="url(#cardShadow)" d="M70,230 H1210 A10,10 0 0 1 1220,240 V320 A10,10 0 0 1 1210,330 H70 A10,10 0 0 1 60,320 V240 A10,10 0 0 1 70,230 Z" />
|
||||
<circle cx="105" cy="280" r="22" fill="#C9A96E" fill-opacity="0.15" stroke="#C9A96E" stroke-width="1.5" />
|
||||
<text x="105" y="287" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="18" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>2</tspan>
|
||||
</text>
|
||||
|
||||
<g transform="translate(145.0, 252.0) scale(1.75)" fill="#C9A96E">
|
||||
<path d="M0 2H3.58579C4.49129 2 5.35971 2.35971 6 3C6.64029 3.64029 7 4.50871 7 5.41421V11H9V5.41421C9 4.50871 9.35971 3.64029 10 3C10.6403 2.35971 11.5087 2 12.4142 2H16V13H11L9 15H7L5 13H0V2Z" />
|
||||
</g>
|
||||
<text x="185" y="268" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>《清式营造则例》绪论</tspan>
|
||||
</text>
|
||||
<text x="145" y="297" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#E8E8E8">
|
||||
<tspan>为梁思成著作所作绪论,较完整地归纳了中国建筑理论框架</tspan>
|
||||
</text>
|
||||
<text x="145" y="317" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>从大系统到实用美观统一,再到历史演变与现代建筑关联</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<path fill="#16213E" stroke="#C9A96E" stroke-width="1" filter="url(#cardShadow)" d="M70,345 H1210 A10,10 0 0 1 1220,355 V435 A10,10 0 0 1 1210,445 H70 A10,10 0 0 1 60,435 V355 A10,10 0 0 1 70,345 Z" />
|
||||
<circle cx="105" cy="395" r="22" fill="#C9A96E" fill-opacity="0.15" stroke="#C9A96E" stroke-width="1.5" />
|
||||
<text x="105" y="402" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="18" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>3</tspan>
|
||||
</text>
|
||||
|
||||
<g transform="translate(145.0, 367.0) scale(1.75)" fill="#E8D5B7">
|
||||
<path d="M1 1V16H3V10H7L9 12H15V3H9L7 1H1Z" />
|
||||
</g>
|
||||
<text x="185" y="383" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>民居研究先驱</tspan>
|
||||
</text>
|
||||
<text x="145" y="412" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#E8E8E8">
|
||||
<tspan>在中国建筑界率先提出保护民间建筑,强调保护住宅和店面</tspan>
|
||||
</text>
|
||||
<text x="145" y="432" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>"艺术从来有两个系统,一个是宫殿艺术,一个是民间艺术"</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" filter="url(#cardShadow)" d="M70,460 H1210 A10,10 0 0 1 1220,470 V550 A10,10 0 0 1 1210,560 H70 A10,10 0 0 1 60,550 V470 A10,10 0 0 1 70,460 Z" />
|
||||
<circle cx="105" cy="510" r="22" fill="#C9A96E" fill-opacity="0.15" stroke="#C9A96E" stroke-width="1.5" />
|
||||
<text x="105" y="517" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="18" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>4</tspan>
|
||||
</text>
|
||||
|
||||
<g transform="translate(145.0, 482.0) scale(1.75)" fill="#C9A96E">
|
||||
<path d="M1.51967 3.30803C0.748393 4.37143 0.232465 5.63209 0.0618896 7L15.9381 7C15.7675 5.63208 15.2516 4.37142 14.4803 3.30801C14.4387 3.3313 14.3965 3.3546 14.3538 3.3779C12.8684 4.1881 10.7045 5 7.99997 5C5.29547 5 3.13149 4.1881 1.64611 3.3779C1.60342 3.35461 1.56127 3.33131 1.51967 3.30803Z" />
|
||||
<path d="M13.0562 1.80011C11.8114 2.42548 10.0975 3 7.99997 3C5.90247 3 4.18861 2.42549 2.94376 1.80013C4.32185 0.674887 6.08211 0 8 0C9.91787 0 11.6781 0.674881 13.0562 1.80011Z" />
|
||||
<path d="M0.0618896 9C0.232466 10.3679 0.748398 11.6286 1.51968 12.692C1.56128 12.6687 1.60344 12.6454 1.64614 12.6221C3.13152 11.8119 5.2955 11 8 11C10.7045 11 12.8685 11.8119 14.3538 12.6221C14.3966 12.6454 14.4387 12.6687 14.4803 12.692C15.2516 11.6286 15.7675 10.3679 15.9381 9L0.0618896 9Z" />
|
||||
<path d="M8 16C6.08212 16 4.32186 15.3251 2.94377 14.1999C4.18862 13.5745 5.90249 13 8 13C10.0975 13 11.8114 13.5745 13.0562 14.1999C11.6781 15.3251 9.91788 16 8 16Z" />
|
||||
</g>
|
||||
<text x="185" y="498" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>《现代住宅设计的参考》</tspan>
|
||||
</text>
|
||||
<text x="145" y="527" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#E8E8E8">
|
||||
<tspan>1945年发表,远见性地提出战后中国应为普通人设计建筑</tspan>
|
||||
</text>
|
||||
<text x="145" y="547" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>介绍同期西方国家战后新型住宅小区建设情况</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" filter="url(#cardShadow)" d="M70,575 H1210 A10,10 0 0 1 1220,585 V645 A10,10 0 0 1 1210,655 H70 A10,10 0 0 1 60,645 V585 A10,10 0 0 1 70,575 Z" />
|
||||
<circle cx="105" cy="615" r="22" fill="#C9A96E" fill-opacity="0.15" stroke="#C9A96E" stroke-width="1.5" />
|
||||
<text x="105" y="622" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="18" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>5</tspan>
|
||||
</text>
|
||||
|
||||
<g transform="translate(145.0, 597.0) scale(1.75)" fill="#C9A96E">
|
||||
<path d="M9.00001 0H7.00001L5.51292 4.57681L0.700554 4.57682L0.0825195 6.47893L3.97581 9.30756L2.48873 13.8843L4.10677 15.0599L8.00002 12.2313L11.8933 15.0599L13.5113 13.8843L12.0242 9.30754L15.9175 6.47892L15.2994 4.57681L10.4871 4.57681L9.00001 0Z" />
|
||||
</g>
|
||||
<text x="185" y="613" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>首开"住宅概论"课程</tspan>
|
||||
</text>
|
||||
<text x="145" y="642" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>1949年清华大学,首次系统教授现代住宅建筑设计理论</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>07 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 8.7 KiB |
|
After Width: | Height: | Size: 1.4 MiB |
@@ -0,0 +1,139 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<filter id="cardShadow">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="4" />
|
||||
<feOffset dx="0" dy="2" />
|
||||
<feComponentTransfer><feFuncA type="linear" slope="0.25" /></feComponentTransfer>
|
||||
<feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge>
|
||||
</filter>
|
||||
<radialGradient id="bgGlow" cx="50%" cy="30%" r="55%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.05" />
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0" />
|
||||
</radialGradient>
|
||||
<linearGradient id="quoteGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.1" />
|
||||
<stop offset="100%" stop-color="#8B6F47" stop-opacity="0.05" />
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
|
||||
<rect width="1280" height="720" fill="#1A1A2E" />
|
||||
<rect width="1280" height="720" fill="url(#bgGlow)" />
|
||||
|
||||
|
||||
<text x="60" y="42" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#C9A96E" letter-spacing="3">
|
||||
<tspan>PART 03 · 强者与精神</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<rect x="60" y="55" width="4" height="32" fill="#C9A96E" />
|
||||
<text x="80" y="82" font-family="'KaiTi', Georgia, serif" font-size="32" font-weight="bold" fill="#E8E8E8">
|
||||
<tspan>当之无愧的建筑师</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<path fill="url(#quoteGrad)" stroke="#C9A96E" stroke-width="1" filter="url(#cardShadow)" d="M72,115 H1208 A12,12 0 0 1 1220,127 V233 A12,12 0 0 1 1208,245 H72 A12,12 0 0 1 60,233 V127 A12,12 0 0 1 72,115 Z" />
|
||||
<path fill="#E8D5B7" d="M62,115 H62 A2,2 0 0 1 64,117 V243 A2,2 0 0 1 62,245 H62 A2,2 0 0 1 60,243 V117 A2,2 0 0 1 62,115 Z" />
|
||||
|
||||
<text x="90" y="160" font-family="Georgia, serif" font-size="48" fill="#C9A96E" fill-opacity="0.3">
|
||||
<tspan>"</tspan>
|
||||
</text>
|
||||
<text x="120" y="165" font-family="'KaiTi', Georgia, serif" font-size="18" fill="#E8E8E8">
|
||||
<tspan>我自己也到了相当年纪,也没有什么成就,眼看得机会愈少……</tspan>
|
||||
</text>
|
||||
<text x="120" y="192" font-family="'KaiTi', Georgia, serif" font-size="18" fill="#E8E8E8">
|
||||
<tspan>现在身体也不好,家常的负担也繁重,真是从此平庸处世,做妻生子地过一世!</tspan>
|
||||
</text>
|
||||
<text x="120" y="219" font-family="'KaiTi', Georgia, serif" font-size="18" fill="#C9A96E">
|
||||
<tspan>我禁不住伤心起来。</tspan>
|
||||
</text>
|
||||
<rect x="120" y="228" width="40" height="1" fill="#C9A96E" fill-opacity="0.3" />
|
||||
<text x="170" y="228" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#8B6F47">
|
||||
<tspan>—— 28岁写给胡适的信</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" d="M70,270 H610 A10,10 0 0 1 620,280 V390 A10,10 0 0 1 610,400 H70 A10,10 0 0 1 60,390 V280 A10,10 0 0 1 70,270 Z" />
|
||||
<path fill="#C9A96E" d="M62,270 H62 A2,2 0 0 1 64,272 V398 A2,2 0 0 1 62,400 H62 A2,2 0 0 1 60,398 V272 A2,2 0 0 1 62,270 Z" />
|
||||
|
||||
<g transform="translate(84.0, 290.0) scale(2.0)" fill="#C9A96E">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 0H2V16H6V12H10V16H14V0ZM5 3H7V5H5V3ZM7 7H5V9H7V7ZM9 3H11V5H9V3ZM11 7H9V9H11V7Z" />
|
||||
</g>
|
||||
<text x="130" y="306" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>共创建筑教育</tspan>
|
||||
</text>
|
||||
<text x="84" y="340" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>与梁思成共同创办东北大学、清华大学建筑系</tspan>
|
||||
</text>
|
||||
<text x="84" y="365" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>奠定中国现代建筑教育的基石</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" d="M650,270 H1210 A10,10 0 0 1 1220,280 V390 A10,10 0 0 1 1210,400 H650 A10,10 0 0 1 640,390 V280 A10,10 0 0 1 650,270 Z" />
|
||||
<path fill="#C9A96E" d="M642,270 H642 A2,2 0 0 1 644,272 V398 A2,2 0 0 1 642,400 H642 A2,2 0 0 1 640,398 V272 A2,2 0 0 1 642,270 Z" />
|
||||
|
||||
<g transform="translate(664.0, 290.0) scale(2.0)" fill="#C9A96E">
|
||||
<path d="M4 2L0 1V14L4 15V2Z" />
|
||||
<path d="M16 2L12 1V14L16 15V2Z" />
|
||||
<path d="M10 1L6 2V15L10 14V1Z" />
|
||||
</g>
|
||||
<text x="710" y="306" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>一寸寸测量古建筑</tspan>
|
||||
</text>
|
||||
<text x="664" y="340" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>深入荒凉之地,用双手丈量中国古建筑</tspan>
|
||||
</text>
|
||||
<text x="664" y="365" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>为中国建筑史留下珍贵的第一手资料</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<path fill="#16213E" stroke="#2A2A4A" stroke-width="1" d="M70,420 H610 A10,10 0 0 1 620,430 V540 A10,10 0 0 1 610,550 H70 A10,10 0 0 1 60,540 V430 A10,10 0 0 1 70,420 Z" />
|
||||
<path fill="#8B6F47" d="M62,420 H62 A2,2 0 0 1 64,422 V548 A2,2 0 0 1 62,550 H62 A2,2 0 0 1 60,548 V422 A2,2 0 0 1 62,420 Z" />
|
||||
|
||||
<g transform="translate(84.0, 440.0) scale(2.0)" fill="#8B6F47">
|
||||
<path d="M11 0L16 5L14 7V12L3 16L2.20711 15.2071L6.48196 10.9323C6.64718 10.9764 6.82084 11 7 11C8.10457 11 9 10.1046 9 9C9 7.89543 8.10457 7 7 7C5.89543 7 5 7.89543 5 9C5 9.17916 5.02356 9.35282 5.06774 9.51804L0.792893 13.7929L0 13L4 2H9L11 0Z" />
|
||||
</g>
|
||||
<text x="130" y="456" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>战时书写建筑史</tspan>
|
||||
</text>
|
||||
<text x="84" y="490" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>在偏远小镇拖着病体一笔一笔书写中国建筑史</tspan>
|
||||
</text>
|
||||
<text x="84" y="515" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>学科的奠基者,思想上的先行者</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<path fill="#16213E" stroke="#C9A96E" stroke-width="1.5" d="M650,420 H1210 A10,10 0 0 1 1220,430 V540 A10,10 0 0 1 1210,550 H650 A10,10 0 0 1 640,540 V430 A10,10 0 0 1 650,420 Z" />
|
||||
<path fill="#E8D5B7" d="M642,420 H642 A2,2 0 0 1 644,422 V548 A2,2 0 0 1 642,550 H642 A2,2 0 0 1 640,548 V422 A2,2 0 0 1 642,420 Z" />
|
||||
|
||||
<g transform="translate(664.0, 440.0) scale(2.0)" fill="#E8D5B7">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M2 15L0 4H2L5 7L7 1H9L11 7L14 4H16L14 15H2ZM7.5 9L6 11L7.5 13H8.5L10 11L8.5 9H7.5Z" />
|
||||
</g>
|
||||
<text x="710" y="456" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>国之重器的最后心血</tspan>
|
||||
</text>
|
||||
<text x="664" y="490" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>在国徽和人民英雄纪念碑上倾注生命最后的力量</tspan>
|
||||
</text>
|
||||
<text x="664" y="515" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#C9A96E">
|
||||
<tspan>她用一生证明,她是当之无愧的建筑师</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<path fill="#16213E" stroke="#8B6F47" stroke-width="1" d="M308,580 H972 A8,8 0 0 1 980,588 V632 A8,8 0 0 1 972,640 H308 A8,8 0 0 1 300,632 V588 A8,8 0 0 1 308,580 Z" />
|
||||
<text x="640" y="605" font-family="'KaiTi', Georgia, serif" font-size="18" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>林徽因想要真正终生为之奋斗的</tspan>
|
||||
</text>
|
||||
<text x="640" y="630" font-family="'KaiTi', Georgia, serif" font-size="18" fill="#E8D5B7" text-anchor="middle">
|
||||
<tspan>是中国建筑学术事业</tspan>
|
||||
</text>
|
||||
|
||||
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>09 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.6 KiB |
@@ -0,0 +1,78 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<linearGradient id="titleGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#C9A96E"/>
|
||||
<stop offset="100%" stop-color="#E8D5B7"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="bgGlow" cx="50%" cy="40%" r="55%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.06"/>
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="lineGrad" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
<stop offset="30%" stop-color="#C9A96E" stop-opacity="0.8"/>
|
||||
<stop offset="70%" stop-color="#E8D5B7" stop-opacity="0.8"/>
|
||||
<stop offset="100%" stop-color="#E8D5B7" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bottomLine" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
<stop offset="50%" stop-color="#C9A96E" stop-opacity="0.5"/>
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- 背景 -->
|
||||
<rect width="1280" height="720" fill="#1A1A2E"/>
|
||||
<rect width="1280" height="720" fill="url(#bgGlow)"/>
|
||||
|
||||
<!-- 中央金色竖线装饰 -->
|
||||
<rect x="638" y="100" width="3" height="440" fill="url(#lineGrad)"/>
|
||||
|
||||
<!-- 墓碑铭文 - 居中大字 -->
|
||||
<text x="640" y="230" font-family="'KaiTi', Georgia, serif" font-size="54" font-weight="bold" fill="url(#titleGrad)" text-anchor="middle">
|
||||
<tspan>建筑师林徽因墓</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 短横线装饰 -->
|
||||
<rect x="560" y="260" width="160" height="1" fill="#C9A96E" fill-opacity="0.4"/>
|
||||
|
||||
<!-- 副标题 -->
|
||||
<text x="640" y="310" font-family="'KaiTi', Georgia, serif" font-size="28" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>她用一生证明</tspan>
|
||||
</text>
|
||||
<text x="640" y="350" font-family="'KaiTi', Georgia, serif" font-size="28" fill="#E8D5B7" text-anchor="middle">
|
||||
<tspan>她是当之无愧的建筑师</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 装饰短线 -->
|
||||
<rect x="600" y="380" width="80" height="1" fill="#8B6F47" fill-opacity="0.5"/>
|
||||
|
||||
<!-- 生卒年 -->
|
||||
<text x="640" y="420" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>1904 — 1955</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 贡献列表 -->
|
||||
<text x="640" y="470" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#6B6B80" text-anchor="middle">
|
||||
<tspan>中国第一位女建筑学家 · 中国营造学社核心成员</tspan>
|
||||
</text>
|
||||
<text x="640" y="495" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#6B6B80" text-anchor="middle">
|
||||
<tspan>人民英雄纪念碑设计者 · 中国建筑理论奠基人</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 底部装饰线 -->
|
||||
<rect x="200" y="560" width="880" height="1" fill="url(#bottomLine)"/>
|
||||
|
||||
<!-- 来源信息 -->
|
||||
<text x="640" y="600" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#6B6B80" text-anchor="middle">
|
||||
<tspan>内容来源 · 凤凰空间《林徽因谈中国建筑》</tspan>
|
||||
</text>
|
||||
<text x="640" y="625" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="middle" fill-opacity="0.6">
|
||||
<tspan>参考资料:《林徽因谈中国建筑》《林徽因被追授建筑学学位》</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 页码 -->
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>10 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.6 KiB |
@@ -0,0 +1,94 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<!-- 标题金色渐变 -->
|
||||
<linearGradient id="titleGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#C9A96E"/>
|
||||
<stop offset="100%" stop-color="#E8D5B7"/>
|
||||
</linearGradient>
|
||||
<!-- 背景叠加暗色渐变 -->
|
||||
<linearGradient id="overlayGrad" x1="0%" y1="0%" x2="1%" y2="100%">
|
||||
<stop offset="0%" stop-color="#1A1A2E" stop-opacity="0.3"/>
|
||||
<stop offset="50%" stop-color="#1A1A2E" stop-opacity="0.55"/>
|
||||
<stop offset="100%" stop-color="#1A1A2E" stop-opacity="0.85"/>
|
||||
</linearGradient>
|
||||
<!-- 左侧深色渐变遮罩 -->
|
||||
<linearGradient id="leftMask" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#1A1A2E" stop-opacity="0.92"/>
|
||||
<stop offset="60%" stop-color="#1A1A2E" stop-opacity="0.7"/>
|
||||
<stop offset="100%" stop-color="#1A1A2E" stop-opacity="0.15"/>
|
||||
</linearGradient>
|
||||
<!-- 底部装饰渐变 -->
|
||||
<linearGradient id="bottomDecor" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
<stop offset="50%" stop-color="#C9A96E" stop-opacity="0.6"/>
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<!-- 卡片阴影 -->
|
||||
<filter id="shadow1">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="6"/>
|
||||
<feOffset dx="0" dy="3"/>
|
||||
<feComponentTransfer><feFuncA type="linear" slope="0.3"/></feComponentTransfer>
|
||||
<feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge>
|
||||
</filter>
|
||||
</defs>
|
||||
|
||||
<!-- 背景底色 -->
|
||||
<rect width="1280" height="720" fill="#1A1A2E"/>
|
||||
|
||||
<!-- 背景图片 -->
|
||||
<image href="../images/cover_bg.png" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice"/>
|
||||
|
||||
<!-- 暗色叠加层 -->
|
||||
<rect width="1280" height="720" fill="url(#overlayGrad)"/>
|
||||
<!-- 左侧文字区遮罩 -->
|
||||
<rect width="1280" height="720" fill="url(#leftMask)"/>
|
||||
|
||||
<!-- 左上角装饰 - 金色竖线 -->
|
||||
<rect x="60" y="160" width="4" height="120" fill="#C9A96E" fill-opacity="0.8"/>
|
||||
<rect x="60" y="160" width="4" height="40" fill="#E8D5B7"/>
|
||||
|
||||
<!-- 副标题 / 引题 -->
|
||||
<text x="80" y="190" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#A0A0B0" letter-spacing="6">
|
||||
<tspan>逝世70周年 · 纪念专题</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 主标题 -->
|
||||
<text x="80" y="260" font-family="'KaiTi', Georgia, serif" font-size="54" font-weight="bold" fill="url(#titleGrad)">
|
||||
<tspan>林徽因</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 二级标题 -->
|
||||
<text x="80" y="320" font-family="'KaiTi', Georgia, serif" font-size="36" fill="#E8E8E8">
|
||||
<tspan>被文学光环遮蔽的</tspan>
|
||||
</text>
|
||||
<text x="80" y="370" font-family="'KaiTi', Georgia, serif" font-size="36" fill="#E8E8E8">
|
||||
<tspan>建筑巨匠</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 引言 -->
|
||||
<text x="80" y="430" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="20" fill="#C9A96E" fill-opacity="0.9">
|
||||
<tspan>见证中国建筑史上的女性力量</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 分隔装饰线 -->
|
||||
<rect x="80" y="460" width="200" height="1" fill="#C9A96E" fill-opacity="0.4"/>
|
||||
|
||||
<!-- 底部信息 -->
|
||||
<text x="80" y="500" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#6B6B80">
|
||||
<tspan>她是当之无愧的建筑师,也是中国第一位女建筑学家</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 右侧人物肖像 -->
|
||||
<image href="../images/lin_portrait.png" x="780" y="80" width="420" height="560" preserveAspectRatio="xMidYMid slice" opacity="0.6"/>
|
||||
|
||||
<!-- 底部金色装饰带 -->
|
||||
<rect x="0" y="680" width="1280" height="2" fill="url(#bottomDecor)"/>
|
||||
|
||||
<!-- 底部栏 -->
|
||||
<text x="80" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80">
|
||||
<tspan>凤凰空间 · 2025</tspan>
|
||||
</text>
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>01 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 4.0 KiB |
@@ -0,0 +1,186 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<linearGradient id="timelineGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#8B6F47"/>
|
||||
<stop offset="100%" stop-color="#C9A96E"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="nodeGlow" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#C9A96E"/>
|
||||
<stop offset="100%" stop-color="#8B6F47"/>
|
||||
</linearGradient>
|
||||
<filter id="nodeShadow">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="3"/>
|
||||
<feOffset dx="0" dy="2"/>
|
||||
<feComponentTransfer><feFuncA type="linear" slope="0.35"/></feComponentTransfer>
|
||||
<feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge>
|
||||
</filter>
|
||||
<radialGradient id="bgGlow" cx="50%" cy="40%" r="60%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.04"/>
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
|
||||
<!-- 背景 -->
|
||||
<rect width="1280" height="720" fill="#1A1A2E"/>
|
||||
<rect width="1280" height="720" fill="url(#bgGlow)"/>
|
||||
|
||||
<!-- 标题区域 -->
|
||||
<rect x="60" y="40" width="4" height="36" fill="#C9A96E"/>
|
||||
<text x="80" y="70" font-family="'KaiTi', Georgia, serif" font-size="32" font-weight="bold" fill="#E8E8E8">
|
||||
<tspan>建筑巨匠的一生</tspan>
|
||||
</text>
|
||||
<text x="80" y="98" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#A0A0B0">
|
||||
<tspan>1904 — 1955 · 横跨半个世纪的建筑传奇</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 主时间线 y=360 -->
|
||||
<line x1="80" y1="360" x2="1200" y2="360" stroke="#2A2A4A" stroke-width="3" stroke-linecap="round"/>
|
||||
<!-- 渐变高亮 -->
|
||||
<line x1="80" y1="360" x2="1200" y2="360" stroke="url(#timelineGrad)" stroke-width="3" stroke-linecap="round" stroke-opacity="0.5"/>
|
||||
|
||||
<!-- 节点1: 1904 出生 — 上方卡片 -->
|
||||
<circle cx="120" cy="360" r="10" fill="url(#nodeGlow)" stroke="#1A1A2E" stroke-width="2" filter="url(#nodeShadow)"/>
|
||||
<line x1="120" y1="348" x2="120" y2="280" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.4" stroke-dasharray="4,3"/>
|
||||
<rect x="60" y="200" width="120" height="78" rx="8" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<text x="120" y="225" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1904</tspan>
|
||||
</text>
|
||||
<text x="120" y="248" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>出生于杭州</tspan>
|
||||
</text>
|
||||
<text x="120" y="268" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>书香世家</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 节点2: 1924 留学 — 下方卡片 -->
|
||||
<circle cx="260" cy="360" r="10" fill="url(#nodeGlow)" stroke="#1A1A2E" stroke-width="2" filter="url(#nodeShadow)"/>
|
||||
<line x1="260" y1="372" x2="260" y2="430" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.4" stroke-dasharray="4,3"/>
|
||||
<rect x="195" y="432" width="130" height="78" rx="8" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<text x="260" y="457" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1924</tspan>
|
||||
</text>
|
||||
<text x="260" y="480" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>赴美留学</tspan>
|
||||
</text>
|
||||
<text x="260" y="500" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>宾夕法尼亚大学</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 节点3: 1928 归国 — 上方卡片 -->
|
||||
<circle cx="400" cy="360" r="10" fill="url(#nodeGlow)" stroke="#1A1A2E" stroke-width="2" filter="url(#nodeShadow)"/>
|
||||
<line x1="400" y1="348" x2="400" y2="280" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.4" stroke-dasharray="4,3"/>
|
||||
<rect x="335" y="200" width="130" height="78" rx="8" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<text x="400" y="225" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1928</tspan>
|
||||
</text>
|
||||
<text x="400" y="248" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>结婚归国</tspan>
|
||||
</text>
|
||||
<text x="400" y="268" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>与梁思成携手</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 节点4: 1930 营造学社 — 下方卡片 -->
|
||||
<circle cx="540" cy="360" r="10" fill="url(#nodeGlow)" stroke="#1A1A2E" stroke-width="2" filter="url(#nodeShadow)"/>
|
||||
<line x1="540" y1="372" x2="540" y2="430" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.4" stroke-dasharray="4,3"/>
|
||||
<rect x="475" y="432" width="130" height="78" rx="8" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<text x="540" y="457" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1930</tspan>
|
||||
</text>
|
||||
<text x="540" y="480" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>加入营造学社</tspan>
|
||||
</text>
|
||||
<text x="540" y="500" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>研究中国古建筑</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 节点5: 1932 首篇论文 — 上方卡片(关键节点加大) -->
|
||||
<circle cx="680" cy="360" r="13" fill="url(#nodeGlow)" stroke="#E8D5B7" stroke-width="2" filter="url(#nodeShadow)"/>
|
||||
<line x1="680" y1="345" x2="680" y2="280" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.5" stroke-dasharray="4,3"/>
|
||||
<rect x="610" y="190" width="140" height="88" rx="8" fill="#16213E" stroke="#C9A96E" stroke-width="1.5"/>
|
||||
<text x="680" y="217" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#E8D5B7" text-anchor="middle">
|
||||
<tspan>1932</tspan>
|
||||
</text>
|
||||
<text x="680" y="240" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>首篇建筑论文</tspan>
|
||||
</text>
|
||||
<text x="680" y="260" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>《论中国建筑之</tspan>
|
||||
</text>
|
||||
<text x="680" y="274" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>几个特征》</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 节点6: 1937-1946 战时 — 下方卡片 -->
|
||||
<circle cx="820" cy="360" r="10" fill="url(#nodeGlow)" stroke="#1A1A2E" stroke-width="2" filter="url(#nodeShadow)"/>
|
||||
<line x1="820" y1="372" x2="820" y2="430" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.4" stroke-dasharray="4,3"/>
|
||||
<rect x="750" y="432" width="140" height="78" rx="8" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<text x="820" y="457" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1937-1946</tspan>
|
||||
</text>
|
||||
<text x="820" y="480" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>战时流亡</tspan>
|
||||
</text>
|
||||
<text x="820" y="500" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>坚持建筑研究</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 节点7: 1949 国徽 — 上方卡片 -->
|
||||
<circle cx="960" cy="360" r="10" fill="url(#nodeGlow)" stroke="#1A1A2E" stroke-width="2" filter="url(#nodeShadow)"/>
|
||||
<line x1="960" y1="348" x2="960" y2="280" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.4" stroke-dasharray="4,3"/>
|
||||
<rect x="895" y="200" width="130" height="78" rx="8" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<text x="960" y="225" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1949</tspan>
|
||||
</text>
|
||||
<text x="960" y="248" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>参与国徽设计</tspan>
|
||||
</text>
|
||||
<text x="960" y="268" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>病中坚持工作</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 节点8: 1952 纪念碑 — 下方卡片(关键节点) -->
|
||||
<circle cx="1060" cy="360" r="13" fill="url(#nodeGlow)" stroke="#E8D5B7" stroke-width="2" filter="url(#nodeShadow)"/>
|
||||
<line x1="1060" y1="372" x2="1060" y2="430" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.5" stroke-dasharray="4,3"/>
|
||||
<rect x="990" y="432" width="140" height="78" rx="8" fill="#16213E" stroke="#C9A96E" stroke-width="1.5"/>
|
||||
<text x="1060" y="457" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#E8D5B7" text-anchor="middle">
|
||||
<tspan>1952</tspan>
|
||||
</text>
|
||||
<text x="1060" y="480" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>纪念碑设计</tspan>
|
||||
</text>
|
||||
<text x="1060" y="500" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>生命最后的丰碑</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 节点9: 1955 逝世 — 上方卡片 -->
|
||||
<circle cx="1180" cy="360" r="12" fill="#8B6F47" stroke="#E8D5B7" stroke-width="2" filter="url(#nodeShadow)"/>
|
||||
<line x1="1180" y1="346" x2="1180" y2="280" stroke="#C9A96E" stroke-width="1" stroke-opacity="0.5" stroke-dasharray="4,3"/>
|
||||
<rect x="1110" y="195" width="140" height="84" rx="8" fill="#16213E" stroke="#8B6F47" stroke-width="1.5"/>
|
||||
<text x="1180" y="220" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" font-weight="bold" fill="#E8D5B7" text-anchor="middle">
|
||||
<tspan>1955</tspan>
|
||||
</text>
|
||||
<text x="1180" y="243" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>逝世</tspan>
|
||||
</text>
|
||||
<text x="1180" y="263" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>墓碑刻:</tspan>
|
||||
</text>
|
||||
<text x="1180" y="276" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>建筑师林徽因墓</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 底部引言 -->
|
||||
<rect x="320" y="580" width="640" height="60" rx="8" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<text x="640" y="600" font-family="'KaiTi', Georgia, serif" font-size="16" fill="#C9A96E" text-anchor="middle" fill-opacity="0.8">
|
||||
<tspan>"从未在历史中走远,她的建筑精神穿越百年"</tspan>
|
||||
</text>
|
||||
<text x="640" y="626" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="middle">
|
||||
<tspan>用51年的生命,书写中国建筑史上最动人的篇章</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 页码 -->
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>02 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 11 KiB |
@@ -0,0 +1,143 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<linearGradient id="titleGrad" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#C9A96E"/>
|
||||
<stop offset="100%" stop-color="#E8D5B7"/>
|
||||
</linearGradient>
|
||||
<filter id="cardShadow">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="4"/>
|
||||
<feOffset dx="0" dy="2"/>
|
||||
<feComponentTransfer><feFuncA type="linear" slope="0.25"/></feComponentTransfer>
|
||||
<feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge>
|
||||
</filter>
|
||||
<radialGradient id="bgGlow" cx="30%" cy="30%" r="50%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.03"/>
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
|
||||
<!-- 背景 -->
|
||||
<rect width="1280" height="720" fill="#1A1A2E"/>
|
||||
<rect width="1280" height="720" fill="url(#bgGlow)"/>
|
||||
|
||||
<!-- 章节标记 -->
|
||||
<text x="60" y="42" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#C9A96E" letter-spacing="3">
|
||||
<tspan>PART 01 · 建筑师林徽因</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 标题 -->
|
||||
<rect x="60" y="55" width="4" height="32" fill="#C9A96E"/>
|
||||
<text x="80" y="82" font-family="'KaiTi', Georgia, serif" font-size="32" font-weight="bold" fill="#E8E8E8">
|
||||
<tspan>归国初期的建筑实践</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 三列卡片 -->
|
||||
<!-- 卡片1: 梁启超墓碑 -->
|
||||
<rect x="60" y="130" width="370" height="530" rx="12" fill="#16213E" stroke="#2A2A4A" stroke-width="1" filter="url(#cardShadow)"/>
|
||||
<!-- 卡片顶部金色条 -->
|
||||
<rect x="60" y="130" width="370" height="4" rx="2" fill="#C9A96E"/>
|
||||
<!-- 年份标签 -->
|
||||
<rect x="80" y="152" width="60" height="24" rx="12" fill="#C9A96E" fill-opacity="0.15"/>
|
||||
<text x="110" y="169" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1929</tspan>
|
||||
</text>
|
||||
<!-- 图标 -->
|
||||
<use data-icon="chunk/building" x="80" y="195" width="36" height="36" fill="#C9A96E"/>
|
||||
<!-- 标题 -->
|
||||
<text x="80" y="260" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>梁启超墓碑</tspan>
|
||||
</text>
|
||||
<!-- 描述 -->
|
||||
<text x="80" y="290" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>学成归来后的</tspan>
|
||||
</text>
|
||||
<text x="80" y="312" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>第一个作品</tspan>
|
||||
</text>
|
||||
<rect x="80" y="328" width="40" height="1" fill="#C9A96E" fill-opacity="0.3"/>
|
||||
<text x="80" y="355" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>梁思成和林徽因为父亲</tspan>
|
||||
</text>
|
||||
<text x="80" y="377" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>设计墓碑。大理石制成,</tspan>
|
||||
</text>
|
||||
<text x="80" y="399" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>高2.8米,宽1.7米,</tspan>
|
||||
</text>
|
||||
<text x="80" y="421" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>形状似榫,古朴庄重。</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 卡片2: 吉林石头楼 -->
|
||||
<rect x="455" y="130" width="370" height="530" rx="12" fill="#16213E" stroke="#2A2A4A" stroke-width="1" filter="url(#cardShadow)"/>
|
||||
<rect x="455" y="130" width="370" height="4" rx="2" fill="#C9A96E"/>
|
||||
<rect x="475" y="152" width="60" height="24" rx="12" fill="#C9A96E" fill-opacity="0.15"/>
|
||||
<text x="505" y="169" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1929</tspan>
|
||||
</text>
|
||||
<use data-icon="chunk/castle" x="475" y="195" width="36" height="36" fill="#C9A96E"/>
|
||||
<text x="475" y="260" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>吉林大学石头楼</tspan>
|
||||
</text>
|
||||
<text x="475" y="290" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>"梁陈童蔡"事务所</tspan>
|
||||
</text>
|
||||
<text x="475" y="312" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>联合设计</tspan>
|
||||
</text>
|
||||
<rect x="475" y="328" width="40" height="1" fill="#C9A96E" fill-opacity="0.3"/>
|
||||
<text x="475" y="355" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>在东北大学期间,参与</tspan>
|
||||
</text>
|
||||
<text x="475" y="377" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>吉林大学校舍总体规划</tspan>
|
||||
</text>
|
||||
<text x="475" y="399" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>及教学楼设计,后归属</tspan>
|
||||
</text>
|
||||
<text x="475" y="421" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>东北电力大学。</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 卡片3: 吉海铁路总站 -->
|
||||
<rect x="850" y="130" width="370" height="530" rx="12" fill="#16213E" stroke="#2A2A4A" stroke-width="1" filter="url(#cardShadow)"/>
|
||||
<rect x="850" y="130" width="370" height="4" rx="2" fill="#E8D5B7"/>
|
||||
<rect x="870" y="152" width="60" height="24" rx="12" fill="#E8D5B7" fill-opacity="0.15"/>
|
||||
<text x="900" y="169" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" font-weight="bold" fill="#E8D5B7" text-anchor="middle">
|
||||
<tspan>1928</tspan>
|
||||
</text>
|
||||
<use data-icon="chunk/building" x="870" y="195" width="36" height="36" fill="#E8D5B7"/>
|
||||
<text x="870" y="260" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>吉海铁路总站</tspan>
|
||||
</text>
|
||||
<text x="870" y="290" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>林徽因设计总体风貌</tspan>
|
||||
</text>
|
||||
<text x="870" y="312" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>梁思成负责审定</tspan>
|
||||
</text>
|
||||
<rect x="870" y="328" width="40" height="1" fill="#E8D5B7" fill-opacity="0.3"/>
|
||||
<text x="870" y="355" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>大型哥特式建筑,从空中</tspan>
|
||||
</text>
|
||||
<text x="870" y="377" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>俯瞰造型如雄狮伏卧,</tspan>
|
||||
</text>
|
||||
<text x="870" y="399" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>"狮尾"巧妙设计成钟塔,</tspan>
|
||||
</text>
|
||||
<text x="870" y="421" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>寓意中国如雄狮初醒。</tspan>
|
||||
</text>
|
||||
<!-- 图片区域 -->
|
||||
<rect x="870" y="440" width="330" height="180" rx="8" fill="#1A1A2E"/>
|
||||
<image href="../images/jihai_station_old.png" x="870" y="440" width="330" height="180" preserveAspectRatio="xMidYMid slice"/>
|
||||
<text x="1035" y="640" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#6B6B80" text-anchor="middle">
|
||||
<tspan>吉海铁路总站历史照片</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 页码 -->
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>03 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 7.4 KiB |
@@ -0,0 +1,126 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<filter id="cardShadow">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="4"/>
|
||||
<feOffset dx="0" dy="2"/>
|
||||
<feComponentTransfer><feFuncA type="linear" slope="0.25"/></feComponentTransfer>
|
||||
<feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge>
|
||||
</filter>
|
||||
<radialGradient id="bgGlow" cx="70%" cy="50%" r="50%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.03"/>
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="imgOverlay" x1="100%" y1="0%" x2="0%" y2="0%">
|
||||
<stop offset="0%" stop-color="#1A1A2E" stop-opacity="0"/>
|
||||
<stop offset="85%" stop-color="#1A1A2E" stop-opacity="0.1"/>
|
||||
<stop offset="100%" stop-color="#1A1A2E" stop-opacity="0.6"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- 背景 -->
|
||||
<rect width="1280" height="720" fill="#1A1A2E"/>
|
||||
<rect width="1280" height="720" fill="url(#bgGlow)"/>
|
||||
|
||||
<!-- 章节标记 -->
|
||||
<text x="60" y="42" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#C9A96E" letter-spacing="3">
|
||||
<tspan>PART 01 · 建筑师林徽因</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 标题 -->
|
||||
<rect x="60" y="55" width="4" height="32" fill="#C9A96E"/>
|
||||
<text x="80" y="82" font-family="'KaiTi', Georgia, serif" font-size="32" font-weight="bold" fill="#E8E8E8">
|
||||
<tspan>战火中的建筑理想</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 左侧图片区域 -->
|
||||
<rect x="60" y="120" width="480" height="540" rx="12" fill="#16213E"/>
|
||||
<image href="../images/kunming_site.png" x="60" y="120" width="480" height="340" preserveAspectRatio="xMidYMid slice"/>
|
||||
<rect x="60" y="120" width="480" height="340" fill="url(#imgOverlay)"/>
|
||||
<text x="80" y="480" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#6B6B80">
|
||||
<tspan>林徽因(中)和梁从诫(左)在昆明自宅建筑工地</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 底部小图 -->
|
||||
<image href="../images/yingqiu_院.png" x="60" y="500" width="230" height="160" preserveAspectRatio="xMidYMid slice"/>
|
||||
<text x="80" y="655" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#6B6B80">
|
||||
<tspan>映秋院历史照片</tspan>
|
||||
</text>
|
||||
<image href="../images/pku_geology.png" x="310" y="500" width="230" height="160" preserveAspectRatio="xMidYMid slice"/>
|
||||
<text x="330" y="655" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#6B6B80">
|
||||
<tspan>北大地质馆旧址</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 右侧内容区域 -->
|
||||
<!-- 项目1 -->
|
||||
<rect x="580" y="120" width="640" height="120" rx="10" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<rect x="580" y="120" width="4" height="120" rx="2" fill="#C9A96E"/>
|
||||
<use data-icon="chunk/museum" x="604" y="140" width="28" height="28" fill="#C9A96E"/>
|
||||
<text x="644" y="147" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" font-weight="bold" fill="#C9A96E">
|
||||
<tspan>1932</tspan>
|
||||
</text>
|
||||
<text x="644" y="170" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>北大地质馆与女生宿舍</tspan>
|
||||
</text>
|
||||
<text x="604" y="198" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>中国最早引入西方现代主义建筑风格的作品之一</tspan>
|
||||
</text>
|
||||
<text x="604" y="220" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>女生宿舍楼梯扶手特别细小——因为女生手小</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 项目2 -->
|
||||
<rect x="580" y="260" width="640" height="120" rx="10" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<rect x="580" y="260" width="4" height="120" rx="2" fill="#C9A96E"/>
|
||||
<use data-icon="chunk/building" x="604" y="280" width="28" height="28" fill="#C9A96E"/>
|
||||
<text x="644" y="287" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" font-weight="bold" fill="#C9A96E">
|
||||
<tspan>1938</tspan>
|
||||
</text>
|
||||
<text x="644" y="310" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>云南大学映秋院</tspan>
|
||||
</text>
|
||||
<text x="604" y="338" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>融合云南民间建筑,采用土、石、木材料</tspan>
|
||||
</text>
|
||||
<text x="604" y="360" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>使用游廊和望楼等中国民居传统元素</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 项目3 -->
|
||||
<rect x="580" y="400" width="640" height="120" rx="10" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<rect x="580" y="400" width="4" height="120" rx="2" fill="#8B6F47"/>
|
||||
<use data-icon="chunk/building" x="604" y="420" width="28" height="28" fill="#8B6F47"/>
|
||||
<text x="644" y="427" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" font-weight="bold" fill="#8B6F47">
|
||||
<tspan>1938</tspan>
|
||||
</text>
|
||||
<text x="644" y="450" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>西南联大校舍</tspan>
|
||||
</text>
|
||||
<text x="604" y="478" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>"一生中最痛苦、最委屈的设计"</tspan>
|
||||
</text>
|
||||
<text x="604" y="500" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>高楼变矮楼,砖墙变土墙,最终成了茅草屋</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 项目4 -->
|
||||
<rect x="580" y="540" width="640" height="120" rx="10" fill="#16213E" stroke="#C9A96E" stroke-width="1"/>
|
||||
<rect x="580" y="540" width="4" height="120" rx="2" fill="#E8D5B7"/>
|
||||
<use data-icon="chunk/heart" x="604" y="560" width="28" height="28" fill="#E8D5B7"/>
|
||||
<text x="644" y="567" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>1940</tspan>
|
||||
</text>
|
||||
<text x="644" y="590" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>昆明自宅</tspan>
|
||||
</text>
|
||||
<text x="604" y="618" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#E8E8E8">
|
||||
<tspan>两位建筑师一生中为自己设计的唯一一所房子</tspan>
|
||||
</text>
|
||||
<text x="604" y="640" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>土坯白墙,木结构青瓦,简单明快而雅洁</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 页码 -->
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>04 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.6 KiB |
@@ -0,0 +1,113 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<filter id="cardShadow">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="4"/>
|
||||
<feOffset dx="0" dy="2"/>
|
||||
<feComponentTransfer><feFuncA type="linear" slope="0.25"/></feComponentTransfer>
|
||||
<feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge>
|
||||
</filter>
|
||||
<radialGradient id="bgGlow" cx="80%" cy="40%" r="55%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.04"/>
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="imgFade" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#1A1A2E" stop-opacity="0"/>
|
||||
<stop offset="90%" stop-color="#1A1A2E" stop-opacity="0.05"/>
|
||||
<stop offset="100%" stop-color="#1A1A2E" stop-opacity="0.5"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- 背景 -->
|
||||
<rect width="1280" height="720" fill="#1A1A2E"/>
|
||||
<rect width="1280" height="720" fill="url(#bgGlow)"/>
|
||||
|
||||
<!-- 章节标记 -->
|
||||
<text x="60" y="42" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#C9A96E" letter-spacing="3">
|
||||
<tspan>PART 01 · 建筑师林徽因</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 标题 -->
|
||||
<rect x="60" y="55" width="4" height="32" fill="#C9A96E"/>
|
||||
<text x="80" y="82" font-family="'KaiTi', Georgia, serif" font-size="32" font-weight="bold" fill="#E8E8E8">
|
||||
<tspan>国之重器上的建筑印记</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 左侧文字内容 -->
|
||||
<!-- 八宝山革命公墓 -->
|
||||
<rect x="60" y="120" width="640" height="130" rx="10" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<rect x="60" y="120" width="4" height="130" rx="2" fill="#C9A96E"/>
|
||||
<use data-icon="chunk/building" x="84" y="138" width="28" height="28" fill="#C9A96E"/>
|
||||
<text x="124" y="147" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" font-weight="bold" fill="#C9A96E">
|
||||
<tspan>1950</tspan>
|
||||
</text>
|
||||
<text x="124" y="172" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>八宝山革命公墓</tspan>
|
||||
</text>
|
||||
<text x="84" y="202" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>主体建筑格局由林徽因设计,在明代护国寺基础上改建</tspan>
|
||||
</text>
|
||||
<text x="84" y="224" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>融寺院园林与庭院绿化为一体的公园式陵园</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 人民英雄纪念碑 -->
|
||||
<rect x="60" y="270" width="640" height="190" rx="10" fill="#16213E" stroke="#C9A96E" stroke-width="1.5" filter="url(#cardShadow)"/>
|
||||
<rect x="60" y="270" width="4" height="190" rx="2" fill="#E8D5B7"/>
|
||||
<use data-icon="chunk/compass-drafting" x="84" y="290" width="28" height="28" fill="#E8D5B7"/>
|
||||
<text x="124" y="299" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>1952 · 核心贡献</tspan>
|
||||
</text>
|
||||
<text x="124" y="326" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>人民英雄纪念碑</tspan>
|
||||
</text>
|
||||
<text x="84" y="358" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#E8E8E8">
|
||||
<tspan>提出创造性修改方案:周圈台阶由一层改为两层</tspan>
|
||||
</text>
|
||||
<text x="84" y="380" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#E8E8E8">
|
||||
<tspan>扩大碑座尺寸,与天安门广场空间尺度更好配合</tspan>
|
||||
</text>
|
||||
<text x="84" y="406" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>以唐代风格为蓝本,亲自设计碑座全套饰纹</tspan>
|
||||
</text>
|
||||
<text x="84" y="428" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>特别是小须弥碑座上的花环浮雕</tspan>
|
||||
</text>
|
||||
<text x="84" y="450" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#C9A96E">
|
||||
<tspan>生命最后岁月中参与的重要工作,建筑设计成就中的丰碑</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 墓碑铭文 -->
|
||||
<rect x="60" y="480" width="640" height="100" rx="10" fill="#16213E" stroke="#8B6F47" stroke-width="1"/>
|
||||
<rect x="60" y="480" width="4" height="100" rx="2" fill="#8B6F47"/>
|
||||
<use data-icon="chunk/crown" x="84" y="498" width="28" height="28" fill="#8B6F47"/>
|
||||
<text x="124" y="507" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" font-weight="bold" fill="#8B6F47">
|
||||
<tspan>1955 · 永恒</tspan>
|
||||
</text>
|
||||
<text x="124" y="534" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>建筑师林徽因墓</tspan>
|
||||
</text>
|
||||
<text x="84" y="564" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>安葬于八宝山革命公墓,墓碑上只有七个字</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 右侧图片 - 人民英雄纪念碑 -->
|
||||
<rect x="730" y="120" width="490" height="540" rx="12" fill="#16213E"/>
|
||||
<image href="../images/monument.png" x="730" y="120" width="490" height="500" preserveAspectRatio="xMidYMid slice"/>
|
||||
<rect x="730" y="120" width="490" height="500" fill="url(#imgFade)"/>
|
||||
<text x="975" y="640" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="middle">
|
||||
<tspan>人民英雄纪念碑 图源:pixabay</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 底部装饰线 -->
|
||||
<rect x="60" y="598" width="640" height="1" fill="#2A2A4A"/>
|
||||
|
||||
<!-- 底部引言 -->
|
||||
<text x="60" y="630" font-family="'KaiTi', Georgia, serif" font-size="16" fill="#C9A96E" fill-opacity="0.7">
|
||||
<tspan>"她在国徽和纪念碑上倾注了最后的心血"</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 页码 -->
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>05 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.9 KiB |
@@ -0,0 +1,116 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<filter id="cardShadow">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="4"/>
|
||||
<feOffset dx="0" dy="2"/>
|
||||
<feComponentTransfer><feFuncA type="linear" slope="0.25"/></feComponentTransfer>
|
||||
<feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge>
|
||||
</filter>
|
||||
<radialGradient id="bgGlow" cx="20%" cy="50%" r="50%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.04"/>
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
|
||||
<!-- 背景 -->
|
||||
<rect width="1280" height="720" fill="#1A1A2E"/>
|
||||
<rect width="1280" height="720" fill="url(#bgGlow)"/>
|
||||
|
||||
<!-- 章节标记 -->
|
||||
<text x="60" y="42" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#C9A96E" letter-spacing="3">
|
||||
<tspan>PART 02 · 被低估的学术先驱</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 标题 -->
|
||||
<rect x="60" y="55" width="4" height="32" fill="#C9A96E"/>
|
||||
<text x="80" y="82" font-family="'KaiTi', Georgia, serif" font-size="32" font-weight="bold" fill="#E8E8E8">
|
||||
<tspan>首篇建筑论文:技惊四座</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 左侧图片区 -->
|
||||
<rect x="60" y="120" width="460" height="360" rx="12" fill="#16213E"/>
|
||||
<image href="../images/first_paper.png" x="60" y="120" width="460" height="360" preserveAspectRatio="xMidYMid slice"/>
|
||||
<text x="290" y="500" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="11" fill="#6B6B80" text-anchor="middle">
|
||||
<tspan>《论中国建筑之几个特征》 · 1932年</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 左下角: 梁思成与林徽因合影 -->
|
||||
<rect x="60" y="520" width="200" height="150" rx="8" fill="#16213E"/>
|
||||
<image href="../images/liang_lin_together.png" x="60" y="520" width="200" height="150" preserveAspectRatio="xMidYMid slice"/>
|
||||
|
||||
<!-- 引言卡片 -->
|
||||
<rect x="280" y="520" width="240" height="150" rx="8" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<text x="300" y="555" font-family="'KaiTi', Georgia, serif" font-size="14" fill="#C9A96E">
|
||||
<tspan>"在与爹爹共同的</tspan>
|
||||
</text>
|
||||
<text x="300" y="577" font-family="'KaiTi', Georgia, serif" font-size="14" fill="#C9A96E">
|
||||
<tspan>事业奋斗中……</tspan>
|
||||
</text>
|
||||
<text x="300" y="599" font-family="'KaiTi', Georgia, serif" font-size="14" fill="#C9A96E">
|
||||
<tspan>她是灵魂人物"</tspan>
|
||||
</text>
|
||||
<rect x="300" y="616" width="30" height="1" fill="#C9A96E" fill-opacity="0.3"/>
|
||||
<text x="300" y="638" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80">
|
||||
<tspan>—— 梁再冰(女儿)</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 右侧内容 -->
|
||||
<!-- 核心贡献1 -->
|
||||
<rect x="560" y="120" width="660" height="130" rx="10" fill="#16213E" stroke="#C9A96E" stroke-width="1" filter="url(#cardShadow)"/>
|
||||
<rect x="560" y="120" width="4" height="130" rx="2" fill="#E8D5B7"/>
|
||||
<use data-icon="chunk/book-open" x="584" y="140" width="28" height="28" fill="#E8D5B7"/>
|
||||
<text x="624" y="148" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>1932 · 首次登场,技惊四座</tspan>
|
||||
</text>
|
||||
<text x="584" y="178" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>《论中国建筑之几个特征》</tspan>
|
||||
</text>
|
||||
<text x="584" y="208" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#E8E8E8">
|
||||
<tspan>首次由中国专业学者发表的建筑理论文章</tspan>
|
||||
</text>
|
||||
<text x="584" y="230" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>针对西方学者误解,提出符合中国民族主义情结的价值判断</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 核心贡献2 -->
|
||||
<rect x="560" y="270" width="660" height="110" rx="10" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<rect x="560" y="270" width="4" height="110" rx="2" fill="#C9A96E"/>
|
||||
<use data-icon="chunk/globe" x="584" y="288" width="28" height="28" fill="#C9A96E"/>
|
||||
<text x="624" y="296" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" font-weight="bold" fill="#C9A96E">
|
||||
<tspan>理论突破</tspan>
|
||||
</text>
|
||||
<text x="584" y="326" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>首次在理论上定义中国建筑木框架结构体系的基本特征</tspan>
|
||||
</text>
|
||||
<text x="584" y="352" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>描绘出关于中国建筑史的完整概念框架</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 核心贡献3 -->
|
||||
<rect x="560" y="400" width="660" height="110" rx="10" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<rect x="560" y="400" width="4" height="110" rx="2" fill="#C9A96E"/>
|
||||
<use data-icon="chunk/compass-drafting" x="584" y="418" width="28" height="28" fill="#C9A96E"/>
|
||||
<text x="624" y="426" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" font-weight="bold" fill="#C9A96E">
|
||||
<tspan>反驳西方偏见</tspan>
|
||||
</text>
|
||||
<text x="584" y="456" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>西方学者曾认为中国古代建筑不过是"建筑之树"</tspan>
|
||||
</text>
|
||||
<text x="584" y="478" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>主干外的一片孤叶——林徽因以学术回击</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 底部关键引言 -->
|
||||
<rect x="560" y="530" width="660" height="80" rx="10" fill="#16213E" stroke="#8B6F47" stroke-width="1"/>
|
||||
<text x="580" y="565" font-family="'KaiTi', Georgia, serif" font-size="16" fill="#C9A96E">
|
||||
<tspan>"她是真正对中国建筑历史与理论最早作出重要贡献的学者,</tspan>
|
||||
</text>
|
||||
<text x="580" y="592" font-family="'KaiTi', Georgia, serif" font-size="16" fill="#C9A96E">
|
||||
<tspan> 是学科的奠基者,更是思想上的先行者"</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 页码 -->
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>06 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.1 KiB |
@@ -0,0 +1,119 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<filter id="cardShadow">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="3"/>
|
||||
<feOffset dx="0" dy="2"/>
|
||||
<feComponentTransfer><feFuncA type="linear" slope="0.2"/></feComponentTransfer>
|
||||
<feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge>
|
||||
</filter>
|
||||
<radialGradient id="bgGlow" cx="50%" cy="50%" r="60%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.03"/>
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
</defs>
|
||||
|
||||
<!-- 背景 -->
|
||||
<rect width="1280" height="720" fill="#1A1A2E"/>
|
||||
<rect width="1280" height="720" fill="url(#bgGlow)"/>
|
||||
|
||||
<!-- 章节标记 -->
|
||||
<text x="60" y="42" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#C9A96E" letter-spacing="3">
|
||||
<tspan>PART 02 · 被低估的学术先驱</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 标题 -->
|
||||
<rect x="60" y="55" width="4" height="32" fill="#C9A96E"/>
|
||||
<text x="80" y="82" font-family="'KaiTi', Georgia, serif" font-size="32" font-weight="bold" fill="#E8E8E8">
|
||||
<tspan>学术贡献一览</tspan>
|
||||
</text>
|
||||
<text x="310" y="82" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#A0A0B0">
|
||||
<tspan>—— 远超时代的远见与独创</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 贡献1 -->
|
||||
<rect x="60" y="115" width="1160" height="100" rx="10" fill="#16213E" stroke="#2A2A4A" stroke-width="1" filter="url(#cardShadow)"/>
|
||||
<circle cx="105" cy="165" r="22" fill="#C9A96E" fill-opacity="0.15" stroke="#C9A96E" stroke-width="1.5"/>
|
||||
<text x="105" y="172" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="18" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>1</tspan>
|
||||
</text>
|
||||
<use data-icon="chunk/pen-nib" x="145" y="137" width="28" height="28" fill="#C9A96E"/>
|
||||
<text x="185" y="153" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>"建筑意"概念</tspan>
|
||||
</text>
|
||||
<text x="145" y="182" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#E8E8E8">
|
||||
<tspan>原创性的中国建筑美学理念 — 建筑不仅是技术与美的结合,还是历史和人情的凝聚</tspan>
|
||||
</text>
|
||||
<text x="145" y="202" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>在"诗意"和"画意"之外,提出"建筑意"——古建筑是有灵气的生命</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 贡献2 -->
|
||||
<rect x="60" y="230" width="1160" height="100" rx="10" fill="#16213E" stroke="#2A2A4A" stroke-width="1" filter="url(#cardShadow)"/>
|
||||
<circle cx="105" cy="280" r="22" fill="#C9A96E" fill-opacity="0.15" stroke="#C9A96E" stroke-width="1.5"/>
|
||||
<text x="105" y="287" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="18" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>2</tspan>
|
||||
</text>
|
||||
<use data-icon="chunk/book-open" x="145" y="252" width="28" height="28" fill="#C9A96E"/>
|
||||
<text x="185" y="268" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>《清式营造则例》绪论</tspan>
|
||||
</text>
|
||||
<text x="145" y="297" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#E8E8E8">
|
||||
<tspan>为梁思成著作所作绪论,较完整地归纳了中国建筑理论框架</tspan>
|
||||
</text>
|
||||
<text x="145" y="317" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>从大系统到实用美观统一,再到历史演变与现代建筑关联</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 贡献3 -->
|
||||
<rect x="60" y="345" width="1160" height="100" rx="10" fill="#16213E" stroke="#C9A96E" stroke-width="1" filter="url(#cardShadow)"/>
|
||||
<circle cx="105" cy="395" r="22" fill="#C9A96E" fill-opacity="0.15" stroke="#C9A96E" stroke-width="1.5"/>
|
||||
<text x="105" y="402" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="18" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>3</tspan>
|
||||
</text>
|
||||
<use data-icon="chunk/flag" x="145" y="367" width="28" height="28" fill="#E8D5B7"/>
|
||||
<text x="185" y="383" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>民居研究先驱</tspan>
|
||||
</text>
|
||||
<text x="145" y="412" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#E8E8E8">
|
||||
<tspan>在中国建筑界率先提出保护民间建筑,强调保护住宅和店面</tspan>
|
||||
</text>
|
||||
<text x="145" y="432" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>"艺术从来有两个系统,一个是宫殿艺术,一个是民间艺术"</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 贡献4 -->
|
||||
<rect x="60" y="460" width="1160" height="100" rx="10" fill="#16213E" stroke="#2A2A4A" stroke-width="1" filter="url(#cardShadow)"/>
|
||||
<circle cx="105" cy="510" r="22" fill="#C9A96E" fill-opacity="0.15" stroke="#C9A96E" stroke-width="1.5"/>
|
||||
<text x="105" y="517" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="18" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>4</tspan>
|
||||
</text>
|
||||
<use data-icon="chunk/globe" x="145" y="482" width="28" height="28" fill="#C9A96E"/>
|
||||
<text x="185" y="498" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>《现代住宅设计的参考》</tspan>
|
||||
</text>
|
||||
<text x="145" y="527" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#E8E8E8">
|
||||
<tspan>1945年发表,远见性地提出战后中国应为普通人设计建筑</tspan>
|
||||
</text>
|
||||
<text x="145" y="547" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>介绍同期西方国家战后新型住宅小区建设情况</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 贡献5 -->
|
||||
<rect x="60" y="575" width="1160" height="80" rx="10" fill="#16213E" stroke="#2A2A4A" stroke-width="1" filter="url(#cardShadow)"/>
|
||||
<circle cx="105" cy="615" r="22" fill="#C9A96E" fill-opacity="0.15" stroke="#C9A96E" stroke-width="1.5"/>
|
||||
<text x="105" y="622" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="18" font-weight="bold" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>5</tspan>
|
||||
</text>
|
||||
<use data-icon="chunk/star" x="145" y="597" width="28" height="28" fill="#C9A96E"/>
|
||||
<text x="185" y="613" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>首开"住宅概论"课程</tspan>
|
||||
</text>
|
||||
<text x="145" y="642" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>1949年清华大学,首次系统教授现代住宅建筑设计理论</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 页码 -->
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>07 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.8 KiB |
@@ -0,0 +1,110 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<filter id="cardShadow">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="4"/>
|
||||
<feOffset dx="0" dy="2"/>
|
||||
<feComponentTransfer><feFuncA type="linear" slope="0.25"/></feComponentTransfer>
|
||||
<feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge>
|
||||
</filter>
|
||||
<radialGradient id="bgGlow" cx="75%" cy="50%" r="50%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.04"/>
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="imgOverlay" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#1A1A2E" stop-opacity="0.6"/>
|
||||
<stop offset="30%" stop-color="#1A1A2E" stop-opacity="0.1"/>
|
||||
<stop offset="100%" stop-color="#1A1A2E" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- 背景 -->
|
||||
<rect width="1280" height="720" fill="#1A1A2E"/>
|
||||
<rect width="1280" height="720" fill="url(#bgGlow)"/>
|
||||
|
||||
<!-- 章节标记 -->
|
||||
<text x="60" y="42" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#C9A96E" letter-spacing="3">
|
||||
<tspan>PART 03 · 强者与精神</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 标题 -->
|
||||
<rect x="60" y="55" width="4" height="32" fill="#C9A96E"/>
|
||||
<text x="80" y="82" font-family="'KaiTi', Georgia, serif" font-size="32" font-weight="bold" fill="#E8E8E8">
|
||||
<tspan>穿越战火的建筑斗士</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 左侧内容 -->
|
||||
<!-- 引言高亮卡片 -->
|
||||
<rect x="60" y="120" width="620" height="80" rx="10" fill="#16213E" stroke="#C9A96E" stroke-width="1.5" filter="url(#cardShadow)"/>
|
||||
<text x="80" y="152" font-family="'KaiTi', Georgia, serif" font-size="22" fill="#C9A96E">
|
||||
<tspan>"什么美人不美人,好像一个女人</tspan>
|
||||
</text>
|
||||
<text x="80" y="180" font-family="'KaiTi', Georgia, serif" font-size="22" fill="#C9A96E">
|
||||
<tspan> 没有什么事可做似的,我还有好多事要做呢!"</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 要点列表 -->
|
||||
<rect x="60" y="220" width="620" height="90" rx="8" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<rect x="60" y="220" width="4" height="90" rx="2" fill="#C9A96E"/>
|
||||
<use data-icon="chunk/map" x="80" y="240" width="24" height="24" fill="#C9A96E"/>
|
||||
<text x="116" y="250" font-family="'SimHei', Arial, sans-serif" font-size="16" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>荒郊野谷考察古建筑</tspan>
|
||||
</text>
|
||||
<text x="80" y="278" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>风餐露宿,面临断粮、土匪打劫,丝毫没有退缩</tspan>
|
||||
</text>
|
||||
<text x="80" y="298" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>"只要梁先生敢爬敢上的,林先生就敢上"</tspan>
|
||||
</text>
|
||||
|
||||
<rect x="60" y="325" width="620" height="75" rx="8" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<rect x="60" y="325" width="4" height="75" rx="2" fill="#8B6F47"/>
|
||||
<use data-icon="chunk/heart" x="80" y="343" width="24" height="24" fill="#8B6F47"/>
|
||||
<text x="116" y="353" font-family="'SimHei', Arial, sans-serif" font-size="16" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>战乱中的坚韧</tspan>
|
||||
</text>
|
||||
<text x="80" y="381" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>流亡生活中肺炎发作,此后再未恢复健康,依然坚持研究</tspan>
|
||||
</text>
|
||||
|
||||
<rect x="60" y="415" width="620" height="75" rx="8" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<rect x="60" y="415" width="4" height="75" rx="2" fill="#C9A96E"/>
|
||||
<use data-icon="chunk/flag" x="80" y="433" width="24" height="24" fill="#C9A96E"/>
|
||||
<text x="116" y="443" font-family="'SimHei', Arial, sans-serif" font-size="16" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>英雄气的母亲</tspan>
|
||||
</text>
|
||||
<text x="80" y="471" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>"做中国人要顶勇敢,什么都不怕,什么都顶有决心才好"</tspan>
|
||||
</text>
|
||||
|
||||
<rect x="60" y="505" width="620" height="75" rx="8" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<rect x="60" y="505" width="4" height="75" rx="2" fill="#E8D5B7"/>
|
||||
<use data-icon="chunk/pen-nib" x="80" y="523" width="24" height="24" fill="#E8D5B7"/>
|
||||
<text x="116" y="533" font-family="'SimHei', Arial, sans-serif" font-size="16" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>病榻上书写建筑史</tspan>
|
||||
</text>
|
||||
<text x="80" y="561" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>在偏远小镇一笔一笔书写中国建筑史,拖着病体坚持工作</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 底部引言 -->
|
||||
<rect x="60" y="600" width="620" height="60" rx="8" fill="#16213E" stroke="#8B6F47" stroke-width="1"/>
|
||||
<text x="80" y="627" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>她的生命中有比"小我"、比"一己之求"更为宏大的部分</tspan>
|
||||
</text>
|
||||
<text x="80" y="649" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#C9A96E">
|
||||
<tspan>她想要真正终生为之奋斗的是中国建筑学术事业</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 右侧图片 -->
|
||||
<rect x="720" y="120" width="500" height="540" rx="12" fill="#16213E"/>
|
||||
<image href="../images/lin_survey.png" x="720" y="120" width="500" height="500" preserveAspectRatio="xMidYMid slice"/>
|
||||
<rect x="720" y="120" width="500" height="500" fill="url(#imgOverlay)"/>
|
||||
<text x="970" y="640" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="middle">
|
||||
<tspan>1933年,林徽因在河北正定开元寺钟楼梁架上</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 页码 -->
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>08 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 5.9 KiB |
@@ -0,0 +1,125 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<filter id="cardShadow">
|
||||
<feGaussianBlur in="SourceAlpha" stdDeviation="4"/>
|
||||
<feOffset dx="0" dy="2"/>
|
||||
<feComponentTransfer><feFuncA type="linear" slope="0.25"/></feComponentTransfer>
|
||||
<feMerge><feMergeNode/><feMergeNode in="SourceGraphic"/></feMerge>
|
||||
</filter>
|
||||
<radialGradient id="bgGlow" cx="50%" cy="30%" r="55%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.05"/>
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="quoteGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.1"/>
|
||||
<stop offset="100%" stop-color="#8B6F47" stop-opacity="0.05"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- 背景 -->
|
||||
<rect width="1280" height="720" fill="#1A1A2E"/>
|
||||
<rect width="1280" height="720" fill="url(#bgGlow)"/>
|
||||
|
||||
<!-- 章节标记 -->
|
||||
<text x="60" y="42" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#C9A96E" letter-spacing="3">
|
||||
<tspan>PART 03 · 强者与精神</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 标题 -->
|
||||
<rect x="60" y="55" width="4" height="32" fill="#C9A96E"/>
|
||||
<text x="80" y="82" font-family="'KaiTi', Georgia, serif" font-size="32" font-weight="bold" fill="#E8E8E8">
|
||||
<tspan>当之无愧的建筑师</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 中央引言卡片 -->
|
||||
<rect x="60" y="115" width="1160" height="130" rx="12" fill="url(#quoteGrad)" stroke="#C9A96E" stroke-width="1" filter="url(#cardShadow)"/>
|
||||
<rect x="60" y="115" width="4" height="130" rx="2" fill="#E8D5B7"/>
|
||||
<!-- 引号装饰 -->
|
||||
<text x="90" y="160" font-family="Georgia, serif" font-size="48" fill="#C9A96E" fill-opacity="0.3">
|
||||
<tspan>"</tspan>
|
||||
</text>
|
||||
<text x="120" y="165" font-family="'KaiTi', Georgia, serif" font-size="18" fill="#E8E8E8">
|
||||
<tspan>我自己也到了相当年纪,也没有什么成就,眼看得机会愈少……</tspan>
|
||||
</text>
|
||||
<text x="120" y="192" font-family="'KaiTi', Georgia, serif" font-size="18" fill="#E8E8E8">
|
||||
<tspan>现在身体也不好,家常的负担也繁重,真是从此平庸处世,做妻生子地过一世!</tspan>
|
||||
</text>
|
||||
<text x="120" y="219" font-family="'KaiTi', Georgia, serif" font-size="18" fill="#C9A96E">
|
||||
<tspan>我禁不住伤心起来。</tspan>
|
||||
</text>
|
||||
<rect x="120" y="228" width="40" height="1" fill="#C9A96E" fill-opacity="0.3"/>
|
||||
<text x="170" y="228" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#8B6F47">
|
||||
<tspan>—— 28岁写给胡适的信</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 成就总结 - 四宫格 -->
|
||||
<!-- 成就1 -->
|
||||
<rect x="60" y="270" width="560" height="130" rx="10" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<rect x="60" y="270" width="4" height="130" rx="2" fill="#C9A96E"/>
|
||||
<use data-icon="chunk/building" x="84" y="290" width="32" height="32" fill="#C9A96E"/>
|
||||
<text x="130" y="306" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>共创建筑教育</tspan>
|
||||
</text>
|
||||
<text x="84" y="340" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>与梁思成共同创办东北大学、清华大学建筑系</tspan>
|
||||
</text>
|
||||
<text x="84" y="365" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>奠定中国现代建筑教育的基石</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 成就2 -->
|
||||
<rect x="640" y="270" width="580" height="130" rx="10" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<rect x="640" y="270" width="4" height="130" rx="2" fill="#C9A96E"/>
|
||||
<use data-icon="chunk/map" x="664" y="290" width="32" height="32" fill="#C9A96E"/>
|
||||
<text x="710" y="306" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>一寸寸测量古建筑</tspan>
|
||||
</text>
|
||||
<text x="664" y="340" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>深入荒凉之地,用双手丈量中国古建筑</tspan>
|
||||
</text>
|
||||
<text x="664" y="365" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>为中国建筑史留下珍贵的第一手资料</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 成就3 -->
|
||||
<rect x="60" y="420" width="560" height="130" rx="10" fill="#16213E" stroke="#2A2A4A" stroke-width="1"/>
|
||||
<rect x="60" y="420" width="4" height="130" rx="2" fill="#8B6F47"/>
|
||||
<use data-icon="chunk/pen-nib" x="84" y="440" width="32" height="32" fill="#8B6F47"/>
|
||||
<text x="130" y="456" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>战时书写建筑史</tspan>
|
||||
</text>
|
||||
<text x="84" y="490" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>在偏远小镇拖着病体一笔一笔书写中国建筑史</tspan>
|
||||
</text>
|
||||
<text x="84" y="515" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#A0A0B0">
|
||||
<tspan>学科的奠基者,思想上的先行者</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 成就4 -->
|
||||
<rect x="640" y="420" width="580" height="130" rx="10" fill="#16213E" stroke="#C9A96E" stroke-width="1.5"/>
|
||||
<rect x="640" y="420" width="4" height="130" rx="2" fill="#E8D5B7"/>
|
||||
<use data-icon="chunk/crown" x="664" y="440" width="32" height="32" fill="#E8D5B7"/>
|
||||
<text x="710" y="456" font-family="'KaiTi', Georgia, serif" font-size="22" font-weight="bold" fill="#E8D5B7">
|
||||
<tspan>国之重器的最后心血</tspan>
|
||||
</text>
|
||||
<text x="664" y="490" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#E8E8E8">
|
||||
<tspan>在国徽和人民英雄纪念碑上倾注生命最后的力量</tspan>
|
||||
</text>
|
||||
<text x="664" y="515" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#C9A96E">
|
||||
<tspan>她用一生证明,她是当之无愧的建筑师</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 底部装饰引言 -->
|
||||
<rect x="300" y="580" width="680" height="60" rx="8" fill="#16213E" stroke="#8B6F47" stroke-width="1"/>
|
||||
<text x="640" y="605" font-family="'KaiTi', Georgia, serif" font-size="18" fill="#C9A96E" text-anchor="middle">
|
||||
<tspan>林徽因想要真正终生为之奋斗的</tspan>
|
||||
</text>
|
||||
<text x="640" y="630" font-family="'KaiTi', Georgia, serif" font-size="18" fill="#E8D5B7" text-anchor="middle">
|
||||
<tspan>是中国建筑学术事业</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 页码 -->
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>09 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 6.5 KiB |
@@ -0,0 +1,78 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
|
||||
<defs>
|
||||
<linearGradient id="titleGrad" x1="0%" y1="0%" x2="100%" y2="100%">
|
||||
<stop offset="0%" stop-color="#C9A96E"/>
|
||||
<stop offset="100%" stop-color="#E8D5B7"/>
|
||||
</linearGradient>
|
||||
<radialGradient id="bgGlow" cx="50%" cy="40%" r="55%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0.06"/>
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
</radialGradient>
|
||||
<linearGradient id="lineGrad" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
<stop offset="30%" stop-color="#C9A96E" stop-opacity="0.8"/>
|
||||
<stop offset="70%" stop-color="#E8D5B7" stop-opacity="0.8"/>
|
||||
<stop offset="100%" stop-color="#E8D5B7" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="bottomLine" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
<stop offset="50%" stop-color="#C9A96E" stop-opacity="0.5"/>
|
||||
<stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
|
||||
<!-- 背景 -->
|
||||
<rect width="1280" height="720" fill="#1A1A2E"/>
|
||||
<rect width="1280" height="720" fill="url(#bgGlow)"/>
|
||||
|
||||
<!-- 中央金色竖线装饰 -->
|
||||
<rect x="638" y="100" width="3" height="440" fill="url(#lineGrad)"/>
|
||||
|
||||
<!-- 墓碑铭文 - 居中大字 -->
|
||||
<text x="640" y="230" font-family="'KaiTi', Georgia, serif" font-size="54" font-weight="bold" fill="url(#titleGrad)" text-anchor="middle">
|
||||
<tspan>建筑师林徽因墓</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 短横线装饰 -->
|
||||
<rect x="560" y="260" width="160" height="1" fill="#C9A96E" fill-opacity="0.4"/>
|
||||
|
||||
<!-- 副标题 -->
|
||||
<text x="640" y="310" font-family="'KaiTi', Georgia, serif" font-size="28" fill="#E8E8E8" text-anchor="middle">
|
||||
<tspan>她用一生证明</tspan>
|
||||
</text>
|
||||
<text x="640" y="350" font-family="'KaiTi', Georgia, serif" font-size="28" fill="#E8D5B7" text-anchor="middle">
|
||||
<tspan>她是当之无愧的建筑师</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 装饰短线 -->
|
||||
<rect x="600" y="380" width="80" height="1" fill="#8B6F47" fill-opacity="0.5"/>
|
||||
|
||||
<!-- 生卒年 -->
|
||||
<text x="640" y="420" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#A0A0B0" text-anchor="middle">
|
||||
<tspan>1904 — 1955</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 贡献列表 -->
|
||||
<text x="640" y="470" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#6B6B80" text-anchor="middle">
|
||||
<tspan>中国第一位女建筑学家 · 中国营造学社核心成员</tspan>
|
||||
</text>
|
||||
<text x="640" y="495" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#6B6B80" text-anchor="middle">
|
||||
<tspan>人民英雄纪念碑设计者 · 中国建筑理论奠基人</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 底部装饰线 -->
|
||||
<rect x="200" y="560" width="880" height="1" fill="url(#bottomLine)"/>
|
||||
|
||||
<!-- 来源信息 -->
|
||||
<text x="640" y="600" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#6B6B80" text-anchor="middle">
|
||||
<tspan>内容来源 · 凤凰空间《林徽因谈中国建筑》</tspan>
|
||||
</text>
|
||||
<text x="640" y="625" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="middle" fill-opacity="0.6">
|
||||
<tspan>参考资料:《林徽因谈中国建筑》《林徽因被追授建筑学学位》</tspan>
|
||||
</text>
|
||||
|
||||
<!-- 页码 -->
|
||||
<text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
|
||||
<tspan>10 / 10</tspan>
|
||||
</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 3.6 KiB |