| 1 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1280 720" width="1280" height="720"> |
| 2 | <defs> |
| 3 | <linearGradient id="leftBarGrad" x1="0%" y1="0%" x2="100%" y2="0%"> |
| 4 | <stop offset="0%" stop-color="#7C6FF7"/> |
| 5 | <stop offset="100%" stop-color="#4ECDC4"/> |
| 6 | </linearGradient> |
| 7 | <linearGradient id="accentLine" x1="0%" y1="0%" x2="100%" y2="0%"> |
| 8 | <stop offset="0%" stop-color="#7C6FF7" stop-opacity="0.6"/> |
| 9 | <stop offset="100%" stop-color="#7C6FF7" stop-opacity="0"/> |
| 10 | </linearGradient> |
| 11 | </defs> |
| 12 | |
| 13 | <!-- Background --> |
| 14 | <rect width="1280" height="720" fill="#0F1117"/> |
| 15 | |
| 16 | <!-- Left color block --> |
| 17 | <rect x="0" y="0" width="340" height="720" fill="#1A1D2E"/> |
| 18 | <rect x="336" y="0" width="4" height="720" fill="url(#leftBarGrad)"/> |
| 19 | |
| 20 | <!-- Left panel — title section --> |
| 21 | <rect x="40" y="60" width="260" height="4" rx="2" fill="url(#leftBarGrad)"/> |
| 22 | <text x="40" y="120" font-family="Georgia, 'Microsoft YaHei', serif" |
| 23 | font-size="38" font-weight="bold" fill="#E8E8F0">目录</text> |
| 24 | <text x="40" y="148" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 25 | font-size="15" fill="#9090A0" letter-spacing="3">CONTENTS</text> |
| 26 | |
| 27 | <!-- Left panel — description --> |
| 28 | <text x="40" y="200" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 29 | font-size="17" fill="#9090A0">本册展示</text> |
| 30 | <text x="40" y="224" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 31 | font-size="17" fill="#9090A0">20种图文结合范式</text> |
| 32 | <text x="40" y="248" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 33 | font-size="17" fill="#7C6FF7">18种渲染风格</text> |
| 34 | <text x="40" y="272" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 35 | font-size="17" fill="#9090A0">14种调色板</text> |
| 36 | |
| 37 | <!-- Left panel — icon grid --> |
| 38 | <use data-icon="tabler-outline/photo" x="40" y="320" width="28" height="28" fill="#7C6FF7" stroke-width="2"/> |
| 39 | <use data-icon="tabler-outline/layout-collage" x="80" y="320" width="28" height="28" fill="#4ECDC4" stroke-width="2"/> |
| 40 | <use data-icon="tabler-outline/palette" x="120" y="320" width="28" height="28" fill="#F5A623" stroke-width="2"/> |
| 41 | <use data-icon="tabler-outline/layers-intersect" x="160" y="320" width="28" height="28" fill="#E8E8F0" fill-opacity="0.5" stroke-width="2"/> |
| 42 | |
| 43 | <!-- Left panel page count badge --> |
| 44 | <rect x="40" y="620" width="80" height="36" rx="18" fill="#7C6FF7" fill-opacity="0.15" |
| 45 | stroke="#7C6FF7" stroke-opacity="0.3" stroke-width="1"/> |
| 46 | <text x="80" y="643" text-anchor="middle" font-family="Arial, sans-serif" |
| 47 | font-size="15" fill="#7C6FF7">20 页</text> |
| 48 | |
| 49 | <!-- Right area — TOC list --> |
| 50 | <!-- Column 1: P01–P10 --> |
| 51 | <text x="390" y="80" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 52 | font-size="13" fill="#5A5A72" letter-spacing="2">01 — 10</text> |
| 53 | |
| 54 | <!-- Entry rows --> |
| 55 | <g> |
| 56 | <!-- P01 --> |
| 57 | <text x="390" y="116" font-family="Consolas, 'Courier New', monospace" |
| 58 | font-size="13" fill="#7C6FF7">01</text> |
| 59 | <text x="418" y="116" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 60 | font-size="17" fill="#E8E8F0">封面</text> |
| 61 | <text x="600" y="116" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">glassmorphism × dark-cinematic</text> |
| 62 | |
| 63 | <!-- P02 --> |
| 64 | <text x="390" y="148" font-family="Consolas, 'Courier New', monospace" |
| 65 | font-size="13" fill="#5A5A72">02</text> |
| 66 | <text x="418" y="148" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 67 | font-size="17" fill="#9090A0">目录</text> |
| 68 | <text x="600" y="148" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">结构导航</text> |
| 69 | |
| 70 | <!-- P03 --> |
| 71 | <text x="390" y="180" font-family="Consolas, 'Courier New', monospace" |
| 72 | font-size="13" fill="#5A5A72">03</text> |
| 73 | <text x="418" y="180" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 74 | font-size="17" fill="#E8E8F0">左图右文</text> |
| 75 | <text x="600" y="180" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">corporate-photo × cool-corporate</text> |
| 76 | |
| 77 | <!-- P04 --> |
| 78 | <text x="390" y="212" font-family="Consolas, 'Courier New', monospace" |
| 79 | font-size="13" fill="#5A5A72">04</text> |
| 80 | <text x="418" y="212" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 81 | font-size="17" fill="#E8E8F0">右图出血</text> |
| 82 | <text x="600" y="212" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">vector-illustration × frost-ice</text> |
| 83 | |
| 84 | <!-- P05 --> |
| 85 | <text x="390" y="244" font-family="Consolas, 'Courier New', monospace" |
| 86 | font-size="13" fill="#5A5A72">05</text> |
| 87 | <text x="418" y="244" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 88 | font-size="17" fill="#E8E8F0">顶图三栏文</text> |
| 89 | <text x="600" y="244" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">watercolor × warm-earth</text> |
| 90 | |
| 91 | <!-- P06 --> |
| 92 | <text x="390" y="276" font-family="Consolas, 'Courier New', monospace" |
| 93 | font-size="13" fill="#5A5A72">06</text> |
| 94 | <text x="418" y="276" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 95 | font-size="17" fill="#E8E8F0">底图浮文</text> |
| 96 | <text x="600" y="276" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">sketch-notes × macaron</text> |
| 97 | |
| 98 | <!-- P07 --> |
| 99 | <text x="390" y="308" font-family="Consolas, 'Courier New', monospace" |
| 100 | font-size="13" fill="#5A5A72">07</text> |
| 101 | <text x="418" y="308" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 102 | font-size="17" fill="#E8E8F0">Z型蛇形叙事</text> |
| 103 | <text x="600" y="308" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">3d-isometric × tech-neon</text> |
| 104 | |
| 105 | <!-- P08 --> |
| 106 | <text x="390" y="340" font-family="Consolas, 'Courier New', monospace" |
| 107 | font-size="13" fill="#5A5A72">08</text> |
| 108 | <text x="418" y="340" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 109 | font-size="17" fill="#E8E8F0">九宫格混排</text> |
| 110 | <text x="600" y="340" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">blueprint × editorial-classic</text> |
| 111 | |
| 112 | <!-- P09 --> |
| 113 | <text x="390" y="372" font-family="Consolas, 'Courier New', monospace" |
| 114 | font-size="13" fill="#5A5A72">09</text> |
| 115 | <text x="418" y="372" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 116 | font-size="17" fill="#E8E8F0">圆形放射</text> |
| 117 | <text x="600" y="372" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">digital-dashboard × mono-ink</text> |
| 118 | |
| 119 | <!-- P10 --> |
| 120 | <text x="390" y="404" font-family="Consolas, 'Courier New', monospace" |
| 121 | font-size="13" fill="#5A5A72">10</text> |
| 122 | <text x="418" y="404" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 123 | font-size="17" fill="#E8E8F0">底纹密铺</text> |
| 124 | <text x="600" y="404" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">pixel-art × vivid-launch</text> |
| 125 | </g> |
| 126 | |
| 127 | <!-- Divider --> |
| 128 | <line x1="390" y1="425" x2="1220" y2="425" stroke="#2A2D3E" stroke-width="1"/> |
| 129 | |
| 130 | <!-- Column 2: P11–P20 --> |
| 131 | <text x="390" y="455" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 132 | font-size="13" fill="#5A5A72" letter-spacing="2">11 — 20</text> |
| 133 | |
| 134 | <g> |
| 135 | <!-- P11 --> |
| 136 | <text x="390" y="490" font-family="Consolas, 'Courier New', monospace" |
| 137 | font-size="13" fill="#5A5A72">11</text> |
| 138 | <text x="418" y="490" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 139 | font-size="17" fill="#E8E8F0">剪纸分层</text> |
| 140 | <text x="600" y="490" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">paper-cut × nature-organic</text> |
| 141 | |
| 142 | <!-- P12 --> |
| 143 | <text x="390" y="516" font-family="Consolas, 'Courier New', monospace" |
| 144 | font-size="13" fill="#5A5A72">12</text> |
| 145 | <text x="418" y="516" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 146 | font-size="17" fill="#E8E8F0">竖版杂志窄图</text> |
| 147 | <text x="600" y="516" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">vintage-poster × duotone</text> |
| 148 | |
| 149 | <!-- P13 --> |
| 150 | <text x="390" y="542" font-family="Consolas, 'Courier New', monospace" |
| 151 | font-size="13" fill="#5A5A72">13</text> |
| 152 | <text x="418" y="542" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 153 | font-size="17" fill="#E8E8F0">对角线分割</text> |
| 154 | <text x="600" y="542" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">fantasy-animation × sunset-gradient</text> |
| 155 | |
| 156 | <!-- P14 --> |
| 157 | <text x="390" y="568" font-family="Consolas, 'Courier New', monospace" |
| 158 | font-size="13" fill="#5A5A72">14</text> |
| 159 | <text x="418" y="568" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 160 | font-size="17" fill="#E8E8F0">褪色底图大字</text> |
| 161 | <text x="600" y="568" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">ink-notes × earthy-dusty</text> |
| 162 | |
| 163 | <!-- P15 --> |
| 164 | <text x="390" y="594" font-family="Consolas, 'Courier New', monospace" |
| 165 | font-size="13" fill="#5A5A72">15</text> |
| 166 | <text x="418" y="594" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 167 | font-size="17" fill="#E8E8F0">上文下图对称</text> |
| 168 | <text x="600" y="594" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">flat × jewel-tone</text> |
| 169 | |
| 170 | <!-- P16 --> |
| 171 | <text x="390" y="620" font-family="Consolas, 'Courier New', monospace" |
| 172 | font-size="13" fill="#5A5A72">16</text> |
| 173 | <text x="418" y="620" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 174 | font-size="17" fill="#E8E8F0">中心放射标注</text> |
| 175 | <text x="600" y="620" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">minimalist-swiss × editorial-classic</text> |
| 176 | |
| 177 | <!-- P17–20 compressed --> |
| 178 | <text x="390" y="646" font-family="Consolas, 'Courier New', monospace" |
| 179 | font-size="13" fill="#5A5A72">17</text> |
| 180 | <text x="418" y="646" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 181 | font-size="17" fill="#E8E8F0">横条贯穿</text> |
| 182 | <text x="600" y="646" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">screen-print × vivid-launch</text> |
| 183 | |
| 184 | <text x="780" y="646" font-family="Consolas, 'Courier New', monospace" |
| 185 | font-size="13" fill="#5A5A72">18</text> |
| 186 | <text x="808" y="646" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 187 | font-size="17" fill="#E8E8F0">多边形填缝</text> |
| 188 | <text x="960" y="646" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">nature × sunset-gradient</text> |
| 189 | |
| 190 | <text x="390" y="672" font-family="Consolas, 'Courier New', monospace" |
| 191 | font-size="13" fill="#5A5A72">19</text> |
| 192 | <text x="418" y="672" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 193 | font-size="17" fill="#E8E8F0">蒙太奇拼贴</text> |
| 194 | <text x="600" y="672" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">editorial × dark-cinematic</text> |
| 195 | |
| 196 | <text x="780" y="672" font-family="Consolas, 'Courier New', monospace" |
| 197 | font-size="13" fill="#5A5A72">20</text> |
| 198 | <text x="808" y="672" font-family="Arial, 'Microsoft YaHei', sans-serif" |
| 199 | font-size="17" fill="#E8E8F0">黑板收场</text> |
| 200 | <text x="960" y="672" font-family="Arial, sans-serif" font-size="13" fill="#5A5A72">chalkboard × mono-ink</text> |
| 201 | </g> |
| 202 | |
| 203 | <!-- Page number --> |
| 204 | <text x="1240" y="700" text-anchor="end" font-family="Arial, sans-serif" |
| 205 | font-size="13" fill="#5A5A72">02</text> |
| 206 | </svg> |
| 207 |