n20-common-lib 1.2.46 → 1.3.2
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/package.json +17 -2
- package/src/assets/css/_coreLib.scss +1 -0
- package/src/assets/css/alert.scss +31 -0
- package/src/assets/css/cl-anchor.scss +18 -9
- package/src/assets/css/cl-approve-card.scss +12 -2
- package/src/assets/css/cl-dialog.scss +16 -1
- package/src/assets/css/cl-drag-list.scss +4 -2
- package/src/assets/css/cl-expandable-pane.scss +15 -3
- package/src/assets/css/cl-expandable.scss +5 -2
- package/src/assets/css/cl-file-upload-table.scss +22 -1
- package/src/assets/css/cl-form-item.scss +102 -8
- package/src/assets/css/cl-message.scss +87 -2
- package/src/assets/css/cl-pagination.scss +3 -1
- package/src/assets/css/cl-showcolumn.scss +18 -1
- package/src/assets/css/cl-statis.scss +14 -1
- package/src/assets/css/cl-tertiary-tab.scss +4 -2
- package/src/assets/css/cl-upload.scss +7 -0
- package/src/assets/css/el-button.scss +24 -9
- package/src/assets/css/el-table.scss +18 -0
- package/src/assets/css/element.dev.scss +1 -0
- package/src/assets/css/font-icon.scss +0 -1
- package/src/assets/css/normalize.scss +6 -6
- package/src/assets/css/plain-text.scss +138 -0
- package/src/assets/css/title-pop.scss +20 -1
- package/src/assets/svg/404.svg +1 -0
- package/src/assets/svg/addFile.svg +32 -0
- package/src/assets/svg/bug.svg +1 -0
- package/src/assets/svg/chart.svg +1 -0
- package/src/assets/svg/clipboard.svg +1 -0
- package/src/assets/svg/component.svg +1 -0
- package/src/assets/svg/dashboard.svg +1 -0
- package/src/assets/svg/deleteFile.svg +28 -0
- package/src/assets/svg/documentation.svg +1 -0
- package/src/assets/svg/drag.svg +1 -0
- package/src/assets/svg/edit.svg +1 -0
- package/src/assets/svg/education.svg +1 -0
- package/src/assets/svg/email.svg +1 -0
- package/src/assets/svg/example.svg +1 -0
- package/src/assets/svg/excel.svg +1 -0
- package/src/assets/svg/exit-fullscreen.svg +1 -0
- package/src/assets/svg/eye-open.svg +1 -0
- package/src/assets/svg/eye.svg +1 -0
- package/src/assets/svg/favorite.svg +1 -0
- package/src/assets/svg/favorite_active.svg +1 -0
- package/src/assets/svg/favorite_x400.svg +1 -0
- package/src/assets/svg/favorite_x400_active.svg +1 -0
- package/src/assets/svg/favorite_x400_blank.svg +1 -0
- package/src/assets/svg/filter.svg +16 -0
- package/src/assets/svg/filter@2x.png +0 -0
- package/src/assets/svg/filterActive.svg +16 -0
- package/src/assets/svg/filterClose@2x.png +0 -0
- package/src/assets/svg/form.svg +1 -0
- package/src/assets/svg/fullscreen.svg +1 -0
- package/src/assets/svg/guide.svg +1 -0
- package/src/assets/svg/hourglass.svg +19 -0
- package/src/assets/svg/icon.svg +1 -0
- package/src/assets/svg/international.svg +1 -0
- package/src/assets/svg/language.svg +1 -0
- package/src/assets/svg/left-dis.svg +1 -0
- package/src/assets/svg/left.svg +1 -0
- package/src/assets/svg/link.svg +1 -0
- package/src/assets/svg/list.svg +1 -0
- package/src/assets/svg/lock.svg +1 -0
- package/src/assets/svg/message-t.svg +1 -0
- package/src/assets/svg/money.svg +1 -0
- package/src/assets/svg/money3.svg +1 -0
- package/src/assets/svg/money4.svg +1 -0
- package/src/assets/svg/moneyTwo.svg +1 -0
- package/src/assets/svg/msg_white.svg +1 -0
- package/src/assets/svg/nested.svg +1 -0
- package/src/assets/svg/newsearch.svg +19 -0
- package/src/assets/svg/password.svg +1 -0
- package/src/assets/svg/pdf.svg +1 -0
- package/src/assets/svg/people.svg +1 -0
- package/src/assets/svg/peoples.svg +1 -0
- package/src/assets/svg/phone.svg +1 -0
- package/src/assets/svg/phone_msg.svg +1 -0
- package/src/assets/svg/qq.svg +1 -0
- package/src/assets/svg/right-dis.svg +1 -0
- package/src/assets/svg/right.svg +1 -0
- package/src/assets/svg/search.svg +1 -0
- package/src/assets/svg/searchActive.svg +19 -0
- package/src/assets/svg/shopping.svg +1 -0
- package/src/assets/svg/size.svg +1 -0
- package/src/assets/svg/skill.svg +1 -0
- package/src/assets/svg/star.svg +1 -0
- package/src/assets/svg/steam.svg +1 -0
- package/src/assets/svg/tab.svg +1 -0
- package/src/assets/svg/table.svg +1 -0
- package/src/assets/svg/theme.svg +1 -0
- package/src/assets/svg/tree-table.svg +1 -0
- package/src/assets/svg/tree.svg +1 -0
- package/src/assets/svg/user.svg +1 -0
- package/src/assets/svg/wechat.svg +1 -0
- package/src/assets/svg/z-left-2-dis.svg +1 -0
- package/src/assets/svg/z-left-2.svg +1 -0
- package/src/assets/svg/z-right-2-dis.svg +1 -0
- package/src/assets/svg/z-right-2.svg +1 -0
- package/src/assets/svg/z-right.svg +1 -0
- package/src/assets/svg/zip.svg +1 -0
- package/src/components/ApprovalButtons/index.vue +16 -9
- package/src/components/ApprovalCard/index.vue +18 -14
- package/src/components/Button/button-group.vue +52 -48
- package/src/components/Button/icon-group-button.vue +2 -0
- package/src/components/ChildRange/index.vue +202 -0
- package/src/components/ECharts/define.js +74 -0
- package/src/components/ECharts/index.vue +163 -0
- package/src/components/ECharts/mixins/resize.js +56 -0
- package/src/components/Empty/img/400.svg +102 -0
- package/src/components/Empty/img/401.svg +102 -0
- package/src/components/Empty/img/403.svg +102 -0
- package/src/components/Empty/img/405.svg +102 -0
- package/src/components/Empty/img/901.svg +96 -0
- package/src/components/Empty/img/902.svg +96 -0
- package/src/components/Empty/img/903.svg +96 -0
- package/src/components/Empty/img/904.svg +96 -0
- package/src/components/Empty/img/905.svg +96 -0
- package/src/components/Empty/img/906.svg +96 -0
- package/src/components/Empty/img/907.svg +96 -0
- package/src/components/Empty/index.vue +55 -0
- package/src/components/Expandable/main.vue +4 -1
- package/src/components/FileImport/index.vue +201 -0
- package/src/components/FileUploadTable/index.vue +15 -10
- package/src/components/Filters/index.vue +2 -2
- package/src/components/Filters/indexO.vue +1 -1
- package/src/components/InputSearch/index.vue +1 -1
- package/src/components/LoginTemporary/index.vue +3 -3
- package/src/components/NstcG6Components/Calendar/index.js +8 -0
- package/src/components/NstcG6Components/Calendar/src/basic/month-table.vue +129 -0
- package/src/components/NstcG6Components/Calendar/src/basic/year-table.vue +126 -0
- package/src/components/NstcG6Components/Calendar/src/main.vue +442 -0
- package/src/components/NstcG6Components/DialogForm/index.js +8 -0
- package/src/components/NstcG6Components/DialogForm/src/demo/index.vue +56 -0
- package/src/components/NstcG6Components/DialogForm/src/main.vue +189 -0
- package/src/components/NstcG6Components/Form/A_DEMO/component/originalForm.vue +281 -0
- package/src/components/NstcG6Components/Form/A_DEMO/config/config_3.js +1222 -0
- package/src/components/NstcG6Components/Form/A_DEMO/index.vue +803 -0
- package/src/components/NstcG6Components/Form/AutocompleteCustom/index.vue +72 -0
- package/src/components/NstcG6Components/Form/BusinessSpecific/InputMultiple.vue +191 -0
- package/src/components/NstcG6Components/Form/BusinessSpecific/InputWithUnit.vue +128 -0
- package/src/components/NstcG6Components/Form/BusinessSpecific/SelectTreeDialog.vue +233 -0
- package/src/components/NstcG6Components/Form/BusinessSpecific/readme.md +7 -0
- package/src/components/NstcG6Components/Form/CascaderCustom/index.vue +101 -0
- package/src/components/NstcG6Components/Form/CheckboxCustom/index.vue +84 -0
- package/src/components/NstcG6Components/Form/Component.vue +661 -0
- package/src/components/NstcG6Components/Form/ComponentSecond.vue +650 -0
- package/src/components/NstcG6Components/Form/DatepickerCustom/index.vue +130 -0
- package/src/components/NstcG6Components/Form/InputAndDialog/index.js +15 -0
- package/src/components/NstcG6Components/Form/InputAndDialog/src/main.vue +395 -0
- package/src/components/NstcG6Components/Form/InputCustom/demo/index.vue +65 -0
- package/src/components/NstcG6Components/Form/InputCustom/index.vue +307 -0
- package/src/components/NstcG6Components/Form/IntervalinputCustom/demo/index.vue +31 -0
- package/src/components/NstcG6Components/Form/IntervalinputCustom/index.vue +118 -0
- package/src/components/NstcG6Components/Form/Item.vue +330 -0
- package/src/components/NstcG6Components/Form/ItemSecond.vue +269 -0
- package/src/components/NstcG6Components/Form/List.vue +146 -0
- package/src/components/NstcG6Components/Form/ListSecond.vue +130 -0
- package/src/components/NstcG6Components/Form/RadioCustom/index.vue +73 -0
- package/src/components/NstcG6Components/Form/SelectAccount/index.js +15 -0
- package/src/components/NstcG6Components/Form/SelectAccount/src/demo/index.vue +58 -0
- package/src/components/NstcG6Components/Form/SelectAccount/src/main.vue +283 -0
- package/src/components/NstcG6Components/Form/SelectAndDialog/index.js +15 -0
- package/src/components/NstcG6Components/Form/SelectAndDialog/src/main.vue +384 -0
- package/src/components/NstcG6Components/Form/SelectCashFlow/index.js +15 -0
- package/src/components/NstcG6Components/Form/SelectCashFlow/src/demo/index.vue +42 -0
- package/src/components/NstcG6Components/Form/SelectCashFlow/src/main.vue +126 -0
- package/src/components/NstcG6Components/Form/SelectCustom/demo/index.vue +82 -0
- package/src/components/NstcG6Components/Form/SelectCustom/index.vue +488 -0
- package/src/components/NstcG6Components/Form/SelectSubject/index.js +15 -0
- package/src/components/NstcG6Components/Form/SelectSubject/src/demo/index.vue +85 -0
- package/src/components/NstcG6Components/Form/SelectSubject/src/main.vue +182 -0
- package/src/components/NstcG6Components/Form/SelectindialogCustom/demo/index.vue +188 -0
- package/src/components/NstcG6Components/Form/SelectindialogCustom/index.vue +650 -0
- package/src/components/NstcG6Components/Form/SelectindialogCustom/install.js +7 -0
- package/src/components/NstcG6Components/Form/TableRadioCustom/demo/index.vue +53 -0
- package/src/components/NstcG6Components/Form/TableRadioCustom/index.vue +183 -0
- package/src/components/NstcG6Components/Form/TextCustom/index.vue +38 -0
- package/src/components/NstcG6Components/Form/UploadCustom/demo/index.vue +31 -0
- package/src/components/NstcG6Components/Form/UploadCustom/iconxitongshezhi-yichu.png +0 -0
- package/src/components/NstcG6Components/Form/UploadCustom/index.vue +506 -0
- package/src/components/NstcG6Components/Form/configs.js +191 -0
- package/src/components/NstcG6Components/Form/configsSecond.js +161 -0
- package/src/components/NstcG6Components/Form/index.js +8 -0
- package/src/components/NstcG6Components/Form/index.scss +29 -0
- package/src/components/NstcG6Components/Form/payeePersonSelect/index.js +15 -0
- package/src/components/NstcG6Components/Form/payeePersonSelect/src/demo/index.vue +164 -0
- package/src/components/NstcG6Components/Form/payeePersonSelect/src/main.vue +185 -0
- package/src/components/NstcG6Components/Form/readme.txt +4 -0
- package/src/components/NstcG6Components/FormGroup/index.js +8 -0
- package/src/components/NstcG6Components/FormGroup/src/demo/config.js +23 -0
- package/src/components/NstcG6Components/FormGroup/src/demo/index.vue +85 -0
- package/src/components/NstcG6Components/FormGroup/src/main.vue +639 -0
- package/src/components/NstcG6Components/FormGroup/src/validate.js +23 -0
- package/src/components/NstcG6Components/InputTag/InputTag.vue +270 -0
- package/src/components/NstcG6Components/NstcApprovel/NstcApprovel.vue +25 -0
- package/src/components/NstcG6Components/NstcBackToTop/NstcBackToTop.vue +150 -0
- package/src/components/NstcG6Components/NstcBranchLazyLoad/NstcBranchLazyLoad.vue +119 -0
- package/src/components/NstcG6Components/NstcCharts/NstcCharts.vue +162 -0
- package/src/components/NstcG6Components/NstcCharts/define.js +74 -0
- package/src/components/NstcG6Components/NstcCharts/mixins/resize.js +56 -0
- package/src/components/NstcG6Components/NstcConfirm/NstcConfirm.vue +153 -0
- package/src/components/NstcG6Components/NstcConfirm/index.js +25 -0
- package/src/components/NstcG6Components/NstcDialog/NstcDialog.vue +185 -0
- package/src/components/NstcG6Components/NstcDialogForm/NstcDialogForm.vue +176 -0
- package/src/components/NstcG6Components/NstcDialogTable/NstcDialogTable.vue +282 -0
- package/src/components/NstcG6Components/NstcDropdown/NstcDropdown.vue +52 -0
- package/src/components/NstcG6Components/NstcDropdownTree/NstcDropdownTree.vue +392 -0
- package/src/components/NstcG6Components/NstcElectronicFile/NstcElectronicFile.vue +591 -0
- package/src/components/NstcG6Components/NstcExcelCustomImport/NstcExcelCustomImport.vue +475 -0
- package/src/components/NstcG6Components/NstcExcelCustomImport/img/upload@2x.png +0 -0
- package/src/components/NstcG6Components/NstcExcelExport/NstcExcelExport.vue +145 -0
- package/src/components/NstcG6Components/NstcExcelImport/NstcExcelImport.vue +1051 -0
- package/src/components/NstcG6Components/NstcExcelImport/img/upload@2x.png +0 -0
- package/src/components/NstcG6Components/NstcExcelImportN/NstcExcelImportN.vue +1168 -0
- package/src/components/NstcG6Components/NstcExpandCollapse/NstcExpandCollapse.vue +130 -0
- package/src/components/NstcG6Components/NstcExpandCollapse/index.scss +77 -0
- package/src/components/NstcG6Components/NstcFileUpload/NstcFileUpload.vue +1011 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/addFile.svg +32 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/delete.svg +24 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/deleteFile.svg +28 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/download.svg +24 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/inputUpload.svg +30 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/look-diabled.svg +24 -0
- package/src/components/NstcG6Components/NstcFileUpload/img/look.svg +24 -0
- package/src/components/NstcG6Components/NstcForm/A_DEMO/component/originalForm.vue +281 -0
- package/src/components/NstcG6Components/NstcForm/A_DEMO/config/config_3.js +1222 -0
- package/src/components/NstcG6Components/NstcForm/A_DEMO/index.vue +796 -0
- package/src/components/NstcG6Components/NstcForm/AutocompleteCustom/index.vue +68 -0
- package/src/components/NstcG6Components/NstcForm/BusinessSpecific/InputMultiple.vue +191 -0
- package/src/components/NstcG6Components/NstcForm/BusinessSpecific/InputWithUnit.vue +128 -0
- package/src/components/NstcG6Components/NstcForm/BusinessSpecific/SelectTreeDialog.vue +233 -0
- package/src/components/NstcG6Components/NstcForm/BusinessSpecific/readme.md +7 -0
- package/src/components/NstcG6Components/NstcForm/CascaderCustom/index.vue +101 -0
- package/src/components/NstcG6Components/NstcForm/CheckboxCustom/index.vue +84 -0
- package/src/components/NstcG6Components/NstcForm/Component.vue +684 -0
- package/src/components/NstcG6Components/NstcForm/ComponentSecond.vue +650 -0
- package/src/components/NstcG6Components/NstcForm/DatepickerCustom/index.vue +130 -0
- package/src/components/NstcG6Components/NstcForm/InputAndDialog/NstcInputAndDialog.vue +389 -0
- package/src/components/NstcG6Components/NstcForm/InputCustom/index.vue +314 -0
- package/src/components/NstcG6Components/NstcForm/IntervalInputCustom/index.vue +116 -0
- package/src/components/NstcG6Components/NstcForm/Item.vue +327 -0
- package/src/components/NstcG6Components/NstcForm/ItemSecond.vue +269 -0
- package/src/components/NstcG6Components/NstcForm/List.vue +146 -0
- package/src/components/NstcG6Components/NstcForm/ListSecond.vue +130 -0
- package/src/components/NstcG6Components/NstcForm/RadioCustom/index.vue +73 -0
- package/src/components/NstcG6Components/NstcForm/SelectAccount/NstcSelectAccount.vue +334 -0
- package/src/components/NstcG6Components/NstcForm/SelectAndDialog/NstcSelectAndDialog.vue +382 -0
- package/src/components/NstcG6Components/NstcForm/SelectCashFlow/NstcSelectCashFlow.vue +123 -0
- package/src/components/NstcG6Components/NstcForm/SelectCustom/index.vue +460 -0
- package/src/components/NstcG6Components/NstcForm/SelectSubject/NstcSelectSubject.vue +185 -0
- package/src/components/NstcG6Components/NstcForm/SelectindialogCustom/index.vue +650 -0
- package/src/components/NstcG6Components/NstcForm/TableRadioCustom/index.vue +183 -0
- package/src/components/NstcG6Components/NstcForm/TextCustom/index.vue +38 -0
- package/src/components/NstcG6Components/NstcForm/UploadCustom/iconxitongshezhi-yichu.png +0 -0
- package/src/components/NstcG6Components/NstcForm/UploadCustom/index.vue +483 -0
- package/src/components/NstcG6Components/NstcForm/configs.js +191 -0
- package/src/components/NstcG6Components/NstcForm/configsSecond.js +161 -0
- package/src/components/NstcG6Components/NstcForm/index.js +8 -0
- package/src/components/NstcG6Components/NstcForm/index.scss +29 -0
- package/src/components/NstcG6Components/NstcForm/payeePersonSelect/NstcPayeePerson.vue +188 -0
- package/src/components/NstcG6Components/NstcForm/readme.txt +4 -0
- package/src/components/NstcG6Components/NstcPagination/NstcPagination.vue +430 -0
- package/src/components/NstcG6Components/NstcPagination/setPageNum.png +0 -0
- package/src/components/NstcG6Components/NstcPagination/setpagedefault.png +0 -0
- package/src/components/NstcG6Components/NstcScreenFull/NstcScreenFull.vue +70 -0
- package/src/components/NstcG6Components/NstcSelectTree/NstcSelectTree.vue +729 -0
- package/src/components/NstcG6Components/NstcSelectTreeList/NstcSelectTreeList.vue +676 -0
- package/src/components/NstcG6Components/NstcSticky/NstcSticky.vue +97 -0
- package/src/components/NstcG6Components/NstcSvgIcon/NstcSvgIcon.vue +77 -0
- package/src/components/NstcG6Components/NstcTab/NstcTab.vue +80 -0
- package/src/components/NstcG6Components/NstcTabWithBadge/NstcTabWithBadge.vue +45 -0
- package/src/components/NstcG6Components/NstcTabWithBadge/index.scss +31 -0
- package/src/components/NstcG6Components/NstcTable/ElTableColumnCustom/index.vue +292 -0
- package/src/components/NstcG6Components/NstcTable/NstcTable.vue +460 -0
- package/src/components/NstcG6Components/NstcTableSet/NstcTableSet.vue +801 -0
- package/src/components/NstcG6Components/NstcThemePicker/NstcThemePicker.vue +186 -0
- package/src/components/NstcG6Components/NstcUploadCustomExcel/NstcUploadCustomExcel.vue +330 -0
- package/src/components/NstcG6Components/NstcUploadExcel/NstcUploadExcel.vue +145 -0
- package/src/components/NstcG6Components/NstcWorkBench/NstcWorkBench.vue +167 -0
- package/src/components/NstcG6Components/Search/NstcSearch.vue +591 -0
- package/src/components/NstcG6Components/Search/src/demo/index copy.vue +101 -0
- package/src/components/NstcG6Components/Search/src/demo/index.vue +103 -0
- package/src/components/NstcG6Components/Search/src/main copy.vue +607 -0
- package/src/components/NstcG6Components/approvelTwo/main.vue +220 -0
- package/src/components/NstcG6Components/approvelTwo/progress.vue +154 -0
- package/src/components/PageHeader/index.vue +80 -0
- package/src/components/PlainText/PlainTextItem.vue +17 -0
- package/src/components/PlainText/index.vue +12 -0
- package/src/components/Search/index.vue +593 -0
- package/src/components/SelectTree/index.vue +1 -0
- package/src/components/ShowColumn/index.vue +1 -1
- package/src/components/Stamp/images/accounts.png +0 -0
- package/src/components/Stamp/images/cancellation.png +0 -0
- package/src/components/Stamp/images/clinch.png +0 -0
- package/src/components/Stamp/images/conclude.png +0 -0
- package/src/components/Stamp/images/efficacy.png +0 -0
- package/src/components/Stamp/images/termination.png +0 -0
- package/src/components/Stamp/index.vue +75 -0
- package/src/components/Statis/statisPopover.vue +1 -0
- package/src/components/Table/ThSelectHeader.vue +133 -0
- package/src/components/Table/index.vue +53 -3
- package/src/components/Upload/index.vue +6 -2
- package/src/directives/VCopy/index.js +60 -0
- package/src/directives/VNstcNumber/index.js +14 -0
- package/src/directives/VNstcNumber/temp.js +446 -0
- package/src/index.js +28 -1
- package/src/utils/dateAndValidator.js +629 -0
- package/src/utils/debounce.js +40 -0
- package/src/utils/mapper_aims.js +810 -0
- package/src/utils/parseTime.js +48 -0
- package/src/utils/validate/index.js +7 -0
- package/src/utils/vendor/Export2Excel.js +229 -0
- package/src/utils/vendor/Export2Zip.js +24 -0
- package/src/utils/vue-bus.js +5 -0
- package/style/index.css +1 -1
- package/style/index.css.map +1 -1
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
.el-button--default,
|
|
3
3
|
.el-button--default.is-plain,
|
|
4
4
|
.el-button--warning.is-plain,
|
|
5
|
+
.el-button--mini,
|
|
6
|
+
.el-button--mini.is-plain,
|
|
5
7
|
.el-button--danger.is-plain {
|
|
6
8
|
min-width: 72px;
|
|
7
9
|
}
|
|
8
10
|
|
|
9
11
|
.el-dropdown__caret-button,
|
|
10
|
-
.el-button--mini,
|
|
11
|
-
.el-button--mini.is-plain,
|
|
12
12
|
.el-button[onlyicon] {
|
|
13
13
|
min-width: auto;
|
|
14
14
|
}
|
|
@@ -18,8 +18,13 @@
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
.el-button + .el-button {
|
|
21
|
-
margin-left:
|
|
21
|
+
margin-left: 8px;
|
|
22
22
|
}
|
|
23
|
+
|
|
24
|
+
.el-button + .el-dropdown {
|
|
25
|
+
margin-left: 8px;
|
|
26
|
+
}
|
|
27
|
+
|
|
23
28
|
.el-button--mini + .el-button--mini {
|
|
24
29
|
margin-left: 8px;
|
|
25
30
|
}
|
|
@@ -148,19 +153,29 @@
|
|
|
148
153
|
color: $--color-primary-hover;
|
|
149
154
|
}
|
|
150
155
|
}
|
|
156
|
+
.el-button--default.is-plain {
|
|
157
|
+
&.is-disabled {
|
|
158
|
+
&,
|
|
159
|
+
&:hover,
|
|
160
|
+
&:focus,
|
|
161
|
+
&:active {
|
|
162
|
+
opacity: 0.5;
|
|
163
|
+
background: $--color-white !important;
|
|
164
|
+
border-color: $--button-disabled-border-color !important;
|
|
165
|
+
}
|
|
166
|
+
}
|
|
167
|
+
}
|
|
151
168
|
|
|
152
|
-
.el-button--primary,
|
|
153
|
-
.el-button--default.is-plain,
|
|
154
|
-
.el-button--warning.is-plain,
|
|
155
169
|
.el-button--danger.is-plain {
|
|
156
170
|
&.is-disabled {
|
|
157
171
|
&,
|
|
158
172
|
&:hover,
|
|
159
173
|
&:focus,
|
|
160
174
|
&:active {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
175
|
+
opacity: 0.5;
|
|
176
|
+
color: $--color-danger !important;
|
|
177
|
+
background: $--color-white !important;
|
|
178
|
+
border-color: $--button-danger-border-color !important;
|
|
164
179
|
}
|
|
165
180
|
}
|
|
166
181
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
.el-table--small {
|
|
2
2
|
font-size: 14px;
|
|
3
3
|
}
|
|
4
|
+
|
|
4
5
|
.el-table th {
|
|
5
6
|
font-weight: $--font-weight-primary;
|
|
6
7
|
}
|
|
@@ -13,10 +14,12 @@
|
|
|
13
14
|
position: relative;
|
|
14
15
|
bottom: 1px;
|
|
15
16
|
}
|
|
17
|
+
|
|
16
18
|
.el-table__column-filter-trigger i {
|
|
17
19
|
font-size: 16px;
|
|
18
20
|
transform: scale(1);
|
|
19
21
|
}
|
|
22
|
+
|
|
20
23
|
.el-table-filter__bottom {
|
|
21
24
|
text-align: center;
|
|
22
25
|
}
|
|
@@ -38,9 +41,11 @@
|
|
|
38
41
|
border: none;
|
|
39
42
|
font-style: normal;
|
|
40
43
|
position: static;
|
|
44
|
+
|
|
41
45
|
&:hover {
|
|
42
46
|
color: $--color-primary-light-6;
|
|
43
47
|
}
|
|
48
|
+
|
|
44
49
|
&:before {
|
|
45
50
|
content: '\e61c';
|
|
46
51
|
font-family: 'core-lib-iconfont';
|
|
@@ -51,6 +56,7 @@
|
|
|
51
56
|
bottom: 1px;
|
|
52
57
|
}
|
|
53
58
|
}
|
|
59
|
+
|
|
54
60
|
.el-table .ascending .sort-caret.ascending {
|
|
55
61
|
color: $--color-primary;
|
|
56
62
|
}
|
|
@@ -61,9 +67,11 @@
|
|
|
61
67
|
border: none;
|
|
62
68
|
font-style: normal;
|
|
63
69
|
position: static;
|
|
70
|
+
|
|
64
71
|
&:hover {
|
|
65
72
|
color: $--color-primary-light-6;
|
|
66
73
|
}
|
|
74
|
+
|
|
67
75
|
&:before {
|
|
68
76
|
content: '\e61d';
|
|
69
77
|
font-family: 'core-lib-iconfont';
|
|
@@ -74,6 +82,16 @@
|
|
|
74
82
|
bottom: 1px;
|
|
75
83
|
}
|
|
76
84
|
}
|
|
85
|
+
|
|
77
86
|
.el-table .descending .sort-caret.descending {
|
|
78
87
|
color: $--color-primary;
|
|
79
88
|
}
|
|
89
|
+
|
|
90
|
+
.el-table {
|
|
91
|
+
.cell {
|
|
92
|
+
.el-dropdown-link.n20-icon-moren {
|
|
93
|
+
color: $--color-primary;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
}
|
|
@@ -65,13 +65,13 @@ iframe {
|
|
|
65
65
|
background-color: rgba(0, 0, 0, 0.25);
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
::-webkit-scrollbar-track:hover {
|
|
69
|
-
|
|
70
|
-
}
|
|
68
|
+
// ::-webkit-scrollbar-track:hover {
|
|
69
|
+
// background-color: rgba(0, 0, 0, 0.03);
|
|
70
|
+
// }
|
|
71
71
|
|
|
72
|
-
::-webkit-scrollbar-track:active {
|
|
73
|
-
|
|
74
|
-
}
|
|
72
|
+
// ::-webkit-scrollbar-track:active {
|
|
73
|
+
// background-color: rgba(0, 0, 0, 0.03);
|
|
74
|
+
// }
|
|
75
75
|
|
|
76
76
|
:root {
|
|
77
77
|
--client-height: calc(100vh - 116px);
|
|
@@ -0,0 +1,138 @@
|
|
|
1
|
+
$--md: 1440px;
|
|
2
|
+
|
|
3
|
+
.plain-text {
|
|
4
|
+
display: flex;
|
|
5
|
+
flex-wrap: wrap;
|
|
6
|
+
width: 100%;
|
|
7
|
+
border: 1px solid #eeeeee;
|
|
8
|
+
|
|
9
|
+
.plain-text-item {
|
|
10
|
+
display: flex;
|
|
11
|
+
padding-top: 12px;
|
|
12
|
+
padding-bottom: 12px;
|
|
13
|
+
align-items: center;
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
.plain-text-item-label {
|
|
17
|
+
flex: 30%;
|
|
18
|
+
text-align: right;
|
|
19
|
+
color: $--color-text-regular;
|
|
20
|
+
padding-right: 22px;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.plain-text-item-content {
|
|
24
|
+
flex: 70%;
|
|
25
|
+
color: $--color-text-primary;
|
|
26
|
+
padding-left: 22px;
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
@media only screen and (max-width: $--md) {
|
|
32
|
+
.plain-text-item {
|
|
33
|
+
flex: 49%;
|
|
34
|
+
max-width: 50%;
|
|
35
|
+
|
|
36
|
+
.after-color {
|
|
37
|
+
width: 250px;
|
|
38
|
+
height: 24px;
|
|
39
|
+
line-height: 24px;
|
|
40
|
+
padding-left: 2px;
|
|
41
|
+
margin-bottom: 4px;
|
|
42
|
+
overflow: hidden;
|
|
43
|
+
text-overflow: ellipsis;
|
|
44
|
+
white-space: nowrap;
|
|
45
|
+
background-color: rgba(22, 119, 255, 0.1);
|
|
46
|
+
overflow: hidden;
|
|
47
|
+
text-overflow: ellipsis;
|
|
48
|
+
white-space: nowrap;
|
|
49
|
+
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.before-color {
|
|
53
|
+
width: 250px;
|
|
54
|
+
height: 24px;
|
|
55
|
+
line-height: 24px;
|
|
56
|
+
padding-left: 2px;
|
|
57
|
+
text-decoration: line-through;
|
|
58
|
+
overflow: hidden;
|
|
59
|
+
text-overflow: ellipsis;
|
|
60
|
+
white-space: nowrap;
|
|
61
|
+
background-color: rgba(255, 59, 48, 0.1)
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
&:nth-of-type(odd) {
|
|
65
|
+
border-right: 1px solid #eeeeee;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
.plain-text-item:last-of-type {}
|
|
70
|
+
|
|
71
|
+
.plain-text:nth-child(even) {
|
|
72
|
+
border-right: 1px solid #eeeeee;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.plain-text-item:nth-child(4n-1) {
|
|
76
|
+
background-color: rgba(0, 122, 255, 0.05);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.plain-text-item:nth-child(4n) {
|
|
80
|
+
background-color: rgba(0, 122, 255, 0.05);
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
@media only screen and (min-width: $--md + 1px) {
|
|
85
|
+
.plain-text-item {
|
|
86
|
+
flex: 33%;
|
|
87
|
+
max-width: 33%;
|
|
88
|
+
|
|
89
|
+
.after-color {
|
|
90
|
+
min-width: 200px;
|
|
91
|
+
max-width: 280px;
|
|
92
|
+
width: 100%;
|
|
93
|
+
height: 24px;
|
|
94
|
+
line-height: 24px;
|
|
95
|
+
padding-left: 2px;
|
|
96
|
+
margin-bottom: 4px;
|
|
97
|
+
overflow: hidden;
|
|
98
|
+
text-overflow: ellipsis;
|
|
99
|
+
white-space: nowrap;
|
|
100
|
+
background-color: rgba(22, 119, 255, 0.1);
|
|
101
|
+
overflow: hidden;
|
|
102
|
+
text-overflow: ellipsis;
|
|
103
|
+
white-space: nowrap;
|
|
104
|
+
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
.before-color {
|
|
108
|
+
min-width: 200px;
|
|
109
|
+
max-width: 280px;
|
|
110
|
+
width: 100%;
|
|
111
|
+
height: 24px;
|
|
112
|
+
line-height: 24px;
|
|
113
|
+
padding-left: 2px;
|
|
114
|
+
text-decoration: line-through;
|
|
115
|
+
overflow: hidden;
|
|
116
|
+
text-overflow: ellipsis;
|
|
117
|
+
white-space: nowrap;
|
|
118
|
+
background-color: rgba(255, 59, 48, 0.1)
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
&:nth-of-type(3n-1) {
|
|
122
|
+
border-right: 1px solid #eeeeee;
|
|
123
|
+
border-left: 1px solid #eeeeee;
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
.plain-text-item:nth-child(6n) {
|
|
128
|
+
background-color: rgba(0, 122, 255, 0.05);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
.plain-text-item:nth-child(6n-1) {
|
|
132
|
+
background-color: rgba(0, 122, 255, 0.05);
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
.plain-text-item:nth-child(6n-2) {
|
|
136
|
+
background-color: rgba(0, 122, 255, 0.05);
|
|
137
|
+
}
|
|
138
|
+
}
|
|
@@ -1,4 +1,23 @@
|
|
|
1
|
-
|
|
1
|
+
|
|
2
|
+
.el-popover.n20-title-pop{
|
|
3
|
+
background-color: #303133;
|
|
2
4
|
min-width: auto;
|
|
5
|
+
color: $--color-white;
|
|
3
6
|
padding: 6px;
|
|
4
7
|
}
|
|
8
|
+
|
|
9
|
+
.n20-title-pop[x-placement^=left] .popper__arrow::after {
|
|
10
|
+
border-left-color: #303133;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
.n20-title-pop[x-placement^=right] .popper__arrow::after {
|
|
14
|
+
border-right-color: #303133;
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
.n20-title-pop[x-placement^=bottom] .popper__arrow::after {
|
|
18
|
+
border-bottom-color: #303133;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
.n20-title-pop[x-placement^=top] .popper__arrow::after {
|
|
22
|
+
border-top-color: #303133;
|
|
23
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M121.718 73.272v9.953c3.957-7.584 6.199-16.05 6.199-24.995C127.917 26.079 99.273 0 63.958 0 28.644 0 0 26.079 0 58.23c0 .403.028.806.028 1.21l22.97-25.953h13.34l-19.76 27.187h6.42V53.77l13.728-19.477v49.361H22.998V73.272H2.158c5.951 20.284 23.608 36.208 45.998 41.399-1.44 3.3-5.618 11.263-12.565 12.674-8.607 1.764 23.358.428 46.163-13.178 17.519-4.611 31.938-15.849 39.77-30.513h-13.506V73.272H85.02V59.464l22.998-25.977h13.008l-19.429 27.187h6.421v-7.433l13.727-19.402v39.433h-.027zm-78.24 2.822a10.516 10.516 0 0 1-.996-4.535V44.548c0-1.613.332-3.124.996-4.535a11.66 11.66 0 0 1 2.713-3.68c1.134-1.032 2.49-1.864 4.04-2.468 1.55-.605 3.21-.908 4.982-.908h11.292c1.77 0 3.431.303 4.981.908 1.522.604 2.85 1.41 3.986 2.418l-12.26 16.303v-2.898a1.96 1.96 0 0 0-.665-1.512c-.443-.403-.996-.604-1.66-.604-.665 0-1.218.201-1.661.604a1.96 1.96 0 0 0-.664 1.512v9.071L44.364 77.606a10.556 10.556 0 0 1-.886-1.512zm35.73-4.535c0 1.613-.332 3.124-.997 4.535a11.66 11.66 0 0 1-2.712 3.68c-1.134 1.032-2.49 1.864-4.04 2.469-1.55.604-3.21.907-4.982.907H55.185c-1.77 0-3.431-.303-4.981-.907-1.55-.605-2.906-1.437-4.041-2.47a12.49 12.49 0 0 1-1.384-1.512l13.727-18.217v6.375c0 .605.222 1.109.665 1.512.442.403.996.604 1.66.604.664 0 1.218-.201 1.66-.604a1.96 1.96 0 0 0 .665-1.512V53.87L75.97 36.838c.913.932 1.66 1.99 2.214 3.175.664 1.41.996 2.922.996 4.535v27.011h.028z"/></svg>
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
|
|
4
|
+
<title>-mockplus-</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="九恒星新一代产品规范" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
+
<g id="附件模版" transform="translate(-960.000000, -236.000000)">
|
|
8
|
+
<g id="-mockplus-" transform="translate(94.000000, 218.000000)">
|
|
9
|
+
<g id="附件/整体附件">
|
|
10
|
+
<g id="-mockplus-">
|
|
11
|
+
<g transform="translate(856.000000, 13.000000)">
|
|
12
|
+
<g id="按钮/小/新增-带图标">
|
|
13
|
+
<g id="按钮/小/主按钮-带图标">
|
|
14
|
+
<g id="-mockplus-" transform="translate(10.000000, 5.000000)">
|
|
15
|
+
<g id="icon/新增">
|
|
16
|
+
<g id="新增">
|
|
17
|
+
<g>
|
|
18
|
+
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
|
19
|
+
<path d="M7.99999938,1 L7.99999938,1 C11.8660084,1 15.000016,4.13400755 15.000016,8 C15.000016,11.8660087 11.8660084,15.0000163 7.99999938,15.0000163 L7.99999938,15.0000163 C4.13400693,15.0000163 0.999999377,11.8660087 0.999999377,8 C0.999999377,4.13400755 4.13400693,1 7.99999938,1 L7.99999938,1 Z M8.00000815,2.07700184 L8.00000789,2.07700184 C4.72881658,2.07700184 2.07700295,4.72882914 2.07700295,8.00000678 C2.07700295,11.2711981 4.72883025,13.9230117 8.00000789,13.9230117 L8.00000806,13.9230117 C11.2711994,13.9230117 13.923013,11.2711844 13.923013,8.00000678 C13.923013,4.72881547 11.2711857,2.07700184 8.00000806,2.07700184 L8.00000815,2.07700184 Z M8.00300815,5.11700147 L8.00300815,5.11700147 C8.24450023,5.11692097 8.45154051,5.28945323 8.49500892,5.52700234 L8.50300893,5.61700248 L8.50200893,7.48199879 L10.5180113,7.48199879 L10.5180113,7.48199879 C10.7941534,7.48149048 11.018423,7.70493538 11.0189324,7.9810775 C11.0193773,8.22320669 10.8462679,8.4308622 10.608012,8.47399975 L10.5180118,8.48199976 L8.50200946,8.48199976 L8.50200946,10.6160042 L8.50200948,10.6159927 C8.49961262,10.8921342 8.27382015,11.1140399 7.99768761,11.1116625 C7.75956428,11.1095763 7.55594198,10.93986 7.51100794,10.7060064 L7.50300793,10.6160063 L7.50200792,8.48200185 L5.51801148,8.48200185 L5.51801149,8.48200185 C5.24186938,8.48251017 5.01759978,8.25906526 5.01709033,7.98292315 C5.01664548,7.74079396 5.18975486,7.53313844 5.4280108,7.49000089 L5.51801095,7.48200088 L7.5020074,7.48200088 L7.5020074,5.61599273 L7.5020074,5.61599273 C7.50200736,5.33985081 7.72586547,5.11599273 8.00200759,5.11599273 L8.00300815,5.11700147 Z" id="形状" fill="#FFFFFF" fill-rule="nonzero"></path>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
</g>
|
|
29
|
+
</g>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M127.88 73.143c0 1.412-.506 2.635-1.518 3.669-1.011 1.033-2.209 1.55-3.592 1.55h-17.887c0 9.296-1.783 17.178-5.35 23.645l16.609 17.044c1.011 1.034 1.517 2.257 1.517 3.67 0 1.412-.506 2.635-1.517 3.668-.958 1.033-2.155 1.55-3.593 1.55-1.438 0-2.635-.517-3.593-1.55l-15.811-16.063a15.49 15.49 0 0 1-1.196 1.06c-.532.434-1.65 1.208-3.353 2.322a50.104 50.104 0 0 1-5.192 2.974c-1.758.87-3.94 1.658-6.546 2.364-2.607.706-5.189 1.06-7.748 1.06V47.044H58.89v73.062c-2.716 0-5.417-.367-8.106-1.102-2.688-.734-5.003-1.631-6.945-2.692a66.769 66.769 0 0 1-5.268-3.179c-1.571-1.057-2.73-1.94-3.476-2.65L33.9 109.34l-14.611 16.877c-1.066 1.14-2.344 1.711-3.833 1.711-1.277 0-2.422-.434-3.434-1.304-1.012-.978-1.557-2.187-1.635-3.627-.079-1.44.333-2.705 1.236-3.794l16.129-18.51c-3.087-6.197-4.63-13.644-4.63-22.342H5.235c-1.383 0-2.58-.517-3.592-1.55S.125 74.545.125 73.132c0-1.412.506-2.635 1.518-3.668 1.012-1.034 2.21-1.55 3.592-1.55h17.887V43.939L9.308 29.833c-1.012-1.033-1.517-2.256-1.517-3.669 0-1.412.505-2.635 1.517-3.668 1.012-1.034 2.21-1.55 3.593-1.55s2.58.516 3.593 1.55l13.813 14.106h67.396l13.814-14.106c1.012-1.034 2.21-1.55 3.592-1.55 1.384 0 2.581.516 3.593 1.55 1.012 1.033 1.518 2.256 1.518 3.668 0 1.413-.506 2.636-1.518 3.67l-13.814 14.105v23.975h17.887c1.383 0 2.58.516 3.593 1.55 1.011 1.033 1.517 2.256 1.517 3.668l-.005.01zM89.552 26.175H38.448c0-7.23 2.489-13.386 7.466-18.469C50.892 2.623 56.92.082 64 .082c7.08 0 13.108 2.541 18.086 7.624 4.977 5.083 7.466 11.24 7.466 18.469z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M0 54.857h36.571V128H0V54.857zM91.429 27.43H128V128H91.429V27.429zM45.714 0h36.572v128H45.714V0z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M54.857 118.857h64V73.143H89.143c-1.902 0-3.52-.668-4.855-2.002-1.335-1.335-2.002-2.954-2.002-4.855V36.57H54.857v82.286zM73.143 16v-4.571a2.2 2.2 0 0 0-.677-1.61 2.198 2.198 0 0 0-1.609-.676H20.571c-.621 0-1.158.225-1.609.676a2.198 2.198 0 0 0-.676 1.61V16a2.2 2.2 0 0 0 .676 1.61c.451.45.988.676 1.61.676h50.285c.622 0 1.158-.226 1.61-.677.45-.45.676-.987.676-1.609zm18.286 48h21.357L91.43 42.642V64zM128 73.143v48c0 1.902-.667 3.52-2.002 4.855-1.335 1.335-2.953 2.002-4.855 2.002H52.57c-1.901 0-3.52-.667-4.854-2.002-1.335-1.335-2.003-2.953-2.003-4.855v-11.429H6.857c-1.902 0-3.52-.667-4.855-2.002C.667 106.377 0 104.759 0 102.857v-96c0-1.902.667-3.52 2.002-4.855C3.337.667 4.955 0 6.857 0h77.714c1.902 0 3.52.667 4.855 2.002 1.335 1.335 2.003 2.953 2.003 4.855V30.29c1 .622 1.856 1.29 2.569 2.003l29.147 29.147c1.335 1.335 2.478 3.145 3.429 5.43.95 2.287 1.426 4.383 1.426 6.291v-.018z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h54.857v54.857H0V0zm0 73.143h54.857V128H0V73.143zm73.143 0H128V128H73.143V73.143zm27.428-18.286C115.72 54.857 128 42.577 128 27.43 128 12.28 115.72 0 100.571 0 85.423 0 73.143 12.28 73.143 27.429c0 15.148 12.28 27.428 27.428 27.428z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="100" xmlns="http://www.w3.org/2000/svg"><path d="M27.429 63.638c0-2.508-.893-4.65-2.679-6.424-1.786-1.775-3.94-2.662-6.464-2.662-2.524 0-4.679.887-6.465 2.662-1.785 1.774-2.678 3.916-2.678 6.424 0 2.508.893 4.65 2.678 6.424 1.786 1.775 3.94 2.662 6.465 2.662 2.524 0 4.678-.887 6.464-2.662 1.786-1.775 2.679-3.916 2.679-6.424zm13.714-31.801c0-2.508-.893-4.65-2.679-6.424-1.785-1.775-3.94-2.662-6.464-2.662-2.524 0-4.679.887-6.464 2.662-1.786 1.774-2.679 3.916-2.679 6.424 0 2.508.893 4.65 2.679 6.424 1.785 1.774 3.94 2.662 6.464 2.662 2.524 0 4.679-.888 6.464-2.662 1.786-1.775 2.679-3.916 2.679-6.424zM71.714 65.98l7.215-27.116c.285-1.23.107-2.378-.536-3.443-.643-1.064-1.56-1.762-2.75-2.094-1.19-.33-2.333-.177-3.429.462-1.095.639-1.81 1.573-2.143 2.804l-7.214 27.116c-2.857.237-5.405 1.266-7.643 3.088-2.238 1.822-3.738 4.152-4.5 6.992-.952 3.644-.476 7.098 1.429 10.364 1.905 3.265 4.69 5.37 8.357 6.317 3.667.947 7.143.474 10.429-1.42 3.285-1.892 5.404-4.66 6.357-8.305.762-2.84.619-5.607-.429-8.305-1.047-2.697-2.762-4.85-5.143-6.46zm47.143-2.342c0-2.508-.893-4.65-2.678-6.424-1.786-1.775-3.94-2.662-6.465-2.662-2.524 0-4.678.887-6.464 2.662-1.786 1.774-2.679 3.916-2.679 6.424 0 2.508.893 4.65 2.679 6.424 1.786 1.775 3.94 2.662 6.464 2.662 2.524 0 4.679-.887 6.465-2.662 1.785-1.775 2.678-3.916 2.678-6.424zm-45.714-45.43c0-2.509-.893-4.65-2.679-6.425C68.68 10.01 66.524 9.122 64 9.122c-2.524 0-4.679.887-6.464 2.661-1.786 1.775-2.679 3.916-2.679 6.425 0 2.508.893 4.65 2.679 6.424 1.785 1.774 3.94 2.662 6.464 2.662 2.524 0 4.679-.888 6.464-2.662 1.786-1.775 2.679-3.916 2.679-6.424zm32 13.629c0-2.508-.893-4.65-2.679-6.424-1.785-1.775-3.94-2.662-6.464-2.662-2.524 0-4.679.887-6.464 2.662-1.786 1.774-2.679 3.916-2.679 6.424 0 2.508.893 4.65 2.679 6.424 1.785 1.774 3.94 2.662 6.464 2.662 2.524 0 4.679-.888 6.464-2.662 1.786-1.775 2.679-3.916 2.679-6.424zM128 63.638c0 12.351-3.357 23.78-10.071 34.286-.905 1.372-2.19 2.058-3.858 2.058H13.93c-1.667 0-2.953-.686-3.858-2.058C3.357 87.465 0 76.037 0 63.638c0-8.613 1.69-16.847 5.071-24.703C8.452 31.08 13 24.312 18.714 18.634c5.715-5.68 12.524-10.199 20.429-13.559C47.048 1.715 55.333.035 64 .035c8.667 0 16.952 1.68 24.857 5.04 7.905 3.36 14.714 7.88 20.429 13.559 5.714 5.678 10.262 12.446 13.643 20.301 3.38 7.856 5.071 16.09 5.071 24.703z"/></svg>
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
|
|
4
|
+
<title>删 除备份</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="九恒星新一代产品规范" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
+
<g id="附件模版" transform="translate(-1226.000000, -237.000000)">
|
|
8
|
+
<g id="-mockplus-" transform="translate(94.000000, 218.000000)">
|
|
9
|
+
<g id="附件/整体附件">
|
|
10
|
+
<g id="-mockplus-">
|
|
11
|
+
<g transform="translate(1120.000000, 13.000000)">
|
|
12
|
+
<g id="按钮/小/删除-默认">
|
|
13
|
+
<g id="工具栏按钮/删除-默认">
|
|
14
|
+
<g id="删-除备份" transform="translate(12.000000, 6.000000)">
|
|
15
|
+
<g id="删-除" transform="translate(2.000000, 2.000000)" fill="#FB5555" fill-rule="nonzero">
|
|
16
|
+
<path d="M9.36563594,10.2468869 C9.36563594,10.6500124 9.03751052,10.9781378 8.63476005,10.9781378 L3.36562892,10.9781378 L3.36562896,10.9781378 C2.96202771,10.9775183 2.63499803,10.6504893 2.63437811,10.2468869 L2.63437811,2.48437789 L9.36563594,2.48437789 L9.36563594,10.2468869 L9.36563594,10.2468869 Z M4.09687977,1.17187636 C4.09687977,1.08750127 4.16250484,1.02187619 4.24687994,1.02187619 L7.76250903,1.02187619 C7.84688413,1.02187619 7.91213421,1.08750127 7.91213421,1.17187636 L7.91213421,1.61250188 L4.09687977,1.61250188 L4.09687977,1.17187636 L4.09687977,1.17187636 Z M11.5593885,1.61250188 L8.78438522,1.61250188 L8.78438522,1.17187636 C8.78438522,0.609375709 8.32500969,0.150000174 7.76250903,0.150000174 L4.24687994,0.150000174 L4.24687997,0.150000174 C3.68302697,0.151237594 3.22624128,0.608023364 3.22500378,1.17187636 L3.22500378,1.61250188 L0.440625537,1.61250188 C0.196875253,1.61250188 2.4130105e-08,1.80937711 2.4130105e-08,2.05312739 C2.4130105e-08,2.29687767 0.196875253,2.4937529 0.440625537,2.4937529 L1.75312706,2.4937529 L1.75312706,10.2468869 L1.75312706,10.2468867 C1.75312693,11.1374471 2.47506853,11.8593886 3.36562894,11.8593886 L8.63438507,11.8593886 L8.634385,11.8593886 C9.52494541,11.8593886 10.2468869,11.1374471 10.2468869,10.2468867 C10.2468869,10.2468867 10.2468869,10.2468867 10.2468869,10.2468867 L10.2468869,2.48437765 L11.5593884,2.48437765 C11.8031387,2.48437758 12.0000139,2.28750242 12.0000139,2.04375213 C12.0000139,1.80000185 11.8031387,1.61250163 11.5593884,1.61250163 L11.5593885,1.61250188 Z M6.00000698,9.65626124 C6.24375727,9.65626124 6.44063249,9.45938601 6.44063249,9.21563572 L6.44063249,4.52813027 C6.44063249,4.28437999 6.24413227,4.08750476 6.00000698,4.08750476 C5.7562567,4.08750476 5.55938147,4.28437999 5.55938147,4.52813027 L5.55938147,9.21563572 C5.55938147,9.45938601 5.7562567,9.65626124 6.00000698,9.65626124 M3.94687959,9.65626124 C4.19062988,9.65626124 4.38750511,9.45938601 4.38750511,9.21563572 L4.38750511,4.52813027 C4.38750511,4.28437999 4.19062988,4.08750476 3.94687959,4.08750476 C3.70312931,4.08750476 3.50625408,4.28437999 3.50625408,4.52813027 L3.50625408,9.21563572 C3.51562909,9.45938601 3.71250432,9.65626124 3.94687959,9.65626124 M8.05313437,9.65626124 C8.29688465,9.65626124 8.49413488,9.45938601 8.49413488,9.21563572 L8.49413488,4.52813027 C8.49413488,4.28437999 8.29725965,4.08750476 8.05313437,4.08750476 C7.80975909,4.08750476 7.61250886,4.28437999 7.61250886,4.52813027 L7.61250886,9.21563572 C7.61250886,9.45938601 7.80938409,9.65626124 8.05313437,9.65626124" id="形状"></path>
|
|
17
|
+
</g>
|
|
18
|
+
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
|
19
|
+
</g>
|
|
20
|
+
</g>
|
|
21
|
+
</g>
|
|
22
|
+
</g>
|
|
23
|
+
</g>
|
|
24
|
+
</g>
|
|
25
|
+
</g>
|
|
26
|
+
</g>
|
|
27
|
+
</g>
|
|
28
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M71.984 44.815H115.9L71.984 9.642v35.173zM16.094.05h63.875l47.906 38.37v76.74c0 3.392-1.682 6.645-4.677 9.044-2.995 2.399-7.056 3.746-11.292 3.746H16.094c-4.236 0-8.297-1.347-11.292-3.746-2.995-2.399-4.677-5.652-4.677-9.044V12.84C.125 5.742 7.23.05 16.094.05zm71.86 102.32V89.58h-71.86v12.79h71.86zm23.952-25.58V64H16.094v12.79h95.812z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M73.137 29.08h-9.209 29.7L63.886.093 34.373 29.08h20.49v27.035H27.238v17.948h27.625v27.133h18.274V74.063h27.41V56.115h-27.41V29.08zm-9.245 98.827l27.518-26.711H36.59l27.302 26.71zM.042 64.982l27.196 27.029V38.167L.042 64.982zm100.505-26.815V92.01l27.41-27.029-27.41-26.815z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M106.133 67.2a4.797 4.797 0 0 0-4.8 4.8c0 .187.014.36.027.533h-.027V118.4H9.6V26.667h50.133c2.654 0 4.8-2.147 4.8-4.8 0-2.654-2.146-4.8-4.8-4.8H9.6a9.594 9.594 0 0 0-9.6 9.6V118.4c0 5.307 4.293 9.6 9.6 9.6h91.733c5.307 0 9.6-4.293 9.6-9.6V72.533h-.026c.013-.173.026-.346.026-.533 0-2.653-2.146-4.8-4.8-4.8z"/><path d="M125.16 13.373L114.587 2.8c-3.747-3.747-9.854-3.72-13.6.027l-52.96 52.96a4.264 4.264 0 0 0-.907 1.36L33.813 88.533c-.746 1.76-.226 3.534.907 4.68 1.133 1.147 2.92 1.667 4.693.92l31.4-13.293c.507-.213.96-.52 1.36-.907l52.96-52.96c3.747-3.746 3.774-9.853.027-13.6zM66.107 72.4l-18.32 7.76 7.76-18.32L92.72 24.667l10.56 10.56L66.107 72.4zm52.226-52.227l-8.266 8.267-10.56-10.56 8.266-8.267.027-.026 10.56 10.56-.027.026z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M88.883 119.565c-7.284 0-19.434 2.495-21.333 8.25v.127c-4.232.13-5.222 0-7.108 0-1.895-5.76-14.045-8.256-21.333-8.256H0V0h42.523c9.179 0 17.109 5.47 21.47 13.551C68.352 5.475 76.295 0 85.478 0H128v119.57l-39.113-.005h-.004zM60.442 24.763c0-9.651-8.978-16.507-17.777-16.507H7.108V111.43H39.11c7.054-.14 18.177.082 21.333 6.12v-4.628c-.134-5.722-.004-13.522 0-13.832V27.413l.004-2.655-.004.005zm60.442-16.517h-35.55c-8.802 0-17.78 6.856-17.78 16.493v74.259c.004.32.138 8.115 0 13.813v4.627c3.155-6.022 14.279-6.26 21.333-6.114h32V8.25l-.003-.005z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="96" xmlns="http://www.w3.org/2000/svg"><path d="M64.125 56.975L120.188.912A12.476 12.476 0 0 0 115.5 0h-103c-1.588 0-3.113.3-4.513.838l56.138 56.137z"/><path d="M64.125 68.287l-62.3-62.3A12.42 12.42 0 0 0 0 12.5v71C0 90.4 5.6 96 12.5 96h103c6.9 0 12.5-5.6 12.5-12.5v-71a12.47 12.47 0 0 0-1.737-6.35L64.125 68.287z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M96.258 57.462h31.421C124.794 27.323 100.426 2.956 70.287.07v31.422a32.856 32.856 0 0 1 25.971 25.97zm-38.796-25.97V.07C27.323 2.956 2.956 27.323.07 57.462h31.422a32.856 32.856 0 0 1 25.97-25.97zm12.825 64.766v31.421c30.46-2.885 54.507-27.253 57.713-57.712H96.579c-2.886 13.466-13.146 23.726-26.292 26.291zM31.492 70.287H.07c2.886 30.46 27.253 54.507 57.713 57.713V96.579c-13.466-2.886-23.726-13.146-26.291-26.292z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M78.208 16.576v8.384h38.72v5.376h-38.72v8.704h38.72v5.376h-38.72v8.576h38.72v5.376h-38.72v8.576h38.72v5.376h-38.72v8.576h38.72v5.376h-38.72v8.512h38.72v5.376h-38.72v11.136H128v-94.72H78.208zM0 114.368L72.128 128V0L0 13.632v100.736z"/><path d="M28.672 82.56h-11.2l14.784-23.488-14.08-22.592h11.52l8.192 14.976 8.448-14.976h11.136l-14.08 22.208L58.368 82.56H46.656l-8.768-15.68z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M49.217 41.329l-.136-35.24c-.06-2.715-2.302-4.345-5.022-4.405h-3.65c-2.712-.06-4.866 2.303-4.806 5.016l.152 19.164-24.151-23.79a6.698 6.698 0 0 0-9.499 0 6.76 6.76 0 0 0 0 9.526l23.93 23.713-18.345.074c-2.712-.069-5.228 1.813-5.64 5.02v3.462c.069 2.721 2.31 4.97 5.022 5.03l35.028-.207c.052.005.087.025.133.025l2.457.054a4.626 4.626 0 0 0 3.436-1.38c.88-.874 1.205-2.096 1.169-3.462l-.262-2.465c0-.048.182-.081.182-.136h.002zm52.523 51.212l18.32-.073c2.713.06 5.224-1.609 5.64-4.815v-3.462c-.068-2.722-2.317-4.97-5.021-5.04l-34.58.21c-.053 0-.086-.021-.138-.021l-2.451-.06a4.64 4.64 0 0 0-3.445 1.381c-.885.868-1.201 2.094-1.174 3.46l.27 2.46c.005.06-.177.095-.177.141l.141 34.697c.069 2.713 2.31 4.338 5.022 4.397l3.45.006c2.705.062 4.867-2.31 4.8-5.026l-.153-18.752 24.151 23.946a6.69 6.69 0 0 0 9.494 0 6.747 6.747 0 0 0 0-9.523L101.74 92.54v.001zM48.125 80.662a4.636 4.636 0 0 0-3.437-1.382l-2.457.06c-.05 0-.082.022-.137.022l-35.025-.21c-2.712.07-4.957 2.318-5.022 5.04v3.462c.409 3.206 2.925 4.874 5.633 4.814l18.554.06-24.132 23.928c-2.62 2.626-2.62 6.89 0 9.524a6.694 6.694 0 0 0 9.496 0l24.155-23.79-.155 18.866c-.06 2.722 2.094 5.093 4.801 5.025h3.65c2.72-.069 4.962-1.685 5.022-4.406l.141-34.956c0-.05-.182-.082-.182-.136l.262-2.46c.03-1.366-.286-2.592-1.166-3.46h-.001zM80.08 47.397a4.62 4.62 0 0 0 3.443 1.374l2.45-.054c.055 0 .088-.02.143-.028l35.08.21c2.712-.062 4.953-2.312 5.021-5.033l.009-3.463c-.417-3.211-2.937-5.084-5.64-5.025l-18.615-.073 23.917-23.715c2.63-2.623 2.63-6.879.008-9.513a6.691 6.691 0 0 0-9.494 0L92.251 26.016l.155-19.312c.065-2.713-2.097-5.085-4.802-5.025h-3.45c-2.713.069-4.954 1.693-5.022 4.406l-.139 35.247c0 .054.18.088.18.136l-.267 2.465c-.028 1.366.288 2.588 1.174 3.463v.001z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="128" height="128"><defs><style/></defs><path d="M512 128q69.675 0 135.51 21.163t115.498 54.997 93.483 74.837 73.685 82.006 51.67 74.837 32.17 54.827L1024 512q-2.347 4.992-6.315 13.483T998.87 560.17t-31.658 51.669-44.331 59.99-56.832 64.34-69.504 60.16-82.347 51.5-94.848 34.687T512 896q-69.675 0-135.51-21.163t-115.498-54.826-93.483-74.326-73.685-81.493-51.67-74.496-32.17-54.997L0 513.707q2.347-4.992 6.315-13.483t18.816-34.816 31.658-51.84 44.331-60.33 56.832-64.683 69.504-60.331 82.347-51.84 94.848-34.816T512 128.085zm0 85.333q-46.677 0-91.648 12.331t-81.152 31.83-70.656 47.146-59.648 54.485-48.853 57.686-37.675 52.821-26.325 43.99q12.33 21.674 26.325 43.52t37.675 52.351 48.853 57.003 59.648 53.845T339.2 767.02t81.152 31.488T512 810.667t91.648-12.331 81.152-31.659 70.656-46.848 59.648-54.186 48.853-57.344 37.675-52.651T927.957 512q-12.33-21.675-26.325-43.648t-37.675-52.65-48.853-57.345-59.648-54.186-70.656-46.848-81.152-31.659T512 213.334zm0 128q70.656 0 120.661 50.006T682.667 512 632.66 632.661 512 682.667 391.339 632.66 341.333 512t50.006-120.661T512 341.333zm0 85.334q-35.328 0-60.33 25.002T426.666 512t25.002 60.33T512 597.334t60.33-25.002T597.334 512t-25.002-60.33T512 426.666z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="64" xmlns="http://www.w3.org/2000/svg"><path d="M127.072 7.994c1.37-2.208.914-5.152-.914-6.87-2.056-1.717-4.797-1.226-6.396.982-.229.245-25.586 32.382-55.74 32.382-29.24 0-55.74-32.382-55.968-32.627-1.6-1.963-4.57-2.208-6.397-.49C-.17 3.086-.399 6.275 1.2 8.238c.457.736 5.94 7.36 14.62 14.72L4.17 35.96c-1.828 1.963-1.6 5.152.228 6.87.457.98 1.6 1.471 2.742 1.471s2.284-.49 3.198-1.472l12.564-13.983c5.94 4.416 13.021 8.587 20.788 11.53l-4.797 17.418c-.685 2.699.686 5.397 3.198 6.133h1.37c2.057 0 3.884-1.472 4.341-3.68L52.6 42.83c3.655.736 7.538 1.227 11.422 1.227 3.883 0 7.767-.49 11.422-1.227l4.797 17.173c.457 2.208 2.513 3.68 4.34 3.68.457 0 .914 0 1.143-.246 2.513-.736 3.883-3.434 3.198-6.133l-4.797-17.172c7.767-2.944 14.848-7.114 20.788-11.53l12.336 13.738c.913.981 2.056 1.472 3.198 1.472s2.284-.49 3.198-1.472c1.828-1.963 1.828-4.906.228-6.87l-11.65-13.001c9.366-7.36 14.849-14.474 14.849-14.474z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599035686352" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="3307" data-spm-anchor-id="a313x.7781069.0.i4" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M928.9 409c-8.2-23.2-29-39.9-54.2-43.7l-210-30.7-91.3-186.8c-11-22.7-35.1-37.5-61.4-37.5-26.2 0-50.2 14.7-61.2 37.4l-91.3 186.8-210.3 30.8C124 369 103.3 385.7 95.1 409 87 432.6 93 458.1 111 475.7l154.2 151.5-35.8 210.2c-4.4 24.9 6.3 49.5 28 64.3 11.4 7.7 24.8 11.8 38.9 11.8 11.4 0 22.6-2.7 32.7-8l182.9-97.2 183.7 97.5c22.1 11.4 50.3 9.8 71.4-4.1 21.4-14.6 32-39.3 27.7-64.2l-35.8-210.2 154.3-151.8c17.8-17.4 23.8-42.9 15.7-66.5z m-53.6 28.3L711 598.8c-6.3 6.2-9.2 15.1-7.7 23.8l38.1 224.2c0.7 4-1.1 7.7-4.7 10.2-4.4 3-12 3.1-16.1 1l-196-104c-7.9-4.2-17.4-4.1-25.4 0L303.8 857.9c-4.8 2.5-11.9 2.2-16.1-0.7-1.9-1.2-6.1-4.8-5.1-10.5l38.2-224.2c1.5-8.7-1.3-17.6-7.7-23.8L148.8 437.3c-2.9-2.9-4-6.8-2.7-10.3 1.5-4.3 5.7-7.4 11-8.2l224.3-32.9c8.8-1.3 16.4-6.9 20.4-14.8l97.6-199.6c2.1-4.2 7.2-7.1 12.7-7.1 5.6 0 10.8 2.8 12.8 7.1l97.6 199.6c3.9 8 11.5 13.6 20.4 14.8L867 418.7c5.4 0.8 9.7 4 11.1 8 1.1 3.8 0.1 7.7-2.8 10.6z m0 0" p-id="3308" fill="#ffffff"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599035874597" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1291" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><defs><style type="text/css"></style></defs><path d="M851.349 383.512c43.677 6.347 61.117 60.021 29.512 90.828l-126.42 123.229a53.253 53.253 0 0 0-15.315 47.133l29.844 174.002c7.461 43.5-38.197 76.673-77.263 56.135l-156.263-82.152a53.248 53.248 0 0 0-49.559 0l-156.263 82.152c-39.066 20.538-84.724-12.635-77.263-56.135l29.844-174.002 569.146-261.19z" fill="#FFEABB" p-id="1292"></path><path d="M716.565 911.044c-13.231 0.001-26.527-3.19-38.817-9.652L521.484 819.24a23.243 23.243 0 0 0-21.638 0l-156.264 82.152c-28.255 14.854-61.848 12.426-87.673-6.336-25.824-18.763-38.515-49.963-33.119-81.424l29.843-174.002a23.247 23.247 0 0 0-6.686-20.579l-126.42-123.229c-22.858-22.281-30.93-54.98-21.066-85.339s35.615-52.069 67.204-56.659l174.708-25.387a23.248 23.248 0 0 0 17.506-12.719l78.131-158.312C450.138 128.783 478.747 111 510.665 111c0.002 0-0.001 0 0 0 31.92 0 60.526 17.782 74.653 46.406l78.132 158.312a23.25 23.25 0 0 0 17.505 12.719l174.709 25.387c31.589 4.59 57.339 26.301 67.203 56.659s1.792 63.059-21.065 85.339l-126.42 123.229a23.25 23.25 0 0 0-6.687 20.578l29.844 174.003c5.396 31.461-7.294 62.661-33.119 81.424-14.591 10.6-31.667 15.987-48.855 15.988zM510.666 171c-4.346 0-15.076 1.263-20.85 12.96l-78.132 158.312a83.234 83.234 0 0 1-62.682 45.542L174.295 413.2c-12.909 1.876-17.426 11.691-18.769 15.824-1.343 4.132-3.458 14.728 5.883 23.833l126.419 123.229a83.234 83.234 0 0 1 23.942 73.688l-29.843 174.001c-2.205 12.856 5.734 20.186 9.249 22.74 3.516 2.555 12.939 7.838 24.485 1.77l156.264-82.152a83.234 83.234 0 0 1 77.479 0l156.263 82.152c11.548 6.071 20.97 0.785 24.485-1.77s11.454-9.884 9.249-22.74l-29.844-174.002a83.235 83.235 0 0 1 23.942-73.687l126.42-123.229c9.341-9.105 7.226-19.7 5.883-23.833s-5.859-13.948-18.769-15.824l-174.708-25.387a83.237 83.237 0 0 1-62.682-45.541L531.514 183.96c-5.773-11.697-16.503-12.96-20.848-12.96z" fill="#F9C73D" p-id="1293"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599037563704" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1668" data-spm-anchor-id="a313x.7781069.0.i9" width="400" height="400" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M512 291.42l49.49 100.28a108.767 108.767 0 0 0 81.91 59.5l110.65 16.08-80.06 78.04c-25.66 25-37.36 61.01-31.3 96.31l18.9 110.21-98.96-52.03c-15.55-8.18-33.06-12.5-50.63-12.5s-35.09 4.32-50.63 12.5l-98.97 52.03 18.9-110.2c6.06-35.31-5.64-71.31-31.29-96.31l-80.07-78.05L380.6 451.2a108.757 108.757 0 0 0 81.91-59.52L512 291.42m0-133.23c-11.41 0-22.82 5.95-28.7 17.84L393.65 357.7a32.002 32.002 0 0 1-24.09 17.51l-200.48 29.13c-26.25 3.81-36.73 36.07-17.74 54.58L296.4 600.33a32.005 32.005 0 0 1 9.2 28.32l-34.25 199.67c-3.55 20.68 12.89 37.48 31.54 37.48 4.92 0 10-1.17 14.9-3.75l179.32-94.27c4.66-2.45 9.77-3.68 14.89-3.68 5.11 0 10.23 1.23 14.89 3.68l179.32 94.27c4.9 2.58 9.98 3.75 14.9 3.75 18.64 0 35.08-16.8 31.53-37.48l-34.25-199.67a31.996 31.996 0 0 1 9.2-28.32l145.07-141.41c18.99-18.51 8.51-50.77-17.73-54.58l-200.48-29.13a32.002 32.002 0 0 1-24.09-17.51L540.7 176.03c-5.87-11.89-17.28-17.84-28.7-17.84z" fill="#ffffff" p-id="1669"></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599038282960" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1879" data-spm-anchor-id="a313x.7781069.0.i14" width="400" height="400" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M544.9 118.1L644 318.9c7.9 16.1 23.3 27.2 41 29.8l221.6 32.2c29.1 4.2 40.8 40 19.7 60.6L765.9 597.8a54.615 54.615 0 0 0-15.7 48.2l37.9 220.7c5 29-25.5 51.1-51.5 37.4L538.3 799.9c-15.9-8.3-34.8-8.3-50.7 0L289.5 904.1c-26.1 13.7-56.5-8.4-51.5-37.4L275.8 646c3-17.7-2.8-35.7-15.7-48.2L99.8 441.5c-21.1-20.5-9.4-56.4 19.7-60.6l221.6-32.2c17.7-2.6 33.1-13.7 41-29.8l99.1-200.8c13-26.4 50.6-26.4 63.7 0z" p-id="1880" fill="#ffffff" data-spm-anchor-id="a313x.7781069.0.i18" class=""></path></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599036908249" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="1427" width="400" height="400" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M544.9 118.1L644 318.9c7.9 16.1 23.3 27.2 41 29.8l221.6 32.2c29.1 4.2 40.8 40 19.7 60.6L765.9 597.8a54.615 54.615 0 0 0-15.7 48.2l37.9 220.7c5 29-25.5 51.1-51.5 37.4L538.3 799.9c-15.9-8.3-34.8-8.3-50.7 0L289.5 904.1c-26.1 13.7-56.5-8.4-51.5-37.4L275.8 646c3-17.7-2.8-35.7-15.7-48.2L99.8 441.5c-21.1-20.5-9.4-56.4 19.7-60.6l221.6-32.2c17.7-2.6 33.1-13.7 41-29.8l99.1-200.8c13-26.4 50.6-26.4 63.7 0z" p-id="1428" fill="#ffffff"></path></svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
|
|
4
|
+
<title>筛 选</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
+
<g id="二级页面" transform="translate(-1190.000000, -186.000000)">
|
|
8
|
+
<g id="按钮/其他/筛选刷新" transform="translate(1190.000000, 184.000000)">
|
|
9
|
+
<g id="筛-选" transform="translate(0.000000, 2.000000)">
|
|
10
|
+
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
|
11
|
+
<path d="M8.19035486,13.8541154 L6.64679447,12.9914046 L6.64679451,12.9914046 C6.26631907,12.787995 6.03012035,12.3902789 6.03357856,11.9588561 L6.03357856,7.05763559 L6.03357857,7.0576358 C6.0318001,6.98474052 5.99764286,6.91642587 5.94039389,6.87126644 L2.37231161,4.00959123 L2.3332341,3.96299884 L2.33323414,3.96299887 C2.00507008,3.62754575 1.91617271,3.12518813 2.10928974,2.69748958 L2.10928972,2.69748962 C2.29141923,2.26871529 2.71511699,1.9929845 3.18091558,2.00010599 L12.7999932,2.00010599 L12.7999931,2.00010599 C13.267246,1.99812652 13.6918754,2.27139654 13.8836424,2.69748962 L13.8836425,2.69748972 C14.0760962,3.1222949 13.9936362,3.62120955 13.6747274,3.96149901 L13.628135,4.0080914 L10.0209824,6.90132524 L10.0209823,6.90132524 C9.96702869,6.9482944 9.93583112,7.01616291 9.93531244,7.0876946 L9.93531244,12.8140567 L9.93531248,12.8140593 C9.94445568,13.4564714 9.43109041,13.9846607 8.78867834,13.993799 C8.78061533,13.9939455 8.77255132,13.9939455 8.76448776,13.9939455 L8.76448774,13.9939455 C8.56446016,13.9957833 8.36712204,13.9477401 8.19034918,13.854115 L8.19035486,13.8541154 Z M10.8671666,11.6808003 L10.8671666,11.6808003 C10.6098436,11.6807595 10.4012754,11.4721255 10.4013164,11.2148025 C10.4013572,10.957537 10.609901,10.7489934 10.8671666,10.7489524 L13.5124196,10.7489524 L13.5124196,10.7489524 C13.7694004,10.7497773 13.9775186,10.9578968 13.9783663,11.2148763 L13.9783663,11.2148763 C13.9808461,11.4696961 13.7763016,11.6782983 13.5214818,11.6808003 C13.518461,11.6808225 13.5154401,11.6808225 13.5124194,11.6808003 L10.8671666,11.6808003 Z M10.8671666,9.93434126 L10.8671666,9.93434126 C10.6102585,9.91973218 10.4138367,9.6996238 10.4284465,9.44271686 C10.4418953,9.20621229 10.6306632,9.01744528 10.8671666,9.00399682 L13.5124196,9.00399682 L13.5124196,9.00399682 C13.7694004,9.0048218 13.9775186,9.21294121 13.9783436,9.4699208 L13.9783436,9.46992066 C13.9867876,9.71879908 13.791877,9.92740127 13.5429974,9.93584464 C13.5328076,9.93619036 13.522609,9.93619037 13.5124192,9.93584465 L10.8671666,9.93434126 Z M10.8671666,8.18187047 L10.8671666,8.18187048 C10.6102585,8.1672614 10.4138368,7.94715301 10.4284454,7.69024607 C10.4418942,7.4537415 10.630662,7.26497449 10.8671666,7.25152486 L13.5124197,7.25152486 L13.5124196,7.25152486 C13.7694004,7.25234984 13.9775186,7.46046924 13.9783436,7.71744884 L13.9783436,7.7174487 C13.9867876,7.96632712 13.791877,8.17492931 13.5429974,8.18337268 C13.5328076,8.1837184 13.522609,8.1837184 13.5124192,8.18337269 L10.8671666,8.18187047 Z" id="形状" fill="#3D4A57" fill-rule="nonzero"></path>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
|
|
4
|
+
<title>筛 选</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="页面-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
+
<g id="二级页面" transform="translate(-1190.000000, -186.000000)">
|
|
8
|
+
<g id="按钮/其他/筛选刷新" transform="translate(1190.000000, 184.000000)">
|
|
9
|
+
<g id="筛-选" transform="translate(0.000000, 2.000000)">
|
|
10
|
+
<rect id="矩形" x="0" y="0" width="16" height="16"></rect>
|
|
11
|
+
<path d="M8.19035486,13.8541154 L6.64679447,12.9914046 L6.64679451,12.9914046 C6.26631907,12.787995 6.03012035,12.3902789 6.03357856,11.9588561 L6.03357856,7.05763559 L6.03357857,7.0576358 C6.0318001,6.98474052 5.99764286,6.91642587 5.94039389,6.87126644 L2.37231161,4.00959123 L2.3332341,3.96299884 L2.33323414,3.96299887 C2.00507008,3.62754575 1.91617271,3.12518813 2.10928974,2.69748958 L2.10928972,2.69748962 C2.29141923,2.26871529 2.71511699,1.9929845 3.18091558,2.00010599 L12.7999932,2.00010599 L12.7999931,2.00010599 C13.267246,1.99812652 13.6918754,2.27139654 13.8836424,2.69748962 L13.8836425,2.69748972 C14.0760962,3.1222949 13.9936362,3.62120955 13.6747274,3.96149901 L13.628135,4.0080914 L10.0209824,6.90132524 L10.0209823,6.90132524 C9.96702869,6.9482944 9.93583112,7.01616291 9.93531244,7.0876946 L9.93531244,12.8140567 L9.93531248,12.8140593 C9.94445568,13.4564714 9.43109041,13.9846607 8.78867834,13.993799 C8.78061533,13.9939455 8.77255132,13.9939455 8.76448776,13.9939455 L8.76448774,13.9939455 C8.56446016,13.9957833 8.36712204,13.9477401 8.19034918,13.854115 L8.19035486,13.8541154 Z M10.8671666,11.6808003 L10.8671666,11.6808003 C10.6098436,11.6807595 10.4012754,11.4721255 10.4013164,11.2148025 C10.4013572,10.957537 10.609901,10.7489934 10.8671666,10.7489524 L13.5124196,10.7489524 L13.5124196,10.7489524 C13.7694004,10.7497773 13.9775186,10.9578968 13.9783663,11.2148763 L13.9783663,11.2148763 C13.9808461,11.4696961 13.7763016,11.6782983 13.5214818,11.6808003 C13.518461,11.6808225 13.5154401,11.6808225 13.5124194,11.6808003 L10.8671666,11.6808003 Z M10.8671666,9.93434126 L10.8671666,9.93434126 C10.6102585,9.91973218 10.4138367,9.6996238 10.4284465,9.44271686 C10.4418953,9.20621229 10.6306632,9.01744528 10.8671666,9.00399682 L13.5124196,9.00399682 L13.5124196,9.00399682 C13.7694004,9.0048218 13.9775186,9.21294121 13.9783436,9.4699208 L13.9783436,9.46992066 C13.9867876,9.71879908 13.791877,9.92740127 13.5429974,9.93584464 C13.5328076,9.93619036 13.522609,9.93619037 13.5124192,9.93584465 L10.8671666,9.93434126 Z M10.8671666,8.18187047 L10.8671666,8.18187048 C10.6102585,8.1672614 10.4138368,7.94715301 10.4284454,7.69024607 C10.4418942,7.4537415 10.630662,7.26497449 10.8671666,7.25152486 L13.5124197,7.25152486 L13.5124196,7.25152486 C13.7694004,7.25234984 13.9775186,7.46046924 13.9783436,7.71744884 L13.9783436,7.7174487 C13.9867876,7.96632712 13.791877,8.17492931 13.5429974,8.18337268 C13.5328076,8.1837184 13.522609,8.1837184 13.5124192,8.18337269 L10.8671666,8.18187047 Z" id="形状" fill="#007aff" fill-rule="nonzero"></path>
|
|
12
|
+
</g>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</svg>
|
|
Binary file
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M84.068 23.784c-1.02 0-1.877-.32-2.572-.96a8.588 8.588 0 0 1-1.738-2.237 11.524 11.524 0 0 1-1.042-2.621c-.232-.895-.348-1.641-.348-2.238V0h.278c.834 0 1.622.085 2.363.256.742.17 1.645.575 2.711 1.214 1.066.64 2.363 1.535 3.892 2.686 1.53 1.15 3.453 2.664 5.77 4.54 2.502 2.045 4.494 3.771 5.977 5.178 1.483 1.406 2.618 2.6 3.406 3.58.787.98 1.274 1.812 1.46 2.494.185.682.277 1.278.277 1.79v2.046H84.068zM127.3 84.01c.278.682.464 1.535.556 2.558.093 1.023-.37 2.003-1.39 2.94-.463.427-.88.832-1.25 1.215-.372.384-.696.704-.974.96a6.69 6.69 0 0 1-.973.767l-11.816-10.741a44.331 44.331 0 0 0 1.877-1.535 31.028 31.028 0 0 1 1.737-1.406c1.112-.938 2.317-1.343 3.615-1.215 1.297.128 2.363.405 3.197.83.927.427 1.923 1.173 2.989 2.239 1.065 1.065 1.876 2.195 2.432 3.388zM78.23 95.902c2.038 0 3.752-.511 5.143-1.534l-26.969 25.83H18.037c-1.761 0-3.684-.47-5.77-1.407a24.549 24.549 0 0 1-5.838-3.709 21.373 21.373 0 0 1-4.518-5.306c-1.204-2.003-1.807-4.07-1.807-6.202V16.495c0-1.79.44-3.665 1.32-5.626A18.41 18.41 0 0 1 5.04 5.562a21.798 21.798 0 0 1 5.213-3.964C12.198.533 14.237 0 16.37 0h53.24v15.984c0 1.62.278 3.367.834 5.242a16.704 16.704 0 0 0 2.572 5.179c1.159 1.577 2.665 2.898 4.518 3.964 1.853 1.066 4.078 1.598 6.673 1.598h20.295v42.325L85.458 92.45c1.02-1.364 1.529-2.856 1.529-4.476 0-2.216-.857-4.113-2.572-5.69-1.714-1.577-3.776-2.366-6.186-2.366H26.1c-2.409 0-4.448.789-6.116 2.366-1.668 1.577-2.502 3.474-2.502 5.69 0 2.217.834 4.092 2.502 5.626 1.668 1.535 3.707 2.302 6.117 2.302h52.13zM26.1 47.951c-2.41 0-4.449.789-6.117 2.366-1.668 1.577-2.502 3.473-2.502 5.69 0 2.216.834 4.092 2.502 5.626 1.668 1.534 3.707 2.302 6.117 2.302h52.13c2.409 0 4.47-.768 6.185-2.302 1.715-1.534 2.572-3.41 2.572-5.626 0-2.217-.857-4.113-2.572-5.69-1.714-1.577-3.776-2.366-6.186-2.366H26.1zm52.407 64.063l1.807-1.663 3.476-3.196a479.75 479.75 0 0 0 4.587-4.284 500.757 500.757 0 0 1 5.004-4.667c3.985-3.666 8.48-7.758 13.485-12.276l11.677 10.741-13.485 12.404-5.004 4.603-4.587 4.22a179.46 179.46 0 0 0-3.267 3.068c-.88.853-1.367 1.322-1.46 1.407-.463.341-.973.703-1.529 1.087-.556.383-1.112.703-1.668.959-.556.256-1.413.575-2.572.959a83.5 83.5 0 0 1-3.545 1.087 72.2 72.2 0 0 1-3.475.895c-1.112.256-1.946.426-2.502.511-1.112.17-1.854.043-2.224-.383-.371-.426-.464-1.151-.278-2.174.092-.511.278-1.279.556-2.302.278-1.023.602-2.067.973-3.132l1.042-3.005c.325-.938.58-1.577.765-1.918a10.157 10.157 0 0 1 2.224-2.941z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M38.47 52L52 38.462l-23.648-23.67L43.209 0H.035L0 43.137l14.757-14.865L38.47 52zm74.773 47.726L89.526 76 76 89.536l23.648 23.672L84.795 128h43.174L128 84.863l-14.757 14.863zM89.538 52l23.668-23.648L128 43.207V.038L84.866 0 99.73 14.76 76 38.472 89.538 52zM38.46 76L14.792 99.651 0 84.794v43.173l43.137.033-14.865-14.757L52 89.53 38.46 76z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M1.482 70.131l36.204 16.18 69.932-65.485-61.38 70.594 46.435 18.735c1.119.425 2.397-.17 2.797-1.363v-.085L127.998.047 1.322 65.874c-1.12.597-1.519 1.959-1.04 3.151.32.511.72.937 1.2 1.107zm44.676 57.821L64.22 107.26l-18.062-7.834v28.527z"/></svg>
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="14px" height="14px" viewBox="0 0 14 14" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 63.1 (92452) - https://sketch.com -->
|
|
4
|
+
<title>筛选</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<g id="导航" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.8">
|
|
7
|
+
<g id="举例-主导视图" transform="translate(-976.000000, -490.000000)" fill="#333333" fill-rule="nonzero">
|
|
8
|
+
<g id="-mockplus-" transform="translate(970.000000, 484.000000)">
|
|
9
|
+
<g id="筛选备份-2">
|
|
10
|
+
<g id="筛选" transform="translate(6.000000, 6.000000)">
|
|
11
|
+
<g id="filter">
|
|
12
|
+
<path d="M13.1625,0.300000006 C12.9375,0.1125 12.6375,0 12.3,0 L1.31250001,0 C0.600000012,0 0,0.600000012 0,1.31250001 C0,1.61250001 0.1125,1.9125 0.300000006,2.17500001 L4.80000001,7.5 L4.80000001,11.925 C4.80000001,12.15 4.91250001,12.3375 5.10000001,12.4125 L7.95000001,13.8375 C8.02500001,13.875 8.1,13.9125 8.2125,13.9125 C8.325,13.9125 8.40000001,13.875 8.51250001,13.8375 C8.6625,13.725 8.775,13.5375 8.775,13.35 L8.775,7.46250001 L13.275,2.1375 C13.5,1.87500001 13.6125,1.53750001 13.575,1.20000001 C13.6125,0.862500006 13.4625,0.525000006 13.1625,0.300000006 Z M12.4875,1.42500001 L7.83750001,6.90000001 C7.7625,7.01250001 7.68750001,7.125 7.68750001,7.27500001 L7.68750001,12.4125 L5.9625,11.55 L5.9625,7.27500001 C5.9625,7.125 5.92500001,7.01250001 5.81250001,6.90000001 L1.16250001,1.42500001 C1.16250001,1.38750001 1.125,1.35 1.125,1.31250001 C1.125,1.20000001 1.20000001,1.125 1.31250001,1.125 L12.3,1.125 C12.3375,1.125 12.375,1.125 12.4125,1.16250001 C12.45,1.20000001 12.4875,1.27500001 12.4875,1.27500001 C12.525,1.31250001 12.525,1.38750001 12.4875,1.42500001 Z" id="形状"></path>
|
|
13
|
+
</g>
|
|
14
|
+
</g>
|
|
15
|
+
</g>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
</g>
|
|
19
|
+
</svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M115.147.062a13 13 0 0 1 4.94.945c1.55.63 2.907 1.526 4.069 2.688a13.148 13.148 0 0 1 2.761 4.069c.678 1.55 1.017 3.245 1.017 5.086v102.3c0 3.681-1.187 6.733-3.56 9.155-2.373 2.422-5.352 3.633-8.937 3.633H12.992c-3.875 0-7-1.26-9.373-3.779-2.373-2.518-3.56-5.667-3.56-9.445V12.704c0-3.39 1.163-6.345 3.488-8.863C5.872 1.32 8.972.062 12.847.062h102.3zM81.434 109.047c1.744 0 3.003-.412 3.778-1.235.775-.824 1.163-1.914 1.163-3.27 0-1.26-.388-2.325-1.163-3.197-.775-.872-2.034-1.307-3.778-1.307H72.57c.097-.194.145-.485.145-.872V27.09h9.01c1.743 0 2.954-.436 3.633-1.308.678-.872 1.017-1.938 1.017-3.197 0-1.26-.34-2.325-1.017-3.197-.679-.872-1.89-1.308-3.633-1.308H46.268c-1.743 0-2.954.436-3.632 1.308-.678.872-1.018 1.938-1.018 3.197 0 1.26.34 2.325 1.018 3.197.678.872 1.889 1.308 3.632 1.308h8.138v72.075c0 .193.024.339.073.436.048.096.072.242.072.436H46.56c-1.744 0-3.003.435-3.778 1.307-.775.872-1.163 1.938-1.163 3.197 0 1.356.388 2.446 1.163 3.27.775.823 2.034 1.235 3.778 1.235h34.875z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M83.287 103.01c-1.57-3.84-6.778-10.414-15.447-19.548-2.327-2.444-2.182-4.306-1.338-9.862v-.64c.553-3.81 1.513-6.05 14.313-8.087 6.516-1.018 8.203 1.57 10.589 5.178l.785 1.193a12.625 12.625 0 0 0 6.43 5.207c1.134.524 2.53 1.164 4.421 2.24 4.596 2.53 4.596 5.41 4.596 11.753v.727a26.91 26.91 0 0 1-5.178 17.454 59.055 59.055 0 0 1-19.025 11.026c3.49-6.546.814-14.313 0-16.553l-.146-.087zM64 5.12a58.502 58.502 0 0 1 25.484 5.818 54.313 54.313 0 0 0-12.859 10.327c-.93 1.28-1.716 2.473-2.472 3.579-2.444 3.694-3.637 5.352-5.818 5.614a25.105 25.105 0 0 1-4.219 0c-4.276-.29-10.094-.64-11.956 4.422-1.193 3.23-1.396 11.956 2.444 16.495.66 1.077.778 2.4.32 3.578a7.01 7.01 0 0 1-2.066 3.229 18.938 18.938 0 0 1-2.909-2.91 18.91 18.91 0 0 0-8.32-6.603c-1.25-.349-2.647-.64-3.985-.93-3.782-.786-8.03-1.688-9.019-3.812a14.895 14.895 0 0 1-.727-5.818 21.935 21.935 0 0 0-1.396-9.25 8.873 8.873 0 0 0-5.557-4.946A58.705 58.705 0 0 1 64 5.12zM0 64c0 35.346 28.654 64 64 64 35.346 0 64-28.654 64-64 0-35.346-28.654-64-64-64C28.654 0 0 28.654 0 64z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg width="128" height="128" xmlns="http://www.w3.org/2000/svg"><path d="M84.742 36.8c2.398 7.2 5.595 12.8 11.19 18.4 4.795-4.8 7.992-11.2 10.39-18.4h-21.58zm-52.748 40h20.78l-10.39-28-10.39 28z"/><path d="M111.916 0H16.009C7.218 0 .025 7.2.025 16v96c0 8.8 7.193 16 15.984 16h95.907c8.791 0 15.984-7.2 15.984-16V16c0-8.8-6.394-16-15.984-16zM72.754 103.2c-1.598 1.6-3.197 1.6-4.795 1.6-.8 0-2.398 0-3.197-.8-.8-.8-1.599 0-1.599-.8s-.799-1.6-1.598-3.2c-.8-1.6-.8-2.4-1.599-4l-3.196-8.8H28.797L25.6 96c-1.598 3.2-2.398 5.6-3.197 7.2-.8 1.6-2.398 1.6-4.795 1.6-1.599 0-3.197-.8-4.796-1.6-1.598-1.6-2.397-2.4-2.397-4 0-.8 0-1.6.799-3.2.8-1.6.8-2.4 1.598-4l17.583-44.8c.8-1.6.8-3.2 1.599-4.8.799-1.6 1.598-3.2 2.397-4 .8-.8 1.599-2.4 3.197-3.2 1.599-.8 3.197-.8 4.796-.8 1.598 0 3.196 0 4.795.8 1.598.8 2.398 1.6 3.197 3.2.799.8 1.598 2.4 2.397 4 .8 1.6 1.599 3.2 2.398 5.6l17.583 44c1.598 3.2 2.398 5.6 2.398 7.2-.8.8-1.599 2.4-2.398 4zM116.711 72c-8.791-3.2-15.185-7.2-20.78-12-5.594 5.6-12.787 9.6-21.579 12l-2.397-4c8.791-2.4 15.984-5.6 21.579-11.2C87.939 51.2 83.144 44 81.545 36h-7.992v-3.2h21.58c-1.6-2.4-3.198-5.6-4.796-8l2.397-.8c1.599 2.4 3.997 5.6 5.595 8.8h19.98v4h-7.992c-2.397 8-6.393 15.2-11.189 20 5.595 4.8 11.988 8.8 20.78 11.2l-3.197 4z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1599646097985" class="icon" viewBox="0 0 1820 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="7654" data-spm-anchor-id="a313x.7781069.0.i20" width="710.9375" height="400" xmlns:xlink="http://www.w3.org/1999/xlink"><defs><style type="text/css"></style></defs><path d="M1202.441481 75.093333c-3.887407-1.991111-8.154074-2.939259-12.325925-2.939259-5.688889 0-11.377778 1.801481-16.213334 5.30963L612.977778 490.002963c-7.016296 5.12-11.188148 13.368889-11.093334 22.091852 0 8.722963 4.266667 16.877037 11.282963 21.997037l560.924445 405.807407c4.740741 3.413333 10.334815 5.214815 16.023704 5.214815 4.266667 0 8.533333-0.948148 12.42074-3.034074 9.102222-4.645926 14.885926-14.032593 14.885926-24.272593V99.365926c0-10.24-5.783704-19.626667-14.980741-24.272593z" p-id="7655" fill="#cdcdcd"></path></svg>
|