返回 ppt-master
03_title_content.svg
根目录 / skills / ppt-master / templates / layouts / moments_square / templates / 03_title_content.svg
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="1080" height="1080" viewBox="0 0 1080 1080"
3 data-pptx-master="moments_square_master" data-pptx-master-name="Moments Square"
4 data-pptx-layout="title_content" data-pptx-layout-name="Title and Content">
5 <rect id="master-background" x="0" y="0" width="1080" height="1080" fill="#FFFFFF"
6 data-pptx-layer="master" data-pptx-editable="false"/>
7 <line id="title-content-rule" x1="100" y1="340" x2="980" y2="340" stroke="#E2E8F0"
8 stroke-width="2" data-pptx-layer="layout" data-pptx-editable="false"/>
9 <g id="title-content-title-slot" data-pptx-placeholder="title"
10 data-pptx-bounds="100 110 880 210">
11 <text id="title-content-title-carrier" data-pptx-carrier="true"
12 x="100" y="232" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
13 font-size="60" font-weight="700">{{PAGE_TITLE}}</text>
14 </g>
15 <g id="title-content-body-slot" data-pptx-placeholder="body" data-pptx-idx="1"
16 data-pptx-bounds="100 380 880 500">
17 <text id="title-content-body-carrier" data-pptx-carrier="true"
18 x="100" y="436" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
19 font-size="30">{{CONTENT_AREA}}</text>
20 </g>
21 <g id="title-content-footer-slot" data-pptx-placeholder="footer" data-pptx-idx="2"
22 data-pptx-bounds="100 940 880 56">
23 <text id="title-content-footer-carrier" data-pptx-carrier="true"
24 x="100" y="980" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif"
25 font-size="24">{{FOOTER_NOTE}}</text>
26 </g>
27 </svg>
28
28 lines Plain Text