Files
gamegroup2/frontend/public/game-placeholder.svg
T

18 lines
874 B
XML
Raw Normal View History

<svg xmlns="http://www.w3.org/2000/svg" width="200" height="260" viewBox="0 0 200 260">
<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>
</svg>