n20-common-lib 1.2.39 → 1.2.42

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 (188) hide show
  1. package/README.md +2 -2
  2. package/package.json +88 -88
  3. package/src/_qiankun/index.js +113 -113
  4. package/src/_qiankun/postMessage.js +48 -48
  5. package/src/assets/css/_coreLib.scss +35 -35
  6. package/src/assets/css/cl-anchor.scss +23 -23
  7. package/src/assets/css/cl-approve-card.scss +58 -58
  8. package/src/assets/css/cl-dialog.scss +99 -99
  9. package/src/assets/css/cl-drag-list.scss +22 -22
  10. package/src/assets/css/cl-empty.scss +10 -10
  11. package/src/assets/css/cl-expandable-pane.scss +26 -26
  12. package/src/assets/css/cl-expandable.scss +24 -24
  13. package/src/assets/css/cl-file-upload-table.scss +11 -11
  14. package/src/assets/css/cl-filter.scss +4 -4
  15. package/src/assets/css/cl-flow-step.scss +185 -185
  16. package/src/assets/css/cl-footer-box.scss +10 -10
  17. package/src/assets/css/cl-form-item.scss +612 -612
  18. package/src/assets/css/cl-general-card.scss +11 -11
  19. package/src/assets/css/cl-layout-aside.scss +92 -92
  20. package/src/assets/css/cl-layout-content.scss +16 -16
  21. package/src/assets/css/cl-layout-header.scss +73 -73
  22. package/src/assets/css/cl-layout-tabs.scss +87 -87
  23. package/src/assets/css/cl-layout.scss +97 -97
  24. package/src/assets/css/cl-login-temporary.scss +37 -37
  25. package/src/assets/css/cl-message.scss +75 -75
  26. package/src/assets/css/cl-more-tab.scss +98 -98
  27. package/src/assets/css/cl-nav-menu.scss +5 -5
  28. package/src/assets/css/cl-pagination.scss +128 -128
  29. package/src/assets/css/cl-secondary-tab.scss +53 -53
  30. package/src/assets/css/cl-showcolumn.scss +23 -23
  31. package/src/assets/css/cl-sifting.scss +51 -51
  32. package/src/assets/css/cl-statis.scss +42 -42
  33. package/src/assets/css/cl-step.scss +73 -73
  34. package/src/assets/css/cl-suspend.scss +19 -19
  35. package/src/assets/css/cl-tertiary-tab.scss +54 -54
  36. package/src/assets/css/cl-upload.scss +41 -41
  37. package/src/assets/css/cl-worn-pagination.scss +50 -50
  38. package/src/assets/css/el-button.scss +173 -173
  39. package/src/assets/css/el-table.scss +79 -79
  40. package/src/assets/css/element-variables.scss +1061 -1061
  41. package/src/assets/css/element.dev.scss +21 -21
  42. package/src/assets/css/font-icon.scss +27 -27
  43. package/src/assets/css/index.dev.scss +4 -4
  44. package/src/assets/css/index.scss +11 -11
  45. package/src/assets/css/normalize.scss +726 -726
  46. package/src/assets/css/rootvar.scss +139 -139
  47. package/src/assets/css/select.scss +25 -25
  48. package/src/assets/css/title-pop.scss +4 -4
  49. package/src/assets/getJsonc.js +50 -50
  50. package/src/assets/realUrl.js +12 -12
  51. package/src/components/Anchor/AnchorItem.vue +29 -29
  52. package/src/components/Anchor/index.vue +185 -185
  53. package/src/components/ApprovalButtons/index.vue +233 -233
  54. package/src/components/ApprovalCard/index.vue +128 -128
  55. package/src/components/ApprovalRecord/approvalImg.vue +44 -44
  56. package/src/components/ApprovalRecord/flowDialog.vue +45 -45
  57. package/src/components/ApprovalRecord/index.vue +59 -59
  58. package/src/components/Button/button-group.vue +150 -150
  59. package/src/components/Button/icon-group-button.vue +61 -61
  60. package/src/components/Button/index.vue +56 -56
  61. package/src/components/CascaderArea/index.vue +103 -103
  62. package/src/components/ContentLoading/index.vue +41 -41
  63. package/src/components/ContentNull/index.vue +19 -19
  64. package/src/components/DatePicker/index.vue +27 -27
  65. package/src/components/DatePicker/por.vue +169 -169
  66. package/src/components/Dialog/index.vue +26 -26
  67. package/src/components/Dialog/indexO.vue +116 -116
  68. package/src/components/DragList/index.vue +75 -75
  69. package/src/components/Empty/img/abnormal.svg +108 -108
  70. package/src/components/Empty/img/dispose.svg +71 -71
  71. package/src/components/Empty/img/empty.svg +57 -57
  72. package/src/components/Empty/img/general.svg +58 -58
  73. package/src/components/Empty/img/lock.svg +57 -57
  74. package/src/components/Empty/img/network.svg +59 -59
  75. package/src/components/Empty/img/relevant.svg +68 -68
  76. package/src/components/Empty/img/search.svg +72 -72
  77. package/src/components/Empty/index.vue +92 -92
  78. package/src/components/Expandable/index.vue +49 -49
  79. package/src/components/Expandable/main.vue +52 -52
  80. package/src/components/FileExportAsync/index.vue +178 -178
  81. package/src/components/FileUploadTable/index.vue +484 -484
  82. package/src/components/Filters/index.vue +371 -371
  83. package/src/components/Filters/indexO.vue +104 -104
  84. package/src/components/FlowStep/index.vue +68 -68
  85. package/src/components/FooterBox/index.vue +21 -21
  86. package/src/components/GeneralCard/index.vue +15 -15
  87. package/src/components/InputNumber/index.vue +169 -169
  88. package/src/components/InputNumber/numberRange.vue +47 -47
  89. package/src/components/InputSearch/index.vue +75 -75
  90. package/src/components/Layout/AsideNav/index.vue +120 -119
  91. package/src/components/Layout/AsideNav/menuItem.vue +34 -34
  92. package/src/components/Layout/AsideNav/submenuTitle.vue +26 -26
  93. package/src/components/Layout/HeaderWrap/changePwd.vue +215 -215
  94. package/src/components/Layout/HeaderWrap/index.vue +371 -371
  95. package/src/components/Layout/HeaderWrap/noticePop.vue +316 -316
  96. package/src/components/Layout/SubContent/index.vue +127 -127
  97. package/src/components/Layout/TabsNav/index.vue +170 -170
  98. package/src/components/Layout/index.vue +518 -518
  99. package/src/components/Layout/utils.js +12 -12
  100. package/src/components/LoginTemporary/form.vue +570 -570
  101. package/src/components/LoginTemporary/index.vue +139 -139
  102. package/src/components/LoginTemporary/retrievePw.vue +372 -372
  103. package/src/components/MicroApp/index.js +67 -67
  104. package/src/components/MicroFrame/index.vue +95 -95
  105. package/src/components/MoreTab/index.vue +232 -232
  106. package/src/components/NavMenu/index.vue +60 -60
  107. package/src/components/PageLayout/page.vue +15 -15
  108. package/src/components/Pagination/index.vue +165 -165
  109. package/src/components/SecondaryTab/index.vue +58 -58
  110. package/src/components/SelectLazy/index.vue +75 -75
  111. package/src/components/SelectTree/SelectTreeLazy.vue +241 -241
  112. package/src/components/SelectTree/index.vue +205 -205
  113. package/src/components/ShowColumn/index.vue +213 -213
  114. package/src/components/Sifting/index.vue +99 -99
  115. package/src/components/Statis/index.vue +97 -97
  116. package/src/components/Statis/statisItem.vue +54 -54
  117. package/src/components/Statis/statisPopover.vue +55 -55
  118. package/src/components/Step/index.vue +38 -38
  119. package/src/components/Suspend/index.vue +72 -72
  120. package/src/components/Table/index.vue +209 -209
  121. package/src/components/Table/indexO.vue +149 -149
  122. package/src/components/Task/index.vue +26 -26
  123. package/src/components/TertiaryTab/index.vue +63 -63
  124. package/src/components/TimePicker/index.vue +28 -28
  125. package/src/components/Upload/index.vue +242 -242
  126. package/src/components/WornPagination/index.vue +73 -73
  127. package/src/directives/VClickOutside/index.js +19 -19
  128. package/src/directives/VHas/index.js +58 -58
  129. package/src/directives/VMove/index.js +42 -42
  130. package/src/directives/VTitle/index.js +69 -69
  131. package/src/directives/VTitle/tooltip.vue +21 -21
  132. package/src/index.js +232 -232
  133. package/src/plugins/CompatibleOld/index.js +57 -57
  134. package/src/plugins/Print/index.js +4 -4
  135. package/src/plugins/Print/print-js/.babelrc +12 -12
  136. package/src/plugins/Print/print-js/LICENSE +21 -21
  137. package/src/plugins/Print/print-js/README.md +98 -98
  138. package/src/plugins/Print/print-js/dist/print.css +96 -96
  139. package/src/plugins/Print/print-js/dist/print.js +990 -990
  140. package/src/plugins/Print/print-js/package.json +60 -60
  141. package/src/plugins/Print/print-js/src/index.d.ts +45 -45
  142. package/src/plugins/Print/print-js/src/index.js +10 -10
  143. package/src/plugins/Print/print-js/src/js/browser.js +33 -33
  144. package/src/plugins/Print/print-js/src/js/functions.js +103 -103
  145. package/src/plugins/Print/print-js/src/js/html.js +70 -70
  146. package/src/plugins/Print/print-js/src/js/image.js +48 -48
  147. package/src/plugins/Print/print-js/src/js/init.js +168 -168
  148. package/src/plugins/Print/print-js/src/js/json.js +109 -109
  149. package/src/plugins/Print/print-js/src/js/modal.js +62 -62
  150. package/src/plugins/Print/print-js/src/js/pdf.js +62 -62
  151. package/src/plugins/Print/print-js/src/js/print.js +102 -102
  152. package/src/plugins/Print/print-js/src/js/raw-html.js +15 -15
  153. package/src/plugins/Print/print-js/src/sass/index.scss +13 -13
  154. package/src/plugins/Print/print-js/src/sass/modules/_colors.scss +9 -9
  155. package/src/plugins/Print/print-js/src/sass/partials/_modal.scss +40 -40
  156. package/src/plugins/Print/print-js/src/sass/partials/_spinner.scss +45 -45
  157. package/src/plugins/Print/print.js +2 -2
  158. package/src/plugins/Print/print.scss +1 -1
  159. package/src/plugins/SetMenuTree/index.vue +41 -41
  160. package/src/plugins/SetMenuTree/logoIcon.vue +37 -37
  161. package/src/plugins/SetMenuTree/setmenutree.vue +427 -427
  162. package/src/plugins/SetMenuTree/utils.js +74 -74
  163. package/src/plugins/Sign/InfosecNetSignCNGAgent.min.js +2000 -2000
  164. package/src/plugins/Sign/index.js +65 -65
  165. package/src/plugins/Sign/sign.js +1 -1
  166. package/src/plugins/setTabsForSub.js +2 -2
  167. package/src/utils/auth.js +53 -53
  168. package/src/utils/axios.js +203 -203
  169. package/src/utils/downloadBlob.js +19 -19
  170. package/src/utils/forEachs.js +16 -16
  171. package/src/utils/getScrollContainer.js +43 -43
  172. package/src/utils/i18n/cn2hk.json +1270 -1270
  173. package/src/utils/i18n/index.js +50 -50
  174. package/src/utils/list2tree.js +36 -36
  175. package/src/utils/msgboxPor.js +26 -26
  176. package/src/utils/print.js +161 -161
  177. package/src/utils/relaNo.js +72 -72
  178. package/src/utils/repairElementUI.js +95 -66
  179. package/src/utils/urlToGo.js +82 -82
  180. package/style/css/normalize.scss +726 -0
  181. package/style/index.css +3 -3
  182. package/style/index.css.map +1 -1
  183. package/style/pageDemo/demo-1.vue +131 -0
  184. package/style/pageDemo/demo-2.vue +35 -0
  185. package/style/pageDemo/demo-3.vue +22 -0
  186. package/style/pageDemo/seeCode.js +20 -0
  187. package/style/server-config.jsonc +606 -0
  188. package/src/components/NstcG6Components/NstcDialog/NstcDialog.vue +0 -185
