返回 ppt-master
05_two_content.svg
根目录 / skills / ppt-master / templates / layouts / report_core / templates / 05_two_content.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="two_content" data-pptx-layout-name="Two Content">
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="two-content-left-panel" x="48" y="176" width="576" height="464" rx="8" fill="#F8FAFC"
12 stroke="#E2E8F0" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
13 <rect id="two-content-right-panel" x="656" y="176" width="576" height="464" rx="8" fill="#F8FAFC"
14 stroke="#E2E8F0" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
15 <g id="two-content-title-slot" data-pptx-placeholder="title"
16 data-pptx-bounds="48 88 1184 56">
17 <text id="two-content-title-carrier" data-pptx-carrier="true"
18 x="48" y="130" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
19 font-size="28" font-weight="700">{{PAGE_TITLE}}</text>
20 </g>
21 <g id="two-content-left-slot" data-pptx-placeholder="body" data-pptx-idx="1"
22 data-pptx-bounds="72 200 528 416">
23 <text id="two-content-left-carrier" data-pptx-carrier="true"
24 x="72" y="240" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
25 font-size="19">{{LEFT_CONTENT}}</text>
26 </g>
27 <g id="two-content-right-slot" data-pptx-placeholder="body" data-pptx-idx="2"
28 data-pptx-bounds="680 200 528 416">
29 <text id="two-content-right-carrier" data-pptx-carrier="true"
30 x="680" y="240" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
31 font-size="19">{{RIGHT_CONTENT}}</text>
32 </g>
33 <g id="two-content-footer-slot" data-pptx-placeholder="footer" data-pptx-idx="3"
34 data-pptx-bounds="48 676 900 32">
35 <text id="two-content-footer-carrier" data-pptx-carrier="true"
36 x="48" y="698" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif"
37 font-size="12">{{FOOTER_NOTE}}</text>
38 </g>
39 <g id="two-content-pagenum-slot" data-pptx-placeholder="slide-number" data-pptx-idx="4"
40 data-pptx-bounds="1112 676 120 32">
41 <text id="two-content-pagenum-carrier" data-pptx-carrier="true"
42 x="1232" y="698" text-anchor="end" fill="#94A3B8"
43 font-family="Arial, Microsoft YaHei, sans-serif" font-size="12">{{PAGE_NUM}}</text>
44 </g>
45 </svg>
46
46 lines Plain Text