返回 ppt-master
02_hero_side_scrim.svg
根目录 / skills / ppt-master / templates / layouts / editorial_bleed / templates / 02_hero_side_scrim.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="editorial_bleed_master" data-pptx-master-name="Editorial Bleed"
4 data-pptx-layout="hero_side_scrim" data-pptx-layout-name="Hero with Side Scrim">
5 <defs>
6 <linearGradient id="hero-side-scrim-paint" x1="0" y1="0" x2="1" y2="0">
7 <stop offset="0" stop-color="#000000" stop-opacity="0.88"/>
8 <stop offset="0.55" stop-color="#000000" stop-opacity="0.30"/>
9 <stop offset="1" stop-color="#000000" stop-opacity="0"/>
10 </linearGradient>
11 </defs>
12 <rect id="master-background" x="0" y="0" width="1280" height="720" fill="#0F172A"
13 data-pptx-layer="master" data-pptx-editable="false"/>
14 <g id="hero-side-picture-slot" data-pptx-placeholder="picture" data-pptx-idx="1"
15 data-pptx-bounds="0 0 1280 720">
16 <image id="hero-side-picture-carrier" data-pptx-carrier="true"
17 x="0" y="0" width="1280" height="720" preserveAspectRatio="none"
18 href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII="/>
19 </g>
20 <rect id="hero-side-scrim" x="0" y="0" width="880" height="720"
21 fill="url(#hero-side-scrim-paint)" data-pptx-role="decoration"/>
22 <g id="hero-side-title-slot" data-pptx-placeholder="title"
23 data-pptx-bounds="80 236 640 88">
24 <text id="hero-side-title-carrier" data-pptx-carrier="true"
25 x="80" y="300" fill="#FFFFFF" font-family="Arial, Microsoft YaHei, sans-serif"
26 font-size="44" font-weight="700">{{PAGE_TITLE}}</text>
27 </g>
28 <g id="hero-side-body-slot" data-pptx-placeholder="body" data-pptx-idx="2"
29 data-pptx-bounds="80 356 640 200">
30 <text id="hero-side-body-carrier" data-pptx-carrier="true"
31 x="80" y="398" fill="#CBD5E1" font-family="Arial, Microsoft YaHei, sans-serif"
32 font-size="22">{{CONTENT_AREA}}</text>
33 </g>
34 </svg>
35
35 lines Plain Text