返回 ppt-master
12_three_card.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="presentation_core_master" data-pptx-master-name="Presentation Core"
4 data-pptx-layout="three_card" data-pptx-layout-name="Three-Card Synthesis">
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 <rect id="three-card-panel-one" x="64" y="168" width="368" height="472" rx="16" fill="#F4F6F8"
8 stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
9 <rect id="three-card-panel-two" x="456" y="168" width="368" height="472" rx="16" fill="#F4F6F8"
10 stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
11 <rect id="three-card-panel-three" x="848" y="168" width="368" height="472" rx="16" 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="64 48 1152 80">
15 <text id="three-card-title-carrier" data-pptx-carrier="true"
16 x="64" y="102" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
17 font-size="36" 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="88 192 320 424">
21 <text id="three-card-one-carrier" data-pptx-carrier="true"
22 x="88" y="230" fill="#64748B"
23 font-family="Arial, Microsoft YaHei, sans-serif" font-size="22">{{CARD_1}}</text>
24 </g>
25 <g id="three-card-two-slot" data-pptx-placeholder="object" data-pptx-idx="2"
26 data-pptx-bounds="480 192 320 424">
27 <text id="three-card-two-carrier" data-pptx-carrier="true"
28 x="480" y="230" fill="#64748B"
29 font-family="Arial, Microsoft YaHei, sans-serif" font-size="22">{{CARD_2}}</text>
30 </g>
31 <g id="three-card-three-slot" data-pptx-placeholder="object" data-pptx-idx="3"
32 data-pptx-bounds="872 192 320 424">
33 <text id="three-card-three-carrier" data-pptx-carrier="true"
34 x="872" y="230" fill="#64748B"
35 font-family="Arial, Microsoft YaHei, sans-serif" font-size="22">{{CARD_3}}</text>
36 </g>
37 </svg>
38
38 lines Plain Text