n20-common-lib 1.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (85) hide show
  1. package/README.md +24 -0
  2. package/package.json +120 -0
  3. package/src/assets/css/_coreLib.scss +26 -0
  4. package/src/assets/css/cl-approve-card.scss +66 -0
  5. package/src/assets/css/cl-drag-list.scss +22 -0
  6. package/src/assets/css/cl-empty.scss +10 -0
  7. package/src/assets/css/cl-expandable.scss +31 -0
  8. package/src/assets/css/cl-file-upload-table.scss +11 -0
  9. package/src/assets/css/cl-filter.scss +20 -0
  10. package/src/assets/css/cl-foldedpanel.scss +35 -0
  11. package/src/assets/css/cl-footer-box.scss +8 -0
  12. package/src/assets/css/cl-form-item.scss +281 -0
  13. package/src/assets/css/cl-more-tab.scss +98 -0
  14. package/src/assets/css/cl-nav-menu.scss +5 -0
  15. package/src/assets/css/cl-pagination.scss +71 -0
  16. package/src/assets/css/cl-secondary-tab.scss +30 -0
  17. package/src/assets/css/cl-sifting.scss +51 -0
  18. package/src/assets/css/cl-statis.scss +14 -0
  19. package/src/assets/css/cl-step.scss +164 -0
  20. package/src/assets/css/cl-suspend.scss +25 -0
  21. package/src/assets/css/cl-tertiary-tab.scss +37 -0
  22. package/src/assets/css/cl-upload.scss +41 -0
  23. package/src/assets/css/cl-worn-pagination.scss +50 -0
  24. package/src/assets/css/element-variables.scss +1053 -0
  25. package/src/assets/css/element.dev.scss +5 -0
  26. package/src/assets/css/font-icon.scss +22 -0
  27. package/src/assets/css/index.dev.scss +3 -0
  28. package/src/assets/css/index.scss +8 -0
  29. package/src/assets/css/normalize.scss +243 -0
  30. package/src/assets/css/rootvar.scss +66 -0
  31. package/src/assets/css/title-pop.scss +4 -0
  32. package/src/assets/getJsonc.js +51 -0
  33. package/src/assets/postMessage.js +2 -0
  34. package/src/assets/postMessageC.js +37 -0
  35. package/src/components/ApproveCard/index.vue +83 -0
  36. package/src/components/DatePicker/index.vue +22 -0
  37. package/src/components/Dialog/index.vue +115 -0
  38. package/src/components/DragList/index.vue +64 -0
  39. package/src/components/Empty/img/404.png +0 -0
  40. package/src/components/Empty/img/abnormal.svg +109 -0
  41. package/src/components/Empty/img/dispose.svg +72 -0
  42. package/src/components/Empty/img/empty.svg +58 -0
  43. package/src/components/Empty/img/general.svg +59 -0
  44. package/src/components/Empty/img/lock.svg +58 -0
  45. package/src/components/Empty/img/network.svg +60 -0
  46. package/src/components/Empty/img/relevant.svg +69 -0
  47. package/src/components/Empty/img/search.svg +73 -0
  48. package/src/components/Empty/index.vue +92 -0
  49. package/src/components/Expandable/index.vue +47 -0
  50. package/src/components/FileUploadTable/index.vue +456 -0
  51. package/src/components/Filters/index.vue +77 -0
  52. package/src/components/FoldedPanel/index.vue +64 -0
  53. package/src/components/FooterBox/index.vue +18 -0
  54. package/src/components/InputNumber/index.vue +126 -0
  55. package/src/components/MoreTab/index.vue +232 -0
  56. package/src/components/NavMenu/index.vue +90 -0
  57. package/src/components/Pagination/index.vue +126 -0
  58. package/src/components/SecondaryTab/index.vue +75 -0
  59. package/src/components/Select/index.vue +51 -0
  60. package/src/components/Sifting/index.vue +97 -0
  61. package/src/components/Statis/index.vue +55 -0
  62. package/src/components/Step/index.vue +65 -0
  63. package/src/components/Suspend/index.vue +63 -0
  64. package/src/components/Suspend/suspensionBtn.png +0 -0
  65. package/src/components/TertiaryTab/index.vue +49 -0
  66. package/src/components/TimePicker/index.vue +22 -0
  67. package/src/components/Upload/index.vue +237 -0
  68. package/src/components/WornPagination/index.vue +202 -0
  69. package/src/directives/VMove/index.js +42 -0
  70. package/src/directives/VTitle/index.js +55 -0
  71. package/src/directives/VTitle/tooltip.vue +21 -0
  72. package/src/directives/vDrag/index.js +72 -0
  73. package/src/index.js +111 -0
  74. package/src/utils/auth.js +41 -0
  75. package/src/utils/axios.js +180 -0
  76. package/src/utils/print.js +156 -0
  77. package/src/utils/pushLink.js +5 -0
  78. package/style/css/normalize.scss +243 -0
  79. package/style/fonts/element-icons.535877f5.woff +0 -0
  80. package/style/fonts/element-icons.732389de.ttf +0 -0
  81. package/style/index.css +3 -0
  82. package/style/index.css.map +1 -0
  83. package/style/index.umd.min.js +2 -0
  84. package/style/index.umd.min.js.map +1 -0
  85. package/style/server-config.jsonc +212 -0
