18 lines
933 B
Plaintext
18 lines
933 B
Plaintext
<svg width="600" height="400" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="grad3" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#4facfe;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#00f2fe;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="600" height="400" fill="url(#grad3)"/>
|
|
<g transform="translate(300, 200)">
|
|
<!-- 游戏手柄图标 -->
|
|
<ellipse cx="0" cy="0" rx="50" ry="30" stroke="white" stroke-width="3" fill="none"/>
|
|
<circle cx="-25" cy="-5" r="8" fill="white"/>
|
|
<circle cx="25" cy="-5" r="8" fill="white"/>
|
|
<rect x="-35" y="-15" width="15" height="3" fill="white"/>
|
|
<rect x="-28" y="-22" width="3" height="15" fill="white"/>
|
|
</g>
|
|
<text x="300" y="350" font-family="Arial, sans-serif" font-size="32" fill="white" text-anchor="middle" font-weight="bold">游戏解决方案</text>
|
|
</svg> |