controllability-svg.vue 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. <template>
  2. <svg
  3. id="图层_1"
  4. version="1.1"
  5. xmlns="http://www.w3.org/2000/svg"
  6. xmlns:xlink="http://www.w3.org/1999/xlink"
  7. x="0px"
  8. y="0px"
  9. viewBox="0 0 79 79"
  10. style="enable-background: new 0 0 79 79"
  11. xml:space="preserve"
  12. >
  13. <circle class="st0" cx="39.5" cy="39.5" r="39.5" />
  14. <g>
  15. <defs>
  16. <rect id="SVGID_1_" x="15.8" y="17.3" width="47.4" height="43.9" />
  17. </defs>
  18. <clipPath id="SVGID_00000103965616648291865560000002216192073450902938_">
  19. <use xlink:href="#SVGID_1_" style="overflow: visible" />
  20. </clipPath>
  21. <g
  22. style="
  23. clip-path: url(#SVGID_00000103965616648291865560000002216192073450902938_);
  24. "
  25. >
  26. <path
  27. class="st2"
  28. d="M57.3,23.2L57.3,23.2c0.5,0,1,0.4,1,1v36c0,0.5-0.4,1-1,1l0,0c-0.5,0-1-0.4-1-1v-36
  29. C56.3,23.6,56.7,23.2,57.3,23.2z"
  30. />
  31. <ellipse class="st3" cx="57.3" cy="24.7" rx="5.9" ry="5.9" />
  32. <ellipse class="st4" cx="57.3" cy="23.2" rx="5.9" ry="5.9" />
  33. <path
  34. class="st2"
  35. d="M21.7,17.3L21.7,17.3c0.5,0,1,0.4,1,1v36c0,0.5-0.4,1-1,1h0c-0.5,0-1-0.4-1-1v-36
  36. C20.7,17.7,21.2,17.3,21.7,17.3z"
  37. />
  38. <ellipse class="st3" cx="21.7" cy="55.3" rx="5.9" ry="5.9" />
  39. <ellipse class="st4" cx="21.7" cy="53.8" rx="5.9" ry="5.9" />
  40. <path
  41. class="st2"
  42. d="M39.5,17.3L39.5,17.3c0.5,0,1,0.4,1,1v42c0,0.5-0.4,1-1,1l0,0c-0.5,0-1-0.4-1-1v-42
  43. C38.5,17.7,39,17.3,39.5,17.3z"
  44. />
  45. <ellipse class="st5" cx="39.5" cy="39" rx="5.9" ry="5.9" />
  46. <ellipse class="st6" cx="39.5" cy="37.5" rx="5.9" ry="5.9" />
  47. </g>
  48. </g>
  49. </svg>
  50. </template>
  51. <style scoped lang="scss">
  52. .st0 {
  53. fill: #eff5fd;
  54. }
  55. .st1 {
  56. clip-path: url(#SVGID_00000172405038201111576250000009038874290854515645_);
  57. }
  58. .st2 {
  59. fill: #afcaf1;
  60. }
  61. .st3 {
  62. fill: #afb6bb;
  63. }
  64. .st4 {
  65. fill: #e7eced;
  66. }
  67. .st5 {
  68. fill: #0077ce;
  69. }
  70. .st6 {
  71. fill: #20a0ff;
  72. }
  73. .dark {
  74. .st0 {
  75. fill: #36393d;
  76. }
  77. }
  78. </style>