返回 ppt-master
06_three_block.svg
根目录 / skills / ppt-master / templates / layouts / report_core / templates / 06_three_block.svg
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="1280" height="720" viewBox="0 0 1280 720"
3 data-pptx-master="report_core_content_master" data-pptx-master-name="Report Core Content"
4 data-pptx-layout="three_block" data-pptx-layout-name="Three Block">
5 <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#FFFFFF"
6 data-pptx-layer="master" data-pptx-editable="false"/>
7 <line id="master-header-rule" x1="48" y1="64" x2="1232" y2="64" stroke="#E2E8F0"
8 stroke-width="1" data-pptx-layer="master" data-pptx-editable="false"/>
9 <line id="master-footer-rule" x1="48" y1="664" x2="1232" y2="664" stroke="#E2E8F0"
10 stroke-width="1" data-pptx-layer="master" data-pptx-editable="false"/>
11 <rect id="three-block-one-panel" x="48" y="176" width="376" height="464" rx="8" fill="#F8FAFC"
12 stroke="#E2E8F0" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
13 <rect id="three-block-two-panel" x="452" y="176" width="376" height="464" rx="8" fill="#F8FAFC"
14 stroke="#E2E8F0" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
15 <rect id="three-block-three-panel" x="856" y="176" width="376" height="464" rx="8" fill="#F8FAFC"
16 stroke="#E2E8F0" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
17 <g id="three-block-title-slot" data-pptx-placeholder="title"
18 data-pptx-bounds="48 88 1184 56">
19 <text id="three-block-title-carrier" data-pptx-carrier="true"
20 x="48" y="130" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
21 font-size="28" font-weight="700">{{PAGE_TITLE}}</text>
22 </g>
23 <g id="three-block-one-slot" data-pptx-placeholder="object" data-pptx-idx="1"
24 data-pptx-bounds="72 200 328 416">
25 <text id="three-block-one-carrier" data-pptx-carrier="true"
26 x="72" y="240" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
27 font-size="19">{{BLOCK_1}}</text>
28 </g>
29 <g id="three-block-two-slot" data-pptx-placeholder="object" data-pptx-idx="2"
30 data-pptx-bounds="476 200 328 416">
31 <text id="three-block-two-carrier" data-pptx-carrier="true"
32 x="476" y="240" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
33 font-size="19">{{BLOCK_2}}</text>
34 </g>
35 <g id="three-block-three-slot" data-pptx-placeholder="object" data-pptx-idx="3"
36 data-pptx-bounds="880 200 328 416">
37 <text id="three-block-three-carrier" data-pptx-carrier="true"
38 x="880" y="240" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
39 font-size="19">{{BLOCK_3}}</text>
40 </g>
41 <g id="three-block-footer-slot" data-pptx-placeholder="footer" data-pptx-idx="4"
42 data-pptx-bounds="48 676 900 32">
43 <text id="three-block-footer-carrier" data-pptx-carrier="true"
44 x="48" y="698" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif"
45 font-size="12">{{FOOTER_NOTE}}</text>
46 </g>
47 <g id="three-block-pagenum-slot" data-pptx-placeholder="slide-number" data-pptx-idx="5"
48 data-pptx-bounds="1112 676 120 32">
49 <text id="three-block-pagenum-carrier" data-pptx-carrier="true"
50 x="1232" y="698" text-anchor="end" fill="#94A3B8"
51 font-family="Arial, Microsoft YaHei, sans-serif" font-size="12">{{PAGE_NUM}}</text>
52 </g>
53 </svg>
54
54 lines Plain Text