16 lines
884 B
XML
16 lines
884 B
XML
|
|
<svg width="400" height="200" 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:#764ba2;stop-opacity:1" />
|
||
|
|
<stop offset="100%" style="stop-color:#667eea;stop-opacity:1" />
|
||
|
|
</linearGradient>
|
||
|
|
</defs>
|
||
|
|
<rect width="100%" height="100%" fill="url(#grad3)"/>
|
||
|
|
<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="M150,80 Q180,60 210,80 Q240,100 270,80" stroke="rgba(255,255,255,0.2)" fill="none" stroke-width="2"/>
|
||
|
|
<circle cx="180" cy="120" r="10" fill="rgba(255,255,255,0.1)"/>
|
||
|
|
<circle cx="220" cy="140" r="8" fill="rgba(255,255,255,0.1)"/>
|
||
|
|
</svg>
|