You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
697 B
13 lines
697 B
<svg width="400" height="250" xmlns="http://www.w3.org/2000/svg">
|
|
<defs>
|
|
<linearGradient id="bg" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#f8f9fa;stop-opacity:1" />
|
|
<stop offset="100%" style="stop-color:#e9ecef;stop-opacity:1" />
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="100%" height="100%" fill="url(#bg)"/>
|
|
<circle cx="200" cy="100" r="30" fill="#dee2e6"/>
|
|
<rect x="150" y="140" width="100" height="8" rx="4" fill="#dee2e6"/>
|
|
<rect x="170" y="160" width="60" height="6" rx="3" fill="#dee2e6"/>
|
|
<text x="200" y="200" text-anchor="middle" font-family="Arial, sans-serif" font-size="12" fill="#6c757d">默认文章图片</text>
|
|
</svg> |