2026-04-17 20:23:39 +08:00
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" width="200" height="260" viewBox="0 0 200 260">
|
2026-06-18 15:14:38 +08:00
|
|
|
<defs>
|
|
|
|
|
<linearGradient id="gBg" x1="0" y1="0" x2="0" y2="1">
|
|
|
|
|
<stop offset="0%" stop-color="#f0fdf4"/>
|
|
|
|
|
<stop offset="100%" stop-color="#dcfce7"/>
|
|
|
|
|
</linearGradient>
|
|
|
|
|
</defs>
|
|
|
|
|
<rect fill="url(#gBg)" width="200" height="260"/>
|
|
|
|
|
<!-- 手柄主体 -->
|
|
|
|
|
<rect x="44" y="108" width="112" height="58" rx="20" fill="none" stroke="#059669" stroke-width="3.5"/>
|
|
|
|
|
<!-- 左侧十字方向 -->
|
|
|
|
|
<path d="M70 137v-10M65 132h10" stroke="#059669" stroke-width="3.5" stroke-linecap="round"/>
|
|
|
|
|
<!-- 右侧按钮 -->
|
|
|
|
|
<circle cx="125" cy="128" r="3.2" fill="#10b981"/>
|
|
|
|
|
<circle cx="138" cy="142" r="3.2" fill="#10b981"/>
|
|
|
|
|
<text x="100" y="200" text-anchor="middle" fill="#059669" font-size="13" font-family="system-ui,sans-serif" font-weight="500">暂无封面</text>
|
2026-04-17 20:23:39 +08:00
|
|
|
</svg>
|