返回 ppt-master
10_结尾.svg
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
2 <defs>
3 <linearGradient id="titleGrad" x1="0%" y1="0%" x2="100%" y2="100%">
4 <stop offset="0%" stop-color="#C9A96E"/>
5 <stop offset="100%" stop-color="#E8D5B7"/>
6 </linearGradient>
7 <radialGradient id="bgGlow" cx="50%" cy="40%" r="55%">
8 <stop offset="0%" stop-color="#C9A96E" stop-opacity="0.06"/>
9 <stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
10 </radialGradient>
11 <linearGradient id="lineGrad" x1="0%" y1="0%" x2="0%" y2="100%">
12 <stop offset="0%" stop-color="#C9A96E" stop-opacity="0"/>
13 <stop offset="30%" stop-color="#C9A96E" stop-opacity="0.8"/>
14 <stop offset="70%" stop-color="#E8D5B7" stop-opacity="0.8"/>
15 <stop offset="100%" stop-color="#E8D5B7" stop-opacity="0"/>
16 </linearGradient>
17 <linearGradient id="bottomLine" x1="0%" y1="0%" x2="100%" y2="0%">
18 <stop offset="0%" stop-color="#C9A96E" stop-opacity="0"/>
19 <stop offset="50%" stop-color="#C9A96E" stop-opacity="0.5"/>
20 <stop offset="100%" stop-color="#C9A96E" stop-opacity="0"/>
21 </linearGradient>
22 </defs>
23
24 <!-- 背景 -->
25 <rect width="1280" height="720" fill="#1A1A2E"/>
26 <rect width="1280" height="720" fill="url(#bgGlow)"/>
27
28 <!-- 中央金色竖线装饰 -->
29 <rect x="638" y="100" width="3" height="440" fill="url(#lineGrad)"/>
30
31 <!-- 墓碑铭文 - 居中大字 -->
32 <text x="640" y="230" font-family="'KaiTi', Georgia, serif" font-size="54" font-weight="bold" fill="url(#titleGrad)" text-anchor="middle">
33 <tspan>建筑师林徽因墓</tspan>
34 </text>
35
36 <!-- 短横线装饰 -->
37 <rect x="560" y="260" width="160" height="1" fill="#C9A96E" fill-opacity="0.4"/>
38
39 <!-- 副标题 -->
40 <text x="640" y="310" font-family="'KaiTi', Georgia, serif" font-size="28" fill="#E8E8E8" text-anchor="middle">
41 <tspan>她用一生证明</tspan>
42 </text>
43 <text x="640" y="350" font-family="'KaiTi', Georgia, serif" font-size="28" fill="#E8D5B7" text-anchor="middle">
44 <tspan>她是当之无愧的建筑师</tspan>
45 </text>
46
47 <!-- 装饰短线 -->
48 <rect x="600" y="380" width="80" height="1" fill="#8B6F47" fill-opacity="0.5"/>
49
50 <!-- 生卒年 -->
51 <text x="640" y="420" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="16" fill="#A0A0B0" text-anchor="middle">
52 <tspan>1904 — 1955</tspan>
53 </text>
54
55 <!-- 贡献列表 -->
56 <text x="640" y="470" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#6B6B80" text-anchor="middle">
57 <tspan>中国第一位女建筑学家 · 中国营造学社核心成员</tspan>
58 </text>
59 <text x="640" y="495" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="14" fill="#6B6B80" text-anchor="middle">
60 <tspan>人民英雄纪念碑设计者 · 中国建筑理论奠基人</tspan>
61 </text>
62
63 <!-- 底部装饰线 -->
64 <rect x="200" y="560" width="880" height="1" fill="url(#bottomLine)"/>
65
66 <!-- 来源信息 -->
67 <text x="640" y="600" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="13" fill="#6B6B80" text-anchor="middle">
68 <tspan>内容来源 · 凤凰空间《林徽因谈中国建筑》</tspan>
69 </text>
70 <text x="640" y="625" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="middle" fill-opacity="0.6">
71 <tspan>参考资料:《林徽因谈中国建筑》《林徽因被追授建筑学学位》</tspan>
72 </text>
73
74 <!-- 页码 -->
75 <text x="1200" y="700" font-family="'Microsoft YaHei', Arial, sans-serif" font-size="12" fill="#6B6B80" text-anchor="end">
76 <tspan>10 / 10</tspan>
77 </text>
78 </svg>
79
79 lines Plain Text