bkui-vue 0.0.1-beta.5 → 0.0.1-beta.52
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 +31 -19
- package/dist/index.cjs.js +57 -0
- package/dist/index.esm.js +20860 -0
- package/dist/index.umd.js +57 -0
- package/lib/alert/alert.d.ts +24 -15
- package/lib/alert/alert.variable.css +33 -0
- package/lib/alert/index.d.ts +180 -0
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/animate-number.d.ts +12 -7
- package/lib/animate-number/index.d.ts +97 -0
- package/lib/animate-number/index.js +1 -1
- package/lib/backtop/backtop.d.ts +27 -13
- package/lib/backtop/backtop.variable.css +33 -0
- package/lib/backtop/index.d.ts +166 -0
- package/lib/backtop/index.js +1 -1
- package/lib/badge/badge.d.ts +40 -19
- package/lib/badge/badge.variable.css +33 -0
- package/lib/badge/index.d.ts +217 -0
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
- package/lib/breadcrumb/breadcrumb.css +10 -1
- package/lib/breadcrumb/breadcrumb.d.ts +37 -9
- package/lib/breadcrumb/breadcrumb.less +13 -2
- package/lib/breadcrumb/breadcrumb.variable.css +43 -1
- package/lib/breadcrumb/index.d.ts +194 -0
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button-group.d.ts +3 -5
- package/lib/button/button.css +41 -21
- package/lib/button/button.d.ts +66 -30
- package/lib/button/button.less +44 -29
- package/lib/button/button.variable.css +74 -21
- package/lib/button/index.d.ts +237 -0
- package/lib/button/index.js +1 -1
- package/lib/card/card.d.ts +30 -15
- package/lib/card/card.variable.css +33 -0
- package/lib/card/index.d.ts +187 -0
- package/lib/card/index.js +1 -1
- package/lib/checkbox/checkbox-group.d.ts +13 -9
- package/lib/checkbox/checkbox.css +12 -0
- package/lib/checkbox/checkbox.d.ts +33 -30
- package/lib/checkbox/checkbox.less +17 -0
- package/lib/checkbox/checkbox.variable.css +45 -0
- package/lib/checkbox/common.d.ts +3 -3
- package/lib/checkbox/index.d.ts +253 -0
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +9 -12
- package/lib/code-diff/code-diff.css +186 -0
- package/lib/code-diff/code-diff.d.ts +80 -0
- package/lib/code-diff/code-diff.less +238 -0
- package/lib/code-diff/code-diff.variable.css +280 -0
- package/lib/code-diff/index.d.ts +154 -0
- package/lib/code-diff/index.js +1 -0
- package/lib/collapse/collapse.css +8 -0
- package/lib/collapse/collapse.d.ts +50 -18
- package/lib/collapse/collapse.less +10 -0
- package/lib/collapse/collapse.variable.css +8 -0
- package/lib/collapse/index.d.ts +166 -0
- package/lib/collapse/index.js +1 -1
- package/lib/components.d.ts +41 -0
- package/lib/components.js +1 -0
- package/lib/date-picker/date-picker.css +407 -0
- package/lib/date-picker/date-picker.d.ts +294 -0
- package/lib/date-picker/date-picker.less +526 -0
- package/lib/date-picker/date-picker.variable.css +501 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +713 -0
- package/lib/date-picker/index.js +1 -0
- package/lib/date-picker/interface.d.ts +22 -0
- package/lib/date-picker/props.d.ts +111 -0
- package/lib/date-picker/utils.d.ts +97 -0
- package/lib/dialog/dialog.css +34 -0
- package/lib/dialog/dialog.d.ts +132 -30
- package/lib/dialog/dialog.less +6 -0
- package/lib/dialog/dialog.variable.css +34 -0
- package/lib/dialog/index.d.ts +441 -0
- package/lib/dialog/index.js +1 -1
- package/lib/directives/clickoutside.d.ts +3 -0
- package/lib/directives/index.d.ts +3 -0
- package/lib/directives/index.js +2 -15
- package/lib/directives/index.js.LICENSE.txt +14 -0
- package/lib/directives/tooltips.d.ts +16 -0
- package/lib/divider/divider.css +38 -0
- package/lib/divider/divider.d.ts +48 -0
- package/lib/divider/divider.less +53 -0
- package/lib/divider/divider.variable.css +132 -0
- package/lib/divider/index.d.ts +142 -0
- package/lib/divider/index.js +1 -0
- package/lib/divider/props.d.ts +21 -0
- package/lib/dropdown/dropdown-item.d.ts +19 -0
- package/lib/dropdown/dropdown-menu.d.ts +16 -0
- package/lib/dropdown/dropdown.css +43 -0
- package/lib/dropdown/dropdown.d.ts +63 -0
- package/lib/dropdown/dropdown.less +54 -0
- package/lib/dropdown/dropdown.variable.css +137 -0
- package/lib/dropdown/index.d.ts +200 -0
- package/lib/dropdown/index.js +1 -0
- package/lib/exception/exception.d.ts +11 -9
- package/lib/exception/exception.variable.css +33 -0
- package/lib/exception/index.d.ts +96 -0
- package/lib/exception/index.js +1 -1
- package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
- package/lib/fixed-navbar/fixed-navbar.variable.css +33 -0
- package/lib/fixed-navbar/index.d.ts +112 -0
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/common.d.ts +3 -0
- package/lib/form/compose-form-item.d.ts +16 -0
- package/lib/form/form-item.d.ts +145 -0
- package/lib/form/form.css +110 -0
- package/lib/form/form.d.ts +64 -0
- package/lib/form/form.less +138 -0
- package/lib/form/form.variable.css +204 -0
- package/lib/form/index.d.ts +262 -0
- package/lib/form/index.js +1 -0
- package/lib/form/type.d.ts +21 -0
- package/lib/form/validator.d.ts +8 -0
- package/lib/icon/angle-double-down-line.d.ts +4 -0
- package/lib/icon/angle-double-down-line.js +1 -0
- package/lib/icon/angle-double-left-line.d.ts +4 -0
- package/lib/icon/angle-double-left-line.js +1 -0
- package/lib/icon/angle-double-left.d.ts +4 -0
- package/lib/icon/angle-double-left.js +1 -0
- package/lib/icon/angle-double-right-line.d.ts +4 -0
- package/lib/icon/angle-double-right-line.js +1 -0
- package/lib/icon/angle-double-right.d.ts +4 -0
- package/lib/icon/angle-double-right.js +1 -0
- package/lib/icon/angle-double-up-line.d.ts +4 -0
- package/lib/icon/angle-double-up-line.js +1 -0
- package/lib/icon/angle-down-fill.d.ts +4 -0
- package/lib/icon/angle-down-fill.js +1 -0
- package/lib/icon/angle-down-line.d.ts +4 -0
- package/lib/icon/angle-down-line.js +1 -0
- package/lib/icon/angle-down.d.ts +4 -0
- package/lib/icon/angle-down.js +1 -0
- package/lib/icon/angle-left.d.ts +4 -0
- package/lib/icon/angle-left.js +1 -0
- package/lib/icon/angle-right.d.ts +4 -0
- package/lib/icon/angle-right.js +1 -0
- package/lib/icon/angle-up-fill.d.ts +4 -0
- package/lib/icon/angle-up-fill.js +1 -0
- package/lib/icon/angle-up.d.ts +4 -0
- package/lib/icon/angle-up.js +1 -0
- package/lib/icon/arrows-left.d.ts +4 -0
- package/lib/icon/arrows-left.js +1 -0
- package/lib/icon/arrows-right.d.ts +4 -0
- package/lib/icon/arrows-right.js +1 -0
- package/lib/icon/bk.d.ts +4 -0
- package/lib/icon/bk.js +1 -0
- package/lib/icon/circle.d.ts +4 -0
- package/lib/icon/circle.js +1 -0
- package/lib/icon/close.d.ts +4 -0
- package/lib/icon/close.js +1 -0
- package/lib/icon/code.d.ts +4 -0
- package/lib/icon/code.js +1 -0
- package/lib/icon/cog-shape.d.ts +4 -0
- package/lib/icon/cog-shape.js +1 -0
- package/lib/icon/collapse-left.d.ts +4 -0
- package/lib/icon/collapse-left.js +1 -0
- package/lib/icon/copy.d.ts +4 -0
- package/lib/icon/copy.js +1 -0
- package/lib/icon/done.d.ts +4 -0
- package/lib/icon/done.js +1 -0
- package/lib/icon/down-shape.d.ts +4 -0
- package/lib/icon/down-shape.js +1 -0
- package/lib/icon/down-small.d.ts +4 -0
- package/lib/icon/down-small.js +1 -0
- package/lib/icon/ellipsis.d.ts +4 -0
- package/lib/icon/ellipsis.js +1 -0
- package/lib/icon/error.d.ts +4 -0
- package/lib/icon/error.js +1 -0
- package/lib/icon/eye.d.ts +4 -0
- package/lib/icon/eye.js +1 -0
- package/lib/icon/folder-open.d.ts +4 -0
- package/lib/icon/folder-open.js +1 -0
- package/lib/icon/folder-shape-open.d.ts +4 -0
- package/lib/icon/folder-shape-open.js +1 -0
- package/lib/icon/folder-shape.d.ts +4 -0
- package/lib/icon/folder-shape.js +1 -0
- package/lib/icon/folder.d.ts +4 -0
- package/lib/icon/folder.js +1 -0
- package/lib/icon/funnel.d.ts +4 -0
- package/lib/icon/funnel.js +1 -0
- package/lib/icon/help-document-fill.d.ts +4 -0
- package/lib/icon/help-document-fill.js +1 -0
- package/lib/icon/help-fill.d.ts +4 -0
- package/lib/icon/help.d.ts +4 -0
- package/lib/icon/help.js +1 -0
- package/lib/icon/icon.d.ts +12 -0
- package/lib/icon/index.d.ts +54 -0
- package/lib/icon/index.js +1 -15
- package/lib/icon/info-line.d.ts +4 -0
- package/lib/icon/info-line.js +1 -0
- package/lib/icon/info.d.ts +4 -0
- package/lib/icon/info.js +1 -0
- package/lib/icon/left-shape.d.ts +4 -0
- package/lib/icon/left-shape.js +1 -0
- package/lib/icon/play-shape.d.ts +4 -0
- package/lib/icon/play-shape.js +1 -0
- package/lib/icon/plus.d.ts +4 -0
- package/lib/icon/plus.js +1 -0
- package/lib/icon/qq.d.ts +4 -0
- package/lib/icon/qq.js +1 -0
- package/lib/icon/right-shape.d.ts +4 -0
- package/lib/icon/right-shape.js +1 -0
- package/lib/icon/search.d.ts +4 -0
- package/lib/icon/search.js +1 -0
- package/lib/icon/share.d.ts +4 -0
- package/lib/icon/share.js +1 -0
- package/lib/icon/spinner.d.ts +4 -0
- package/lib/icon/spinner.js +1 -0
- package/lib/icon/success.d.ts +4 -0
- package/lib/icon/success.js +1 -0
- package/lib/icon/switcher-loading.d.ts +4 -0
- package/lib/icon/switcher-loading.js +1 -0
- package/lib/icon/text-file.d.ts +4 -0
- package/lib/icon/text-file.js +1 -0
- package/lib/icon/tree-application-shape.d.ts +4 -0
- package/lib/icon/tree-application-shape.js +1 -0
- package/lib/icon/unvisible.d.ts +4 -0
- package/lib/icon/unvisible.js +1 -0
- package/lib/icon/up-shape.d.ts +4 -0
- package/lib/icon/up-shape.js +1 -0
- package/lib/icon/warn.d.ts +4 -0
- package/lib/icon/warn.js +1 -0
- package/lib/icon/weixin.d.ts +4 -0
- package/lib/icon/weixin.js +1 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +1 -0
- package/lib/input/index.d.ts +451 -0
- package/lib/input/index.js +1 -15
- package/lib/input/input.css +66 -4
- package/lib/input/input.d.ts +122 -47
- package/lib/input/input.less +84 -8
- package/lib/input/input.variable.css +100 -4
- package/lib/link/index.d.ts +164 -0
- package/lib/link/index.js +1 -1
- package/lib/link/link.d.ts +25 -13
- package/lib/link/link.variable.css +33 -0
- package/lib/loading/index.d.ts +172 -0
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.css +110 -73
- package/lib/loading/loading.d.ts +67 -20
- package/lib/loading/loading.less +75 -58
- package/lib/loading/loading.variable.css +143 -73
- package/lib/menu/index.d.ts +188 -0
- package/lib/menu/index.js +1 -0
- package/lib/menu/menu-group.d.ts +14 -0
- package/lib/menu/menu-item.d.ts +16 -0
- package/lib/menu/menu.css +182 -0
- package/lib/menu/menu.d.ts +64 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +276 -0
- package/lib/menu/submenu.css +3 -0
- package/lib/menu/submenu.d.ts +22 -0
- package/lib/menu/submenu.less +5 -0
- package/lib/menu/submenu.variable.css +97 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/index.d.ts +2 -0
- package/lib/message/index.js +1 -0
- package/lib/message/message.css +62 -0
- package/lib/message/message.less +72 -0
- package/lib/message/message.variable.css +156 -0
- package/lib/message/messageConstructor.d.ts +106 -0
- package/lib/modal/index.d.ts +362 -0
- package/lib/modal/index.js +1 -1
- package/lib/modal/modal.css +20 -0
- package/lib/modal/modal.d.ts +91 -15
- package/lib/modal/modal.less +27 -0
- package/lib/modal/modal.variable.css +20 -0
- package/lib/modal/props.mixin.d.ts +31 -1
- package/lib/navigation/index.d.ts +2 -0
- package/lib/navigation/index.js +1 -0
- package/lib/navigation/navigation-title.d.ts +25 -0
- package/lib/navigation/navigation.css +184 -0
- package/lib/navigation/navigation.d.ts +111 -0
- package/lib/navigation/navigation.less +210 -0
- package/lib/navigation/navigation.variable.css +278 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/index.js +1 -0
- package/lib/notify/notify.css +49 -0
- package/lib/notify/notify.less +58 -0
- package/lib/notify/notify.variable.css +143 -0
- package/lib/notify/notifyConstructor.d.ts +91 -0
- package/lib/pagination/index.d.ts +395 -0
- package/lib/pagination/index.js +1 -0
- package/lib/pagination/pagination.css +179 -0
- package/lib/pagination/pagination.d.ts +220 -0
- package/lib/pagination/pagination.less +201 -0
- package/lib/pagination/pagination.variable.css +273 -0
- package/lib/pagination/type.d.ts +6 -0
- package/lib/pagination/use-limit.d.ts +8 -0
- package/lib/pagination/use-list.d.ts +8 -0
- package/lib/pagination/use-small-list.d.ts +5 -0
- package/lib/pagination/use-total.d.ts +5 -0
- package/lib/popover/index.d.ts +318 -0
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.css +23 -14
- package/lib/popover/popover.d.ts +90 -46
- package/lib/popover/popover.less +57 -46
- package/lib/popover/popover.variable.css +56 -14
- package/lib/popover/props.d.ts +89 -0
- package/lib/preset.d.ts +7 -0
- package/lib/preset.js +1 -0
- package/lib/process/index.d.ts +205 -0
- package/lib/process/index.js +1 -0
- package/lib/process/process.css +138 -0
- package/lib/process/process.d.ts +131 -0
- package/lib/process/process.less +178 -0
- package/lib/process/process.variable.css +232 -0
- package/lib/progress/index.d.ts +398 -0
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.css +0 -3
- package/lib/progress/progress.d.ts +88 -35
- package/lib/progress/progress.less +0 -4
- package/lib/progress/progress.variable.css +33 -3
- package/lib/radio/common.d.ts +5 -5
- package/lib/radio/index.d.ts +278 -0
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio-button.d.ts +29 -20
- package/lib/radio/radio-group.d.ts +11 -10
- package/lib/radio/radio.css +8 -2
- package/lib/radio/radio.d.ts +27 -17
- package/lib/radio/radio.less +9 -2
- package/lib/radio/radio.variable.css +41 -2
- package/lib/radio/type.d.ts +10 -5
- package/lib/rate/index.d.ts +113 -0
- package/lib/rate/index.js +1 -1
- package/lib/rate/rate.d.ts +13 -10
- package/lib/rate/star.d.ts +33 -16
- package/lib/resize-layout/index.d.ts +336 -0
- package/lib/resize-layout/index.js +1 -0
- package/lib/resize-layout/resize-layout.css +189 -0
- package/lib/resize-layout/resize-layout.d.ts +127 -0
- package/lib/resize-layout/resize-layout.less +233 -0
- package/lib/resize-layout/resize-layout.variable.css +283 -0
- package/lib/select/common.d.ts +23 -17
- package/lib/select/index.d.ts +1377 -0
- package/lib/select/index.js +1 -1
- package/lib/select/option.d.ts +12 -19
- package/lib/select/optionGroup.d.ts +54 -0
- package/lib/select/select.css +248 -17
- package/lib/select/select.d.ts +282 -156
- package/lib/select/select.less +251 -46
- package/lib/select/select.variable.css +281 -17
- package/lib/select/type.d.ts +31 -0
- package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
- package/lib/shared/index.d.ts +52 -0
- package/lib/shared/index.js +1 -1
- package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +32 -3
- package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +8 -1
- package/lib/shared/{bk-popover.d.ts → popover.d.ts} +57 -6
- package/lib/shared/utils.d.ts +6 -0
- package/lib/shared/vue-types.d.ts +8 -7
- package/lib/shared/z-index-manager.d.ts +6 -1
- package/lib/sideslider/index.d.ts +328 -0
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.d.ts +97 -18
- package/lib/sideslider/sideslider.variable.css +33 -0
- package/{changelog.config.js → lib/slider/index.d.ts} +2 -8
- package/lib/slider/index.js +1 -0
- package/lib/slider/slider-button.d.ts +80 -0
- package/lib/slider/slider.css +149 -0
- package/lib/slider/slider.d.ts +201 -0
- package/lib/slider/slider.less +179 -0
- package/lib/slider/slider.variable.css +243 -0
- package/lib/steps/index.d.ts +250 -0
- package/lib/steps/index.js +1 -0
- package/lib/steps/steps.css +288 -0
- package/lib/steps/steps.d.ts +161 -0
- package/lib/steps/steps.less +324 -0
- package/lib/steps/steps.variable.css +382 -0
- package/lib/styles/index.d.ts +47 -0
- package/lib/styles/mixins/popper.css +43 -0
- package/lib/styles/mixins/popper.less +52 -0
- package/lib/styles/mixins/popper.variable.css +43 -0
- package/lib/styles/mixins/size.less +9 -0
- package/lib/styles/reset.css +273 -0
- package/lib/styles/reset.less +313 -0
- package/lib/styles/reset.variable.css +273 -0
- package/lib/styles/themes/themes.less +53 -2
- package/lib/swiper/index.d.ts +181 -0
- package/lib/swiper/index.js +1 -0
- package/lib/swiper/swiper.css +91 -0
- package/lib/swiper/swiper.d.ts +65 -0
- package/lib/swiper/swiper.less +107 -0
- package/lib/swiper/swiper.variable.css +91 -0
- package/lib/switcher/index.d.ts +286 -0
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.css +149 -135
- package/lib/switcher/switcher.d.ts +48 -32
- package/lib/switcher/switcher.less +211 -153
- package/lib/switcher/switcher.variable.css +182 -135
- package/lib/tab/index.d.ts +443 -0
- package/lib/tab/index.js +1 -0
- package/lib/tab/props.d.ts +191 -0
- package/lib/tab/tab-nav.d.ts +165 -0
- package/lib/tab/tab-panel.d.ts +73 -0
- package/lib/tab/tab.css +148 -0
- package/lib/tab/tab.d.ts +140 -0
- package/lib/tab/tab.less +222 -0
- package/lib/tab/tab.variable.css +242 -0
- package/lib/table/const.d.ts +4 -0
- package/lib/table/index.d.ts +306 -0
- package/lib/table/index.js +1 -1
- package/lib/table/plugins/head-filter.css +68 -0
- package/lib/table/plugins/head-filter.less +83 -0
- package/lib/table/plugins/head-filter.variable.css +162 -0
- package/lib/table/plugins/head-sort.css +22 -0
- package/lib/table/plugins/head-sort.less +28 -0
- package/lib/table/plugins/head-sort.variable.css +116 -0
- package/lib/table/props.d.ts +143 -0
- package/lib/table/render.d.ts +110 -0
- package/lib/table/table.css +192 -0
- package/lib/table/table.d.ts +89 -36
- package/lib/table/table.less +131 -2
- package/lib/table/table.variable.css +225 -0
- package/lib/table/use-common.d.ts +17 -0
- package/lib/table/utils.d.ts +83 -0
- package/lib/tag/index.d.ts +229 -0
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.css +97 -0
- package/lib/tag/tag.d.ts +83 -53
- package/lib/tag/tag.less +110 -2
- package/lib/tag/tag.variable.css +130 -0
- package/lib/tag-input/common.d.ts +24 -0
- package/lib/tag-input/index.d.ts +2 -0
- package/lib/tag-input/index.js +1 -0
- package/lib/tag-input/list-tag-render.d.ts +47 -0
- package/lib/tag-input/tag-input.css +208 -0
- package/lib/tag-input/tag-input.d.ts +374 -0
- package/lib/tag-input/tag-input.less +250 -0
- package/lib/tag-input/tag-input.variable.css +302 -0
- package/lib/tag-input/tag-props.d.ts +131 -0
- package/lib/tag-input/tag-render.d.ts +38 -0
- package/lib/timeline/index.d.ts +129 -0
- package/lib/timeline/index.js +1 -0
- package/lib/timeline/timeline.css +235 -0
- package/lib/timeline/timeline.d.ts +81 -0
- package/lib/timeline/timeline.less +239 -0
- package/lib/timeline/timeline.variable.css +329 -0
- package/lib/transfer/index.d.ts +351 -0
- package/lib/transfer/index.js +1 -0
- package/lib/transfer/transfer.css +158 -0
- package/lib/transfer/transfer.d.ts +185 -0
- package/lib/transfer/transfer.less +171 -0
- package/lib/transfer/transfer.variable.css +252 -0
- package/lib/tree/index.d.ts +287 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/props.d.ts +89 -0
- package/lib/tree/tree.css +50 -0
- package/lib/tree/tree.d.ts +111 -0
- package/lib/tree/tree.less +63 -0
- package/lib/tree/tree.variable.css +144 -0
- package/lib/tree/util.d.ts +70 -0
- package/lib/use-form.d.ts +3 -0
- package/lib/use-message.d.ts +2 -0
- package/lib/virtual-render/index.d.ts +556 -0
- package/lib/virtual-render/index.js +1 -0
- package/lib/virtual-render/props.d.ts +157 -0
- package/lib/virtual-render/v-virtual-render.d.ts +7 -0
- package/lib/virtual-render/virtual-render.css +33 -0
- package/lib/virtual-render/virtual-render.d.ts +244 -0
- package/lib/virtual-render/virtual-render.less +43 -0
- package/lib/virtual-render/virtual-render.variable.css +33 -0
- package/package.json +100 -80
- package/dist/bkui-vue.cjs.js +0 -4887
- package/dist/bkui-vue.esm.js +0 -4883
- package/dist/bkui-vue.umd.js +0 -4890
- package/dist/style.css +0 -2009
- package/lib/checkbox-group/index.js +0 -1
- package/lib/radio-button/index.js +0 -1
- package/lib/radio-group/index.js +0 -1
- package/lib/styles/index.js +0 -1
- package/lib/table/common.d.ts +0 -3
- package/lib/table/table-layout.d.ts +0 -14
- package/lib/table/type.d.ts +0 -12
package/dist/style.css
DELETED
@@ -1,2009 +0,0 @@
|
|
1
|
-
.bk-alert {
|
2
|
-
position: relative;
|
3
|
-
font-size: 12px;
|
4
|
-
color: #63656e;
|
5
|
-
text-align: left;
|
6
|
-
word-wrap: break-word;
|
7
|
-
border: 1px solid;
|
8
|
-
border-radius: 2px;
|
9
|
-
}
|
10
|
-
.bk-alert .bk-alert-icon-info {
|
11
|
-
margin-right: 8px;
|
12
|
-
font-size: 16px;
|
13
|
-
}
|
14
|
-
.bk-alert .icon-close {
|
15
|
-
font-size: 17px;
|
16
|
-
}
|
17
|
-
.bk-alert-wraper {
|
18
|
-
display: flex;
|
19
|
-
padding: 8px 10px;
|
20
|
-
}
|
21
|
-
.bk-alert-info {
|
22
|
-
background-color: #f0f8ff;
|
23
|
-
border-color: #c5daff;
|
24
|
-
}
|
25
|
-
.bk-alert-info .bk-alert-icon-info {
|
26
|
-
color: #3a84ff;
|
27
|
-
}
|
28
|
-
.bk-alert-success {
|
29
|
-
background-color: #f2fff4;
|
30
|
-
border-color: #94f5a4;
|
31
|
-
}
|
32
|
-
.bk-alert-success .bk-alert-icon-info {
|
33
|
-
color: #2dcb56;
|
34
|
-
}
|
35
|
-
.bk-alert-warning {
|
36
|
-
background-color: #fff4e2;
|
37
|
-
border-color: #ffdfac;
|
38
|
-
}
|
39
|
-
.bk-alert-warning .bk-alert-icon-info {
|
40
|
-
color: #ff9c01;
|
41
|
-
}
|
42
|
-
.bk-alert-error {
|
43
|
-
background-color: #ffeded;
|
44
|
-
border-color: #ffd2d2;
|
45
|
-
}
|
46
|
-
.bk-alert-error .bk-alert-icon-info {
|
47
|
-
color: #ea3636;
|
48
|
-
}
|
49
|
-
.bk-alert-content {
|
50
|
-
display: flex;
|
51
|
-
flex: 1;
|
52
|
-
flex-direction: column;
|
53
|
-
overflow: hidden;
|
54
|
-
}
|
55
|
-
.bk-alert-title {
|
56
|
-
line-height: 16px;
|
57
|
-
}
|
58
|
-
.bk-alert-close {
|
59
|
-
padding: 8px 12px 0 6px;
|
60
|
-
margin-top: -8px;
|
61
|
-
margin-right: -10px;
|
62
|
-
font-size: 12px;
|
63
|
-
white-space: nowrap;
|
64
|
-
cursor: pointer;
|
65
|
-
}
|
66
|
-
.bk-alert-leave-leave {
|
67
|
-
opacity: 1;
|
68
|
-
}
|
69
|
-
.bk-alert-leave-leave-active {
|
70
|
-
overflow: hidden;
|
71
|
-
transition: opacity 0.15s, height 0.2s;
|
72
|
-
}
|
73
|
-
.bk-alert-leave-leave-to {
|
74
|
-
opacity: 0;
|
75
|
-
}
|
76
|
-
@keyframes loading-scale-animate {
|
77
|
-
0% {
|
78
|
-
transform: scale(1);
|
79
|
-
}
|
80
|
-
100% {
|
81
|
-
transform: scale(0.6);
|
82
|
-
}
|
83
|
-
}
|
84
|
-
@keyframes fade {
|
85
|
-
100% {
|
86
|
-
background-color: transparent;
|
87
|
-
}
|
88
|
-
}
|
89
|
-
.bk-fade-transtion .bk-fade-enter-active,
|
90
|
-
.bk-fade-transtion .bk-fade-leave-active {
|
91
|
-
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
92
|
-
}
|
93
|
-
.bk-fade-transtion .bk-fade-enter,
|
94
|
-
.bk-fade-transtion .bk-fade-leave-to {
|
95
|
-
opacity: 0;
|
96
|
-
}
|
97
|
-
.bk-backtop {
|
98
|
-
position: fixed;
|
99
|
-
display: flex;
|
100
|
-
width: 52px;
|
101
|
-
height: 52px;
|
102
|
-
cursor: pointer;
|
103
|
-
background: #fff;
|
104
|
-
border-radius: 50%;
|
105
|
-
opacity: 1;
|
106
|
-
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.1);
|
107
|
-
align-items: center;
|
108
|
-
justify-content: center;
|
109
|
-
}
|
110
|
-
.bk-fade-enter-active,
|
111
|
-
.bk-fade-leave-active {
|
112
|
-
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
113
|
-
}
|
114
|
-
.bk-fade-enter,
|
115
|
-
.bk-fade-leave-to {
|
116
|
-
opacity: 0;
|
117
|
-
}
|
118
|
-
.bk-badge-main {
|
119
|
-
position: relative;
|
120
|
-
display: inline-block;
|
121
|
-
}
|
122
|
-
.bk-badge-main .bk-badge {
|
123
|
-
position: relative;
|
124
|
-
display: inline-block;
|
125
|
-
height: 16px;
|
126
|
-
padding: 1px 5px;
|
127
|
-
font-size: 12px;
|
128
|
-
line-height: 16px;
|
129
|
-
text-align: center;
|
130
|
-
background-color: white;
|
131
|
-
border-radius: 18px;
|
132
|
-
}
|
133
|
-
.bk-badge-main .bk-badge.pinned {
|
134
|
-
position: absolute;
|
135
|
-
}
|
136
|
-
.bk-badge-main .bk-badge.pinned.top-right {
|
137
|
-
top: 0;
|
138
|
-
right: 0;
|
139
|
-
transform: translate(50%, -50%) scale(1, 1);
|
140
|
-
}
|
141
|
-
.bk-badge-main .bk-badge.pinned.top-right.fade-center-enter,
|
142
|
-
.bk-badge-main .bk-badge.pinned.top-right.fade-center-leave-active {
|
143
|
-
opacity: 0;
|
144
|
-
transform: translate(50%, -50%) scale(0, 0);
|
145
|
-
}
|
146
|
-
.bk-badge-main .bk-badge.pinned.right {
|
147
|
-
top: 50%;
|
148
|
-
right: 0%;
|
149
|
-
transform: translate(100%, -50%) scale(1, 1);
|
150
|
-
}
|
151
|
-
.bk-badge-main .bk-badge.pinned.right.fade-center-enter,
|
152
|
-
.bk-badge-main .bk-badge.pinned.right.fade-center-leave-active {
|
153
|
-
opacity: 0;
|
154
|
-
transform: translate(50%, -50%) scale(0, 0);
|
155
|
-
}
|
156
|
-
.bk-badge-main .bk-badge.pinned.bottom-right {
|
157
|
-
right: 0;
|
158
|
-
bottom: 0;
|
159
|
-
transform: translate(50%, 50%) scale(1, 1);
|
160
|
-
}
|
161
|
-
.bk-badge-main .bk-badge.pinned.bottom-right.fade-center-enter,
|
162
|
-
.bk-badge-main .bk-badge.pinned.bottom-right.fade-center-leave-active {
|
163
|
-
opacity: 0;
|
164
|
-
transform: translate(50%, 50%) scale(0, 0);
|
165
|
-
}
|
166
|
-
.bk-badge-main .bk-badge.pinned.top-left {
|
167
|
-
top: 0;
|
168
|
-
left: 0;
|
169
|
-
transform: translate(-50%, -50%) scale(1, 1);
|
170
|
-
}
|
171
|
-
.bk-badge-main .bk-badge.pinned.top-left.fade-center-enter,
|
172
|
-
.bk-badge-main .bk-badge.pinned.top-left.fade-center-leave-active {
|
173
|
-
opacity: 0;
|
174
|
-
transform: translate(-50%, -50%) scale(0, 0);
|
175
|
-
}
|
176
|
-
.bk-badge-main .bk-badge.pinned.bottom-left {
|
177
|
-
bottom: 0;
|
178
|
-
left: 0;
|
179
|
-
transform: translate(-50%, 50%) scale(1, 1);
|
180
|
-
}
|
181
|
-
.bk-badge-main .bk-badge.pinned.bottom-left.fade-center-enter,
|
182
|
-
.bk-badge-main .bk-badge.pinned.bottom-left.fade-center-leave-active {
|
183
|
-
opacity: 0;
|
184
|
-
transform: translate(-50%, 50%) scale(0, 0);
|
185
|
-
}
|
186
|
-
.bk-badge-main .bk-badge.bk-danger {
|
187
|
-
color: white;
|
188
|
-
background-color: #ea3636;
|
189
|
-
border: 2px solid white;
|
190
|
-
}
|
191
|
-
.bk-badge-main .bk-badge.bk-danger.is-icon {
|
192
|
-
color: #ea3636;
|
193
|
-
background-color: white;
|
194
|
-
border-color: white;
|
195
|
-
}
|
196
|
-
.bk-badge-main .bk-badge.bk-warning {
|
197
|
-
color: white;
|
198
|
-
background-color: #ff9c01;
|
199
|
-
border: 2px solid white;
|
200
|
-
}
|
201
|
-
.bk-badge-main .bk-badge.bk-warning.is-icon {
|
202
|
-
color: #ff9c01;
|
203
|
-
background-color: white;
|
204
|
-
border-color: white;
|
205
|
-
}
|
206
|
-
.bk-badge-main .bk-badge.bk-success {
|
207
|
-
color: white;
|
208
|
-
background-color: #2dcb56;
|
209
|
-
border: 2px solid white;
|
210
|
-
}
|
211
|
-
.bk-badge-main .bk-badge.bk-success.is-icon {
|
212
|
-
color: #2dcb56;
|
213
|
-
background-color: white;
|
214
|
-
border-color: white;
|
215
|
-
}
|
216
|
-
.bk-badge-main .bk-badge.bk-primary {
|
217
|
-
color: white;
|
218
|
-
background-color: #3a84ff;
|
219
|
-
border: 2px solid white;
|
220
|
-
}
|
221
|
-
.bk-badge-main .bk-badge.bk-primary.is-icon {
|
222
|
-
color: #3a84ff;
|
223
|
-
background-color: white;
|
224
|
-
border-color: white;
|
225
|
-
}
|
226
|
-
.bk-badge-main .bk-badge.dot {
|
227
|
-
width: 6px;
|
228
|
-
height: 6px;
|
229
|
-
min-width: 6px;
|
230
|
-
padding: 0;
|
231
|
-
border: 1px solid white;
|
232
|
-
}
|
233
|
-
.bk-badge-main .bk-badge.bk-badge-icon {
|
234
|
-
display: inline-block;
|
235
|
-
padding: 0;
|
236
|
-
padding-bottom: 1px;
|
237
|
-
font-size: 16px;
|
238
|
-
}
|
239
|
-
@keyframes loading-scale-animate {
|
240
|
-
0% {
|
241
|
-
transform: scale(1);
|
242
|
-
}
|
243
|
-
100% {
|
244
|
-
transform: scale(0.6);
|
245
|
-
}
|
246
|
-
}
|
247
|
-
@keyframes fade {
|
248
|
-
100% {
|
249
|
-
background-color: transparent;
|
250
|
-
}
|
251
|
-
}
|
252
|
-
.bk-fade-transtion .bk-fade-enter-active,
|
253
|
-
.bk-fade-transtion .bk-fade-leave-active {
|
254
|
-
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
255
|
-
}
|
256
|
-
.bk-fade-transtion .bk-fade-enter,
|
257
|
-
.bk-fade-transtion .bk-fade-leave-to {
|
258
|
-
opacity: 0;
|
259
|
-
}
|
260
|
-
.bk-breadcrumb {
|
261
|
-
display: flex;
|
262
|
-
font-size: 14px;
|
263
|
-
color: #979ba5;
|
264
|
-
align-items: center;
|
265
|
-
}
|
266
|
-
.bk-breadcrumb::after {
|
267
|
-
clear: both;
|
268
|
-
}
|
269
|
-
.bk-breadcrumb-separator {
|
270
|
-
margin: 0 9px;
|
271
|
-
font-weight: bold;
|
272
|
-
}
|
273
|
-
.bk-breadcrumb-separator[class*=icon] {
|
274
|
-
margin: 0 6px;
|
275
|
-
font-weight: normal;
|
276
|
-
}
|
277
|
-
.bk-breadcrumb-item-inner.is-link,
|
278
|
-
.bk-breadcrumb-item-inner a {
|
279
|
-
text-decoration: none;
|
280
|
-
}
|
281
|
-
.bk-breadcrumb-item-inner.is-link:hover,
|
282
|
-
.bk-breadcrumb-item-inner a:hover {
|
283
|
-
color: #0082ff;
|
284
|
-
cursor: pointer;
|
285
|
-
}
|
286
|
-
.bk-breadcrumb-item:last-child {
|
287
|
-
color: #63656e;
|
288
|
-
}
|
289
|
-
.bk-breadcrumb-item:last-child .el-breadcrumb__inner,
|
290
|
-
.bk-breadcrumb-item:last-child .el-breadcrumb__inner a,
|
291
|
-
.bk-breadcrumb-item:last-child .el-breadcrumb__inner:hover,
|
292
|
-
.bk-breadcrumb-item:last-child .el-breadcrumb__inner a:hover {
|
293
|
-
cursor: text;
|
294
|
-
}
|
295
|
-
.bk-breadcrumb-item:last-child .bk-breadcrumb-separator {
|
296
|
-
display: none;
|
297
|
-
}
|
298
|
-
.bk-button {
|
299
|
-
display: inline-block;
|
300
|
-
height: 32px;
|
301
|
-
min-width: 64px;
|
302
|
-
padding: 0 15px;
|
303
|
-
font-size: 14px;
|
304
|
-
color: #63656e;
|
305
|
-
text-align: center;
|
306
|
-
text-decoration: none;
|
307
|
-
white-space: nowrap;
|
308
|
-
vertical-align: middle;
|
309
|
-
cursor: pointer;
|
310
|
-
background-color: white;
|
311
|
-
border: 1px solid #c4c6cc;
|
312
|
-
border-radius: 2px;
|
313
|
-
outline: none;
|
314
|
-
box-sizing: border-box;
|
315
|
-
transition: background-color ease 0.3s;
|
316
|
-
appearance: none;
|
317
|
-
}
|
318
|
-
.bk-button.bk-button-primary {
|
319
|
-
background-color: #3a84ff;
|
320
|
-
color: white;
|
321
|
-
border-color: #3a84ff;
|
322
|
-
}
|
323
|
-
.bk-button.bk-button-primary:hover {
|
324
|
-
background-color: #5594fa;
|
325
|
-
border-color: #5594fa;
|
326
|
-
}
|
327
|
-
.bk-button.bk-button-primary:active {
|
328
|
-
background-color: #2c77f4;
|
329
|
-
border-color: #2c77f4;
|
330
|
-
}
|
331
|
-
.bk-button.bk-button-primary.is-disabled {
|
332
|
-
background-color: #dcdee5;
|
333
|
-
border-color: #dcdee5;
|
334
|
-
}
|
335
|
-
.bk-button.bk-button-primary.is-outline {
|
336
|
-
color: #3a84ff;
|
337
|
-
border-color: #3a84ff;
|
338
|
-
background-color: white;
|
339
|
-
}
|
340
|
-
.bk-button.bk-button-primary.is-outline:hover {
|
341
|
-
background-color: #5594fa;
|
342
|
-
border-color: #5594fa;
|
343
|
-
color: white;
|
344
|
-
}
|
345
|
-
.bk-button.bk-button-primary.is-text {
|
346
|
-
color: #3a84ff;
|
347
|
-
background: none;
|
348
|
-
border: none;
|
349
|
-
}
|
350
|
-
.bk-button.bk-button-primary.is-text:hover {
|
351
|
-
color: #5594fa;
|
352
|
-
}
|
353
|
-
.bk-button.bk-button-hover-primary:hover {
|
354
|
-
background-color: #5594fa;
|
355
|
-
border-color: #5594fa;
|
356
|
-
color: white;
|
357
|
-
}
|
358
|
-
.bk-button.bk-button-warning {
|
359
|
-
background-color: #ff9c01;
|
360
|
-
color: white;
|
361
|
-
border-color: #ff9c01;
|
362
|
-
}
|
363
|
-
.bk-button.bk-button-warning:hover {
|
364
|
-
background-color: #ffb848;
|
365
|
-
border-color: #ffb848;
|
366
|
-
}
|
367
|
-
.bk-button.bk-button-warning:active {
|
368
|
-
background-color: #eb9000;
|
369
|
-
border-color: #eb9000;
|
370
|
-
}
|
371
|
-
.bk-button.bk-button-warning.is-disabled {
|
372
|
-
background-color: #dcdee5;
|
373
|
-
border-color: #dcdee5;
|
374
|
-
}
|
375
|
-
.bk-button.bk-button-warning.is-outline {
|
376
|
-
color: #ff9c01;
|
377
|
-
border-color: #ff9c01;
|
378
|
-
background-color: white;
|
379
|
-
}
|
380
|
-
.bk-button.bk-button-warning.is-outline:hover {
|
381
|
-
background-color: #ffb848;
|
382
|
-
border-color: #ffb848;
|
383
|
-
color: white;
|
384
|
-
}
|
385
|
-
.bk-button.bk-button-warning.is-text {
|
386
|
-
color: #ff9c01;
|
387
|
-
background: none;
|
388
|
-
border: none;
|
389
|
-
}
|
390
|
-
.bk-button.bk-button-warning.is-text:hover {
|
391
|
-
color: #ffb848;
|
392
|
-
}
|
393
|
-
.bk-button.bk-button-hover-warning:hover {
|
394
|
-
background-color: #ffb848;
|
395
|
-
border-color: #ffb848;
|
396
|
-
color: white;
|
397
|
-
}
|
398
|
-
.bk-button.bk-button-success {
|
399
|
-
background-color: #2dcb56;
|
400
|
-
color: white;
|
401
|
-
border-color: #2dcb56;
|
402
|
-
}
|
403
|
-
.bk-button.bk-button-success:hover {
|
404
|
-
background-color: #45e35f;
|
405
|
-
border-color: #45e35f;
|
406
|
-
}
|
407
|
-
.bk-button.bk-button-success:active {
|
408
|
-
background-color: #1ab943;
|
409
|
-
border-color: #1ab943;
|
410
|
-
}
|
411
|
-
.bk-button.bk-button-success.is-disabled {
|
412
|
-
background-color: #dcdee5;
|
413
|
-
border-color: #dcdee5;
|
414
|
-
}
|
415
|
-
.bk-button.bk-button-success.is-outline {
|
416
|
-
color: #2dcb56;
|
417
|
-
border-color: #2dcb56;
|
418
|
-
background-color: white;
|
419
|
-
}
|
420
|
-
.bk-button.bk-button-success.is-outline:hover {
|
421
|
-
background-color: #45e35f;
|
422
|
-
border-color: #45e35f;
|
423
|
-
color: white;
|
424
|
-
}
|
425
|
-
.bk-button.bk-button-success.is-text {
|
426
|
-
color: #2dcb56;
|
427
|
-
background: none;
|
428
|
-
border: none;
|
429
|
-
}
|
430
|
-
.bk-button.bk-button-success.is-text:hover {
|
431
|
-
color: #45e35f;
|
432
|
-
}
|
433
|
-
.bk-button.bk-button-hover-success:hover {
|
434
|
-
background-color: #45e35f;
|
435
|
-
border-color: #45e35f;
|
436
|
-
color: white;
|
437
|
-
}
|
438
|
-
.bk-button.bk-button-danger {
|
439
|
-
background-color: #ea3636;
|
440
|
-
color: white;
|
441
|
-
border-color: #ea3636;
|
442
|
-
}
|
443
|
-
.bk-button.bk-button-danger:hover {
|
444
|
-
background-color: #ff5656;
|
445
|
-
border-color: #ff5656;
|
446
|
-
}
|
447
|
-
.bk-button.bk-button-danger:active {
|
448
|
-
background-color: #db2626;
|
449
|
-
border-color: #db2626;
|
450
|
-
}
|
451
|
-
.bk-button.bk-button-danger.is-disabled {
|
452
|
-
background-color: #dcdee5;
|
453
|
-
border-color: #dcdee5;
|
454
|
-
}
|
455
|
-
.bk-button.bk-button-danger.is-outline {
|
456
|
-
color: #ea3636;
|
457
|
-
border-color: #ea3636;
|
458
|
-
background-color: white;
|
459
|
-
}
|
460
|
-
.bk-button.bk-button-danger.is-outline:hover {
|
461
|
-
background-color: #ff5656;
|
462
|
-
border-color: #ff5656;
|
463
|
-
color: white;
|
464
|
-
}
|
465
|
-
.bk-button.bk-button-danger.is-text {
|
466
|
-
color: #ea3636;
|
467
|
-
background: none;
|
468
|
-
border: none;
|
469
|
-
}
|
470
|
-
.bk-button.bk-button-danger.is-text:hover {
|
471
|
-
color: #ff5656;
|
472
|
-
}
|
473
|
-
.bk-button.bk-button-hover-danger:hover {
|
474
|
-
background-color: #ff5656;
|
475
|
-
border-color: #ff5656;
|
476
|
-
color: white;
|
477
|
-
}
|
478
|
-
.bk-button.bk-button-small {
|
479
|
-
min-width: 48px;
|
480
|
-
height: 26px;
|
481
|
-
padding: 0 12px;
|
482
|
-
}
|
483
|
-
.bk-button.bk-button-large {
|
484
|
-
min-width: 74px;
|
485
|
-
height: 38px;
|
486
|
-
padding: 0 20px;
|
487
|
-
}
|
488
|
-
.bk-button:hover {
|
489
|
-
border-color: #979ba5;
|
490
|
-
}
|
491
|
-
.bk-button:active {
|
492
|
-
color: #3a84ff;
|
493
|
-
border-color: #3a84ff;
|
494
|
-
}
|
495
|
-
.bk-button.is-disabled {
|
496
|
-
color: #dcdee5;
|
497
|
-
cursor: auto;
|
498
|
-
border-color: #dcdee5;
|
499
|
-
}
|
500
|
-
.bk-button.is-text {
|
501
|
-
font-size: 14px;
|
502
|
-
color: #63656e;
|
503
|
-
text-decoration: none;
|
504
|
-
cursor: pointer;
|
505
|
-
background: none;
|
506
|
-
border: none;
|
507
|
-
outline: none;
|
508
|
-
}
|
509
|
-
.bk-button-group {
|
510
|
-
display: inline-block;
|
511
|
-
font-size: 0;
|
512
|
-
}
|
513
|
-
.bk-button-group.bk-button-group-small .bk-button {
|
514
|
-
min-width: 48px;
|
515
|
-
height: 26px;
|
516
|
-
padding: 0 12px;
|
517
|
-
}
|
518
|
-
.bk-button-group.bk-button-group-large .bk-button {
|
519
|
-
min-width: 74px;
|
520
|
-
height: 38px;
|
521
|
-
padding: 0 20px;
|
522
|
-
}
|
523
|
-
.bk-button-group .bk-button {
|
524
|
-
height: 32px;
|
525
|
-
min-width: 64px;
|
526
|
-
margin: 0 0 0 -1px;
|
527
|
-
border-radius: 0;
|
528
|
-
}
|
529
|
-
.bk-button-group .bk-button:not(.is-disabled) {
|
530
|
-
color: #63656e;
|
531
|
-
background-color: white;
|
532
|
-
border-color: #c4c6cc;
|
533
|
-
}
|
534
|
-
.bk-button-group .bk-button:first-child {
|
535
|
-
border-radius: 2px 0 0 2px;
|
536
|
-
}
|
537
|
-
.bk-button-group .bk-button:last-child {
|
538
|
-
border-radius: 0 2px 2px 0;
|
539
|
-
}
|
540
|
-
.bk-button-group .bk-button:only-child {
|
541
|
-
border-radius: 2px;
|
542
|
-
}
|
543
|
-
.bk-button-group .bk-button:hover:not(.is-disabled),
|
544
|
-
.bk-button-group .bk-button.is-selected:not(.is-disabled) {
|
545
|
-
position: relative;
|
546
|
-
z-index: 1;
|
547
|
-
color: #3a84ff;
|
548
|
-
background-color: white;
|
549
|
-
border-color: #3a84ff;
|
550
|
-
}
|
551
|
-
@keyframes loading-scale-animate {
|
552
|
-
0% {
|
553
|
-
transform: scale(1);
|
554
|
-
}
|
555
|
-
100% {
|
556
|
-
transform: scale(0.6);
|
557
|
-
}
|
558
|
-
}
|
559
|
-
@keyframes fade {
|
560
|
-
100% {
|
561
|
-
background-color: transparent;
|
562
|
-
}
|
563
|
-
}
|
564
|
-
.bk-fade-transtion .bk-fade-enter-active,
|
565
|
-
.bk-fade-transtion .bk-fade-leave-active {
|
566
|
-
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
567
|
-
}
|
568
|
-
.bk-fade-transtion .bk-fade-enter,
|
569
|
-
.bk-fade-transtion .bk-fade-leave-to {
|
570
|
-
opacity: 0;
|
571
|
-
}
|
572
|
-
.bk-card {
|
573
|
-
position: relative;
|
574
|
-
display: inline-block;
|
575
|
-
width: 100%;
|
576
|
-
text-align: left;
|
577
|
-
cursor: pointer;
|
578
|
-
background: white;
|
579
|
-
border: 1px solid #dcdee5;
|
580
|
-
border-radius: 2px;
|
581
|
-
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
|
582
|
-
}
|
583
|
-
.bk-card .bk-card-head {
|
584
|
-
position: relative;
|
585
|
-
width: 100%;
|
586
|
-
height: 50px;
|
587
|
-
padding: 0 20px;
|
588
|
-
line-height: 50px;
|
589
|
-
border-bottom: 1px solid #f0f2f5;
|
590
|
-
}
|
591
|
-
.bk-card .bk-card-head .title {
|
592
|
-
font-weight: 600;
|
593
|
-
color: #63656e;
|
594
|
-
display: inline-block;
|
595
|
-
max-width: 85%;
|
596
|
-
overflow: hidden;
|
597
|
-
text-overflow: ellipsis;
|
598
|
-
white-space: nowrap;
|
599
|
-
}
|
600
|
-
.bk-card .bk-card-body {
|
601
|
-
width: 100%;
|
602
|
-
padding: 0 20px;
|
603
|
-
text-align: left;
|
604
|
-
}
|
605
|
-
.bk-card .bk-card-footer {
|
606
|
-
width: 100%;
|
607
|
-
height: 50px;
|
608
|
-
line-height: 50px;
|
609
|
-
border-top: 1px solid #f0f2f5;
|
610
|
-
}
|
611
|
-
.bk-card-border-none {
|
612
|
-
border: none;
|
613
|
-
}
|
614
|
-
.bk-checkbox {
|
615
|
-
display: inline-block;
|
616
|
-
margin-right: 30px;
|
617
|
-
font-size: 14px;
|
618
|
-
letter-spacing: normal;
|
619
|
-
color: #63656e;
|
620
|
-
cursor: pointer;
|
621
|
-
user-select: none;
|
622
|
-
}
|
623
|
-
.bk-checkbox.is-checked .bk-checkbox-input {
|
624
|
-
background: #3a84ff;
|
625
|
-
border-color: #3a84ff;
|
626
|
-
transition: all 0.1s;
|
627
|
-
}
|
628
|
-
.bk-checkbox.is-checked .bk-checkbox-input::after {
|
629
|
-
position: absolute;
|
630
|
-
top: 1px;
|
631
|
-
left: 5px;
|
632
|
-
width: 4px;
|
633
|
-
height: 8px;
|
634
|
-
border: 2px solid #fff;
|
635
|
-
border-top: 0;
|
636
|
-
border-left: 0;
|
637
|
-
content: '';
|
638
|
-
transform: scaleY(1) rotate(45deg);
|
639
|
-
transform-origin: center;
|
640
|
-
}
|
641
|
-
.bk-checkbox.is-disabled {
|
642
|
-
color: #c4c6cc;
|
643
|
-
cursor: not-allowed;
|
644
|
-
}
|
645
|
-
.bk-checkbox.is-disabled .bk-checkbox-input {
|
646
|
-
background: #fafbfd;
|
647
|
-
border-color: #dcdee5;
|
648
|
-
}
|
649
|
-
.bk-checkbox.is-disabled .bk-checkbox-input::after {
|
650
|
-
background: #dcdee5;
|
651
|
-
}
|
652
|
-
.bk-checkbox.is-disabled.is-checked .bk-checkbox-input {
|
653
|
-
background: #dcdee5;
|
654
|
-
}
|
655
|
-
.bk-checkbox .bk-checkbox-input {
|
656
|
-
position: relative;
|
657
|
-
display: inline-block;
|
658
|
-
width: 16px;
|
659
|
-
height: 16px;
|
660
|
-
margin-right: 5px;
|
661
|
-
vertical-align: middle;
|
662
|
-
border: 1px solid #979ba5;
|
663
|
-
border-radius: 2px;
|
664
|
-
}
|
665
|
-
.bk-checkbox .bk-checkbox-original {
|
666
|
-
position: absolute;
|
667
|
-
top: 0;
|
668
|
-
left: 0;
|
669
|
-
z-index: -1;
|
670
|
-
width: 0;
|
671
|
-
height: 0;
|
672
|
-
}
|
673
|
-
.bk-checkbox .bk-checkbox-label {
|
674
|
-
display: inline-block;
|
675
|
-
line-height: 18px;
|
676
|
-
vertical-align: middle;
|
677
|
-
}
|
678
|
-
.bk-collapse-wrapper .bk-collapse-item {
|
679
|
-
text-align: left;
|
680
|
-
}
|
681
|
-
.bk-collapse-wrapper .bk-collapse-item .bk-collapse-header {
|
682
|
-
height: 42px;
|
683
|
-
padding: 0 10px;
|
684
|
-
overflow: hidden;
|
685
|
-
font-size: 14px;
|
686
|
-
line-height: 42px;
|
687
|
-
color: #63656e;
|
688
|
-
text-overflow: ellipsis;
|
689
|
-
cursor: pointer;
|
690
|
-
}
|
691
|
-
.bk-collapse-wrapper .bk-collapse-item .bk-collapse-content {
|
692
|
-
display: none;
|
693
|
-
padding: 0 10px;
|
694
|
-
font-size: 13px;
|
695
|
-
color: #979ba5;
|
696
|
-
}
|
697
|
-
.bk-collapse-wrapper .bk-collapse-item .bk-collapse-content.active {
|
698
|
-
display: block;
|
699
|
-
}
|
700
|
-
.bk-modal-wrapper.bk-dialog-wrapper {
|
701
|
-
position: relative;
|
702
|
-
}
|
703
|
-
.bk-modal-wrapper.bk-dialog-wrapper * {
|
704
|
-
box-sizing: border-box;
|
705
|
-
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
|
706
|
-
}
|
707
|
-
.bk-modal-wrapper.bk-dialog-wrapper.scroll-able .bk-modal-content {
|
708
|
-
overflow: auto;
|
709
|
-
}
|
710
|
-
.bk-modal-wrapper.bk-dialog-wrapper .bk-dialog-tool {
|
711
|
-
position: absolute;
|
712
|
-
top: 0;
|
713
|
-
right: 0;
|
714
|
-
left: 0;
|
715
|
-
height: 30px;
|
716
|
-
}
|
717
|
-
.bk-modal-wrapper.bk-dialog-wrapper .bk-dialog-tool .bk-dialog-close {
|
718
|
-
position: absolute;
|
719
|
-
top: 5px;
|
720
|
-
right: 5px;
|
721
|
-
display: flex;
|
722
|
-
width: 26px;
|
723
|
-
height: 26px;
|
724
|
-
font-size: 22px;
|
725
|
-
font-weight: 700;
|
726
|
-
line-height: 26px;
|
727
|
-
color: #979ba5;
|
728
|
-
text-align: center;
|
729
|
-
cursor: pointer;
|
730
|
-
border-radius: 50%;
|
731
|
-
transform: rotate(45deg);
|
732
|
-
justify-content: center;
|
733
|
-
align-items: center;
|
734
|
-
}
|
735
|
-
.bk-modal-wrapper.bk-dialog-wrapper .bk-dialog-header {
|
736
|
-
padding: 24px;
|
737
|
-
font-size: 20px;
|
738
|
-
line-height: 1;
|
739
|
-
}
|
740
|
-
.bk-modal-wrapper.bk-dialog-wrapper .bk-dialog-header .bk-dialog-title {
|
741
|
-
display: inline-block;
|
742
|
-
width: 100%;
|
743
|
-
overflow: hidden;
|
744
|
-
font-size: 24px;
|
745
|
-
color: #313238;
|
746
|
-
text-overflow: ellipsis;
|
747
|
-
white-space: nowrap;
|
748
|
-
}
|
749
|
-
.bk-modal-wrapper.bk-dialog-wrapper .bk-modal-content {
|
750
|
-
height: calc(100% - 132px);
|
751
|
-
padding: 3px 24px 26px;
|
752
|
-
margin-bottom: 58px;
|
753
|
-
font-size: 14px;
|
754
|
-
line-height: 1.5;
|
755
|
-
color: #63656e;
|
756
|
-
}
|
757
|
-
.bk-modal-wrapper.bk-dialog-wrapper .bk-modal-footer {
|
758
|
-
position: absolute;
|
759
|
-
right: 0;
|
760
|
-
bottom: 0;
|
761
|
-
left: 0;
|
762
|
-
height: 58px;
|
763
|
-
padding: 12px 24px;
|
764
|
-
background-color: #fafbfd;
|
765
|
-
border-top: 1px solid #dcdee5;
|
766
|
-
border-radius: 2px;
|
767
|
-
}
|
768
|
-
.bk-exception-wrapper {
|
769
|
-
position: relative;
|
770
|
-
display: flex;
|
771
|
-
width: 100%;
|
772
|
-
align-items: center;
|
773
|
-
flex-direction: column;
|
774
|
-
}
|
775
|
-
.bk-exception-wrapper .bk-exception-img {
|
776
|
-
display: flex;
|
777
|
-
width: 480px;
|
778
|
-
height: 240px;
|
779
|
-
align-items: center;
|
780
|
-
justify-content: center;
|
781
|
-
}
|
782
|
-
.bk-exception-wrapper .bk-exception-img.part-img {
|
783
|
-
width: 120px;
|
784
|
-
height: 100px;
|
785
|
-
}
|
786
|
-
.bk-exception-wrapper .bk-exception-img .exception-image {
|
787
|
-
display: block;
|
788
|
-
height: 100%;
|
789
|
-
vertical-align: middle;
|
790
|
-
object-fit: contain;
|
791
|
-
}
|
792
|
-
.bk-exception-wrapper .bk-exception-text {
|
793
|
-
font-size: 24px;
|
794
|
-
color: #63656e;
|
795
|
-
text-align: center;
|
796
|
-
}
|
797
|
-
.bk-exception-wrapper .bk-exception-text.part-text {
|
798
|
-
font-size: 14px;
|
799
|
-
}
|
800
|
-
.bk-fixed-navbar {
|
801
|
-
position: fixed;
|
802
|
-
right: 10px;
|
803
|
-
width: 52px;
|
804
|
-
padding: 22px 14px;
|
805
|
-
background: #fff;
|
806
|
-
border-radius: 26px;
|
807
|
-
opacity: 1;
|
808
|
-
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
|
809
|
-
box-sizing: border-box;
|
810
|
-
}
|
811
|
-
.bk-fixed-navbar.middle {
|
812
|
-
top: 50%;
|
813
|
-
transform: translateY(-50%);
|
814
|
-
}
|
815
|
-
.bk-fixed-navbar.bottom {
|
816
|
-
bottom: 10%;
|
817
|
-
}
|
818
|
-
.bk-fixed-navbar.top {
|
819
|
-
top: 10%;
|
820
|
-
}
|
821
|
-
.bk-fixed-navbar .fixed-navbar-item {
|
822
|
-
display: flex;
|
823
|
-
color: #63656e;
|
824
|
-
align-items: center;
|
825
|
-
justify-content: center;
|
826
|
-
flex-direction: column;
|
827
|
-
}
|
828
|
-
.bk-fixed-navbar .fixed-navbar-item:hover {
|
829
|
-
color: #3a84ff;
|
830
|
-
cursor: pointer;
|
831
|
-
}
|
832
|
-
.bk-fixed-navbar .fixed-navbar-item:not(:last-of-type) {
|
833
|
-
margin-bottom: 25px;
|
834
|
-
}
|
835
|
-
.bk-fixed-navbar .fixed-navbar-item .icon {
|
836
|
-
margin-bottom: 5px;
|
837
|
-
font-size: 17px;
|
838
|
-
}
|
839
|
-
.bk-fixed-navbar .fixed-navbar-item .text {
|
840
|
-
font-size: 12px;
|
841
|
-
}
|
842
|
-
@keyframes loading-scale-animate {
|
843
|
-
0% {
|
844
|
-
transform: scale(1);
|
845
|
-
}
|
846
|
-
100% {
|
847
|
-
transform: scale(0.6);
|
848
|
-
}
|
849
|
-
}
|
850
|
-
@keyframes fade {
|
851
|
-
100% {
|
852
|
-
background-color: transparent;
|
853
|
-
}
|
854
|
-
}
|
855
|
-
.bk-fade-transtion .bk-fade-enter-active,
|
856
|
-
.bk-fade-transtion .bk-fade-leave-active {
|
857
|
-
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
858
|
-
}
|
859
|
-
.bk-fade-transtion .bk-fade-enter,
|
860
|
-
.bk-fade-transtion .bk-fade-leave-to {
|
861
|
-
opacity: 0;
|
862
|
-
}
|
863
|
-
.bk-input {
|
864
|
-
display: flex;
|
865
|
-
align-items: stretch;
|
866
|
-
height: 32px;
|
867
|
-
font-size: 12px;
|
868
|
-
border: 1px solid #c4c6cc;
|
869
|
-
border-radius: 2px;
|
870
|
-
transition: all 0.3s;
|
871
|
-
}
|
872
|
-
.bk-input--suffix-icon {
|
873
|
-
padding-right: 10px;
|
874
|
-
font-size: 16px;
|
875
|
-
color: #c4c6cc;
|
876
|
-
align-self: center;
|
877
|
-
}
|
878
|
-
.bk-input--large {
|
879
|
-
height: 38px;
|
880
|
-
font-size: 16px;
|
881
|
-
}
|
882
|
-
.bk-input--small {
|
883
|
-
height: 26px;
|
884
|
-
font-size: 12px;
|
885
|
-
}
|
886
|
-
.bk-input.is-focused:not(.is-readonly) {
|
887
|
-
border-color: #3a84ff;
|
888
|
-
outline: 0;
|
889
|
-
box-shadow: 0px 0px 3px 0px #a3c5fd;
|
890
|
-
}
|
891
|
-
.bk-input.is-disabled {
|
892
|
-
cursor: not-allowed;
|
893
|
-
background-color: #fafbfd;
|
894
|
-
opacity: 1;
|
895
|
-
}
|
896
|
-
.bk-input--prefix-area,
|
897
|
-
.bk-input--suffix-area {
|
898
|
-
display: flex;
|
899
|
-
padding: 0 10px;
|
900
|
-
color: #63656e;
|
901
|
-
background-color: #f4f6fa;
|
902
|
-
border-right: 1px solid #c4c6cc;
|
903
|
-
align-items: center;
|
904
|
-
}
|
905
|
-
.bk-input--suffix-area {
|
906
|
-
border: 0;
|
907
|
-
border-left: 1px solid #c4c6cc;
|
908
|
-
}
|
909
|
-
.bk-input--max-length {
|
910
|
-
align-self: center;
|
911
|
-
padding-right: 10px;
|
912
|
-
}
|
913
|
-
.bk-input--max-length span {
|
914
|
-
color: #979ba5;
|
915
|
-
}
|
916
|
-
.bk-input--text {
|
917
|
-
padding: 0 10px;
|
918
|
-
font-size: 12px;
|
919
|
-
line-height: 1;
|
920
|
-
color: #63656e;
|
921
|
-
background-color: white;
|
922
|
-
background-image: none;
|
923
|
-
border: none;
|
924
|
-
outline: none;
|
925
|
-
box-sizing: border-box;
|
926
|
-
transition: all 0.3s;
|
927
|
-
flex: 1;
|
928
|
-
}
|
929
|
-
.bk-input--text[type='search']::-webkit-search-decoration,
|
930
|
-
.bk-input--text[type='search']::-webkit-search-cancel-button,
|
931
|
-
.bk-input--text[type='search']::-webkit-search-results-button,
|
932
|
-
.bk-input--text[type='search']::-webkit-search-results-decoration {
|
933
|
-
appearance: none;
|
934
|
-
}
|
935
|
-
.bk-input--text [type=search]::-ms-clear {
|
936
|
-
display: none;
|
937
|
-
width: 0;
|
938
|
-
height: 0;
|
939
|
-
}
|
940
|
-
.bk-input--text [type=search]::-ms-reveal {
|
941
|
-
display: none;
|
942
|
-
width: 0;
|
943
|
-
height: 0;
|
944
|
-
}
|
945
|
-
.bk-input--text[type='number']::-webkit-inner-spin-button,
|
946
|
-
.bk-input--text[type='number']::-webkit-outer-spin-button {
|
947
|
-
margin: 0;
|
948
|
-
appearance: none;
|
949
|
-
}
|
950
|
-
.bk-input--text::placeholder {
|
951
|
-
color: #c4c6cc;
|
952
|
-
}
|
953
|
-
.bk-input--number-control {
|
954
|
-
width: 26px;
|
955
|
-
height: 100%;
|
956
|
-
font-size: 0;
|
957
|
-
flex-direction: column;
|
958
|
-
}
|
959
|
-
.bk-input--number-control span {
|
960
|
-
display: block;
|
961
|
-
height: 50%;
|
962
|
-
overflow: hidden;
|
963
|
-
color: #c4c6cc;
|
964
|
-
}
|
965
|
-
.bk-input--number-control svg {
|
966
|
-
font-size: 16px;
|
967
|
-
}
|
968
|
-
.bk-input--number-control span:first-child {
|
969
|
-
transform: rotate(180deg);
|
970
|
-
}
|
971
|
-
.bk-input--number-control span:hover {
|
972
|
-
background-color: #f4f6fa;
|
973
|
-
}
|
974
|
-
.bk-link {
|
975
|
-
font-size: 14px;
|
976
|
-
text-decoration: none;
|
977
|
-
}
|
978
|
-
.bk-link.is-disabled {
|
979
|
-
cursor: not-allowed;
|
980
|
-
}
|
981
|
-
.bk-link.has-underline {
|
982
|
-
text-decoration: underline;
|
983
|
-
}
|
984
|
-
.bk-link.default {
|
985
|
-
color: #63656e;
|
986
|
-
}
|
987
|
-
.bk-link.default.is-disabled {
|
988
|
-
color: #dcdee5;
|
989
|
-
}
|
990
|
-
.bk-link.default:hover {
|
991
|
-
color: #979ba5;
|
992
|
-
}
|
993
|
-
.bk-link.primary {
|
994
|
-
color: #3a84ff;
|
995
|
-
}
|
996
|
-
.bk-link.primary.is-disabled {
|
997
|
-
color: #a3c5fd;
|
998
|
-
}
|
999
|
-
.bk-link.primary:hover {
|
1000
|
-
color: #699df4;
|
1001
|
-
}
|
1002
|
-
.bk-link.success {
|
1003
|
-
color: #2dcb56;
|
1004
|
-
}
|
1005
|
-
.bk-link.success.is-disabled {
|
1006
|
-
color: #94f5a4;
|
1007
|
-
}
|
1008
|
-
.bk-link.success:hover {
|
1009
|
-
color: #45e35f;
|
1010
|
-
}
|
1011
|
-
.bk-link.warning {
|
1012
|
-
color: #ff9c01;
|
1013
|
-
}
|
1014
|
-
.bk-link.warning.is-disabled {
|
1015
|
-
color: #ffd695;
|
1016
|
-
}
|
1017
|
-
.bk-link.warning:hover {
|
1018
|
-
color: #ffb848;
|
1019
|
-
}
|
1020
|
-
.bk-link.danger {
|
1021
|
-
color: #ea3636;
|
1022
|
-
}
|
1023
|
-
.bk-link.danger:hover {
|
1024
|
-
color: #ff5656;
|
1025
|
-
}
|
1026
|
-
.bk-link.danger.is-disabled {
|
1027
|
-
color: #fd9c9c;
|
1028
|
-
}
|
1029
|
-
@keyframes loading-scale-animate {
|
1030
|
-
0% {
|
1031
|
-
transform: scale(1);
|
1032
|
-
}
|
1033
|
-
100% {
|
1034
|
-
transform: scale(0.6);
|
1035
|
-
}
|
1036
|
-
}
|
1037
|
-
@keyframes fade {
|
1038
|
-
100% {
|
1039
|
-
background-color: transparent;
|
1040
|
-
}
|
1041
|
-
}
|
1042
|
-
.bk-fade-transtion .bk-fade-enter-active,
|
1043
|
-
.bk-fade-transtion .bk-fade-leave-active {
|
1044
|
-
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
1045
|
-
}
|
1046
|
-
.bk-fade-transtion .bk-fade-enter,
|
1047
|
-
.bk-fade-transtion .bk-fade-leave-to {
|
1048
|
-
opacity: 0;
|
1049
|
-
}
|
1050
|
-
.bk-loading-wrapper {
|
1051
|
-
position: static;
|
1052
|
-
display: inline-block;
|
1053
|
-
font-size: 0;
|
1054
|
-
}
|
1055
|
-
.bk-loading-wrapper.bk-nested-loading {
|
1056
|
-
position: relative;
|
1057
|
-
}
|
1058
|
-
.bk-loading-wrapper.bk-nested-loading .bk-loading-indicator {
|
1059
|
-
position: absolute;
|
1060
|
-
top: 50%;
|
1061
|
-
left: 50%;
|
1062
|
-
z-index: 4;
|
1063
|
-
transform: translate(-50%, -50%);
|
1064
|
-
}
|
1065
|
-
.bk-loading-wrapper .bk-loading-mask {
|
1066
|
-
opacity: 0.5;
|
1067
|
-
}
|
1068
|
-
.bk-loading-wrapper .bk-loading-mask::after {
|
1069
|
-
position: absolute;
|
1070
|
-
top: 0;
|
1071
|
-
right: 0;
|
1072
|
-
bottom: 0;
|
1073
|
-
left: 0;
|
1074
|
-
z-index: 10;
|
1075
|
-
width: 100%;
|
1076
|
-
height: 100%;
|
1077
|
-
background-color: rgba(255, 255, 255, 0.9);
|
1078
|
-
content: '';
|
1079
|
-
}
|
1080
|
-
.bk-loading-wrapper .bk-loading-indicator {
|
1081
|
-
font-size: 14px;
|
1082
|
-
}
|
1083
|
-
.bk-loading-wrapper .bk-loading-indicator .dot-1 {
|
1084
|
-
background-color: #ea3636;
|
1085
|
-
animation-delay: 0.1s;
|
1086
|
-
}
|
1087
|
-
.bk-loading-wrapper .bk-loading-indicator .dot-2 {
|
1088
|
-
background-color: #ff9c01;
|
1089
|
-
animation-delay: 0.25s;
|
1090
|
-
}
|
1091
|
-
.bk-loading-wrapper .bk-loading-indicator .dot-3 {
|
1092
|
-
background-color: #2dcb56;
|
1093
|
-
animation-delay: 0.4s;
|
1094
|
-
}
|
1095
|
-
.bk-loading-wrapper .bk-loading-indicator .dot-4 {
|
1096
|
-
background-color: #3a84ff;
|
1097
|
-
animation-delay: 0.55s;
|
1098
|
-
margin-right: 0;
|
1099
|
-
}
|
1100
|
-
.bk-loading-wrapper .bk-loading-indicator .oval-1 {
|
1101
|
-
transform: rotate(-135deg);
|
1102
|
-
animation-delay: 0.6s;
|
1103
|
-
}
|
1104
|
-
.bk-loading-wrapper .bk-loading-indicator .oval-2 {
|
1105
|
-
transform: rotate(-90deg);
|
1106
|
-
animation-delay: 0.75s;
|
1107
|
-
}
|
1108
|
-
.bk-loading-wrapper .bk-loading-indicator .oval-3 {
|
1109
|
-
transform: rotate(-45deg);
|
1110
|
-
animation-delay: 0.9s;
|
1111
|
-
}
|
1112
|
-
.bk-loading-wrapper .bk-loading-indicator .oval-4 {
|
1113
|
-
transform: rotate(0deg);
|
1114
|
-
animation-delay: 1.05s;
|
1115
|
-
}
|
1116
|
-
.bk-loading-wrapper .bk-loading-indicator .oval-5 {
|
1117
|
-
transform: rotate(45deg);
|
1118
|
-
animation-delay: 1.2s;
|
1119
|
-
}
|
1120
|
-
.bk-loading-wrapper .bk-loading-indicator .oval-6 {
|
1121
|
-
transform: rotate(90deg);
|
1122
|
-
animation-delay: 1.35s;
|
1123
|
-
}
|
1124
|
-
.bk-loading-wrapper .bk-loading-indicator .oval-7 {
|
1125
|
-
transform: rotate(135deg);
|
1126
|
-
animation-delay: 1.5s;
|
1127
|
-
}
|
1128
|
-
.bk-loading-wrapper .bk-loading-indicator .oval-8 {
|
1129
|
-
transform: rotate(180deg);
|
1130
|
-
animation-delay: 1.65s;
|
1131
|
-
}
|
1132
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .oval,
|
1133
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot,
|
1134
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot1,
|
1135
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot2,
|
1136
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot3,
|
1137
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot4 {
|
1138
|
-
background-color: #2dcb56;
|
1139
|
-
}
|
1140
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .oval,
|
1141
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot,
|
1142
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot1,
|
1143
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot2,
|
1144
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot3,
|
1145
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot4 {
|
1146
|
-
background-color: #ea3636;
|
1147
|
-
}
|
1148
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .oval,
|
1149
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot,
|
1150
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot1,
|
1151
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot2,
|
1152
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot3,
|
1153
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot4 {
|
1154
|
-
background-color: #ff9c01;
|
1155
|
-
}
|
1156
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .oval,
|
1157
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot,
|
1158
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot1,
|
1159
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot2,
|
1160
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot3,
|
1161
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot4 {
|
1162
|
-
background-color: #3a84ff;
|
1163
|
-
}
|
1164
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .oval,
|
1165
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot,
|
1166
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot1,
|
1167
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot2,
|
1168
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot3,
|
1169
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot4 {
|
1170
|
-
background-color: white;
|
1171
|
-
}
|
1172
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .oval,
|
1173
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot,
|
1174
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot1,
|
1175
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot2,
|
1176
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot3,
|
1177
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot4 {
|
1178
|
-
background-color: #c4c6cc;
|
1179
|
-
}
|
1180
|
-
.bk-loading-wrapper .bk-loading-indicator .bk-spin-indicator {
|
1181
|
-
height: 40px;
|
1182
|
-
}
|
1183
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .bk-spin-indicator {
|
1184
|
-
height: 22px;
|
1185
|
-
}
|
1186
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .dot {
|
1187
|
-
width: 6px;
|
1188
|
-
height: 6px;
|
1189
|
-
margin-right: 6px;
|
1190
|
-
}
|
1191
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .dot.dot-4 {
|
1192
|
-
margin-right: 0;
|
1193
|
-
}
|
1194
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .oval {
|
1195
|
-
width: 4px;
|
1196
|
-
height: 5px;
|
1197
|
-
border-radius: 5px;
|
1198
|
-
transform-origin: center 11px;
|
1199
|
-
}
|
1200
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .bk-loading-title {
|
1201
|
-
font-size: 12px;
|
1202
|
-
}
|
1203
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .bk-spin-indicator {
|
1204
|
-
height: 52px;
|
1205
|
-
}
|
1206
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .dot {
|
1207
|
-
width: 20px;
|
1208
|
-
height: 20px;
|
1209
|
-
margin-right: 12px;
|
1210
|
-
}
|
1211
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .dot.dot-4 {
|
1212
|
-
margin-right: 0;
|
1213
|
-
}
|
1214
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .oval {
|
1215
|
-
width: 8px;
|
1216
|
-
height: 12px;
|
1217
|
-
border-radius: 12px;
|
1218
|
-
transform-origin: center 26px;
|
1219
|
-
}
|
1220
|
-
.bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .bk-loading-title {
|
1221
|
-
font-size: 14px;
|
1222
|
-
}
|
1223
|
-
.bk-loading-wrapper .bk-loading-indicator .bk-loading-title {
|
1224
|
-
margin-top: 8px;
|
1225
|
-
font-size: 14px;
|
1226
|
-
line-height: normal;
|
1227
|
-
color: #63656e;
|
1228
|
-
text-align: center;
|
1229
|
-
}
|
1230
|
-
.bk-loading-wrapper .bk-loading-indicator .dot {
|
1231
|
-
display: inline-block;
|
1232
|
-
width: 14px;
|
1233
|
-
height: 14px;
|
1234
|
-
margin-right: 10px;
|
1235
|
-
border-radius: 50%;
|
1236
|
-
transform: scale(0.6);
|
1237
|
-
animation-duration: 0.8s;
|
1238
|
-
animation-iteration-count: infinite;
|
1239
|
-
animation-name: loading-scale-animate;
|
1240
|
-
animation-direction: normal;
|
1241
|
-
}
|
1242
|
-
.bk-loading-wrapper .bk-loading-indicator .oval {
|
1243
|
-
position: absolute;
|
1244
|
-
width: 6px;
|
1245
|
-
height: 8px;
|
1246
|
-
background-color: #63656e;
|
1247
|
-
border-radius: 8px;
|
1248
|
-
animation-duration: 1.2s;
|
1249
|
-
animation-iteration-count: infinite;
|
1250
|
-
animation-name: fade;
|
1251
|
-
transform-origin: center 20px;
|
1252
|
-
animation-direction: normal;
|
1253
|
-
}
|
1254
|
-
.bk-modal-wrapper {
|
1255
|
-
position: absolute;
|
1256
|
-
top: 50%;
|
1257
|
-
left: 50%;
|
1258
|
-
background: #fff;
|
1259
|
-
transform: translate(-50%, -50%);
|
1260
|
-
}
|
1261
|
-
.bk-modal-wrapper .bk-modal-body {
|
1262
|
-
height: 100%;
|
1263
|
-
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
|
1264
|
-
}
|
1265
|
-
.bk-popover .bk-popover-reference {
|
1266
|
-
display: inline-block;
|
1267
|
-
}
|
1268
|
-
.bk-popover .bk-popover-content {
|
1269
|
-
display: none;
|
1270
|
-
padding: 4px 8px;
|
1271
|
-
font-size: 13px;
|
1272
|
-
font-weight: bold;
|
1273
|
-
color: #fff;
|
1274
|
-
background: #26323d;
|
1275
|
-
border-radius: 4px;
|
1276
|
-
box-sizing: border-box;
|
1277
|
-
}
|
1278
|
-
.bk-popover .bk-popover-content[data-theme='dark'] {
|
1279
|
-
color: #fff;
|
1280
|
-
background: #26323d;
|
1281
|
-
}
|
1282
|
-
.bk-popover .bk-popover-content[data-theme='light'] {
|
1283
|
-
color: #26323d;
|
1284
|
-
background-color: #fff;
|
1285
|
-
box-shadow: 0 0 6px 0 #dcdee5;
|
1286
|
-
}
|
1287
|
-
.bk-popover .bk-popover-content[data-theme='light'][data-show] {
|
1288
|
-
box-shadow: 0 0 6px 0 #dcdee5;
|
1289
|
-
}
|
1290
|
-
.bk-popover .bk-popover-content[data-show] {
|
1291
|
-
display: block;
|
1292
|
-
}
|
1293
|
-
.bk-popover .bk-popover-content .arrow {
|
1294
|
-
position: absolute;
|
1295
|
-
width: 8px;
|
1296
|
-
height: 8px;
|
1297
|
-
background: inherit;
|
1298
|
-
visibility: hidden;
|
1299
|
-
}
|
1300
|
-
.bk-popover .bk-popover-content .arrow::before {
|
1301
|
-
position: absolute;
|
1302
|
-
width: 8px;
|
1303
|
-
height: 8px;
|
1304
|
-
background: inherit;
|
1305
|
-
content: '';
|
1306
|
-
visibility: visible;
|
1307
|
-
transform: rotate(45deg);
|
1308
|
-
}
|
1309
|
-
.bk-popover .bk-popover-content[data-popper-placement^='top'] > .arrow {
|
1310
|
-
bottom: -4px;
|
1311
|
-
}
|
1312
|
-
.bk-popover .bk-popover-content[data-popper-placement^='bottom'] > .arrow {
|
1313
|
-
top: -4px;
|
1314
|
-
}
|
1315
|
-
.bk-popover .bk-popover-content[data-popper-placement^='left'] > .arrow {
|
1316
|
-
right: -4px;
|
1317
|
-
}
|
1318
|
-
.bk-popover .bk-popover-content[data-popper-placement^='right'] > .arrow {
|
1319
|
-
left: -4px;
|
1320
|
-
}
|
1321
|
-
@keyframes loading-scale-animate {
|
1322
|
-
0% {
|
1323
|
-
transform: scale(1);
|
1324
|
-
}
|
1325
|
-
100% {
|
1326
|
-
transform: scale(0.6);
|
1327
|
-
}
|
1328
|
-
}
|
1329
|
-
@keyframes fade {
|
1330
|
-
100% {
|
1331
|
-
background-color: transparent;
|
1332
|
-
}
|
1333
|
-
}
|
1334
|
-
.bk-fade-transtion .bk-fade-enter-active,
|
1335
|
-
.bk-fade-transtion .bk-fade-leave-active {
|
1336
|
-
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
1337
|
-
}
|
1338
|
-
.bk-fade-transtion .bk-fade-enter,
|
1339
|
-
.bk-fade-transtion .bk-fade-leave-to {
|
1340
|
-
opacity: 0;
|
1341
|
-
}
|
1342
|
-
.bk-progress {
|
1343
|
-
display: inline-block;
|
1344
|
-
}
|
1345
|
-
.bk-progress .progress-outer {
|
1346
|
-
display: flex;
|
1347
|
-
width: 100%;
|
1348
|
-
align-items: center;
|
1349
|
-
}
|
1350
|
-
.bk-progress .progress-bar {
|
1351
|
-
position: relative;
|
1352
|
-
width: 100%;
|
1353
|
-
height: 4px;
|
1354
|
-
text-align: center;
|
1355
|
-
vertical-align: middle;
|
1356
|
-
background: #f0f1f5;
|
1357
|
-
border-radius: 50px;
|
1358
|
-
}
|
1359
|
-
.bk-progress .progress-bar.bk-progress-small {
|
1360
|
-
height: 2px;
|
1361
|
-
}
|
1362
|
-
.bk-progress .progress-bar.bk-progress-normal {
|
1363
|
-
height: 4px;
|
1364
|
-
}
|
1365
|
-
.bk-progress .progress-bar.bk-progress-large {
|
1366
|
-
height: 12px;
|
1367
|
-
}
|
1368
|
-
.bk-progress .progress-inner {
|
1369
|
-
position: absolute;
|
1370
|
-
top: 0;
|
1371
|
-
left: 0;
|
1372
|
-
width: 50%;
|
1373
|
-
height: 100%;
|
1374
|
-
border-radius: 50px;
|
1375
|
-
transition: width 0.5s ease;
|
1376
|
-
}
|
1377
|
-
.bk-progress .progress-inner.bk-primary {
|
1378
|
-
background: #3a84ff;
|
1379
|
-
}
|
1380
|
-
.bk-progress .progress-inner.bk-success {
|
1381
|
-
background: #2dcb56;
|
1382
|
-
}
|
1383
|
-
.bk-progress .progress-inner.bk-warning {
|
1384
|
-
background: #ff9c01;
|
1385
|
-
}
|
1386
|
-
.bk-progress .progress-inner.bk-danger {
|
1387
|
-
background: #ea3636;
|
1388
|
-
}
|
1389
|
-
.bk-progress .inner-text {
|
1390
|
-
width: 100%;
|
1391
|
-
height: 100%;
|
1392
|
-
color: #fff;
|
1393
|
-
text-align: center;
|
1394
|
-
}
|
1395
|
-
.bk-progress .progress-text {
|
1396
|
-
width: 7%;
|
1397
|
-
text-align: center;
|
1398
|
-
}
|
1399
|
-
.bk-progress .process-circle-trail {
|
1400
|
-
stroke: #f5f5f5;
|
1401
|
-
}
|
1402
|
-
.bk-progress .progress-circle-text {
|
1403
|
-
position: absolute;
|
1404
|
-
top: 50%;
|
1405
|
-
left: 0;
|
1406
|
-
width: 100%;
|
1407
|
-
margin: 0;
|
1408
|
-
text-align: center;
|
1409
|
-
transform: translateY(-50%);
|
1410
|
-
}
|
1411
|
-
.bk-progress-line {
|
1412
|
-
width: 100%;
|
1413
|
-
}
|
1414
|
-
.bk-progress-circle,
|
1415
|
-
.bk-progress-dashboard {
|
1416
|
-
position: relative;
|
1417
|
-
}
|
1418
|
-
.bk-radio {
|
1419
|
-
display: inline-block;
|
1420
|
-
margin-right: 30px;
|
1421
|
-
font-size: 12px;
|
1422
|
-
font-weight: normal;
|
1423
|
-
line-height: 1;
|
1424
|
-
letter-spacing: normal;
|
1425
|
-
color: #63656e;
|
1426
|
-
white-space: nowrap;
|
1427
|
-
cursor: pointer;
|
1428
|
-
outline: none;
|
1429
|
-
user-select: none;
|
1430
|
-
}
|
1431
|
-
.bk-radio:last-child {
|
1432
|
-
margin-right: 0;
|
1433
|
-
}
|
1434
|
-
.bk-radio.is-checked .bk-radio-input {
|
1435
|
-
padding: 3px;
|
1436
|
-
color: #3a84ff;
|
1437
|
-
background-color: #3a84ff;
|
1438
|
-
border-color: #3a84ff;
|
1439
|
-
}
|
1440
|
-
.bk-radio.is-disabled {
|
1441
|
-
color: #dcdee5;
|
1442
|
-
cursor: not-allowed;
|
1443
|
-
}
|
1444
|
-
.bk-radio.is-disabled.is-checked .bk-radio-input {
|
1445
|
-
background-color: #dcdee5;
|
1446
|
-
}
|
1447
|
-
.bk-radio.is-disabled .bk-radio-input {
|
1448
|
-
cursor: not-allowed;
|
1449
|
-
border-color: #dcdee5;
|
1450
|
-
}
|
1451
|
-
.bk-radio.is-disabled .bk-radio-text {
|
1452
|
-
cursor: not-allowed;
|
1453
|
-
}
|
1454
|
-
.bk-radio.is-focus .bk-radio-input {
|
1455
|
-
border-color: #3a84ff;
|
1456
|
-
}
|
1457
|
-
.bk-radio .bk-radio-text {
|
1458
|
-
font-size: 12px;
|
1459
|
-
font-style: normal;
|
1460
|
-
font-weight: normal;
|
1461
|
-
color: #63656e;
|
1462
|
-
vertical-align: middle;
|
1463
|
-
cursor: pointer;
|
1464
|
-
}
|
1465
|
-
.bk-radio .bk-radio-input {
|
1466
|
-
position: relative;
|
1467
|
-
display: inline-block;
|
1468
|
-
width: 16px;
|
1469
|
-
height: 16px;
|
1470
|
-
margin: 0 5px 0 0;
|
1471
|
-
color: #fff;
|
1472
|
-
vertical-align: middle;
|
1473
|
-
cursor: pointer;
|
1474
|
-
background-color: #fff;
|
1475
|
-
border: 1px solid #63656e;
|
1476
|
-
border-radius: 50%;
|
1477
|
-
outline: none;
|
1478
|
-
visibility: visible;
|
1479
|
-
transition: all 0.3s;
|
1480
|
-
background-clip: content-box;
|
1481
|
-
appearance: none;
|
1482
|
-
}
|
1483
|
-
.bk-radio-button {
|
1484
|
-
position: relative;
|
1485
|
-
z-index: 1;
|
1486
|
-
display: inline-block;
|
1487
|
-
font-size: 0;
|
1488
|
-
font-weight: normal;
|
1489
|
-
line-height: 1;
|
1490
|
-
letter-spacing: normal;
|
1491
|
-
color: #63656e;
|
1492
|
-
white-space: nowrap;
|
1493
|
-
cursor: pointer;
|
1494
|
-
outline: none;
|
1495
|
-
opacity: 1;
|
1496
|
-
user-select: none;
|
1497
|
-
}
|
1498
|
-
.bk-radio-button:nth-child(n+2) {
|
1499
|
-
margin-left: -1px;
|
1500
|
-
}
|
1501
|
-
.bk-radio-button:first-child .bk-radio-button-text {
|
1502
|
-
border-bottom-left-radius: 2px;
|
1503
|
-
border-top-left-radius: 2px;
|
1504
|
-
}
|
1505
|
-
.bk-radio-button:last-child .bk-radio-button-text {
|
1506
|
-
border-top-right-radius: 2px;
|
1507
|
-
border-bottom-right-radius: 2px;
|
1508
|
-
}
|
1509
|
-
.bk-radio-button.is-checked {
|
1510
|
-
z-index: 2;
|
1511
|
-
}
|
1512
|
-
.bk-radio-button.is-checked .bk-radio-button-text {
|
1513
|
-
color: #fff;
|
1514
|
-
background: #3a84ff;
|
1515
|
-
border-color: #3a84ff;
|
1516
|
-
}
|
1517
|
-
.bk-radio-button.is-disabled {
|
1518
|
-
z-index: 0;
|
1519
|
-
color: #dcdee5;
|
1520
|
-
cursor: not-allowed;
|
1521
|
-
}
|
1522
|
-
.bk-radio-button.is-disabled .bk-radio-button-text {
|
1523
|
-
cursor: not-allowed;
|
1524
|
-
background: #dcdee5;
|
1525
|
-
border-color: #dcdee5;
|
1526
|
-
}
|
1527
|
-
.bk-radio-button.is-focus .bk-radio-button-text {
|
1528
|
-
border-color: #3a84ff;
|
1529
|
-
}
|
1530
|
-
.bk-radio-button .bk-radio-button-input {
|
1531
|
-
position: absolute;
|
1532
|
-
z-index: -1;
|
1533
|
-
outline: none;
|
1534
|
-
opacity: 0;
|
1535
|
-
}
|
1536
|
-
.bk-radio-button .bk-radio-button-text {
|
1537
|
-
height: 32px;
|
1538
|
-
padding: 0 18px;
|
1539
|
-
font-size: 12px;
|
1540
|
-
font-style: normal;
|
1541
|
-
font-weight: normal;
|
1542
|
-
line-height: 32px;
|
1543
|
-
color: #63656e;
|
1544
|
-
text-align: center;
|
1545
|
-
vertical-align: middle;
|
1546
|
-
cursor: pointer;
|
1547
|
-
border: 1px solid #63656e;
|
1548
|
-
transition: all 0.3s;
|
1549
|
-
}
|
1550
|
-
.bk-rate {
|
1551
|
-
position: relative;
|
1552
|
-
}
|
1553
|
-
.bk-rate .bk-score-real {
|
1554
|
-
position: absolute;
|
1555
|
-
top: 0;
|
1556
|
-
left: 0;
|
1557
|
-
display: flex;
|
1558
|
-
overflow: hidden;
|
1559
|
-
}
|
1560
|
-
.bk-rate-stars {
|
1561
|
-
padding: 0;
|
1562
|
-
margin: 0;
|
1563
|
-
}
|
1564
|
-
.bk-rate-stars .bk-is-edit {
|
1565
|
-
cursor: pointer;
|
1566
|
-
}
|
1567
|
-
.bk-rate-stars:after {
|
1568
|
-
display: table;
|
1569
|
-
clear: both;
|
1570
|
-
content: '';
|
1571
|
-
}
|
1572
|
-
.bk-rate-stars .bk-rate-star {
|
1573
|
-
float: left;
|
1574
|
-
margin-right: 3px;
|
1575
|
-
enable-background: new 0 0 64 64;
|
1576
|
-
fill: #c5c7d1;
|
1577
|
-
}
|
1578
|
-
.bk-rate-stars .bk-rate-star.bk-is-select {
|
1579
|
-
fill: #ffb848;
|
1580
|
-
}
|
1581
|
-
.bk-rate-stars .bk-rate-star:last-child {
|
1582
|
-
margin-right: 0;
|
1583
|
-
}
|
1584
|
-
.bk-select.is-focus .bk-select-trigger .bk-select-input {
|
1585
|
-
border-color: #3a84ff;
|
1586
|
-
box-shadow: 0px 0px 3px 0px #a3c5fd;
|
1587
|
-
}
|
1588
|
-
.bk-select.is-disabled .bk-select-trigger .bk-select-input {
|
1589
|
-
cursor: not-allowed;
|
1590
|
-
background: #fafbfd;
|
1591
|
-
border-color: #dcdee5;
|
1592
|
-
box-shadow: unset;
|
1593
|
-
}
|
1594
|
-
.bk-select.popover-show .bk-select-trigger .angle-up {
|
1595
|
-
transform: rotate(0);
|
1596
|
-
}
|
1597
|
-
.bk-select .bk-select-trigger {
|
1598
|
-
position: relative;
|
1599
|
-
cursor: pointer;
|
1600
|
-
}
|
1601
|
-
.bk-select .bk-select-trigger .bk-select-input {
|
1602
|
-
height: 32px;
|
1603
|
-
padding: 0 28px 0 10px;
|
1604
|
-
font-size: 12px;
|
1605
|
-
line-height: normal;
|
1606
|
-
color: #63656e;
|
1607
|
-
text-align: left;
|
1608
|
-
vertical-align: middle;
|
1609
|
-
cursor: pointer;
|
1610
|
-
background-color: white;
|
1611
|
-
border: 1px solid #c4c6cc;
|
1612
|
-
border-radius: 2px;
|
1613
|
-
outline: none;
|
1614
|
-
box-sizing: border-box;
|
1615
|
-
transition: all 0.1s;
|
1616
|
-
resize: none;
|
1617
|
-
}
|
1618
|
-
.bk-select .bk-select-trigger .bk-select-input::placeholder {
|
1619
|
-
color: #c4c6cc;
|
1620
|
-
}
|
1621
|
-
.bk-select .bk-select-trigger .angle-up {
|
1622
|
-
position: absolute;
|
1623
|
-
top: 6px;
|
1624
|
-
right: 4px;
|
1625
|
-
display: flex;
|
1626
|
-
width: 20px;
|
1627
|
-
height: 20px;
|
1628
|
-
font-size: 20px;
|
1629
|
-
color: #979ba5;
|
1630
|
-
transform: rotate(180deg);
|
1631
|
-
transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
|
1632
|
-
align-items: center;
|
1633
|
-
justify-content: center;
|
1634
|
-
}
|
1635
|
-
.bk-select .bk-select-trigger .clear-icon {
|
1636
|
-
position: absolute;
|
1637
|
-
top: 6px;
|
1638
|
-
right: 4px;
|
1639
|
-
display: flex;
|
1640
|
-
width: 20px;
|
1641
|
-
height: 20px;
|
1642
|
-
font-size: 14px;
|
1643
|
-
color: #c4c6cc;
|
1644
|
-
transition: all 0.1s;
|
1645
|
-
align-items: center;
|
1646
|
-
justify-content: center;
|
1647
|
-
}
|
1648
|
-
.bk-select .bk-select-trigger .clear-icon:hover {
|
1649
|
-
color: #979ba5;
|
1650
|
-
}
|
1651
|
-
.bk-select .bk-select-option {
|
1652
|
-
height: 32px;
|
1653
|
-
padding: 0 16px;
|
1654
|
-
margin: 0 -8px;
|
1655
|
-
font-weight: normal;
|
1656
|
-
line-height: 32px;
|
1657
|
-
color: #63656e;
|
1658
|
-
text-align: left;
|
1659
|
-
list-style: none;
|
1660
|
-
cursor: pointer;
|
1661
|
-
user-select: none;
|
1662
|
-
}
|
1663
|
-
.bk-select .bk-select-option:hover {
|
1664
|
-
color: #3a84ff;
|
1665
|
-
background-color: #eaf3ff;
|
1666
|
-
}
|
1667
|
-
.bk-select .bk-select-option.is-selected {
|
1668
|
-
color: #3a84ff;
|
1669
|
-
background-color: #f4f6fa;
|
1670
|
-
}
|
1671
|
-
.bk-select .bk-select-option.is-selected.is-multiple::after {
|
1672
|
-
position: absolute;
|
1673
|
-
right: 20px;
|
1674
|
-
font-size: 12px;
|
1675
|
-
font-weight: 700;
|
1676
|
-
content: '\2713';
|
1677
|
-
}
|
1678
|
-
.bk-select .bk-select-option.is-disabled {
|
1679
|
-
color: #c4c6cc;
|
1680
|
-
cursor: not-allowed;
|
1681
|
-
background-color: transparent;
|
1682
|
-
}
|
1683
|
-
.bk-modal-wrapper.bk-sideslider-wrapper {
|
1684
|
-
position: fixed;
|
1685
|
-
top: 0;
|
1686
|
-
bottom: 0;
|
1687
|
-
left: auto;
|
1688
|
-
background: #fff;
|
1689
|
-
transform: initial;
|
1690
|
-
box-shadow: -5px 0 8px -5px rgba(0, 0, 0, 0.2);
|
1691
|
-
}
|
1692
|
-
.bk-modal-wrapper.bk-sideslider-wrapper.scroll-able .bk-modal-content {
|
1693
|
-
overflow: auto;
|
1694
|
-
}
|
1695
|
-
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header {
|
1696
|
-
width: 100%;
|
1697
|
-
height: 60px;
|
1698
|
-
background: #fff;
|
1699
|
-
border-bottom: 1px solid #dcdee5;
|
1700
|
-
}
|
1701
|
-
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-close {
|
1702
|
-
position: absolute;
|
1703
|
-
top: 0;
|
1704
|
-
width: 30px;
|
1705
|
-
height: 60px;
|
1706
|
-
font-size: 24px;
|
1707
|
-
line-height: 60px;
|
1708
|
-
color: #fff;
|
1709
|
-
text-align: center;
|
1710
|
-
cursor: pointer;
|
1711
|
-
background-color: #3a84ff;
|
1712
|
-
}
|
1713
|
-
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-close.right {
|
1714
|
-
left: 0;
|
1715
|
-
}
|
1716
|
-
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-close.right::before {
|
1717
|
-
top: 50%;
|
1718
|
-
left: 50%;
|
1719
|
-
display: inline-block;
|
1720
|
-
width: 8px;
|
1721
|
-
height: 8px;
|
1722
|
-
border-top: solid 2px #fff;
|
1723
|
-
border-right: solid 2px #fff;
|
1724
|
-
content: '';
|
1725
|
-
transform: translate(-50%, -50%) rotate(45deg);
|
1726
|
-
}
|
1727
|
-
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-close.left {
|
1728
|
-
right: 0;
|
1729
|
-
}
|
1730
|
-
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-close.left::before {
|
1731
|
-
top: 50%;
|
1732
|
-
left: 50%;
|
1733
|
-
display: inline-block;
|
1734
|
-
width: 8px;
|
1735
|
-
height: 8px;
|
1736
|
-
border-top: solid 2px #fff;
|
1737
|
-
border-left: solid 2px #fff;
|
1738
|
-
content: '';
|
1739
|
-
transform: translate(50%, -50%) rotate(-45deg);
|
1740
|
-
}
|
1741
|
-
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-title {
|
1742
|
-
height: 60px;
|
1743
|
-
padding-left: 30px;
|
1744
|
-
font-size: 16px;
|
1745
|
-
font-weight: 700;
|
1746
|
-
line-height: 60px;
|
1747
|
-
color: #666;
|
1748
|
-
}
|
1749
|
-
.bk-modal-wrapper.bk-sideslider-wrapper .bk-sideslider-header .bk-sideslider-title.right {
|
1750
|
-
padding: 0px 0px 0px 50px;
|
1751
|
-
}
|
1752
|
-
@keyframes loading-scale-animate {
|
1753
|
-
0% {
|
1754
|
-
transform: scale(1);
|
1755
|
-
}
|
1756
|
-
100% {
|
1757
|
-
transform: scale(0.6);
|
1758
|
-
}
|
1759
|
-
}
|
1760
|
-
@keyframes fade {
|
1761
|
-
100% {
|
1762
|
-
background-color: transparent;
|
1763
|
-
}
|
1764
|
-
}
|
1765
|
-
.bk-fade-transtion .bk-fade-enter-active,
|
1766
|
-
.bk-fade-transtion .bk-fade-leave-active {
|
1767
|
-
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
1768
|
-
}
|
1769
|
-
.bk-fade-transtion .bk-fade-enter,
|
1770
|
-
.bk-fade-transtion .bk-fade-leave-to {
|
1771
|
-
opacity: 0;
|
1772
|
-
}
|
1773
|
-
.bk-switcher {
|
1774
|
-
position: relative;
|
1775
|
-
display: inline-block;
|
1776
|
-
/* 默认尺寸 */
|
1777
|
-
width: 36px;
|
1778
|
-
height: 20px;
|
1779
|
-
line-height: 20px;
|
1780
|
-
text-align: left;
|
1781
|
-
vertical-align: middle;
|
1782
|
-
background-color: #c4c6cc;
|
1783
|
-
border-radius: 50px;
|
1784
|
-
transition: all 0.4s ease;
|
1785
|
-
/* 显示文本时固定尺寸 */
|
1786
|
-
}
|
1787
|
-
.bk-switcher:focus {
|
1788
|
-
box-shadow: 0px 0px 6px #c4c6cc;
|
1789
|
-
}
|
1790
|
-
.bk-switcher:after {
|
1791
|
-
position: absolute;
|
1792
|
-
top: 2px;
|
1793
|
-
left: 2px;
|
1794
|
-
display: block;
|
1795
|
-
width: 24px;
|
1796
|
-
height: 24px;
|
1797
|
-
cursor: pointer;
|
1798
|
-
background: #fff;
|
1799
|
-
border-radius: 100px;
|
1800
|
-
content: '';
|
1801
|
-
box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
|
1802
|
-
transition: all 0.3s ease;
|
1803
|
-
}
|
1804
|
-
.bk-switcher:not(.show-label):after {
|
1805
|
-
width: 16px;
|
1806
|
-
height: 16px;
|
1807
|
-
}
|
1808
|
-
.bk-switcher:not(.show-label).is-checked:after {
|
1809
|
-
margin-left: -18px;
|
1810
|
-
}
|
1811
|
-
.bk-switcher.is-loading {
|
1812
|
-
cursor: defalt;
|
1813
|
-
}
|
1814
|
-
.bk-switcher.is-loading input[type=checkbox] {
|
1815
|
-
cursor: default;
|
1816
|
-
}
|
1817
|
-
.bk-switcher .bk-switcher-loading {
|
1818
|
-
position: absolute;
|
1819
|
-
top: 50%;
|
1820
|
-
left: 1px;
|
1821
|
-
z-index: 10;
|
1822
|
-
display: flex;
|
1823
|
-
width: 18px;
|
1824
|
-
height: 18px;
|
1825
|
-
transform: translateY(-50%);
|
1826
|
-
}
|
1827
|
-
.bk-switcher .bk-switcher-loading svg {
|
1828
|
-
color: #3a84ff;
|
1829
|
-
}
|
1830
|
-
.bk-switcher .switcher-label {
|
1831
|
-
display: none;
|
1832
|
-
width: 30px;
|
1833
|
-
height: 28px;
|
1834
|
-
margin: 0 0 0 26px;
|
1835
|
-
font-size: 12px;
|
1836
|
-
font-weight: normal;
|
1837
|
-
color: #fff;
|
1838
|
-
text-align: center;
|
1839
|
-
vertical-align: top;
|
1840
|
-
transition: all ease 0.3s;
|
1841
|
-
}
|
1842
|
-
.bk-switcher .switcher-label .on-text {
|
1843
|
-
display: none;
|
1844
|
-
}
|
1845
|
-
.bk-switcher .switcher-label .off-text {
|
1846
|
-
display: inline-block;
|
1847
|
-
}
|
1848
|
-
.bk-switcher.show-label {
|
1849
|
-
width: 60px;
|
1850
|
-
height: 28px;
|
1851
|
-
line-height: 28px;
|
1852
|
-
}
|
1853
|
-
.bk-switcher.show-label .switcher-label {
|
1854
|
-
display: inline-block;
|
1855
|
-
}
|
1856
|
-
.bk-switcher.show-label .bk-switcher-loading {
|
1857
|
-
width: 26px;
|
1858
|
-
height: 26px;
|
1859
|
-
align-items: center;
|
1860
|
-
justify-content: center;
|
1861
|
-
}
|
1862
|
-
.bk-switcher.show-label .bk-switcher-loading svg {
|
1863
|
-
font-size: 24px;
|
1864
|
-
}
|
1865
|
-
.bk-switcher.is-disabled {
|
1866
|
-
cursor: default;
|
1867
|
-
/* background-color: #eee !important; */
|
1868
|
-
opacity: 0.3;
|
1869
|
-
}
|
1870
|
-
.bk-switcher.is-disabled input[type=checkbox] {
|
1871
|
-
cursor: not-allowed;
|
1872
|
-
}
|
1873
|
-
.bk-switcher.is-checked {
|
1874
|
-
background: #2dcb56;
|
1875
|
-
}
|
1876
|
-
.bk-switcher.is-checked:focus {
|
1877
|
-
box-shadow: 0px 0px 6px #2dcb56;
|
1878
|
-
}
|
1879
|
-
.bk-switcher.is-checked.primary {
|
1880
|
-
background: #3a84ff;
|
1881
|
-
}
|
1882
|
-
.bk-switcher.is-checked.primary:focus {
|
1883
|
-
box-shadow: 0px 0px 6px #3a84ff;
|
1884
|
-
}
|
1885
|
-
.bk-switcher.is-checked:after {
|
1886
|
-
top: 2px;
|
1887
|
-
left: 100%;
|
1888
|
-
margin-left: -26px;
|
1889
|
-
}
|
1890
|
-
.bk-switcher.is-checked .switcher-label {
|
1891
|
-
margin-left: 4px;
|
1892
|
-
}
|
1893
|
-
.bk-switcher.is-checked .switcher-label .on-text {
|
1894
|
-
display: inline-block;
|
1895
|
-
}
|
1896
|
-
.bk-switcher.is-checked .switcher-label .off-text {
|
1897
|
-
display: none;
|
1898
|
-
}
|
1899
|
-
.bk-switcher.is-checked .bk-switcher-loading {
|
1900
|
-
right: 1px;
|
1901
|
-
left: auto;
|
1902
|
-
}
|
1903
|
-
.bk-switcher.bk-switcher-outline {
|
1904
|
-
background: #fff;
|
1905
|
-
border: 1px solid #c4c6cc;
|
1906
|
-
}
|
1907
|
-
.bk-switcher.bk-switcher-outline:after {
|
1908
|
-
width: 22px;
|
1909
|
-
height: 22px;
|
1910
|
-
background-color: #c4c6cc;
|
1911
|
-
box-shadow: none;
|
1912
|
-
}
|
1913
|
-
.bk-switcher.bk-switcher-outline .switcher-label {
|
1914
|
-
height: 26px;
|
1915
|
-
margin-left: 24px;
|
1916
|
-
color: #c4c6cc;
|
1917
|
-
}
|
1918
|
-
.bk-switcher.bk-switcher-outline .bk-switcher-loading {
|
1919
|
-
width: 22px;
|
1920
|
-
height: 22px;
|
1921
|
-
align-items: center;
|
1922
|
-
justify-content: center;
|
1923
|
-
}
|
1924
|
-
.bk-switcher.bk-switcher-outline.is-checked {
|
1925
|
-
border: 1px solid #2dcb56;
|
1926
|
-
}
|
1927
|
-
.bk-switcher.bk-switcher-outline.is-checked:after {
|
1928
|
-
margin-left: -24px;
|
1929
|
-
background-color: #2dcb56;
|
1930
|
-
}
|
1931
|
-
.bk-switcher.bk-switcher-outline.is-checked .switcher-label {
|
1932
|
-
margin-left: 4px;
|
1933
|
-
color: #2dcb56;
|
1934
|
-
}
|
1935
|
-
.bk-switcher.bk-switcher-outline.is-disabled {
|
1936
|
-
background-color: #fff;
|
1937
|
-
border-color: #eee;
|
1938
|
-
}
|
1939
|
-
.bk-switcher.bk-switcher-outline.is-disabled .switcher-label {
|
1940
|
-
color: #eee;
|
1941
|
-
}
|
1942
|
-
.bk-switcher.bk-switcher-outline.is-disabled:after {
|
1943
|
-
background-color: #eee;
|
1944
|
-
}
|
1945
|
-
.bk-switcher.bk-switcher-outline.bk-switcher-large:after {
|
1946
|
-
width: 18px;
|
1947
|
-
height: 18px;
|
1948
|
-
}
|
1949
|
-
.bk-switcher.bk-switcher-outline.bk-switcher-large.is-checked:after {
|
1950
|
-
margin-left: -20px;
|
1951
|
-
}
|
1952
|
-
.bk-switcher.bk-switcher-square {
|
1953
|
-
border-radius: 2px;
|
1954
|
-
}
|
1955
|
-
.bk-switcher.bk-switcher-square:after {
|
1956
|
-
border-radius: 2px;
|
1957
|
-
}
|
1958
|
-
.bk-switcher.bk-switcher-square .switcher-label {
|
1959
|
-
width: 35px;
|
1960
|
-
}
|
1961
|
-
.bk-switcher.bk-switcher-large {
|
1962
|
-
width: 42px;
|
1963
|
-
height: 24px;
|
1964
|
-
line-height: 22px;
|
1965
|
-
border-radius: 12px;
|
1966
|
-
}
|
1967
|
-
.bk-switcher.bk-switcher-large:after {
|
1968
|
-
width: 20px;
|
1969
|
-
height: 20px;
|
1970
|
-
}
|
1971
|
-
.bk-switcher.bk-switcher-large.is-checked:after {
|
1972
|
-
top: 2px;
|
1973
|
-
left: 100%;
|
1974
|
-
margin-left: -22px;
|
1975
|
-
}
|
1976
|
-
.bk-switcher.bk-switcher-large .bk-switcher-loading {
|
1977
|
-
width: 22px;
|
1978
|
-
height: 22px;
|
1979
|
-
}
|
1980
|
-
.bk-switcher.bk-switcher-small {
|
1981
|
-
width: 26px;
|
1982
|
-
height: 16px;
|
1983
|
-
line-height: 22px;
|
1984
|
-
}
|
1985
|
-
.bk-switcher.bk-switcher-small:after {
|
1986
|
-
width: 12px;
|
1987
|
-
height: 12px;
|
1988
|
-
}
|
1989
|
-
.bk-switcher.bk-switcher-small.is-checked:after {
|
1990
|
-
top: 2px;
|
1991
|
-
left: 100%;
|
1992
|
-
margin-left: -14px;
|
1993
|
-
}
|
1994
|
-
.bk-switcher.bk-switcher-small .bk-switcher-loading {
|
1995
|
-
width: 14px;
|
1996
|
-
height: 14px;
|
1997
|
-
}
|
1998
|
-
.bk-switcher input[type=checkbox],
|
1999
|
-
.bk-switcher input[type=radio] {
|
2000
|
-
position: absolute;
|
2001
|
-
top: 0;
|
2002
|
-
left: 0;
|
2003
|
-
z-index: 1;
|
2004
|
-
width: 100%;
|
2005
|
-
height: 100%;
|
2006
|
-
margin: 0;
|
2007
|
-
cursor: pointer;
|
2008
|
-
opacity: 0;
|
2009
|
-
}
|