返回 ppt-master
11_剪纸分层.svg
1 <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720">
2 <defs>
3 <linearGradient id="skyGrad" x1="0%" y1="0%" x2="0%" y2="100%">
4 <stop offset="0%" stop-color="#F5EDE0"/>
5 <stop offset="100%" stop-color="#E8D8C4"/>
6 </linearGradient>
7 <linearGradient id="textBgL" x1="0%" y1="0%" x2="100%" y2="0%">
8 <stop offset="0%" stop-color="#F5EDE0" stop-opacity="0.95"/>
9 <stop offset="100%" stop-color="#F5EDE0" stop-opacity="0"/>
10 </linearGradient>
11 <linearGradient id="textBgR" x1="100%" y1="0%" x2="0%" y2="0%">
12 <stop offset="0%" stop-color="#F5EDE0" stop-opacity="0.95"/>
13 <stop offset="100%" stop-color="#F5EDE0" stop-opacity="0"/>
14 </linearGradient>
15 </defs>
16
17 <!-- Sky background layer -->
18 <rect width="1280" height="720" fill="url(#skyGrad)"/>
19
20 <!-- Full-bleed paper-cut image -->
21 <image href="../images/p11_papercut.png" x="0" y="0" width="1280" height="720"
22 preserveAspectRatio="xMidYMid slice"/>
23
24 <!-- Page meta overlay at very top -->
25 <rect x="0" y="0" width="1280" height="48" fill="#2D5A27" fill-opacity="0.6"/>
26 <text x="640" y="30" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif"
27 font-size="13" fill="#E8F5E0" fill-opacity="0.9" letter-spacing="3">P11 · paper-cut × nature-organic · 剪纸分层</text>
28
29 <!-- Left text zone — overlaid on sky/foreground area -->
30 <rect x="0" y="100" width="300" height="200" fill="url(#textBgL)"/>
31 <text x="40" y="138" font-family="Georgia, 'Microsoft YaHei', serif"
32 font-size="28" font-weight="bold" fill="#2D5A27">剪纸</text>
33 <text x="40" y="168" font-family="Georgia, 'Microsoft YaHei', serif"
34 font-size="28" font-weight="bold" fill="#2D5A27">艺术风格</text>
35 <text x="40" y="200" font-family="Arial, 'Microsoft YaHei', sans-serif"
36 font-size="15" fill="#3A6A30">paper-cut</text>
37 <text x="40" y="224" font-family="Arial, 'Microsoft YaHei', sans-serif"
38 font-size="15" fill="#3A6A30">分层叠叠,触感质感,</text>
39 <text x="40" y="244" font-family="Arial, 'Microsoft YaHei', sans-serif"
40 font-size="15" fill="#3A6A30">剪刀感不规则边缘。</text>
41
42 <!-- Right text zone -->
43 <rect x="980" y="100" width="300" height="200" fill="url(#textBgR)"/>
44 <text x="1000" y="138" font-family="Georgia, 'Microsoft YaHei', serif"
45 font-size="28" font-weight="bold" fill="#2D5A27">自然</text>
46 <text x="1000" y="168" font-family="Georgia, 'Microsoft YaHei', serif"
47 font-size="28" font-weight="bold" fill="#2D5A27">有机调色</text>
48 <text x="1000" y="200" font-family="Arial, 'Microsoft YaHei', sans-serif"
49 font-size="15" fill="#3A6A30">nature-organic</text>
50 <text x="1000" y="224" font-family="Arial, 'Microsoft YaHei', sans-serif"
51 font-size="15" fill="#3A6A30">森绿、草青、暖米,</text>
52 <text x="1000" y="244" font-family="Arial, 'Microsoft YaHei', sans-serif"
53 font-size="15" fill="#3A6A30">自然生态气息浓郁。</text>
54
55 <!-- Center bottom text — floating on foreground layer -->
56 <rect x="340" y="600" width="600" height="80" fill="#2D5A27" fill-opacity="0.7" rx="4"/>
57 <text x="640" y="638" text-anchor="middle" font-family="Georgia, 'Microsoft YaHei', serif"
58 font-size="22" font-weight="bold" fill="#E8F5E0">文字嵌入各景深层</text>
59 <text x="640" y="664" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif"
60 font-size="15" fill="#A8D8A0">前景文字 · 中景文字 · 天空文字</text>
61
62 <!-- Small info tags floating on different layers -->
63 <!-- Layer label — mid section -->
64 <rect x="560" y="340" width="160" height="28" rx="14" fill="#6A9E6A" fill-opacity="0.8"/>
65 <text x="640" y="358" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif"
66 font-size="13" fill="#E8F5E0">中景:山脊</text>
67
68 <rect x="460" y="460" width="160" height="28" rx="14" fill="#2D5A27" fill-opacity="0.85"/>
69 <text x="540" y="478" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif"
70 font-size="13" fill="#E8F5E0">前景:松林</text>
71
72 <rect x="660" y="460" width="160" height="28" rx="14" fill="#1A3A18" fill-opacity="0.9"/>
73 <text x="740" y="478" text-anchor="middle" font-family="Arial, 'Microsoft YaHei', sans-serif"
74 font-size="13" fill="#E8F5E0">最深景深</text>
75
76 <!-- Page number -->
77 <text x="1240" y="700" text-anchor="end" font-family="Arial, sans-serif" font-size="13" fill="#3A6A30">11</text>
78 </svg>
79
79 lines Plain Text