| 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="stacked_split" data-pptx-layout-name="Stacked Split"> |
| 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="stacked-split-top-panel" x="56" y="136" width="912" height="272" rx="12" fill="#F4F6F8" |
| 8 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <rect id="stacked-split-bottom-panel" x="56" y="440" width="912" height="272" rx="12" fill="#EEF2F6" |
| 10 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 11 | <g id="stacked-split-title-slot" data-pptx-placeholder="title" |
| 12 | data-pptx-bounds="56 36 912 64"> |
| 13 | <text id="stacked-split-title-carrier" data-pptx-carrier="true" |
| 14 | x="56" y="82" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 15 | font-size="32" font-weight="700">{{PAGE_TITLE}}</text> |
| 16 | </g> |
| 17 | <g id="stacked-split-top-slot" data-pptx-placeholder="body" data-pptx-idx="1" |
| 18 | data-pptx-bounds="80 160 864 224"> |
| 19 | <text id="stacked-split-top-carrier" data-pptx-carrier="true" |
| 20 | x="80" y="200" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif" |
| 21 | font-size="20">{{TOP_CONTENT}}</text> |
| 22 | </g> |
| 23 | <g id="stacked-split-bottom-slot" data-pptx-placeholder="body" data-pptx-idx="2" |
| 24 | data-pptx-bounds="80 464 864 224"> |
| 25 | <text id="stacked-split-bottom-carrier" data-pptx-carrier="true" |
| 26 | x="80" y="504" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif" |
| 27 | font-size="20">{{BOTTOM_CONTENT}}</text> |
| 28 | </g> |
| 29 | </svg> |
| 30 |