This commit is contained in:
张威33321
2026-09-08 15:41:31 +08:00
parent b509b879a4
commit 594b462845
15 changed files with 1140 additions and 13 deletions

View File

@@ -0,0 +1,12 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<defs>
<linearGradient id="lg" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#ff8a3d"/>
<stop offset="1" stop-color="#ff6900"/>
</linearGradient>
</defs>
<rect x="2" y="2" width="60" height="60" rx="16" fill="url(#lg)"/>
<rect x="14" y="16" width="36" height="10" rx="5" fill="#fff"/>
<rect x="14" y="30" width="36" height="10" rx="5" fill="#fff" opacity=".85"/>
<rect x="14" y="44" width="20" height="6" rx="3" fill="#fff" opacity=".7"/>
</svg>

After

Width:  |  Height:  |  Size: 574 B