为讲解业务单元接入预览封面

This commit is contained in:
lyf
2026-07-03 02:31:27 +08:00
parent c146beba9e
commit db7a14329f
44 changed files with 1254 additions and 17 deletions

View File

@@ -0,0 +1,27 @@
<svg xmlns="http://www.w3.org/2000/svg" width="640" height="360" viewBox="0 0 640 360" role="img" aria-label="人类厅 从燧石到硅基">
<defs>
<linearGradient id="bg-2060939177027563521" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#e8e0d7"/>
<stop offset="1" stop-color="#eef0d6"/>
</linearGradient>
<pattern id="dots-2060939177027563521" width="34" height="34" patternUnits="userSpaceOnUse">
<circle cx="4" cy="4" r="2.4" fill="#4b3f36" opacity=".13"/>
</pattern>
</defs>
<rect width="640" height="360" rx="28" fill="url(#bg-2060939177027563521)"/>
<rect width="640" height="360" fill="url(#dots-2060939177027563521)" opacity=".75"/>
<path d="M0 274 C108 226 190 248 288 220 C410 184 518 204 640 146 L640 360 L0 360 Z" fill="#fff" opacity=".36"/>
<g transform="translate(232 56)">
<circle cx="270" cy="72" r="28" fill="#b8884b" opacity=".78"/>
<path d="M228 150 C232 108 246 93 270 93 C294 93 309 110 314 150" fill="none" stroke="#4b3f36" stroke-width="12" stroke-linecap="round" opacity=".36"/>
<path d="M58 142 C92 98 132 78 180 80" fill="none" stroke="#4b3f36" stroke-width="8" stroke-linecap="round" opacity=".22"/>
</g>
<rect x="38" y="42" width="126" height="36" rx="18" fill="#ffffff" opacity=".72"/>
<text x="101" y="66" text-anchor="middle" font-size="20" font-weight="700" fill="#4b3f36" font-family="HarmonyOS Sans SC, Microsoft YaHei, sans-serif">人类厅</text>
<text x="40" y="166" font-size="30" font-weight="800" fill="#4b3f36" font-family="HarmonyOS Sans SC, Microsoft YaHei, sans-serif">从燧石到硅基</text>
<text x="40" y="207" font-size="20" font-weight="600" fill="#4b3f36" opacity=".72" font-family="HarmonyOS Sans SC, Microsoft YaHei, sans-serif">自然导览 · 图文讲解</text>
<path d="M40 252 L156 252" stroke="#b8884b" stroke-width="9" stroke-linecap="round"/>
<path d="M40 276 L108 276" stroke="#4b3f36" stroke-width="5" stroke-linecap="round" opacity=".32"/>
</svg>

After

Width:  |  Height:  |  Size: 2.0 KiB