portfolio-2.svg 601 B

1234567891011121314
  1. <svg width="320" height="200" viewBox="0 0 320 200" xmlns="http://www.w3.org/2000/svg" role="img" aria-label="作品集占位2">
  2. <defs>
  3. <linearGradient id="p2" x1="0" y1="0" x2="1" y2="1">
  4. <stop offset="0%" stop-color="#fff7e6"/>
  5. <stop offset="100%" stop-color="#e6fffb"/>
  6. </linearGradient>
  7. </defs>
  8. <rect width="320" height="200" rx="12" fill="url(#p2)"/>
  9. <g fill="#1a3a6e" opacity="0.8">
  10. <rect x="28" y="48" width="120" height="16" rx="8"/>
  11. <rect x="28" y="72" width="180" height="12" rx="6"/>
  12. <rect x="28" y="92" width="140" height="12" rx="6"/>
  13. </g>
  14. </svg>