| 12345678910111213141516 |
- <svg width="400" height="300" viewBox="0 0 400 300" xmlns="http://www.w3.org/2000/svg">
- <defs>
- <linearGradient id="bg3" 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="400" height="300" fill="url(#bg3)"/>
- <rect x="40" y="40" width="320" height="220" fill="rgba(255,255,255,0.1)" stroke="rgba(255,255,255,0.3)" stroke-width="2" rx="8"/>
- <rect x="60" y="60" width="120" height="80" fill="rgba(255,255,255,0.2)" rx="4"/>
- <rect x="200" y="60" width="140" height="40" fill="rgba(255,255,255,0.2)" rx="4"/>
- <rect x="200" y="120" width="140" height="20" fill="rgba(255,255,255,0.15)" rx="2"/>
- <rect x="60" y="160" width="280" height="40" fill="rgba(255,255,255,0.15)" rx="2"/>
- <rect x="60" y="220" width="200" height="20" fill="rgba(255,255,255,0.15)" rx="2"/>
- <text x="200" y="280" font-family="Arial, sans-serif" font-size="16" fill="white" text-anchor="middle">新中式风格</text>
- </svg>
|