返回 ppt-master
07_kpi_row.svg
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="report_core_content_master" data-pptx-master-name="Report Core Content"
4 data-pptx-layout="kpi_row" data-pptx-layout-name="KPI Row">
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 <line id="master-header-rule" x1="48" y1="64" x2="1232" y2="64" stroke="#E2E8F0"
8 stroke-width="1" data-pptx-layer="master" data-pptx-editable="false"/>
9 <line id="master-footer-rule" x1="48" y1="664" x2="1232" y2="664" stroke="#E2E8F0"
10 stroke-width="1" data-pptx-layer="master" data-pptx-editable="false"/>
11 <rect id="kpi-row-card-one" x="48" y="176" width="278" height="120" rx="8" fill="#F8FAFC"
12 stroke="#E2E8F0" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
13 <rect id="kpi-row-card-two" x="350" y="176" width="278" height="120" rx="8" fill="#F8FAFC"
14 stroke="#E2E8F0" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
15 <rect id="kpi-row-card-three" x="652" y="176" width="278" height="120" rx="8" fill="#F8FAFC"
16 stroke="#E2E8F0" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
17 <rect id="kpi-row-card-four" x="954" y="176" width="278" height="120" rx="8" fill="#F8FAFC"
18 stroke="#E2E8F0" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
19 <rect id="kpi-row-evidence-panel" x="48" y="320" width="1184" height="320" rx="8" fill="#F8FAFC"
20 stroke="#E2E8F0" stroke-width="1" data-pptx-layer="layout" data-pptx-editable="false"/>
21 <g id="kpi-row-title-slot" data-pptx-placeholder="title"
22 data-pptx-bounds="48 88 1184 56">
23 <text id="kpi-row-title-carrier" data-pptx-carrier="true"
24 x="48" y="130" fill="#1E293B" font-family="Arial, Microsoft YaHei, sans-serif"
25 font-size="28" font-weight="700">{{PAGE_TITLE}}</text>
26 </g>
27 <g id="kpi-row-one-slot" data-pptx-placeholder="object" data-pptx-idx="1"
28 data-pptx-bounds="72 192 230 88">
29 <text id="kpi-row-one-carrier" data-pptx-carrier="true"
30 x="187" y="244" text-anchor="middle" fill="#334155"
31 font-family="Arial, Microsoft YaHei, sans-serif" font-size="24" font-weight="700">{{KPI_1}}</text>
32 </g>
33 <g id="kpi-row-two-slot" data-pptx-placeholder="object" data-pptx-idx="2"
34 data-pptx-bounds="374 192 230 88">
35 <text id="kpi-row-two-carrier" data-pptx-carrier="true"
36 x="489" y="244" text-anchor="middle" fill="#334155"
37 font-family="Arial, Microsoft YaHei, sans-serif" font-size="24" font-weight="700">{{KPI_2}}</text>
38 </g>
39 <g id="kpi-row-three-slot" data-pptx-placeholder="object" data-pptx-idx="3"
40 data-pptx-bounds="676 192 230 88">
41 <text id="kpi-row-three-carrier" data-pptx-carrier="true"
42 x="791" y="244" text-anchor="middle" fill="#334155"
43 font-family="Arial, Microsoft YaHei, sans-serif" font-size="24" font-weight="700">{{KPI_3}}</text>
44 </g>
45 <g id="kpi-row-four-slot" data-pptx-placeholder="object" data-pptx-idx="4"
46 data-pptx-bounds="978 192 230 88">
47 <text id="kpi-row-four-carrier" data-pptx-carrier="true"
48 x="1093" y="244" text-anchor="middle" fill="#334155"
49 font-family="Arial, Microsoft YaHei, sans-serif" font-size="24" font-weight="700">{{KPI_4}}</text>
50 </g>
51 <g id="kpi-row-evidence-slot" data-pptx-placeholder="object" data-pptx-idx="5"
52 data-pptx-bounds="72 344 1136 272">
53 <text id="kpi-row-evidence-carrier" data-pptx-carrier="true"
54 x="72" y="384" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif"
55 font-size="18">{{CONTENT_AREA}}</text>
56 </g>
57 <g id="kpi-row-footer-slot" data-pptx-placeholder="footer" data-pptx-idx="6"
58 data-pptx-bounds="48 676 900 32">
59 <text id="kpi-row-footer-carrier" data-pptx-carrier="true"
60 x="48" y="698" fill="#94A3B8" font-family="Arial, Microsoft YaHei, sans-serif"
61 font-size="12">{{FOOTER_NOTE}}</text>
62 </g>
63 <g id="kpi-row-pagenum-slot" data-pptx-placeholder="slide-number" data-pptx-idx="7"
64 data-pptx-bounds="1112 676 120 32">
65 <text id="kpi-row-pagenum-carrier" data-pptx-carrier="true"
66 x="1232" y="698" text-anchor="end" fill="#94A3B8"
67 font-family="Arial, Microsoft YaHei, sans-serif" font-size="12">{{PAGE_NUM}}</text>
68 </g>
69 </svg>
70
70 lines Plain Text