返回 ppt-master
02_section_divider.svg
根目录 / skills / ppt-master / templates / layouts / report_core / templates / 02_section_divider.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_divider_master" data-pptx-master-name="Report Core Divider"
4 data-pptx-layout="section_divider" data-pptx-layout-name="Section Divider">
5 <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#1E293B"
6 data-pptx-layer="master" data-pptx-editable="false"/>
7 <line id="section-divider-rule" x1="48" y1="300" x2="1232" y2="300" stroke="#475569"
8 stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
9 <g id="section-divider-number-slot" data-pptx-placeholder="body" data-pptx-idx="1"
10 data-pptx-bounds="48 200 200 72">
11 <text id="section-divider-number-carrier" data-pptx-carrier="true"
12 x="48" y="260" fill="#64748B" font-family="Arial, Microsoft YaHei, sans-serif"
13 font-size="56" font-weight="700">{{CHAPTER_NUM}}</text>
14 </g>
15 <g id="section-divider-title-slot" data-pptx-placeholder="title"
16 data-pptx-bounds="48 336 1184 80">
17 <text id="section-divider-title-carrier" data-pptx-carrier="true"
18 x="48" y="396" fill="#F8FAFC" font-family="Arial, Microsoft YaHei, sans-serif"
19 font-size="44" font-weight="700">{{CHAPTER_TITLE}}</text>
20 </g>
21 <g id="section-divider-desc-slot" data-pptx-placeholder="body" data-pptx-idx="2"
22 data-pptx-bounds="48 440 900 56">
23 <text id="section-divider-desc-carrier" data-pptx-carrier="true"
24 x="48" y="476" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif"
25 font-size="20">{{CHAPTER_DESC}}</text>
26 </g>
27 </svg>
28
28 lines Plain Text