| 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="comparison" data-pptx-layout-name="Comparison"> |
| 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="comparison-left-panel" x="64" y="152" width="552" height="504" rx="12" fill="#F4F6F8" |
| 8 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 9 | <rect id="comparison-right-panel" x="664" y="152" width="552" height="504" rx="12" fill="#F4F6F8" |
| 10 | stroke="#D6DCE3" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 11 | <rect id="comparison-divider" x="638" y="184" width="4" height="440" rx="2" fill="#CBD5E1" |
| 12 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 13 | <g id="comparison-title-slot" data-pptx-placeholder="title" |
| 14 | data-pptx-bounds="64 40 1152 72"> |
| 15 | <text id="comparison-title-carrier" data-pptx-carrier="true" |
| 16 | x="64" y="90" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif" |
| 17 | font-size="36" font-weight="700">{{PAGE_TITLE}}</text> |
| 18 | </g> |
| 19 | <g id="comparison-left-title-slot" data-pptx-placeholder="body" data-pptx-idx="1" |
| 20 | data-pptx-bounds="88 176 504 56"> |
| 21 | <text id="comparison-left-title-carrier" data-pptx-carrier="true" |
| 22 | x="88" y="214" fill="#334155" font-family="Arial, Microsoft YaHei, sans-serif" |
| 23 | font-size="24" font-weight="700">{{LEFT_TITLE}}</text> |
| 24 | </g> |
| 25 | <g id="comparison-left-content-slot" data-pptx-placeholder="object" data-pptx-idx="2" |
| 26 | data-pptx-bounds="88 248 504 376"> |
| 27 | <text id="comparison-left-content-carrier" data-pptx-carrier="true" |
| 28 | x="88" y="286" fill="#94A3B8" |
| 29 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="22">{{LEFT_CONTENT}}</text> |
| 30 | </g> |
| 31 | <g id="comparison-right-title-slot" data-pptx-placeholder="body" data-pptx-idx="3" |
| 32 | data-pptx-bounds="688 176 504 56"> |
| 33 | <text id="comparison-right-title-carrier" data-pptx-carrier="true" |
| 34 | x="688" y="214" fill="#334155" font-family="Arial, Microsoft YaHei, sans-serif" |
| 35 | font-size="24" font-weight="700">{{RIGHT_TITLE}}</text> |
| 36 | </g> |
| 37 | <g id="comparison-right-content-slot" data-pptx-placeholder="object" data-pptx-idx="4" |
| 38 | data-pptx-bounds="688 248 504 376"> |
| 39 | <text id="comparison-right-content-carrier" data-pptx-carrier="true" |
| 40 | x="688" y="286" fill="#94A3B8" |
| 41 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="22">{{RIGHT_CONTENT}}</text> |
| 42 | </g> |
| 43 | </svg> |
| 44 |