16 lines
888 B
XML
16 lines
888 B
XML
|
|
<svg width="400" height="200" xmlns="http://www.w3.org/2000/svg">
|
||
|
|
<defs>
|
||
|
|
<linearGradient id="grad2" x1="0%" y1="0%" x2="100%" y2="100%">
|
||
|
|
<stop offset="0%" style="stop-color:#f093fb;stop-opacity:1" />
|
||
|
|
<stop offset="100%" style="stop-color:#f5576c;stop-opacity:1" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect width="100%" height="100%" fill="url(#grad2)"/>
|
||
|
|
<g fill="#ffffff" text-anchor="middle" font-family="Arial, sans-serif" font-weight="bold">
|
||
|
|
<text x="200" y="100" font-size="24" dy="0.35em">农场体验</text>
|
||
|
|
<text x="200" y="130" font-size="14" opacity="0.8">亲近自然,体验农耕</text>
|
||
|
|
</g>
|
||
|
|
<path d="M100,150 Q150,120 200,150 Q250,180 300,150" stroke="rgba(255,255,255,0.2)" fill="none" stroke-width="2"/>
|
||
|
|
<circle cx="120" cy="80" r="15" fill="rgba(255,255,255,0.1)"/>
|
||
|
|
<circle cx="280" cy="100" r="12" fill="rgba(255,255,255,0.1)"/>
|
||
|
|
</svg>
|