@@ -1,60 +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>
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
60
  </svg>
@@ -1,69 +1,69 @@
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.0301089%" x2="0%" y2="49.1253097%" 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.9276112%" x2="0%" y2="49.9347166%" 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(-848.000000, -7137.000000)">
38
- <g id="缺少许可" transform="translate(848.062500, 7137.000000)">
39
- <rect id="矩形备份-5" x="0" y="0" width="350" height="350"></rect>
40
- <g id="编组-20" transform="translate(0.000000, 48.000000)">
41
- <g id="background/default/mountain">
42
- <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>
43
- <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>
44
- <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>
45
- <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>
46
- <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>
47
- </g>
48
- <ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="220.185449" cy="215" rx="26.4621969" ry="3.5"></ellipse>
49
- <ellipse id="椭圆形备份-8" fill="url(#linearGradient-7)" opacity="0.16" cx="172.253923" cy="194.5" rx="96.8616262" ry="3.5"></ellipse>
50
- <g id="objects/element/person" transform="translate(80.884451, 54.000000)">
51
- <rect id="矩形" fill="#D7DAE0" transform="translate(147.539230, 89.750000) scale(-1, 1) translate(-147.539230, -89.750000) " x="111.840228" y="42" width="71.3980029" height="95.5" rx="14"></rect>
52
- <path d="M145.542083,58.5 C151.469297,58.5 156.291877,63.4561905 156.291877,69.547619 C156.291877,73.6001905 154.157487,77.1499047 150.983703,79.0721905 L152.214369,79.0714286 C155.280655,79.0714286 157.774608,81.6344762 157.774608,84.7857143 C157.774608,87.9369524 155.280655,90.5 152.214369,90.5 L138.869796,90.5 C135.80351,90.5 133.309558,87.9369524 133.309558,84.7857143 C133.309558,81.6344762 135.80351,79.0714286 138.869796,79.0714286 L140.100463,79.0721905 C136.92742,77.1499047 134.792288,73.6009524 134.792288,69.547619 C134.792288,63.4561905 139.614868,58.5 145.542083,58.5 Z" id="形状备份" fill="#DFE2E8"></path>
53
- <path d="M162.764622,121.5 C163.869191,121.5 164.764622,122.395431 164.764622,123.5 C164.764622,124.604569 163.869191,125.5 162.764622,125.5 L132.313837,125.5 C131.209268,125.5 130.313837,124.604569 130.313837,123.5 C130.313837,122.395431 131.209268,121.5 132.313837,121.5 L162.764622,121.5 Z M163.014622,113 C163.98112,113 164.764622,113.783502 164.764622,114.75 C164.764622,115.716498 163.98112,116.5 163.014622,116.5 L132.063837,116.5 C131.097339,116.5 130.313837,115.716498 130.313837,114.75 C130.313837,113.783502 131.097339,113 132.063837,113 L163.014622,113 Z M162.764622,104.5 C163.869191,104.5 164.764622,105.395431 164.764622,106.5 C164.764622,107.604569 163.869191,108.5 162.764622,108.5 L132.313837,108.5 C131.209268,108.5 130.313837,107.604569 130.313837,106.5 C130.313837,105.395431 131.209268,104.5 132.313837,104.5 L162.764622,104.5 Z" id="形状结合" fill="#DFE2E8"></path>
54
- <rect id="矩形" fill="#DFE2E8" x="0" y="0" width="145.292439" height="137.5" rx="14"></rect>
55
- <rect id="矩形" fill="#E6E8ED" x="0" y="0" width="137.303852" height="137.5" rx="14"></rect>
56
- <path d="M81.1340942,68.5 C89.4805797,68.5 96.2715601,75.3147619 96.2715601,83.6904762 C96.2715601,89.2627619 93.2659901,94.143619 88.7967838,96.7867619 L90.5297627,96.7857143 C94.8475944,96.7857143 98.3594864,100.309905 98.3594864,104.642857 C98.3594864,108.97581 94.8475943,112.5 90.5297627,112.5 L71.7384256,112.5 C67.4205939,112.5 63.9087019,108.97581 63.9087019,104.642857 C63.9087019,100.309905 67.4205939,96.7857143 71.7384256,96.7857143 L73.4714045,96.7867619 C69.0032421,94.143619 65.9966282,89.2638095 65.9966282,83.6904762 C65.9966282,75.3147619 72.7876086,68.5 81.1340942,68.5 Z M117.827389,39 C119.484244,39 120.827389,40.3431458 120.827389,42 C120.827389,43.6568542 119.484244,45 117.827389,45 L85.8815977,45 C84.2247435,45 82.8815977,43.6568542 82.8815977,42 C82.8815977,40.3431458 84.2247435,39 85.8815977,39 L117.827389,39 Z M117.827389,25.5 C119.484244,25.5 120.827389,26.8431458 120.827389,28.5 C120.827389,30.1568542 119.484244,31.5 117.827389,31.5 L85.8815977,31.5 C84.2247435,31.5 82.8815977,30.1568542 82.8815977,28.5 C82.8815977,26.8431458 84.2247435,25.5 85.8815977,25.5 L117.827389,25.5 Z M117.827389,12 C119.484244,12 120.827389,13.3431458 120.827389,15 C120.827389,16.6568542 119.484244,18 117.827389,18 L85.8815977,18 C84.2247435,18 82.8815977,16.6568542 82.8815977,15 C82.8815977,13.3431458 84.2247435,12 85.8815977,12 L117.827389,12 Z" id="形状结合" fill="#F0F2F5"></path>
57
- <path d="M37.9457917,65.5 C48.5905849,65.5 57.2515454,74.1733333 57.2515454,84.8333333 C57.2515454,91.9253333 53.4183547,98.1373333 47.7184973,101.501333 L49.9286733,101.5 C55.4354732,101.5 59.914408,105.985333 59.914408,111.5 C59.914408,117.014667 55.4354731,121.5 49.9286733,121.5 L25.9629101,121.5 C20.4561103,121.5 15.9771755,117.014667 15.9771755,111.5 C15.9771755,105.985333 20.4561103,101.5 25.9629101,101.5 L28.173086,101.501333 C22.4745601,98.1373333 18.640038,91.9266667 18.640038,84.8333333 C18.640038,74.1733333 27.3009986,65.5 37.9457917,65.5 Z" id="形状" fill="#D7DAE0"></path>
58
- </g>
59
- <ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="217.689016" cy="250.5" rx="26.4621969" ry="3.5"></ellipse>
60
- <g id="objects/-element/warrant" transform="translate(191.476462, 163.750000)">
61
- <path d="M26.2125535,0 C40.6893723,0 52.425107,11.7525 52.425107,26.25 C52.425107,40.7475 40.6893723,52.5 26.2125535,52.5 C11.7357347,52.5 0,40.7475 0,26.25 C0,11.7525 11.7357347,0 26.2125535,0 Z" id="形状" fill="#C9CDD4"></path>
62
- <path d="M38.3054379,14.1621 C37.1402525,12.957 35.5312511,12.28395 33.8554451,12.3003 C32.1836833,12.30465 30.582321,12.9744 29.4054522,14.1621 L24.5408516,19.02825 C24.0459586,19.51545 24.0395178,20.3118 24.526622,20.8071 C25.0137261,21.3024 25.809689,21.30885 26.3047318,20.8215 L31.1691826,15.95535 C31.8929486,15.26835 32.8505307,14.88195 33.8481056,14.874 C34.8500243,14.86095 35.8149458,15.2505 36.5273281,15.95535 C37.2139472,16.6794 37.6002454,17.6373 37.6083338,18.63525 C37.6212154,19.6374 37.2317718,20.6028 36.5273281,21.3153 L30.7620642,27.08265 C29.2715435,28.5363 26.8944394,28.5363 25.4039187,27.08265 C24.9150171,26.59335 24.1220499,26.59335 23.6329986,27.08265 C23.1439472,27.5718 23.1439472,28.36515 23.6329986,28.8543 C24.7980342,30.0594 26.4070357,30.73275 28.0829914,30.71595 L28.0901812,30.69255 C29.7619429,30.68835 31.3631555,30.01845 32.540174,28.8309 L38.3054379,23.06355 C40.7550385,20.6025 40.7550385,16.6233 38.3054379,14.1621" id="Fill-1" fill="#FFFFFF"></path>
63
- <path d="M26.1372261,31.7307 L21.2727753,36.59685 C20.5490093,37.28385 19.591577,37.6704 18.5940021,37.6782 C17.5920835,37.69125 16.6271619,37.30185 15.9147796,36.59685 C15.2281605,35.8728 14.8418623,34.91505 14.8337739,33.91695 C14.8208923,32.9148 15.2103359,31.9494 15.9147796,31.2369 L21.6800435,25.46955 C23.1704144,24.01575 25.5475185,24.01575 27.038189,25.46955 C27.2703573,25.7091 27.5898509,25.84425 27.9235742,25.84425 C28.2571476,25.84425 28.5766412,25.7091 28.8091091,25.46955 C29.0297439,25.21995 29.1570621,24.9015 29.1696148,24.5685 C29.1741377,24.23205 29.044423,23.9076 28.8091091,23.6673 C27.6439237,22.4622 26.0349223,21.78915 24.3589665,21.8055 C22.6873545,21.80985 21.0861419,22.47975 19.9089736,23.6673 L14.1438595,29.4345 C12.9389807,30.60015 12.2661419,32.2098 12.2827682,33.8862 C12.287112,35.5587 12.9568053,37.1604 14.1438595,38.3379 C15.3088951,39.54315 16.9178966,40.21635 18.5940021,40.1997 C20.2603716,40.19955 21.8594872,39.5415 23.043995,38.36865 L27.9081462,33.5025 C28.3973474,33.0132 28.3973474,32.22 27.9081462,31.7307 C27.4192447,31.24155 26.6262775,31.24155 26.1372261,31.7307" id="Fill-3" fill="#FFFFFF"></path>
64
- </g>
65
- </g>
66
- </g>
67
- </g>
68
- </g>
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.0301089%" x2="0%" y2="49.1253097%" 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.9276112%" x2="0%" y2="49.9347166%" 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(-848.000000, -7137.000000)">
38
+ <g id="缺少许可" transform="translate(848.062500, 7137.000000)">
39
+ <rect id="矩形备份-5" x="0" y="0" width="350" height="350"></rect>
40
+ <g id="编组-20" transform="translate(0.000000, 48.000000)">
41
+ <g id="background/default/mountain">
42
+ <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>
43
+ <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>
44
+ <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>
45
+ <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>
46
+ <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>
47
+ </g>
48
+ <ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="220.185449" cy="215" rx="26.4621969" ry="3.5"></ellipse>
49
+ <ellipse id="椭圆形备份-8" fill="url(#linearGradient-7)" opacity="0.16" cx="172.253923" cy="194.5" rx="96.8616262" ry="3.5"></ellipse>
50
+ <g id="objects/element/person" transform="translate(80.884451, 54.000000)">
51
+ <rect id="矩形" fill="#D7DAE0" transform="translate(147.539230, 89.750000) scale(-1, 1) translate(-147.539230, -89.750000) " x="111.840228" y="42" width="71.3980029" height="95.5" rx="14"></rect>
52
+ <path d="M145.542083,58.5 C151.469297,58.5 156.291877,63.4561905 156.291877,69.547619 C156.291877,73.6001905 154.157487,77.1499047 150.983703,79.0721905 L152.214369,79.0714286 C155.280655,79.0714286 157.774608,81.6344762 157.774608,84.7857143 C157.774608,87.9369524 155.280655,90.5 152.214369,90.5 L138.869796,90.5 C135.80351,90.5 133.309558,87.9369524 133.309558,84.7857143 C133.309558,81.6344762 135.80351,79.0714286 138.869796,79.0714286 L140.100463,79.0721905 C136.92742,77.1499047 134.792288,73.6009524 134.792288,69.547619 C134.792288,63.4561905 139.614868,58.5 145.542083,58.5 Z" id="形状备份" fill="#DFE2E8"></path>
53
+ <path d="M162.764622,121.5 C163.869191,121.5 164.764622,122.395431 164.764622,123.5 C164.764622,124.604569 163.869191,125.5 162.764622,125.5 L132.313837,125.5 C131.209268,125.5 130.313837,124.604569 130.313837,123.5 C130.313837,122.395431 131.209268,121.5 132.313837,121.5 L162.764622,121.5 Z M163.014622,113 C163.98112,113 164.764622,113.783502 164.764622,114.75 C164.764622,115.716498 163.98112,116.5 163.014622,116.5 L132.063837,116.5 C131.097339,116.5 130.313837,115.716498 130.313837,114.75 C130.313837,113.783502 131.097339,113 132.063837,113 L163.014622,113 Z M162.764622,104.5 C163.869191,104.5 164.764622,105.395431 164.764622,106.5 C164.764622,107.604569 163.869191,108.5 162.764622,108.5 L132.313837,108.5 C131.209268,108.5 130.313837,107.604569 130.313837,106.5 C130.313837,105.395431 131.209268,104.5 132.313837,104.5 L162.764622,104.5 Z" id="形状结合" fill="#DFE2E8"></path>
54
+ <rect id="矩形" fill="#DFE2E8" x="0" y="0" width="145.292439" height="137.5" rx="14"></rect>
55
+ <rect id="矩形" fill="#E6E8ED" x="0" y="0" width="137.303852" height="137.5" rx="14"></rect>
56
+ <path d="M81.1340942,68.5 C89.4805797,68.5 96.2715601,75.3147619 96.2715601,83.6904762 C96.2715601,89.2627619 93.2659901,94.143619 88.7967838,96.7867619 L90.5297627,96.7857143 C94.8475944,96.7857143 98.3594864,100.309905 98.3594864,104.642857 C98.3594864,108.97581 94.8475943,112.5 90.5297627,112.5 L71.7384256,112.5 C67.4205939,112.5 63.9087019,108.97581 63.9087019,104.642857 C63.9087019,100.309905 67.4205939,96.7857143 71.7384256,96.7857143 L73.4714045,96.7867619 C69.0032421,94.143619 65.9966282,89.2638095 65.9966282,83.6904762 C65.9966282,75.3147619 72.7876086,68.5 81.1340942,68.5 Z M117.827389,39 C119.484244,39 120.827389,40.3431458 120.827389,42 C120.827389,43.6568542 119.484244,45 117.827389,45 L85.8815977,45 C84.2247435,45 82.8815977,43.6568542 82.8815977,42 C82.8815977,40.3431458 84.2247435,39 85.8815977,39 L117.827389,39 Z M117.827389,25.5 C119.484244,25.5 120.827389,26.8431458 120.827389,28.5 C120.827389,30.1568542 119.484244,31.5 117.827389,31.5 L85.8815977,31.5 C84.2247435,31.5 82.8815977,30.1568542 82.8815977,28.5 C82.8815977,26.8431458 84.2247435,25.5 85.8815977,25.5 L117.827389,25.5 Z M117.827389,12 C119.484244,12 120.827389,13.3431458 120.827389,15 C120.827389,16.6568542 119.484244,18 117.827389,18 L85.8815977,18 C84.2247435,18 82.8815977,16.6568542 82.8815977,15 C82.8815977,13.3431458 84.2247435,12 85.8815977,12 L117.827389,12 Z" id="形状结合" fill="#F0F2F5"></path>
57
+ <path d="M37.9457917,65.5 C48.5905849,65.5 57.2515454,74.1733333 57.2515454,84.8333333 C57.2515454,91.9253333 53.4183547,98.1373333 47.7184973,101.501333 L49.9286733,101.5 C55.4354732,101.5 59.914408,105.985333 59.914408,111.5 C59.914408,117.014667 55.4354731,121.5 49.9286733,121.5 L25.9629101,121.5 C20.4561103,121.5 15.9771755,117.014667 15.9771755,111.5 C15.9771755,105.985333 20.4561103,101.5 25.9629101,101.5 L28.173086,101.501333 C22.4745601,98.1373333 18.640038,91.9266667 18.640038,84.8333333 C18.640038,74.1733333 27.3009986,65.5 37.9457917,65.5 Z" id="形状" fill="#D7DAE0"></path>
58
+ </g>
59
+ <ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="217.689016" cy="250.5" rx="26.4621969" ry="3.5"></ellipse>
60
+ <g id="objects/-element/warrant" transform="translate(191.476462, 163.750000)">
61
+ <path d="M26.2125535,0 C40.6893723,0 52.425107,11.7525 52.425107,26.25 C52.425107,40.7475 40.6893723,52.5 26.2125535,52.5 C11.7357347,52.5 0,40.7475 0,26.25 C0,11.7525 11.7357347,0 26.2125535,0 Z" id="形状" fill="#C9CDD4"></path>
62
+ <path d="M38.3054379,14.1621 C37.1402525,12.957 35.5312511,12.28395 33.8554451,12.3003 C32.1836833,12.30465 30.582321,12.9744 29.4054522,14.1621 L24.5408516,19.02825 C24.0459586,19.51545 24.0395178,20.3118 24.526622,20.8071 C25.0137261,21.3024 25.809689,21.30885 26.3047318,20.8215 L31.1691826,15.95535 C31.8929486,15.26835 32.8505307,14.88195 33.8481056,14.874 C34.8500243,14.86095 35.8149458,15.2505 36.5273281,15.95535 C37.2139472,16.6794 37.6002454,17.6373 37.6083338,18.63525 C37.6212154,19.6374 37.2317718,20.6028 36.5273281,21.3153 L30.7620642,27.08265 C29.2715435,28.5363 26.8944394,28.5363 25.4039187,27.08265 C24.9150171,26.59335 24.1220499,26.59335 23.6329986,27.08265 C23.1439472,27.5718 23.1439472,28.36515 23.6329986,28.8543 C24.7980342,30.0594 26.4070357,30.73275 28.0829914,30.71595 L28.0901812,30.69255 C29.7619429,30.68835 31.3631555,30.01845 32.540174,28.8309 L38.3054379,23.06355 C40.7550385,20.6025 40.7550385,16.6233 38.3054379,14.1621" id="Fill-1" fill="#FFFFFF"></path>
63
+ <path d="M26.1372261,31.7307 L21.2727753,36.59685 C20.5490093,37.28385 19.591577,37.6704 18.5940021,37.6782 C17.5920835,37.69125 16.6271619,37.30185 15.9147796,36.59685 C15.2281605,35.8728 14.8418623,34.91505 14.8337739,33.91695 C14.8208923,32.9148 15.2103359,31.9494 15.9147796,31.2369 L21.6800435,25.46955 C23.1704144,24.01575 25.5475185,24.01575 27.038189,25.46955 C27.2703573,25.7091 27.5898509,25.84425 27.9235742,25.84425 C28.2571476,25.84425 28.5766412,25.7091 28.8091091,25.46955 C29.0297439,25.21995 29.1570621,24.9015 29.1696148,24.5685 C29.1741377,24.23205 29.044423,23.9076 28.8091091,23.6673 C27.6439237,22.4622 26.0349223,21.78915 24.3589665,21.8055 C22.6873545,21.80985 21.0861419,22.47975 19.9089736,23.6673 L14.1438595,29.4345 C12.9389807,30.60015 12.2661419,32.2098 12.2827682,33.8862 C12.287112,35.5587 12.9568053,37.1604 14.1438595,38.3379 C15.3088951,39.54315 16.9178966,40.21635 18.5940021,40.1997 C20.2603716,40.19955 21.8594872,39.5415 23.043995,38.36865 L27.9081462,33.5025 C28.3973474,33.0132 28.3973474,32.22 27.9081462,31.7307 C27.4192447,31.24155 26.6262775,31.24155 26.1372261,31.7307" id="Fill-3" fill="#FFFFFF"></path>
64
+ </g>
65
+ </g>
66
+ </g>
67
+ </g>
68
+ </g>
69
69
  </svg>
