16 lines
892 B
XML
16 lines
892 B
XML
|
|
<svg width="600" height="400" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="gradTeam" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" style="stop-color:#2ecc71;stop-opacity:1" />
|
||
|
|
<stop offset="100%" style="stop-color:#27ae60;stop-opacity:1" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect width="100%" height="100%" fill="url(#gradTeam)"/>
|
||
|
|
<g fill="#ffffff" text-anchor="middle" font-family="Arial, sans-serif" font-weight="bold">
|
||
|
|
<text x="300" y="180" font-size="32" dy="0.35em">结伴客团队</text>
|
||
|
|
<text x="300" y="220" font-size="18" opacity="0.9">让旅行不再孤单</text>
|
||
|
|
</g>
|
||
|
|
<circle cx="150" cy="120" r="40" fill="rgba(255,255,255,0.1)"/>
|
||
|
|
<circle cx="450" cy="280" r="30" fill="rgba(255,255,255,0.1)"/>
|
||
|
|
<path d="M100,250 Q200,200 300,250 Q400,300 500,250" stroke="rgba(255,255,255,0.2)" fill="none" stroke-width="3"/>
|
||
|
|
</svg>
|