n20-common-lib 1.3.46 → 1.3.49
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.
- package/README.md +2 -2
- package/g6.js +2 -2
- package/nstc-g6/assets/svg/addFile.svg +31 -31
- package/nstc-g6/assets/svg/deleteFile.svg +27 -27
- package/nstc-g6/assets/svg/filter.svg +15 -15
- package/nstc-g6/assets/svg/filterActive.svg +16 -16
- package/nstc-g6/assets/svg/hourglass.svg +18 -18
- package/nstc-g6/assets/svg/newsearch.svg +18 -18
- package/nstc-g6/assets/svg/searchActive.svg +18 -18
- package/nstc-g6/components/Calendar/index.js +8 -8
- package/nstc-g6/components/Calendar/src/basic/month-table.vue +129 -129
- package/nstc-g6/components/Calendar/src/basic/year-table.vue +126 -126
- package/nstc-g6/components/Calendar/src/main.vue +442 -442
- package/nstc-g6/components/DialogForm/index.js +8 -8
- package/nstc-g6/components/DialogForm/src/demo/index.vue +56 -56
- package/nstc-g6/components/DialogForm/src/main.vue +189 -189
- package/nstc-g6/components/Form/A_DEMO/component/originalForm.vue +280 -280
- package/nstc-g6/components/Form/A_DEMO/config/config_3.js +1222 -1222
- package/nstc-g6/components/Form/A_DEMO/index.vue +803 -803
- package/nstc-g6/components/Form/AutocompleteCustom/index.vue +72 -72
- package/nstc-g6/components/Form/BusinessSpecific/InputMultiple.vue +191 -191
- package/nstc-g6/components/Form/BusinessSpecific/InputWithUnit.vue +128 -128
- package/nstc-g6/components/Form/BusinessSpecific/SelectTreeDialog.vue +233 -233
- package/nstc-g6/components/Form/BusinessSpecific/readme.md +7 -7
- package/nstc-g6/components/Form/CascaderCustom/index.vue +101 -101
- package/nstc-g6/components/Form/CheckboxCustom/index.vue +84 -84
- package/nstc-g6/components/Form/Component.vue +661 -661
- package/nstc-g6/components/Form/ComponentSecond.vue +650 -650
- package/nstc-g6/components/Form/DatepickerCustom/index.vue +130 -130
- package/nstc-g6/components/Form/InputAndDialog/index.js +15 -15
- package/nstc-g6/components/Form/InputAndDialog/src/main.vue +394 -394
- package/nstc-g6/components/Form/InputCustom/demo/index.vue +65 -65
- package/nstc-g6/components/Form/InputCustom/index.vue +307 -307
- package/nstc-g6/components/Form/IntervalinputCustom/demo/index.vue +31 -31
- package/nstc-g6/components/Form/IntervalinputCustom/index.vue +118 -118
- package/nstc-g6/components/Form/Item.vue +330 -330
- package/nstc-g6/components/Form/ItemSecond.vue +269 -269
- package/nstc-g6/components/Form/List.vue +146 -146
- package/nstc-g6/components/Form/ListSecond.vue +130 -130
- package/nstc-g6/components/Form/RadioCustom/index.vue +73 -73
- package/nstc-g6/components/Form/SelectAccount/index.js +15 -15
- package/nstc-g6/components/Form/SelectAccount/src/demo/index.vue +57 -57
- package/nstc-g6/components/Form/SelectAccount/src/main.vue +282 -282
- package/nstc-g6/components/Form/SelectAndDialog/index.js +15 -15
- package/nstc-g6/components/Form/SelectAndDialog/src/main.vue +383 -383
- package/nstc-g6/components/Form/SelectCashFlow/index.js +15 -15
- package/nstc-g6/components/Form/SelectCashFlow/src/demo/index.vue +41 -41
- package/nstc-g6/components/Form/SelectCashFlow/src/main.vue +125 -125
- package/nstc-g6/components/Form/SelectCustom/demo/index.vue +82 -82
- package/nstc-g6/components/Form/SelectCustom/index.vue +488 -488
- package/nstc-g6/components/Form/SelectSubject/index.js +15 -15
- package/nstc-g6/components/Form/SelectSubject/src/demo/index.vue +84 -84
- package/nstc-g6/components/Form/SelectSubject/src/main.vue +181 -181
- package/nstc-g6/components/Form/SelectindialogCustom/demo/index.vue +188 -188
- package/nstc-g6/components/Form/SelectindialogCustom/index.vue +650 -650
- package/nstc-g6/components/Form/SelectindialogCustom/install.js +6 -6
- package/nstc-g6/components/Form/TableRadioCustom/demo/index.vue +53 -53
- package/nstc-g6/components/Form/TableRadioCustom/index.vue +183 -183
- package/nstc-g6/components/Form/TextCustom/index.vue +38 -38
- package/nstc-g6/components/Form/UploadCustom/demo/index.vue +31 -31
- package/nstc-g6/components/Form/UploadCustom/index.vue +506 -506
- package/nstc-g6/components/Form/configs.js +191 -191
- package/nstc-g6/components/Form/configsSecond.js +161 -161
- package/nstc-g6/components/Form/index.js +8 -8
- package/nstc-g6/components/Form/index.scss +29 -29
- package/nstc-g6/components/Form/payeePersonSelect/index.js +15 -15
- package/nstc-g6/components/Form/payeePersonSelect/src/demo/index.vue +163 -163
- package/nstc-g6/components/Form/payeePersonSelect/src/main.vue +184 -184
- package/nstc-g6/components/Form/readme.txt +4 -4
- package/nstc-g6/components/FormGroup/index.js +8 -8
- package/nstc-g6/components/FormGroup/src/demo/config.js +23 -23
- package/nstc-g6/components/FormGroup/src/demo/index.vue +85 -85
- package/nstc-g6/components/FormGroup/src/main.vue +639 -639
- package/nstc-g6/components/FormGroup/src/validate.js +22 -22
- package/nstc-g6/components/InputTag/InputTag.vue +269 -269
- package/nstc-g6/components/NstcApprovel/NstcApprovel.vue +24 -24
- package/nstc-g6/components/NstcBackToTop/NstcBackToTop.vue +150 -150
- package/nstc-g6/components/NstcBranchLazyLoad/NstcBranchLazyLoad.vue +123 -123
- package/nstc-g6/components/NstcCharts/NstcCharts.vue +162 -162
- package/nstc-g6/components/NstcCharts/define.js +74 -74
- package/nstc-g6/components/NstcCharts/mixins/resize.js +56 -56
- package/nstc-g6/components/NstcConfirm/NstcConfirm.vue +152 -152
- package/nstc-g6/components/NstcConfirm/index.js +24 -24
- package/nstc-g6/components/NstcDialog/NstcDialog.vue +184 -184
- package/nstc-g6/components/NstcDialogForm/NstcDialogForm.vue +175 -175
- package/nstc-g6/components/NstcDialogTable/NstcDialogTable.vue +280 -280
- package/nstc-g6/components/NstcDropdown/NstcDropdown.vue +52 -52
- package/nstc-g6/components/NstcDropdownTree/NstcDropdownTree.vue +396 -396
- package/nstc-g6/components/NstcElectronicFile/NstcElectronicFile.vue +711 -711
- package/nstc-g6/components/NstcExcelCustomImport/NstcExcelCustomImport.vue +475 -475
- package/nstc-g6/components/NstcExcelExport/NstcExcelExport.vue +145 -145
- package/nstc-g6/components/NstcExcelImport/NstcExcelImport.vue +1074 -1074
- package/nstc-g6/components/NstcExcelImportN/NstcExcelImportN.vue +1166 -1166
- package/nstc-g6/components/NstcExpandCollapse/NstcExpandCollapse.vue +130 -130
- package/nstc-g6/components/NstcExpandCollapse/index.scss +77 -77
- package/nstc-g6/components/NstcFileUpload/NstcFileUpload.vue +989 -989
- package/nstc-g6/components/NstcFileUpload/img/addFile.svg +31 -31
- package/nstc-g6/components/NstcFileUpload/img/delete.svg +23 -23
- package/nstc-g6/components/NstcFileUpload/img/deleteFile.svg +27 -27
- package/nstc-g6/components/NstcFileUpload/img/download.svg +23 -23
- package/nstc-g6/components/NstcFileUpload/img/inputUpload.svg +29 -29
- package/nstc-g6/components/NstcFileUpload/img/look-diabled.svg +23 -23
- package/nstc-g6/components/NstcFileUpload/img/look.svg +23 -23
- package/nstc-g6/components/NstcForm/A_DEMO/component/originalForm.vue +280 -280
- package/nstc-g6/components/NstcForm/A_DEMO/config/config_3.js +1222 -1222
- package/nstc-g6/components/NstcForm/A_DEMO/index.vue +796 -796
- package/nstc-g6/components/NstcForm/AutocompleteCustom/index.vue +68 -68
- package/nstc-g6/components/NstcForm/BusinessSpecific/InputMultiple.vue +189 -189
- package/nstc-g6/components/NstcForm/BusinessSpecific/InputWithUnit.vue +128 -128
- package/nstc-g6/components/NstcForm/BusinessSpecific/SelectTreeDialog.vue +233 -233
- package/nstc-g6/components/NstcForm/BusinessSpecific/readme.md +7 -7
- package/nstc-g6/components/NstcForm/CascaderCustom/index.vue +101 -101
- package/nstc-g6/components/NstcForm/CheckboxCustom/index.vue +84 -84
- package/nstc-g6/components/NstcForm/Component.vue +684 -684
- package/nstc-g6/components/NstcForm/ComponentSecond.vue +650 -650
- package/nstc-g6/components/NstcForm/DatepickerCustom/index.vue +130 -130
- package/nstc-g6/components/NstcForm/InputAndDialog/NstcInputAndDialog.vue +389 -389
- package/nstc-g6/components/NstcForm/InputCustom/index.vue +313 -313
- package/nstc-g6/components/NstcForm/IntervalInputCustom/index.vue +111 -111
- package/nstc-g6/components/NstcForm/Item.vue +327 -327
- package/nstc-g6/components/NstcForm/ItemSecond.vue +269 -269
- package/nstc-g6/components/NstcForm/List.vue +146 -146
- package/nstc-g6/components/NstcForm/ListSecond.vue +130 -130
- package/nstc-g6/components/NstcForm/RadioCustom/index.vue +73 -73
- package/nstc-g6/components/NstcForm/SelectAccount/NstcSelectAccount.vue +334 -334
- package/nstc-g6/components/NstcForm/SelectAndDialog/NstcSelectAndDialog.vue +377 -377
- package/nstc-g6/components/NstcForm/SelectCashFlow/NstcSelectCashFlow.vue +122 -122
- package/nstc-g6/components/NstcForm/SelectCustom/index.vue +460 -460
- package/nstc-g6/components/NstcForm/SelectSubject/NstcSelectSubject.vue +184 -184
- package/nstc-g6/components/NstcForm/SelectindialogCustom/index.vue +648 -648
- package/nstc-g6/components/NstcForm/TableRadioCustom/index.vue +183 -183
- package/nstc-g6/components/NstcForm/TextCustom/index.vue +38 -38
- package/nstc-g6/components/NstcForm/UploadCustom/index.vue +500 -500
- package/nstc-g6/components/NstcForm/configs.js +191 -191
- package/nstc-g6/components/NstcForm/configsSecond.js +161 -161
- package/nstc-g6/components/NstcForm/index.js +8 -8
- package/nstc-g6/components/NstcForm/index.scss +29 -29
- package/nstc-g6/components/NstcForm/payeePersonSelect/NstcPayeePerson.vue +187 -187
- package/nstc-g6/components/NstcForm/readme.txt +4 -4
- package/nstc-g6/components/NstcPagination/NstcPagination.vue +428 -428
- package/nstc-g6/components/NstcScreenFull/NstcScreenFull.vue +70 -70
- package/nstc-g6/components/NstcSelectTree/NstcSelectTree.vue +730 -730
- package/nstc-g6/components/NstcSelectTreeList/NstcSelectTreeList.vue +677 -677
- package/nstc-g6/components/NstcSticky/NstcSticky.vue +97 -97
- package/nstc-g6/components/NstcSvgIcon/NstcSvgIcon.vue +72 -72
- package/nstc-g6/components/NstcTab/NstcTab.vue +80 -80
- package/nstc-g6/components/NstcTabWithBadge/NstcTabWithBadge.vue +45 -45
- package/nstc-g6/components/NstcTabWithBadge/index.scss +31 -31
- package/nstc-g6/components/NstcTable/ElTableColumnCustom/index.vue +292 -292
- package/nstc-g6/components/NstcTable/NstcTable.vue +460 -460
- package/nstc-g6/components/NstcTableSet/NstcTableSet.vue +802 -802
- package/nstc-g6/components/NstcThemePicker/NstcThemePicker.vue +186 -186
- package/nstc-g6/components/NstcUploadCustomExcel/NstcUploadCustomExcel.vue +328 -328
- package/nstc-g6/components/NstcUploadExcel/NstcUploadExcel.vue +145 -145
- package/nstc-g6/components/NstcWorkBench/NstcWorkBench.vue +180 -180
- package/nstc-g6/components/Search/NstcSearch.vue +583 -583
- package/nstc-g6/components/Search/src/demo/index copy.vue +101 -101
- package/nstc-g6/components/Search/src/demo/index.vue +103 -103
- package/nstc-g6/components/Search/src/main copy.vue +607 -607
- package/nstc-g6/components/approvelTwo/main.vue +220 -220
- package/nstc-g6/components/approvelTwo/progress.vue +154 -154
- package/nstc-g6/directives/VCopy/index.js +59 -59
- package/nstc-g6/directives/VNstcNumber/index.js +14 -14
- package/nstc-g6/directives/VNstcNumber/temp.js +446 -446
- package/nstc-g6/index.js +193 -193
- package/nstc-g6/utils/auth.js +2 -2
- package/nstc-g6/utils/axios.js +2 -2
- package/nstc-g6/utils/dateAndValidator.js +649 -649
- package/nstc-g6/utils/debounce.js +40 -40
- package/nstc-g6/utils/mapper_aims.js +809 -809
- package/nstc-g6/utils/parseTime.js +48 -48
- package/nstc-g6/utils/validate/index.js +6 -6
- package/nstc-g6/utils/vendor/Export2Excel.js +229 -229
- package/nstc-g6/utils/vendor/Export2Zip.js +24 -24
- package/nstc-g6/utils/vue-bus.js +4 -4
- package/package.json +103 -103
- package/src/_qiankun/index.js +113 -113
- package/src/_qiankun/postMessage.js +24 -24
- package/src/assets/css/_coreLib.scss +43 -43
- package/src/assets/css/alert.scss +28 -28
- package/src/assets/css/cl-anchor.scss +70 -70
- package/src/assets/css/cl-approve-card.scss +68 -68
- package/src/assets/css/cl-dialog.scss +113 -113
- package/src/assets/css/cl-drag-list.scss +24 -24
- package/src/assets/css/cl-empty.scss +10 -10
- package/src/assets/css/cl-expandable-pane.scss +37 -37
- package/src/assets/css/cl-expandable.scss +27 -27
- package/src/assets/css/cl-file-upload-table.scss +31 -31
- package/src/assets/css/cl-filter.scss +4 -4
- package/src/assets/css/cl-flow-step.scss +185 -185
- package/src/assets/css/cl-footer-box.scss +10 -10
- package/src/assets/css/cl-form-item.scss +729 -729
- package/src/assets/css/cl-general-card.scss +11 -11
- package/src/assets/css/cl-layout-aside.scss +92 -92
- package/src/assets/css/cl-layout-content.scss +16 -16
- package/src/assets/css/cl-layout-header.scss +89 -89
- package/src/assets/css/cl-layout-tabs.scss +87 -87
- package/src/assets/css/cl-layout.scss +97 -97
- package/src/assets/css/cl-login-temporary.scss +37 -37
- package/src/assets/css/cl-message.scss +159 -159
- package/src/assets/css/cl-more-tab.scss +98 -98
- package/src/assets/css/cl-nav-menu.scss +5 -5
- package/src/assets/css/cl-pagination.scss +130 -130
- package/src/assets/css/cl-secondary-tab.scss +53 -53
- package/src/assets/css/cl-showcolumn.scss +40 -40
- package/src/assets/css/cl-sifting.scss +51 -51
- package/src/assets/css/cl-statis.scss +54 -54
- package/src/assets/css/cl-step.scss +73 -73
- package/src/assets/css/cl-suspend.scss +19 -19
- package/src/assets/css/cl-tertiary-tab.scss +56 -56
- package/src/assets/css/cl-upload.scss +52 -52
- package/src/assets/css/cl-worn-pagination.scss +50 -50
- package/src/assets/css/el-button.scss +186 -186
- package/src/assets/css/el-table.scss +88 -88
- package/src/assets/css/element-variables.scss +1061 -1061
- package/src/assets/css/element.dev.scss +22 -22
- package/src/assets/css/font-icon.scss +26 -26
- package/src/assets/css/index.dev.scss +4 -4
- package/src/assets/css/index.scss +11 -11
- package/src/assets/css/normalize.scss +845 -845
- package/src/assets/css/plain-text.scss +36 -36
- package/src/assets/css/rootvar.scss +143 -143
- package/src/assets/css/select.scss +25 -25
- package/src/assets/css/title-pop.scss +23 -23
- package/src/assets/getJsonc.js +53 -53
- package/src/assets/iconFont/demo.css +539 -539
- package/src/assets/iconFont/demo_index.html +1614 -1614
- package/src/assets/iconFont/iconfont.css +263 -263
- package/src/assets/iconFont/iconfont.json +443 -443
- package/src/assets/realUrl.js +13 -13
- package/src/components/Anchor/AnchorItem.vue +30 -30
- package/src/components/Anchor/index.vue +208 -208
- package/src/components/ApprovalButtons/index.vue +240 -240
- package/src/components/ApprovalCard/index.vue +132 -132
- package/src/components/ApprovalRecord/approvalImg.vue +39 -39
- package/src/components/ApprovalRecord/approvalImgPro.vue +424 -424
- package/src/components/ApprovalRecord/flowDialog.vue +47 -47
- package/src/components/ApprovalRecord/index.vue +63 -63
- package/src/components/Button/button-group.vue +148 -148
- package/src/components/Button/icon-group-button.vue +63 -63
- package/src/components/Button/index.vue +56 -56
- package/src/components/CascaderArea/index.vue +103 -103
- package/src/components/ChildRange/index.vue +169 -169
- package/src/components/ChildRange/style.scss +34 -34
- package/src/components/ContentLoading/index.vue +41 -41
- package/src/components/ContentNull/index.vue +19 -19
- package/src/components/DatePicker/index.vue +33 -33
- package/src/components/DatePicker/por.vue +171 -171
- package/src/components/Descriptions/index.vue +42 -42
- package/src/components/Dialog/index.vue +26 -26
- package/src/components/Dialog/indexO.vue +116 -116
- package/src/components/DragList/index.vue +79 -79
- package/src/components/ECharts/define.js +74 -74
- package/src/components/ECharts/index.vue +170 -170
- package/src/components/ECharts/mixins/resize.js +23 -23
- package/src/components/Empty/img/400.svg +101 -101
- package/src/components/Empty/img/401.svg +101 -101
- package/src/components/Empty/img/403.svg +101 -101
- package/src/components/Empty/img/405.svg +101 -101
- package/src/components/Empty/img/901.svg +95 -95
- package/src/components/Empty/img/902.svg +95 -95
- package/src/components/Empty/img/903.svg +95 -95
- package/src/components/Empty/img/904.svg +95 -95
- package/src/components/Empty/img/905.svg +95 -95
- package/src/components/Empty/img/906.svg +95 -95
- package/src/components/Empty/img/907.svg +95 -95
- package/src/components/Empty/img/abnormal.svg +108 -108
- package/src/components/Empty/img/dispose.svg +71 -71
- package/src/components/Empty/img/empty.svg +57 -57
- package/src/components/Empty/img/general.svg +58 -58
- package/src/components/Empty/img/lock.svg +57 -57
- package/src/components/Empty/img/network.svg +59 -59
- package/src/components/Empty/img/relevant.svg +68 -68
- package/src/components/Empty/img/search.svg +72 -72
- package/src/components/Empty/index.vue +147 -147
- package/src/components/EventBubble/demo/a.vue +29 -29
- package/src/components/EventBubble/demo/b.vue +12 -12
- package/src/components/EventBubble/demo/c.vue +18 -18
- package/src/components/EventBubble/index.vue +57 -57
- package/src/components/Expandable/index.vue +49 -49
- package/src/components/Expandable/main.vue +64 -64
- package/src/components/FileExportAsync/index.vue +191 -191
- package/src/components/FileImport/index.vue +108 -108
- package/src/components/FileUploadTable/index.vue +583 -583
- package/src/components/Filters/form-item-input.vue +185 -185
- package/src/components/Filters/index.vue +216 -216
- package/src/components/Filters/indexO.vue +106 -106
- package/src/components/FlowStep/index.vue +92 -92
- package/src/components/FooterBox/index.vue +21 -21
- package/src/components/GeneralCard/index.vue +15 -15
- package/src/components/InputNumber/index.vue +184 -184
- package/src/components/InputNumber/numberRange.vue +62 -62
- package/src/components/InputSearch/index.vue +79 -75
- package/src/components/Layout/AsideNav/index.vue +120 -120
- package/src/components/Layout/AsideNav/menuItem.vue +34 -34
- package/src/components/Layout/AsideNav/submenuTitle.vue +26 -26
- package/src/components/Layout/HeaderWrap/changePwd.vue +215 -215
- package/src/components/Layout/HeaderWrap/index.vue +412 -412
- package/src/components/Layout/HeaderWrap/noticePop.vue +316 -316
- package/src/components/Layout/SubContent/index.vue +127 -127
- package/src/components/Layout/TabsNav/index.vue +169 -169
- package/src/components/Layout/index.vue +518 -518
- package/src/components/Layout/utils.js +12 -12
- package/src/components/LoginTemporary/form.vue +581 -581
- package/src/components/LoginTemporary/index.vue +198 -198
- package/src/components/LoginTemporary/qrcode.vue +92 -92
- package/src/components/LoginTemporary/retrievePw.vue +375 -375
- package/src/components/LoginTemporary/utils.js +73 -73
- package/src/components/MicroApp/index.js +67 -67
- package/src/components/MicroFrame/index.vue +95 -95
- package/src/components/MoreTab/index.vue +229 -229
- package/src/components/NavMenu/index.vue +60 -60
- package/src/components/PageHeader/index.vue +39 -39
- package/src/components/PageHeader/style.scss +44 -44
- package/src/components/PageLayout/page.vue +15 -15
- package/src/components/Pagination/index.vue +165 -165
- package/src/components/SecondaryTab/index.vue +57 -57
- package/src/components/SelectLazy/index.vue +75 -75
- package/src/components/SelectTree/SelectTreeLazy.vue +241 -241
- package/src/components/SelectTree/index.vue +206 -206
- package/src/components/ShowColumn/index.vue +252 -252
- package/src/components/Sifting/index.vue +98 -98
- package/src/components/Stamp/index.vue +75 -75
- package/src/components/Statis/index.vue +113 -113
- package/src/components/Statis/statisItem.vue +65 -65
- package/src/components/Statis/statisPopover.vue +63 -63
- package/src/components/Step/index.vue +37 -37
- package/src/components/Suspend/index.vue +72 -72
- package/src/components/Table/filters.js +60 -60
- package/src/components/Table/index.vue +89 -89
- package/src/components/Table/indexO.vue +149 -149
- package/src/components/TableOperateColumn/OperateBtns.vue +86 -86
- package/src/components/TableOperateColumn/index.vue +26 -26
- package/src/components/Task/index.vue +26 -26
- package/src/components/TertiaryTab/index.vue +62 -62
- package/src/components/TimePicker/index.vue +28 -28
- package/src/components/Upload/index.vue +280 -280
- package/src/components/Upload/uploadMsg.vue +114 -114
- package/src/components/WornPagination/index.vue +73 -73
- package/src/directives/VClickOutside/index.js +27 -27
- package/src/directives/VHas/index.js +58 -58
- package/src/directives/VMove/index.js +42 -42
- package/src/directives/VRuleKey/index.js +201 -201
- package/src/directives/VTitle/index.js +109 -109
- package/src/index.js +265 -265
- package/src/plugins/CompatibleOld/index.js +11 -11
- package/src/plugins/Print/index.js +4 -4
- package/src/plugins/Print/print-js/.babelrc +12 -12
- package/src/plugins/Print/print-js/LICENSE +21 -21
- package/src/plugins/Print/print-js/README.md +98 -98
- package/src/plugins/Print/print-js/dist/print.css +96 -96
- package/src/plugins/Print/print-js/dist/print.js +990 -990
- package/src/plugins/Print/print-js/package.json +60 -60
- package/src/plugins/Print/print-js/src/index.d.ts +45 -45
- package/src/plugins/Print/print-js/src/index.js +10 -10
- package/src/plugins/Print/print-js/src/js/browser.js +33 -33
- package/src/plugins/Print/print-js/src/js/functions.js +103 -103
- package/src/plugins/Print/print-js/src/js/html.js +70 -70
- package/src/plugins/Print/print-js/src/js/image.js +48 -48
- package/src/plugins/Print/print-js/src/js/init.js +168 -168
- package/src/plugins/Print/print-js/src/js/json.js +109 -109
- package/src/plugins/Print/print-js/src/js/modal.js +62 -62
- package/src/plugins/Print/print-js/src/js/pdf.js +62 -62
- package/src/plugins/Print/print-js/src/js/print.js +102 -102
- package/src/plugins/Print/print-js/src/js/raw-html.js +15 -15
- package/src/plugins/Print/print-js/src/sass/index.scss +13 -13
- package/src/plugins/Print/print-js/src/sass/modules/_colors.scss +9 -9
- package/src/plugins/Print/print-js/src/sass/partials/_modal.scss +40 -40
- package/src/plugins/Print/print-js/src/sass/partials/_spinner.scss +45 -45
- package/src/plugins/Print/print.js +2 -2
- package/src/plugins/Print/print.scss +1 -1
- package/src/plugins/SetMenuTree/index.vue +41 -41
- package/src/plugins/SetMenuTree/logoIcon.vue +37 -37
- package/src/plugins/SetMenuTree/setmenutree.vue +427 -427
- package/src/plugins/SetMenuTree/utils.js +74 -74
- package/src/plugins/Sign/InfosecNetSignCNGAgent.min.js +2000 -2000
- package/src/plugins/Sign/bjca/XTXSAB.js +2395 -2395
- package/src/plugins/Sign/bjca/index.js +129 -129
- package/src/plugins/Sign/index.js +28 -28
- package/src/plugins/Sign/sign.js +108 -64
- package/src/plugins/setTabsForSub.js +2 -2
- package/src/utils/auth.js +56 -56
- package/src/utils/axios.js +205 -205
- package/src/utils/downloadBlob.js +19 -19
- package/src/utils/forEachs.js +16 -16
- package/src/utils/getScrollContainer.js +43 -43
- package/src/utils/handleTab.js +109 -109
- package/src/utils/i18n/cn2hk.json +1270 -1270
- package/src/utils/i18n/index.js +50 -50
- package/src/utils/importGlobal.js +16 -16
- package/src/utils/list2tree.js +36 -36
- package/src/utils/msgboxPor.js +26 -26
- package/src/utils/print.js +161 -161
- package/src/utils/relaNo.js +72 -72
- package/src/utils/repairElementUI.js +169 -169
- package/src/utils/tableheaderFilterpanel.vue +248 -248
- package/src/utils/theme.config.js +22 -22
- package/src/utils/theme.js +31 -31
- package/src/utils/toExcel.js +103 -103
- package/src/utils/urlToGo.js +82 -82
- package/src/utils/xls2json.js +44 -44
- package/src/utils/xlsx2json.js +28 -28
|
@@ -1,96 +1,96 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="350px" height="300px" viewBox="0 0 350 300" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<defs>
|
|
4
|
-
<rect id="path-1" x="0" y="0" width="350" height="300"></rect>
|
|
5
|
-
<linearGradient x1="50%" y1="85.1278551%" x2="50%" y2="0%" id="linearGradient-3">
|
|
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.2301095%" x2="50%" y2="0%" id="linearGradient-4">
|
|
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-5">
|
|
14
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-6">
|
|
18
|
-
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
19
|
-
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
<linearGradient x1="89.7696721%" y1="19.9401639%" x2="9.44918033%" y2="80.4655738%" id="linearGradient-7">
|
|
22
|
-
<stop stop-color="#87B6FA" offset="0%"></stop>
|
|
23
|
-
<stop stop-color="#85B1F3" offset="100%"></stop>
|
|
24
|
-
</linearGradient>
|
|
25
|
-
<linearGradient x1="-0.0350649351%" y1="50.0212787%" x2="99.2860318%" y2="50.0212787%" id="linearGradient-8">
|
|
26
|
-
<stop stop-color="#E6E8ED" offset="0%"></stop>
|
|
27
|
-
<stop stop-color="#D7DAE0" offset="100%"></stop>
|
|
28
|
-
</linearGradient>
|
|
29
|
-
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-9">
|
|
30
|
-
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
31
|
-
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
32
|
-
</linearGradient>
|
|
33
|
-
<linearGradient x1="0.0987373737%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-10">
|
|
34
|
-
<stop stop-color="#D7DAE0" offset="1.51879371%"></stop>
|
|
35
|
-
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
36
|
-
</linearGradient>
|
|
37
|
-
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-11">
|
|
38
|
-
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
39
|
-
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
40
|
-
</linearGradient>
|
|
41
|
-
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-12">
|
|
42
|
-
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
43
|
-
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
44
|
-
</linearGradient>
|
|
45
|
-
</defs>
|
|
46
|
-
<g id="---6.7异常Abnormal" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
47
|
-
<g id="6.7异常Abnormal" transform="translate(-1786.000000, -2537.000000)">
|
|
48
|
-
<g id="905" transform="translate(1786.000000, 2537.000000)">
|
|
49
|
-
<mask id="mask-2" fill="white">
|
|
50
|
-
<use xlink:href="#path-1"></use>
|
|
51
|
-
</mask>
|
|
52
|
-
<g id="蒙版"></g>
|
|
53
|
-
<g id="编组-2" mask="url(#mask-2)">
|
|
54
|
-
<g transform="translate(9.000000, -6.000000)">
|
|
55
|
-
<ellipse id="椭圆形" fill="url(#linearGradient-3)" fill-rule="nonzero" opacity="0.16" cx="158.167309" cy="247.636033" rx="158.167309" ry="82.3639674"></ellipse>
|
|
56
|
-
<g id="编组" opacity="0.9" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(54.996787, 0.000000)">
|
|
57
|
-
<path d="M143.958869,39.5886889 L143.958869,39.5886889 L143.958869,39.5886889 C144.371251,39.6261782 144.821123,39.6636675 145.270994,39.6636675 C145.720865,39.6636675 146.133248,39.6261782 146.583119,39.5886889 L176.237147,39.5886889 C178.748929,41.4631534 181.898029,42.587832 185.309554,42.587832 C193.669666,42.587832 200.455227,35.8022708 200.455227,27.4421594 C200.455227,19.082048 193.669666,12.2964867 185.309554,12.2964867 C184.559769,12.2964867 183.847472,12.333976 183.135176,12.4464439 C181.523136,8.3601114 177.549272,5.43594687 172.9006,5.43594687 C171.32605,5.43594687 169.863967,5.77335047 168.514353,6.37317909 C166.339974,2.54927164 162.216153,0 157.492502,0 C150.482005,0 144.783633,5.69837189 144.783633,12.7088689 C144.783633,13.6086118 144.858612,14.4333762 145.046058,15.2956298 C138.410454,15.4080977 133.086755,20.8440446 133.086755,27.4796487 C133.049486,33.7403599 137.810626,38.951371 143.958869,39.5886889 Z" id="路径" fill="url(#linearGradient-4)" fill-rule="nonzero" opacity="0.16"></path>
|
|
58
|
-
<path d="M14.4708655,90.1992288 L14.4708655,90.1992288 L14.545844,90.1992288 C15.2206512,90.2742074 15.8954584,90.3116967 16.5702656,90.3116967 C17.2450728,90.3116967 17.9573693,90.2742074 18.6321765,90.1992288 L72.5792631,90.1992288 C75.4659383,92.3361183 79.06491,93.6107541 82.9263068,93.6107541 C92.561054,93.6107541 100.396315,85.7754927 100.396315,76.1407455 C100.396315,66.5059983 92.561054,58.6707369 82.9263068,58.6707369 C82.3639674,58.6707369 81.7641388,58.7082262 81.2017995,58.7457155 C78.3901028,52.9348757 72.4667952,48.9610111 65.6062554,48.9610111 C64.781491,48.9610111 63.9567266,49.0359897 63.1694516,49.1484576 C59.0081405,42.5128535 51.6227506,38.0891174 43.22515,38.0891174 C31.6034704,38.0891174 21.9687232,46.4867181 20.0567695,57.5460583 C18.9320908,57.3211225 17.8074122,57.1711654 16.6077549,57.1711654 C7.46036847,57.1711654 0,64.5940446 0,73.7789203 C0,82.176521 6.29820051,89.1495287 14.4708655,90.1992288 Z" id="路径" fill="url(#linearGradient-5)" fill-rule="nonzero" opacity="0.16"></path>
|
|
59
|
-
</g>
|
|
60
|
-
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(20.224488, 225.440811)">
|
|
61
|
-
<path d="M1.85670261,22.4576468 C7.18018161,28.0435509 20.2639434,25.0444078 22.02594,19.9458645 C23.2255972,16.3843821 22.2133864,11.3983066 19.5141576,8.17422781 C17.4147574,5.69993475 15.9526752,3.48806671 13.853275,1.8760273 C12.166257,0.601391479 11.3040034,-0.0359264306 10.7041748,0.00156285816 C6.58035299,0.189009302 -4.32903004,15.9719999 1.85670261,22.4576468 Z" id="路径" fill="url(#linearGradient-6)" fill-rule="nonzero"></path>
|
|
62
|
-
<rect id="矩形" fill="#E6E8ED" fill-rule="nonzero" x="11.0415784" y="11.060903" width="1" height="24.1056127"></rect>
|
|
63
|
-
</g>
|
|
64
|
-
<circle id="椭圆形" fill="url(#linearGradient-7)" fill-rule="nonzero" cx="180.098543" cy="145.590189" r="2.28684662"></circle>
|
|
65
|
-
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(109.052287, 113.086975)">
|
|
66
|
-
<circle id="椭圆形" fill="url(#linearGradient-8)" fill-rule="nonzero" cx="55.4882019" cy="37.5267781" r="37.5267781"></circle>
|
|
67
|
-
<circle id="椭圆形" fill="url(#linearGradient-9)" fill-rule="nonzero" cx="35.0190502" cy="15.4080977" r="7.42287918"></circle>
|
|
68
|
-
<circle id="椭圆形" fill="url(#linearGradient-10)" fill-rule="nonzero" cx="46.6407297" cy="54.9218081" r="10.1970865"></circle>
|
|
69
|
-
<circle id="椭圆形" fill="url(#linearGradient-10)" fill-rule="nonzero" cx="73.8204641" cy="20.3941731" r="6.07326478"></circle>
|
|
70
|
-
<path d="M8.92650522,71.267138 C4.9901299,71.267138 2.36587969,70.10497 0.941286715,67.8181234 C-2.0203671,62.9820051 1.9909868,55.6715938 13.2002841,45.3995287 C14.4374307,44.2373608 16.3868737,44.3498286 17.5490416,45.5869751 C18.7112096,46.8241217 18.5987417,48.7735647 17.3615952,49.9357326 C7.0145515,59.4205227 5.92736212,63.9192374 6.18978714,64.6315338 C6.60216932,65.1188946 10.6135232,66.1685947 22.1977135,62.1572408 C32.2823321,58.6707369 44.6537974,52.5599829 57.1002413,44.9871465 C69.5091959,37.4143102 80.6060254,29.1666667 88.2913296,21.8187661 C97.1388017,13.3461868 98.0385446,9.3348329 97.7761196,8.697515 C97.7761196,8.697515 95.4517837,6.78556127 83.9050828,10.4595116 C82.2930434,10.9843616 80.5685361,10.0846187 80.043686,8.47257926 C79.518836,6.86053985 80.4185789,5.13603256 82.0306183,4.61118252 C93.53983,0.937232219 100.40037,1.23714653 102.987131,5.51092545 C105.723849,9.97215081 102.462281,16.5702656 93.0524692,25.7176521 C85.0672507,33.5154242 73.4080819,42.2129392 60.2868308,50.235647 C47.1655798,58.2583548 34.081818,64.6315338 23.4723493,68.1930163 C17.4740631,70.2174379 12.6379448,71.267138 8.92650522,71.267138 Z" id="路径" fill="#C9CDD4" fill-rule="nonzero"></path>
|
|
71
|
-
<path d="M9.82624815,72.1293916 C5.88987283,72.1293916 3.26562262,70.9672237 1.84102965,68.680377 C-1.12062417,63.8442588 2.89072973,56.5338475 14.1000271,46.2617823 C15.3371736,45.0996144 17.2866166,45.2120823 18.4487846,46.4492288 C19.6109525,47.6863753 19.4984847,49.6358183 18.2613381,50.7979863 C7.91429443,60.2827763 6.82710505,64.781491 7.08953007,65.4937875 C7.50191225,65.9811482 11.5132661,67.0308483 23.0974564,63.0194944 C33.1820751,59.5329906 45.5535404,53.4222365 57.9999842,45.8494002 C70.4089388,38.2765638 81.5057683,30.0289203 89.1910725,22.6810197 C98.0385446,14.2084404 98.9382876,10.1970865 98.6758626,9.55976864 C98.6758626,9.55976864 96.3515266,7.64781491 84.8048257,11.3217652 C83.1927863,11.8466153 81.468279,10.9468723 80.943429,9.3348329 C80.4185789,7.72279349 81.3183218,5.9982862 82.9303613,5.47343616 C94.4395729,1.79948586 101.300113,2.09940017 103.886874,6.37317909 C106.623592,10.8344045 103.362024,17.4325193 93.9522122,26.5799057 C85.9295044,34.3776778 74.2703356,43.1126821 61.1490845,51.0979006 C48.0278334,59.1206084 34.9440716,65.4937875 24.3346029,69.0552699 C18.3363167,71.1171808 13.5001985,72.1293916 9.82624815,72.1293916 Z" id="路径" fill="#D7DAE0" fill-rule="nonzero"></path>
|
|
72
|
-
</g>
|
|
73
|
-
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(244.771140, 195.257600)">
|
|
74
|
-
<path d="M1.34604091,8.74090054 C3.59539823,4.61707878 8.35653791,0.530746303 14.5422706,0.043385549 C15.4795028,-0.0315930286 19.0409852,-0.219039472 22.902382,1.65542497 C23.3147641,1.84287141 29.9503682,5.14192882 29.6504539,8.25353979 C29.275561,12.3398723 17.9163065,13.9144224 13.3801026,14.5517403 C9.21879155,15.1515689 1.57097664,16.201269 0.183872953,13.2771045 C-0.378466378,11.9649794 0.446297975,10.4279185 1.34604091,8.74090054 Z" id="路径" fill="url(#linearGradient-11)" fill-rule="nonzero"></path>
|
|
75
|
-
<path d="M15.8918849,12.0774472 C17.6163922,8.92834699 21.215364,5.81673602 25.9390143,5.44184313 C27.063693,5.36686455 29.6504539,5.17941811 32.3121934,6.67898966 C35.236358,8.32851837 38.1230332,11.9649794 37.2232903,14.1768474 C36.9983545,14.7016975 36.3610366,15.7139083 25.0767607,16.5011833 C17.5789029,17.0260334 15.5919706,16.7261191 15.0296313,15.5264618 C14.5797598,14.514251 15.2170778,13.3520831 15.8918849,12.0774472 Z" id="路径" fill="url(#linearGradient-12)" fill-rule="nonzero"></path>
|
|
76
|
-
</g>
|
|
77
|
-
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(60.614590, 33.980750)">
|
|
78
|
-
<g fill-rule="nonzero">
|
|
79
|
-
<g>
|
|
80
|
-
<path d="M0.230525769,1.50339699 L17.5130879,27.2960277 C17.663045,27.5584527 17.9254701,27.6709206 18.1878951,27.7084098 C18.4503201,27.7458991 18.7127451,27.6334313 18.9001916,27.4459848 L22.1617597,24.1844167 L26.3230708,27.4834741 C26.36056,27.4834741 26.5854958,27.7458991 27.1103458,27.6334313 C27.7101744,27.5209634 27.785153,26.9586241 27.785153,26.9211348 L29.6596175,16.6865589 L36.1827537,10.200912 C36.4076894,9.97597625 36.482668,9.63857265 36.4076894,9.30116905 C36.2952216,9.00125474 36.0702858,8.73882972 35.7328822,8.66385114 L1.1302687,0.0413147264 C1.09277941,0.0413147264 0.530440079,-0.183621006 0.155547191,0.416207614 C-0.181856408,0.941057657 0.118057902,1.39092912 0.230525769,1.50339699 Z M25.2733707,17.9237055 C25.2733707,17.9237055 25.2358814,17.736259 25.1609028,17.6612805 C25.0859242,17.5863019 24.9359671,17.4363447 24.9359671,17.4363447 L12.7894375,8.55138328 L27.7101744,16.7240482 L26.6229851,22.6848451 L25.2733707,17.9237055 Z M25.1983921,24.2593953 L22.9115455,22.4599094 L24.2236706,20.84787 L25.1983921,24.2593953 Z" id="形状" fill="#E6E8ED"></path>
|
|
81
|
-
<path d="M25.2733707,17.9237055 C25.2733707,17.9237055 25.2358814,17.736259 25.1609028,17.6612805 C25.0859242,17.5863019 24.9359671,17.4363447 24.9359671,17.4363447 L12.7894375,8.55138328 L27.7101744,16.7240482 L26.6229851,22.6848451 L25.2733707,17.9237055 Z" id="路径" fill="#D7DAE0"></path>
|
|
82
|
-
</g>
|
|
83
|
-
<polygon id="路径" fill="#E6E8ED" points="25.1983921 24.2593953 22.9115455 22.4599094 24.2236706 20.84787"></polygon>
|
|
84
|
-
</g>
|
|
85
|
-
<path d="M153.111845,98.3757192 C153.974099,97.1385727 154.798863,95.9014261 155.548649,94.6267903 L156.185967,95.0016832 C155.398692,96.276319 154.573928,97.5509548 153.711674,98.7881014 L153.111845,98.3757192 Z M157.648049,90.690415 C158.322857,89.3408006 158.922685,87.9536969 159.447535,86.6040825 L160.159832,86.8665075 C159.597492,88.2536112 158.997664,89.6407149 158.322857,91.0278186 L157.648049,90.690415 Z M160.834639,82.3677929 C161.247021,80.9057106 161.584425,79.4436284 161.80936,78.0190354 L162.559146,78.1315032 C162.33421,79.5560962 161.996807,81.0556678 161.584425,82.5552393 L160.834639,82.3677929 Z M139.728169,78.1689925 C140.402976,77.456696 141.152762,76.1445709 141.902548,74.3825744 L142.577355,74.6824887 C141.827569,76.5569531 141.002805,77.9065675 140.290509,78.6938426 L139.728169,78.1689925 Z M135.116987,72.5830885 L135.829283,72.4331314 C136.204176,74.0451708 136.654048,75.507253 137.216387,76.6319317 L136.54158,76.9693353 C135.97924,75.7696781 135.49188,74.2701065 135.116987,72.5830885 Z M162.259232,73.6327886 C162.259232,73.3703636 162.259232,73.1079385 162.259232,72.8455135 C162.259232,71.608367 162.146764,70.3712205 161.996807,69.2090525 L162.746593,69.0965846 C162.934039,70.2962419 163.009018,71.5333884 163.009018,72.8455135 C163.009018,73.1079385 163.009018,73.3703636 163.009018,73.6327886 L162.259232,73.6327886 Z M143.36463,70.2212633 C143.777012,68.7966703 144.151905,67.3345881 144.45182,65.8725058 L145.201605,66.022463 C144.901691,67.4845452 144.526798,68.9841168 144.114416,70.4087098 L143.36463,70.2212633 Z M134.367201,66.3973559 C134.367201,65.3851451 134.44218,64.4479128 134.554647,63.5481699 L135.304433,63.6606378 C135.191965,64.5228914 135.116987,65.4601236 135.116987,66.3973559 C135.116987,66.9596952 135.154476,67.5220345 135.191965,68.0843739 L134.44218,68.1218631 C134.40469,67.5220345 134.367201,66.9222059 134.367201,66.3973559 Z M158.885196,61.0363876 L159.485024,60.5865161 C160.347278,61.7861733 161.097064,63.1357877 161.659403,64.6353593 L160.947107,64.8977843 C160.422257,63.4731913 159.70996,62.1610662 158.885196,61.0363876 Z M145.164116,61.486259 C145.276584,60.2866018 145.351563,59.1244338 145.351563,58.0747337 C145.351563,57.6998409 145.314073,57.3624373 145.314073,57.0250337 L146.063859,56.9875444 C146.101348,57.324948 146.101348,57.6623516 146.101348,58.0372445 C146.101348,59.1244338 146.02637,60.2866018 145.913902,61.5237483 L145.164116,61.486259 Z M99.7270982,60.2491125 L99.7645875,59.4993267 C101.264159,59.536816 102.763731,59.536816 104.225813,59.4618374 L104.263302,60.2116232 C103.438538,60.2491125 102.613773,60.2866018 101.789009,60.2866018 C101.114202,60.2866018 100.439395,60.2491125 99.7270982,60.2491125 Z M90.7671582,59.274391 L90.879626,58.5246052 C92.3791976,58.7870302 93.8412798,59.011966 95.3033621,59.1619231 L95.2283835,59.9117089 C93.7663013,59.7242625 92.2667297,59.536816 90.7671582,59.274391 Z M108.687038,59.0869445 C110.18661,58.8620088 111.648692,58.5620945 113.073285,58.2246909 L113.260731,58.9369874 C111.798649,59.3118803 110.299078,59.5743053 108.799506,59.799241 L108.687038,59.0869445 Z M135.866773,59.1244338 C136.466601,57.8872873 137.253876,56.8375872 138.191108,56.0503122 C138.378555,55.8628657 138.603491,55.7129086 138.828426,55.5629514 L139.240809,56.2002693 C139.015873,56.3502265 138.828426,56.5001836 138.64098,56.6501408 C137.778726,57.3624373 137.06643,58.3371588 136.50409,59.4618374 L135.866773,59.1244338 Z M81.9571753,57.2124801 L82.182111,56.5001836 C83.6441933,56.9125658 85.1062756,57.2874587 86.5308685,57.6248623 L86.3434221,58.3371588 C84.9188291,57.9997552 83.4567468,57.6248623 81.9571753,57.2124801 Z M151.912188,55.9378443 L152.174613,55.2255478 C153.636695,55.8253764 154.98631,56.5376729 156.185967,57.3999266 L155.736096,57.9997552 C154.573928,57.1749908 153.261803,56.5001836 151.912188,55.9378443 Z M117.309575,56.8750765 C117.871914,56.6501408 118.434253,56.425205 118.996593,56.2002693 C119.746378,55.900355 120.533653,55.5254621 121.433396,55.1130799 L121.7708,55.7878871 C120.871057,56.2377586 120.046293,56.6126515 119.296507,56.9125658 C118.734168,57.1375015 118.134339,57.3624373 117.572,57.587373 L117.309575,56.8750765 Z M73.4096175,54.3258049 L73.6720425,53.6135084 C75.0966355,54.1383584 76.5212284,54.6632085 77.9083321,55.1130799 L77.6833964,55.8253764 C76.2588034,55.375505 74.8342104,54.8506549 73.4096175,54.3258049 Z M143.214673,54.7006978 L143.102205,53.950912 C144.526798,53.7634655 146.101348,53.7634655 147.713388,54.0258906 L147.60092,54.7756763 C146.063859,54.5132513 144.601777,54.5132513 143.214673,54.7006978 Z M125.44475,53.1261476 L125.782154,52.9387012 C126.981811,52.3013833 128.218958,51.6640654 129.456104,51.0642367 L129.793508,51.7390439 C128.593851,52.3388726 127.319215,52.9761905 126.119557,53.6135084 L125.782154,53.8009548 L125.44475,53.1261476 Z M142.689823,49.6771331 C142.539866,49.5646652 142.389909,49.4521973 142.239952,49.3772188 L142.614845,48.7399008 C142.802291,48.8148794 142.989737,48.9648366 143.139695,49.0773044 C144.114416,49.8270902 144.864202,50.9892582 145.351563,52.4888297 L144.639266,52.7137655 C144.189395,51.3266618 143.514587,50.314451 142.689823,49.6771331 Z M65.1244846,50.839301 L65.4243989,50.1644938 C66.8115026,50.8018117 68.1986063,51.4016403 69.5482207,51.9639797 L69.2483064,52.6387869 C67.8612027,52.0764475 66.474099,51.4391296 65.1244846,50.839301 Z M133.617415,49.2272616 C135.304433,48.5899437 136.729026,48.1775615 138.003662,47.9901151 L138.11613,48.7399008 C136.916473,48.889858 135.529369,49.3022402 133.87984,49.9395581 L133.617415,49.2272616 Z M57.0267983,46.8654364 L57.3642019,46.1906292 C58.7138163,46.9029257 60.0634307,47.5777329 61.3755558,48.2150508 L61.0381522,48.889858 C59.7260271,48.2150508 58.3764127,47.5402436 57.0267983,46.8654364 Z M49.1540476,42.4417003 L49.5289405,41.8043824 C50.8410656,42.5541682 52.1531907,43.303954 53.4278265,44.0162505 L53.0529337,44.6910577 C51.7782978,43.9787612 50.4661727,43.2289754 49.1540476,42.4417003 Z M41.3937648,37.8305178 L41.806147,37.1931999 C43.0807828,37.980475 44.3554187,38.8052393 45.6300545,39.5550251 L45.2551616,40.192343 C43.9805258,39.4050679 42.70589,38.6177929 41.3937648,37.8305178 Z M33.8959071,32.8819317 L34.3082893,32.2446138 C35.5829251,33.0693781 36.8200716,33.8941425 38.0572181,34.7189068 L37.644836,35.3562248 C36.4076894,34.5689497 35.1330536,33.706696 33.8959071,32.8819317 Z M29.209746,29.6578529 L29.6221282,29.0580242 C29.9595318,29.28296 30.2594461,29.5078957 30.5968497,29.7328314 L30.1844675,30.3326601 C29.8470639,30.1077243 29.5471496,29.8827886 29.209746,29.6578529 Z" id="形状" fill="#E6E8ED" fill-rule="nonzero"></path>
|
|
86
|
-
</g>
|
|
87
|
-
<path d="M64.92,190.68 C74.76,190.68 82.68,186.36 88.56,177.72 C94.32,169.08 97.32,157.68 97.32,143.76 C97.32,130.56 94.56,120.36 89.04,112.92 C83.52,105.36 75.48,101.64 65.04,101.64 C56.4,101.64 49.2,104.4 43.44,110.04 C37.68,115.56 34.8,122.64 34.8,131.28 C34.8,139.68 37.2,146.52 42.24,151.8 C47.28,157.32 54.12,160.08 62.52,160.08 C66.84,160.08 70.68,159.24 74.04,157.68 C77.52,156 80.52,153.36 83.04,149.88 L83.64,149.88 L83.64,150.96 C83.64,158.88 81.96,165.48 78.72,170.76 C75.24,176.28 70.68,179.16 65.04,179.16 C56.76,179.16 51.84,175.2 50.16,167.28 L36.48,167.28 C38.52,182.88 48,190.68 64.92,190.68 Z M65.52,148.68 C60.24,148.68 56.16,147 53.28,143.88 C50.16,140.76 48.72,136.56 48.72,131.28 C48.72,126 50.16,121.68 53.28,118.32 C56.4,114.96 60.48,113.28 65.52,113.28 C70.32,113.28 74.4,114.84 77.52,117.96 C80.64,121.08 82.2,125.28 82.2,130.8 C82.2,136.32 80.64,140.64 77.76,143.88 C74.76,147 70.68,148.68 65.52,148.68 Z" id="9" fill="#C9CDD4" fill-rule="nonzero"></path>
|
|
88
|
-
<path d="M262.04,188.68 C270.56,188.68 277.88,186.16 284.12,181.12 C290.84,175.48 294.2,168.28 294.2,159.4 C294.2,150.16 291.56,142.84 286.52,137.56 C281.48,132.28 274.88,129.64 266.84,129.64 C263,129.64 259.52,130.24 256.4,131.44 C252.92,132.64 249.92,134.56 247.28,137.2 L246.92,137.2 L249.32,113.68 L290.24,113.68 L290.24,101.32 L238.04,101.32 L233.36,149.56 L246.44,149.56 C248.12,146.56 250.4,144.4 253.4,142.96 C256.04,141.64 259.28,141.04 263,141.04 C268.52,141.04 272.84,142.6 275.72,145.96 C278.6,149.2 280.16,153.76 280.16,159.52 C280.16,164.8 278.36,169 275,172.12 C271.52,175.24 267.2,176.8 262.16,176.8 C257.48,176.8 253.76,175.72 251.12,173.8 C248,171.52 246.2,168.04 245.6,163.36 L231.8,163.36 C232.4,171.28 235.76,177.64 242,182.32 C247.52,186.52 254.24,188.68 262.04,188.68 Z" id="5" fill="#C9CDD4" fill-rule="nonzero"></path>
|
|
89
|
-
<path d="M264.04,190.68 C272.56,190.68 279.88,188.16 286.12,183.12 C292.84,177.48 296.2,170.28 296.2,161.4 C296.2,152.16 293.56,144.84 288.52,139.56 C283.48,134.28 276.88,131.64 268.84,131.64 C265,131.64 261.52,132.24 258.4,133.44 C254.92,134.64 251.92,136.56 249.28,139.2 L248.92,139.2 L251.32,115.68 L292.24,115.68 L292.24,103.32 L240.04,103.32 L235.36,151.56 L248.44,151.56 C250.12,148.56 252.4,146.4 255.4,144.96 C258.04,143.64 261.28,143.04 265,143.04 C270.52,143.04 274.84,144.6 277.72,147.96 C280.6,151.2 282.16,155.76 282.16,161.52 C282.16,166.8 280.36,171 277,174.12 C273.52,177.24 269.2,178.8 264.16,178.8 C259.48,178.8 255.76,177.72 253.12,175.8 C250,173.52 248.2,170.04 247.6,165.36 L233.8,165.36 C234.4,173.28 237.76,179.64 244,184.32 C249.52,188.52 256.24,190.68 264.04,190.68 Z" id="5" fill="#D7DAE0" fill-rule="nonzero"></path>
|
|
90
|
-
<path d="M66.92,192.68 C76.76,192.68 84.68,188.36 90.56,179.72 C96.32,171.08 99.32,159.68 99.32,145.76 C99.32,132.56 96.56,122.36 91.04,114.92 C85.52,107.36 77.48,103.64 67.04,103.64 C58.4,103.64 51.2,106.4 45.44,112.04 C39.68,117.56 36.8,124.64 36.8,133.28 C36.8,141.68 39.2,148.52 44.24,153.8 C49.28,159.32 56.12,162.08 64.52,162.08 C68.84,162.08 72.68,161.24 76.04,159.68 C79.52,158 82.52,155.36 85.04,151.88 L85.64,151.88 L85.64,152.96 C85.64,160.88 83.96,167.48 80.72,172.76 C77.24,178.28 72.68,181.16 67.04,181.16 C58.76,181.16 53.84,177.2 52.16,169.28 L38.48,169.28 C40.52,184.88 50,192.68 66.92,192.68 Z M67.52,150.68 C62.24,150.68 58.16,149 55.28,145.88 C52.16,142.76 50.72,138.56 50.72,133.28 C50.72,128 52.16,123.68 55.28,120.32 C58.4,116.96 62.48,115.28 67.52,115.28 C72.32,115.28 76.4,116.84 79.52,119.96 C82.64,123.08 84.2,127.28 84.2,132.8 C84.2,138.32 82.64,142.64 79.76,145.88 C76.76,149 72.68,150.68 67.52,150.68 Z" id="9" fill="#D7DAE0" fill-rule="nonzero"></path>
|
|
91
|
-
</g>
|
|
92
|
-
</g>
|
|
93
|
-
</g>
|
|
94
|
-
</g>
|
|
95
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="350px" height="300px" viewBox="0 0 350 300" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<defs>
|
|
4
|
+
<rect id="path-1" x="0" y="0" width="350" height="300"></rect>
|
|
5
|
+
<linearGradient x1="50%" y1="85.1278551%" x2="50%" y2="0%" id="linearGradient-3">
|
|
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.2301095%" x2="50%" y2="0%" id="linearGradient-4">
|
|
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-5">
|
|
14
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-6">
|
|
18
|
+
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
19
|
+
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<linearGradient x1="89.7696721%" y1="19.9401639%" x2="9.44918033%" y2="80.4655738%" id="linearGradient-7">
|
|
22
|
+
<stop stop-color="#87B6FA" offset="0%"></stop>
|
|
23
|
+
<stop stop-color="#85B1F3" offset="100%"></stop>
|
|
24
|
+
</linearGradient>
|
|
25
|
+
<linearGradient x1="-0.0350649351%" y1="50.0212787%" x2="99.2860318%" y2="50.0212787%" id="linearGradient-8">
|
|
26
|
+
<stop stop-color="#E6E8ED" offset="0%"></stop>
|
|
27
|
+
<stop stop-color="#D7DAE0" offset="100%"></stop>
|
|
28
|
+
</linearGradient>
|
|
29
|
+
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-9">
|
|
30
|
+
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
31
|
+
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
32
|
+
</linearGradient>
|
|
33
|
+
<linearGradient x1="0.0987373737%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-10">
|
|
34
|
+
<stop stop-color="#D7DAE0" offset="1.51879371%"></stop>
|
|
35
|
+
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
36
|
+
</linearGradient>
|
|
37
|
+
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-11">
|
|
38
|
+
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
39
|
+
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
40
|
+
</linearGradient>
|
|
41
|
+
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-12">
|
|
42
|
+
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
43
|
+
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
44
|
+
</linearGradient>
|
|
45
|
+
</defs>
|
|
46
|
+
<g id="---6.7异常Abnormal" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
47
|
+
<g id="6.7异常Abnormal" transform="translate(-1786.000000, -2537.000000)">
|
|
48
|
+
<g id="905" transform="translate(1786.000000, 2537.000000)">
|
|
49
|
+
<mask id="mask-2" fill="white">
|
|
50
|
+
<use xlink:href="#path-1"></use>
|
|
51
|
+
</mask>
|
|
52
|
+
<g id="蒙版"></g>
|
|
53
|
+
<g id="编组-2" mask="url(#mask-2)">
|
|
54
|
+
<g transform="translate(9.000000, -6.000000)">
|
|
55
|
+
<ellipse id="椭圆形" fill="url(#linearGradient-3)" fill-rule="nonzero" opacity="0.16" cx="158.167309" cy="247.636033" rx="158.167309" ry="82.3639674"></ellipse>
|
|
56
|
+
<g id="编组" opacity="0.9" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(54.996787, 0.000000)">
|
|
57
|
+
<path d="M143.958869,39.5886889 L143.958869,39.5886889 L143.958869,39.5886889 C144.371251,39.6261782 144.821123,39.6636675 145.270994,39.6636675 C145.720865,39.6636675 146.133248,39.6261782 146.583119,39.5886889 L176.237147,39.5886889 C178.748929,41.4631534 181.898029,42.587832 185.309554,42.587832 C193.669666,42.587832 200.455227,35.8022708 200.455227,27.4421594 C200.455227,19.082048 193.669666,12.2964867 185.309554,12.2964867 C184.559769,12.2964867 183.847472,12.333976 183.135176,12.4464439 C181.523136,8.3601114 177.549272,5.43594687 172.9006,5.43594687 C171.32605,5.43594687 169.863967,5.77335047 168.514353,6.37317909 C166.339974,2.54927164 162.216153,0 157.492502,0 C150.482005,0 144.783633,5.69837189 144.783633,12.7088689 C144.783633,13.6086118 144.858612,14.4333762 145.046058,15.2956298 C138.410454,15.4080977 133.086755,20.8440446 133.086755,27.4796487 C133.049486,33.7403599 137.810626,38.951371 143.958869,39.5886889 Z" id="路径" fill="url(#linearGradient-4)" fill-rule="nonzero" opacity="0.16"></path>
|
|
58
|
+
<path d="M14.4708655,90.1992288 L14.4708655,90.1992288 L14.545844,90.1992288 C15.2206512,90.2742074 15.8954584,90.3116967 16.5702656,90.3116967 C17.2450728,90.3116967 17.9573693,90.2742074 18.6321765,90.1992288 L72.5792631,90.1992288 C75.4659383,92.3361183 79.06491,93.6107541 82.9263068,93.6107541 C92.561054,93.6107541 100.396315,85.7754927 100.396315,76.1407455 C100.396315,66.5059983 92.561054,58.6707369 82.9263068,58.6707369 C82.3639674,58.6707369 81.7641388,58.7082262 81.2017995,58.7457155 C78.3901028,52.9348757 72.4667952,48.9610111 65.6062554,48.9610111 C64.781491,48.9610111 63.9567266,49.0359897 63.1694516,49.1484576 C59.0081405,42.5128535 51.6227506,38.0891174 43.22515,38.0891174 C31.6034704,38.0891174 21.9687232,46.4867181 20.0567695,57.5460583 C18.9320908,57.3211225 17.8074122,57.1711654 16.6077549,57.1711654 C7.46036847,57.1711654 0,64.5940446 0,73.7789203 C0,82.176521 6.29820051,89.1495287 14.4708655,90.1992288 Z" id="路径" fill="url(#linearGradient-5)" fill-rule="nonzero" opacity="0.16"></path>
|
|
59
|
+
</g>
|
|
60
|
+
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(20.224488, 225.440811)">
|
|
61
|
+
<path d="M1.85670261,22.4576468 C7.18018161,28.0435509 20.2639434,25.0444078 22.02594,19.9458645 C23.2255972,16.3843821 22.2133864,11.3983066 19.5141576,8.17422781 C17.4147574,5.69993475 15.9526752,3.48806671 13.853275,1.8760273 C12.166257,0.601391479 11.3040034,-0.0359264306 10.7041748,0.00156285816 C6.58035299,0.189009302 -4.32903004,15.9719999 1.85670261,22.4576468 Z" id="路径" fill="url(#linearGradient-6)" fill-rule="nonzero"></path>
|
|
62
|
+
<rect id="矩形" fill="#E6E8ED" fill-rule="nonzero" x="11.0415784" y="11.060903" width="1" height="24.1056127"></rect>
|
|
63
|
+
</g>
|
|
64
|
+
<circle id="椭圆形" fill="url(#linearGradient-7)" fill-rule="nonzero" cx="180.098543" cy="145.590189" r="2.28684662"></circle>
|
|
65
|
+
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(109.052287, 113.086975)">
|
|
66
|
+
<circle id="椭圆形" fill="url(#linearGradient-8)" fill-rule="nonzero" cx="55.4882019" cy="37.5267781" r="37.5267781"></circle>
|
|
67
|
+
<circle id="椭圆形" fill="url(#linearGradient-9)" fill-rule="nonzero" cx="35.0190502" cy="15.4080977" r="7.42287918"></circle>
|
|
68
|
+
<circle id="椭圆形" fill="url(#linearGradient-10)" fill-rule="nonzero" cx="46.6407297" cy="54.9218081" r="10.1970865"></circle>
|
|
69
|
+
<circle id="椭圆形" fill="url(#linearGradient-10)" fill-rule="nonzero" cx="73.8204641" cy="20.3941731" r="6.07326478"></circle>
|
|
70
|
+
<path d="M8.92650522,71.267138 C4.9901299,71.267138 2.36587969,70.10497 0.941286715,67.8181234 C-2.0203671,62.9820051 1.9909868,55.6715938 13.2002841,45.3995287 C14.4374307,44.2373608 16.3868737,44.3498286 17.5490416,45.5869751 C18.7112096,46.8241217 18.5987417,48.7735647 17.3615952,49.9357326 C7.0145515,59.4205227 5.92736212,63.9192374 6.18978714,64.6315338 C6.60216932,65.1188946 10.6135232,66.1685947 22.1977135,62.1572408 C32.2823321,58.6707369 44.6537974,52.5599829 57.1002413,44.9871465 C69.5091959,37.4143102 80.6060254,29.1666667 88.2913296,21.8187661 C97.1388017,13.3461868 98.0385446,9.3348329 97.7761196,8.697515 C97.7761196,8.697515 95.4517837,6.78556127 83.9050828,10.4595116 C82.2930434,10.9843616 80.5685361,10.0846187 80.043686,8.47257926 C79.518836,6.86053985 80.4185789,5.13603256 82.0306183,4.61118252 C93.53983,0.937232219 100.40037,1.23714653 102.987131,5.51092545 C105.723849,9.97215081 102.462281,16.5702656 93.0524692,25.7176521 C85.0672507,33.5154242 73.4080819,42.2129392 60.2868308,50.235647 C47.1655798,58.2583548 34.081818,64.6315338 23.4723493,68.1930163 C17.4740631,70.2174379 12.6379448,71.267138 8.92650522,71.267138 Z" id="路径" fill="#C9CDD4" fill-rule="nonzero"></path>
|
|
71
|
+
<path d="M9.82624815,72.1293916 C5.88987283,72.1293916 3.26562262,70.9672237 1.84102965,68.680377 C-1.12062417,63.8442588 2.89072973,56.5338475 14.1000271,46.2617823 C15.3371736,45.0996144 17.2866166,45.2120823 18.4487846,46.4492288 C19.6109525,47.6863753 19.4984847,49.6358183 18.2613381,50.7979863 C7.91429443,60.2827763 6.82710505,64.781491 7.08953007,65.4937875 C7.50191225,65.9811482 11.5132661,67.0308483 23.0974564,63.0194944 C33.1820751,59.5329906 45.5535404,53.4222365 57.9999842,45.8494002 C70.4089388,38.2765638 81.5057683,30.0289203 89.1910725,22.6810197 C98.0385446,14.2084404 98.9382876,10.1970865 98.6758626,9.55976864 C98.6758626,9.55976864 96.3515266,7.64781491 84.8048257,11.3217652 C83.1927863,11.8466153 81.468279,10.9468723 80.943429,9.3348329 C80.4185789,7.72279349 81.3183218,5.9982862 82.9303613,5.47343616 C94.4395729,1.79948586 101.300113,2.09940017 103.886874,6.37317909 C106.623592,10.8344045 103.362024,17.4325193 93.9522122,26.5799057 C85.9295044,34.3776778 74.2703356,43.1126821 61.1490845,51.0979006 C48.0278334,59.1206084 34.9440716,65.4937875 24.3346029,69.0552699 C18.3363167,71.1171808 13.5001985,72.1293916 9.82624815,72.1293916 Z" id="路径" fill="#D7DAE0" fill-rule="nonzero"></path>
|
|
72
|
+
</g>
|
|
73
|
+
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(244.771140, 195.257600)">
|
|
74
|
+
<path d="M1.34604091,8.74090054 C3.59539823,4.61707878 8.35653791,0.530746303 14.5422706,0.043385549 C15.4795028,-0.0315930286 19.0409852,-0.219039472 22.902382,1.65542497 C23.3147641,1.84287141 29.9503682,5.14192882 29.6504539,8.25353979 C29.275561,12.3398723 17.9163065,13.9144224 13.3801026,14.5517403 C9.21879155,15.1515689 1.57097664,16.201269 0.183872953,13.2771045 C-0.378466378,11.9649794 0.446297975,10.4279185 1.34604091,8.74090054 Z" id="路径" fill="url(#linearGradient-11)" fill-rule="nonzero"></path>
|
|
75
|
+
<path d="M15.8918849,12.0774472 C17.6163922,8.92834699 21.215364,5.81673602 25.9390143,5.44184313 C27.063693,5.36686455 29.6504539,5.17941811 32.3121934,6.67898966 C35.236358,8.32851837 38.1230332,11.9649794 37.2232903,14.1768474 C36.9983545,14.7016975 36.3610366,15.7139083 25.0767607,16.5011833 C17.5789029,17.0260334 15.5919706,16.7261191 15.0296313,15.5264618 C14.5797598,14.514251 15.2170778,13.3520831 15.8918849,12.0774472 Z" id="路径" fill="url(#linearGradient-12)" fill-rule="nonzero"></path>
|
|
76
|
+
</g>
|
|
77
|
+
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(60.614590, 33.980750)">
|
|
78
|
+
<g fill-rule="nonzero">
|
|
79
|
+
<g>
|
|
80
|
+
<path d="M0.230525769,1.50339699 L17.5130879,27.2960277 C17.663045,27.5584527 17.9254701,27.6709206 18.1878951,27.7084098 C18.4503201,27.7458991 18.7127451,27.6334313 18.9001916,27.4459848 L22.1617597,24.1844167 L26.3230708,27.4834741 C26.36056,27.4834741 26.5854958,27.7458991 27.1103458,27.6334313 C27.7101744,27.5209634 27.785153,26.9586241 27.785153,26.9211348 L29.6596175,16.6865589 L36.1827537,10.200912 C36.4076894,9.97597625 36.482668,9.63857265 36.4076894,9.30116905 C36.2952216,9.00125474 36.0702858,8.73882972 35.7328822,8.66385114 L1.1302687,0.0413147264 C1.09277941,0.0413147264 0.530440079,-0.183621006 0.155547191,0.416207614 C-0.181856408,0.941057657 0.118057902,1.39092912 0.230525769,1.50339699 Z M25.2733707,17.9237055 C25.2733707,17.9237055 25.2358814,17.736259 25.1609028,17.6612805 C25.0859242,17.5863019 24.9359671,17.4363447 24.9359671,17.4363447 L12.7894375,8.55138328 L27.7101744,16.7240482 L26.6229851,22.6848451 L25.2733707,17.9237055 Z M25.1983921,24.2593953 L22.9115455,22.4599094 L24.2236706,20.84787 L25.1983921,24.2593953 Z" id="形状" fill="#E6E8ED"></path>
|
|
81
|
+
<path d="M25.2733707,17.9237055 C25.2733707,17.9237055 25.2358814,17.736259 25.1609028,17.6612805 C25.0859242,17.5863019 24.9359671,17.4363447 24.9359671,17.4363447 L12.7894375,8.55138328 L27.7101744,16.7240482 L26.6229851,22.6848451 L25.2733707,17.9237055 Z" id="路径" fill="#D7DAE0"></path>
|
|
82
|
+
</g>
|
|
83
|
+
<polygon id="路径" fill="#E6E8ED" points="25.1983921 24.2593953 22.9115455 22.4599094 24.2236706 20.84787"></polygon>
|
|
84
|
+
</g>
|
|
85
|
+
<path d="M153.111845,98.3757192 C153.974099,97.1385727 154.798863,95.9014261 155.548649,94.6267903 L156.185967,95.0016832 C155.398692,96.276319 154.573928,97.5509548 153.711674,98.7881014 L153.111845,98.3757192 Z M157.648049,90.690415 C158.322857,89.3408006 158.922685,87.9536969 159.447535,86.6040825 L160.159832,86.8665075 C159.597492,88.2536112 158.997664,89.6407149 158.322857,91.0278186 L157.648049,90.690415 Z M160.834639,82.3677929 C161.247021,80.9057106 161.584425,79.4436284 161.80936,78.0190354 L162.559146,78.1315032 C162.33421,79.5560962 161.996807,81.0556678 161.584425,82.5552393 L160.834639,82.3677929 Z M139.728169,78.1689925 C140.402976,77.456696 141.152762,76.1445709 141.902548,74.3825744 L142.577355,74.6824887 C141.827569,76.5569531 141.002805,77.9065675 140.290509,78.6938426 L139.728169,78.1689925 Z M135.116987,72.5830885 L135.829283,72.4331314 C136.204176,74.0451708 136.654048,75.507253 137.216387,76.6319317 L136.54158,76.9693353 C135.97924,75.7696781 135.49188,74.2701065 135.116987,72.5830885 Z M162.259232,73.6327886 C162.259232,73.3703636 162.259232,73.1079385 162.259232,72.8455135 C162.259232,71.608367 162.146764,70.3712205 161.996807,69.2090525 L162.746593,69.0965846 C162.934039,70.2962419 163.009018,71.5333884 163.009018,72.8455135 C163.009018,73.1079385 163.009018,73.3703636 163.009018,73.6327886 L162.259232,73.6327886 Z M143.36463,70.2212633 C143.777012,68.7966703 144.151905,67.3345881 144.45182,65.8725058 L145.201605,66.022463 C144.901691,67.4845452 144.526798,68.9841168 144.114416,70.4087098 L143.36463,70.2212633 Z M134.367201,66.3973559 C134.367201,65.3851451 134.44218,64.4479128 134.554647,63.5481699 L135.304433,63.6606378 C135.191965,64.5228914 135.116987,65.4601236 135.116987,66.3973559 C135.116987,66.9596952 135.154476,67.5220345 135.191965,68.0843739 L134.44218,68.1218631 C134.40469,67.5220345 134.367201,66.9222059 134.367201,66.3973559 Z M158.885196,61.0363876 L159.485024,60.5865161 C160.347278,61.7861733 161.097064,63.1357877 161.659403,64.6353593 L160.947107,64.8977843 C160.422257,63.4731913 159.70996,62.1610662 158.885196,61.0363876 Z M145.164116,61.486259 C145.276584,60.2866018 145.351563,59.1244338 145.351563,58.0747337 C145.351563,57.6998409 145.314073,57.3624373 145.314073,57.0250337 L146.063859,56.9875444 C146.101348,57.324948 146.101348,57.6623516 146.101348,58.0372445 C146.101348,59.1244338 146.02637,60.2866018 145.913902,61.5237483 L145.164116,61.486259 Z M99.7270982,60.2491125 L99.7645875,59.4993267 C101.264159,59.536816 102.763731,59.536816 104.225813,59.4618374 L104.263302,60.2116232 C103.438538,60.2491125 102.613773,60.2866018 101.789009,60.2866018 C101.114202,60.2866018 100.439395,60.2491125 99.7270982,60.2491125 Z M90.7671582,59.274391 L90.879626,58.5246052 C92.3791976,58.7870302 93.8412798,59.011966 95.3033621,59.1619231 L95.2283835,59.9117089 C93.7663013,59.7242625 92.2667297,59.536816 90.7671582,59.274391 Z M108.687038,59.0869445 C110.18661,58.8620088 111.648692,58.5620945 113.073285,58.2246909 L113.260731,58.9369874 C111.798649,59.3118803 110.299078,59.5743053 108.799506,59.799241 L108.687038,59.0869445 Z M135.866773,59.1244338 C136.466601,57.8872873 137.253876,56.8375872 138.191108,56.0503122 C138.378555,55.8628657 138.603491,55.7129086 138.828426,55.5629514 L139.240809,56.2002693 C139.015873,56.3502265 138.828426,56.5001836 138.64098,56.6501408 C137.778726,57.3624373 137.06643,58.3371588 136.50409,59.4618374 L135.866773,59.1244338 Z M81.9571753,57.2124801 L82.182111,56.5001836 C83.6441933,56.9125658 85.1062756,57.2874587 86.5308685,57.6248623 L86.3434221,58.3371588 C84.9188291,57.9997552 83.4567468,57.6248623 81.9571753,57.2124801 Z M151.912188,55.9378443 L152.174613,55.2255478 C153.636695,55.8253764 154.98631,56.5376729 156.185967,57.3999266 L155.736096,57.9997552 C154.573928,57.1749908 153.261803,56.5001836 151.912188,55.9378443 Z M117.309575,56.8750765 C117.871914,56.6501408 118.434253,56.425205 118.996593,56.2002693 C119.746378,55.900355 120.533653,55.5254621 121.433396,55.1130799 L121.7708,55.7878871 C120.871057,56.2377586 120.046293,56.6126515 119.296507,56.9125658 C118.734168,57.1375015 118.134339,57.3624373 117.572,57.587373 L117.309575,56.8750765 Z M73.4096175,54.3258049 L73.6720425,53.6135084 C75.0966355,54.1383584 76.5212284,54.6632085 77.9083321,55.1130799 L77.6833964,55.8253764 C76.2588034,55.375505 74.8342104,54.8506549 73.4096175,54.3258049 Z M143.214673,54.7006978 L143.102205,53.950912 C144.526798,53.7634655 146.101348,53.7634655 147.713388,54.0258906 L147.60092,54.7756763 C146.063859,54.5132513 144.601777,54.5132513 143.214673,54.7006978 Z M125.44475,53.1261476 L125.782154,52.9387012 C126.981811,52.3013833 128.218958,51.6640654 129.456104,51.0642367 L129.793508,51.7390439 C128.593851,52.3388726 127.319215,52.9761905 126.119557,53.6135084 L125.782154,53.8009548 L125.44475,53.1261476 Z M142.689823,49.6771331 C142.539866,49.5646652 142.389909,49.4521973 142.239952,49.3772188 L142.614845,48.7399008 C142.802291,48.8148794 142.989737,48.9648366 143.139695,49.0773044 C144.114416,49.8270902 144.864202,50.9892582 145.351563,52.4888297 L144.639266,52.7137655 C144.189395,51.3266618 143.514587,50.314451 142.689823,49.6771331 Z M65.1244846,50.839301 L65.4243989,50.1644938 C66.8115026,50.8018117 68.1986063,51.4016403 69.5482207,51.9639797 L69.2483064,52.6387869 C67.8612027,52.0764475 66.474099,51.4391296 65.1244846,50.839301 Z M133.617415,49.2272616 C135.304433,48.5899437 136.729026,48.1775615 138.003662,47.9901151 L138.11613,48.7399008 C136.916473,48.889858 135.529369,49.3022402 133.87984,49.9395581 L133.617415,49.2272616 Z M57.0267983,46.8654364 L57.3642019,46.1906292 C58.7138163,46.9029257 60.0634307,47.5777329 61.3755558,48.2150508 L61.0381522,48.889858 C59.7260271,48.2150508 58.3764127,47.5402436 57.0267983,46.8654364 Z M49.1540476,42.4417003 L49.5289405,41.8043824 C50.8410656,42.5541682 52.1531907,43.303954 53.4278265,44.0162505 L53.0529337,44.6910577 C51.7782978,43.9787612 50.4661727,43.2289754 49.1540476,42.4417003 Z M41.3937648,37.8305178 L41.806147,37.1931999 C43.0807828,37.980475 44.3554187,38.8052393 45.6300545,39.5550251 L45.2551616,40.192343 C43.9805258,39.4050679 42.70589,38.6177929 41.3937648,37.8305178 Z M33.8959071,32.8819317 L34.3082893,32.2446138 C35.5829251,33.0693781 36.8200716,33.8941425 38.0572181,34.7189068 L37.644836,35.3562248 C36.4076894,34.5689497 35.1330536,33.706696 33.8959071,32.8819317 Z M29.209746,29.6578529 L29.6221282,29.0580242 C29.9595318,29.28296 30.2594461,29.5078957 30.5968497,29.7328314 L30.1844675,30.3326601 C29.8470639,30.1077243 29.5471496,29.8827886 29.209746,29.6578529 Z" id="形状" fill="#E6E8ED" fill-rule="nonzero"></path>
|
|
86
|
+
</g>
|
|
87
|
+
<path d="M64.92,190.68 C74.76,190.68 82.68,186.36 88.56,177.72 C94.32,169.08 97.32,157.68 97.32,143.76 C97.32,130.56 94.56,120.36 89.04,112.92 C83.52,105.36 75.48,101.64 65.04,101.64 C56.4,101.64 49.2,104.4 43.44,110.04 C37.68,115.56 34.8,122.64 34.8,131.28 C34.8,139.68 37.2,146.52 42.24,151.8 C47.28,157.32 54.12,160.08 62.52,160.08 C66.84,160.08 70.68,159.24 74.04,157.68 C77.52,156 80.52,153.36 83.04,149.88 L83.64,149.88 L83.64,150.96 C83.64,158.88 81.96,165.48 78.72,170.76 C75.24,176.28 70.68,179.16 65.04,179.16 C56.76,179.16 51.84,175.2 50.16,167.28 L36.48,167.28 C38.52,182.88 48,190.68 64.92,190.68 Z M65.52,148.68 C60.24,148.68 56.16,147 53.28,143.88 C50.16,140.76 48.72,136.56 48.72,131.28 C48.72,126 50.16,121.68 53.28,118.32 C56.4,114.96 60.48,113.28 65.52,113.28 C70.32,113.28 74.4,114.84 77.52,117.96 C80.64,121.08 82.2,125.28 82.2,130.8 C82.2,136.32 80.64,140.64 77.76,143.88 C74.76,147 70.68,148.68 65.52,148.68 Z" id="9" fill="#C9CDD4" fill-rule="nonzero"></path>
|
|
88
|
+
<path d="M262.04,188.68 C270.56,188.68 277.88,186.16 284.12,181.12 C290.84,175.48 294.2,168.28 294.2,159.4 C294.2,150.16 291.56,142.84 286.52,137.56 C281.48,132.28 274.88,129.64 266.84,129.64 C263,129.64 259.52,130.24 256.4,131.44 C252.92,132.64 249.92,134.56 247.28,137.2 L246.92,137.2 L249.32,113.68 L290.24,113.68 L290.24,101.32 L238.04,101.32 L233.36,149.56 L246.44,149.56 C248.12,146.56 250.4,144.4 253.4,142.96 C256.04,141.64 259.28,141.04 263,141.04 C268.52,141.04 272.84,142.6 275.72,145.96 C278.6,149.2 280.16,153.76 280.16,159.52 C280.16,164.8 278.36,169 275,172.12 C271.52,175.24 267.2,176.8 262.16,176.8 C257.48,176.8 253.76,175.72 251.12,173.8 C248,171.52 246.2,168.04 245.6,163.36 L231.8,163.36 C232.4,171.28 235.76,177.64 242,182.32 C247.52,186.52 254.24,188.68 262.04,188.68 Z" id="5" fill="#C9CDD4" fill-rule="nonzero"></path>
|
|
89
|
+
<path d="M264.04,190.68 C272.56,190.68 279.88,188.16 286.12,183.12 C292.84,177.48 296.2,170.28 296.2,161.4 C296.2,152.16 293.56,144.84 288.52,139.56 C283.48,134.28 276.88,131.64 268.84,131.64 C265,131.64 261.52,132.24 258.4,133.44 C254.92,134.64 251.92,136.56 249.28,139.2 L248.92,139.2 L251.32,115.68 L292.24,115.68 L292.24,103.32 L240.04,103.32 L235.36,151.56 L248.44,151.56 C250.12,148.56 252.4,146.4 255.4,144.96 C258.04,143.64 261.28,143.04 265,143.04 C270.52,143.04 274.84,144.6 277.72,147.96 C280.6,151.2 282.16,155.76 282.16,161.52 C282.16,166.8 280.36,171 277,174.12 C273.52,177.24 269.2,178.8 264.16,178.8 C259.48,178.8 255.76,177.72 253.12,175.8 C250,173.52 248.2,170.04 247.6,165.36 L233.8,165.36 C234.4,173.28 237.76,179.64 244,184.32 C249.52,188.52 256.24,190.68 264.04,190.68 Z" id="5" fill="#D7DAE0" fill-rule="nonzero"></path>
|
|
90
|
+
<path d="M66.92,192.68 C76.76,192.68 84.68,188.36 90.56,179.72 C96.32,171.08 99.32,159.68 99.32,145.76 C99.32,132.56 96.56,122.36 91.04,114.92 C85.52,107.36 77.48,103.64 67.04,103.64 C58.4,103.64 51.2,106.4 45.44,112.04 C39.68,117.56 36.8,124.64 36.8,133.28 C36.8,141.68 39.2,148.52 44.24,153.8 C49.28,159.32 56.12,162.08 64.52,162.08 C68.84,162.08 72.68,161.24 76.04,159.68 C79.52,158 82.52,155.36 85.04,151.88 L85.64,151.88 L85.64,152.96 C85.64,160.88 83.96,167.48 80.72,172.76 C77.24,178.28 72.68,181.16 67.04,181.16 C58.76,181.16 53.84,177.2 52.16,169.28 L38.48,169.28 C40.52,184.88 50,192.68 66.92,192.68 Z M67.52,150.68 C62.24,150.68 58.16,149 55.28,145.88 C52.16,142.76 50.72,138.56 50.72,133.28 C50.72,128 52.16,123.68 55.28,120.32 C58.4,116.96 62.48,115.28 67.52,115.28 C72.32,115.28 76.4,116.84 79.52,119.96 C82.64,123.08 84.2,127.28 84.2,132.8 C84.2,138.32 82.64,142.64 79.76,145.88 C76.76,149 72.68,150.68 67.52,150.68 Z" id="9" fill="#D7DAE0" fill-rule="nonzero"></path>
|
|
91
|
+
</g>
|
|
92
|
+
</g>
|
|
93
|
+
</g>
|
|
94
|
+
</g>
|
|
95
|
+
</g>
|
|
96
96
|
</svg>
|
|
@@ -1,96 +1,96 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="350px" height="300px" viewBox="0 0 350 300" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<defs>
|
|
4
|
-
<rect id="path-1" x="0" y="0" width="350" height="300"></rect>
|
|
5
|
-
<linearGradient x1="50%" y1="85.1278551%" x2="50%" y2="0%" id="linearGradient-3">
|
|
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.2301095%" x2="50%" y2="0%" id="linearGradient-4">
|
|
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-5">
|
|
14
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-6">
|
|
18
|
-
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
19
|
-
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
<linearGradient x1="89.7696721%" y1="19.9401639%" x2="9.44918033%" y2="80.4655738%" id="linearGradient-7">
|
|
22
|
-
<stop stop-color="#87B6FA" offset="0%"></stop>
|
|
23
|
-
<stop stop-color="#85B1F3" offset="100%"></stop>
|
|
24
|
-
</linearGradient>
|
|
25
|
-
<linearGradient x1="-0.0350649351%" y1="50.0212787%" x2="99.2860318%" y2="50.0212787%" id="linearGradient-8">
|
|
26
|
-
<stop stop-color="#E6E8ED" offset="0%"></stop>
|
|
27
|
-
<stop stop-color="#D7DAE0" offset="100%"></stop>
|
|
28
|
-
</linearGradient>
|
|
29
|
-
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-9">
|
|
30
|
-
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
31
|
-
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
32
|
-
</linearGradient>
|
|
33
|
-
<linearGradient x1="0.0987373737%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-10">
|
|
34
|
-
<stop stop-color="#D7DAE0" offset="1.51879371%"></stop>
|
|
35
|
-
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
36
|
-
</linearGradient>
|
|
37
|
-
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-11">
|
|
38
|
-
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
39
|
-
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
40
|
-
</linearGradient>
|
|
41
|
-
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-12">
|
|
42
|
-
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
43
|
-
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
44
|
-
</linearGradient>
|
|
45
|
-
</defs>
|
|
46
|
-
<g id="---6.7异常Abnormal" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
47
|
-
<g id="6.7异常Abnormal" transform="translate(-1023.000000, -2935.000000)">
|
|
48
|
-
<g id="906" transform="translate(1023.000000, 2935.000000)">
|
|
49
|
-
<mask id="mask-2" fill="white">
|
|
50
|
-
<use xlink:href="#path-1"></use>
|
|
51
|
-
</mask>
|
|
52
|
-
<g id="蒙版"></g>
|
|
53
|
-
<g id="编组-2" mask="url(#mask-2)">
|
|
54
|
-
<g transform="translate(9.000000, -6.000000)">
|
|
55
|
-
<ellipse id="椭圆形" fill="url(#linearGradient-3)" fill-rule="nonzero" opacity="0.16" cx="158.167309" cy="247.636033" rx="158.167309" ry="82.3639674"></ellipse>
|
|
56
|
-
<g id="编组" opacity="0.9" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(54.996787, 0.000000)">
|
|
57
|
-
<path d="M143.958869,39.5886889 L143.958869,39.5886889 L143.958869,39.5886889 C144.371251,39.6261782 144.821123,39.6636675 145.270994,39.6636675 C145.720865,39.6636675 146.133248,39.6261782 146.583119,39.5886889 L176.237147,39.5886889 C178.748929,41.4631534 181.898029,42.587832 185.309554,42.587832 C193.669666,42.587832 200.455227,35.8022708 200.455227,27.4421594 C200.455227,19.082048 193.669666,12.2964867 185.309554,12.2964867 C184.559769,12.2964867 183.847472,12.333976 183.135176,12.4464439 C181.523136,8.3601114 177.549272,5.43594687 172.9006,5.43594687 C171.32605,5.43594687 169.863967,5.77335047 168.514353,6.37317909 C166.339974,2.54927164 162.216153,0 157.492502,0 C150.482005,0 144.783633,5.69837189 144.783633,12.7088689 C144.783633,13.6086118 144.858612,14.4333762 145.046058,15.2956298 C138.410454,15.4080977 133.086755,20.8440446 133.086755,27.4796487 C133.049486,33.7403599 137.810626,38.951371 143.958869,39.5886889 Z" id="路径" fill="url(#linearGradient-4)" fill-rule="nonzero" opacity="0.16"></path>
|
|
58
|
-
<path d="M14.4708655,90.1992288 L14.4708655,90.1992288 L14.545844,90.1992288 C15.2206512,90.2742074 15.8954584,90.3116967 16.5702656,90.3116967 C17.2450728,90.3116967 17.9573693,90.2742074 18.6321765,90.1992288 L72.5792631,90.1992288 C75.4659383,92.3361183 79.06491,93.6107541 82.9263068,93.6107541 C92.561054,93.6107541 100.396315,85.7754927 100.396315,76.1407455 C100.396315,66.5059983 92.561054,58.6707369 82.9263068,58.6707369 C82.3639674,58.6707369 81.7641388,58.7082262 81.2017995,58.7457155 C78.3901028,52.9348757 72.4667952,48.9610111 65.6062554,48.9610111 C64.781491,48.9610111 63.9567266,49.0359897 63.1694516,49.1484576 C59.0081405,42.5128535 51.6227506,38.0891174 43.22515,38.0891174 C31.6034704,38.0891174 21.9687232,46.4867181 20.0567695,57.5460583 C18.9320908,57.3211225 17.8074122,57.1711654 16.6077549,57.1711654 C7.46036847,57.1711654 0,64.5940446 0,73.7789203 C0,82.176521 6.29820051,89.1495287 14.4708655,90.1992288 Z" id="路径" fill="url(#linearGradient-5)" fill-rule="nonzero" opacity="0.16"></path>
|
|
59
|
-
</g>
|
|
60
|
-
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(20.224488, 225.440811)">
|
|
61
|
-
<path d="M1.85670261,22.4576468 C7.18018161,28.0435509 20.2639434,25.0444078 22.02594,19.9458645 C23.2255972,16.3843821 22.2133864,11.3983066 19.5141576,8.17422781 C17.4147574,5.69993475 15.9526752,3.48806671 13.853275,1.8760273 C12.166257,0.601391479 11.3040034,-0.0359264306 10.7041748,0.00156285816 C6.58035299,0.189009302 -4.32903004,15.9719999 1.85670261,22.4576468 Z" id="路径" fill="url(#linearGradient-6)" fill-rule="nonzero"></path>
|
|
62
|
-
<rect id="矩形" fill="#E6E8ED" fill-rule="nonzero" x="11.0415784" y="11.060903" width="1" height="24.1056127"></rect>
|
|
63
|
-
</g>
|
|
64
|
-
<circle id="椭圆形" fill="url(#linearGradient-7)" fill-rule="nonzero" cx="180.098543" cy="145.590189" r="2.28684662"></circle>
|
|
65
|
-
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(109.052287, 113.086975)">
|
|
66
|
-
<circle id="椭圆形" fill="url(#linearGradient-8)" fill-rule="nonzero" cx="55.4882019" cy="37.5267781" r="37.5267781"></circle>
|
|
67
|
-
<circle id="椭圆形" fill="url(#linearGradient-9)" fill-rule="nonzero" cx="35.0190502" cy="15.4080977" r="7.42287918"></circle>
|
|
68
|
-
<circle id="椭圆形" fill="url(#linearGradient-10)" fill-rule="nonzero" cx="46.6407297" cy="54.9218081" r="10.1970865"></circle>
|
|
69
|
-
<circle id="椭圆形" fill="url(#linearGradient-10)" fill-rule="nonzero" cx="73.8204641" cy="20.3941731" r="6.07326478"></circle>
|
|
70
|
-
<path d="M8.92650522,71.267138 C4.9901299,71.267138 2.36587969,70.10497 0.941286715,67.8181234 C-2.0203671,62.9820051 1.9909868,55.6715938 13.2002841,45.3995287 C14.4374307,44.2373608 16.3868737,44.3498286 17.5490416,45.5869751 C18.7112096,46.8241217 18.5987417,48.7735647 17.3615952,49.9357326 C7.0145515,59.4205227 5.92736212,63.9192374 6.18978714,64.6315338 C6.60216932,65.1188946 10.6135232,66.1685947 22.1977135,62.1572408 C32.2823321,58.6707369 44.6537974,52.5599829 57.1002413,44.9871465 C69.5091959,37.4143102 80.6060254,29.1666667 88.2913296,21.8187661 C97.1388017,13.3461868 98.0385446,9.3348329 97.7761196,8.697515 C97.7761196,8.697515 95.4517837,6.78556127 83.9050828,10.4595116 C82.2930434,10.9843616 80.5685361,10.0846187 80.043686,8.47257926 C79.518836,6.86053985 80.4185789,5.13603256 82.0306183,4.61118252 C93.53983,0.937232219 100.40037,1.23714653 102.987131,5.51092545 C105.723849,9.97215081 102.462281,16.5702656 93.0524692,25.7176521 C85.0672507,33.5154242 73.4080819,42.2129392 60.2868308,50.235647 C47.1655798,58.2583548 34.081818,64.6315338 23.4723493,68.1930163 C17.4740631,70.2174379 12.6379448,71.267138 8.92650522,71.267138 Z" id="路径" fill="#C9CDD4" fill-rule="nonzero"></path>
|
|
71
|
-
<path d="M9.82624815,72.1293916 C5.88987283,72.1293916 3.26562262,70.9672237 1.84102965,68.680377 C-1.12062417,63.8442588 2.89072973,56.5338475 14.1000271,46.2617823 C15.3371736,45.0996144 17.2866166,45.2120823 18.4487846,46.4492288 C19.6109525,47.6863753 19.4984847,49.6358183 18.2613381,50.7979863 C7.91429443,60.2827763 6.82710505,64.781491 7.08953007,65.4937875 C7.50191225,65.9811482 11.5132661,67.0308483 23.0974564,63.0194944 C33.1820751,59.5329906 45.5535404,53.4222365 57.9999842,45.8494002 C70.4089388,38.2765638 81.5057683,30.0289203 89.1910725,22.6810197 C98.0385446,14.2084404 98.9382876,10.1970865 98.6758626,9.55976864 C98.6758626,9.55976864 96.3515266,7.64781491 84.8048257,11.3217652 C83.1927863,11.8466153 81.468279,10.9468723 80.943429,9.3348329 C80.4185789,7.72279349 81.3183218,5.9982862 82.9303613,5.47343616 C94.4395729,1.79948586 101.300113,2.09940017 103.886874,6.37317909 C106.623592,10.8344045 103.362024,17.4325193 93.9522122,26.5799057 C85.9295044,34.3776778 74.2703356,43.1126821 61.1490845,51.0979006 C48.0278334,59.1206084 34.9440716,65.4937875 24.3346029,69.0552699 C18.3363167,71.1171808 13.5001985,72.1293916 9.82624815,72.1293916 Z" id="路径" fill="#D7DAE0" fill-rule="nonzero"></path>
|
|
72
|
-
</g>
|
|
73
|
-
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(244.771140, 195.257600)">
|
|
74
|
-
<path d="M1.34604091,8.74090054 C3.59539823,4.61707878 8.35653791,0.530746303 14.5422706,0.043385549 C15.4795028,-0.0315930286 19.0409852,-0.219039472 22.902382,1.65542497 C23.3147641,1.84287141 29.9503682,5.14192882 29.6504539,8.25353979 C29.275561,12.3398723 17.9163065,13.9144224 13.3801026,14.5517403 C9.21879155,15.1515689 1.57097664,16.201269 0.183872953,13.2771045 C-0.378466378,11.9649794 0.446297975,10.4279185 1.34604091,8.74090054 Z" id="路径" fill="url(#linearGradient-11)" fill-rule="nonzero"></path>
|
|
75
|
-
<path d="M15.8918849,12.0774472 C17.6163922,8.92834699 21.215364,5.81673602 25.9390143,5.44184313 C27.063693,5.36686455 29.6504539,5.17941811 32.3121934,6.67898966 C35.236358,8.32851837 38.1230332,11.9649794 37.2232903,14.1768474 C36.9983545,14.7016975 36.3610366,15.7139083 25.0767607,16.5011833 C17.5789029,17.0260334 15.5919706,16.7261191 15.0296313,15.5264618 C14.5797598,14.514251 15.2170778,13.3520831 15.8918849,12.0774472 Z" id="路径" fill="url(#linearGradient-12)" fill-rule="nonzero"></path>
|
|
76
|
-
</g>
|
|
77
|
-
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(60.614590, 33.980750)">
|
|
78
|
-
<g fill-rule="nonzero">
|
|
79
|
-
<g>
|
|
80
|
-
<path d="M0.230525769,1.50339699 L17.5130879,27.2960277 C17.663045,27.5584527 17.9254701,27.6709206 18.1878951,27.7084098 C18.4503201,27.7458991 18.7127451,27.6334313 18.9001916,27.4459848 L22.1617597,24.1844167 L26.3230708,27.4834741 C26.36056,27.4834741 26.5854958,27.7458991 27.1103458,27.6334313 C27.7101744,27.5209634 27.785153,26.9586241 27.785153,26.9211348 L29.6596175,16.6865589 L36.1827537,10.200912 C36.4076894,9.97597625 36.482668,9.63857265 36.4076894,9.30116905 C36.2952216,9.00125474 36.0702858,8.73882972 35.7328822,8.66385114 L1.1302687,0.0413147264 C1.09277941,0.0413147264 0.530440079,-0.183621006 0.155547191,0.416207614 C-0.181856408,0.941057657 0.118057902,1.39092912 0.230525769,1.50339699 Z M25.2733707,17.9237055 C25.2733707,17.9237055 25.2358814,17.736259 25.1609028,17.6612805 C25.0859242,17.5863019 24.9359671,17.4363447 24.9359671,17.4363447 L12.7894375,8.55138328 L27.7101744,16.7240482 L26.6229851,22.6848451 L25.2733707,17.9237055 Z M25.1983921,24.2593953 L22.9115455,22.4599094 L24.2236706,20.84787 L25.1983921,24.2593953 Z" id="形状" fill="#E6E8ED"></path>
|
|
81
|
-
<path d="M25.2733707,17.9237055 C25.2733707,17.9237055 25.2358814,17.736259 25.1609028,17.6612805 C25.0859242,17.5863019 24.9359671,17.4363447 24.9359671,17.4363447 L12.7894375,8.55138328 L27.7101744,16.7240482 L26.6229851,22.6848451 L25.2733707,17.9237055 Z" id="路径" fill="#D7DAE0"></path>
|
|
82
|
-
</g>
|
|
83
|
-
<polygon id="路径" fill="#E6E8ED" points="25.1983921 24.2593953 22.9115455 22.4599094 24.2236706 20.84787"></polygon>
|
|
84
|
-
</g>
|
|
85
|
-
<path d="M153.111845,98.3757192 C153.974099,97.1385727 154.798863,95.9014261 155.548649,94.6267903 L156.185967,95.0016832 C155.398692,96.276319 154.573928,97.5509548 153.711674,98.7881014 L153.111845,98.3757192 Z M157.648049,90.690415 C158.322857,89.3408006 158.922685,87.9536969 159.447535,86.6040825 L160.159832,86.8665075 C159.597492,88.2536112 158.997664,89.6407149 158.322857,91.0278186 L157.648049,90.690415 Z M160.834639,82.3677929 C161.247021,80.9057106 161.584425,79.4436284 161.80936,78.0190354 L162.559146,78.1315032 C162.33421,79.5560962 161.996807,81.0556678 161.584425,82.5552393 L160.834639,82.3677929 Z M139.728169,78.1689925 C140.402976,77.456696 141.152762,76.1445709 141.902548,74.3825744 L142.577355,74.6824887 C141.827569,76.5569531 141.002805,77.9065675 140.290509,78.6938426 L139.728169,78.1689925 Z M135.116987,72.5830885 L135.829283,72.4331314 C136.204176,74.0451708 136.654048,75.507253 137.216387,76.6319317 L136.54158,76.9693353 C135.97924,75.7696781 135.49188,74.2701065 135.116987,72.5830885 Z M162.259232,73.6327886 C162.259232,73.3703636 162.259232,73.1079385 162.259232,72.8455135 C162.259232,71.608367 162.146764,70.3712205 161.996807,69.2090525 L162.746593,69.0965846 C162.934039,70.2962419 163.009018,71.5333884 163.009018,72.8455135 C163.009018,73.1079385 163.009018,73.3703636 163.009018,73.6327886 L162.259232,73.6327886 Z M143.36463,70.2212633 C143.777012,68.7966703 144.151905,67.3345881 144.45182,65.8725058 L145.201605,66.022463 C144.901691,67.4845452 144.526798,68.9841168 144.114416,70.4087098 L143.36463,70.2212633 Z M134.367201,66.3973559 C134.367201,65.3851451 134.44218,64.4479128 134.554647,63.5481699 L135.304433,63.6606378 C135.191965,64.5228914 135.116987,65.4601236 135.116987,66.3973559 C135.116987,66.9596952 135.154476,67.5220345 135.191965,68.0843739 L134.44218,68.1218631 C134.40469,67.5220345 134.367201,66.9222059 134.367201,66.3973559 Z M158.885196,61.0363876 L159.485024,60.5865161 C160.347278,61.7861733 161.097064,63.1357877 161.659403,64.6353593 L160.947107,64.8977843 C160.422257,63.4731913 159.70996,62.1610662 158.885196,61.0363876 Z M145.164116,61.486259 C145.276584,60.2866018 145.351563,59.1244338 145.351563,58.0747337 C145.351563,57.6998409 145.314073,57.3624373 145.314073,57.0250337 L146.063859,56.9875444 C146.101348,57.324948 146.101348,57.6623516 146.101348,58.0372445 C146.101348,59.1244338 146.02637,60.2866018 145.913902,61.5237483 L145.164116,61.486259 Z M99.7270982,60.2491125 L99.7645875,59.4993267 C101.264159,59.536816 102.763731,59.536816 104.225813,59.4618374 L104.263302,60.2116232 C103.438538,60.2491125 102.613773,60.2866018 101.789009,60.2866018 C101.114202,60.2866018 100.439395,60.2491125 99.7270982,60.2491125 Z M90.7671582,59.274391 L90.879626,58.5246052 C92.3791976,58.7870302 93.8412798,59.011966 95.3033621,59.1619231 L95.2283835,59.9117089 C93.7663013,59.7242625 92.2667297,59.536816 90.7671582,59.274391 Z M108.687038,59.0869445 C110.18661,58.8620088 111.648692,58.5620945 113.073285,58.2246909 L113.260731,58.9369874 C111.798649,59.3118803 110.299078,59.5743053 108.799506,59.799241 L108.687038,59.0869445 Z M135.866773,59.1244338 C136.466601,57.8872873 137.253876,56.8375872 138.191108,56.0503122 C138.378555,55.8628657 138.603491,55.7129086 138.828426,55.5629514 L139.240809,56.2002693 C139.015873,56.3502265 138.828426,56.5001836 138.64098,56.6501408 C137.778726,57.3624373 137.06643,58.3371588 136.50409,59.4618374 L135.866773,59.1244338 Z M81.9571753,57.2124801 L82.182111,56.5001836 C83.6441933,56.9125658 85.1062756,57.2874587 86.5308685,57.6248623 L86.3434221,58.3371588 C84.9188291,57.9997552 83.4567468,57.6248623 81.9571753,57.2124801 Z M151.912188,55.9378443 L152.174613,55.2255478 C153.636695,55.8253764 154.98631,56.5376729 156.185967,57.3999266 L155.736096,57.9997552 C154.573928,57.1749908 153.261803,56.5001836 151.912188,55.9378443 Z M117.309575,56.8750765 C117.871914,56.6501408 118.434253,56.425205 118.996593,56.2002693 C119.746378,55.900355 120.533653,55.5254621 121.433396,55.1130799 L121.7708,55.7878871 C120.871057,56.2377586 120.046293,56.6126515 119.296507,56.9125658 C118.734168,57.1375015 118.134339,57.3624373 117.572,57.587373 L117.309575,56.8750765 Z M73.4096175,54.3258049 L73.6720425,53.6135084 C75.0966355,54.1383584 76.5212284,54.6632085 77.9083321,55.1130799 L77.6833964,55.8253764 C76.2588034,55.375505 74.8342104,54.8506549 73.4096175,54.3258049 Z M143.214673,54.7006978 L143.102205,53.950912 C144.526798,53.7634655 146.101348,53.7634655 147.713388,54.0258906 L147.60092,54.7756763 C146.063859,54.5132513 144.601777,54.5132513 143.214673,54.7006978 Z M125.44475,53.1261476 L125.782154,52.9387012 C126.981811,52.3013833 128.218958,51.6640654 129.456104,51.0642367 L129.793508,51.7390439 C128.593851,52.3388726 127.319215,52.9761905 126.119557,53.6135084 L125.782154,53.8009548 L125.44475,53.1261476 Z M142.689823,49.6771331 C142.539866,49.5646652 142.389909,49.4521973 142.239952,49.3772188 L142.614845,48.7399008 C142.802291,48.8148794 142.989737,48.9648366 143.139695,49.0773044 C144.114416,49.8270902 144.864202,50.9892582 145.351563,52.4888297 L144.639266,52.7137655 C144.189395,51.3266618 143.514587,50.314451 142.689823,49.6771331 Z M65.1244846,50.839301 L65.4243989,50.1644938 C66.8115026,50.8018117 68.1986063,51.4016403 69.5482207,51.9639797 L69.2483064,52.6387869 C67.8612027,52.0764475 66.474099,51.4391296 65.1244846,50.839301 Z M133.617415,49.2272616 C135.304433,48.5899437 136.729026,48.1775615 138.003662,47.9901151 L138.11613,48.7399008 C136.916473,48.889858 135.529369,49.3022402 133.87984,49.9395581 L133.617415,49.2272616 Z M57.0267983,46.8654364 L57.3642019,46.1906292 C58.7138163,46.9029257 60.0634307,47.5777329 61.3755558,48.2150508 L61.0381522,48.889858 C59.7260271,48.2150508 58.3764127,47.5402436 57.0267983,46.8654364 Z M49.1540476,42.4417003 L49.5289405,41.8043824 C50.8410656,42.5541682 52.1531907,43.303954 53.4278265,44.0162505 L53.0529337,44.6910577 C51.7782978,43.9787612 50.4661727,43.2289754 49.1540476,42.4417003 Z M41.3937648,37.8305178 L41.806147,37.1931999 C43.0807828,37.980475 44.3554187,38.8052393 45.6300545,39.5550251 L45.2551616,40.192343 C43.9805258,39.4050679 42.70589,38.6177929 41.3937648,37.8305178 Z M33.8959071,32.8819317 L34.3082893,32.2446138 C35.5829251,33.0693781 36.8200716,33.8941425 38.0572181,34.7189068 L37.644836,35.3562248 C36.4076894,34.5689497 35.1330536,33.706696 33.8959071,32.8819317 Z M29.209746,29.6578529 L29.6221282,29.0580242 C29.9595318,29.28296 30.2594461,29.5078957 30.5968497,29.7328314 L30.1844675,30.3326601 C29.8470639,30.1077243 29.5471496,29.8827886 29.209746,29.6578529 Z" id="形状" fill="#E6E8ED" fill-rule="nonzero"></path>
|
|
86
|
-
</g>
|
|
87
|
-
<path d="M64.92,190.68 C74.76,190.68 82.68,186.36 88.56,177.72 C94.32,169.08 97.32,157.68 97.32,143.76 C97.32,130.56 94.56,120.36 89.04,112.92 C83.52,105.36 75.48,101.64 65.04,101.64 C56.4,101.64 49.2,104.4 43.44,110.04 C37.68,115.56 34.8,122.64 34.8,131.28 C34.8,139.68 37.2,146.52 42.24,151.8 C47.28,157.32 54.12,160.08 62.52,160.08 C66.84,160.08 70.68,159.24 74.04,157.68 C77.52,156 80.52,153.36 83.04,149.88 L83.64,149.88 L83.64,150.96 C83.64,158.88 81.96,165.48 78.72,170.76 C75.24,176.28 70.68,179.16 65.04,179.16 C56.76,179.16 51.84,175.2 50.16,167.28 L36.48,167.28 C38.52,182.88 48,190.68 64.92,190.68 Z M65.52,148.68 C60.24,148.68 56.16,147 53.28,143.88 C50.16,140.76 48.72,136.56 48.72,131.28 C48.72,126 50.16,121.68 53.28,118.32 C56.4,114.96 60.48,113.28 65.52,113.28 C70.32,113.28 74.4,114.84 77.52,117.96 C80.64,121.08 82.2,125.28 82.2,130.8 C82.2,136.32 80.64,140.64 77.76,143.88 C74.76,147 70.68,148.68 65.52,148.68 Z" id="9" fill="#C9CDD4" fill-rule="nonzero"></path>
|
|
88
|
-
<path d="M264.08,188.68 C272.6,188.68 279.8,185.8 285.56,180.28 C291.32,174.76 294.32,167.68 294.32,159.04 C294.32,150.64 291.8,143.68 286.76,138.28 C281.72,132.88 275,130.24 266.6,130.24 C262.28,130.24 258.44,130.96 255.08,132.64 C251.48,134.32 248.48,136.84 246.08,140.44 L245.48,140.44 L245.48,139.36 C245.48,131.44 247.04,124.84 250.4,119.56 C253.76,113.92 258.32,111.16 264.08,111.16 C272.24,111.16 277.28,115.12 278.96,123.04 L292.64,123.04 C290.48,107.44 281,99.64 264.2,99.64 C254.24,99.64 246.32,103.96 240.56,112.6 C234.68,121.24 231.8,132.52 231.8,146.56 C231.8,159.64 234.44,169.84 239.96,177.28 C245.48,184.84 253.52,188.68 264.08,188.68 Z M263.6,177.04 C258.68,177.04 254.72,175.48 251.6,172.36 C248.48,169.24 246.92,164.92 246.92,159.52 C246.92,154 248.36,149.56 251.36,146.44 C254.24,143.2 258.32,141.64 263.6,141.64 C268.76,141.64 272.84,143.2 275.96,146.44 C278.84,149.56 280.4,153.76 280.4,159.04 C280.4,164.32 278.84,168.64 275.72,172 C272.6,175.36 268.64,177.04 263.6,177.04 Z" id="6" fill="#C9CDD4" fill-rule="nonzero"></path>
|
|
89
|
-
<path d="M266.08,190.68 C274.6,190.68 281.8,187.8 287.56,182.28 C293.32,176.76 296.32,169.68 296.32,161.04 C296.32,152.64 293.8,145.68 288.76,140.28 C283.72,134.88 277,132.24 268.6,132.24 C264.28,132.24 260.44,132.96 257.08,134.64 C253.48,136.32 250.48,138.84 248.08,142.44 L247.48,142.44 L247.48,141.36 C247.48,133.44 249.04,126.84 252.4,121.56 C255.76,115.92 260.32,113.16 266.08,113.16 C274.24,113.16 279.28,117.12 280.96,125.04 L294.64,125.04 C292.48,109.44 283,101.64 266.2,101.64 C256.24,101.64 248.32,105.96 242.56,114.6 C236.68,123.24 233.8,134.52 233.8,148.56 C233.8,161.64 236.44,171.84 241.96,179.28 C247.48,186.84 255.52,190.68 266.08,190.68 Z M265.6,179.04 C260.68,179.04 256.72,177.48 253.6,174.36 C250.48,171.24 248.92,166.92 248.92,161.52 C248.92,156 250.36,151.56 253.36,148.44 C256.24,145.2 260.32,143.64 265.6,143.64 C270.76,143.64 274.84,145.2 277.96,148.44 C280.84,151.56 282.4,155.76 282.4,161.04 C282.4,166.32 280.84,170.64 277.72,174 C274.6,177.36 270.64,179.04 265.6,179.04 Z" id="6" fill="#D7DAE0" fill-rule="nonzero"></path>
|
|
90
|
-
<path d="M66.92,192.68 C76.76,192.68 84.68,188.36 90.56,179.72 C96.32,171.08 99.32,159.68 99.32,145.76 C99.32,132.56 96.56,122.36 91.04,114.92 C85.52,107.36 77.48,103.64 67.04,103.64 C58.4,103.64 51.2,106.4 45.44,112.04 C39.68,117.56 36.8,124.64 36.8,133.28 C36.8,141.68 39.2,148.52 44.24,153.8 C49.28,159.32 56.12,162.08 64.52,162.08 C68.84,162.08 72.68,161.24 76.04,159.68 C79.52,158 82.52,155.36 85.04,151.88 L85.64,151.88 L85.64,152.96 C85.64,160.88 83.96,167.48 80.72,172.76 C77.24,178.28 72.68,181.16 67.04,181.16 C58.76,181.16 53.84,177.2 52.16,169.28 L38.48,169.28 C40.52,184.88 50,192.68 66.92,192.68 Z M67.52,150.68 C62.24,150.68 58.16,149 55.28,145.88 C52.16,142.76 50.72,138.56 50.72,133.28 C50.72,128 52.16,123.68 55.28,120.32 C58.4,116.96 62.48,115.28 67.52,115.28 C72.32,115.28 76.4,116.84 79.52,119.96 C82.64,123.08 84.2,127.28 84.2,132.8 C84.2,138.32 82.64,142.64 79.76,145.88 C76.76,149 72.68,150.68 67.52,150.68 Z" id="9" fill="#D7DAE0" fill-rule="nonzero"></path>
|
|
91
|
-
</g>
|
|
92
|
-
</g>
|
|
93
|
-
</g>
|
|
94
|
-
</g>
|
|
95
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="350px" height="300px" viewBox="0 0 350 300" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<defs>
|
|
4
|
+
<rect id="path-1" x="0" y="0" width="350" height="300"></rect>
|
|
5
|
+
<linearGradient x1="50%" y1="85.1278551%" x2="50%" y2="0%" id="linearGradient-3">
|
|
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.2301095%" x2="50%" y2="0%" id="linearGradient-4">
|
|
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-5">
|
|
14
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-6">
|
|
18
|
+
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
19
|
+
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<linearGradient x1="89.7696721%" y1="19.9401639%" x2="9.44918033%" y2="80.4655738%" id="linearGradient-7">
|
|
22
|
+
<stop stop-color="#87B6FA" offset="0%"></stop>
|
|
23
|
+
<stop stop-color="#85B1F3" offset="100%"></stop>
|
|
24
|
+
</linearGradient>
|
|
25
|
+
<linearGradient x1="-0.0350649351%" y1="50.0212787%" x2="99.2860318%" y2="50.0212787%" id="linearGradient-8">
|
|
26
|
+
<stop stop-color="#E6E8ED" offset="0%"></stop>
|
|
27
|
+
<stop stop-color="#D7DAE0" offset="100%"></stop>
|
|
28
|
+
</linearGradient>
|
|
29
|
+
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-9">
|
|
30
|
+
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
31
|
+
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
32
|
+
</linearGradient>
|
|
33
|
+
<linearGradient x1="0.0987373737%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-10">
|
|
34
|
+
<stop stop-color="#D7DAE0" offset="1.51879371%"></stop>
|
|
35
|
+
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
36
|
+
</linearGradient>
|
|
37
|
+
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-11">
|
|
38
|
+
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
39
|
+
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
40
|
+
</linearGradient>
|
|
41
|
+
<linearGradient x1="1.61834417%" y1="49.8838384%" x2="100.152273%" y2="49.8838384%" id="linearGradient-12">
|
|
42
|
+
<stop stop-color="#D7DAE0" offset="0%"></stop>
|
|
43
|
+
<stop stop-color="#C9CDD4" offset="100%"></stop>
|
|
44
|
+
</linearGradient>
|
|
45
|
+
</defs>
|
|
46
|
+
<g id="---6.7异常Abnormal" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
47
|
+
<g id="6.7异常Abnormal" transform="translate(-1023.000000, -2935.000000)">
|
|
48
|
+
<g id="906" transform="translate(1023.000000, 2935.000000)">
|
|
49
|
+
<mask id="mask-2" fill="white">
|
|
50
|
+
<use xlink:href="#path-1"></use>
|
|
51
|
+
</mask>
|
|
52
|
+
<g id="蒙版"></g>
|
|
53
|
+
<g id="编组-2" mask="url(#mask-2)">
|
|
54
|
+
<g transform="translate(9.000000, -6.000000)">
|
|
55
|
+
<ellipse id="椭圆形" fill="url(#linearGradient-3)" fill-rule="nonzero" opacity="0.16" cx="158.167309" cy="247.636033" rx="158.167309" ry="82.3639674"></ellipse>
|
|
56
|
+
<g id="编组" opacity="0.9" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(54.996787, 0.000000)">
|
|
57
|
+
<path d="M143.958869,39.5886889 L143.958869,39.5886889 L143.958869,39.5886889 C144.371251,39.6261782 144.821123,39.6636675 145.270994,39.6636675 C145.720865,39.6636675 146.133248,39.6261782 146.583119,39.5886889 L176.237147,39.5886889 C178.748929,41.4631534 181.898029,42.587832 185.309554,42.587832 C193.669666,42.587832 200.455227,35.8022708 200.455227,27.4421594 C200.455227,19.082048 193.669666,12.2964867 185.309554,12.2964867 C184.559769,12.2964867 183.847472,12.333976 183.135176,12.4464439 C181.523136,8.3601114 177.549272,5.43594687 172.9006,5.43594687 C171.32605,5.43594687 169.863967,5.77335047 168.514353,6.37317909 C166.339974,2.54927164 162.216153,0 157.492502,0 C150.482005,0 144.783633,5.69837189 144.783633,12.7088689 C144.783633,13.6086118 144.858612,14.4333762 145.046058,15.2956298 C138.410454,15.4080977 133.086755,20.8440446 133.086755,27.4796487 C133.049486,33.7403599 137.810626,38.951371 143.958869,39.5886889 Z" id="路径" fill="url(#linearGradient-4)" fill-rule="nonzero" opacity="0.16"></path>
|
|
58
|
+
<path d="M14.4708655,90.1992288 L14.4708655,90.1992288 L14.545844,90.1992288 C15.2206512,90.2742074 15.8954584,90.3116967 16.5702656,90.3116967 C17.2450728,90.3116967 17.9573693,90.2742074 18.6321765,90.1992288 L72.5792631,90.1992288 C75.4659383,92.3361183 79.06491,93.6107541 82.9263068,93.6107541 C92.561054,93.6107541 100.396315,85.7754927 100.396315,76.1407455 C100.396315,66.5059983 92.561054,58.6707369 82.9263068,58.6707369 C82.3639674,58.6707369 81.7641388,58.7082262 81.2017995,58.7457155 C78.3901028,52.9348757 72.4667952,48.9610111 65.6062554,48.9610111 C64.781491,48.9610111 63.9567266,49.0359897 63.1694516,49.1484576 C59.0081405,42.5128535 51.6227506,38.0891174 43.22515,38.0891174 C31.6034704,38.0891174 21.9687232,46.4867181 20.0567695,57.5460583 C18.9320908,57.3211225 17.8074122,57.1711654 16.6077549,57.1711654 C7.46036847,57.1711654 0,64.5940446 0,73.7789203 C0,82.176521 6.29820051,89.1495287 14.4708655,90.1992288 Z" id="路径" fill="url(#linearGradient-5)" fill-rule="nonzero" opacity="0.16"></path>
|
|
59
|
+
</g>
|
|
60
|
+
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(20.224488, 225.440811)">
|
|
61
|
+
<path d="M1.85670261,22.4576468 C7.18018161,28.0435509 20.2639434,25.0444078 22.02594,19.9458645 C23.2255972,16.3843821 22.2133864,11.3983066 19.5141576,8.17422781 C17.4147574,5.69993475 15.9526752,3.48806671 13.853275,1.8760273 C12.166257,0.601391479 11.3040034,-0.0359264306 10.7041748,0.00156285816 C6.58035299,0.189009302 -4.32903004,15.9719999 1.85670261,22.4576468 Z" id="路径" fill="url(#linearGradient-6)" fill-rule="nonzero"></path>
|
|
62
|
+
<rect id="矩形" fill="#E6E8ED" fill-rule="nonzero" x="11.0415784" y="11.060903" width="1" height="24.1056127"></rect>
|
|
63
|
+
</g>
|
|
64
|
+
<circle id="椭圆形" fill="url(#linearGradient-7)" fill-rule="nonzero" cx="180.098543" cy="145.590189" r="2.28684662"></circle>
|
|
65
|
+
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(109.052287, 113.086975)">
|
|
66
|
+
<circle id="椭圆形" fill="url(#linearGradient-8)" fill-rule="nonzero" cx="55.4882019" cy="37.5267781" r="37.5267781"></circle>
|
|
67
|
+
<circle id="椭圆形" fill="url(#linearGradient-9)" fill-rule="nonzero" cx="35.0190502" cy="15.4080977" r="7.42287918"></circle>
|
|
68
|
+
<circle id="椭圆形" fill="url(#linearGradient-10)" fill-rule="nonzero" cx="46.6407297" cy="54.9218081" r="10.1970865"></circle>
|
|
69
|
+
<circle id="椭圆形" fill="url(#linearGradient-10)" fill-rule="nonzero" cx="73.8204641" cy="20.3941731" r="6.07326478"></circle>
|
|
70
|
+
<path d="M8.92650522,71.267138 C4.9901299,71.267138 2.36587969,70.10497 0.941286715,67.8181234 C-2.0203671,62.9820051 1.9909868,55.6715938 13.2002841,45.3995287 C14.4374307,44.2373608 16.3868737,44.3498286 17.5490416,45.5869751 C18.7112096,46.8241217 18.5987417,48.7735647 17.3615952,49.9357326 C7.0145515,59.4205227 5.92736212,63.9192374 6.18978714,64.6315338 C6.60216932,65.1188946 10.6135232,66.1685947 22.1977135,62.1572408 C32.2823321,58.6707369 44.6537974,52.5599829 57.1002413,44.9871465 C69.5091959,37.4143102 80.6060254,29.1666667 88.2913296,21.8187661 C97.1388017,13.3461868 98.0385446,9.3348329 97.7761196,8.697515 C97.7761196,8.697515 95.4517837,6.78556127 83.9050828,10.4595116 C82.2930434,10.9843616 80.5685361,10.0846187 80.043686,8.47257926 C79.518836,6.86053985 80.4185789,5.13603256 82.0306183,4.61118252 C93.53983,0.937232219 100.40037,1.23714653 102.987131,5.51092545 C105.723849,9.97215081 102.462281,16.5702656 93.0524692,25.7176521 C85.0672507,33.5154242 73.4080819,42.2129392 60.2868308,50.235647 C47.1655798,58.2583548 34.081818,64.6315338 23.4723493,68.1930163 C17.4740631,70.2174379 12.6379448,71.267138 8.92650522,71.267138 Z" id="路径" fill="#C9CDD4" fill-rule="nonzero"></path>
|
|
71
|
+
<path d="M9.82624815,72.1293916 C5.88987283,72.1293916 3.26562262,70.9672237 1.84102965,68.680377 C-1.12062417,63.8442588 2.89072973,56.5338475 14.1000271,46.2617823 C15.3371736,45.0996144 17.2866166,45.2120823 18.4487846,46.4492288 C19.6109525,47.6863753 19.4984847,49.6358183 18.2613381,50.7979863 C7.91429443,60.2827763 6.82710505,64.781491 7.08953007,65.4937875 C7.50191225,65.9811482 11.5132661,67.0308483 23.0974564,63.0194944 C33.1820751,59.5329906 45.5535404,53.4222365 57.9999842,45.8494002 C70.4089388,38.2765638 81.5057683,30.0289203 89.1910725,22.6810197 C98.0385446,14.2084404 98.9382876,10.1970865 98.6758626,9.55976864 C98.6758626,9.55976864 96.3515266,7.64781491 84.8048257,11.3217652 C83.1927863,11.8466153 81.468279,10.9468723 80.943429,9.3348329 C80.4185789,7.72279349 81.3183218,5.9982862 82.9303613,5.47343616 C94.4395729,1.79948586 101.300113,2.09940017 103.886874,6.37317909 C106.623592,10.8344045 103.362024,17.4325193 93.9522122,26.5799057 C85.9295044,34.3776778 74.2703356,43.1126821 61.1490845,51.0979006 C48.0278334,59.1206084 34.9440716,65.4937875 24.3346029,69.0552699 C18.3363167,71.1171808 13.5001985,72.1293916 9.82624815,72.1293916 Z" id="路径" fill="#D7DAE0" fill-rule="nonzero"></path>
|
|
72
|
+
</g>
|
|
73
|
+
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(244.771140, 195.257600)">
|
|
74
|
+
<path d="M1.34604091,8.74090054 C3.59539823,4.61707878 8.35653791,0.530746303 14.5422706,0.043385549 C15.4795028,-0.0315930286 19.0409852,-0.219039472 22.902382,1.65542497 C23.3147641,1.84287141 29.9503682,5.14192882 29.6504539,8.25353979 C29.275561,12.3398723 17.9163065,13.9144224 13.3801026,14.5517403 C9.21879155,15.1515689 1.57097664,16.201269 0.183872953,13.2771045 C-0.378466378,11.9649794 0.446297975,10.4279185 1.34604091,8.74090054 Z" id="路径" fill="url(#linearGradient-11)" fill-rule="nonzero"></path>
|
|
75
|
+
<path d="M15.8918849,12.0774472 C17.6163922,8.92834699 21.215364,5.81673602 25.9390143,5.44184313 C27.063693,5.36686455 29.6504539,5.17941811 32.3121934,6.67898966 C35.236358,8.32851837 38.1230332,11.9649794 37.2232903,14.1768474 C36.9983545,14.7016975 36.3610366,15.7139083 25.0767607,16.5011833 C17.5789029,17.0260334 15.5919706,16.7261191 15.0296313,15.5264618 C14.5797598,14.514251 15.2170778,13.3520831 15.8918849,12.0774472 Z" id="路径" fill="url(#linearGradient-12)" fill-rule="nonzero"></path>
|
|
76
|
+
</g>
|
|
77
|
+
<g id="编组" stroke-width="1" fill="none" fill-rule="evenodd" transform="translate(60.614590, 33.980750)">
|
|
78
|
+
<g fill-rule="nonzero">
|
|
79
|
+
<g>
|
|
80
|
+
<path d="M0.230525769,1.50339699 L17.5130879,27.2960277 C17.663045,27.5584527 17.9254701,27.6709206 18.1878951,27.7084098 C18.4503201,27.7458991 18.7127451,27.6334313 18.9001916,27.4459848 L22.1617597,24.1844167 L26.3230708,27.4834741 C26.36056,27.4834741 26.5854958,27.7458991 27.1103458,27.6334313 C27.7101744,27.5209634 27.785153,26.9586241 27.785153,26.9211348 L29.6596175,16.6865589 L36.1827537,10.200912 C36.4076894,9.97597625 36.482668,9.63857265 36.4076894,9.30116905 C36.2952216,9.00125474 36.0702858,8.73882972 35.7328822,8.66385114 L1.1302687,0.0413147264 C1.09277941,0.0413147264 0.530440079,-0.183621006 0.155547191,0.416207614 C-0.181856408,0.941057657 0.118057902,1.39092912 0.230525769,1.50339699 Z M25.2733707,17.9237055 C25.2733707,17.9237055 25.2358814,17.736259 25.1609028,17.6612805 C25.0859242,17.5863019 24.9359671,17.4363447 24.9359671,17.4363447 L12.7894375,8.55138328 L27.7101744,16.7240482 L26.6229851,22.6848451 L25.2733707,17.9237055 Z M25.1983921,24.2593953 L22.9115455,22.4599094 L24.2236706,20.84787 L25.1983921,24.2593953 Z" id="形状" fill="#E6E8ED"></path>
|
|
81
|
+
<path d="M25.2733707,17.9237055 C25.2733707,17.9237055 25.2358814,17.736259 25.1609028,17.6612805 C25.0859242,17.5863019 24.9359671,17.4363447 24.9359671,17.4363447 L12.7894375,8.55138328 L27.7101744,16.7240482 L26.6229851,22.6848451 L25.2733707,17.9237055 Z" id="路径" fill="#D7DAE0"></path>
|
|
82
|
+
</g>
|
|
83
|
+
<polygon id="路径" fill="#E6E8ED" points="25.1983921 24.2593953 22.9115455 22.4599094 24.2236706 20.84787"></polygon>
|
|
84
|
+
</g>
|
|
85
|
+
<path d="M153.111845,98.3757192 C153.974099,97.1385727 154.798863,95.9014261 155.548649,94.6267903 L156.185967,95.0016832 C155.398692,96.276319 154.573928,97.5509548 153.711674,98.7881014 L153.111845,98.3757192 Z M157.648049,90.690415 C158.322857,89.3408006 158.922685,87.9536969 159.447535,86.6040825 L160.159832,86.8665075 C159.597492,88.2536112 158.997664,89.6407149 158.322857,91.0278186 L157.648049,90.690415 Z M160.834639,82.3677929 C161.247021,80.9057106 161.584425,79.4436284 161.80936,78.0190354 L162.559146,78.1315032 C162.33421,79.5560962 161.996807,81.0556678 161.584425,82.5552393 L160.834639,82.3677929 Z M139.728169,78.1689925 C140.402976,77.456696 141.152762,76.1445709 141.902548,74.3825744 L142.577355,74.6824887 C141.827569,76.5569531 141.002805,77.9065675 140.290509,78.6938426 L139.728169,78.1689925 Z M135.116987,72.5830885 L135.829283,72.4331314 C136.204176,74.0451708 136.654048,75.507253 137.216387,76.6319317 L136.54158,76.9693353 C135.97924,75.7696781 135.49188,74.2701065 135.116987,72.5830885 Z M162.259232,73.6327886 C162.259232,73.3703636 162.259232,73.1079385 162.259232,72.8455135 C162.259232,71.608367 162.146764,70.3712205 161.996807,69.2090525 L162.746593,69.0965846 C162.934039,70.2962419 163.009018,71.5333884 163.009018,72.8455135 C163.009018,73.1079385 163.009018,73.3703636 163.009018,73.6327886 L162.259232,73.6327886 Z M143.36463,70.2212633 C143.777012,68.7966703 144.151905,67.3345881 144.45182,65.8725058 L145.201605,66.022463 C144.901691,67.4845452 144.526798,68.9841168 144.114416,70.4087098 L143.36463,70.2212633 Z M134.367201,66.3973559 C134.367201,65.3851451 134.44218,64.4479128 134.554647,63.5481699 L135.304433,63.6606378 C135.191965,64.5228914 135.116987,65.4601236 135.116987,66.3973559 C135.116987,66.9596952 135.154476,67.5220345 135.191965,68.0843739 L134.44218,68.1218631 C134.40469,67.5220345 134.367201,66.9222059 134.367201,66.3973559 Z M158.885196,61.0363876 L159.485024,60.5865161 C160.347278,61.7861733 161.097064,63.1357877 161.659403,64.6353593 L160.947107,64.8977843 C160.422257,63.4731913 159.70996,62.1610662 158.885196,61.0363876 Z M145.164116,61.486259 C145.276584,60.2866018 145.351563,59.1244338 145.351563,58.0747337 C145.351563,57.6998409 145.314073,57.3624373 145.314073,57.0250337 L146.063859,56.9875444 C146.101348,57.324948 146.101348,57.6623516 146.101348,58.0372445 C146.101348,59.1244338 146.02637,60.2866018 145.913902,61.5237483 L145.164116,61.486259 Z M99.7270982,60.2491125 L99.7645875,59.4993267 C101.264159,59.536816 102.763731,59.536816 104.225813,59.4618374 L104.263302,60.2116232 C103.438538,60.2491125 102.613773,60.2866018 101.789009,60.2866018 C101.114202,60.2866018 100.439395,60.2491125 99.7270982,60.2491125 Z M90.7671582,59.274391 L90.879626,58.5246052 C92.3791976,58.7870302 93.8412798,59.011966 95.3033621,59.1619231 L95.2283835,59.9117089 C93.7663013,59.7242625 92.2667297,59.536816 90.7671582,59.274391 Z M108.687038,59.0869445 C110.18661,58.8620088 111.648692,58.5620945 113.073285,58.2246909 L113.260731,58.9369874 C111.798649,59.3118803 110.299078,59.5743053 108.799506,59.799241 L108.687038,59.0869445 Z M135.866773,59.1244338 C136.466601,57.8872873 137.253876,56.8375872 138.191108,56.0503122 C138.378555,55.8628657 138.603491,55.7129086 138.828426,55.5629514 L139.240809,56.2002693 C139.015873,56.3502265 138.828426,56.5001836 138.64098,56.6501408 C137.778726,57.3624373 137.06643,58.3371588 136.50409,59.4618374 L135.866773,59.1244338 Z M81.9571753,57.2124801 L82.182111,56.5001836 C83.6441933,56.9125658 85.1062756,57.2874587 86.5308685,57.6248623 L86.3434221,58.3371588 C84.9188291,57.9997552 83.4567468,57.6248623 81.9571753,57.2124801 Z M151.912188,55.9378443 L152.174613,55.2255478 C153.636695,55.8253764 154.98631,56.5376729 156.185967,57.3999266 L155.736096,57.9997552 C154.573928,57.1749908 153.261803,56.5001836 151.912188,55.9378443 Z M117.309575,56.8750765 C117.871914,56.6501408 118.434253,56.425205 118.996593,56.2002693 C119.746378,55.900355 120.533653,55.5254621 121.433396,55.1130799 L121.7708,55.7878871 C120.871057,56.2377586 120.046293,56.6126515 119.296507,56.9125658 C118.734168,57.1375015 118.134339,57.3624373 117.572,57.587373 L117.309575,56.8750765 Z M73.4096175,54.3258049 L73.6720425,53.6135084 C75.0966355,54.1383584 76.5212284,54.6632085 77.9083321,55.1130799 L77.6833964,55.8253764 C76.2588034,55.375505 74.8342104,54.8506549 73.4096175,54.3258049 Z M143.214673,54.7006978 L143.102205,53.950912 C144.526798,53.7634655 146.101348,53.7634655 147.713388,54.0258906 L147.60092,54.7756763 C146.063859,54.5132513 144.601777,54.5132513 143.214673,54.7006978 Z M125.44475,53.1261476 L125.782154,52.9387012 C126.981811,52.3013833 128.218958,51.6640654 129.456104,51.0642367 L129.793508,51.7390439 C128.593851,52.3388726 127.319215,52.9761905 126.119557,53.6135084 L125.782154,53.8009548 L125.44475,53.1261476 Z M142.689823,49.6771331 C142.539866,49.5646652 142.389909,49.4521973 142.239952,49.3772188 L142.614845,48.7399008 C142.802291,48.8148794 142.989737,48.9648366 143.139695,49.0773044 C144.114416,49.8270902 144.864202,50.9892582 145.351563,52.4888297 L144.639266,52.7137655 C144.189395,51.3266618 143.514587,50.314451 142.689823,49.6771331 Z M65.1244846,50.839301 L65.4243989,50.1644938 C66.8115026,50.8018117 68.1986063,51.4016403 69.5482207,51.9639797 L69.2483064,52.6387869 C67.8612027,52.0764475 66.474099,51.4391296 65.1244846,50.839301 Z M133.617415,49.2272616 C135.304433,48.5899437 136.729026,48.1775615 138.003662,47.9901151 L138.11613,48.7399008 C136.916473,48.889858 135.529369,49.3022402 133.87984,49.9395581 L133.617415,49.2272616 Z M57.0267983,46.8654364 L57.3642019,46.1906292 C58.7138163,46.9029257 60.0634307,47.5777329 61.3755558,48.2150508 L61.0381522,48.889858 C59.7260271,48.2150508 58.3764127,47.5402436 57.0267983,46.8654364 Z M49.1540476,42.4417003 L49.5289405,41.8043824 C50.8410656,42.5541682 52.1531907,43.303954 53.4278265,44.0162505 L53.0529337,44.6910577 C51.7782978,43.9787612 50.4661727,43.2289754 49.1540476,42.4417003 Z M41.3937648,37.8305178 L41.806147,37.1931999 C43.0807828,37.980475 44.3554187,38.8052393 45.6300545,39.5550251 L45.2551616,40.192343 C43.9805258,39.4050679 42.70589,38.6177929 41.3937648,37.8305178 Z M33.8959071,32.8819317 L34.3082893,32.2446138 C35.5829251,33.0693781 36.8200716,33.8941425 38.0572181,34.7189068 L37.644836,35.3562248 C36.4076894,34.5689497 35.1330536,33.706696 33.8959071,32.8819317 Z M29.209746,29.6578529 L29.6221282,29.0580242 C29.9595318,29.28296 30.2594461,29.5078957 30.5968497,29.7328314 L30.1844675,30.3326601 C29.8470639,30.1077243 29.5471496,29.8827886 29.209746,29.6578529 Z" id="形状" fill="#E6E8ED" fill-rule="nonzero"></path>
|
|
86
|
+
</g>
|
|
87
|
+
<path d="M64.92,190.68 C74.76,190.68 82.68,186.36 88.56,177.72 C94.32,169.08 97.32,157.68 97.32,143.76 C97.32,130.56 94.56,120.36 89.04,112.92 C83.52,105.36 75.48,101.64 65.04,101.64 C56.4,101.64 49.2,104.4 43.44,110.04 C37.68,115.56 34.8,122.64 34.8,131.28 C34.8,139.68 37.2,146.52 42.24,151.8 C47.28,157.32 54.12,160.08 62.52,160.08 C66.84,160.08 70.68,159.24 74.04,157.68 C77.52,156 80.52,153.36 83.04,149.88 L83.64,149.88 L83.64,150.96 C83.64,158.88 81.96,165.48 78.72,170.76 C75.24,176.28 70.68,179.16 65.04,179.16 C56.76,179.16 51.84,175.2 50.16,167.28 L36.48,167.28 C38.52,182.88 48,190.68 64.92,190.68 Z M65.52,148.68 C60.24,148.68 56.16,147 53.28,143.88 C50.16,140.76 48.72,136.56 48.72,131.28 C48.72,126 50.16,121.68 53.28,118.32 C56.4,114.96 60.48,113.28 65.52,113.28 C70.32,113.28 74.4,114.84 77.52,117.96 C80.64,121.08 82.2,125.28 82.2,130.8 C82.2,136.32 80.64,140.64 77.76,143.88 C74.76,147 70.68,148.68 65.52,148.68 Z" id="9" fill="#C9CDD4" fill-rule="nonzero"></path>
|
|
88
|
+
<path d="M264.08,188.68 C272.6,188.68 279.8,185.8 285.56,180.28 C291.32,174.76 294.32,167.68 294.32,159.04 C294.32,150.64 291.8,143.68 286.76,138.28 C281.72,132.88 275,130.24 266.6,130.24 C262.28,130.24 258.44,130.96 255.08,132.64 C251.48,134.32 248.48,136.84 246.08,140.44 L245.48,140.44 L245.48,139.36 C245.48,131.44 247.04,124.84 250.4,119.56 C253.76,113.92 258.32,111.16 264.08,111.16 C272.24,111.16 277.28,115.12 278.96,123.04 L292.64,123.04 C290.48,107.44 281,99.64 264.2,99.64 C254.24,99.64 246.32,103.96 240.56,112.6 C234.68,121.24 231.8,132.52 231.8,146.56 C231.8,159.64 234.44,169.84 239.96,177.28 C245.48,184.84 253.52,188.68 264.08,188.68 Z M263.6,177.04 C258.68,177.04 254.72,175.48 251.6,172.36 C248.48,169.24 246.92,164.92 246.92,159.52 C246.92,154 248.36,149.56 251.36,146.44 C254.24,143.2 258.32,141.64 263.6,141.64 C268.76,141.64 272.84,143.2 275.96,146.44 C278.84,149.56 280.4,153.76 280.4,159.04 C280.4,164.32 278.84,168.64 275.72,172 C272.6,175.36 268.64,177.04 263.6,177.04 Z" id="6" fill="#C9CDD4" fill-rule="nonzero"></path>
|
|
89
|
+
<path d="M266.08,190.68 C274.6,190.68 281.8,187.8 287.56,182.28 C293.32,176.76 296.32,169.68 296.32,161.04 C296.32,152.64 293.8,145.68 288.76,140.28 C283.72,134.88 277,132.24 268.6,132.24 C264.28,132.24 260.44,132.96 257.08,134.64 C253.48,136.32 250.48,138.84 248.08,142.44 L247.48,142.44 L247.48,141.36 C247.48,133.44 249.04,126.84 252.4,121.56 C255.76,115.92 260.32,113.16 266.08,113.16 C274.24,113.16 279.28,117.12 280.96,125.04 L294.64,125.04 C292.48,109.44 283,101.64 266.2,101.64 C256.24,101.64 248.32,105.96 242.56,114.6 C236.68,123.24 233.8,134.52 233.8,148.56 C233.8,161.64 236.44,171.84 241.96,179.28 C247.48,186.84 255.52,190.68 266.08,190.68 Z M265.6,179.04 C260.68,179.04 256.72,177.48 253.6,174.36 C250.48,171.24 248.92,166.92 248.92,161.52 C248.92,156 250.36,151.56 253.36,148.44 C256.24,145.2 260.32,143.64 265.6,143.64 C270.76,143.64 274.84,145.2 277.96,148.44 C280.84,151.56 282.4,155.76 282.4,161.04 C282.4,166.32 280.84,170.64 277.72,174 C274.6,177.36 270.64,179.04 265.6,179.04 Z" id="6" fill="#D7DAE0" fill-rule="nonzero"></path>
|
|
90
|
+
<path d="M66.92,192.68 C76.76,192.68 84.68,188.36 90.56,179.72 C96.32,171.08 99.32,159.68 99.32,145.76 C99.32,132.56 96.56,122.36 91.04,114.92 C85.52,107.36 77.48,103.64 67.04,103.64 C58.4,103.64 51.2,106.4 45.44,112.04 C39.68,117.56 36.8,124.64 36.8,133.28 C36.8,141.68 39.2,148.52 44.24,153.8 C49.28,159.32 56.12,162.08 64.52,162.08 C68.84,162.08 72.68,161.24 76.04,159.68 C79.52,158 82.52,155.36 85.04,151.88 L85.64,151.88 L85.64,152.96 C85.64,160.88 83.96,167.48 80.72,172.76 C77.24,178.28 72.68,181.16 67.04,181.16 C58.76,181.16 53.84,177.2 52.16,169.28 L38.48,169.28 C40.52,184.88 50,192.68 66.92,192.68 Z M67.52,150.68 C62.24,150.68 58.16,149 55.28,145.88 C52.16,142.76 50.72,138.56 50.72,133.28 C50.72,128 52.16,123.68 55.28,120.32 C58.4,116.96 62.48,115.28 67.52,115.28 C72.32,115.28 76.4,116.84 79.52,119.96 C82.64,123.08 84.2,127.28 84.2,132.8 C84.2,138.32 82.64,142.64 79.76,145.88 C76.76,149 72.68,150.68 67.52,150.68 Z" id="9" fill="#D7DAE0" fill-rule="nonzero"></path>
|
|
91
|
+
</g>
|
|
92
|
+
</g>
|
|
93
|
+
</g>
|
|
94
|
+
</g>
|
|
95
|
+
</g>
|
|
96
96
|
</svg>
|