| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" |
| 3 | width="1280" height="720" viewBox="0 0 1280 720" |
| 4 | data-pptx-master="catarc_dark_master" data-pptx-master-name="CATARC Dark" |
| 5 | data-pptx-layout="cover" data-pptx-layout-name="Cover"> |
| 6 | <rect id="dark-master-background" x="0" y="0" width="1280" height="720" fill="#004098" |
| 7 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 8 | <rect id="dark-master-top-rule" x="0" y="0" width="1280" height="4" fill="#FFFFFF" fill-opacity="0.35" |
| 9 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 10 | <rect id="dark-master-bottom-rule" x="0" y="716" width="1280" height="4" fill="#FFFFFF" fill-opacity="0.35" |
| 11 | data-pptx-layer="master" data-pptx-editable="false"/> |
| 12 | |
| 13 | <image id="cover-logo" x="344" y="92" width="592" height="238" |
| 14 | href="../images/大型 logo.png" preserveAspectRatio="xMidYMid meet" |
| 15 | data-pptx-layer="layout" data-pptx-editable="false"/> |
| 16 | <line id="cover-separator" x1="440" y1="542" x2="840" y2="542" stroke="#FFFFFF" |
| 17 | stroke-width="1" stroke-opacity="0.4" data-pptx-layer="layout" data-pptx-editable="false"/> |
| 18 | |
| 19 | <g id="cover-title-slot" data-pptx-placeholder="title" |
| 20 | data-pptx-bounds="160 356 960 92"> |
| 21 | <text id="cover-title-carrier" data-pptx-carrier="true" |
| 22 | x="640" y="416" text-anchor="middle" fill="#FFFFFF" |
| 23 | font-family="Microsoft YaHei, SimHei, Arial, sans-serif" |
| 24 | font-size="48" font-weight="700">{{TITLE}}</text> |
| 25 | </g> |
| 26 | <g id="cover-subtitle-slot" data-pptx-placeholder="subtitle" data-pptx-idx="1" |
| 27 | data-pptx-bounds="220 452 840 56"> |
| 28 | <text id="cover-subtitle-carrier" data-pptx-carrier="true" |
| 29 | x="640" y="490" text-anchor="middle" fill="#FFFFFF" fill-opacity="0.86" |
| 30 | font-family="Microsoft YaHei, Arial, sans-serif" font-size="26">{{SUBTITLE}}</text> |
| 31 | </g> |
| 32 | <g id="cover-author-slot" data-pptx-placeholder="body" data-pptx-idx="2" |
| 33 | data-pptx-bounds="300 560 680 44"> |
| 34 | <text id="cover-author-carrier" data-pptx-carrier="true" |
| 35 | x="640" y="590" text-anchor="middle" fill="#FFFFFF" fill-opacity="0.9" |
| 36 | font-family="Microsoft YaHei, Arial, sans-serif" font-size="22">{{AUTHOR}}</text> |
| 37 | </g> |
| 38 | <g id="cover-footer-slot" data-pptx-placeholder="footer" data-pptx-idx="3" |
| 39 | data-pptx-bounds="300 606 680 32"> |
| 40 | <text id="cover-footer-carrier" data-pptx-carrier="true" |
| 41 | x="640" y="628" text-anchor="middle" fill="#FFFFFF" fill-opacity="0.7" |
| 42 | font-family="Arial, Microsoft YaHei, sans-serif" font-size="16">{{AUTHOR_EN}}</text> |
| 43 | </g> |
| 44 | </svg> |
| 45 |