1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <template>
- <svg
- id="图层_1"
- version="1.1"
- xmlns="http://www.w3.org/2000/svg"
- xmlns:xlink="http://www.w3.org/1999/xlink"
- x="0px"
- y="0px"
- viewBox="0 0 79 79"
- style="enable-background: new 0 0 79 79"
- xml:space="preserve"
- >
- <circle class="st0" cx="39.5" cy="39.5" r="39.5" />
- <g>
- <defs>
- <rect id="SVGID_1_" x="15.8" y="17.3" width="47.4" height="43.9" />
- </defs>
- <clipPath id="SVGID_00000103965616648291865560000002216192073450902938_">
- <use xlink:href="#SVGID_1_" style="overflow: visible" />
- </clipPath>
- <g
- style="
- clip-path: url(#SVGID_00000103965616648291865560000002216192073450902938_);
- "
- >
- <path
- class="st2"
- 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
- C56.3,23.6,56.7,23.2,57.3,23.2z"
- />
- <ellipse class="st3" cx="57.3" cy="24.7" rx="5.9" ry="5.9" />
- <ellipse class="st4" cx="57.3" cy="23.2" rx="5.9" ry="5.9" />
- <path
- class="st2"
- 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
- C20.7,17.7,21.2,17.3,21.7,17.3z"
- />
- <ellipse class="st3" cx="21.7" cy="55.3" rx="5.9" ry="5.9" />
- <ellipse class="st4" cx="21.7" cy="53.8" rx="5.9" ry="5.9" />
- <path
- class="st2"
- 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
- C38.5,17.7,39,17.3,39.5,17.3z"
- />
- <ellipse class="st5" cx="39.5" cy="39" rx="5.9" ry="5.9" />
- <ellipse class="st6" cx="39.5" cy="37.5" rx="5.9" ry="5.9" />
- </g>
- </g>
- </svg>
- </template>
- <style scoped lang="scss">
- .st0 {
- fill: #eff5fd;
- }
- .st1 {
- clip-path: url(#SVGID_00000172405038201111576250000009038874290854515645_);
- }
- .st2 {
- fill: #afcaf1;
- }
- .st3 {
- fill: #afb6bb;
- }
- .st4 {
- fill: #e7eced;
- }
- .st5 {
- fill: #0077ce;
- }
- .st6 {
- fill: #20a0ff;
- }
- .dark {
- .st0 {
- fill: #36393d;
- }
- }
- </style>
|