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,58 +1,58 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="351px" height="350px" viewBox="0 0 351 350" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>-mockplus-</title>
|
|
4
|
-
<defs>
|
|
5
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
|
|
6
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
7
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
8
|
-
</linearGradient>
|
|
9
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
|
|
10
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
11
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
12
|
-
</linearGradient>
|
|
13
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-3">
|
|
14
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-4">
|
|
18
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
19
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
<linearGradient x1="100%" y1="49.8792597%" x2="0%" y2="49.8911111%" id="linearGradient-5">
|
|
22
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
23
|
-
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
24
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
25
|
-
</linearGradient>
|
|
26
|
-
<linearGradient x1="100%" y1="49.5910035%" x2="0%" y2="49.6311491%" id="linearGradient-6">
|
|
27
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
28
|
-
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
29
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
30
|
-
</linearGradient>
|
|
31
|
-
</defs>
|
|
32
|
-
<g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
33
|
-
<g id="反馈:6" transform="translate(-92.000000, -7137.000000)">
|
|
34
|
-
<g id="权限异常" transform="translate(92.500000, 7137.000000)">
|
|
35
|
-
<rect id="矩形" x="0" y="0" width="350" height="350"></rect>
|
|
36
|
-
<g id="编组-14" transform="translate(0.000000, 73.825733)">
|
|
37
|
-
<path d="M93.2712973,50.4678338 L147.542595,81.8013819 C149.708402,83.0518115 151.042595,85.3627006 151.042595,87.8635598 L151.042595,150.530656 C151.042595,153.031515 149.708402,155.342404 147.542595,156.592834 L93.2712973,187.926382 C91.1054898,189.176812 88.4371049,189.176812 86.2712973,187.926382 L32,156.592834 C29.8341925,155.342404 28.5,153.031515 28.5,150.530656 L28.5,87.8635598 C28.5,85.3627006 29.8341925,83.0518115 32,81.8013819 L86.2712973,50.4678338 C88.4371049,49.2174043 91.1054898,49.2174043 93.2712973,50.4678338 Z M89.7712973,86.4471079 C71.6839718,86.4471079 57.0212973,101.109782 57.0212973,119.197108 C57.0212973,137.284433 71.6839718,151.947108 89.7712973,151.947108 C107.858623,151.947108 122.521297,137.284433 122.521297,119.197108 C122.521297,101.109782 107.858623,86.4471079 89.7712973,86.4471079 Z" id="形状结合" fill="url(#linearGradient-1)" opacity="0.26" transform="translate(89.771297, 119.197108) rotate(-15.000000) translate(-89.771297, -119.197108) "></path>
|
|
38
|
-
<path d="M246.808531,7.95753288 L271.634964,22.1935739 C273.810855,23.4412789 275.152867,25.7578128 275.152867,28.2660526 L275.152867,56.6555858 C275.152867,59.1638256 273.810855,61.4803595 271.634964,62.7280645 L246.808531,76.9641055 C244.651841,78.2008005 242.001026,78.2008005 239.844336,76.9641055 L215.017903,62.7280645 C212.842012,61.4803595 211.5,59.1638256 211.5,56.6555858 L211.5,28.2660526 C211.5,25.7578128 212.842012,23.4412789 215.017903,22.1935739 L239.844336,7.95753288 C242.001026,6.72083792 244.651841,6.72083792 246.808531,7.95753288 Z M243.567915,25.3961144 C234.179074,25.3961144 226.567915,33.0072737 226.567915,42.3961144 C226.567915,51.7849552 234.179074,59.3961144 243.567915,59.3961144 C252.956756,59.3961144 260.567915,51.7849552 260.567915,42.3961144 C260.567915,33.0072737 252.956756,25.3961144 243.567915,25.3961144 Z" id="形状结合备份" fill="url(#linearGradient-2)" opacity="0.16" transform="translate(243.326434, 42.460819) rotate(-345.000000) translate(-243.326434, -42.460819) "></path>
|
|
39
|
-
<path d="M268.008476,134.454196 L285.040681,144.199153 C287.21985,145.445963 288.56441,147.76433 288.56441,150.274969 L288.56441,169.655533 C288.56441,172.166172 287.21985,174.484539 285.040681,175.731348 L268.008476,185.476306 C265.854761,186.708552 263.209648,186.708552 261.055934,185.476306 L244.023729,175.731348 C241.84456,174.484539 240.5,172.166172 240.5,169.655533 L240.5,150.274969 C240.5,147.76433 241.84456,145.445963 244.023729,144.199153 L261.055934,134.454196 C263.209648,133.22195 265.854761,133.22195 268.008476,134.454196 Z M264.4675,146.97377 C257.42587,146.97377 251.7175,152.682139 251.7175,159.72377 C251.7175,166.7654 257.42587,172.47377 264.4675,172.47377 C271.509131,172.47377 277.2175,166.7654 277.2175,159.72377 C277.2175,152.682139 271.509131,146.97377 264.4675,146.97377 Z" id="形状结合备份-2" fill="url(#linearGradient-3)" opacity="0.16" transform="translate(264.532205, 159.965251) rotate(-345.000000) translate(-264.532205, -159.965251) "></path>
|
|
40
|
-
<path d="M0,192.530012 C43.3705512,174.863345 101.703885,166.030012 175,166.030012 C248.296115,166.030012 306.629449,174.863345 350,192.530012" id="路径-19" fill="url(#linearGradient-4)" opacity="0.16"></path>
|
|
41
|
-
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16" cx="168.5" cy="190" rx="75" ry="3.5"></ellipse>
|
|
42
|
-
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="234.25" cy="194.5" rx="40.75" ry="3.5"></ellipse>
|
|
43
|
-
<g id="objects/element/lock" transform="translate(92.000000, 33.000000)">
|
|
44
|
-
<path d="M72,0 C92.9868205,-3.85521638e-15 110,17.0131795 110,38 L110,59.5 L97,59.5 L97,37 C97,23.1928813 85.8071187,12 72,12 C58.1928813,12 47,23.1928813 47,37 L47,37 L47,59.5 L34,59.5 L34,38 C34,17.0131795 51.0131795,3.85521638e-15 72,0 Z" id="形状结合" fill="#D7DAE0"></path>
|
|
45
|
-
<rect id="矩形" fill="#E6E8ED" x="0" y="44" width="143.5" height="113" rx="14"></rect>
|
|
46
|
-
<rect id="矩形备份-2" fill="#C9CDD4" x="105.5" y="107.5" width="61" height="53" rx="9"></rect>
|
|
47
|
-
<circle id="椭圆形" fill="#F0F2F5" cx="72" cy="100.5" r="30"></circle>
|
|
48
|
-
<path d="M72,85 C77.7989899,85 82.5,89.7010101 82.5,95.5 C82.5,100.071681 79.5782823,103.960957 75.5002282,105.402449 L75.5,112.5 C75.5,114.432997 73.9329966,116 72,116 C70.0670034,116 68.5,114.432997 68.5,112.5 L68.5007655,105.402801 C64.4221924,103.961589 61.5,100.072052 61.5,95.5 C61.5,89.7010101 66.2010101,85 72,85 Z" id="形状结合" fill="#D7DAE0"></path>
|
|
49
|
-
<path d="M136.25,83 C137.492641,83 138.5,84.0073593 138.5,85.25 L138.500575,87.7995863 C143.092296,88.9213529 146.5,93.0627204 146.5,98 C146.5,102.93728 143.092296,107.078647 138.500575,108.200414 L138.5,113.25 C138.5,114.492641 137.492641,115.5 136.25,115.5 C135.007359,115.5 134,114.492641 134,113.25 L134.000209,108.309794 C129.157666,107.376016 125.5,103.115155 125.5,98 C125.5,92.8848449 129.157666,88.6239836 134.000209,87.6902064 L134,85.25 C134,84.0073593 135.007359,83 136.25,83 Z M136,91.5 C132.410149,91.5 129.5,94.4101491 129.5,98 C129.5,101.589851 132.410149,104.5 136,104.5 C139.589851,104.5 142.5,101.589851 142.5,98 C142.5,94.4101491 139.589851,91.5 136,91.5 Z" id="形状结合" fill="#B4B8BF"></path>
|
|
50
|
-
<rect id="矩形" fill="#D7DAE0" x="105.5" y="111" width="61" height="51" rx="9"></rect>
|
|
51
|
-
<circle id="椭圆形" fill="#DFE2E8" cx="136" cy="136" r="15"></circle>
|
|
52
|
-
<circle id="Oval" fill="#C9CDD4" cx="136.25" cy="136.25" r="7.75"></circle>
|
|
53
|
-
</g>
|
|
54
|
-
</g>
|
|
55
|
-
</g>
|
|
56
|
-
</g>
|
|
57
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="351px" height="350px" viewBox="0 0 351 350" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>-mockplus-</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
|
|
10
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
11
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-3">
|
|
14
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-4">
|
|
18
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
19
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<linearGradient x1="100%" y1="49.8792597%" x2="0%" y2="49.8911111%" id="linearGradient-5">
|
|
22
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
23
|
+
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
24
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
<linearGradient x1="100%" y1="49.5910035%" x2="0%" y2="49.6311491%" id="linearGradient-6">
|
|
27
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
28
|
+
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
29
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
30
|
+
</linearGradient>
|
|
31
|
+
</defs>
|
|
32
|
+
<g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
33
|
+
<g id="反馈:6" transform="translate(-92.000000, -7137.000000)">
|
|
34
|
+
<g id="权限异常" transform="translate(92.500000, 7137.000000)">
|
|
35
|
+
<rect id="矩形" x="0" y="0" width="350" height="350"></rect>
|
|
36
|
+
<g id="编组-14" transform="translate(0.000000, 73.825733)">
|
|
37
|
+
<path d="M93.2712973,50.4678338 L147.542595,81.8013819 C149.708402,83.0518115 151.042595,85.3627006 151.042595,87.8635598 L151.042595,150.530656 C151.042595,153.031515 149.708402,155.342404 147.542595,156.592834 L93.2712973,187.926382 C91.1054898,189.176812 88.4371049,189.176812 86.2712973,187.926382 L32,156.592834 C29.8341925,155.342404 28.5,153.031515 28.5,150.530656 L28.5,87.8635598 C28.5,85.3627006 29.8341925,83.0518115 32,81.8013819 L86.2712973,50.4678338 C88.4371049,49.2174043 91.1054898,49.2174043 93.2712973,50.4678338 Z M89.7712973,86.4471079 C71.6839718,86.4471079 57.0212973,101.109782 57.0212973,119.197108 C57.0212973,137.284433 71.6839718,151.947108 89.7712973,151.947108 C107.858623,151.947108 122.521297,137.284433 122.521297,119.197108 C122.521297,101.109782 107.858623,86.4471079 89.7712973,86.4471079 Z" id="形状结合" fill="url(#linearGradient-1)" opacity="0.26" transform="translate(89.771297, 119.197108) rotate(-15.000000) translate(-89.771297, -119.197108) "></path>
|
|
38
|
+
<path d="M246.808531,7.95753288 L271.634964,22.1935739 C273.810855,23.4412789 275.152867,25.7578128 275.152867,28.2660526 L275.152867,56.6555858 C275.152867,59.1638256 273.810855,61.4803595 271.634964,62.7280645 L246.808531,76.9641055 C244.651841,78.2008005 242.001026,78.2008005 239.844336,76.9641055 L215.017903,62.7280645 C212.842012,61.4803595 211.5,59.1638256 211.5,56.6555858 L211.5,28.2660526 C211.5,25.7578128 212.842012,23.4412789 215.017903,22.1935739 L239.844336,7.95753288 C242.001026,6.72083792 244.651841,6.72083792 246.808531,7.95753288 Z M243.567915,25.3961144 C234.179074,25.3961144 226.567915,33.0072737 226.567915,42.3961144 C226.567915,51.7849552 234.179074,59.3961144 243.567915,59.3961144 C252.956756,59.3961144 260.567915,51.7849552 260.567915,42.3961144 C260.567915,33.0072737 252.956756,25.3961144 243.567915,25.3961144 Z" id="形状结合备份" fill="url(#linearGradient-2)" opacity="0.16" transform="translate(243.326434, 42.460819) rotate(-345.000000) translate(-243.326434, -42.460819) "></path>
|
|
39
|
+
<path d="M268.008476,134.454196 L285.040681,144.199153 C287.21985,145.445963 288.56441,147.76433 288.56441,150.274969 L288.56441,169.655533 C288.56441,172.166172 287.21985,174.484539 285.040681,175.731348 L268.008476,185.476306 C265.854761,186.708552 263.209648,186.708552 261.055934,185.476306 L244.023729,175.731348 C241.84456,174.484539 240.5,172.166172 240.5,169.655533 L240.5,150.274969 C240.5,147.76433 241.84456,145.445963 244.023729,144.199153 L261.055934,134.454196 C263.209648,133.22195 265.854761,133.22195 268.008476,134.454196 Z M264.4675,146.97377 C257.42587,146.97377 251.7175,152.682139 251.7175,159.72377 C251.7175,166.7654 257.42587,172.47377 264.4675,172.47377 C271.509131,172.47377 277.2175,166.7654 277.2175,159.72377 C277.2175,152.682139 271.509131,146.97377 264.4675,146.97377 Z" id="形状结合备份-2" fill="url(#linearGradient-3)" opacity="0.16" transform="translate(264.532205, 159.965251) rotate(-345.000000) translate(-264.532205, -159.965251) "></path>
|
|
40
|
+
<path d="M0,192.530012 C43.3705512,174.863345 101.703885,166.030012 175,166.030012 C248.296115,166.030012 306.629449,174.863345 350,192.530012" id="路径-19" fill="url(#linearGradient-4)" opacity="0.16"></path>
|
|
41
|
+
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16" cx="168.5" cy="190" rx="75" ry="3.5"></ellipse>
|
|
42
|
+
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="234.25" cy="194.5" rx="40.75" ry="3.5"></ellipse>
|
|
43
|
+
<g id="objects/element/lock" transform="translate(92.000000, 33.000000)">
|
|
44
|
+
<path d="M72,0 C92.9868205,-3.85521638e-15 110,17.0131795 110,38 L110,59.5 L97,59.5 L97,37 C97,23.1928813 85.8071187,12 72,12 C58.1928813,12 47,23.1928813 47,37 L47,37 L47,59.5 L34,59.5 L34,38 C34,17.0131795 51.0131795,3.85521638e-15 72,0 Z" id="形状结合" fill="#D7DAE0"></path>
|
|
45
|
+
<rect id="矩形" fill="#E6E8ED" x="0" y="44" width="143.5" height="113" rx="14"></rect>
|
|
46
|
+
<rect id="矩形备份-2" fill="#C9CDD4" x="105.5" y="107.5" width="61" height="53" rx="9"></rect>
|
|
47
|
+
<circle id="椭圆形" fill="#F0F2F5" cx="72" cy="100.5" r="30"></circle>
|
|
48
|
+
<path d="M72,85 C77.7989899,85 82.5,89.7010101 82.5,95.5 C82.5,100.071681 79.5782823,103.960957 75.5002282,105.402449 L75.5,112.5 C75.5,114.432997 73.9329966,116 72,116 C70.0670034,116 68.5,114.432997 68.5,112.5 L68.5007655,105.402801 C64.4221924,103.961589 61.5,100.072052 61.5,95.5 C61.5,89.7010101 66.2010101,85 72,85 Z" id="形状结合" fill="#D7DAE0"></path>
|
|
49
|
+
<path d="M136.25,83 C137.492641,83 138.5,84.0073593 138.5,85.25 L138.500575,87.7995863 C143.092296,88.9213529 146.5,93.0627204 146.5,98 C146.5,102.93728 143.092296,107.078647 138.500575,108.200414 L138.5,113.25 C138.5,114.492641 137.492641,115.5 136.25,115.5 C135.007359,115.5 134,114.492641 134,113.25 L134.000209,108.309794 C129.157666,107.376016 125.5,103.115155 125.5,98 C125.5,92.8848449 129.157666,88.6239836 134.000209,87.6902064 L134,85.25 C134,84.0073593 135.007359,83 136.25,83 Z M136,91.5 C132.410149,91.5 129.5,94.4101491 129.5,98 C129.5,101.589851 132.410149,104.5 136,104.5 C139.589851,104.5 142.5,101.589851 142.5,98 C142.5,94.4101491 139.589851,91.5 136,91.5 Z" id="形状结合" fill="#B4B8BF"></path>
|
|
50
|
+
<rect id="矩形" fill="#D7DAE0" x="105.5" y="111" width="61" height="51" rx="9"></rect>
|
|
51
|
+
<circle id="椭圆形" fill="#DFE2E8" cx="136" cy="136" r="15"></circle>
|
|
52
|
+
<circle id="Oval" fill="#C9CDD4" cx="136.25" cy="136.25" r="7.75"></circle>
|
|
53
|
+
</g>
|
|
54
|
+
</g>
|
|
55
|
+
</g>
|
|
56
|
+
</g>
|
|
57
|
+
</g>
|
|
58
58
|
</svg>
|
|
@@ -1,60 +1,60 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="351px" height="350px" viewBox="0 0 351 350" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>-mockplus-</title>
|
|
4
|
-
<defs>
|
|
5
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
|
|
6
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
7
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
8
|
-
</linearGradient>
|
|
9
|
-
<linearGradient x1="50%" y1="85.1278551%" x2="50%" y2="0%" id="linearGradient-2">
|
|
10
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
11
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
12
|
-
</linearGradient>
|
|
13
|
-
<linearGradient x1="50%" y1="85.1278551%" x2="50%" y2="0%" id="linearGradient-3">
|
|
14
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<linearGradient x1="50%" y1="85.1278551%" x2="50%" y2="0%" id="linearGradient-4">
|
|
18
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
19
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
<linearGradient x1="100%" y1="49.8792597%" x2="0%" y2="49.8911111%" id="linearGradient-5">
|
|
22
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
23
|
-
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
24
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
25
|
-
</linearGradient>
|
|
26
|
-
</defs>
|
|
27
|
-
<g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
28
|
-
<g id="反馈:6" transform="translate(-92.000000, -7983.000000)">
|
|
29
|
-
<g id="网络异常" transform="translate(92.500000, 7983.000000)">
|
|
30
|
-
<rect id="矩形备份-9" x="0" y="0" width="350" height="350"></rect>
|
|
31
|
-
<g id="编组-16" transform="translate(0.000000, 77.399391)">
|
|
32
|
-
<path d="M0,193.25 C43.3705512,175.583333 101.703885,166.75 175,166.75 C248.296115,166.75 306.629449,175.583333 350,193.25" id="路径-19" fill="url(#linearGradient-1)" opacity="0.16"></path>
|
|
33
|
-
<path d="M261.5,95.25 L261.500105,95.073389 C254.699086,93.9946724 249.5,88.1044919 249.5,81 C249.5,73.1299423 255.879942,66.75 263.75,66.75 C265.034263,66.75 266.278845,66.9198903 267.4625,67.2384228 C270.164721,61.0636485 276.328607,56.75 283.5,56.75 C291.618701,56.75 298.446142,62.2785454 300.422952,69.7762665 C300.696407,69.7588866 300.972166,69.75 301.25,69.75 C308.291631,69.75 314,75.4583694 314,82.5 C314,89.5416306 308.291631,95.25 301.25,95.25 L301.5,95.247 L301.5,95.25 L261.5,95.25 Z" id="形状结合" fill="url(#linearGradient-2)" opacity="0.16" transform="translate(281.750000, 76.000000) scale(-1, 1) translate(-281.750000, -76.000000) "></path>
|
|
34
|
-
<path d="M50,108.75 L50.0002573,108.170319 C44.2171472,106.449303 40,101.092135 40,94.75 C40,87.0180135 46.2680135,80.75 54,80.75 C55.2199677,80.75 56.4034895,80.906043 57.5316953,81.1992588 C58.082212,71.7471526 66.028419,64.25 75.75,64.25 C85.3209295,64.25 93.1710832,71.5165922 93.93847,80.7612374 L94.187355,80.753422 L94.187355,80.753422 L94.5,80.75 C102.231986,80.75 108.5,87.0180135 108.5,94.75 C108.5,102.481986 102.231986,108.75 94.5,108.75 C94.3326875,108.75 94.1660606,108.747065 94.0001678,108.741244 L94,108.75 L50,108.75 Z" id="形状结合备份" fill="url(#linearGradient-3)" opacity="0.16"></path>
|
|
35
|
-
<path d="M31,56.75 L31.0009511,56.7247858 C30.752747,56.7415071 30.5023437,56.75 30.25,56.75 C24.0367966,56.75 19,51.6012746 19,45.25 C19,38.8987254 24.0367966,33.75 30.25,33.75 C31.5120569,33.75 32.7255756,33.9624352 33.8582025,34.3542331 L34.0807578,34.4339746 C34.8494935,27.0240089 41.0118795,21.25 48.5,21.25 C55.7688275,21.25 61.7884329,26.690772 62.8379286,33.7872751 C63.1383693,33.7625911 63.4427462,33.75 63.75,33.75 C69.9632034,33.75 75,38.8987254 75,45.25 C75,51.6012746 69.9632034,56.75 63.75,56.75 L64,56.747 L64,56.75 L31,56.75 Z" id="形状结合" fill="url(#linearGradient-4)" opacity="0.16"></path>
|
|
36
|
-
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16" cx="182.5" cy="189.75" rx="75" ry="3.5"></ellipse>
|
|
37
|
-
<g id="objects/chat/small" transform="translate(198.000000, 0.000000)">
|
|
38
|
-
<path d="M68.2957954,0 C80.2826966,-2.35298742e-14 90,9.71730337 90,21.7042046 C90,31.7511109 83.1735232,40.2036081 73.9058643,42.6764016 L55.7573384,51.3520078 C55.318043,51.5620259 54.8041382,51.5457466 54.379016,51.3083457 C53.6557247,50.9044384 53.3968128,49.9906633 53.8007202,49.2673719 L53.8007202,49.2673719 L57.072,43.408 L21.7042046,43.4084091 C9.71730337,43.4084091 1.46797202e-15,33.6911057 0,21.7042046 C-1.46797202e-15,9.71730337 9.71730337,-1.35075565e-15 21.7042046,0 L68.2957954,0 Z" id="形状结合" fill="#D7DAE0"></path>
|
|
39
|
-
<circle id="椭圆形" fill="#E6E8ED" cx="24.5" cy="22" r="4"></circle>
|
|
40
|
-
<circle id="椭圆形备份-4" fill="#E6E8ED" cx="44" cy="22" r="4"></circle>
|
|
41
|
-
<circle id="椭圆形备份-5" fill="#E6E8ED" cx="63.5" cy="22" r="4"></circle>
|
|
42
|
-
</g>
|
|
43
|
-
<g id="objects/element/-planet" transform="translate(74.765791, 49.750000)">
|
|
44
|
-
<path d="M3.94325162,108.029114 C3.49743594,111.220529 3.73999918,114.524709 4.90998625,117.546806 C6.09452033,120.606672 8.09598848,123.314272 10.9426052,125.006573 C14.199854,126.942985 18.0524485,127.377503 21.7534832,127.674369 C22.6645331,127.747467 23.5761244,127.814597 24.4860241,127.901257 C24.9236528,127.943027 25.360808,127.988865 25.7972188,128.041892 C25.9157602,128.056267 26.0356548,128.06793 26.1535872,128.086713 C25.798978,128.030161 26.1959427,128.093155 26.2497329,128.100885 C26.4860037,128.134993 26.7218685,128.17161 26.9572598,128.211278 C27.8531537,128.362152 28.7425523,128.556492 29.6131412,128.81803 C30.0458307,128.948019 30.4734457,129.095028 30.8937534,129.261024 C30.9639851,129.28869 31.2128407,129.39203 30.9362442,129.274382 C31.0449748,129.320628 31.1528934,129.368636 31.2602708,129.417865 C31.5117653,129.533072 31.7600796,129.655602 32.0038608,129.786473 C32.3946007,129.996341 32.7716732,130.231162 33.1325072,130.48931 C33.1883949,130.529249 33.2434706,130.570409 33.2989523,130.610891 C33.4229742,130.704806 33.4090361,130.693414 33.2570027,130.576919 C33.3110635,130.619638 33.3647184,130.662968 33.4178996,130.70684 C33.6043046,130.860291 33.7854996,131.020116 33.9610112,131.185908 C34.286594,131.493285 34.5928936,131.821275 34.8763915,132.168049 C34.9012229,132.198427 34.9803181,132.321025 35.0050819,132.328756 C34.8879614,132.17605 34.8760532,132.161743 34.9692895,132.286104 C35.0097505,132.341165 35.0496703,132.396564 35.0889811,132.452574 C35.2259938,132.647321 35.3558345,132.847085 35.4776912,133.051664 C35.5814149,133.225661 35.6793874,133.403048 35.7709322,133.58369 C35.8165355,133.673537 35.8605825,133.764129 35.9029381,133.855535 C35.9310849,133.916292 35.9584874,133.97732 35.9852133,134.038687 C35.9141697,133.867402 35.8984725,133.831056 35.9381216,133.92965 C36.0870425,134.335214 36.2243936,134.738675 36.3143822,135.162412 C36.3314326,135.242833 36.3472652,135.323457 36.3614739,135.404421 C36.3728409,135.46911 36.3832606,135.533935 36.3928008,135.598964 C36.3649923,135.382858 36.3601207,135.354446 36.3784567,135.513457 C36.3935451,135.726987 36.4113398,135.938618 36.4120841,136.152961 C36.4127607,136.368592 36.3957779,136.581308 36.3815691,136.796126 C36.3587675,137.141204 36.4467939,136.473289 36.3798776,136.814163 C36.3539636,136.946526 36.3306207,137.078888 36.3009854,137.21064 C36.1380586,137.935651 36.52095,138.785971 37.2933634,138.962274 C38.014693,139.126913 38.8666076,138.744947 39.0411719,137.967724 C39.8290796,134.460931 38.1222733,130.912368 35.4272841,128.692923 C32.4008932,126.200615 28.5243469,125.453093 24.7247983,125.076483 C22.9271916,124.89835 21.1220745,124.804706 19.3273771,124.596262 C19.2118128,124.582836 19.0963162,124.569003 18.9808872,124.554628 C18.9223608,124.547372 18.5314855,124.499771 18.897394,124.545202 C18.6861576,124.519028 18.4754625,124.485395 18.265241,124.452508 C17.7888428,124.377851 17.3140684,124.292073 16.842474,124.191445 C15.9829137,124.00809 15.1327583,123.775845 14.3071637,123.473012 C14.1382829,123.411035 13.9316474,123.3595 13.7756221,123.26667 C14.0666303,123.439853 13.7571507,123.257855 13.6961209,123.23046 C13.5919912,123.18374 13.4884705,123.135799 13.385694,123.08657 C12.9726261,122.888705 12.5695719,122.669615 12.1803205,122.42808 C12.0106954,122.322841 11.8437767,122.21333 11.6797674,122.09948 C11.5602788,122.016482 11.3801662,121.929958 11.290313,121.816921 C11.4941067,122.073238 11.3715734,121.88039 11.2761042,121.802884 C11.2017453,121.742603 11.1281982,121.681507 11.0553954,121.619462 C10.9101281,121.495643 10.7677702,121.368299 10.62866,121.237631 C10.3741208,120.998674 10.1300014,120.748528 9.89670764,120.488617 C9.76957337,120.346965 9.64568682,120.202329 9.52504797,120.055116 C9.47044587,119.988392 9.38451691,119.909395 9.34649166,119.832026 C9.49121767,120.126315 9.40752151,119.910751 9.33810174,119.816701 C8.8836255,119.200252 8.48327775,118.543864 8.13611122,117.861099 C8.04876139,117.689272 7.96472692,117.515682 7.88400783,117.340532 C7.84361445,117.252787 7.80525089,117.164162 7.76526348,117.076214 C7.70382766,116.93368 7.71363844,116.958091 7.79456052,117.149447 C7.76979674,117.089775 7.74537126,117.030036 7.72135175,116.970093 C7.56444683,116.579244 7.42330682,116.181953 7.29745811,115.780051 C7.04413683,114.970212 6.8530633,114.141048 6.72200472,113.302662 C6.71192329,113.237904 6.70258613,113.173079 6.692843,113.108322 C6.67058267,112.949785 6.67416868,112.978604 6.70373636,113.194778 C6.6954141,113.129749 6.68743015,113.064721 6.67978451,112.999625 C6.65508839,112.788062 6.63418126,112.576024 6.61706313,112.363647 C6.58269155,111.939165 6.56340828,111.51353 6.55914566,111.087624 C6.5549507,110.66287 6.56570874,110.237981 6.59162275,109.813974 C6.60454592,109.60275 6.62112277,109.391661 6.64162393,109.18098 C6.65109641,109.084013 6.66131316,108.986979 6.6724095,108.890148 C6.68242327,108.801861 6.74467102,108.348154 6.68350584,108.786198 C6.73885221,108.390059 6.75069281,108.049321 6.54026835,107.688918 C6.36780149,107.393611 6.0298368,107.111866 5.69112785,107.034564 C5.02128793,106.881656 4.0535384,107.24016 3.94325162,108.029114" id="Fill-1" fill="#D7DAE0" transform="translate(21.484209, 123.000000) rotate(-68.000000) translate(-21.484209, -123.000000) "></path>
|
|
45
|
-
<rect id="矩形" fill="#D7DAE0" x="93.2342087" y="50" width="15" height="54.5"></rect>
|
|
46
|
-
<rect id="矩形" fill="#C9CDD4" x="34.7342087" y="104.5" width="131.5" height="35.5" rx="9"></rect>
|
|
47
|
-
<rect id="矩形" fill="#E6E8ED" x="34.7342087" y="102" width="131.5" height="35.5" rx="9"></rect>
|
|
48
|
-
<rect id="矩形" fill="#D7DAE0" x="34.7342087" y="104.5" width="131.5" height="33" rx="9"></rect>
|
|
49
|
-
<circle id="椭圆形" fill="#E6E8ED" cx="100.234209" cy="40" r="13"></circle>
|
|
50
|
-
<path d="M126.854198,67 C125.727768,67 124.613136,66.4913824 123.867578,65.5192826 C122.584594,63.8466631 122.880609,61.4351432 124.528733,60.1331252 C130.656713,55.2918165 134.171229,48.0012217 134.171229,40.1306216 C134.171229,36.0883937 133.262311,32.2271679 131.469733,28.654256 C129.757929,25.2423884 127.256851,22.2155534 124.237105,19.9010593 C122.570527,18.6237583 122.239571,16.2169976 123.498202,14.5253414 C124.756984,12.8338386 127.128281,12.497933 128.794708,13.7755411 C132.724583,16.7874845 135.979992,20.7279275 138.209104,25.1708472 C140.548182,29.832996 141.734209,34.8660534 141.734209,40.1306216 C141.734209,45.3093711 140.584787,50.2690451 138.31786,54.8716275 C136.158024,59.2569765 132.996094,63.1710138 129.174369,66.1904798 C128.48402,66.7357891 127.666009,67 126.854198,67" id="Fill-1" fill="#E6E8ED"></path>
|
|
51
|
-
<path d="M144.648778,80 C143.494058,80 142.35174,79.4900174 141.587559,78.5153088 C140.27253,76.8382003 140.575938,74.4202086 142.265229,73.1146963 C147.203644,69.2980623 151.288112,64.3524781 154.077239,58.8127095 C157.000165,53.0070973 158.482325,46.746149 158.482325,40.2039636 C158.482325,33.5535629 156.952878,27.1996385 153.93693,21.3189066 C151.058191,15.7060195 146.852484,10.7267238 141.77469,6.91963371 C140.06633,5.63875079 139.727262,3.22553104 141.017331,1.5293348 C142.307244,-0.166707501 144.73808,-0.503206727 146.44613,0.777368325 C152.456631,5.28393344 157.435666,11.1792891 160.844789,17.8264572 C164.420888,24.7990414 166.234209,32.3280961 166.234209,40.2039636 C166.234209,47.9514504 164.476857,55.3702886 161.010989,62.2542069 C157.708067,68.8147103 152.872442,74.6705049 147.026901,79.1883072 C146.319309,79.73508 145.480865,80 144.648778,80" id="Fill-3" fill="#E6E8ED"></path>
|
|
52
|
-
<path d="M63.3541983,67 C62.2277682,67 61.1131363,66.4913824 60.3675779,65.5192826 C59.0845941,63.8466631 59.3806091,61.4351432 61.0287335,60.1331252 C67.156713,55.2918165 70.6712295,48.0012217 70.6712295,40.1306216 C70.6712295,36.0883937 69.7623106,32.2271679 67.9697333,28.654256 C66.2579286,25.2423884 63.7568514,22.2155534 60.737105,19.9010593 C59.0705269,18.6237583 58.7395709,16.2169976 59.9982019,14.5253414 C61.2569842,12.8338386 63.6282807,12.497933 65.2947076,13.7755411 C69.2245828,16.7874845 72.4799916,20.7279275 74.7091041,25.1708472 C77.0481823,29.832996 78.2342087,34.8660534 78.2342087,40.1306216 C78.2342087,45.3093711 77.0847871,50.2690451 74.8178597,54.8716275 C72.6580241,59.2569765 69.4960938,63.1710138 65.6743691,66.1904798 C64.9840204,66.7357891 64.1660085,67 63.3541983,67" id="Fill-1" fill="#E6E8ED" transform="translate(68.734209, 40.000000) scale(-1, 1) translate(-68.734209, -40.000000) "></path>
|
|
53
|
-
<path d="M39.1487781,80 C37.9940575,80 36.8517399,79.4900174 36.0875592,78.5153088 C34.7725296,76.8382003 35.0759384,74.4202086 36.7652289,73.1146963 C41.703644,69.2980623 45.7881116,64.3524781 48.5772394,58.8127095 C51.5001647,53.0070973 52.9823249,46.746149 52.9823249,40.2039636 C52.9823249,33.5535629 51.4528782,27.1996385 48.4369303,21.3189066 C45.5581907,15.7060195 41.3524837,10.7267238 36.2746897,6.91963371 C34.5663295,5.63875079 34.2272621,3.22553104 35.5173306,1.5293348 C36.8072441,-0.166707501 39.2380798,-0.503206727 40.9461299,0.777368325 C46.9566306,5.28393344 51.9356655,11.1792891 55.344789,17.8264572 C58.920888,24.7990414 60.7342087,32.3280961 60.7342087,40.2039636 C60.7342087,47.9514504 58.9768566,55.3702886 55.5109894,62.2542069 C52.2080667,68.8147103 47.3724416,74.6705049 41.5269011,79.1883072 C40.8193091,79.73508 39.9808653,80 39.1487781,80" id="Fill-3" fill="#E6E8ED" transform="translate(47.734209, 40.000000) scale(-1, 1) translate(-47.734209, -40.000000) "></path>
|
|
54
|
-
<path d="M55.2342087,123 C56.3387782,123 57.2342087,123.895431 57.2342087,125 C57.2342087,126.104569 56.3387782,127 55.2342087,127 L48.2342087,127 C47.1296392,127 46.2342087,126.104569 46.2342087,125 C46.2342087,123.895431 47.1296392,123 48.2342087,123 L55.2342087,123 Z M66.2342087,115 C67.3387782,115 68.2342087,115.895431 68.2342087,117 C68.2342087,118.104569 67.3387782,119 66.2342087,119 L48.2342087,119 C47.1296392,119 46.2342087,118.104569 46.2342087,117 C46.2342087,115.895431 47.1296392,115 48.2342087,115 L66.2342087,115 Z" id="形状结合" fill="#F0F2F5"></path>
|
|
55
|
-
</g>
|
|
56
|
-
</g>
|
|
57
|
-
</g>
|
|
58
|
-
</g>
|
|
59
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="351px" height="350px" viewBox="0 0 351 350" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>-mockplus-</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient x1="50%" y1="85.1278551%" x2="50%" y2="0%" id="linearGradient-2">
|
|
10
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
11
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<linearGradient x1="50%" y1="85.1278551%" x2="50%" y2="0%" id="linearGradient-3">
|
|
14
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient x1="50%" y1="85.1278551%" x2="50%" y2="0%" id="linearGradient-4">
|
|
18
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
19
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<linearGradient x1="100%" y1="49.8792597%" x2="0%" y2="49.8911111%" id="linearGradient-5">
|
|
22
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
23
|
+
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
24
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
25
|
+
</linearGradient>
|
|
26
|
+
</defs>
|
|
27
|
+
<g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
28
|
+
<g id="反馈:6" transform="translate(-92.000000, -7983.000000)">
|
|
29
|
+
<g id="网络异常" transform="translate(92.500000, 7983.000000)">
|
|
30
|
+
<rect id="矩形备份-9" x="0" y="0" width="350" height="350"></rect>
|
|
31
|
+
<g id="编组-16" transform="translate(0.000000, 77.399391)">
|
|
32
|
+
<path d="M0,193.25 C43.3705512,175.583333 101.703885,166.75 175,166.75 C248.296115,166.75 306.629449,175.583333 350,193.25" id="路径-19" fill="url(#linearGradient-1)" opacity="0.16"></path>
|
|
33
|
+
<path d="M261.5,95.25 L261.500105,95.073389 C254.699086,93.9946724 249.5,88.1044919 249.5,81 C249.5,73.1299423 255.879942,66.75 263.75,66.75 C265.034263,66.75 266.278845,66.9198903 267.4625,67.2384228 C270.164721,61.0636485 276.328607,56.75 283.5,56.75 C291.618701,56.75 298.446142,62.2785454 300.422952,69.7762665 C300.696407,69.7588866 300.972166,69.75 301.25,69.75 C308.291631,69.75 314,75.4583694 314,82.5 C314,89.5416306 308.291631,95.25 301.25,95.25 L301.5,95.247 L301.5,95.25 L261.5,95.25 Z" id="形状结合" fill="url(#linearGradient-2)" opacity="0.16" transform="translate(281.750000, 76.000000) scale(-1, 1) translate(-281.750000, -76.000000) "></path>
|
|
34
|
+
<path d="M50,108.75 L50.0002573,108.170319 C44.2171472,106.449303 40,101.092135 40,94.75 C40,87.0180135 46.2680135,80.75 54,80.75 C55.2199677,80.75 56.4034895,80.906043 57.5316953,81.1992588 C58.082212,71.7471526 66.028419,64.25 75.75,64.25 C85.3209295,64.25 93.1710832,71.5165922 93.93847,80.7612374 L94.187355,80.753422 L94.187355,80.753422 L94.5,80.75 C102.231986,80.75 108.5,87.0180135 108.5,94.75 C108.5,102.481986 102.231986,108.75 94.5,108.75 C94.3326875,108.75 94.1660606,108.747065 94.0001678,108.741244 L94,108.75 L50,108.75 Z" id="形状结合备份" fill="url(#linearGradient-3)" opacity="0.16"></path>
|
|
35
|
+
<path d="M31,56.75 L31.0009511,56.7247858 C30.752747,56.7415071 30.5023437,56.75 30.25,56.75 C24.0367966,56.75 19,51.6012746 19,45.25 C19,38.8987254 24.0367966,33.75 30.25,33.75 C31.5120569,33.75 32.7255756,33.9624352 33.8582025,34.3542331 L34.0807578,34.4339746 C34.8494935,27.0240089 41.0118795,21.25 48.5,21.25 C55.7688275,21.25 61.7884329,26.690772 62.8379286,33.7872751 C63.1383693,33.7625911 63.4427462,33.75 63.75,33.75 C69.9632034,33.75 75,38.8987254 75,45.25 C75,51.6012746 69.9632034,56.75 63.75,56.75 L64,56.747 L64,56.75 L31,56.75 Z" id="形状结合" fill="url(#linearGradient-4)" opacity="0.16"></path>
|
|
36
|
+
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-5)" opacity="0.16" cx="182.5" cy="189.75" rx="75" ry="3.5"></ellipse>
|
|
37
|
+
<g id="objects/chat/small" transform="translate(198.000000, 0.000000)">
|
|
38
|
+
<path d="M68.2957954,0 C80.2826966,-2.35298742e-14 90,9.71730337 90,21.7042046 C90,31.7511109 83.1735232,40.2036081 73.9058643,42.6764016 L55.7573384,51.3520078 C55.318043,51.5620259 54.8041382,51.5457466 54.379016,51.3083457 C53.6557247,50.9044384 53.3968128,49.9906633 53.8007202,49.2673719 L53.8007202,49.2673719 L57.072,43.408 L21.7042046,43.4084091 C9.71730337,43.4084091 1.46797202e-15,33.6911057 0,21.7042046 C-1.46797202e-15,9.71730337 9.71730337,-1.35075565e-15 21.7042046,0 L68.2957954,0 Z" id="形状结合" fill="#D7DAE0"></path>
|
|
39
|
+
<circle id="椭圆形" fill="#E6E8ED" cx="24.5" cy="22" r="4"></circle>
|
|
40
|
+
<circle id="椭圆形备份-4" fill="#E6E8ED" cx="44" cy="22" r="4"></circle>
|
|
41
|
+
<circle id="椭圆形备份-5" fill="#E6E8ED" cx="63.5" cy="22" r="4"></circle>
|
|
42
|
+
</g>
|
|
43
|
+
<g id="objects/element/-planet" transform="translate(74.765791, 49.750000)">
|
|
44
|
+
<path d="M3.94325162,108.029114 C3.49743594,111.220529 3.73999918,114.524709 4.90998625,117.546806 C6.09452033,120.606672 8.09598848,123.314272 10.9426052,125.006573 C14.199854,126.942985 18.0524485,127.377503 21.7534832,127.674369 C22.6645331,127.747467 23.5761244,127.814597 24.4860241,127.901257 C24.9236528,127.943027 25.360808,127.988865 25.7972188,128.041892 C25.9157602,128.056267 26.0356548,128.06793 26.1535872,128.086713 C25.798978,128.030161 26.1959427,128.093155 26.2497329,128.100885 C26.4860037,128.134993 26.7218685,128.17161 26.9572598,128.211278 C27.8531537,128.362152 28.7425523,128.556492 29.6131412,128.81803 C30.0458307,128.948019 30.4734457,129.095028 30.8937534,129.261024 C30.9639851,129.28869 31.2128407,129.39203 30.9362442,129.274382 C31.0449748,129.320628 31.1528934,129.368636 31.2602708,129.417865 C31.5117653,129.533072 31.7600796,129.655602 32.0038608,129.786473 C32.3946007,129.996341 32.7716732,130.231162 33.1325072,130.48931 C33.1883949,130.529249 33.2434706,130.570409 33.2989523,130.610891 C33.4229742,130.704806 33.4090361,130.693414 33.2570027,130.576919 C33.3110635,130.619638 33.3647184,130.662968 33.4178996,130.70684 C33.6043046,130.860291 33.7854996,131.020116 33.9610112,131.185908 C34.286594,131.493285 34.5928936,131.821275 34.8763915,132.168049 C34.9012229,132.198427 34.9803181,132.321025 35.0050819,132.328756 C34.8879614,132.17605 34.8760532,132.161743 34.9692895,132.286104 C35.0097505,132.341165 35.0496703,132.396564 35.0889811,132.452574 C35.2259938,132.647321 35.3558345,132.847085 35.4776912,133.051664 C35.5814149,133.225661 35.6793874,133.403048 35.7709322,133.58369 C35.8165355,133.673537 35.8605825,133.764129 35.9029381,133.855535 C35.9310849,133.916292 35.9584874,133.97732 35.9852133,134.038687 C35.9141697,133.867402 35.8984725,133.831056 35.9381216,133.92965 C36.0870425,134.335214 36.2243936,134.738675 36.3143822,135.162412 C36.3314326,135.242833 36.3472652,135.323457 36.3614739,135.404421 C36.3728409,135.46911 36.3832606,135.533935 36.3928008,135.598964 C36.3649923,135.382858 36.3601207,135.354446 36.3784567,135.513457 C36.3935451,135.726987 36.4113398,135.938618 36.4120841,136.152961 C36.4127607,136.368592 36.3957779,136.581308 36.3815691,136.796126 C36.3587675,137.141204 36.4467939,136.473289 36.3798776,136.814163 C36.3539636,136.946526 36.3306207,137.078888 36.3009854,137.21064 C36.1380586,137.935651 36.52095,138.785971 37.2933634,138.962274 C38.014693,139.126913 38.8666076,138.744947 39.0411719,137.967724 C39.8290796,134.460931 38.1222733,130.912368 35.4272841,128.692923 C32.4008932,126.200615 28.5243469,125.453093 24.7247983,125.076483 C22.9271916,124.89835 21.1220745,124.804706 19.3273771,124.596262 C19.2118128,124.582836 19.0963162,124.569003 18.9808872,124.554628 C18.9223608,124.547372 18.5314855,124.499771 18.897394,124.545202 C18.6861576,124.519028 18.4754625,124.485395 18.265241,124.452508 C17.7888428,124.377851 17.3140684,124.292073 16.842474,124.191445 C15.9829137,124.00809 15.1327583,123.775845 14.3071637,123.473012 C14.1382829,123.411035 13.9316474,123.3595 13.7756221,123.26667 C14.0666303,123.439853 13.7571507,123.257855 13.6961209,123.23046 C13.5919912,123.18374 13.4884705,123.135799 13.385694,123.08657 C12.9726261,122.888705 12.5695719,122.669615 12.1803205,122.42808 C12.0106954,122.322841 11.8437767,122.21333 11.6797674,122.09948 C11.5602788,122.016482 11.3801662,121.929958 11.290313,121.816921 C11.4941067,122.073238 11.3715734,121.88039 11.2761042,121.802884 C11.2017453,121.742603 11.1281982,121.681507 11.0553954,121.619462 C10.9101281,121.495643 10.7677702,121.368299 10.62866,121.237631 C10.3741208,120.998674 10.1300014,120.748528 9.89670764,120.488617 C9.76957337,120.346965 9.64568682,120.202329 9.52504797,120.055116 C9.47044587,119.988392 9.38451691,119.909395 9.34649166,119.832026 C9.49121767,120.126315 9.40752151,119.910751 9.33810174,119.816701 C8.8836255,119.200252 8.48327775,118.543864 8.13611122,117.861099 C8.04876139,117.689272 7.96472692,117.515682 7.88400783,117.340532 C7.84361445,117.252787 7.80525089,117.164162 7.76526348,117.076214 C7.70382766,116.93368 7.71363844,116.958091 7.79456052,117.149447 C7.76979674,117.089775 7.74537126,117.030036 7.72135175,116.970093 C7.56444683,116.579244 7.42330682,116.181953 7.29745811,115.780051 C7.04413683,114.970212 6.8530633,114.141048 6.72200472,113.302662 C6.71192329,113.237904 6.70258613,113.173079 6.692843,113.108322 C6.67058267,112.949785 6.67416868,112.978604 6.70373636,113.194778 C6.6954141,113.129749 6.68743015,113.064721 6.67978451,112.999625 C6.65508839,112.788062 6.63418126,112.576024 6.61706313,112.363647 C6.58269155,111.939165 6.56340828,111.51353 6.55914566,111.087624 C6.5549507,110.66287 6.56570874,110.237981 6.59162275,109.813974 C6.60454592,109.60275 6.62112277,109.391661 6.64162393,109.18098 C6.65109641,109.084013 6.66131316,108.986979 6.6724095,108.890148 C6.68242327,108.801861 6.74467102,108.348154 6.68350584,108.786198 C6.73885221,108.390059 6.75069281,108.049321 6.54026835,107.688918 C6.36780149,107.393611 6.0298368,107.111866 5.69112785,107.034564 C5.02128793,106.881656 4.0535384,107.24016 3.94325162,108.029114" id="Fill-1" fill="#D7DAE0" transform="translate(21.484209, 123.000000) rotate(-68.000000) translate(-21.484209, -123.000000) "></path>
|
|
45
|
+
<rect id="矩形" fill="#D7DAE0" x="93.2342087" y="50" width="15" height="54.5"></rect>
|
|
46
|
+
<rect id="矩形" fill="#C9CDD4" x="34.7342087" y="104.5" width="131.5" height="35.5" rx="9"></rect>
|
|
47
|
+
<rect id="矩形" fill="#E6E8ED" x="34.7342087" y="102" width="131.5" height="35.5" rx="9"></rect>
|
|
48
|
+
<rect id="矩形" fill="#D7DAE0" x="34.7342087" y="104.5" width="131.5" height="33" rx="9"></rect>
|
|
49
|
+
<circle id="椭圆形" fill="#E6E8ED" cx="100.234209" cy="40" r="13"></circle>
|
|
50
|
+
<path d="M126.854198,67 C125.727768,67 124.613136,66.4913824 123.867578,65.5192826 C122.584594,63.8466631 122.880609,61.4351432 124.528733,60.1331252 C130.656713,55.2918165 134.171229,48.0012217 134.171229,40.1306216 C134.171229,36.0883937 133.262311,32.2271679 131.469733,28.654256 C129.757929,25.2423884 127.256851,22.2155534 124.237105,19.9010593 C122.570527,18.6237583 122.239571,16.2169976 123.498202,14.5253414 C124.756984,12.8338386 127.128281,12.497933 128.794708,13.7755411 C132.724583,16.7874845 135.979992,20.7279275 138.209104,25.1708472 C140.548182,29.832996 141.734209,34.8660534 141.734209,40.1306216 C141.734209,45.3093711 140.584787,50.2690451 138.31786,54.8716275 C136.158024,59.2569765 132.996094,63.1710138 129.174369,66.1904798 C128.48402,66.7357891 127.666009,67 126.854198,67" id="Fill-1" fill="#E6E8ED"></path>
|
|
51
|
+
<path d="M144.648778,80 C143.494058,80 142.35174,79.4900174 141.587559,78.5153088 C140.27253,76.8382003 140.575938,74.4202086 142.265229,73.1146963 C147.203644,69.2980623 151.288112,64.3524781 154.077239,58.8127095 C157.000165,53.0070973 158.482325,46.746149 158.482325,40.2039636 C158.482325,33.5535629 156.952878,27.1996385 153.93693,21.3189066 C151.058191,15.7060195 146.852484,10.7267238 141.77469,6.91963371 C140.06633,5.63875079 139.727262,3.22553104 141.017331,1.5293348 C142.307244,-0.166707501 144.73808,-0.503206727 146.44613,0.777368325 C152.456631,5.28393344 157.435666,11.1792891 160.844789,17.8264572 C164.420888,24.7990414 166.234209,32.3280961 166.234209,40.2039636 C166.234209,47.9514504 164.476857,55.3702886 161.010989,62.2542069 C157.708067,68.8147103 152.872442,74.6705049 147.026901,79.1883072 C146.319309,79.73508 145.480865,80 144.648778,80" id="Fill-3" fill="#E6E8ED"></path>
|
|
52
|
+
<path d="M63.3541983,67 C62.2277682,67 61.1131363,66.4913824 60.3675779,65.5192826 C59.0845941,63.8466631 59.3806091,61.4351432 61.0287335,60.1331252 C67.156713,55.2918165 70.6712295,48.0012217 70.6712295,40.1306216 C70.6712295,36.0883937 69.7623106,32.2271679 67.9697333,28.654256 C66.2579286,25.2423884 63.7568514,22.2155534 60.737105,19.9010593 C59.0705269,18.6237583 58.7395709,16.2169976 59.9982019,14.5253414 C61.2569842,12.8338386 63.6282807,12.497933 65.2947076,13.7755411 C69.2245828,16.7874845 72.4799916,20.7279275 74.7091041,25.1708472 C77.0481823,29.832996 78.2342087,34.8660534 78.2342087,40.1306216 C78.2342087,45.3093711 77.0847871,50.2690451 74.8178597,54.8716275 C72.6580241,59.2569765 69.4960938,63.1710138 65.6743691,66.1904798 C64.9840204,66.7357891 64.1660085,67 63.3541983,67" id="Fill-1" fill="#E6E8ED" transform="translate(68.734209, 40.000000) scale(-1, 1) translate(-68.734209, -40.000000) "></path>
|
|
53
|
+
<path d="M39.1487781,80 C37.9940575,80 36.8517399,79.4900174 36.0875592,78.5153088 C34.7725296,76.8382003 35.0759384,74.4202086 36.7652289,73.1146963 C41.703644,69.2980623 45.7881116,64.3524781 48.5772394,58.8127095 C51.5001647,53.0070973 52.9823249,46.746149 52.9823249,40.2039636 C52.9823249,33.5535629 51.4528782,27.1996385 48.4369303,21.3189066 C45.5581907,15.7060195 41.3524837,10.7267238 36.2746897,6.91963371 C34.5663295,5.63875079 34.2272621,3.22553104 35.5173306,1.5293348 C36.8072441,-0.166707501 39.2380798,-0.503206727 40.9461299,0.777368325 C46.9566306,5.28393344 51.9356655,11.1792891 55.344789,17.8264572 C58.920888,24.7990414 60.7342087,32.3280961 60.7342087,40.2039636 C60.7342087,47.9514504 58.9768566,55.3702886 55.5109894,62.2542069 C52.2080667,68.8147103 47.3724416,74.6705049 41.5269011,79.1883072 C40.8193091,79.73508 39.9808653,80 39.1487781,80" id="Fill-3" fill="#E6E8ED" transform="translate(47.734209, 40.000000) scale(-1, 1) translate(-47.734209, -40.000000) "></path>
|
|
54
|
+
<path d="M55.2342087,123 C56.3387782,123 57.2342087,123.895431 57.2342087,125 C57.2342087,126.104569 56.3387782,127 55.2342087,127 L48.2342087,127 C47.1296392,127 46.2342087,126.104569 46.2342087,125 C46.2342087,123.895431 47.1296392,123 48.2342087,123 L55.2342087,123 Z M66.2342087,115 C67.3387782,115 68.2342087,115.895431 68.2342087,117 C68.2342087,118.104569 67.3387782,119 66.2342087,119 L48.2342087,119 C47.1296392,119 46.2342087,118.104569 46.2342087,117 C46.2342087,115.895431 47.1296392,115 48.2342087,115 L66.2342087,115 Z" id="形状结合" fill="#F0F2F5"></path>
|
|
55
|
+
</g>
|
|
56
|
+
</g>
|
|
57
|
+
</g>
|
|
58
|
+
</g>
|
|
59
|
+
</g>
|
|
60
60
|
</svg>
|
|
@@ -1,69 +1,69 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg width="351px" height="350px" viewBox="0 0 351 350" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
-
<title>-mockplus-</title>
|
|
4
|
-
<defs>
|
|
5
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
|
|
6
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
7
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
8
|
-
</linearGradient>
|
|
9
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
|
|
10
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
11
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
12
|
-
</linearGradient>
|
|
13
|
-
<linearGradient x1="62.6522593%" y1="52.2173606%" x2="0%" y2="36.6425829%" id="linearGradient-3">
|
|
14
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
-
</linearGradient>
|
|
17
|
-
<linearGradient x1="46.3152118%" y1="50%" x2="50%" y2="45.8827248%" id="linearGradient-4">
|
|
18
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
19
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
20
|
-
</linearGradient>
|
|
21
|
-
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-5">
|
|
22
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
23
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
24
|
-
</linearGradient>
|
|
25
|
-
<linearGradient x1="100%" y1="49.0301089%" x2="0%" y2="49.1253097%" id="linearGradient-6">
|
|
26
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
27
|
-
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
28
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
29
|
-
</linearGradient>
|
|
30
|
-
<linearGradient x1="100%" y1="49.9276112%" x2="0%" y2="49.9347166%" id="linearGradient-7">
|
|
31
|
-
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
32
|
-
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
33
|
-
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
34
|
-
</linearGradient>
|
|
35
|
-
</defs>
|
|
36
|
-
<g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
37
|
-
<g id="反馈:6" transform="translate(-848.000000, -7137.000000)">
|
|
38
|
-
<g id="缺少许可" transform="translate(848.062500, 7137.000000)">
|
|
39
|
-
<rect id="矩形备份-5" x="0" y="0" width="350" height="350"></rect>
|
|
40
|
-
<g id="编组-20" transform="translate(0.000000, 48.000000)">
|
|
41
|
-
<g id="background/default/mountain">
|
|
42
|
-
<path d="M0,98.23836 C17.5783059,87.127218 31.7108951,75.9509382 42.3977677,64.7095205 C58.4280765,47.847394 72.7504377,40 95.4742748,40 C118.198112,40 163.578834,93.3401391 196.718973,114" id="路径-26" fill="url(#linearGradient-1)" opacity="0.16"></path>
|
|
43
|
-
<path d="M170.756063,20 C188.892799,6.66666667 202.604353,0 211.890727,0 C225.820286,0 251.699788,20 264.621969,20" id="路径-27" fill="url(#linearGradient-2)" opacity="0.16"></path>
|
|
44
|
-
<path d="M210.106923,120 C194.863293,113.931498 178.68082,102.735317 161.559504,86.4114548 C144.438187,70.087593 128.364382,56.7837748 113.338088,46.5 C167.672808,70.9353048 206.16543,85.5336481 228.815956,90.2950299 C251.466481,95.0564117 266.968339,98.0088037 275.32153,99.1522059" id="路径-28" fill="url(#linearGradient-3)" opacity="0.26"></path>
|
|
45
|
-
<path d="M179.243937,105.568252 C179.243937,105.568252 226.619927,89.5 248.271674,89.5 C269.923421,89.5 317.333076,128.549612 350,138.5" id="路径-29" fill="url(#linearGradient-4)" opacity="0.16"></path>
|
|
46
|
-
<path d="M0.499286733,188 C43.8079684,170.333333 102.058087,161.5 175.249643,161.5 C248.441199,161.5 306.691318,170.333333 350,188" id="路径-19" fill="url(#linearGradient-5)" opacity="0.16"></path>
|
|
47
|
-
</g>
|
|
48
|
-
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="220.185449" cy="215" rx="26.4621969" ry="3.5"></ellipse>
|
|
49
|
-
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-7)" opacity="0.16" cx="172.253923" cy="194.5" rx="96.8616262" ry="3.5"></ellipse>
|
|
50
|
-
<g id="objects/element/person" transform="translate(80.884451, 54.000000)">
|
|
51
|
-
<rect id="矩形" fill="#D7DAE0" transform="translate(147.539230, 89.750000) scale(-1, 1) translate(-147.539230, -89.750000) " x="111.840228" y="42" width="71.3980029" height="95.5" rx="14"></rect>
|
|
52
|
-
<path d="M145.542083,58.5 C151.469297,58.5 156.291877,63.4561905 156.291877,69.547619 C156.291877,73.6001905 154.157487,77.1499047 150.983703,79.0721905 L152.214369,79.0714286 C155.280655,79.0714286 157.774608,81.6344762 157.774608,84.7857143 C157.774608,87.9369524 155.280655,90.5 152.214369,90.5 L138.869796,90.5 C135.80351,90.5 133.309558,87.9369524 133.309558,84.7857143 C133.309558,81.6344762 135.80351,79.0714286 138.869796,79.0714286 L140.100463,79.0721905 C136.92742,77.1499047 134.792288,73.6009524 134.792288,69.547619 C134.792288,63.4561905 139.614868,58.5 145.542083,58.5 Z" id="形状备份" fill="#DFE2E8"></path>
|
|
53
|
-
<path d="M162.764622,121.5 C163.869191,121.5 164.764622,122.395431 164.764622,123.5 C164.764622,124.604569 163.869191,125.5 162.764622,125.5 L132.313837,125.5 C131.209268,125.5 130.313837,124.604569 130.313837,123.5 C130.313837,122.395431 131.209268,121.5 132.313837,121.5 L162.764622,121.5 Z M163.014622,113 C163.98112,113 164.764622,113.783502 164.764622,114.75 C164.764622,115.716498 163.98112,116.5 163.014622,116.5 L132.063837,116.5 C131.097339,116.5 130.313837,115.716498 130.313837,114.75 C130.313837,113.783502 131.097339,113 132.063837,113 L163.014622,113 Z M162.764622,104.5 C163.869191,104.5 164.764622,105.395431 164.764622,106.5 C164.764622,107.604569 163.869191,108.5 162.764622,108.5 L132.313837,108.5 C131.209268,108.5 130.313837,107.604569 130.313837,106.5 C130.313837,105.395431 131.209268,104.5 132.313837,104.5 L162.764622,104.5 Z" id="形状结合" fill="#DFE2E8"></path>
|
|
54
|
-
<rect id="矩形" fill="#DFE2E8" x="0" y="0" width="145.292439" height="137.5" rx="14"></rect>
|
|
55
|
-
<rect id="矩形" fill="#E6E8ED" x="0" y="0" width="137.303852" height="137.5" rx="14"></rect>
|
|
56
|
-
<path d="M81.1340942,68.5 C89.4805797,68.5 96.2715601,75.3147619 96.2715601,83.6904762 C96.2715601,89.2627619 93.2659901,94.143619 88.7967838,96.7867619 L90.5297627,96.7857143 C94.8475944,96.7857143 98.3594864,100.309905 98.3594864,104.642857 C98.3594864,108.97581 94.8475943,112.5 90.5297627,112.5 L71.7384256,112.5 C67.4205939,112.5 63.9087019,108.97581 63.9087019,104.642857 C63.9087019,100.309905 67.4205939,96.7857143 71.7384256,96.7857143 L73.4714045,96.7867619 C69.0032421,94.143619 65.9966282,89.2638095 65.9966282,83.6904762 C65.9966282,75.3147619 72.7876086,68.5 81.1340942,68.5 Z M117.827389,39 C119.484244,39 120.827389,40.3431458 120.827389,42 C120.827389,43.6568542 119.484244,45 117.827389,45 L85.8815977,45 C84.2247435,45 82.8815977,43.6568542 82.8815977,42 C82.8815977,40.3431458 84.2247435,39 85.8815977,39 L117.827389,39 Z M117.827389,25.5 C119.484244,25.5 120.827389,26.8431458 120.827389,28.5 C120.827389,30.1568542 119.484244,31.5 117.827389,31.5 L85.8815977,31.5 C84.2247435,31.5 82.8815977,30.1568542 82.8815977,28.5 C82.8815977,26.8431458 84.2247435,25.5 85.8815977,25.5 L117.827389,25.5 Z M117.827389,12 C119.484244,12 120.827389,13.3431458 120.827389,15 C120.827389,16.6568542 119.484244,18 117.827389,18 L85.8815977,18 C84.2247435,18 82.8815977,16.6568542 82.8815977,15 C82.8815977,13.3431458 84.2247435,12 85.8815977,12 L117.827389,12 Z" id="形状结合" fill="#F0F2F5"></path>
|
|
57
|
-
<path d="M37.9457917,65.5 C48.5905849,65.5 57.2515454,74.1733333 57.2515454,84.8333333 C57.2515454,91.9253333 53.4183547,98.1373333 47.7184973,101.501333 L49.9286733,101.5 C55.4354732,101.5 59.914408,105.985333 59.914408,111.5 C59.914408,117.014667 55.4354731,121.5 49.9286733,121.5 L25.9629101,121.5 C20.4561103,121.5 15.9771755,117.014667 15.9771755,111.5 C15.9771755,105.985333 20.4561103,101.5 25.9629101,101.5 L28.173086,101.501333 C22.4745601,98.1373333 18.640038,91.9266667 18.640038,84.8333333 C18.640038,74.1733333 27.3009986,65.5 37.9457917,65.5 Z" id="形状" fill="#D7DAE0"></path>
|
|
58
|
-
</g>
|
|
59
|
-
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="217.689016" cy="250.5" rx="26.4621969" ry="3.5"></ellipse>
|
|
60
|
-
<g id="objects/-element/warrant" transform="translate(191.476462, 163.750000)">
|
|
61
|
-
<path d="M26.2125535,0 C40.6893723,0 52.425107,11.7525 52.425107,26.25 C52.425107,40.7475 40.6893723,52.5 26.2125535,52.5 C11.7357347,52.5 0,40.7475 0,26.25 C0,11.7525 11.7357347,0 26.2125535,0 Z" id="形状" fill="#C9CDD4"></path>
|
|
62
|
-
<path d="M38.3054379,14.1621 C37.1402525,12.957 35.5312511,12.28395 33.8554451,12.3003 C32.1836833,12.30465 30.582321,12.9744 29.4054522,14.1621 L24.5408516,19.02825 C24.0459586,19.51545 24.0395178,20.3118 24.526622,20.8071 C25.0137261,21.3024 25.809689,21.30885 26.3047318,20.8215 L31.1691826,15.95535 C31.8929486,15.26835 32.8505307,14.88195 33.8481056,14.874 C34.8500243,14.86095 35.8149458,15.2505 36.5273281,15.95535 C37.2139472,16.6794 37.6002454,17.6373 37.6083338,18.63525 C37.6212154,19.6374 37.2317718,20.6028 36.5273281,21.3153 L30.7620642,27.08265 C29.2715435,28.5363 26.8944394,28.5363 25.4039187,27.08265 C24.9150171,26.59335 24.1220499,26.59335 23.6329986,27.08265 C23.1439472,27.5718 23.1439472,28.36515 23.6329986,28.8543 C24.7980342,30.0594 26.4070357,30.73275 28.0829914,30.71595 L28.0901812,30.69255 C29.7619429,30.68835 31.3631555,30.01845 32.540174,28.8309 L38.3054379,23.06355 C40.7550385,20.6025 40.7550385,16.6233 38.3054379,14.1621" id="Fill-1" fill="#FFFFFF"></path>
|
|
63
|
-
<path d="M26.1372261,31.7307 L21.2727753,36.59685 C20.5490093,37.28385 19.591577,37.6704 18.5940021,37.6782 C17.5920835,37.69125 16.6271619,37.30185 15.9147796,36.59685 C15.2281605,35.8728 14.8418623,34.91505 14.8337739,33.91695 C14.8208923,32.9148 15.2103359,31.9494 15.9147796,31.2369 L21.6800435,25.46955 C23.1704144,24.01575 25.5475185,24.01575 27.038189,25.46955 C27.2703573,25.7091 27.5898509,25.84425 27.9235742,25.84425 C28.2571476,25.84425 28.5766412,25.7091 28.8091091,25.46955 C29.0297439,25.21995 29.1570621,24.9015 29.1696148,24.5685 C29.1741377,24.23205 29.044423,23.9076 28.8091091,23.6673 C27.6439237,22.4622 26.0349223,21.78915 24.3589665,21.8055 C22.6873545,21.80985 21.0861419,22.47975 19.9089736,23.6673 L14.1438595,29.4345 C12.9389807,30.60015 12.2661419,32.2098 12.2827682,33.8862 C12.287112,35.5587 12.9568053,37.1604 14.1438595,38.3379 C15.3088951,39.54315 16.9178966,40.21635 18.5940021,40.1997 C20.2603716,40.19955 21.8594872,39.5415 23.043995,38.36865 L27.9081462,33.5025 C28.3973474,33.0132 28.3973474,32.22 27.9081462,31.7307 C27.4192447,31.24155 26.6262775,31.24155 26.1372261,31.7307" id="Fill-3" fill="#FFFFFF"></path>
|
|
64
|
-
</g>
|
|
65
|
-
</g>
|
|
66
|
-
</g>
|
|
67
|
-
</g>
|
|
68
|
-
</g>
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="351px" height="350px" viewBox="0 0 351 350" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>-mockplus-</title>
|
|
4
|
+
<defs>
|
|
5
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-1">
|
|
6
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
7
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
8
|
+
</linearGradient>
|
|
9
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-2">
|
|
10
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
11
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
12
|
+
</linearGradient>
|
|
13
|
+
<linearGradient x1="62.6522593%" y1="52.2173606%" x2="0%" y2="36.6425829%" id="linearGradient-3">
|
|
14
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
15
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
16
|
+
</linearGradient>
|
|
17
|
+
<linearGradient x1="46.3152118%" y1="50%" x2="50%" y2="45.8827248%" id="linearGradient-4">
|
|
18
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
19
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
20
|
+
</linearGradient>
|
|
21
|
+
<linearGradient x1="50%" y1="100%" x2="50%" y2="0%" id="linearGradient-5">
|
|
22
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
23
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
24
|
+
</linearGradient>
|
|
25
|
+
<linearGradient x1="100%" y1="49.0301089%" x2="0%" y2="49.1253097%" id="linearGradient-6">
|
|
26
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
27
|
+
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
28
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
29
|
+
</linearGradient>
|
|
30
|
+
<linearGradient x1="100%" y1="49.9276112%" x2="0%" y2="49.9347166%" id="linearGradient-7">
|
|
31
|
+
<stop stop-color="#B4B8BF" stop-opacity="0" offset="0%"></stop>
|
|
32
|
+
<stop stop-color="#B4B8BF" stop-opacity="0.911806468" offset="91.1806468%"></stop>
|
|
33
|
+
<stop stop-color="#B4B8BF" offset="100%"></stop>
|
|
34
|
+
</linearGradient>
|
|
35
|
+
</defs>
|
|
36
|
+
<g id="反馈" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
37
|
+
<g id="反馈:6" transform="translate(-848.000000, -7137.000000)">
|
|
38
|
+
<g id="缺少许可" transform="translate(848.062500, 7137.000000)">
|
|
39
|
+
<rect id="矩形备份-5" x="0" y="0" width="350" height="350"></rect>
|
|
40
|
+
<g id="编组-20" transform="translate(0.000000, 48.000000)">
|
|
41
|
+
<g id="background/default/mountain">
|
|
42
|
+
<path d="M0,98.23836 C17.5783059,87.127218 31.7108951,75.9509382 42.3977677,64.7095205 C58.4280765,47.847394 72.7504377,40 95.4742748,40 C118.198112,40 163.578834,93.3401391 196.718973,114" id="路径-26" fill="url(#linearGradient-1)" opacity="0.16"></path>
|
|
43
|
+
<path d="M170.756063,20 C188.892799,6.66666667 202.604353,0 211.890727,0 C225.820286,0 251.699788,20 264.621969,20" id="路径-27" fill="url(#linearGradient-2)" opacity="0.16"></path>
|
|
44
|
+
<path d="M210.106923,120 C194.863293,113.931498 178.68082,102.735317 161.559504,86.4114548 C144.438187,70.087593 128.364382,56.7837748 113.338088,46.5 C167.672808,70.9353048 206.16543,85.5336481 228.815956,90.2950299 C251.466481,95.0564117 266.968339,98.0088037 275.32153,99.1522059" id="路径-28" fill="url(#linearGradient-3)" opacity="0.26"></path>
|
|
45
|
+
<path d="M179.243937,105.568252 C179.243937,105.568252 226.619927,89.5 248.271674,89.5 C269.923421,89.5 317.333076,128.549612 350,138.5" id="路径-29" fill="url(#linearGradient-4)" opacity="0.16"></path>
|
|
46
|
+
<path d="M0.499286733,188 C43.8079684,170.333333 102.058087,161.5 175.249643,161.5 C248.441199,161.5 306.691318,170.333333 350,188" id="路径-19" fill="url(#linearGradient-5)" opacity="0.16"></path>
|
|
47
|
+
</g>
|
|
48
|
+
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="220.185449" cy="215" rx="26.4621969" ry="3.5"></ellipse>
|
|
49
|
+
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-7)" opacity="0.16" cx="172.253923" cy="194.5" rx="96.8616262" ry="3.5"></ellipse>
|
|
50
|
+
<g id="objects/element/person" transform="translate(80.884451, 54.000000)">
|
|
51
|
+
<rect id="矩形" fill="#D7DAE0" transform="translate(147.539230, 89.750000) scale(-1, 1) translate(-147.539230, -89.750000) " x="111.840228" y="42" width="71.3980029" height="95.5" rx="14"></rect>
|
|
52
|
+
<path d="M145.542083,58.5 C151.469297,58.5 156.291877,63.4561905 156.291877,69.547619 C156.291877,73.6001905 154.157487,77.1499047 150.983703,79.0721905 L152.214369,79.0714286 C155.280655,79.0714286 157.774608,81.6344762 157.774608,84.7857143 C157.774608,87.9369524 155.280655,90.5 152.214369,90.5 L138.869796,90.5 C135.80351,90.5 133.309558,87.9369524 133.309558,84.7857143 C133.309558,81.6344762 135.80351,79.0714286 138.869796,79.0714286 L140.100463,79.0721905 C136.92742,77.1499047 134.792288,73.6009524 134.792288,69.547619 C134.792288,63.4561905 139.614868,58.5 145.542083,58.5 Z" id="形状备份" fill="#DFE2E8"></path>
|
|
53
|
+
<path d="M162.764622,121.5 C163.869191,121.5 164.764622,122.395431 164.764622,123.5 C164.764622,124.604569 163.869191,125.5 162.764622,125.5 L132.313837,125.5 C131.209268,125.5 130.313837,124.604569 130.313837,123.5 C130.313837,122.395431 131.209268,121.5 132.313837,121.5 L162.764622,121.5 Z M163.014622,113 C163.98112,113 164.764622,113.783502 164.764622,114.75 C164.764622,115.716498 163.98112,116.5 163.014622,116.5 L132.063837,116.5 C131.097339,116.5 130.313837,115.716498 130.313837,114.75 C130.313837,113.783502 131.097339,113 132.063837,113 L163.014622,113 Z M162.764622,104.5 C163.869191,104.5 164.764622,105.395431 164.764622,106.5 C164.764622,107.604569 163.869191,108.5 162.764622,108.5 L132.313837,108.5 C131.209268,108.5 130.313837,107.604569 130.313837,106.5 C130.313837,105.395431 131.209268,104.5 132.313837,104.5 L162.764622,104.5 Z" id="形状结合" fill="#DFE2E8"></path>
|
|
54
|
+
<rect id="矩形" fill="#DFE2E8" x="0" y="0" width="145.292439" height="137.5" rx="14"></rect>
|
|
55
|
+
<rect id="矩形" fill="#E6E8ED" x="0" y="0" width="137.303852" height="137.5" rx="14"></rect>
|
|
56
|
+
<path d="M81.1340942,68.5 C89.4805797,68.5 96.2715601,75.3147619 96.2715601,83.6904762 C96.2715601,89.2627619 93.2659901,94.143619 88.7967838,96.7867619 L90.5297627,96.7857143 C94.8475944,96.7857143 98.3594864,100.309905 98.3594864,104.642857 C98.3594864,108.97581 94.8475943,112.5 90.5297627,112.5 L71.7384256,112.5 C67.4205939,112.5 63.9087019,108.97581 63.9087019,104.642857 C63.9087019,100.309905 67.4205939,96.7857143 71.7384256,96.7857143 L73.4714045,96.7867619 C69.0032421,94.143619 65.9966282,89.2638095 65.9966282,83.6904762 C65.9966282,75.3147619 72.7876086,68.5 81.1340942,68.5 Z M117.827389,39 C119.484244,39 120.827389,40.3431458 120.827389,42 C120.827389,43.6568542 119.484244,45 117.827389,45 L85.8815977,45 C84.2247435,45 82.8815977,43.6568542 82.8815977,42 C82.8815977,40.3431458 84.2247435,39 85.8815977,39 L117.827389,39 Z M117.827389,25.5 C119.484244,25.5 120.827389,26.8431458 120.827389,28.5 C120.827389,30.1568542 119.484244,31.5 117.827389,31.5 L85.8815977,31.5 C84.2247435,31.5 82.8815977,30.1568542 82.8815977,28.5 C82.8815977,26.8431458 84.2247435,25.5 85.8815977,25.5 L117.827389,25.5 Z M117.827389,12 C119.484244,12 120.827389,13.3431458 120.827389,15 C120.827389,16.6568542 119.484244,18 117.827389,18 L85.8815977,18 C84.2247435,18 82.8815977,16.6568542 82.8815977,15 C82.8815977,13.3431458 84.2247435,12 85.8815977,12 L117.827389,12 Z" id="形状结合" fill="#F0F2F5"></path>
|
|
57
|
+
<path d="M37.9457917,65.5 C48.5905849,65.5 57.2515454,74.1733333 57.2515454,84.8333333 C57.2515454,91.9253333 53.4183547,98.1373333 47.7184973,101.501333 L49.9286733,101.5 C55.4354732,101.5 59.914408,105.985333 59.914408,111.5 C59.914408,117.014667 55.4354731,121.5 49.9286733,121.5 L25.9629101,121.5 C20.4561103,121.5 15.9771755,117.014667 15.9771755,111.5 C15.9771755,105.985333 20.4561103,101.5 25.9629101,101.5 L28.173086,101.501333 C22.4745601,98.1373333 18.640038,91.9266667 18.640038,84.8333333 C18.640038,74.1733333 27.3009986,65.5 37.9457917,65.5 Z" id="形状" fill="#D7DAE0"></path>
|
|
58
|
+
</g>
|
|
59
|
+
<ellipse id="椭圆形备份-8" fill="url(#linearGradient-6)" opacity="0.16" cx="217.689016" cy="250.5" rx="26.4621969" ry="3.5"></ellipse>
|
|
60
|
+
<g id="objects/-element/warrant" transform="translate(191.476462, 163.750000)">
|
|
61
|
+
<path d="M26.2125535,0 C40.6893723,0 52.425107,11.7525 52.425107,26.25 C52.425107,40.7475 40.6893723,52.5 26.2125535,52.5 C11.7357347,52.5 0,40.7475 0,26.25 C0,11.7525 11.7357347,0 26.2125535,0 Z" id="形状" fill="#C9CDD4"></path>
|
|
62
|
+
<path d="M38.3054379,14.1621 C37.1402525,12.957 35.5312511,12.28395 33.8554451,12.3003 C32.1836833,12.30465 30.582321,12.9744 29.4054522,14.1621 L24.5408516,19.02825 C24.0459586,19.51545 24.0395178,20.3118 24.526622,20.8071 C25.0137261,21.3024 25.809689,21.30885 26.3047318,20.8215 L31.1691826,15.95535 C31.8929486,15.26835 32.8505307,14.88195 33.8481056,14.874 C34.8500243,14.86095 35.8149458,15.2505 36.5273281,15.95535 C37.2139472,16.6794 37.6002454,17.6373 37.6083338,18.63525 C37.6212154,19.6374 37.2317718,20.6028 36.5273281,21.3153 L30.7620642,27.08265 C29.2715435,28.5363 26.8944394,28.5363 25.4039187,27.08265 C24.9150171,26.59335 24.1220499,26.59335 23.6329986,27.08265 C23.1439472,27.5718 23.1439472,28.36515 23.6329986,28.8543 C24.7980342,30.0594 26.4070357,30.73275 28.0829914,30.71595 L28.0901812,30.69255 C29.7619429,30.68835 31.3631555,30.01845 32.540174,28.8309 L38.3054379,23.06355 C40.7550385,20.6025 40.7550385,16.6233 38.3054379,14.1621" id="Fill-1" fill="#FFFFFF"></path>
|
|
63
|
+
<path d="M26.1372261,31.7307 L21.2727753,36.59685 C20.5490093,37.28385 19.591577,37.6704 18.5940021,37.6782 C17.5920835,37.69125 16.6271619,37.30185 15.9147796,36.59685 C15.2281605,35.8728 14.8418623,34.91505 14.8337739,33.91695 C14.8208923,32.9148 15.2103359,31.9494 15.9147796,31.2369 L21.6800435,25.46955 C23.1704144,24.01575 25.5475185,24.01575 27.038189,25.46955 C27.2703573,25.7091 27.5898509,25.84425 27.9235742,25.84425 C28.2571476,25.84425 28.5766412,25.7091 28.8091091,25.46955 C29.0297439,25.21995 29.1570621,24.9015 29.1696148,24.5685 C29.1741377,24.23205 29.044423,23.9076 28.8091091,23.6673 C27.6439237,22.4622 26.0349223,21.78915 24.3589665,21.8055 C22.6873545,21.80985 21.0861419,22.47975 19.9089736,23.6673 L14.1438595,29.4345 C12.9389807,30.60015 12.2661419,32.2098 12.2827682,33.8862 C12.287112,35.5587 12.9568053,37.1604 14.1438595,38.3379 C15.3088951,39.54315 16.9178966,40.21635 18.5940021,40.1997 C20.2603716,40.19955 21.8594872,39.5415 23.043995,38.36865 L27.9081462,33.5025 C28.3973474,33.0132 28.3973474,32.22 27.9081462,31.7307 C27.4192447,31.24155 26.6262775,31.24155 26.1372261,31.7307" id="Fill-3" fill="#FFFFFF"></path>
|
|
64
|
+
</g>
|
|
65
|
+
</g>
|
|
66
|
+
</g>
|
|
67
|
+
</g>
|
|
68
|
+
</g>
|
|
69
69
|
</svg>
|