返回 ppt-master
06_image_top_text.svg
根目录 / skills / ppt-master / templates / layouts / story_vertical / templates / 06_image_top_text.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="image_top_text" data-pptx-layout-name="Image over Text">
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="image-top-text-image-panel" x="80" y="440" width="920" height="760" rx="24" fill="#EEF2F6"
8 stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
9 <g id="image-top-text-title-slot" data-pptx-placeholder="title"
10 data-pptx-bounds="80 200 920 180">
11 <text id="image-top-text-title-carrier" data-pptx-carrier="true"
12 x="80" y="306" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
13 font-size="56" font-weight="700">{{PAGE_TITLE}}</text>
14 </g>
15 <g id="image-top-text-picture-slot" data-pptx-placeholder="picture" data-pptx-idx="1"
16 data-pptx-bounds="80 440 920 760">
17 <image id="image-top-text-picture-carrier" data-pptx-carrier="true"
18 x="80" y="440" width="920" height="760" preserveAspectRatio="none"
19 href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="/>
20 </g>
21 <g id="image-top-text-body-slot" data-pptx-placeholder="body" data-pptx-idx="2"
22 data-pptx-bounds="80 1260 920 360">
23 <text id="image-top-text-body-carrier" data-pptx-carrier="true"
24 x="80" y="1322" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
25 font-size="32">{{CONTENT_AREA}}</text>
26 </g>
27 <g id="image-top-text-footer-slot" data-pptx-placeholder="footer" data-pptx-idx="3"
28 data-pptx-bounds="80 1660 920 56">
29 <text id="image-top-text-footer-carrier" data-pptx-carrier="true"
30 x="80" y="1700" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif"
31 font-size="24">{{FOOTER_NOTE}}</text>
32 </g>
33 </svg>
34
34 lines Plain Text