返回 ppt-master
01_cover.svg
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="1080" height="1920" viewBox="0 0 1080 1920"
3 data-pptx-master="story_vertical_master" data-pptx-master-name="Story Vertical"
4 data-pptx-layout="cover" data-pptx-layout-name="Cover">
5 <rect id="master-background" x="0" y="0" width="1080" height="1920" fill="#FFFFFF"
6 data-pptx-layer="master" data-pptx-editable="false"/>
7 <rect id="cover-accent" x="80" y="560" width="120" height="10" rx="5" fill="#CBD5E1"
8 data-pptx-layer="layout" data-pptx-editable="false"/>
9 <rect id="cover-brand-band" x="0" y="1560" width="1080" height="180" fill="#F4F6F8"
10 data-pptx-layer="layout" data-pptx-editable="false"/>
11 <g id="cover-title-slot" data-pptx-placeholder="title"
12 data-pptx-bounds="80 620 920 320">
13 <text id="cover-title-carrier" data-pptx-carrier="true"
14 x="80" y="712" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
15 font-size="76" font-weight="700">{{TITLE}}</text>
16 </g>
17 <g id="cover-subtitle-slot" data-pptx-placeholder="subtitle" data-pptx-idx="1"
18 data-pptx-bounds="80 990 920 120">
19 <text id="cover-subtitle-carrier" data-pptx-carrier="true"
20 x="80" y="1044" fill="#64748B" font-family="Arial, Microsoft YaHei, sans-serif"
21 font-size="34">{{SUBTITLE}}</text>
22 </g>
23 <g id="cover-brand-slot" data-pptx-placeholder="body" data-pptx-idx="2"
24 data-pptx-bounds="80 1610 920 60">
25 <text id="cover-brand-carrier" data-pptx-carrier="true"
26 x="80" y="1652" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
27 font-size="28">{{BRAND_LINE}}</text>
28 </g>
29 </svg>
30
30 lines Plain Text