| 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="step_flow" data-pptx-layout-name="Vertical Step Flow"> |
| 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="step-flow-axis" x1="168" y1="480" x2="168" y2="1280" stroke="#CBD5E1" |
| 8 | stroke-width="6" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <circle id="step-flow-node-one" cx="168" cy="480" r="20" fill="#FFFFFF" stroke="#94A3B8" |
| 10 | stroke-width="6" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 11 | <circle id="step-flow-node-two" cx="168" cy="880" r="20" fill="#FFFFFF" stroke="#94A3B8" |
| 12 | stroke-width="6" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 13 | <circle id="step-flow-node-three" cx="168" cy="1280" r="20" fill="#FFFFFF" stroke="#94A3B8" |
| 14 | stroke-width="6" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 15 | <g id="step-flow-title-slot" data-pptx-placeholder="title" |
| 16 | data-pptx-bounds="80 200 920 180"> |
| 17 | <text id="step-flow-title-carrier" data-pptx-carrier="true" |
| 18 | x="80" y="306" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 19 | font-size="56" font-weight="700">{{PAGE_TITLE}}</text> |
| 20 | </g> |
| 21 | <g id="step-flow-one-slot" data-pptx-placeholder="object" data-pptx-idx="1" |
| 22 | data-pptx-bounds="240 440 760 380"> |
| 23 | <text id="step-flow-one-carrier" data-pptx-carrier="true" |
| 24 | x="240" y="500" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif" |
| 25 | font-size="32">{{STEP_1}}</text> |
| 26 | </g> |
| 27 | <g id="step-flow-two-slot" data-pptx-placeholder="object" data-pptx-idx="2" |
| 28 | data-pptx-bounds="240 840 760 380"> |
| 29 | <text id="step-flow-two-carrier" data-pptx-carrier="true" |
| 30 | x="240" y="900" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif" |
| 31 | font-size="32">{{STEP_2}}</text> |
| 32 | </g> |
| 33 | <g id="step-flow-three-slot" data-pptx-placeholder="object" data-pptx-idx="3" |
| 34 | data-pptx-bounds="240 1240 760 380"> |
| 35 | <text id="step-flow-three-carrier" data-pptx-carrier="true" |
| 36 | x="240" y="1300" fill="#475569" font-family="Arial, Microsoft YaHei, sans-serif" |
| 37 | font-size="32">{{STEP_3}}</text> |
| 38 | </g> |
| 39 | <g id="step-flow-footer-slot" data-pptx-placeholder="footer" data-pptx-idx="4" |
| 40 | data-pptx-bounds="80 1660 920 56"> |
| 41 | <text id="step-flow-footer-carrier" data-pptx-carrier="true" |
| 42 | x="80" y="1700" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif" |
| 43 | font-size="24">{{FOOTER_NOTE}}</text> |
| 44 | </g> |
| 45 | </svg> |
| 46 |