controllability-svg.vue 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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 style="clip-path: url(#SVGID_00000103965616648291865560000002216192073450902938_)">
  22. <path
  23. class="st2"
  24. 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
  25. C56.3,23.6,56.7,23.2,57.3,23.2z"
  26. />
  27. <ellipse class="st3" cx="57.3" cy="24.7" rx="5.9" ry="5.9" />
  28. <ellipse class="st4" cx="57.3" cy="23.2" rx="5.9" ry="5.9" />
  29. <path
  30. class="st2"
  31. 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
  32. C20.7,17.7,21.2,17.3,21.7,17.3z"
  33. />
  34. <ellipse class="st3" cx="21.7" cy="55.3" rx="5.9" ry="5.9" />
  35. <ellipse class="st4" cx="21.7" cy="53.8" rx="5.9" ry="5.9" />
  36. <path
  37. class="st2"
  38. 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
  39. C38.5,17.7,39,17.3,39.5,17.3z"
  40. />
  41. <ellipse class="st5" cx="39.5" cy="39" rx="5.9" ry="5.9" />
  42. <ellipse class="st6" cx="39.5" cy="37.5" rx="5.9" ry="5.9" />
  43. </g>
  44. </g>
  45. </svg>
  46. </template>
  47. <style scoped lang="scss">
  48. .st0 {
  49. fill: #eff5fd;
  50. }
  51. .st1 {
  52. clip-path: url(#SVGID_00000172405038201111576250000009038874290854515645_);
  53. }
  54. .st2 {
  55. fill: #afcaf1;
  56. }
  57. .st3 {
  58. fill: #afb6bb;
  59. }
  60. .st4 {
  61. fill: #e7eced;
  62. }
  63. .st5 {
  64. fill: #0077ce;
  65. }
  66. .st6 {
  67. fill: #20a0ff;
  68. }
  69. .dark {
  70. .st0 {
  71. fill: #36393d;
  72. }
  73. }
  74. </style>