@@ -0,0 +1,64 @@
1
+ <template>
2
+ <cl-draggable
3
+ :list="list"
4
+ :animation="200"
5
+ :group="group"
6
+ :disabled="disabled"
7
+ :handle="'.cl-icon-tuodong'"
8
+ @change="change"
9
+ >
10
+ <div v-for="(item, index) in list" :key="index" class="cl-drag-list-item">
11
+ <i class="cl-drag-icon cl-icon-tuodong"></i>
12
+ <slot :item="item" :index="index">
13
+ <span>{{ item }}</span>
14
+ </slot>
15
+ <i
16
+ v-if="!disabled"
17
+ class="cl-drag-remove cl-icon-shanchu"
18
+ @click="remove(index)"
19
+ ></i>
20
+ </div>
21
+ </cl-draggable>
22
+ </template>
23
+
24
+ <script>
25
+ export default {
26
+ name: 'DragList',
27
+ components: {
28
+ ClDraggable: () => import('vuedraggable')
29
+ },
30
+ props: {
31
+ list: {
32
+ type: Array,
33
+ default: () => []
34
+ },
35
+ group: {
36
+ type: String,
37
+ default: 'dragBox'
38
+ },
39
+ disabled: {
40
+ type: Boolean,
41
+ default: false
42
+ }
43
+ },
44
+ methods: {
45
+ change() {
46
+ this.$emit('change', this.list)
47
+ },
48
+ remove(index) {
49
+ let item = this.list[index]
50
+ if (this.$listeners.remove) {
51
+ this.$emit('remove', { index, item }, () => {
52
+ this.list.splice(index, 1)
53
+
54
+ this.$emit('change', this.list)
55
+ })
56
+ } else {
57
+ this.list.splice(index, 1)
58
+
59
+ this.$emit('change', this.list)
60
+ }
61
+ }
62
+ }
63
+ }
64
+ </script>
Binary file
@@ -0,0 +1,109 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="351px" height="351px" viewBox="0 0 351 351" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>-mockplus-</title>
4
+ <defs>
5
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
6
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
7
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
10
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
11
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
12
+ </linearGradient>
13
+ <linearGradient x1="62.6522593%" y1="52.2173606%" x2="0%" y2="36.6425829%" id="linearGradient-3">
14
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
15
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="46.3152118%" y1="50%" x2="50%" y2="45.8827248%" id="linearGradient-4">
18
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
19
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
20
+ </linearGradient>
21
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-5">
22
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
23
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
24
+ </linearGradient>
25
+ <linearGradient x1="100%" y1="48.2424392%" x2="0%" y2="48.4149547%" id="linearGradient-6">
26
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
27
+ <stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
28
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
29
+ </linearGradient>
30
+ <path d="M44.7210941,10.4814679 L69.6733277,51.3411278 C71.8321382,54.8762127 70.7164474,59.4920268 67.1813626,61.6508373 C66.0042585,62.3696729 64.6517288,62.75 63.2724904,62.75 L13.3680232,62.75 C9.22588753,62.75 5.86802315,59.3921356 5.86802315,55.25 C5.86802315,53.8707616 6.24835029,52.5182319 6.96718584,51.3411278 L31.9194195,10.4814679 C34.07823,6.94638307 38.6940441,5.83069227 42.229129,7.98950277 C43.2459216,8.6104391 44.1001578,9.46467526 44.7210941,10.4814679 Z" id="path-7"></path>
31
+ <linearGradient x1="100%" y1="49.0301089%" x2="0%" y2="49.1253097%" id="linearGradient-9">
32
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
33
+ <stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
34
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
35
+ </linearGradient>
36
+ <path d="M22.9770957,9.87266225 L38.7700788,56.8689861 C39.0779329,57.7851353 38.5848272,58.7773935 37.6686826,59.0852613 C37.6624435,59.0873579 37.6561926,59.0894193 37.6499303,59.0914454 C32.8414993,60.6471485 26.8446609,61.425 19.6594151,61.425 C12.4741756,61.425 6.47734143,60.6471498 1.66891251,59.0914495 C0.749334475,58.7939458 0.245056212,57.8072997 0.542571672,56.8877254 C0.544597862,56.8814628 0.546659369,56.8752116 0.548756095,56.8689723 L16.3417346,9.87266225 C16.9574753,8.04035789 18.942008,7.05413823 20.7743124,7.66987898 C21.8128795,8.01888657 22.6280881,8.83409509 22.9770957,9.87266225 Z" id="path-10"></path>
37
+ </defs>
38
+ <g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
39
+ <g id="反馈:6" transform="translate(-848.000000, -7503.000000)">
40
+ <g id="操作异常" transform="translate(848.062500, 7503.500000)">
41
+ <rect id="矩形备份-8" x="0" y="0" width="350" height="350"></rect>
42
+ <g id="编组-21" transform="translate(0.000000, 54.579224)">
43
+ <g id="background/default/mountain" transform="translate(0.000000, 35.032236)">
44
+ <path d="M0,98.23836 C17.5783059,87.127218 31.7108951,75.9509382 42.3977677,64.7095205 C58.4280765,47.847394 72.7504377,40 95.4742748,40 C118.198112,40 163.578834,93.3401391 196.718973,114" id="路径-26" fill="url(#linearGradient-1)" opacity="0.16"></path>
45
+ <path d="M170.756063,20 C188.892799,6.66666667 202.604353,0 211.890727,0 C225.820286,0 251.699788,20 264.621969,20" id="路径-27" fill="url(#linearGradient-2)" opacity="0.16"></path>
46
+ <path d="M210.106923,120 C194.863293,113.931498 178.68082,102.735317 161.559504,86.4114548 C144.438187,70.087593 128.364382,56.7837748 113.338088,46.5 C167.672808,70.9353048 206.16543,85.5336481 228.815956,90.2950299 C251.466481,95.0564117 266.968339,98.0088037 275.32153,99.1522059" id="路径-28" fill="url(#linearGradient-3)" opacity="0.26"></path>
47
+ <path d="M179.243937,105.568252 C179.243937,105.568252 226.619927,89.5 248.271674,89.5 C269.923421,89.5 317.333076,128.549612 350,138.5" id="路径-29" fill="url(#linearGradient-4)" opacity="0.16"></path>
48
+ <path d="M0.499286733,188 C43.8079684,170.333333 102.058087,161.5 175.249643,161.5 C248.441199,161.5 306.691318,170.333333 350,188" id="路径-19" fill="url(#linearGradient-5)" opacity="0.16"></path>
49
+ </g>
50
+ <path d="M110.612127,214.4892 L152.611338,225.133632 C152.809117,225.183758 153.015043,225.193008 153.21652,225.160816 L243.932731,210.666198 C244.750781,210.53549 245.307983,209.766369 245.177275,208.948318 C245.076488,208.317534 244.587275,207.81978 243.958329,207.708092 L193.166317,198.688492 C193.002711,198.659439 192.835415,198.657772 192.671263,198.68356 L110.747853,211.553345 C109.929463,211.68191 109.370249,212.44957 109.498814,213.26796 C109.592008,213.861191 110.030024,214.341669 110.612127,214.4892 Z" id="路径-34" fill="url(#linearGradient-6)" opacity="0.16"></path>
51
+ <g id="objects/element/paper" transform="translate(96.362340, 50.134042)">
52
+ <polygon id="路径-32" fill="#D7DAE0" points="21.3673886 82.8271714 56.4194009 89.3981937 143.794579 81.2561491 93.7817382 75.8981937"></polygon>
53
+ <polygon id="路径-33" fill="#C9CDD4" points="93.7817382 75.8981937 93.7817382 88.3981937 143.794579 81.1778915"></polygon>
54
+ <path d="M81.4429108,68.3488572 C85.1926503,65.1579989 132.70409,64.9936459 139.674822,59.8762466 C146.645553,54.7588472 120.577109,49.6993077 120.577545,45.3118777 C120.577835,42.3869243 126.944389,39.2307298 139.677207,35.8432941" id="路径-20" stroke="#E6E8ED" stroke-width="2" stroke-linecap="round" stroke-dasharray="3.5" transform="translate(111.151188, 52.096076) rotate(-4.000000) translate(-111.151188, -52.096076) "></path>
55
+ <g id="objects/element/paperairplane" transform="translate(146.453216, 21.989100) scale(-1, 1) rotate(-19.000000) translate(-146.453216, -21.989100) translate(129.211265, 4.678334)">
56
+ <path d="M20.4797759,32.1194825 L23.1464229,21.2891063 L0.89313901,0.821471698 C0.82876237,0.762260772 0.728574852,0.766448411 0.669363927,0.83082505 C0.62075019,0.883679975 0.613784364,0.962629486 0.652392171,1.02318009 L20.4797759,32.1194825 L20.4797759,32.1194825 Z" id="路径-17" fill="#C9CDD4"></path>
57
+ <polygon id="路径-14" fill="#B4B8BF" points="15.9063547 27.1152304 21.094447 24.0937513 20.4797759 32.1194825"></polygon>
58
+ <path d="M0.608231216,0.408729297 C0.741688746,0.295635398 0.941558169,0.312143382 1.05465207,0.445600912 L1.05465207,0.445600912 L1.06305613,0.456450069 L34.1814253,14.6743837 C34.4351724,14.7833195 34.5525651,15.0773322 34.4436293,15.3310793 C34.3978825,15.4376385 34.3165189,15.5249833 34.2134668,15.5781614 L23.2447885,21.2383466 C23.1857112,21.2688323 23.1138829,21.2591773 23.0649527,21.2141734 L3.06805613,2.82145007 L20.986728,23.9666365 C20.987594,23.9676583 20.9884469,23.9686911 20.9892865,23.9697345 C21.0448553,24.0424073 21.0315433,24.1417947 20.9620323,24.1948844 L20.9620323,24.1948844 L7.50000849,34.4766493 C7.41103546,34.5446034 7.30706108,34.5902256 7.19681047,34.6096874 C6.81609727,34.6768923 6.45298792,34.4227436 6.38578304,34.0420304 L6.38578304,34.0420304 L0.501086272,0.705436705 C0.481506625,0.594518715 0.522302285,0.481546753 0.608231216,0.408729297 Z" id="形状结合" fill="#D7DAE0"></path>
59
+ </g>
60
+ <g id="objects/element/error" transform="translate(67.877302, 76.544642) scale(-1, 1) rotate(15.000000) translate(-67.877302, -76.544642) translate(29.557045, 34.669642)">
61
+ <rect id="矩形" fill="#8CB3FF" x="34.4507846" y="59.75" width="7.98858773" height="24" rx="1.75"></rect>
62
+ <g id="三角形" transform="translate(0.000000, 0.000000)">
63
+ <mask id="mask-8" fill="white">
64
+ <use xlink:href="#path-7"></use>
65
+ </mask>
66
+ <use id="蒙版" fill="#B4B8BF" xlink:href="#path-7"></use>
67
+ <path d="M41.7253737,10.4814679 L66.6776073,51.3411278 C68.8364178,54.8762127 67.720727,59.4920268 64.1856422,61.6508373 C63.0085381,62.3696729 61.6560084,62.75 60.27677,62.75 L10.3723028,62.75 C6.23016713,62.75 2.87230275,59.3921356 2.87230275,55.25 C2.87230275,53.8707616 3.25262989,52.5182319 3.97146544,51.3411278 L28.9236991,10.4814679 C31.0825096,6.94638307 35.6983237,5.83069227 39.2334086,7.98950277 C40.2502012,8.6104391 41.1044374,9.46467526 41.7253737,10.4814679 Z" fill="#D7DAE0" mask="url(#mask-8)"></path>
68
+ </g>
69
+ <rect id="矩形" fill="#C9CDD4" x="35.6990014" y="20.75" width="4.99286733" height="24.5" rx="2.49643367"></rect>
70
+ <rect id="矩形" fill="#C9CDD4" transform="translate(38.195435, 52.000000) scale(1, -1) translate(-38.195435, -52.000000) " x="35.6990014" y="49.5" width="4.99286733" height="5" rx="2.49643367"></rect>
71
+ </g>
72
+ <path d="M56.4194009,89.1376303 L141.606813,81.1044989 C142.706504,81.0007986 143.682045,81.8082085 143.785746,82.9078994 C143.791631,82.970315 143.794579,83.0329729 143.794579,83.0956654 L143.794579,159.838483 C143.794579,160.870312 143.009617,161.732779 141.982345,161.82965 L56.4194009,169.898194 L56.4194009,169.898194 L56.4194009,89.1376303 Z" id="矩形" fill="#DFE2E8"></path>
73
+ <path d="M19.4721826,89.4891027 L54.0424405,82.8543798 C55.1272128,82.6461904 56.1753654,83.3568011 56.3835548,84.4415734 C56.4073984,84.5658104 56.4194009,84.6920295 56.4194009,84.8185338 L56.4194009,161.632486 C56.4194009,162.601566 55.7246496,163.431219 54.7706305,163.601404 L19.4721826,169.898194 L19.4721826,169.898194 L19.4721826,89.4891027 Z" id="矩形" fill="#D7DAE0" transform="translate(37.945792, 126.148194) scale(-1, 1) translate(-37.945792, -126.148194) "></path>
74
+ <path d="M56.4194009,89.4737546 L37.1135492,111.155314 C35.0751802,113.444517 31.9080099,114.367784 28.9588203,113.532511 L3.88147954,106.43008 C2.55302063,106.053833 1.78110079,104.671895 2.15734832,103.343436 C2.26255257,102.97198 2.45235653,102.629936 2.71188283,102.344115 L20.3688151,82.8981937 L20.3688151,82.8981937 L56.4194009,89.4737546 Z" id="路径-31" fill="#DFE2E8"></path>
75
+ <path d="M56.4194009,89.2813114 L72.6284073,113.617667 C74.381142,116.24924 77.4497149,117.690456 80.5941292,117.358927 L158.635015,109.13074 C160.282737,108.957013 161.477646,107.480438 161.303919,105.832717 C161.249358,105.315226 161.061132,104.820826 160.757727,104.398074 L143.892124,80.8981937 L143.892124,80.8981937 L56.4194009,89.2813114 Z" id="路径-30" fill="#E6E8ED"></path>
76
+ <path d="M62.7403072,146.41395 L87.2010775,143.59114 C88.0240429,143.496169 88.7681776,144.086325 88.8631491,144.90929 C88.8697366,144.966374 88.8730385,145.023789 88.8730385,145.081251 L88.8730385,161.392327 C88.8730385,162.154224 88.3018738,162.795093 87.5449995,162.882437 L63.0842292,165.705247 C62.2612639,165.800218 61.5171291,165.210063 61.4221576,164.387097 C61.4155701,164.330014 61.4122682,164.272599 61.4122682,164.215136 L61.4122682,147.904061 C61.4122682,147.142163 61.9834329,146.501294 62.7403072,146.41395 Z" id="矩形" fill="#D7DAE0"></path>
77
+ <path d="M62.7403072,139.41395 L87.2010775,136.59114 C88.0240429,136.496169 88.7681776,137.086325 88.8631491,137.90929 C88.8697366,137.966374 88.8730385,138.023789 88.8730385,138.081251 L88.8730385,139.392327 C88.8730385,140.154224 88.3018738,140.795093 87.5449995,140.882437 L63.0842292,143.705247 C62.2612639,143.800218 61.5171291,143.210063 61.4221576,142.387097 C61.4155701,142.330014 61.4122682,142.272599 61.4122682,142.215136 L61.4122682,140.904061 C61.4122682,140.142163 61.9834329,139.501294 62.7403072,139.41395 Z" id="矩形" fill="#D7DAE0"></path>
78
+ </g>
79
+ <g id="编组-2" transform="translate(163.247500, 0.000000)">
80
+ <g id="编组" transform="translate(28.350825, 30.018205) rotate(-39.000000) translate(-28.350825, -30.018205) translate(13.110657, 3.750868)">
81
+ <path d="M16.9271678,29.2667748 C17.0137803,35.1526238 18.7069278,39.678259 22.0066105,42.8436804 C25.3062932,46.0091019 28.1308686,47.9348376 30.4803368,48.6208874 C21.9515317,53.5533565 15.4827158,53.8236059 11.073889,49.4316357 C6.66506228,45.0396655 8.61615521,38.3180452 16.9271678,29.2667748 Z" id="路径-7" fill="#DFE2E8"></path>
82
+ <path d="M18.0413828,9.09494702e-13 C17.2266761,5.49741605 17.5479606,10.0475784 19.0052363,13.650487 C20.4625121,17.2533956 23.1128115,22.0334322 26.9561345,27.990597 C20.8601089,30.1880418 16.352508,33.3461648 13.4333315,37.4649662 C10.5141551,41.5837676 9.72767426,45.5726575 11.073889,49.4316357 C0.946116889,35.4896014 -2.23478896,24.5749446 1.53117148,16.6876651 C5.29713191,8.80038563 10.8005357,3.2378306 18.0413828,9.09494702e-13 Z" id="路径-6" fill="#E6E8ED"></path>
83
+ </g>
84
+ </g>
85
+ <g id="编组-3" transform="translate(22.237527, 124.361705)">
86
+ <g id="编组-2" transform="translate(26.188343, 25.638209) rotate(42.000000) translate(-26.188343, -25.638209) translate(3.889216, 11.245503)">
87
+ <path d="M9.08197277e-13,8.95632788 C2.83454713,16.6673225 6.69170707,22.0521098 11.5714798,25.1106898 C18.8911389,29.6985598 27.7557146,29.686447 34.1077919,25.8830633 C38.3425101,23.3474742 41.8393307,19.9371172 44.5982536,15.6519923 C39.9639448,16.3106281 35.0888465,14.5723171 29.9729586,10.4370595 C24.8570707,6.30180178 21.7060491,2.82278196 20.5198938,9.09494702e-13 C14.1344244,3.76437538 9.74169589,6.02084246 7.34170831,6.76940123 C4.94172072,7.51796 2.49448462,8.24693555 9.08197277e-13,8.95632788 Z" id="路径-8" fill="#E6E8ED"></path>
88
+ <path d="M24.5436728,17.9494053 C27.5012666,20.223599 30.8281405,21.1464947 34.5242945,20.7180921 C38.2204486,20.2896896 41.5784349,18.6009897 44.5982536,15.6519923 C39.2583855,22.7037572 34.3805835,26.7975894 29.9648477,27.9334887 C25.5491119,29.0693881 21.6226048,29.0693881 18.1853266,27.9334887 C21.4399869,27.7471206 23.5594356,26.5017934 24.5436728,24.1975069 C25.52791,21.8932205 25.52791,19.8105199 24.5436728,17.9494053 Z" id="路径-9" fill="#DFE2E8"></path>
89
+ </g>
90
+ </g>
91
+ <ellipse id="椭圆形备份-8" fill="url(#linearGradient-9)" opacity="0.16" cx="247.64622" cy="236.532236" rx="26.4621969" ry="3.5"></ellipse>
92
+ <g id="objects/-element/warrant" transform="translate(215.684017, 172.232236)">
93
+ <path d="M33.5027641,53.864136 L59.2335195,55.4166652 C59.8123658,55.4515913 60.2533002,55.9491522 60.2183741,56.5279984 C60.1939273,56.9331655 59.9381415,57.2879523 59.5614576,57.4391718 L38.8020739,65.7730147 C37.7660535,66.1889245 36.6455823,66.3510088 35.5341697,66.2457408 L4.98415195,63.3521802 C4.50305594,63.306613 4.14999012,62.879668 4.19555737,62.398572 C4.22953346,62.0398548 4.47993357,61.738643 4.82640773,61.6397082 L31.1591602,54.120464 C31.9202513,53.9031365 32.7126892,53.8164649 33.5027641,53.864136 Z" id="矩形" fill="#B4B8BF" transform="translate(32.130328, 60.099023) rotate(4.000000) translate(-32.130328, -60.099023) "></path>
94
+ <path d="M33.5027641,52.989136 L59.2335195,54.5416652 C59.8123658,54.5765913 60.2533002,55.0741522 60.2183741,55.6529984 C60.1939273,56.0581655 59.9381415,56.4129523 59.5614576,56.5641718 L38.8020739,64.8980147 C37.7660535,65.3139245 36.6455823,65.4760088 35.5341697,65.3707408 L4.98415195,62.4771802 C4.50305594,62.431613 4.14999012,62.004668 4.19555737,61.523572 C4.22953346,61.1648548 4.47993357,60.863643 4.82640773,60.7647082 L31.1591602,53.245464 C31.9202513,53.0281365 32.7126892,52.9414649 33.5027641,52.989136 Z" id="矩形" fill="#C9CDD4" transform="translate(32.130328, 59.224023) rotate(4.000000) translate(-32.130328, -59.224023) "></path>
95
+ <g id="路径-25-+-路径-25备份-+-路径-25备份-2-蒙版" transform="translate(12.390163, 0.000000)">
96
+ <mask id="mask-11" fill="white">
97
+ <use xlink:href="#path-10"></use>
98
+ </mask>
99
+ <use id="蒙版" fill="#E6E8ED" xlink:href="#path-10"></use>
100
+ <path d="M11.407892,12.075 C16.7509146,16.8187334 23.7652047,18.9320478 32.4507621,18.4149431 C32.4507621,18.834203 35.4743224,28.8493586 35.4743224,28.8493586 C27.3741048,28.9877591 17.0784411,28.8493586 8.03851641,20.8248306 C8.03851641,20.8248306 9.16164161,17.9082204 11.407892,12.075 Z" id="路径-25" fill="#D7DAE0" mask="url(#mask-11)"></path>
101
+ <path d="M7.26348122,28.875 C14.4921058,33.6686419 23.0488984,36.0654628 32.9338592,36.0654628 C32.9338592,36.4871645 36.8723252,47.2334419 36.8723252,47.2334419 C27.3925344,47.3726484 15.4559688,46.8336988 3.32025678,37.67579 C3.32025678,37.67579 4.63466492,34.7421934 7.26348122,28.875 Z" id="路径-25备份" fill="#D7DAE0" mask="url(#mask-11)"></path>
102
+ <path d="M0.591816472,45.85 C10.6969945,52.3034502 23.2814266,55.5301753 38.3451128,55.5301753 C38.3451128,56.017358 43.5128388,65.3419098 43.5128388,65.3419098 C29.0665908,65.502732 13.0763437,66.5972873 -5.41726106,56.017358 C-5.41726106,56.017358 -3.41423521,52.6282386 0.591816472,45.85 Z" id="路径-25备份-2" fill="#D7DAE0" mask="url(#mask-11)"></path>
103
+ </g>
104
+ </g>
105
+ </g>
106
+ </g>
107
+ </g>
108
+ </g>
109
+ </svg>
@@ -0,0 +1,72 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="351px" height="351px" viewBox="0 0 351 351" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>-mockplus-</title>
4
+ <defs>
5
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
6
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
7
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
10
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
11
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
12
+ </linearGradient>
13
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-3">
14
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
15
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-4">
18
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
19
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
20
+ </linearGradient>
21
+ <linearGradient x1="100%" y1="48.4751822%" x2="0%" y2="48.6248526%" id="linearGradient-5">
22
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
23
+ <stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
24
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
25
+ </linearGradient>
26
+ <linearGradient x1="100%" y1="49.0328741%" x2="0%" y2="49.1278035%" id="linearGradient-6">
27
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
28
+ <stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
29
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
30
+ </linearGradient>
31
+ <path d="M172.227712,31.693294 L217.428751,166.009418 C218.309504,168.626615 216.901843,171.462266 214.284648,172.343024 C214.26552,172.349461 214.246354,172.355782 214.227151,172.361987 C200.468771,176.807337 183.309721,179.030012 162.75,179.030012 C142.190276,179.030012 125.031223,176.807336 111.272843,172.361984 C108.645178,171.512975 107.203285,168.694577 108.052288,166.06691 C108.058493,166.047706 108.064814,166.028541 108.071251,166.009413 L153.272288,31.693294 C155.033805,26.4588979 160.705113,23.6435731 165.939509,25.4050902 C168.903538,26.4025668 171.230236,28.7292647 172.227712,31.693294 Z" id="path-7"></path>
32
+ <path d="M40.2960179,9.41620834 L62.7933376,46.2033566 C64.7382875,49.3836982 63.7368047,53.5385679 60.5564631,55.4835179 C59.4962381,56.1319025 58.2775907,56.475 57.0348198,56.475 L12.0401802,56.475 C8.31225818,56.475 5.29018024,53.4529221 5.29018024,49.725 C5.29018024,48.482229 5.63327778,47.2635816 6.28166239,46.2033566 L28.7789821,9.41620834 C30.7239321,6.23586675 34.8788018,5.23438394 38.0591434,7.17933388 C38.9714286,7.73724536 39.7381064,8.50392312 40.2960179,9.41620834 Z" id="path-9"></path>
33
+ </defs>
34
+ <g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
35
+ <g id="反馈:6" transform="translate(-480.000000, -7503.000000)">
36
+ <g id="系统报错" transform="translate(480.062500, 7503.500000)">
37
+ <rect id="矩形备份-7" x="0" y="0" width="350" height="350"></rect>
38
+ <g id="编组-18" transform="translate(0.000000, 73.484994)">
39
+ <path d="M93.2712973,50.4678338 L147.542595,81.8013819 C149.708402,83.0518115 151.042595,85.3627006 151.042595,87.8635598 L151.042595,150.530656 C151.042595,153.031515 149.708402,155.342404 147.542595,156.592834 L93.2712973,187.926382 C91.1054898,189.176812 88.4371049,189.176812 86.2712973,187.926382 L32,156.592834 C29.8341925,155.342404 28.5,153.031515 28.5,150.530656 L28.5,87.8635598 C28.5,85.3627006 29.8341925,83.0518115 32,81.8013819 L86.2712973,50.4678338 C88.4371049,49.2174043 91.1054898,49.2174043 93.2712973,50.4678338 Z M89.7712973,86.4471079 C71.6839718,86.4471079 57.0212973,101.109782 57.0212973,119.197108 C57.0212973,137.284433 71.6839718,151.947108 89.7712973,151.947108 C107.858623,151.947108 122.521297,137.284433 122.521297,119.197108 C122.521297,101.109782 107.858623,86.4471079 89.7712973,86.4471079 Z" id="形状结合" fill="url(#linearGradient-1)" opacity="0.26" transform="translate(89.771297, 119.197108) rotate(-15.000000) translate(-89.771297, -119.197108) "></path>
40
+ <path d="M246.808531,7.95753288 L271.634964,22.1935739 C273.810855,23.4412789 275.152867,25.7578128 275.152867,28.2660526 L275.152867,56.6555858 C275.152867,59.1638256 273.810855,61.4803595 271.634964,62.7280645 L246.808531,76.9641055 C244.651841,78.2008005 242.001026,78.2008005 239.844336,76.9641055 L215.017903,62.7280645 C212.842012,61.4803595 211.5,59.1638256 211.5,56.6555858 L211.5,28.2660526 C211.5,25.7578128 212.842012,23.4412789 215.017903,22.1935739 L239.844336,7.95753288 C242.001026,6.72083792 244.651841,6.72083792 246.808531,7.95753288 Z M243.567915,25.3961144 C234.179074,25.3961144 226.567915,33.0072737 226.567915,42.3961144 C226.567915,51.7849552 234.179074,59.3961144 243.567915,59.3961144 C252.956756,59.3961144 260.567915,51.7849552 260.567915,42.3961144 C260.567915,33.0072737 252.956756,25.3961144 243.567915,25.3961144 Z" id="形状结合备份" fill="url(#linearGradient-2)" opacity="0.16" transform="translate(243.326434, 42.460819) rotate(-345.000000) translate(-243.326434, -42.460819) "></path>
41
+ <path d="M268.008476,134.454196 L285.040681,144.199153 C287.21985,145.445963 288.56441,147.76433 288.56441,150.274969 L288.56441,169.655533 C288.56441,172.166172 287.21985,174.484539 285.040681,175.731348 L268.008476,185.476306 C265.854761,186.708552 263.209648,186.708552 261.055934,185.476306 L244.023729,175.731348 C241.84456,174.484539 240.5,172.166172 240.5,169.655533 L240.5,150.274969 C240.5,147.76433 241.84456,145.445963 244.023729,144.199153 L261.055934,134.454196 C263.209648,133.22195 265.854761,133.22195 268.008476,134.454196 Z M264.4675,146.97377 C257.42587,146.97377 251.7175,152.682139 251.7175,159.72377 C251.7175,166.7654 257.42587,172.47377 264.4675,172.47377 C271.509131,172.47377 277.2175,166.7654 277.2175,159.72377 C277.2175,152.682139 271.509131,146.97377 264.4675,146.97377 Z" id="形状结合备份-2" fill="url(#linearGradient-3)" opacity="0.16" transform="translate(264.532205, 159.965251) rotate(-345.000000) translate(-264.532205, -159.965251) "></path>
42
+ <path d="M0,192.530012 C43.3705512,174.863345 101.703885,166.030012 175,166.030012 C248.296115,166.030012 306.629449,174.863345 350,192.530012" id="路径-19" fill="url(#linearGradient-4)" opacity="0.16"></path>
43
+ <path d="M185.180392,198.961774 C185.180392,198.961774 262.701165,174.970065 262.701165,174.970065 C262.701165,174.970065 228.157407,169.530012 175,169.530012 C121.842593,169.530012 85.2304758,172.868984 85.2304758,180.562374 C85.2304758,188.255765 185.180392,198.961774 185.180392,198.961774 Z" id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16"></path>
44
+ <ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="280.5" cy="199.530012" rx="26.5" ry="3.5"></ellipse>
45
+ <path d="M166.900018,157.426431 L240.530198,161.855532 C242.184062,161.955018 243.444136,163.376389 243.34465,165.030254 C243.274976,166.188537 242.543576,167.202772 241.466553,167.634621 L182.05652,191.456002 C179.100032,192.641452 175.903159,193.103599 172.731986,192.803979 L85.3090405,184.544046 C83.9344504,184.414171 82.9254092,183.194562 83.0552838,181.819972 C83.1521665,180.794568 83.8680014,179.933527 84.8584687,179.651014 L160.213277,158.157417 C162.384937,157.53799 164.64582,157.290833 166.900018,157.426431 Z" id="矩形" fill="#B4B8BF" transform="translate(162.980827, 175.240740) rotate(4.000000) translate(-162.980827, -175.240740) "></path>
46
+ <path d="M166.900018,154.926431 L240.530198,159.355532 C242.184062,159.455018 243.444136,160.876389 243.34465,162.530254 C243.274976,163.688537 242.543576,164.702772 241.466553,165.134621 L182.05652,188.956002 C179.100032,190.141452 175.903159,190.603599 172.731986,190.303979 L85.3090405,182.044046 C83.9344504,181.914171 82.9254092,180.694562 83.0552838,179.319972 C83.1521665,178.294568 83.8680014,177.433527 84.8584687,177.151014 L160.213277,155.657417 C162.384937,155.03799 164.64582,154.790833 166.900018,154.926431 Z" id="矩形" fill="#C9CDD4" transform="translate(162.980827, 172.740740) rotate(4.000000) translate(-162.980827, -172.740740) "></path>
47
+ <mask id="mask-8" fill="white">
48
+ <use xlink:href="#path-7"></use>
49
+ </mask>
50
+ <use id="蒙版" fill="#E6E8ED" xlink:href="#path-7"></use>
51
+ <path d="M139.14054,38.0300117 C154.428127,51.5835358 174.497586,57.6215769 199.348915,56.1441349 C199.348915,57.3420204 208,85.9567506 208,85.9567506 C184.823459,86.3521804 155.365254,85.9567506 129.5,63.0295277 C129.5,63.0295277 132.713513,54.6963557 139.14054,38.0300117 Z" id="路径-25" fill="#D7DAE0" mask="url(#mask-8)"></path>
52
+ <path d="M127.28245,86.0300117 C147.965168,99.7261313 172.448073,106.574191 200.731165,106.574191 C200.731165,107.779053 212,138.482703 212,138.482703 C184.87619,138.880436 150.722996,137.34058 116,111.175126 C116,111.175126 119.760817,102.793421 127.28245,86.0300117 Z" id="路径-25备份" fill="#D7DAE0" mask="url(#mask-8)"></path>
53
+ <path d="M108.19332,134.530012 C137.106503,152.968441 173.113388,162.187655 216.213976,162.187655 C216.213976,163.579606 231,190.221183 231,190.221183 C189.666041,190.680675 143.914355,193.807975 91,163.579606 C91,163.579606 96.7311066,153.896408 108.19332,134.530012 Z" id="路径-25备份-2" fill="#D7DAE0" mask="url(#mask-8)"></path>
54
+ <g id="objects/element/error" mask="url(#mask-8)">
55
+ <g transform="translate(281.638247, 163.558194) rotate(10.000000) translate(-281.638247, -163.558194) translate(247.100747, 125.870694)">
56
+ <rect id="矩形" fill="#C9CDD4" x="31.05" y="53.775" width="7.2" height="21.6" rx="1.575"></rect>
57
+ <g id="三角形" stroke-width="1" fill="none">
58
+ <mask id="mask-10" fill="white">
59
+ <use xlink:href="#path-9"></use>
60
+ </mask>
61
+ <use id="蒙版" fill="#D7DAE0" xlink:href="#path-9"></use>
62
+ <path d="M37.5960179,9.41620834 L60.0933376,46.2033566 C62.0382875,49.3836982 61.0368047,53.5385679 57.8564631,55.4835179 C56.7962381,56.1319025 55.5775907,56.475 54.3348198,56.475 L9.34018024,56.475 C5.61225818,56.475 2.59018024,53.4529221 2.59018024,49.725 C2.59018024,48.482229 2.93327778,47.2635816 3.58166239,46.2033566 L26.0789821,9.41620834 C28.0239321,6.23586675 32.1788018,5.23438394 35.3591434,7.17933388 C36.2714286,7.73724536 37.0381064,8.50392312 37.5960179,9.41620834 Z" fill="#E6E8ED" mask="url(#mask-10)"></path>
63
+ </g>
64
+ <rect id="矩形" fill="#C9CDD4" x="32.175" y="18.675" width="4.5" height="22.05" rx="2.25"></rect>
65
+ <rect id="矩形" fill="#C9CDD4" transform="translate(34.425000, 46.800000) scale(1, -1) translate(-34.425000, -46.800000) " x="32.175" y="44.55" width="4.5" height="4.5" rx="2.25"></rect>
66
+ </g>
67
+ </g>
68
+ </g>
69
+ </g>
70
+ </g>
71
+ </g>
72
+ </svg>
@@ -0,0 +1,58 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="351px" height="351px" viewBox="0 0 351 351" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>-mockplus-</title>
4
+ <defs>
5
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
6
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
7
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
10
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
11
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
12
+ </linearGradient>
13
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-3">
14
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
15
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-4">
18
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
19
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
20
+ </linearGradient>
21
+ <linearGradient x1="100%" y1="49.8792597%" x2="0%" y2="49.8911111%" id="linearGradient-5">
22
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
23
+ <stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
24
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
25
+ </linearGradient>
26
+ </defs>
27
+ <g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
28
+ <g id="反馈:6" transform="translate(-92.000000, -7503.000000)">
29
+ <g id="空状态" transform="translate(92.500000, 7503.500000)">
30
+ <rect id="矩形备份-6" x="0" y="0" width="350" height="350"></rect>
31
+ <g id="编组-15" transform="translate(0.000000, 66.322710)">
32
+ <g id="background/default/hill" transform="translate(0.000000, 49.354579)">
33
+ <path d="M0,160 C43.3705512,142.333333 101.703885,133.5 175,133.5 C248.296115,133.5 306.629449,142.333333 350,160" id="路径-19" fill="url(#linearGradient-1)" opacity="0.16"></path>
34
+ <path d="M242,85.5 L276.428932,51.0710678 C280.334175,47.1658249 286.665825,47.1658249 290.571068,51.0710678 L325,85.5 L325,85.5" id="路径-22备份-2" fill="url(#linearGradient-2)" opacity="0.26"></path>
35
+ <path d="M49,34 L75.9289322,7.07106781 C79.8341751,3.16582489 86.1658249,3.16582489 90.0710678,7.07106781 L117,34 L117,34" id="路径-22" fill="url(#linearGradient-3)" opacity="0.26"></path>
36
+ <path d="M24,64.5 L41.9289322,46.5710678 C45.8341751,42.6658249 52.1658249,42.6658249 56.0710678,46.5710678 L74,64.5 L74,64.5" id="路径-22备份" fill="url(#linearGradient-4)" opacity="0.26"></path>
37
+ </g>
38
+ <ellipse id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16" cx="174.5" cy="213.854579" rx="75" ry="3.5"></ellipse>
39
+ <path d="M94.191478,197.354579 C52.3536856,195.509065 32.8837173,190.614689 35.781573,182.67145 C40.1283567,170.756591 244.324529,169.753637 272.681281,150.023973 C301.038032,130.294309 194.982523,110.775084 194.982523,93.8574584 C194.982523,82.5790415 220.882109,70.4114152 272.681281,57.3545794" id="路径-20" stroke="#E6E8ED" stroke-width="3.5" stroke-linecap="round" stroke-dasharray="7" transform="translate(156.500000, 127.354579) rotate(-4.000000) translate(-156.500000, -127.354579) "></path>
40
+ <g id="objects/element/mail" transform="translate(105.000000, 59.354579)">
41
+ <rect id="矩形" fill="#C9CDD4" x="0" y="56.5" width="140" height="84" rx="8.12903226"></rect>
42
+ <rect id="矩形" fill="#E6E8ED" x="17" y="0" width="105.5" height="122" rx="9.03225806"></rect>
43
+ <rect id="矩形" fill="#F0F2F5" x="27" y="26" width="55.5" height="7.5" rx="3.75"></rect>
44
+ <rect id="矩形备份" fill="#F0F2F5" x="27" y="42.5" width="55.5" height="7.5" rx="3.75"></rect>
45
+ <rect id="矩形备份-2" fill="#F0F2F5" x="27" y="60" width="77" height="7.5" rx="3.75"></rect>
46
+ <path d="M0,67.5 L135.190734,127.983239 C138.116524,129.292214 140,132.198247 140,135.403503 L140,143.370968 C140,147.860508 136.360508,151.5 131.870968,151.5 L8.12903226,151.5 C3.63949171,151.5 -1.22654669e-15,147.860508 0,143.370968 L0,67.5 L0,67.5 Z" id="矩形" fill="#D7DAE0" transform="translate(70.000000, 109.500000) scale(-1, 1) translate(-70.000000, -109.500000) "></path>
47
+ <path d="M0,67.5 L135.190734,127.983239 C138.116524,129.292214 140,132.198247 140,135.403503 L140,143.370968 C140,147.860508 136.360508,151.5 131.870968,151.5 L8.12903226,151.5 C3.63949171,151.5 -1.22654669e-15,147.860508 0,143.370968 L0,67.5 L0,67.5 Z" id="矩形" fill="#DFE2E8"></path>
48
+ </g>
49
+ <g id="objects/element/paperairplane" transform="translate(280.025492, 35.267013) scale(-1, 1) rotate(-29.000000) translate(-280.025492, -35.267013) translate(254.125619, 9.300864)">
50
+ <path d="M30.7635491,48.1792238 L34.7692339,31.9336595 L1.3402508,1.23094782 C1.24362269,1.14220014 1.09334592,1.14858848 1.00459824,1.24521658 C0.93173786,1.32454666 0.921370202,1.44297074 0.979337657,1.53375438 L30.7635491,48.1792238 L30.7635491,48.1792238 Z" id="路径-17" fill="#C9CDD4"></path>
51
+ <polygon id="路径-14" fill="#B4B8BF" points="23.8936171 40.6728456 31.6868729 36.140627 30.7635491 48.1792238"></polygon>
52
+ <path d="M0.912853356,0.611544993 C1.11292014,0.441763219 1.41274164,0.466314071 1.58252341,0.666380857 L1.58252341,0.666380857 L1.59914717,0.685675103 L51.3450646,22.0114387 C51.7257697,22.1746455 51.9020869,22.6155733 51.73888,22.9962784 C51.6702309,23.156413 51.5479718,23.2876511 51.3930957,23.3674581 L34.9166234,31.8577104 C34.8280809,31.9033359 34.7204772,31.8888792 34.6471169,31.8215017 L4.61214717,4.2356751 L31.5249346,35.9498026 C31.5262702,35.9513765 31.5275852,35.9529677 31.5288793,35.9545757 C31.612261,36.0637712 31.5921904,36.2128386 31.4878692,36.2924014 L31.4878692,36.2924014 L11.2634055,51.7170169 C11.1301392,51.8186553 10.9744786,51.8869153 10.809436,51.9160908 C10.2383909,52.0170378 9.69363365,51.6359479 9.59268669,51.0649028 L9.59268669,51.0649028 L0.752411321,1.05650413 C0.723014737,0.890211113 0.784096355,0.720811467 0.912853356,0.611544993 Z" id="形状结合" fill="#D7DAE0"></path>
53
+ </g>
54
+ </g>
55
+ </g>
56
+ </g>
57
+ </g>
58
+ </svg>
@@ -0,0 +1,59 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="351px" height="350px" viewBox="0 0 351 350" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>-mockplus-</title>
4
+ <defs>
5
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
6
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
7
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
10
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
11
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
12
+ </linearGradient>
13
+ <linearGradient x1="62.6522593%" y1="52.2173606%" x2="0%" y2="36.6425829%" id="linearGradient-3">
14
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
15
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="46.3152118%" y1="50%" x2="50%" y2="45.8827248%" id="linearGradient-4">
18
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
19
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
20
+ </linearGradient>
21
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-5">
22
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
23
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
24
+ </linearGradient>
25
+ <linearGradient x1="100%" y1="49.9276112%" x2="0%" y2="49.9347166%" id="linearGradient-6">
26
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
27
+ <stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
28
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
29
+ </linearGradient>
30
+ <linearGradient x1="100%" y1="49.0301089%" x2="0%" y2="49.1253097%" id="linearGradient-7">
31
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
32
+ <stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
33
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
34
+ </linearGradient>
35
+ </defs>
36
+ <g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
37
+ <g id="反馈:6" transform="translate(-480.000000, -7983.000000)">
38
+ <g id="通用类" transform="translate(480.062500, 7983.000000)">
39
+ <rect id="矩形备份-12" x="0" y="0" width="350" height="350"></rect>
40
+ <g id="编组-19" transform="translate(0.000000, 45.500000)">
41
+ <path d="M0,98.23836 C17.5783059,87.127218 31.7108951,75.9509382 42.3977677,64.7095205 C58.4280765,47.847394 72.7504377,40 95.4742748,40 C118.198112,40 163.578834,93.3401391 196.718973,114" id="路径-26" fill="url(#linearGradient-1)" opacity="0.16"></path>
42
+ <path d="M170.756063,20 C188.892799,6.66666667 202.604353,0 211.890727,0 C225.820286,0 251.699788,20 264.621969,20" id="路径-27" fill="url(#linearGradient-2)" opacity="0.16"></path>
43
+ <path d="M210.106923,120 C194.863293,113.931498 178.68082,102.735317 161.559504,86.4114548 C144.438187,70.087593 128.364382,56.7837748 113.338088,46.5 C167.672808,70.9353048 206.16543,85.5336481 228.815956,90.2950299 C251.466481,95.0564117 266.968339,98.0088037 275.32153,99.1522059" id="路径-28" fill="url(#linearGradient-3)" opacity="0.26"></path>
44
+ <path d="M179.243937,105.568252 C179.243937,105.568252 226.619927,89.5 248.271674,89.5 C269.923421,89.5 317.333076,128.549612 350,138.5" id="路径-29" fill="url(#linearGradient-4)" opacity="0.16"></path>
45
+ <path d="M0.499286733,188 C43.8079684,170.333333 102.058087,161.5 175.249643,161.5 C248.441199,161.5 306.691318,170.333333 350,188" id="路径-19" fill="url(#linearGradient-5)" opacity="0.16"></path>
46
+ <ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="187.232525" cy="230" rx="96.8616262" ry="3.5"></ellipse>
47
+ <path d="M101.368046,229.5 C96.3974829,229.5 92.3680456,225.470563 92.3680456,220.5 L92.3680456,86 C92.3680456,81.0294373 96.3974829,77 101.368046,77 L197.704708,77 C202.67527,77 206.704708,81.0294373 206.704708,86 L206.704046,200.5 L219.186876,200.5 L219.186876,229.5 L101.368046,229.5 Z" id="形状结合" fill="#E6E8ED"></path>
48
+ <path d="M184.480385,154.5 C186.827595,154.5 188.730385,156.40279 188.730385,158.75 C188.730385,161.09721 186.827595,163 184.480385,163 L108.101641,163 C105.75443,163 103.851641,161.09721 103.851641,158.75 C103.851641,156.40279 105.75443,154.5 108.101641,154.5 L184.480385,154.5 Z M184.480385,131 C186.827595,131 188.730385,132.90279 188.730385,135.25 C188.730385,137.59721 186.827595,139.5 184.480385,139.5 L108.101641,139.5 C105.75443,139.5 103.851641,137.59721 103.851641,135.25 C103.851641,132.90279 105.75443,131 108.101641,131 L184.480385,131 Z M137.547432,107.5 C139.894642,107.5 141.797432,109.40279 141.797432,111.75 C141.797432,114.09721 139.894642,116 137.547432,116 L108.101641,116 C105.75443,116 103.851641,114.09721 103.851641,111.75 C103.851641,109.40279 105.75443,107.5 108.101641,107.5 L137.547432,107.5 Z" id="形状结合" fill="#F0F2F5"></path>
49
+ <path d="M232.168331,216.768188 C232.168331,223.799774 226.468105,229.5 219.436519,229.5 C212.404934,229.5 206.704708,223.799774 206.704708,216.768188 L206.704708,216.768188 L206.704708,153 L244.650499,153 L244.650499,172.5 L232.168331,172.5 Z" id="形状结合" fill="#DFE2E8"></path>
50
+ <path d="M244.650499,153 C251.544211,153 257.132668,158.588457 257.132668,165.482168 L257.132668,181.5 L257.132668,181.5 L232.168331,181.5 L232.168331,165.482168 C232.168331,158.588457 237.756788,153 244.650499,153 Z" id="矩形" fill="#D7DAE0" transform="translate(244.650499, 167.250000) scale(-1, 1) translate(-244.650499, -167.250000) "></path>
51
+ <ellipse id="椭圆形备份-8" fill="url(#linearGradient-7)" opacity="0.16" cx="217.689016" cy="255.5" rx="26.4621969" ry="3.5"></ellipse>
52
+ <path d="M217.689016,203.75 C203.234665,203.75 191.476462,215.525 191.476462,230 C191.476462,244.475 203.234665,256.25 217.689016,256.25 C232.143367,256.25 243.901569,244.475 243.901569,230 C243.901569,215.525 232.143367,203.75 217.689016,203.75 Z" id="形状" fill="#C9CDD4"></path>
53
+ <path d="M217.689016,248.77125 C216.685194,248.770803 215.757862,248.234093 215.256337,247.363293 C214.754812,246.492492 214.755288,245.419896 215.257585,244.549542 C215.759882,243.679188 216.68769,243.143303 217.691512,243.14375 C219.243286,243.14444 220.500689,244.404759 220.5,245.95875 C220.499311,247.512741 219.24079,248.77194 217.689016,248.77125 Z" id="路径" fill="#FFFFFF"></path>
54
+ <path d="M222.871612,229.6 C221.242689,231.23 219.561341,232.91375 219.561341,234.42625 L219.561341,237.5975 C219.561341,238.633034 218.723072,239.4725 217.689016,239.4725 C216.654959,239.4725 215.81669,238.633034 215.81669,237.5975 L215.81669,234.42625 C215.81669,231.35875 218.157097,229.015 220.224144,226.9475 C221.738231,225.43125 223.305991,223.8625 223.305991,222.6125 C223.305991,219.4875 220.785842,216.945 217.689016,216.945 C214.539765,216.945 212.07204,219.37875 212.07204,222.485 C212.07204,223.520534 211.233771,224.36 210.199715,224.36 C209.165658,224.36 208.327389,223.520534 208.327389,222.485 C208.327389,217.3625 212.526391,213.195 217.689016,213.195 C222.851641,213.195 227.050642,217.41875 227.050642,222.6125 C227.050642,225.4175 224.924929,227.54375 222.871612,229.6 Z" id="路径" fill="#FFFFFF"></path>
55
+ </g>
56
+ </g>
57
+ </g>
58
+ </g>
59
+ </svg>
@@ -0,0 +1,58 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="351px" height="350px" viewBox="0 0 351 350" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>-mockplus-</title>
4
+ <defs>
5
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
6
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
7
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
10
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
11
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
12
+ </linearGradient>
13
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-3">
14
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
15
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-4">
18
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
19
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
20
+ </linearGradient>
21
+ <linearGradient x1="100%" y1="49.8792597%" x2="0%" y2="49.8911111%" id="linearGradient-5">
22
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
23
+ <stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
24
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
25
+ </linearGradient>
26
+ <linearGradient x1="100%" y1="49.5910035%" x2="0%" y2="49.6311491%" id="linearGradient-6">
27
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
28
+ <stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
29
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
30
+ </linearGradient>
31
+ </defs>
32
+ <g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
33
+ <g id="反馈:6" transform="translate(-92.000000, -7137.000000)">
34
+ <g id="权限异常" transform="translate(92.500000, 7137.000000)">
35
+ <rect id="矩形" x="0" y="0" width="350" height="350"></rect>
36
+ <g id="编组-14" transform="translate(0.000000, 73.825733)">
37
+ <path d="M93.2712973,50.4678338 L147.542595,81.8013819 C149.708402,83.0518115 151.042595,85.3627006 151.042595,87.8635598 L151.042595,150.530656 C151.042595,153.031515 149.708402,155.342404 147.542595,156.592834 L93.2712973,187.926382 C91.1054898,189.176812 88.4371049,189.176812 86.2712973,187.926382 L32,156.592834 C29.8341925,155.342404 28.5,153.031515 28.5,150.530656 L28.5,87.8635598 C28.5,85.3627006 29.8341925,83.0518115 32,81.8013819 L86.2712973,50.4678338 C88.4371049,49.2174043 91.1054898,49.2174043 93.2712973,50.4678338 Z M89.7712973,86.4471079 C71.6839718,86.4471079 57.0212973,101.109782 57.0212973,119.197108 C57.0212973,137.284433 71.6839718,151.947108 89.7712973,151.947108 C107.858623,151.947108 122.521297,137.284433 122.521297,119.197108 C122.521297,101.109782 107.858623,86.4471079 89.7712973,86.4471079 Z" id="形状结合" fill="url(#linearGradient-1)" opacity="0.26" transform="translate(89.771297, 119.197108) rotate(-15.000000) translate(-89.771297, -119.197108) "></path>
38
+ <path d="M246.808531,7.95753288 L271.634964,22.1935739 C273.810855,23.4412789 275.152867,25.7578128 275.152867,28.2660526 L275.152867,56.6555858 C275.152867,59.1638256 273.810855,61.4803595 271.634964,62.7280645 L246.808531,76.9641055 C244.651841,78.2008005 242.001026,78.2008005 239.844336,76.9641055 L215.017903,62.7280645 C212.842012,61.4803595 211.5,59.1638256 211.5,56.6555858 L211.5,28.2660526 C211.5,25.7578128 212.842012,23.4412789 215.017903,22.1935739 L239.844336,7.95753288 C242.001026,6.72083792 244.651841,6.72083792 246.808531,7.95753288 Z M243.567915,25.3961144 C234.179074,25.3961144 226.567915,33.0072737 226.567915,42.3961144 C226.567915,51.7849552 234.179074,59.3961144 243.567915,59.3961144 C252.956756,59.3961144 260.567915,51.7849552 260.567915,42.3961144 C260.567915,33.0072737 252.956756,25.3961144 243.567915,25.3961144 Z" id="形状结合备份" fill="url(#linearGradient-2)" opacity="0.16" transform="translate(243.326434, 42.460819) rotate(-345.000000) translate(-243.326434, -42.460819) "></path>
39
+ <path d="M268.008476,134.454196 L285.040681,144.199153 C287.21985,145.445963 288.56441,147.76433 288.56441,150.274969 L288.56441,169.655533 C288.56441,172.166172 287.21985,174.484539 285.040681,175.731348 L268.008476,185.476306 C265.854761,186.708552 263.209648,186.708552 261.055934,185.476306 L244.023729,175.731348 C241.84456,174.484539 240.5,172.166172 240.5,169.655533 L240.5,150.274969 C240.5,147.76433 241.84456,145.445963 244.023729,144.199153 L261.055934,134.454196 C263.209648,133.22195 265.854761,133.22195 268.008476,134.454196 Z M264.4675,146.97377 C257.42587,146.97377 251.7175,152.682139 251.7175,159.72377 C251.7175,166.7654 257.42587,172.47377 264.4675,172.47377 C271.509131,172.47377 277.2175,166.7654 277.2175,159.72377 C277.2175,152.682139 271.509131,146.97377 264.4675,146.97377 Z" id="形状结合备份-2" fill="url(#linearGradient-3)" opacity="0.16" transform="translate(264.532205, 159.965251) rotate(-345.000000) translate(-264.532205, -159.965251) "></path>
40
+ <path d="M0,192.530012 C43.3705512,174.863345 101.703885,166.030012 175,166.030012 C248.296115,166.030012 306.629449,174.863345 350,192.530012" id="路径-19" fill="url(#linearGradient-4)" opacity="0.16"></path>
41
+ <ellipse id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16" cx="168.5" cy="190" rx="75" ry="3.5"></ellipse>
42
+ <ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="234.25" cy="194.5" rx="40.75" ry="3.5"></ellipse>
43
+ <g id="objects/element/lock" transform="translate(92.000000, 33.000000)">
44
+ <path d="M72,0 C92.9868205,-3.85521638e-15 110,17.0131795 110,38 L110,59.5 L97,59.5 L97,37 C97,23.1928813 85.8071187,12 72,12 C58.1928813,12 47,23.1928813 47,37 L47,37 L47,59.5 L34,59.5 L34,38 C34,17.0131795 51.0131795,3.85521638e-15 72,0 Z" id="形状结合" fill="#D7DAE0"></path>
45
+ <rect id="矩形" fill="#E6E8ED" x="0" y="44" width="143.5" height="113" rx="14"></rect>
46
+ <rect id="矩形备份-2" fill="#C9CDD4" x="105.5" y="107.5" width="61" height="53" rx="9"></rect>
47
+ <circle id="椭圆形" fill="#F0F2F5" cx="72" cy="100.5" r="30"></circle>
48
+ <path d="M72,85 C77.7989899,85 82.5,89.7010101 82.5,95.5 C82.5,100.071681 79.5782823,103.960957 75.5002282,105.402449 L75.5,112.5 C75.5,114.432997 73.9329966,116 72,116 C70.0670034,116 68.5,114.432997 68.5,112.5 L68.5007655,105.402801 C64.4221924,103.961589 61.5,100.072052 61.5,95.5 C61.5,89.7010101 66.2010101,85 72,85 Z" id="形状结合" fill="#D7DAE0"></path>
49
+ <path d="M136.25,83 C137.492641,83 138.5,84.0073593 138.5,85.25 L138.500575,87.7995863 C143.092296,88.9213529 146.5,93.0627204 146.5,98 C146.5,102.93728 143.092296,107.078647 138.500575,108.200414 L138.5,113.25 C138.5,114.492641 137.492641,115.5 136.25,115.5 C135.007359,115.5 134,114.492641 134,113.25 L134.000209,108.309794 C129.157666,107.376016 125.5,103.115155 125.5,98 C125.5,92.8848449 129.157666,88.6239836 134.000209,87.6902064 L134,85.25 C134,84.0073593 135.007359,83 136.25,83 Z M136,91.5 C132.410149,91.5 129.5,94.4101491 129.5,98 C129.5,101.589851 132.410149,104.5 136,104.5 C139.589851,104.5 142.5,101.589851 142.5,98 C142.5,94.4101491 139.589851,91.5 136,91.5 Z" id="形状结合" fill="#B4B8BF"></path>
50
+ <rect id="矩形" fill="#D7DAE0" x="105.5" y="111" width="61" height="51" rx="9"></rect>
51
+ <circle id="椭圆形" fill="#DFE2E8" cx="136" cy="136" r="15"></circle>
52
+ <circle id="Oval" fill="#C9CDD4" cx="136.25" cy="136.25" r="7.75"></circle>
53
+ </g>
54
+ </g>
55
+ </g>
56
+ </g>
57
+ </g>
58
+ </svg>
@@ -0,0 +1,60 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <svg width="351px" height="350px" viewBox="0 0 351 350" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
3
+ <title>-mockplus-</title>
4
+ <defs>
5
+ <linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
6
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
7
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
8
+ </linearGradient>
9
+ <linearGradient x1="50%" y1="85.1278551%" x2="50%" y2="0%" id="linearGradient-2">
10
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
11
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
12
+ </linearGradient>
13
+ <linearGradient x1="50%" y1="85.1278551%" x2="50%" y2="0%" id="linearGradient-3">
14
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
15
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
16
+ </linearGradient>
17
+ <linearGradient x1="50%" y1="85.1278551%" x2="50%" y2="0%" id="linearGradient-4">
18
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
19
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
20
+ </linearGradient>
21
+ <linearGradient x1="100%" y1="49.8792597%" x2="0%" y2="49.8911111%" id="linearGradient-5">
22
+ <stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
23
+ <stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
24
+ <stop stop-color="#B4B8BF" offset="100%"></stop>
25
+ </linearGradient>
26
+ </defs>
27
+ <g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
28
+ <g id="反馈:6" transform="translate(-92.000000, -7983.000000)">
29
+ <g id="网络异常" transform="translate(92.500000, 7983.000000)">
30
+ <rect id="矩形备份-9" x="0" y="0" width="350" height="350"></rect>
31
+ <g id="编组-16" transform="translate(0.000000, 77.399391)">
32
+ <path d="M0,193.25 C43.3705512,175.583333 101.703885,166.75 175,166.75 C248.296115,166.75 306.629449,175.583333 350,193.25" id="路径-19" fill="url(#linearGradient-1)" opacity="0.16"></path>
33
+ <path d="M261.5,95.25 L261.500105,95.073389 C254.699086,93.9946724 249.5,88.1044919 249.5,81 C249.5,73.1299423 255.879942,66.75 263.75,66.75 C265.034263,66.75 266.278845,66.9198903 267.4625,67.2384228 C270.164721,61.0636485 276.328607,56.75 283.5,56.75 C291.618701,56.75 298.446142,62.2785454 300.422952,69.7762665 C300.696407,69.7588866 300.972166,69.75 301.25,69.75 C308.291631,69.75 314,75.4583694 314,82.5 C314,89.5416306 308.291631,95.25 301.25,95.25 L301.5,95.247 L301.5,95.25 L261.5,95.25 Z" id="形状结合" fill="url(#linearGradient-2)" opacity="0.16" transform="translate(281.750000, 76.000000) scale(-1, 1) translate(-281.750000, -76.000000) "></path>
34
+ <path d="M50,108.75 L50.0002573,108.170319 C44.2171472,106.449303 40,101.092135 40,94.75 C40,87.0180135 46.2680135,80.75 54,80.75 C55.2199677,80.75 56.4034895,80.906043 57.5316953,81.1992588 C58.082212,71.7471526 66.028419,64.25 75.75,64.25 C85.3209295,64.25 93.1710832,71.5165922 93.93847,80.7612374 L94.187355,80.753422 L94.187355,80.753422 L94.5,80.75 C102.231986,80.75 108.5,87.0180135 108.5,94.75 C108.5,102.481986 102.231986,108.75 94.5,108.75 C94.3326875,108.75 94.1660606,108.747065 94.0001678,108.741244 L94,108.75 L50,108.75 Z" id="形状结合备份" fill="url(#linearGradient-3)" opacity="0.16"></path>
35
+ <path d="M31,56.75 L31.0009511,56.7247858 C30.752747,56.7415071 30.5023437,56.75 30.25,56.75 C24.0367966,56.75 19,51.6012746 19,45.25 C19,38.8987254 24.0367966,33.75 30.25,33.75 C31.5120569,33.75 32.7255756,33.9624352 33.8582025,34.3542331 L34.0807578,34.4339746 C34.8494935,27.0240089 41.0118795,21.25 48.5,21.25 C55.7688275,21.25 61.7884329,26.690772 62.8379286,33.7872751 C63.1383693,33.7625911 63.4427462,33.75 63.75,33.75 C69.9632034,33.75 75,38.8987254 75,45.25 C75,51.6012746 69.9632034,56.75 63.75,56.75 L64,56.747 L64,56.75 L31,56.75 Z" id="形状结合" fill="url(#linearGradient-4)" opacity="0.16"></path>
36
+ <ellipse id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16" cx="182.5" cy="189.75" rx="75" ry="3.5"></ellipse>
37
+ <g id="objects/chat/small" transform="translate(198.000000, 0.000000)">
38
+ <path d="M68.2957954,0 C80.2826966,-2.35298742e-14 90,9.71730337 90,21.7042046 C90,31.7511109 83.1735232,40.2036081 73.9058643,42.6764016 L55.7573384,51.3520078 C55.318043,51.5620259 54.8041382,51.5457466 54.379016,51.3083457 C53.6557247,50.9044384 53.3968128,49.9906633 53.8007202,49.2673719 L53.8007202,49.2673719 L57.072,43.408 L21.7042046,43.4084091 C9.71730337,43.4084091 1.46797202e-15,33.6911057 0,21.7042046 C-1.46797202e-15,9.71730337 9.71730337,-1.35075565e-15 21.7042046,0 L68.2957954,0 Z" id="形状结合" fill="#D7DAE0"></path>
39
+ <circle id="椭圆形" fill="#E6E8ED" cx="24.5" cy="22" r="4"></circle>
40
+ <circle id="椭圆形备份-4" fill="#E6E8ED" cx="44" cy="22" r="4"></circle>
41
+ <circle id="椭圆形备份-5" fill="#E6E8ED" cx="63.5" cy="22" r="4"></circle>
42
+ </g>
43
+ <g id="objects/element/-planet" transform="translate(74.765791, 49.750000)">
44
+ <path d="M3.94325162,108.029114 C3.49743594,111.220529 3.73999918,114.524709 4.90998625,117.546806 C6.09452033,120.606672 8.09598848,123.314272 10.9426052,125.006573 C14.199854,126.942985 18.0524485,127.377503 21.7534832,127.674369 C22.6645331,127.747467 23.5761244,127.814597 24.4860241,127.901257 C24.9236528,127.943027 25.360808,127.988865 25.7972188,128.041892 C25.9157602,128.056267 26.0356548,128.06793 26.1535872,128.086713 C25.798978,128.030161 26.1959427,128.093155 26.2497329,128.100885 C26.4860037,128.134993 26.7218685,128.17161 26.9572598,128.211278 C27.8531537,128.362152 28.7425523,128.556492 29.6131412,128.81803 C30.0458307,128.948019 30.4734457,129.095028 30.8937534,129.261024 C30.9639851,129.28869 31.2128407,129.39203 30.9362442,129.274382 C31.0449748,129.320628 31.1528934,129.368636 31.2602708,129.417865 C31.5117653,129.533072 31.7600796,129.655602 32.0038608,129.786473 C32.3946007,129.996341 32.7716732,130.231162 33.1325072,130.48931 C33.1883949,130.529249 33.2434706,130.570409 33.2989523,130.610891 C33.4229742,130.704806 33.4090361,130.693414 33.2570027,130.576919 C33.3110635,130.619638 33.3647184,130.662968 33.4178996,130.70684 C33.6043046,130.860291 33.7854996,131.020116 33.9610112,131.185908 C34.286594,131.493285 34.5928936,131.821275 34.8763915,132.168049 C34.9012229,132.198427 34.9803181,132.321025 35.0050819,132.328756 C34.8879614,132.17605 34.8760532,132.161743 34.9692895,132.286104 C35.0097505,132.341165 35.0496703,132.396564 35.0889811,132.452574 C35.2259938,132.647321 35.3558345,132.847085 35.4776912,133.051664 C35.5814149,133.225661 35.6793874,133.403048 35.7709322,133.58369 C35.8165355,133.673537 35.8605825,133.764129 35.9029381,133.855535 C35.9310849,133.916292 35.9584874,133.97732 35.9852133,134.038687 C35.9141697,133.867402 35.8984725,133.831056 35.9381216,133.92965 C36.0870425,134.335214 36.2243936,134.738675 36.3143822,135.162412 C36.3314326,135.242833 36.3472652,135.323457 36.3614739,135.404421 C36.3728409,135.46911 36.3832606,135.533935 36.3928008,135.598964 C36.3649923,135.382858 36.3601207,135.354446 36.3784567,135.513457 C36.3935451,135.726987 36.4113398,135.938618 36.4120841,136.152961 C36.4127607,136.368592 36.3957779,136.581308 36.3815691,136.796126 C36.3587675,137.141204 36.4467939,136.473289 36.3798776,136.814163 C36.3539636,136.946526 36.3306207,137.078888 36.3009854,137.21064 C36.1380586,137.935651 36.52095,138.785971 37.2933634,138.962274 C38.014693,139.126913 38.8666076,138.744947 39.0411719,137.967724 C39.8290796,134.460931 38.1222733,130.912368 35.4272841,128.692923 C32.4008932,126.200615 28.5243469,125.453093 24.7247983,125.076483 C22.9271916,124.89835 21.1220745,124.804706 19.3273771,124.596262 C19.2118128,124.582836 19.0963162,124.569003 18.9808872,124.554628 C18.9223608,124.547372 18.5314855,124.499771 18.897394,124.545202 C18.6861576,124.519028 18.4754625,124.485395 18.265241,124.452508 C17.7888428,124.377851 17.3140684,124.292073 16.842474,124.191445 C15.9829137,124.00809 15.1327583,123.775845 14.3071637,123.473012 C14.1382829,123.411035 13.9316474,123.3595 13.7756221,123.26667 C14.0666303,123.439853 13.7571507,123.257855 13.6961209,123.23046 C13.5919912,123.18374 13.4884705,123.135799 13.385694,123.08657 C12.9726261,122.888705 12.5695719,122.669615 12.1803205,122.42808 C12.0106954,122.322841 11.8437767,122.21333 11.6797674,122.09948 C11.5602788,122.016482 11.3801662,121.929958 11.290313,121.816921 C11.4941067,122.073238 11.3715734,121.88039 11.2761042,121.802884 C11.2017453,121.742603 11.1281982,121.681507 11.0553954,121.619462 C10.9101281,121.495643 10.7677702,121.368299 10.62866,121.237631 C10.3741208,120.998674 10.1300014,120.748528 9.89670764,120.488617 C9.76957337,120.346965 9.64568682,120.202329 9.52504797,120.055116 C9.47044587,119.988392 9.38451691,119.909395 9.34649166,119.832026 C9.49121767,120.126315 9.40752151,119.910751 9.33810174,119.816701 C8.8836255,119.200252 8.48327775,118.543864 8.13611122,117.861099 C8.04876139,117.689272 7.96472692,117.515682 7.88400783,117.340532 C7.84361445,117.252787 7.80525089,117.164162 7.76526348,117.076214 C7.70382766,116.93368 7.71363844,116.958091 7.79456052,117.149447 C7.76979674,117.089775 7.74537126,117.030036 7.72135175,116.970093 C7.56444683,116.579244 7.42330682,116.181953 7.29745811,115.780051 C7.04413683,114.970212 6.8530633,114.141048 6.72200472,113.302662 C6.71192329,113.237904 6.70258613,113.173079 6.692843,113.108322 C6.67058267,112.949785 6.67416868,112.978604 6.70373636,113.194778 C6.6954141,113.129749 6.68743015,113.064721 6.67978451,112.999625 C6.65508839,112.788062 6.63418126,112.576024 6.61706313,112.363647 C6.58269155,111.939165 6.56340828,111.51353 6.55914566,111.087624 C6.5549507,110.66287 6.56570874,110.237981 6.59162275,109.813974 C6.60454592,109.60275 6.62112277,109.391661 6.64162393,109.18098 C6.65109641,109.084013 6.66131316,108.986979 6.6724095,108.890148 C6.68242327,108.801861 6.74467102,108.348154 6.68350584,108.786198 C6.73885221,108.390059 6.75069281,108.049321 6.54026835,107.688918 C6.36780149,107.393611 6.0298368,107.111866 5.69112785,107.034564 C5.02128793,106.881656 4.0535384,107.24016 3.94325162,108.029114" id="Fill-1" fill="#D7DAE0" transform="translate(21.484209, 123.000000) rotate(-68.000000) translate(-21.484209, -123.000000) "></path>
45
+ <rect id="矩形" fill="#D7DAE0" x="93.2342087" y="50" width="15" height="54.5"></rect>
46
+ <rect id="矩形" fill="#C9CDD4" x="34.7342087" y="104.5" width="131.5" height="35.5" rx="9"></rect>
47
+ <rect id="矩形" fill="#E6E8ED" x="34.7342087" y="102" width="131.5" height="35.5" rx="9"></rect>
48
+ <rect id="矩形" fill="#D7DAE0" x="34.7342087" y="104.5" width="131.5" height="33" rx="9"></rect>
49
+ <circle id="椭圆形" fill="#E6E8ED" cx="100.234209" cy="40" r="13"></circle>
50
+ <path d="M126.854198,67 C125.727768,67 124.613136,66.4913824 123.867578,65.5192826 C122.584594,63.8466631 122.880609,61.4351432 124.528733,60.1331252 C130.656713,55.2918165 134.171229,48.0012217 134.171229,40.1306216 C134.171229,36.0883937 133.262311,32.2271679 131.469733,28.654256 C129.757929,25.2423884 127.256851,22.2155534 124.237105,19.9010593 C122.570527,18.6237583 122.239571,16.2169976 123.498202,14.5253414 C124.756984,12.8338386 127.128281,12.497933 128.794708,13.7755411 C132.724583,16.7874845 135.979992,20.7279275 138.209104,25.1708472 C140.548182,29.832996 141.734209,34.8660534 141.734209,40.1306216 C141.734209,45.3093711 140.584787,50.2690451 138.31786,54.8716275 C136.158024,59.2569765 132.996094,63.1710138 129.174369,66.1904798 C128.48402,66.7357891 127.666009,67 126.854198,67" id="Fill-1" fill="#E6E8ED"></path>
51
+ <path d="M144.648778,80 C143.494058,80 142.35174,79.4900174 141.587559,78.5153088 C140.27253,76.8382003 140.575938,74.4202086 142.265229,73.1146963 C147.203644,69.2980623 151.288112,64.3524781 154.077239,58.8127095 C157.000165,53.0070973 158.482325,46.746149 158.482325,40.2039636 C158.482325,33.5535629 156.952878,27.1996385 153.93693,21.3189066 C151.058191,15.7060195 146.852484,10.7267238 141.77469,6.91963371 C140.06633,5.63875079 139.727262,3.22553104 141.017331,1.5293348 C142.307244,-0.166707501 144.73808,-0.503206727 146.44613,0.777368325 C152.456631,5.28393344 157.435666,11.1792891 160.844789,17.8264572 C164.420888,24.7990414 166.234209,32.3280961 166.234209,40.2039636 C166.234209,47.9514504 164.476857,55.3702886 161.010989,62.2542069 C157.708067,68.8147103 152.872442,74.6705049 147.026901,79.1883072 C146.319309,79.73508 145.480865,80 144.648778,80" id="Fill-3" fill="#E6E8ED"></path>
52
+ <path d="M63.3541983,67 C62.2277682,67 61.1131363,66.4913824 60.3675779,65.5192826 C59.0845941,63.8466631 59.3806091,61.4351432 61.0287335,60.1331252 C67.156713,55.2918165 70.6712295,48.0012217 70.6712295,40.1306216 C70.6712295,36.0883937 69.7623106,32.2271679 67.9697333,28.654256 C66.2579286,25.2423884 63.7568514,22.2155534 60.737105,19.9010593 C59.0705269,18.6237583 58.7395709,16.2169976 59.9982019,14.5253414 C61.2569842,12.8338386 63.6282807,12.497933 65.2947076,13.7755411 C69.2245828,16.7874845 72.4799916,20.7279275 74.7091041,25.1708472 C77.0481823,29.832996 78.2342087,34.8660534 78.2342087,40.1306216 C78.2342087,45.3093711 77.0847871,50.2690451 74.8178597,54.8716275 C72.6580241,59.2569765 69.4960938,63.1710138 65.6743691,66.1904798 C64.9840204,66.7357891 64.1660085,67 63.3541983,67" id="Fill-1" fill="#E6E8ED" transform="translate(68.734209, 40.000000) scale(-1, 1) translate(-68.734209, -40.000000) "></path>
53
+ <path d="M39.1487781,80 C37.9940575,80 36.8517399,79.4900174 36.0875592,78.5153088 C34.7725296,76.8382003 35.0759384,74.4202086 36.7652289,73.1146963 C41.703644,69.2980623 45.7881116,64.3524781 48.5772394,58.8127095 C51.5001647,53.0070973 52.9823249,46.746149 52.9823249,40.2039636 C52.9823249,33.5535629 51.4528782,27.1996385 48.4369303,21.3189066 C45.5581907,15.7060195 41.3524837,10.7267238 36.2746897,6.91963371 C34.5663295,5.63875079 34.2272621,3.22553104 35.5173306,1.5293348 C36.8072441,-0.166707501 39.2380798,-0.503206727 40.9461299,0.777368325 C46.9566306,5.28393344 51.9356655,11.1792891 55.344789,17.8264572 C58.920888,24.7990414 60.7342087,32.3280961 60.7342087,40.2039636 C60.7342087,47.9514504 58.9768566,55.3702886 55.5109894,62.2542069 C52.2080667,68.8147103 47.3724416,74.6705049 41.5269011,79.1883072 C40.8193091,79.73508 39.9808653,80 39.1487781,80" id="Fill-3" fill="#E6E8ED" transform="translate(47.734209, 40.000000) scale(-1, 1) translate(-47.734209, -40.000000) "></path>
54
+ <path d="M55.2342087,123 C56.3387782,123 57.2342087,123.895431 57.2342087,125 C57.2342087,126.104569 56.3387782,127 55.2342087,127 L48.2342087,127 C47.1296392,127 46.2342087,126.104569 46.2342087,125 C46.2342087,123.895431 47.1296392,123 48.2342087,123 L55.2342087,123 Z M66.2342087,115 C67.3387782,115 68.2342087,115.895431 68.2342087,117 C68.2342087,118.104569 67.3387782,119 66.2342087,119 L48.2342087,119 C47.1296392,119 46.2342087,118.104569 46.2342087,117 C46.2342087,115.895431 47.1296392,115 48.2342087,115 L66.2342087,115 Z" id="形状结合" fill="#F0F2F5"></path>
55
+ </g>
56
+ </g>
57
+ </g>
58
+ </g>
59
+ </g>
60
+ </svg>