| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" width="1080" height="1080" viewBox="0 0 1080 1080" |
| 3 | data-pptx-master="moments_square_master" data-pptx-master-name="Moments Square" |
| 4 | data-pptx-layout="image_center" data-pptx-layout-name="Centered Image"> |
| 5 | <rect id="master-background" x="0" y="0" width="1080" height="1080" fill="#FFFFFF" |
| 6 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 7 | <rect id="image-center-panel" x="290" y="330" width="500" height="500" rx="24" fill="#EEF2F6" |
| 8 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <g id="image-center-title-slot" data-pptx-placeholder="title" |
| 10 | data-pptx-bounds="100 110 880 180"> |
| 11 | <text id="image-center-title-carrier" data-pptx-carrier="true" |
| 12 | x="540" y="222" text-anchor="middle" fill="#1E293B" |
| 13 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="56" font-weight="700">{{PAGE_TITLE}}</text> |
| 14 | </g> |
| 15 | <g id="image-center-picture-slot" data-pptx-placeholder="picture" data-pptx-idx="1" |
| 16 | data-pptx-bounds="290 330 500 500"> |
| 17 | <image id="image-center-picture-carrier" data-pptx-carrier="true" |
| 18 | x="290" y="330" width="500" height="500" preserveAspectRatio="none" |
| 19 | href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="/> |
| 20 | </g> |
| 21 | <g id="image-center-caption-slot" data-pptx-placeholder="body" data-pptx-idx="2" |
| 22 | data-pptx-bounds="140 870 800 70"> |
| 23 | <text id="image-center-caption-carrier" data-pptx-carrier="true" |
| 24 | x="540" y="918" text-anchor="middle" fill="#64748B" |
| 25 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="28">{{CAPTION}}</text> |
| 26 | </g> |
| 27 | </svg> |
| 28 |