返回 ppt-master
04_numbered_list.svg
根目录 / skills / ppt-master / templates / layouts / story_vertical / templates / 04_numbered_list.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="numbered_list" data-pptx-layout-name="Numbered List">
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="numbered-list-row-one" x="80" y="440" width="920" height="360" rx="20" fill="#F4F6F8"
8 stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
9 <rect id="numbered-list-row-two" x="80" y="850" width="920" height="360" rx="20" fill="#F4F6F8"
10 stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
11 <rect id="numbered-list-row-three" x="80" y="1260" width="920" height="360" rx="20" fill="#F4F6F8"
12 stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
13 <circle id="numbered-list-marker-one" cx="168" cy="520" r="40" fill="#E2E8F0"
14 data-pptx-layer="layout" data-pptx-editable="false"/>
15 <circle id="numbered-list-marker-two" cx="168" cy="930" r="40" fill="#E2E8F0"
16 data-pptx-layer="layout" data-pptx-editable="false"/>
17 <circle id="numbered-list-marker-three" cx="168" cy="1340" r="40" fill="#E2E8F0"
18 data-pptx-layer="layout" data-pptx-editable="false"/>
19 <text id="numbered-list-digit-one" x="168" y="534" text-anchor="middle" fill="#64748B"
20 font-family="Arial, Microsoft YaHei, sans-serif" font-size="36" font-weight="700"
21 data-pptx-layer="layout" data-pptx-editable="false">1</text>
22 <text id="numbered-list-digit-two" x="168" y="944" text-anchor="middle" fill="#64748B"
23 font-family="Arial, Microsoft YaHei, sans-serif" font-size="36" font-weight="700"
24 data-pptx-layer="layout" data-pptx-editable="false">2</text>
25 <text id="numbered-list-digit-three" x="168" y="1354" text-anchor="middle" fill="#64748B"
26 font-family="Arial, Microsoft YaHei, sans-serif" font-size="36" font-weight="700"
27 data-pptx-layer="layout" data-pptx-editable="false">3</text>
28 <g id="numbered-list-title-slot" data-pptx-placeholder="title"
29 data-pptx-bounds="80 200 920 180">
30 <text id="numbered-list-title-carrier" data-pptx-carrier="true"
31 x="80" y="306" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
32 font-size="56" font-weight="700">{{PAGE_TITLE}}</text>
33 </g>
34 <g id="numbered-list-one-slot" data-pptx-placeholder="object" data-pptx-idx="1"
35 data-pptx-bounds="240 464 760 312">
36 <text id="numbered-list-one-carrier" data-pptx-carrier="true"
37 x="240" y="520" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
38 font-size="32">{{ITEM_1}}</text>
39 </g>
40 <g id="numbered-list-two-slot" data-pptx-placeholder="object" data-pptx-idx="2"
41 data-pptx-bounds="240 874 760 312">
42 <text id="numbered-list-two-carrier" data-pptx-carrier="true"
43 x="240" y="930" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
44 font-size="32">{{ITEM_2}}</text>
45 </g>
46 <g id="numbered-list-three-slot" data-pptx-placeholder="object" data-pptx-idx="3"
47 data-pptx-bounds="240 1284 760 312">
48 <text id="numbered-list-three-carrier" data-pptx-carrier="true"
49 x="240" y="1340" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
50 font-size="32">{{ITEM_3}}</text>
51 </g>
52 <g id="numbered-list-footer-slot" data-pptx-placeholder="footer" data-pptx-idx="4"
53 data-pptx-bounds="80 1660 920 56">
54 <text id="numbered-list-footer-carrier" data-pptx-carrier="true"
55 x="80" y="1700" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif"
56 font-size="24">{{FOOTER_NOTE}}</text>
57 </g>
58 </svg>
59
59 lines Plain Text