12 lines
669 B
XML
12 lines
669 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 750 320" width="750" height="320">
|
|
<defs>
|
|
<linearGradient id="bannerGradient" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#D4A574"/>
|
|
<stop offset="100%" style="stop-color:#B8895A"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="750" height="320" fill="url(#bannerGradient)"/>
|
|
<text x="375" y="140" text-anchor="middle" font-size="48" font-weight="bold" fill="white" font-family="Arial">专业沙发翻新服务</text>
|
|
<text x="375" y="200" text-anchor="middle" font-size="28" fill="rgba(255,255,255,0.8)" font-family="Arial">让旧沙发焕发新生</text>
|
|
</svg>
|