| 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="title_content" data-pptx-layout-name="Title and Content"> |
| 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 | <line id="title-content-rule" x1="80" y1="400" x2="1000" y2="400" stroke="#E2E8F0" |
| 8 | stroke-width="3" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <g id="title-content-title-slot" data-pptx-placeholder="title" |
| 10 | data-pptx-bounds="80 200 920 180"> |
| 11 | <text id="title-content-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="title-content-body-slot" data-pptx-placeholder="body" data-pptx-idx="1" |
| 16 | data-pptx-bounds="80 440 920 1180"> |
| 17 | <text id="title-content-body-carrier" data-pptx-carrier="true" |
| 18 | x="80" y="502" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif" |
| 19 | font-size="32">{{CONTENT_AREA}}</text> |
| 20 | </g> |
| 21 | <g id="title-content-footer-slot" data-pptx-placeholder="footer" data-pptx-idx="2" |
| 22 | data-pptx-bounds="80 1660 920 56"> |
| 23 | <text id="title-content-footer-carrier" data-pptx-carrier="true" |
| 24 | x="80" y="1700" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif" |
| 25 | font-size="24">{{FOOTER_NOTE}}</text> |
| 26 | </g> |
| 27 | </svg> |
| 28 |