返回 ppt-master
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
2 <defs>
3 <linearGradient id="leftScrim18" x1="0%" y1="0%" x2="100%" y2="0%">
4 <stop offset="0%" stop-color="#F5EFE0" stop-opacity="0.94"/>
5 <stop offset="55%" stop-color="#F5EFE0" stop-opacity="0.2"/>
6 <stop offset="100%" stop-color="#F5EFE0" stop-opacity="0"/>
7 </linearGradient>
8 <pattern id="dotP18" x="0" y="0" width="7" height="7" patternUnits="userSpaceOnUse">
9 <circle cx="3.5" cy="3.5" r="0.7" fill="#1A1A1A" fill-opacity="0.08"/>
10 </pattern>
11 </defs>
12
13 <rect id="bg" width="1280" height="720" fill="#F5EFE0"/>
14
15 <!-- Full-bleed hero -->
16 <g id="hero">
17 <image href="../images/zine_action_outro.png" x="0" y="0" width="1280" height="720" preserveAspectRatio="xMidYMid slice"/>
18 </g>
19
20 <!-- Left scrim so text reads on the calm field -->
21 <rect id="left-scrim" x="0" y="0" width="900" height="720" fill="url(#leftScrim18)"/>
22 <rect id="grain" width="1280" height="720" fill="url(#dotP18)"/>
23
24 <!-- Top issue mark -->
25 <g id="top-mark">
26 <rect x="60" y="50" width="220" height="36" fill="#1E4DBC"/>
27 <rect x="63" y="53" width="220" height="36" fill="#FF5C8A" opacity="0.85"/>
28 <rect x="60" y="50" width="220" height="36" fill="#1E4DBC"/>
29 <text x="170" y="75" font-family="Impact, 'Arial Black', 'Microsoft YaHei', sans-serif" font-size="20" fill="#F5EFE0" text-anchor="middle" letter-spacing="3">END OF ISSUE №01</text>
30 </g>
31
32 <!-- The big outro line — Chinese -->
33 <g id="big-outro-cn">
34 <text x="60" y="290" font-family="Impact, 'Arial Black', 'Microsoft YaHei', sans-serif" font-size="100" fill="#FF5C8A" letter-spacing="-2">印一份。</text>
35 <text x="58" y="288" font-family="Impact, 'Arial Black', 'Microsoft YaHei', sans-serif" font-size="100" fill="#1A1A1A" letter-spacing="-2">印一份。</text>
36
37 <text x="60" y="400" font-family="Impact, 'Arial Black', 'Microsoft YaHei', sans-serif" font-size="100" fill="#FF5C8A" letter-spacing="-2">送一份。</text>
38 <text x="58" y="398" font-family="Impact, 'Arial Black', 'Microsoft YaHei', sans-serif" font-size="100" fill="#1E4DBC" letter-spacing="-2">送一份。</text>
39
40 <text x="60" y="510" font-family="Impact, 'Arial Black', 'Microsoft YaHei', sans-serif" font-size="100" fill="#1E4DBC" letter-spacing="-2">换一份。</text>
41 <text x="58" y="508" font-family="Impact, 'Arial Black', 'Microsoft YaHei', sans-serif" font-size="100" fill="#1A1A1A" letter-spacing="-2">换一份。</text>
42 </g>
43
44 <!-- English outro line in box -->
45 <g id="en-outro">
46 <rect x="60" y="558" width="660" height="84" fill="#1A1A1A"/>
47 <rect x="63" y="561" width="660" height="84" fill="#FF5C8A" opacity="0.55"/>
48 <rect x="60" y="558" width="660" height="84" fill="#1A1A1A"/>
49 <text x="80" y="592" font-family="Impact, 'Arial Black', 'Microsoft YaHei', sans-serif" font-size="28" fill="#FF5C8A" letter-spacing="-0.5">A ZINE IS THE WORLD'S</text>
50 <text x="80" y="624" font-family="Impact, 'Arial Black', 'Microsoft YaHei', sans-serif" font-size="28" fill="#F5EFE0" letter-spacing="-0.5">SMALLEST PUBLISHING HOUSE.</text>
51 <rect x="60" y="558" width="6" height="84" fill="#FF5C8A"/>
52 </g>
53
54 <!-- Bottom corner: "it can also be yours" -->
55 <g id="corner-tag">
56 <rect x="60" y="660" width="660" height="32" fill="#FF5C8A"/>
57 <text x="80" y="683" font-family="Consolas, 'Courier New', monospace" font-size="14" fill="#1A1A1A" letter-spacing="3">IT CAN ALSO BE YOURS.</text>
58 </g>
59
60 <!-- Right corner colophon -->
61 <g id="colophon">
62 <rect x="980" y="600" width="240" height="92" fill="#1A1A1A"/>
63 <rect x="983" y="603" width="240" height="92" fill="#1E4DBC" opacity="0.55"/>
64 <rect x="980" y="600" width="240" height="92" fill="#1A1A1A"/>
65 <text x="1100" y="628" font-family="Consolas, 'Courier New', monospace" font-size="11" fill="#FF5C8A" text-anchor="middle" letter-spacing="2">COLOPHON</text>
66 <text x="1100" y="652" font-family="'Microsoft YaHei', 'PingFang SC', Arial, sans-serif" font-size="13" font-weight="900" fill="#F5EFE0" text-anchor="middle">PPT Master · 风格演示</text>
67 <text x="1100" y="672" font-family="Consolas, 'Courier New', monospace" font-size="11" fill="#F5EFE0" text-anchor="middle" letter-spacing="2">RISO ZINE · 2026-05</text>
68 <text x="1100" y="688" font-family="Consolas, 'Courier New', monospace" font-size="10" fill="#FF5C8A" text-anchor="middle" letter-spacing="2">SCREEN-PRINT × DUOTONE</text>
69 </g>
70 </svg>
71
71 lines Plain Text