返回 ppt-master
11_three_card.svg
1 <?xml version="1.0" encoding="UTF-8"?>
2 <svg xmlns="http://www.w3.org/2000/svg" width="1024" height="768" viewBox="0 0 1024 768"
3 data-pptx-master="presentation_core_43_master" data-pptx-master-name="Presentation Core 4:3"
4 data-pptx-layout="three_card" data-pptx-layout-name="Three-Card Synthesis">
5 <rect id="master-background" x="0" y="0" width="1024" height="768" fill="#FFFFFF"
6 data-pptx-layer="master" data-pptx-editable="false"/>
7 <rect id="three-card-panel-one" x="56" y="136" width="288" height="576" rx="12" fill="#F4F6F8"
8 stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
9 <rect id="three-card-panel-two" x="368" y="136" width="288" height="576" rx="12" fill="#F4F6F8"
10 stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
11 <rect id="three-card-panel-three" x="680" y="136" width="288" height="576" rx="12" fill="#F4F6F8"
12 stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
13 <g id="three-card-title-slot" data-pptx-placeholder="title"
14 data-pptx-bounds="56 36 912 64">
15 <text id="three-card-title-carrier" data-pptx-carrier="true"
16 x="56" y="82" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
17 font-size="32" font-weight="700">{{PAGE_TITLE}}</text>
18 </g>
19 <g id="three-card-one-slot" data-pptx-placeholder="object" data-pptx-idx="1"
20 data-pptx-bounds="80 160 240 528">
21 <text id="three-card-one-carrier" data-pptx-carrier="true"
22 x="80" y="200" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
23 font-size="20">{{CARD_1}}</text>
24 </g>
25 <g id="three-card-two-slot" data-pptx-placeholder="object" data-pptx-idx="2"
26 data-pptx-bounds="392 160 240 528">
27 <text id="three-card-two-carrier" data-pptx-carrier="true"
28 x="392" y="200" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
29 font-size="20">{{CARD_2}}</text>
30 </g>
31 <g id="three-card-three-slot" data-pptx-placeholder="object" data-pptx-idx="3"
32 data-pptx-bounds="704 160 240 528">
33 <text id="three-card-three-carrier" data-pptx-carrier="true"
34 x="704" y="200" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif"
35 font-size="20">{{CARD_3}}</text>
36 </g>
37 </svg>
38
38 lines Plain Text