返回 ppt-master
07_two_block.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="two_block" data-pptx-layout-name="Two Block">
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="two-block-top" x="80" y="440" width="920" height="560" rx="24" fill="#F4F6F8"
8 stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
9 <rect id="two-block-bottom" x="80" y="1060" width="920" height="560" rx="24" fill="#EEF2F6"
10 stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
11 <g id="two-block-title-slot" data-pptx-placeholder="title"
12 data-pptx-bounds="80 200 920 180">
13 <text id="two-block-title-carrier" data-pptx-carrier="true"
14 x="80" y="306" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
15 font-size="56" font-weight="700">{{PAGE_TITLE}}</text>
16 </g>
17 <g id="two-block-top-slot" data-pptx-placeholder="object" data-pptx-idx="1"
18 data-pptx-bounds="120 480 840 480">
19 <text id="two-block-top-carrier" data-pptx-carrier="true"
20 x="120" y="550" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
21 font-size="34">{{BLOCK_1}}</text>
22 </g>
23 <g id="two-block-bottom-slot" data-pptx-placeholder="object" data-pptx-idx="2"
24 data-pptx-bounds="120 1100 840 480">
25 <text id="two-block-bottom-carrier" data-pptx-carrier="true"
26 x="120" y="1170" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
27 font-size="34">{{BLOCK_2}}</text>
28 </g>
29 <g id="two-block-footer-slot" data-pptx-placeholder="footer" data-pptx-idx="3"
30 data-pptx-bounds="80 1660 920 56">
31 <text id="two-block-footer-carrier" data-pptx-carrier="true"
32 x="80" y="1700" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif"
33 font-size="24">{{FOOTER_NOTE}}</text>
34 </g>
35 </svg>
36
36 lines Plain Text