@@ -1,73 +1,73 @@
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.8218849%" x2="0%" y2="49.839368%" 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(-480.000000, -7137.000000)">
34
- <g id="查找失败" transform="translate(480.062500, 7137.000000)">
35
- <rect id="矩形备份-4" x="0" y="0" width="350" height="350"></rect>
36
- <g id="编组-17" transform="translate(0.000000, 48.854669)">
37
- <path d="M0,229.032236 C43.3705512,211.365569 101.703885,202.532236 175,202.532236 C248.296115,202.532236 306.629449,211.365569 350,229.032236" id="路径-19" fill="url(#linearGradient-1)" opacity="0.16"></path>
38
- <path d="M242,154.532236 L276.428932,120.103303 C280.334175,116.198061 286.665825,116.198061 290.571068,120.103303 L325,154.532236 L325,154.532236" id="路径-22备份-2" fill="url(#linearGradient-2)" opacity="0.26"></path>
39
- <path d="M49,103.032236 L75.9289322,76.1033035 C79.8341751,72.1980606 86.1658249,72.1980606 90.0710678,76.1033035 L117,103.032236 L117,103.032236" id="路径-22" fill="url(#linearGradient-3)" opacity="0.26"></path>
40
- <path d="M24,133.532236 L41.9289322,115.603303 C45.8341751,111.698061 52.1658249,111.698061 56.0710678,115.603303 L74,133.532236 L74,133.532236" id="路径-22备份" fill="url(#linearGradient-4)" opacity="0.26"></path>
41
- <path d="M211.644511,82.808351 L234.479246,212.31057 C235.342376,217.205619 232.073859,221.873545 227.17881,222.736674 L182.965519,230.53168 L112.286519,230.53168 L90.0207536,104.253901 C89.1576244,99.3588522 92.426141,94.6909267 97.3211897,93.8277975 L201.218408,75.5079148 C206.113456,74.6447856 210.781382,77.9133022 211.644511,82.808351 Z" id="形状结合" fill="#D7DAE0"></path>
42
- <path d="M114,86.0322357 L208.837242,86.0322357 L208.837242,86.0322357 L228.5,106.753023 L228.5,221.532236 C228.5,226.502798 224.470563,230.532236 219.5,230.532236 L114,230.532236 C109.029437,230.532236 105,226.502798 105,221.532236 L105,95.0322357 C105,90.0616729 109.029437,86.0322357 114,86.0322357 Z" id="矩形" fill="#E6E8ED"></path>
43
- <path d="M176.25,172.532236 C178.59721,172.532236 180.5,174.435025 180.5,176.782236 C180.5,179.129446 178.59721,181.032236 176.25,181.032236 L123.25,181.032236 C120.90279,181.032236 119,179.129446 119,176.782236 C119,174.435025 120.90279,172.532236 123.25,172.532236 L176.25,172.532236 Z M204.75,149.032236 C207.09721,149.032236 209,150.935025 209,153.282236 C209,155.629446 207.09721,157.532236 204.75,157.532236 L123.25,157.532236 C120.90279,157.532236 119,155.629446 119,153.282236 C119,150.935025 120.90279,149.032236 123.25,149.032236 L204.75,149.032236 Z M204.75,125.532236 C207.09721,125.532236 209,127.435025 209,129.782236 C209,132.129446 207.09721,134.032236 204.75,134.032236 L123.25,134.032236 C120.90279,134.032236 119,132.129446 119,129.782236 C119,127.435025 120.90279,125.532236 123.25,125.532236 L204.75,125.532236 Z M176.25,102.032236 C178.59721,102.032236 180.5,103.935025 180.5,106.282236 C180.5,108.629446 178.59721,110.532236 176.25,110.532236 L123.25,110.532236 C120.90279,110.532236 119,108.629446 119,106.282236 C119,103.935025 120.90279,102.032236 123.25,102.032236 L176.25,102.032236 Z" id="形状结合" fill="#F0F2F5"></path>
44
- <path d="M208.837242,86.0322357 L228.5,106.753023 L214.837242,106.753023 C211.523534,106.753023 208.837242,104.066731 208.837242,100.753023 L208.837242,86.0322357 L208.837242,86.0322357 Z" id="路径-23" fill="#F0F2F5"></path>
45
- <ellipse id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16" cx="174.5" cy="232.532236" rx="75" ry="3.5"></ellipse>
46
- <ellipse id="椭圆形备份-7" fill="url(#linearGradient-6)" opacity="0.16" cx="274.25" cy="248.532236" rx="61.75" ry="3.5"></ellipse>
47
- <g id="编组-2" transform="translate(209.980711, 0.000000)">
48
- <g id="编组" transform="translate(28.391326, 30.018205) rotate(-39.000000) translate(-28.391326, -30.018205) translate(13.129386, 3.750868)">
49
- <path d="M16.9513495,29.2667748 C17.0380857,35.1526238 18.733652,39.678259 22.0380485,42.8436804 C25.342445,46.0091019 28.1710555,47.9348376 30.5238802,48.6208874 C21.982891,53.5533565 15.5048339,53.8236059 11.0897089,49.4316357 C6.6745838,45.0396655 8.62846401,38.3180452 16.9513495,29.2667748 Z" id="路径-7" fill="#DFE2E8"></path>
50
- <path d="M18.0671562,0 C17.2512856,5.49741605 17.5730291,10.0475784 19.0323867,13.650487 C20.4917442,17.2533956 23.1458298,22.0334322 26.9946432,27.990597 C20.8899091,30.1880418 16.3758687,33.3461648 13.452522,37.4649662 C10.5291753,41.5837676 9.74157094,45.5726575 11.0897089,49.4316357 C0.947468484,35.4896014 -2.23798152,24.5749446 1.53335886,16.6876651 C5.30469925,8.80038563 10.815965,3.2378306 18.0671562,0 Z" id="路径-6" fill="#E6E8ED"></path>
51
- </g>
52
- </g>
53
- <g id="编组-3" transform="translate(40.269295, 142.861705)">
54
- <g id="编组-2" transform="translate(26.225755, 25.638209) rotate(42.000000) translate(-26.225755, -25.638209) translate(3.894772, 11.245503)">
55
- <path d="M0,8.95632788 C2.83859648,16.6673225 6.70126665,22.0521098 11.5880105,25.1106898 C18.9181263,29.6985598 27.7953656,29.686447 34.1565173,25.8830633 C38.3972852,23.3474742 41.8991012,19.9371172 44.6619654,15.6519923 C40.0210361,16.3106281 35.1389734,14.5723171 30.0157771,10.4370595 C24.8925808,6.30180178 21.7370578,2.82278196 20.549208,0 C14.1546164,3.76437538 9.7556126,6.02084246 7.35219646,6.76940123 C4.94878033,7.51796 2.49804817,8.24693555 0,8.95632788 Z" id="路径-8" fill="#E6E8ED"></path>
56
- <path d="M24.5787352,17.9494053 C27.5405541,20.223599 30.8721807,21.1464947 34.573615,20.7180921 C38.2750492,20.2896896 41.6378327,18.6009897 44.6619654,15.6519923 C39.3144689,22.7037572 34.4296987,26.7975894 30.0076546,27.9334887 C25.5856106,29.0693881 21.6534943,29.0693881 18.2113057,27.9334887 C21.4706154,27.7471206 23.5930919,26.5017934 24.5787352,24.1975069 C25.5643784,21.8932205 25.5643784,19.8105199 24.5787352,17.9494053 Z" id="路径-9" fill="#DFE2E8"></path>
57
- </g>
58
- </g>
59
- <g id="objects/element/-readingglass" transform="translate(166.220000, 165.099736)">
60
- <path d="M33.21,0 C51.5513765,0 66.42,14.8686235 66.42,33.21 C66.42,51.5513765 51.5513765,66.42 33.21,66.42 C14.8686235,66.42 0,51.5513765 0,33.21 C0,14.8686235 14.8686235,0 33.21,0 Z M33.21,7.38 C18.9444849,7.38 7.38,18.9444849 7.38,33.21 C7.38,47.4755151 18.9444849,59.04 33.21,59.04 C47.4755151,59.04 59.04,47.4755151 59.04,33.21 C59.04,18.9444849 47.4755151,7.38 33.21,7.38 Z" id="形状结合" fill="#C9CDD4"></path>
61
- <g id="镜片透明度30%" opacity="0.299079" transform="translate(7.380000, 7.380000)" fill="#F2F7FF">
62
- <circle id="椭圆形" cx="25.83" cy="25.83" r="25.83"></circle>
63
- </g>
64
- <rect id="矩形" fill="#C9CDD4" transform="translate(64.226994, 67.609494) rotate(-45.000000) translate(-64.226994, -67.609494) " x="60.5369936" y="49.9282436" width="7.38" height="35.3625" rx="3.53625"></rect>
65
- <rect id="矩形" fill="#B4B8BF" transform="translate(70.110000, 73.492500) rotate(-45.000000) translate(-70.110000, -73.492500) " x="64.575" y="59.655" width="11.07" height="27.675" rx="3.53625"></rect>
66
- <rect id="矩形" fill="#FFFFFF" transform="translate(47.886336, 33.741336) rotate(-315.000000) translate(-47.886336, -33.741336) " x="46.963836" y="29.128836" width="1.845" height="9.225" rx="0.9225"></rect>
67
- <rect id="矩形" fill="#FFFFFF" transform="translate(50.066541, 36.879472) rotate(-315.000000) translate(-50.066541, -36.879472) " x="48.990291" y="28.7307223" width="2.1525" height="16.2975" rx="0.9225"></rect>
68
- </g>
69
- </g>
70
- </g>
71
- </g>
72
- </g>
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.8218849%" x2="0%" y2="49.839368%" 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(-480.000000, -7137.000000)">
34
+ <g id="查找失败" transform="translate(480.062500, 7137.000000)">
35
+ <rect id="矩形备份-4" x="0" y="0" width="350" height="350"></rect>
36
+ <g id="编组-17" transform="translate(0.000000, 48.854669)">
37
+ <path d="M0,229.032236 C43.3705512,211.365569 101.703885,202.532236 175,202.532236 C248.296115,202.532236 306.629449,211.365569 350,229.032236" id="路径-19" fill="url(#linearGradient-1)" opacity="0.16"></path>
38
+ <path d="M242,154.532236 L276.428932,120.103303 C280.334175,116.198061 286.665825,116.198061 290.571068,120.103303 L325,154.532236 L325,154.532236" id="路径-22备份-2" fill="url(#linearGradient-2)" opacity="0.26"></path>
39
+ <path d="M49,103.032236 L75.9289322,76.1033035 C79.8341751,72.1980606 86.1658249,72.1980606 90.0710678,76.1033035 L117,103.032236 L117,103.032236" id="路径-22" fill="url(#linearGradient-3)" opacity="0.26"></path>
40
+ <path d="M24,133.532236 L41.9289322,115.603303 C45.8341751,111.698061 52.1658249,111.698061 56.0710678,115.603303 L74,133.532236 L74,133.532236" id="路径-22备份" fill="url(#linearGradient-4)" opacity="0.26"></path>
41
+ <path d="M211.644511,82.808351 L234.479246,212.31057 C235.342376,217.205619 232.073859,221.873545 227.17881,222.736674 L182.965519,230.53168 L112.286519,230.53168 L90.0207536,104.253901 C89.1576244,99.3588522 92.426141,94.6909267 97.3211897,93.8277975 L201.218408,75.5079148 C206.113456,74.6447856 210.781382,77.9133022 211.644511,82.808351 Z" id="形状结合" fill="#D7DAE0"></path>
42
+ <path d="M114,86.0322357 L208.837242,86.0322357 L208.837242,86.0322357 L228.5,106.753023 L228.5,221.532236 C228.5,226.502798 224.470563,230.532236 219.5,230.532236 L114,230.532236 C109.029437,230.532236 105,226.502798 105,221.532236 L105,95.0322357 C105,90.0616729 109.029437,86.0322357 114,86.0322357 Z" id="矩形" fill="#E6E8ED"></path>
43
+ <path d="M176.25,172.532236 C178.59721,172.532236 180.5,174.435025 180.5,176.782236 C180.5,179.129446 178.59721,181.032236 176.25,181.032236 L123.25,181.032236 C120.90279,181.032236 119,179.129446 119,176.782236 C119,174.435025 120.90279,172.532236 123.25,172.532236 L176.25,172.532236 Z M204.75,149.032236 C207.09721,149.032236 209,150.935025 209,153.282236 C209,155.629446 207.09721,157.532236 204.75,157.532236 L123.25,157.532236 C120.90279,157.532236 119,155.629446 119,153.282236 C119,150.935025 120.90279,149.032236 123.25,149.032236 L204.75,149.032236 Z M204.75,125.532236 C207.09721,125.532236 209,127.435025 209,129.782236 C209,132.129446 207.09721,134.032236 204.75,134.032236 L123.25,134.032236 C120.90279,134.032236 119,132.129446 119,129.782236 C119,127.435025 120.90279,125.532236 123.25,125.532236 L204.75,125.532236 Z M176.25,102.032236 C178.59721,102.032236 180.5,103.935025 180.5,106.282236 C180.5,108.629446 178.59721,110.532236 176.25,110.532236 L123.25,110.532236 C120.90279,110.532236 119,108.629446 119,106.282236 C119,103.935025 120.90279,102.032236 123.25,102.032236 L176.25,102.032236 Z" id="形状结合" fill="#F0F2F5"></path>
44
+ <path d="M208.837242,86.0322357 L228.5,106.753023 L214.837242,106.753023 C211.523534,106.753023 208.837242,104.066731 208.837242,100.753023 L208.837242,86.0322357 L208.837242,86.0322357 Z" id="路径-23" fill="#F0F2F5"></path>
45
+ <ellipse id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16" cx="174.5" cy="232.532236" rx="75" ry="3.5"></ellipse>
46
+ <ellipse id="椭圆形备份-7" fill="url(#linearGradient-6)" opacity="0.16" cx="274.25" cy="248.532236" rx="61.75" ry="3.5"></ellipse>
47
+ <g id="编组-2" transform="translate(209.980711, 0.000000)">
48
+ <g id="编组" transform="translate(28.391326, 30.018205) rotate(-39.000000) translate(-28.391326, -30.018205) translate(13.129386, 3.750868)">
49
+ <path d="M16.9513495,29.2667748 C17.0380857,35.1526238 18.733652,39.678259 22.0380485,42.8436804 C25.342445,46.0091019 28.1710555,47.9348376 30.5238802,48.6208874 C21.982891,53.5533565 15.5048339,53.8236059 11.0897089,49.4316357 C6.6745838,45.0396655 8.62846401,38.3180452 16.9513495,29.2667748 Z" id="路径-7" fill="#DFE2E8"></path>
50
+ <path d="M18.0671562,0 C17.2512856,5.49741605 17.5730291,10.0475784 19.0323867,13.650487 C20.4917442,17.2533956 23.1458298,22.0334322 26.9946432,27.990597 C20.8899091,30.1880418 16.3758687,33.3461648 13.452522,37.4649662 C10.5291753,41.5837676 9.74157094,45.5726575 11.0897089,49.4316357 C0.947468484,35.4896014 -2.23798152,24.5749446 1.53335886,16.6876651 C5.30469925,8.80038563 10.815965,3.2378306 18.0671562,0 Z" id="路径-6" fill="#E6E8ED"></path>
51
+ </g>
52
+ </g>
53
+ <g id="编组-3" transform="translate(40.269295, 142.861705)">
54
+ <g id="编组-2" transform="translate(26.225755, 25.638209) rotate(42.000000) translate(-26.225755, -25.638209) translate(3.894772, 11.245503)">
55
+ <path d="M0,8.95632788 C2.83859648,16.6673225 6.70126665,22.0521098 11.5880105,25.1106898 C18.9181263,29.6985598 27.7953656,29.686447 34.1565173,25.8830633 C38.3972852,23.3474742 41.8991012,19.9371172 44.6619654,15.6519923 C40.0210361,16.3106281 35.1389734,14.5723171 30.0157771,10.4370595 C24.8925808,6.30180178 21.7370578,2.82278196 20.549208,0 C14.1546164,3.76437538 9.7556126,6.02084246 7.35219646,6.76940123 C4.94878033,7.51796 2.49804817,8.24693555 0,8.95632788 Z" id="路径-8" fill="#E6E8ED"></path>
56
+ <path d="M24.5787352,17.9494053 C27.5405541,20.223599 30.8721807,21.1464947 34.573615,20.7180921 C38.2750492,20.2896896 41.6378327,18.6009897 44.6619654,15.6519923 C39.3144689,22.7037572 34.4296987,26.7975894 30.0076546,27.9334887 C25.5856106,29.0693881 21.6534943,29.0693881 18.2113057,27.9334887 C21.4706154,27.7471206 23.5930919,26.5017934 24.5787352,24.1975069 C25.5643784,21.8932205 25.5643784,19.8105199 24.5787352,17.9494053 Z" id="路径-9" fill="#DFE2E8"></path>
57
+ </g>
58
+ </g>
59
+ <g id="objects/element/-readingglass" transform="translate(166.220000, 165.099736)">
60
+ <path d="M33.21,0 C51.5513765,0 66.42,14.8686235 66.42,33.21 C66.42,51.5513765 51.5513765,66.42 33.21,66.42 C14.8686235,66.42 0,51.5513765 0,33.21 C0,14.8686235 14.8686235,0 33.21,0 Z M33.21,7.38 C18.9444849,7.38 7.38,18.9444849 7.38,33.21 C7.38,47.4755151 18.9444849,59.04 33.21,59.04 C47.4755151,59.04 59.04,47.4755151 59.04,33.21 C59.04,18.9444849 47.4755151,7.38 33.21,7.38 Z" id="形状结合" fill="#C9CDD4"></path>
61
+ <g id="镜片透明度30%" opacity="0.299079" transform="translate(7.380000, 7.380000)" fill="#F2F7FF">
62
+ <circle id="椭圆形" cx="25.83" cy="25.83" r="25.83"></circle>
63
+ </g>
64
+ <rect id="矩形" fill="#C9CDD4" transform="translate(64.226994, 67.609494) rotate(-45.000000) translate(-64.226994, -67.609494) " x="60.5369936" y="49.9282436" width="7.38" height="35.3625" rx="3.53625"></rect>
65
+ <rect id="矩形" fill="#B4B8BF" transform="translate(70.110000, 73.492500) rotate(-45.000000) translate(-70.110000, -73.492500) " x="64.575" y="59.655" width="11.07" height="27.675" rx="3.53625"></rect>
66
+ <rect id="矩形" fill="#FFFFFF" transform="translate(47.886336, 33.741336) rotate(-315.000000) translate(-47.886336, -33.741336) " x="46.963836" y="29.128836" width="1.845" height="9.225" rx="0.9225"></rect>
67
+ <rect id="矩形" fill="#FFFFFF" transform="translate(50.066541, 36.879472) rotate(-315.000000) translate(-50.066541, -36.879472) " x="48.990291" y="28.7307223" width="2.1525" height="16.2975" rx="0.9225"></rect>
68
+ </g>
69
+ </g>
70
+ </g>
71
+ </g>
72
+ </g>
73
73
  </svg>