collection.vue 2.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <template>
  2. <div class="svg">
  3. <svg
  4. xmlns="http://www.w3.org/2000/svg"
  5. xmlns:xlink="http://www.w3.org/1999/xlink"
  6. width="57.134"
  7. height="66.263"
  8. viewBox="0 0 57.134 66.263"
  9. style="display: inline; width: inherit; min-width: inherit; max-width: inherit; height: inherit; min-height: inherit; max-height: inherit;"
  10. >
  11. <defs>
  12. <linearGradient
  13. id="linear-gradient"
  14. x1="0.5"
  15. x2="0.5"
  16. y2="2"
  17. gradientUnits="objectBoundingBox"
  18. >
  19. <stop offset="0" stop-color="#248570" />
  20. <stop offset="1" stop-color="#4ab19b" />
  21. </linearGradient>
  22. <filter id="椭圆_54">
  23. <feOffset dx="1" input="SourceAlpha" />
  24. <feGaussianBlur stdDeviation="6" result="blur" />
  25. <feFlood flood-color="#b0eee3" result="color" />
  26. <feComposite operator="out" in="SourceGraphic" in2="blur" />
  27. <feComposite operator="in" in="color" />
  28. <feComposite operator="in" in2="SourceGraphic" />
  29. </filter>
  30. </defs>
  31. <g id="collection" transform="translate(-2945.938 -2456.739)">
  32. <path
  33. id="路径_16257"
  34. data-name="路径 16257"
  35. d="M2982.042,2520.946a3.669,3.669,0,0,1,6.354,0l9.076,15.72,6.965,12.063a3.669,3.669,0,0,1-4.536,5.243l-13.468-4.258a6.741,6.741,0,0,0-2.717,0l-13.179,4.258a3.669,3.669,0,0,1-4.536-5.243l6.965-12.063Z"
  36. transform="translate(-10.714 -31.243)"
  37. fill="url(#linear-gradient)"
  38. />
  39. <g data-type="innerShadowGroup">
  40. <circle
  41. id="ffff"
  42. data-name="椭圆 54"
  43. cx="28.567"
  44. cy="28.567"
  45. r="28.567"
  46. transform="translate(2945.938 2456.739)"
  47. />
  48. <g
  49. transform="matrix(1, 0, 0, 1, 2945.94, 2456.74)"
  50. filter="url(#椭圆_54)"
  51. >
  52. <circle
  53. id="椭圆_54-3"
  54. data-name="椭圆 54"
  55. cx="28.567"
  56. cy="28.567"
  57. r="28.567"
  58. fill="#fff"
  59. />
  60. </g>
  61. </g>
  62. <path
  63. id="路径_16258"
  64. data-name="路径 16258"
  65. d="M2991.735,2493.654l1.87,3.78a.53.53,0,0,0,.4.29l4.174.6a.531.531,0,0,1,.3.9l-3.017,2.947a.528.528,0,0,0-.152.47l.717,4.156a.53.53,0,0,1-.769.56l-3.735-1.959a.53.53,0,0,0-.494,0l-3.731,1.966a.531.531,0,0,1-.771-.559l.708-4.157a.53.53,0,0,0-.153-.469l-3.023-2.94a.531.531,0,0,1,.293-.906l4.173-.61a.532.532,0,0,0,.4-.291l1.863-3.784A.531.531,0,0,1,2991.735,2493.654Z"
  66. transform="translate(-16.759 -16.169)"
  67. fill="#fff"
  68. />
  69. </g>
  70. </svg>
  71. </div>
  72. </template>
  73. <style lang="less" scoped>
  74. .svg{
  75. font-size: 0;
  76. width: 100%;
  77. height: 100%;
  78. svg{
  79. width: 100%;
  80. height: 100%;
  81. }
  82. }
  83. #ffff {
  84. fill: none;
  85. filter: blur(10px);
  86. backdrop-filter: blur(10px) brightness(60%) !important;
  87. }
  88. .brightness {
  89. }
  90. </style>