bkui-vue 0.0.1-beta.3 → 0.0.1-beta.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (453) hide show
  1. package/README.md +31 -19
  2. package/README_EN.md +93 -0
  3. package/dist/bkui-vue.cjs.js +18095 -2770
  4. package/dist/bkui-vue.esm.js +18052 -2776
  5. package/dist/bkui-vue.umd.js +18097 -2772
  6. package/dist/style.css +4114 -259
  7. package/lib/alert/alert.d.ts +24 -15
  8. package/lib/alert/alert.variable.css +32 -0
  9. package/lib/alert/index.d.ts +180 -0
  10. package/lib/alert/index.js +1 -1
  11. package/lib/animate-number/animate-number.d.ts +12 -7
  12. package/lib/animate-number/index.d.ts +97 -0
  13. package/lib/animate-number/index.js +1 -1
  14. package/lib/backtop/backtop.d.ts +27 -13
  15. package/lib/backtop/backtop.variable.css +32 -0
  16. package/lib/backtop/index.d.ts +166 -0
  17. package/lib/backtop/index.js +10 -1
  18. package/lib/badge/badge.d.ts +40 -19
  19. package/lib/badge/badge.variable.css +32 -0
  20. package/lib/badge/index.d.ts +217 -0
  21. package/lib/badge/index.js +1 -1
  22. package/lib/breadcrumb/breadcrumb-item.d.ts +13 -9
  23. package/lib/breadcrumb/breadcrumb.css +10 -1
  24. package/lib/breadcrumb/breadcrumb.d.ts +37 -9
  25. package/lib/breadcrumb/breadcrumb.less +13 -2
  26. package/lib/breadcrumb/breadcrumb.variable.css +42 -1
  27. package/lib/breadcrumb/index.d.ts +194 -0
  28. package/lib/breadcrumb/index.js +1 -1
  29. package/lib/button/button-group.d.ts +3 -5
  30. package/lib/button/button.css +9 -0
  31. package/lib/button/button.d.ts +57 -28
  32. package/lib/button/button.less +23 -15
  33. package/lib/button/button.variable.css +41 -0
  34. package/lib/button/index.d.ts +226 -0
  35. package/lib/button/index.js +1 -1
  36. package/lib/card/card.d.ts +30 -15
  37. package/lib/card/card.variable.css +32 -0
  38. package/lib/card/index.d.ts +187 -0
  39. package/lib/card/index.js +1 -1
  40. package/lib/checkbox/checkbox-group.d.ts +13 -9
  41. package/lib/checkbox/checkbox.d.ts +31 -22
  42. package/lib/checkbox/checkbox.variable.css +32 -0
  43. package/lib/checkbox/common.d.ts +1 -1
  44. package/lib/checkbox/index.d.ts +261 -0
  45. package/lib/checkbox/index.js +1 -1
  46. package/lib/checkbox/type.d.ts +7 -6
  47. package/lib/code-diff/code-diff.css +186 -0
  48. package/lib/code-diff/code-diff.d.ts +80 -0
  49. package/lib/code-diff/code-diff.less +238 -0
  50. package/lib/code-diff/code-diff.variable.css +279 -0
  51. package/lib/code-diff/index.d.ts +154 -0
  52. package/lib/code-diff/index.js +1 -0
  53. package/lib/collapse/collapse.css +8 -0
  54. package/lib/collapse/collapse.d.ts +50 -18
  55. package/lib/collapse/collapse.less +10 -0
  56. package/lib/collapse/collapse.variable.css +8 -0
  57. package/lib/collapse/index.d.ts +166 -0
  58. package/lib/collapse/index.js +1 -1
  59. package/lib/components.d.ts +39 -0
  60. package/lib/date-picker/date-picker.css +407 -0
  61. package/lib/date-picker/date-picker.d.ts +294 -0
  62. package/lib/date-picker/date-picker.less +526 -0
  63. package/lib/date-picker/date-picker.variable.css +500 -0
  64. package/lib/date-picker/fecha.d.ts +6 -0
  65. package/lib/date-picker/index.d.ts +713 -0
  66. package/lib/date-picker/index.js +1 -0
  67. package/lib/date-picker/interface.d.ts +22 -0
  68. package/lib/date-picker/props.d.ts +111 -0
  69. package/lib/date-picker/utils.d.ts +97 -0
  70. package/lib/dialog/dialog.d.ts +57 -27
  71. package/lib/dialog/index.d.ts +286 -0
  72. package/lib/dialog/index.js +1 -1
  73. package/lib/directives/clickoutside.d.ts +3 -0
  74. package/lib/directives/index.d.ts +3 -0
  75. package/lib/directives/index.js +14 -14
  76. package/lib/directives/tooltips.d.ts +17 -0
  77. package/lib/divider/divider.css +38 -0
  78. package/lib/divider/divider.d.ts +48 -0
  79. package/lib/divider/divider.less +53 -0
  80. package/lib/divider/divider.variable.css +131 -0
  81. package/lib/divider/index.d.ts +142 -0
  82. package/lib/divider/index.js +1 -0
  83. package/lib/divider/props.d.ts +21 -0
  84. package/lib/dropdown/dropdown-item.d.ts +19 -0
  85. package/lib/dropdown/dropdown-menu.d.ts +16 -0
  86. package/lib/dropdown/dropdown.css +43 -0
  87. package/lib/dropdown/dropdown.d.ts +61 -0
  88. package/lib/dropdown/dropdown.less +54 -0
  89. package/lib/dropdown/dropdown.variable.css +136 -0
  90. package/lib/dropdown/index.d.ts +192 -0
  91. package/lib/dropdown/index.js +1 -0
  92. package/lib/exception/exception.d.ts +11 -9
  93. package/lib/exception/exception.variable.css +32 -0
  94. package/lib/exception/index.d.ts +96 -0
  95. package/lib/exception/index.js +1 -1
  96. package/lib/fixed-navbar/fixed-navbar.d.ts +15 -9
  97. package/lib/fixed-navbar/fixed-navbar.variable.css +32 -0
  98. package/lib/fixed-navbar/index.d.ts +112 -0
  99. package/lib/fixed-navbar/index.js +1 -1
  100. package/lib/form/common.d.ts +3 -0
  101. package/lib/form/form-item.d.ts +145 -0
  102. package/lib/form/form.css +48 -0
  103. package/lib/form/form.d.ts +64 -0
  104. package/lib/form/form.less +63 -0
  105. package/lib/form/form.variable.css +48 -0
  106. package/lib/form/index.d.ts +246 -0
  107. package/lib/form/index.js +1 -0
  108. package/lib/form/type.d.ts +21 -0
  109. package/lib/form/validator.d.ts +8 -0
  110. package/lib/icon/angle-double-down-line.d.ts +4 -0
  111. package/lib/icon/angle-double-down-line.js +15 -0
  112. package/lib/icon/angle-double-left-line.d.ts +4 -0
  113. package/lib/icon/angle-double-left-line.js +15 -0
  114. package/lib/icon/angle-double-left.d.ts +4 -0
  115. package/lib/icon/angle-double-left.js +15 -0
  116. package/lib/icon/angle-double-right-line.d.ts +4 -0
  117. package/lib/icon/angle-double-right-line.js +15 -0
  118. package/lib/icon/angle-double-right.d.ts +4 -0
  119. package/lib/icon/angle-double-right.js +15 -0
  120. package/lib/icon/angle-double-up-line.d.ts +4 -0
  121. package/lib/icon/angle-double-up-line.js +15 -0
  122. package/lib/icon/angle-down-fill.d.ts +4 -0
  123. package/lib/icon/angle-down-fill.js +15 -0
  124. package/lib/icon/angle-down-line.d.ts +4 -0
  125. package/lib/icon/angle-down-line.js +15 -0
  126. package/lib/icon/angle-down.d.ts +4 -0
  127. package/lib/icon/angle-down.js +15 -0
  128. package/lib/icon/angle-left.d.ts +4 -0
  129. package/lib/icon/angle-left.js +15 -0
  130. package/lib/icon/angle-right.d.ts +4 -0
  131. package/lib/icon/angle-right.js +15 -0
  132. package/lib/icon/angle-up-fill.d.ts +4 -0
  133. package/lib/icon/angle-up-fill.js +15 -0
  134. package/lib/icon/angle-up.d.ts +4 -0
  135. package/lib/icon/angle-up.js +15 -0
  136. package/lib/icon/arrows-left.d.ts +4 -0
  137. package/lib/icon/arrows-left.js +15 -0
  138. package/lib/icon/arrows-right.d.ts +4 -0
  139. package/lib/icon/arrows-right.js +15 -0
  140. package/lib/icon/bk.d.ts +4 -0
  141. package/lib/icon/bk.js +15 -0
  142. package/lib/icon/circle.d.ts +4 -0
  143. package/lib/icon/circle.js +15 -0
  144. package/lib/icon/close.d.ts +4 -0
  145. package/lib/icon/close.js +15 -0
  146. package/lib/icon/code.d.ts +4 -0
  147. package/lib/icon/code.js +15 -0
  148. package/lib/icon/cog-shape.d.ts +4 -0
  149. package/lib/icon/cog-shape.js +15 -0
  150. package/lib/icon/collapse-left.d.ts +4 -0
  151. package/lib/icon/collapse-left.js +15 -0
  152. package/lib/icon/copy.d.ts +4 -0
  153. package/lib/icon/copy.js +15 -0
  154. package/lib/icon/done.d.ts +4 -0
  155. package/lib/icon/done.js +15 -0
  156. package/lib/icon/down-shape.d.ts +4 -0
  157. package/lib/icon/down-shape.js +15 -0
  158. package/lib/icon/down-small.d.ts +4 -0
  159. package/lib/icon/down-small.js +15 -0
  160. package/lib/icon/ellipsis.d.ts +4 -0
  161. package/lib/icon/ellipsis.js +15 -0
  162. package/lib/icon/error.d.ts +4 -0
  163. package/lib/icon/error.js +15 -0
  164. package/lib/icon/eye.d.ts +4 -0
  165. package/lib/icon/eye.js +15 -0
  166. package/lib/icon/folder-open.d.ts +4 -0
  167. package/lib/icon/folder-open.js +15 -0
  168. package/lib/icon/folder-shape-open.d.ts +4 -0
  169. package/lib/icon/folder-shape-open.js +15 -0
  170. package/lib/icon/folder-shape.d.ts +4 -0
  171. package/lib/icon/folder-shape.js +15 -0
  172. package/lib/icon/folder.d.ts +4 -0
  173. package/lib/icon/folder.js +15 -0
  174. package/lib/icon/help-document-fill.d.ts +4 -0
  175. package/lib/icon/help-document-fill.js +15 -0
  176. package/lib/icon/help-fill.d.ts +4 -0
  177. package/lib/icon/help-fill.js +15 -0
  178. package/lib/icon/help.d.ts +4 -0
  179. package/lib/icon/help.js +15 -0
  180. package/lib/icon/icon.d.ts +12 -0
  181. package/lib/icon/icon.js +15 -0
  182. package/lib/icon/index.d.ts +53 -0
  183. package/lib/icon/index.js +1 -1
  184. package/lib/icon/info-line.d.ts +4 -0
  185. package/lib/icon/info-line.js +15 -0
  186. package/lib/icon/info.d.ts +4 -0
  187. package/lib/icon/info.js +15 -0
  188. package/lib/icon/left-shape.d.ts +4 -0
  189. package/lib/icon/left-shape.js +15 -0
  190. package/lib/icon/play-shape.d.ts +4 -0
  191. package/lib/icon/play-shape.js +15 -0
  192. package/lib/icon/plus.d.ts +4 -0
  193. package/lib/icon/plus.js +15 -0
  194. package/lib/icon/qq.d.ts +4 -0
  195. package/lib/icon/qq.js +15 -0
  196. package/lib/icon/right-shape.d.ts +4 -0
  197. package/lib/icon/right-shape.js +15 -0
  198. package/lib/icon/search.d.ts +4 -0
  199. package/lib/icon/search.js +15 -0
  200. package/lib/icon/share.d.ts +4 -0
  201. package/lib/icon/share.js +15 -0
  202. package/lib/icon/spinner.d.ts +4 -0
  203. package/lib/icon/spinner.js +15 -0
  204. package/lib/icon/success.d.ts +4 -0
  205. package/lib/icon/success.js +15 -0
  206. package/lib/icon/switcher-loading.d.ts +4 -0
  207. package/lib/icon/switcher-loading.js +15 -0
  208. package/lib/icon/text-file.d.ts +4 -0
  209. package/lib/icon/text-file.js +15 -0
  210. package/lib/icon/tree-application-shape.d.ts +4 -0
  211. package/lib/icon/tree-application-shape.js +15 -0
  212. package/lib/icon/unvisible.d.ts +4 -0
  213. package/lib/icon/unvisible.js +15 -0
  214. package/lib/icon/up-shape.d.ts +4 -0
  215. package/lib/icon/up-shape.js +15 -0
  216. package/lib/icon/warn.d.ts +4 -0
  217. package/lib/icon/warn.js +15 -0
  218. package/lib/icon/weixin.d.ts +4 -0
  219. package/lib/icon/weixin.js +15 -0
  220. package/lib/index.d.ts +4 -0
  221. package/lib/input/index.d.ts +417 -0
  222. package/lib/input/index.js +2 -2
  223. package/lib/input/input.css +20 -2
  224. package/lib/input/input.d.ts +97 -45
  225. package/lib/input/input.less +28 -5
  226. package/lib/input/input.variable.css +52 -2
  227. package/lib/link/index.d.ts +164 -0
  228. package/lib/link/index.js +1 -1
  229. package/lib/link/link.d.ts +25 -13
  230. package/lib/link/link.variable.css +32 -0
  231. package/lib/loading/index.d.ts +164 -0
  232. package/lib/loading/index.js +1 -1
  233. package/lib/loading/loading.css +108 -73
  234. package/lib/loading/loading.d.ts +61 -20
  235. package/lib/loading/loading.less +73 -58
  236. package/lib/loading/loading.variable.css +140 -73
  237. package/lib/menu/index.d.ts +188 -0
  238. package/lib/menu/index.js +1 -0
  239. package/lib/menu/menu-group.d.ts +14 -0
  240. package/lib/menu/menu-item.d.ts +16 -0
  241. package/lib/menu/menu.css +182 -0
  242. package/lib/menu/menu.d.ts +64 -0
  243. package/lib/menu/menu.less +180 -0
  244. package/lib/menu/menu.variable.css +275 -0
  245. package/lib/menu/submenu.css +3 -0
  246. package/lib/menu/submenu.d.ts +22 -0
  247. package/lib/menu/submenu.less +5 -0
  248. package/lib/menu/submenu.variable.css +96 -0
  249. package/lib/menu/utils.d.ts +41 -0
  250. package/lib/message/index.d.ts +2 -0
  251. package/lib/message/index.js +1 -0
  252. package/lib/message/message.css +53 -0
  253. package/lib/message/message.less +61 -0
  254. package/lib/message/message.variable.css +146 -0
  255. package/lib/message/messageConstructor.d.ts +73 -0
  256. package/lib/modal/index.d.ts +214 -0
  257. package/lib/modal/index.js +1 -1
  258. package/lib/modal/modal.d.ts +33 -15
  259. package/lib/modal/props.mixin.d.ts +5 -1
  260. package/lib/navigation/index.d.ts +2 -0
  261. package/lib/navigation/index.js +1 -0
  262. package/lib/navigation/navigation-title.d.ts +25 -0
  263. package/lib/navigation/navigation.css +184 -0
  264. package/lib/navigation/navigation.d.ts +111 -0
  265. package/lib/navigation/navigation.less +210 -0
  266. package/lib/navigation/navigation.variable.css +277 -0
  267. package/lib/notify/index.d.ts +2 -0
  268. package/lib/notify/index.js +1 -0
  269. package/lib/notify/notify.css +49 -0
  270. package/lib/notify/notify.less +58 -0
  271. package/lib/notify/notify.variable.css +142 -0
  272. package/lib/notify/notifyConstructor.d.ts +91 -0
  273. package/lib/pagination/index.d.ts +395 -0
  274. package/lib/pagination/index.js +1 -0
  275. package/lib/pagination/pagination.css +179 -0
  276. package/lib/pagination/pagination.d.ts +220 -0
  277. package/lib/pagination/pagination.less +201 -0
  278. package/lib/pagination/pagination.variable.css +272 -0
  279. package/lib/pagination/type.d.ts +6 -0
  280. package/lib/pagination/use-limit.d.ts +8 -0
  281. package/lib/pagination/use-list.d.ts +8 -0
  282. package/lib/pagination/use-small-list.d.ts +5 -0
  283. package/lib/pagination/use-total.d.ts +5 -0
  284. package/lib/popover/index.d.ts +287 -0
  285. package/lib/popover/index.js +1 -1
  286. package/lib/popover/popover.css +23 -14
  287. package/lib/popover/popover.d.ts +75 -46
  288. package/lib/popover/popover.less +57 -46
  289. package/lib/popover/popover.variable.css +55 -14
  290. package/lib/popover/props.d.ts +77 -0
  291. package/lib/preset.d.ts +7 -0
  292. package/lib/process/index.d.ts +205 -0
  293. package/lib/process/index.js +15 -0
  294. package/lib/process/process.css +138 -0
  295. package/lib/process/process.d.ts +131 -0
  296. package/lib/process/process.less +178 -0
  297. package/lib/process/process.variable.css +231 -0
  298. package/lib/progress/index.d.ts +398 -0
  299. package/lib/progress/index.js +1 -1
  300. package/lib/progress/progress.css +0 -3
  301. package/lib/progress/progress.d.ts +88 -35
  302. package/lib/progress/progress.less +0 -4
  303. package/lib/progress/progress.variable.css +32 -3
  304. package/lib/radio/common.d.ts +1 -1
  305. package/lib/radio/index.d.ts +277 -0
  306. package/lib/radio/index.js +1 -1
  307. package/lib/radio/radio-button.d.ts +24 -16
  308. package/lib/radio/radio-group.d.ts +11 -10
  309. package/lib/radio/radio.css +8 -2
  310. package/lib/radio/radio.d.ts +23 -13
  311. package/lib/radio/radio.less +9 -2
  312. package/lib/radio/radio.variable.css +40 -2
  313. package/lib/radio/type.d.ts +1 -1
  314. package/lib/rate/index.d.ts +113 -0
  315. package/lib/rate/index.js +1 -1
  316. package/lib/rate/rate.d.ts +13 -10
  317. package/lib/rate/star.d.ts +33 -16
  318. package/lib/resize-layout/index.d.ts +336 -0
  319. package/lib/resize-layout/index.js +1 -0
  320. package/lib/resize-layout/resize-layout.css +189 -0
  321. package/lib/resize-layout/resize-layout.d.ts +127 -0
  322. package/lib/resize-layout/resize-layout.less +233 -0
  323. package/lib/resize-layout/resize-layout.variable.css +282 -0
  324. package/lib/select/common.d.ts +23 -17
  325. package/lib/select/index.d.ts +1347 -0
  326. package/lib/select/index.js +15 -1
  327. package/lib/select/option.d.ts +12 -19
  328. package/lib/select/optionGroup.d.ts +54 -0
  329. package/lib/select/select.css +243 -17
  330. package/lib/select/select.d.ts +268 -155
  331. package/lib/select/select.less +245 -46
  332. package/lib/select/select.variable.css +275 -17
  333. package/lib/select/type.d.ts +31 -0
  334. package/lib/shared/{bk-helper-core.d.ts → helper.d.ts} +6 -1
  335. package/lib/shared/index.d.ts +51 -0
  336. package/lib/shared/index.js +1 -1
  337. package/lib/shared/{bk-mask-manager.d.ts → mask-manager.d.ts} +32 -3
  338. package/lib/shared/{bk-pop-manager.d.ts → pop-manager.d.ts} +8 -1
  339. package/lib/shared/{bk-popover.d.ts → popover.d.ts} +57 -6
  340. package/lib/shared/utils.d.ts +6 -0
  341. package/lib/shared/vue-types.d.ts +8 -7
  342. package/lib/shared/z-index-manager.d.ts +6 -1
  343. package/lib/sideslider/index.d.ts +206 -0
  344. package/lib/sideslider/index.js +1 -1
  345. package/lib/sideslider/sideslider.d.ts +39 -18
  346. package/lib/sideslider/sideslider.variable.css +32 -0
  347. package/{changelog.config.js → lib/slider/index.d.ts} +2 -8
  348. package/lib/slider/index.js +15 -0
  349. package/lib/slider/slider-button.d.ts +80 -0
  350. package/lib/slider/slider.css +149 -0
  351. package/lib/slider/slider.d.ts +201 -0
  352. package/lib/slider/slider.less +179 -0
  353. package/lib/slider/slider.variable.css +242 -0
  354. package/lib/steps/index.d.ts +250 -0
  355. package/lib/steps/index.js +15 -0
  356. package/lib/steps/steps.css +288 -0
  357. package/lib/steps/steps.d.ts +161 -0
  358. package/lib/steps/steps.less +324 -0
  359. package/lib/steps/steps.variable.css +381 -0
  360. package/lib/styles/index.d.ts +47 -0
  361. package/lib/styles/index.js +1 -1
  362. package/lib/styles/mixins/popper.css +43 -0
  363. package/lib/styles/mixins/popper.less +52 -0
  364. package/lib/styles/mixins/popper.variable.css +43 -0
  365. package/lib/styles/mixins/size.less +9 -0
  366. package/lib/styles/reset.css +273 -0
  367. package/lib/styles/reset.less +313 -0
  368. package/lib/styles/reset.variable.css +273 -0
  369. package/lib/styles/themes/themes.less +52 -2
  370. package/lib/swiper/index.d.ts +181 -0
  371. package/lib/swiper/index.js +1 -0
  372. package/lib/swiper/swiper.css +91 -0
  373. package/lib/swiper/swiper.d.ts +65 -0
  374. package/lib/swiper/swiper.less +107 -0
  375. package/lib/swiper/swiper.variable.css +91 -0
  376. package/lib/switcher/index.d.ts +286 -0
  377. package/lib/switcher/index.js +1 -1
  378. package/lib/switcher/switcher.css +149 -135
  379. package/lib/switcher/switcher.d.ts +48 -32
  380. package/lib/switcher/switcher.less +210 -154
  381. package/lib/switcher/switcher.variable.css +181 -135
  382. package/lib/tab/index.d.ts +443 -0
  383. package/lib/tab/index.js +1 -0
  384. package/lib/tab/props.d.ts +191 -0
  385. package/lib/tab/tab-nav.d.ts +165 -0
  386. package/lib/tab/tab-panel.d.ts +73 -0
  387. package/lib/tab/tab.css +148 -0
  388. package/lib/tab/tab.d.ts +140 -0
  389. package/lib/tab/tab.less +222 -0
  390. package/lib/tab/tab.variable.css +241 -0
  391. package/lib/table/const.d.ts +4 -0
  392. package/lib/table/index.d.ts +278 -0
  393. package/lib/table/index.js +10 -1
  394. package/lib/table/props.d.ts +117 -0
  395. package/lib/table/render.d.ts +82 -0
  396. package/lib/table/table.css +90 -0
  397. package/lib/table/table.d.ts +83 -37
  398. package/lib/table/table.less +116 -1
  399. package/lib/table/table.variable.css +122 -0
  400. package/lib/table/utils.d.ts +69 -0
  401. package/lib/tag/index.d.ts +229 -0
  402. package/lib/tag/index.js +1 -1
  403. package/lib/tag/tag.css +97 -0
  404. package/lib/tag/tag.d.ts +83 -53
  405. package/lib/tag/tag.less +110 -2
  406. package/lib/tag/tag.variable.css +129 -0
  407. package/lib/tag-input/common.d.ts +24 -0
  408. package/lib/tag-input/index.d.ts +2 -0
  409. package/lib/tag-input/index.js +1 -0
  410. package/lib/tag-input/list-tag-render.d.ts +47 -0
  411. package/lib/tag-input/tag-input.css +208 -0
  412. package/lib/tag-input/tag-input.d.ts +374 -0
  413. package/lib/tag-input/tag-input.less +250 -0
  414. package/lib/tag-input/tag-input.variable.css +301 -0
  415. package/lib/tag-input/tag-props.d.ts +131 -0
  416. package/lib/tag-input/tag-render.d.ts +38 -0
  417. package/lib/timeline/index.d.ts +129 -0
  418. package/lib/timeline/index.js +1 -0
  419. package/lib/timeline/timeline.css +235 -0
  420. package/lib/timeline/timeline.d.ts +81 -0
  421. package/lib/timeline/timeline.less +239 -0
  422. package/lib/timeline/timeline.variable.css +328 -0
  423. package/lib/transfer/index.d.ts +351 -0
  424. package/lib/transfer/index.js +1 -0
  425. package/lib/transfer/transfer.css +158 -0
  426. package/lib/transfer/transfer.d.ts +185 -0
  427. package/lib/transfer/transfer.less +171 -0
  428. package/lib/transfer/transfer.variable.css +251 -0
  429. package/lib/tree/index.d.ts +279 -0
  430. package/lib/tree/index.js +1 -0
  431. package/lib/tree/props.d.ts +89 -0
  432. package/lib/tree/tree.css +50 -0
  433. package/lib/tree/tree.d.ts +121 -0
  434. package/lib/tree/tree.less +63 -0
  435. package/lib/tree/tree.variable.css +143 -0
  436. package/lib/tree/util.d.ts +70 -0
  437. package/lib/use-form.d.ts +3 -0
  438. package/lib/use-message.d.ts +2 -0
  439. package/lib/virtual-render/index.d.ts +556 -0
  440. package/lib/virtual-render/index.js +10 -0
  441. package/lib/virtual-render/props.d.ts +157 -0
  442. package/lib/virtual-render/v-virtual-render.d.ts +7 -0
  443. package/lib/virtual-render/virtual-render.css +40 -0
  444. package/lib/virtual-render/virtual-render.d.ts +244 -0
  445. package/lib/virtual-render/virtual-render.less +51 -0
  446. package/lib/virtual-render/virtual-render.variable.css +40 -0
  447. package/package.json +71 -54
  448. package/lib/checkbox-group/index.js +0 -1
  449. package/lib/radio-button/index.js +0 -1
  450. package/lib/radio-group/index.js +0 -1
  451. package/lib/table/common.d.ts +0 -3
  452. package/lib/table/table-layout.d.ts +0 -14
  453. package/lib/table/type.d.ts +0 -12
package/dist/style.css CHANGED
@@ -1,3 +1,276 @@
1
+ html,
2
+ body {
3
+ padding: 0;
4
+ margin: 0;
5
+ }
6
+ * {
7
+ box-sizing: border-box;
8
+ }
9
+ /**
10
+ * HTML5 display definitions
11
+ * ==========================================================================
12
+ *
13
+ * Correct `block` display not defined for any HTML5 element in IE 8/9.
14
+ * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
15
+ * Correct `block` display not defined for `main` in IE 11.
16
+ */
17
+ article,
18
+ aside,
19
+ details,
20
+ figcaption,
21
+ figure,
22
+ footer,
23
+ header,
24
+ hgroup,
25
+ main,
26
+ menu,
27
+ nav,
28
+ section,
29
+ summary {
30
+ display: block;
31
+ }
32
+ /**
33
+ * 1. Correct `inline-block` display not defined in IE 8/9.
34
+ * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
35
+ */
36
+ audio,
37
+ canvas,
38
+ progress,
39
+ video {
40
+ /* 1 */
41
+ display: inline-block;
42
+ /* 2 */
43
+ vertical-align: baseline;
44
+ }
45
+ /**
46
+ * Prevent modern browsers from displaying `audio` without controls.
47
+ * Remove excess height in iOS 5 devices.
48
+ */
49
+ audio:not([controls]) {
50
+ display: none;
51
+ height: 0;
52
+ }
53
+ /**
54
+ * Address `[hidden]` styling not present in IE 8/9/10.
55
+ * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
56
+ */
57
+ [hidden],
58
+ template {
59
+ display: none;
60
+ }
61
+ /**
62
+ * Links
63
+ * ==========================================================================
64
+ *
65
+ * Remove the gray background color from active links in IE 10.
66
+ */
67
+ a {
68
+ background-color: transparent;
69
+ }
70
+ /**
71
+ * Improve readability of focused elements when they are also in an
72
+ * active/hover state.
73
+ */
74
+ a:active,
75
+ a:hover {
76
+ outline: 0;
77
+ }
78
+ /**
79
+ * Text-level semantics
80
+ * ==========================================================================
81
+ *
82
+ * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
83
+ */
84
+ abbr[title] {
85
+ border-bottom: 1px dotted;
86
+ }
87
+ /**
88
+ * Embedded content
89
+ * ==========================================================================
90
+ *
91
+ * Remove border when inside `a` element in IE 8/9/10.
92
+ */
93
+ img {
94
+ border: 0;
95
+ }
96
+ /**
97
+ * Correct overflow not hidden in IE 9/10/11.
98
+ */
99
+ svg:not(:root) {
100
+ overflow: hidden;
101
+ }
102
+ /**
103
+ * Grouping content
104
+ * ==========================================================================
105
+ *
106
+ * Address margin not present in IE 8/9 and Safari.
107
+ */
108
+ figure {
109
+ margin: 1em 40px;
110
+ }
111
+ /**
112
+ * Address differences between Firefox and other browsers.
113
+ */
114
+ hr {
115
+ height: 0;
116
+ box-sizing: content-box;
117
+ }
118
+ /**
119
+ * Address odd `em`-unit font size rendering in all browsers.
120
+ *
121
+ * Forms
122
+ * ==========================================================================
123
+ *
124
+ * Known limitation: by default, Chrome and Safari on OS X allow very limited
125
+ * styling of `select`, unless a `border` property is set.
126
+ *
127
+ * 1. Correct color not being inherited.
128
+ * Known issue: affects color of disabled elements.
129
+ * 2. Correct font properties not being inherited.
130
+ * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
131
+ */
132
+ button,
133
+ input,
134
+ optgroup,
135
+ select,
136
+ textarea {
137
+ /* 3 */
138
+ margin: 0;
139
+ /* 2 */
140
+ font: inherit;
141
+ /* 1 */
142
+ color: inherit;
143
+ }
144
+ /**
145
+ * Address `overflow` set to `hidden` in IE 8/9/10/11.
146
+ */
147
+ button {
148
+ overflow: visible;
149
+ }
150
+ /**
151
+ * Address inconsistent `text-transform` inheritance for `button` and `select`.
152
+ * All other form control elements do not inherit `text-transform` values.
153
+ * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
154
+ * Correct `select` style inheritance in Firefox.
155
+ */
156
+ button,
157
+ select {
158
+ text-transform: none;
159
+ }
160
+ /**
161
+ * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
162
+ * 2. Correct inability to style clickable `input` types in iOS.
163
+ * 3. Improve usability and consistency of cursor style between image-type `input` and others.
164
+ */
165
+ button,
166
+ html input[type='button'],
167
+ input[type='reset'],
168
+ input[type='submit'] {
169
+ /* 3 */
170
+ cursor: pointer;
171
+ /* 2 */
172
+ appearance: button;
173
+ }
174
+ /* Re-set default cursor for disabled elements. */
175
+ button[disabled],
176
+ html input[disabled] {
177
+ cursor: default;
178
+ }
179
+ /* Remove inner padding and border in Firefox 4+. */
180
+ button::-moz-focus-inner,
181
+ input::-moz-focus-inner {
182
+ padding: 0;
183
+ border: 0;
184
+ }
185
+ /**
186
+ * Address Firefox 4+ setting `line-height` on `input` using `!important` in the UA stylesheet.
187
+ */
188
+ input {
189
+ line-height: normal;
190
+ }
191
+ /**
192
+ * It's recommended that you don't attempt to style these elements.
193
+ * Firefox's implementation doesn't respect box-sizing, padding, or width.
194
+ *
195
+ * 1. Address box sizing set to `content-box` in IE 8/9/10.
196
+ * 2. Remove excess padding in IE 8/9/10.
197
+ */
198
+ input[type='checkbox'],
199
+ input[type='radio'] {
200
+ /* 2 */
201
+ padding: 0;
202
+ /* 1 */
203
+ box-sizing: border-box;
204
+ }
205
+ /**
206
+ * Fix the cursor style for Chrome's increment/decrement buttons. For certain
207
+ * `font-size` values of the `input`, it causes the cursor style of the
208
+ * decrement button to change from `default` to `text`.
209
+ */
210
+ input[type='number']::-webkit-inner-spin-button,
211
+ input[type='number']::-webkit-outer-spin-button {
212
+ height: auto;
213
+ }
214
+ ::-ms-clear,
215
+ ::-ms-reveal {
216
+ display: none;
217
+ }
218
+ input[type='text']::-ms-clear {
219
+ display: none;
220
+ }
221
+ input[type='text']::-ms-reveal {
222
+ display: none;
223
+ }
224
+ /**
225
+ * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
226
+ * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
227
+ */
228
+ input[type='search'] {
229
+ /* 2 */
230
+ box-sizing: content-box;
231
+ /* 1 */
232
+ appearance: textfield;
233
+ }
234
+ /**
235
+ * Remove inner padding and search cancel button in Safari and Chrome on OS X.
236
+ * Safari (but not Chrome) clips the cancel button when the search input has
237
+ * padding (and `textfield` appearance).
238
+ */
239
+ input[type='search']::-webkit-search-cancel-button,
240
+ input[type='search']::-webkit-search-decoration {
241
+ appearance: none;
242
+ }
243
+ /**
244
+ * Define consistent border, margin, and padding.
245
+ */
246
+ fieldset {
247
+ padding: 0.35em 0.625em 0.75em;
248
+ margin: 0 2px;
249
+ border: 1px solid #c0c0c0;
250
+ }
251
+ /**
252
+ * 1. Correct `color` not being inherited in IE 8/9/10/11.
253
+ * 2. Remove padding so people aren't caught out if they zero out fieldsets.
254
+ */
255
+ legend {
256
+ /* 2 */
257
+ padding: 0;
258
+ /* 1 */
259
+ border: 0;
260
+ }
261
+ /**
262
+ * Remove default vertical scrollbar in IE 8/9/10/11.
263
+ */
264
+ textarea {
265
+ overflow: auto;
266
+ }
267
+ /**
268
+ * Don't inherit the `font-weight` (applied by a rule above).
269
+ * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
270
+ */
271
+ optgroup {
272
+ font-weight: bold;
273
+ }
1
274
  .bk-alert {
2
275
  position: relative;
3
276
  font-size: 12px;
@@ -274,8 +547,17 @@
274
547
  margin: 0 6px;
275
548
  font-weight: normal;
276
549
  }
550
+ .bk-breadcrumb-goback {
551
+ margin-right: 12px;
552
+ color: #0082ff;
553
+ cursor: pointer;
554
+ }
555
+ .bk-breadcrumb-goback svg {
556
+ font-size: 26px;
557
+ }
277
558
  .bk-breadcrumb-item-inner.is-link,
278
559
  .bk-breadcrumb-item-inner a {
560
+ color: #63656e;
279
561
  text-decoration: none;
280
562
  }
281
563
  .bk-breadcrumb-item-inner.is-link:hover,
@@ -284,7 +566,7 @@
284
566
  cursor: pointer;
285
567
  }
286
568
  .bk-breadcrumb-item:last-child {
287
- color: #63656e;
569
+ color: #979ba5;
288
570
  }
289
571
  .bk-breadcrumb-item:last-child .el-breadcrumb__inner,
290
572
  .bk-breadcrumb-item:last-child .el-breadcrumb__inner a,
@@ -327,6 +609,7 @@
327
609
  .bk-button.bk-button-primary:active {
328
610
  background-color: #2c77f4;
329
611
  border-color: #2c77f4;
612
+ color: white;
330
613
  }
331
614
  .bk-button.bk-button-primary.is-disabled {
332
615
  background-color: #dcdee5;
@@ -367,6 +650,7 @@
367
650
  .bk-button.bk-button-warning:active {
368
651
  background-color: #eb9000;
369
652
  border-color: #eb9000;
653
+ color: white;
370
654
  }
371
655
  .bk-button.bk-button-warning.is-disabled {
372
656
  background-color: #dcdee5;
@@ -407,6 +691,7 @@
407
691
  .bk-button.bk-button-success:active {
408
692
  background-color: #1ab943;
409
693
  border-color: #1ab943;
694
+ color: white;
410
695
  }
411
696
  .bk-button.bk-button-success.is-disabled {
412
697
  background-color: #dcdee5;
@@ -447,6 +732,7 @@
447
732
  .bk-button.bk-button-danger:active {
448
733
  background-color: #db2626;
449
734
  border-color: #db2626;
735
+ color: white;
450
736
  }
451
737
  .bk-button.bk-button-danger.is-disabled {
452
738
  background-color: #dcdee5;
@@ -478,13 +764,18 @@
478
764
  .bk-button.bk-button-small {
479
765
  min-width: 48px;
480
766
  height: 26px;
767
+ line-height: 26px;
481
768
  padding: 0 12px;
482
769
  }
483
770
  .bk-button.bk-button-large {
484
771
  min-width: 74px;
485
772
  height: 38px;
773
+ line-height: 38px;
486
774
  padding: 0 20px;
487
775
  }
776
+ .bk-button .bk-button-loading:not(:last-child) {
777
+ margin-right: 12px;
778
+ }
488
779
  .bk-button:hover {
489
780
  border-color: #979ba5;
490
781
  }
@@ -679,6 +970,7 @@
679
970
  text-align: left;
680
971
  }
681
972
  .bk-collapse-wrapper .bk-collapse-item .bk-collapse-header {
973
+ position: relative;
682
974
  height: 42px;
683
975
  padding: 0 10px;
684
976
  overflow: hidden;
@@ -688,6 +980,13 @@
688
980
  text-overflow: ellipsis;
689
981
  cursor: pointer;
690
982
  }
983
+ .bk-collapse-wrapper .bk-collapse-item .bk-collapse-header .bk-collapse-icon {
984
+ position: absolute;
985
+ right: 10px;
986
+ }
987
+ .bk-collapse-wrapper .bk-collapse-item .bk-collapse-header .bk-collapse-icon svg {
988
+ font-size: 20px;
989
+ }
691
990
  .bk-collapse-wrapper .bk-collapse-item .bk-collapse-content {
692
991
  display: none;
693
992
  padding: 0 10px;
@@ -869,12 +1168,24 @@
869
1168
  border-radius: 2px;
870
1169
  transition: all 0.3s;
871
1170
  }
1171
+ .bk-input:hover .show-clear-only-hover {
1172
+ display: block;
1173
+ }
1174
+ .bk-input.is-simplicity {
1175
+ background-color: transparent;
1176
+ border-color: transparent;
1177
+ border-bottom-color: #c4c6cc;
1178
+ }
872
1179
  .bk-input--suffix-icon {
873
1180
  padding-right: 10px;
874
1181
  font-size: 16px;
1182
+ line-height: 1;
875
1183
  color: #c4c6cc;
876
1184
  align-self: center;
877
1185
  }
1186
+ .bk-input--suffix-icon.show-clear-only-hover {
1187
+ display: none;
1188
+ }
878
1189
  .bk-input--large {
879
1190
  height: 38px;
880
1191
  font-size: 16px;
@@ -888,6 +1199,11 @@
888
1199
  outline: 0;
889
1200
  box-shadow: 0px 0px 3px 0px #a3c5fd;
890
1201
  }
1202
+ .bk-input.is-focused:not(.is-readonly).is-simplicity {
1203
+ border-color: transparent;
1204
+ border-bottom-color: #3a84ff;
1205
+ box-shadow: none;
1206
+ }
891
1207
  .bk-input.is-disabled {
892
1208
  cursor: not-allowed;
893
1209
  background-color: #fafbfd;
@@ -932,12 +1248,12 @@
932
1248
  .bk-input--text[type='search']::-webkit-search-results-decoration {
933
1249
  appearance: none;
934
1250
  }
935
- .bk-input--text [type=search]::-ms-clear {
1251
+ .bk-input--text [type='search']::-ms-clear {
936
1252
  display: none;
937
1253
  width: 0;
938
1254
  height: 0;
939
1255
  }
940
- .bk-input--text [type=search]::-ms-reveal {
1256
+ .bk-input--text [type='search']::-ms-reveal {
941
1257
  display: none;
942
1258
  width: 0;
943
1259
  height: 0;
@@ -961,6 +1277,7 @@
961
1277
  height: 50%;
962
1278
  overflow: hidden;
963
1279
  color: #c4c6cc;
1280
+ text-align: center;
964
1281
  }
965
1282
  .bk-input--number-control svg {
966
1283
  font-size: 16px;
@@ -1026,6 +1343,49 @@
1026
1343
  .bk-link.danger.is-disabled {
1027
1344
  color: #fd9c9c;
1028
1345
  }
1346
+ .bk-dropdown {
1347
+ display: inline-block;
1348
+ }
1349
+ .bk-dropdown .bk-dropdown-content {
1350
+ display: none;
1351
+ box-shadow: 0 2px 6px rgba(51, 60, 72, 0.1);
1352
+ }
1353
+ .bk-dropdown .bk-dropdown-content[data-show] {
1354
+ display: block;
1355
+ }
1356
+ .bk-dropdown-menu {
1357
+ min-width: 100%;
1358
+ padding: 5px 0;
1359
+ margin: 0;
1360
+ background: #fff;
1361
+ border: 1px solid #dcdee5;
1362
+ border-radius: 2px;
1363
+ box-sizing: border-box;
1364
+ }
1365
+ .bk-dropdown-menu::-webkit-scrollbar {
1366
+ width: 4px;
1367
+ height: 4px;
1368
+ }
1369
+ .bk-dropdown-menu::-webkit-scrollbar-thumb {
1370
+ background: #dde4eb;
1371
+ border-radius: 20px;
1372
+ box-shadow: inset 0 0 6px hsla(0, 0%, 80%, 0.3);
1373
+ }
1374
+ .bk-dropdown-item {
1375
+ display: block;
1376
+ height: 32px;
1377
+ padding: 0 16px;
1378
+ font-size: 12px;
1379
+ line-height: 33px;
1380
+ color: #63656e;
1381
+ white-space: nowrap;
1382
+ list-style: none;
1383
+ cursor: pointer;
1384
+ }
1385
+ .bk-dropdown-item:hover {
1386
+ color: #3a84ff;
1387
+ background-color: #eaf3ff;
1388
+ }
1029
1389
  @keyframes loading-scale-animate {
1030
1390
  0% {
1031
1391
  transform: scale(1);
@@ -1049,20 +1409,54 @@
1049
1409
  }
1050
1410
  .bk-loading-wrapper {
1051
1411
  position: static;
1052
- display: inline-block;
1053
1412
  font-size: 0;
1413
+ vertical-align: middle;
1414
+ }
1415
+ .bk-loading-wrapper:not(.bk-nested-loading) {
1416
+ display: inline-block;
1054
1417
  }
1055
1418
  .bk-loading-wrapper.bk-nested-loading {
1056
1419
  position: relative;
1057
1420
  }
1421
+ .bk-loading-wrapper.bk-nested-loading.is-block {
1422
+ display: block;
1423
+ }
1058
1424
  .bk-loading-wrapper.bk-nested-loading .bk-loading-indicator {
1059
1425
  position: absolute;
1060
1426
  top: 50%;
1061
1427
  left: 50%;
1062
1428
  z-index: 4;
1429
+ text-align: center;
1063
1430
  transform: translate(-50%, -50%);
1064
1431
  }
1432
+ .bk-loading-wrapper .dot {
1433
+ display: inline-block;
1434
+ width: 14px;
1435
+ height: 14px;
1436
+ margin-right: 10px;
1437
+ border-radius: 50%;
1438
+ transform: scale(0.6);
1439
+ animation-duration: 0.8s;
1440
+ animation-iteration-count: infinite;
1441
+ animation-name: loading-scale-animate;
1442
+ animation-direction: normal;
1443
+ }
1444
+ .bk-loading-wrapper .oval {
1445
+ position: absolute;
1446
+ width: 6px;
1447
+ height: 8px;
1448
+ background-color: #63656e;
1449
+ border-radius: 8px;
1450
+ animation-duration: 1.2s;
1451
+ animation-iteration-count: infinite;
1452
+ animation-name: fade;
1453
+ transform-origin: center 20px;
1454
+ animation-direction: normal;
1455
+ }
1065
1456
  .bk-loading-wrapper .bk-loading-mask {
1457
+ position: absolute;
1458
+ width: 100%;
1459
+ height: 100%;
1066
1460
  opacity: 0.5;
1067
1461
  }
1068
1462
  .bk-loading-wrapper .bk-loading-mask::after {
@@ -1074,11 +1468,59 @@
1074
1468
  z-index: 10;
1075
1469
  width: 100%;
1076
1470
  height: 100%;
1077
- background-color: rgba(255, 255, 255, 0.9);
1471
+ background-color: rgba(255, 255, 255, 0.8);
1078
1472
  content: '';
1079
1473
  }
1080
1474
  .bk-loading-wrapper .bk-loading-indicator {
1081
- font-size: 14px;
1475
+ text-align: center;
1476
+ }
1477
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .oval,
1478
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot,
1479
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot-1,
1480
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot-2,
1481
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot-3,
1482
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-success .dot-4 {
1483
+ background-color: #2dcb56;
1484
+ }
1485
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .oval,
1486
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot,
1487
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot-1,
1488
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot-2,
1489
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot-3,
1490
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-danger .dot-4 {
1491
+ background-color: #ea3636;
1492
+ }
1493
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .oval,
1494
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot,
1495
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot-1,
1496
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot-2,
1497
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot-3,
1498
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-warning .dot-4 {
1499
+ background-color: #ff9c01;
1500
+ }
1501
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .oval,
1502
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot,
1503
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot-1,
1504
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot-2,
1505
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot-3,
1506
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-primary .dot-4 {
1507
+ background-color: #3a84ff;
1508
+ }
1509
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .oval,
1510
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot,
1511
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot-1,
1512
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot-2,
1513
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot-3,
1514
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-white .dot-4 {
1515
+ background-color: white;
1516
+ }
1517
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .oval,
1518
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot,
1519
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot-1,
1520
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot-2,
1521
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot-3,
1522
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-default .dot-4 {
1523
+ background-color: #c4c6cc;
1082
1524
  }
1083
1525
  .bk-loading-wrapper .bk-loading-indicator .dot-1 {
1084
1526
  background-color: #ea3636;
@@ -1095,7 +1537,7 @@
1095
1537
  .bk-loading-wrapper .bk-loading-indicator .dot-4 {
1096
1538
  background-color: #3a84ff;
1097
1539
  animation-delay: 0.55s;
1098
- margin-right: 0;
1540
+ margin-right: 0px;
1099
1541
  }
1100
1542
  .bk-loading-wrapper .bk-loading-indicator .oval-1 {
1101
1543
  transform: rotate(-135deg);
@@ -1129,59 +1571,35 @@
1129
1571
  transform: rotate(180deg);
1130
1572
  animation-delay: 1.65s;
1131
1573
  }
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;
1574
+ .bk-loading-wrapper .bk-loading-indicator .bk-spin-indicator {
1575
+ display: inline-block;
1576
+ width: 40px;
1577
+ height: 40px;
1147
1578
  }
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;
1579
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-mini .bk-spin-indicator {
1580
+ height: 16px;
1581
+ width: 16px;
1155
1582
  }
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;
1583
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-mini .dot {
1584
+ width: 3px;
1585
+ height: 3px;
1586
+ margin-right: 3px;
1163
1587
  }
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;
1588
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-mini .dot.dot-4 {
1589
+ margin-right: 0;
1171
1590
  }
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;
1591
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-mini .oval {
1592
+ width: 2px;
1593
+ height: 3px;
1594
+ border-radius: 3px;
1595
+ transform-origin: center 8px;
1179
1596
  }
1180
- .bk-loading-wrapper .bk-loading-indicator .bk-spin-indicator {
1181
- height: 40px;
1597
+ .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-mini .bk-loading-title {
1598
+ font-size: 14px;
1182
1599
  }
1183
1600
  .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .bk-spin-indicator {
1184
1601
  height: 22px;
1602
+ width: 22px;
1185
1603
  }
1186
1604
  .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-small .dot {
1187
1605
  width: 6px;
@@ -1202,6 +1620,7 @@
1202
1620
  }
1203
1621
  .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .bk-spin-indicator {
1204
1622
  height: 52px;
1623
+ width: 52px;
1205
1624
  }
1206
1625
  .bk-loading-wrapper .bk-loading-indicator.bk-loading-size-large .dot {
1207
1626
  width: 20px;
@@ -1227,30 +1646,6 @@
1227
1646
  color: #63656e;
1228
1647
  text-align: center;
1229
1648
  }
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
1649
  .bk-modal-wrapper {
1255
1650
  position: absolute;
1256
1651
  top: 50%;
@@ -1265,39 +1660,48 @@
1265
1660
  .bk-popover .bk-popover-reference {
1266
1661
  display: inline-block;
1267
1662
  }
1268
- .bk-popover .bk-popover-content {
1663
+ .bk-popover .fade-in-enter-active,
1664
+ .bk-popover .fade-in-linear-leave-active {
1665
+ transition: opacity 200ms linear;
1666
+ }
1667
+ .bk-popover .fade-in-enter,
1668
+ .bk-popover .fade-in-leave,
1669
+ .bk-popover .fade-in-leave-active {
1670
+ opacity: 0;
1671
+ }
1672
+ .bk-popover-content {
1269
1673
  display: none;
1270
- padding: 4px 8px;
1271
- font-size: 13px;
1272
- font-weight: bold;
1674
+ padding: 7px 14px;
1675
+ font-size: 12px;
1273
1676
  color: #fff;
1274
1677
  background: #26323d;
1275
1678
  border-radius: 4px;
1276
1679
  box-sizing: border-box;
1277
1680
  }
1278
- .bk-popover .bk-popover-content[data-theme='dark'] {
1681
+ .bk-popover-content[data-theme^='dark'] {
1279
1682
  color: #fff;
1280
1683
  background: #26323d;
1281
1684
  }
1282
- .bk-popover .bk-popover-content[data-theme='light'] {
1685
+ .bk-popover-content[data-theme^='light'] {
1283
1686
  color: #26323d;
1284
1687
  background-color: #fff;
1285
1688
  box-shadow: 0 0 6px 0 #dcdee5;
1286
1689
  }
1287
- .bk-popover .bk-popover-content[data-theme='light'][data-show] {
1690
+ .bk-popover-content[data-theme^='light'][data-show] {
1288
1691
  box-shadow: 0 0 6px 0 #dcdee5;
1289
1692
  }
1290
- .bk-popover .bk-popover-content[data-show] {
1693
+ .bk-popover-content[data-show] {
1291
1694
  display: block;
1292
1695
  }
1293
- .bk-popover .bk-popover-content .arrow {
1696
+ .bk-popover-content .arrow {
1294
1697
  position: absolute;
1698
+ z-index: -1;
1295
1699
  width: 8px;
1296
1700
  height: 8px;
1297
1701
  background: inherit;
1298
1702
  visibility: hidden;
1299
1703
  }
1300
- .bk-popover .bk-popover-content .arrow::before {
1704
+ .bk-popover-content .arrow::before {
1301
1705
  position: absolute;
1302
1706
  width: 8px;
1303
1707
  height: 8px;
@@ -1306,16 +1710,16 @@
1306
1710
  visibility: visible;
1307
1711
  transform: rotate(45deg);
1308
1712
  }
1309
- .bk-popover .bk-popover-content[data-popper-placement^='top'] > .arrow {
1713
+ .bk-popover-content[data-popper-placement^='top'] > .arrow {
1310
1714
  bottom: -4px;
1311
1715
  }
1312
- .bk-popover .bk-popover-content[data-popper-placement^='bottom'] > .arrow {
1716
+ .bk-popover-content[data-popper-placement^='bottom'] > .arrow {
1313
1717
  top: -4px;
1314
1718
  }
1315
- .bk-popover .bk-popover-content[data-popper-placement^='left'] > .arrow {
1719
+ .bk-popover-content[data-popper-placement^='left'] > .arrow {
1316
1720
  right: -4px;
1317
1721
  }
1318
- .bk-popover .bk-popover-content[data-popper-placement^='right'] > .arrow {
1722
+ .bk-popover-content[data-popper-placement^='right'] > .arrow {
1319
1723
  left: -4px;
1320
1724
  }
1321
1725
  @keyframes loading-scale-animate {
@@ -1396,9 +1800,6 @@
1396
1800
  width: 7%;
1397
1801
  text-align: center;
1398
1802
  }
1399
- .bk-progress .process-circle-trail {
1400
- stroke: #f5f5f5;
1401
- }
1402
1803
  .bk-progress .progress-circle-text {
1403
1804
  position: absolute;
1404
1805
  top: 50%;
@@ -1451,7 +1852,7 @@
1451
1852
  .bk-radio.is-disabled .bk-radio-text {
1452
1853
  cursor: not-allowed;
1453
1854
  }
1454
- .bk-radio.is-focus .bk-radio-input {
1855
+ .bk-radio.is-focusd .bk-radio-input {
1455
1856
  border-color: #3a84ff;
1456
1857
  }
1457
1858
  .bk-radio .bk-radio-text {
@@ -1524,7 +1925,7 @@
1524
1925
  background: #dcdee5;
1525
1926
  border-color: #dcdee5;
1526
1927
  }
1527
- .bk-radio-button.is-focus .bk-radio-button-text {
1928
+ .bk-radio-button.is-focusd .bk-radio-button-text {
1528
1929
  border-color: #3a84ff;
1529
1930
  }
1530
1931
  .bk-radio-button .bk-radio-button-input {
@@ -1547,6 +1948,12 @@
1547
1948
  border: 1px solid #63656e;
1548
1949
  transition: all 0.3s;
1549
1950
  }
1951
+ .bk-radio-group {
1952
+ display: inline-block;
1953
+ font-size: 0;
1954
+ line-height: 0;
1955
+ letter-spacing: normal;
1956
+ }
1550
1957
  .bk-rate {
1551
1958
  position: relative;
1552
1959
  }
@@ -1581,28 +1988,202 @@
1581
1988
  .bk-rate-stars .bk-rate-star:last-child {
1582
1989
  margin-right: 0;
1583
1990
  }
1584
- .bk-select.is-focus .bk-select-trigger .bk-select-input {
1585
- border-color: #3a84ff;
1586
- box-shadow: 0px 0px 3px 0px #a3c5fd;
1991
+ .bk-swiper-home {
1992
+ position: relative;
1993
+ overflow: hidden;
1587
1994
  }
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;
1995
+ .bk-swiper-home:hover .bk-swiper-nav {
1996
+ display: block;
1593
1997
  }
1594
- .bk-select.popover-show .bk-select-trigger .angle-up {
1595
- transform: rotate(0);
1998
+ .bk-swiper-main {
1999
+ display: flex;
2000
+ height: 100%;
2001
+ overflow: hidden;
1596
2002
  }
1597
- .bk-select .bk-select-trigger {
1598
- position: relative;
1599
- cursor: pointer;
2003
+ .bk-swiper-main.bk-transition {
2004
+ transition: 0.5s cubic-bezier(0.42, 0, 0.58, 1);
1600
2005
  }
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;
2006
+ .bk-swiper-main .bk-swiper-card {
2007
+ height: 100%;
2008
+ padding: 0;
2009
+ margin: 0;
2010
+ }
2011
+ .bk-swiper-main .bk-swiper-img {
2012
+ display: inline-block;
2013
+ width: 100%;
2014
+ height: 100%;
2015
+ margin: 0;
2016
+ background-position: center;
2017
+ background-repeat: no-repeat;
2018
+ background-size: cover;
2019
+ }
2020
+ .bk-swiper-main .bk-swiper-link {
2021
+ cursor: pointer;
2022
+ }
2023
+ .bk-swiper-index {
2024
+ position: absolute;
2025
+ right: 0;
2026
+ bottom: 10px;
2027
+ left: 0;
2028
+ display: flex;
2029
+ padding: 0;
2030
+ margin: 0;
2031
+ justify-content: center;
2032
+ }
2033
+ .bk-swiper-index li {
2034
+ width: 11px;
2035
+ height: 4px;
2036
+ margin: 0 3px;
2037
+ list-style-type: none;
2038
+ background: #63656e;
2039
+ border-radius: 2px;
2040
+ transition: width 0.525s;
2041
+ }
2042
+ .bk-swiper-index li.bk-current-index {
2043
+ width: 17px;
2044
+ background: #c5c7d1;
2045
+ }
2046
+ .bk-swiper-nav {
2047
+ position: absolute;
2048
+ top: calc(50% - 15px);
2049
+ display: none;
2050
+ width: 30px;
2051
+ height: 30px;
2052
+ cursor: pointer;
2053
+ background: rgba(31, 45, 61, 0.4);
2054
+ border-radius: 50%;
2055
+ }
2056
+ .bk-swiper-nav .bk-swiper-nav-icon {
2057
+ position: absolute;
2058
+ top: 9px;
2059
+ left: 11px;
2060
+ width: 10px;
2061
+ height: 10px;
2062
+ border-bottom: 2px solid #fff;
2063
+ border-left: 2px solid #fff;
2064
+ }
2065
+ .bk-swiper-nav.bk-nav-prev {
2066
+ left: 14px;
2067
+ transform: rotate(45deg);
2068
+ }
2069
+ .bk-swiper-nav.bk-nav-prev:hover {
2070
+ transform: rotate(45deg);
2071
+ }
2072
+ .bk-swiper-nav.bk-nav-next {
2073
+ right: 14px;
2074
+ transform: rotate(225deg);
2075
+ }
2076
+ .bk-swiper-nav.bk-nav-next:hover {
2077
+ transform: rotate(225deg);
2078
+ }
2079
+ .bk-swiper-nav:hover {
2080
+ background: rgba(31, 45, 61, 0.6);
2081
+ }
2082
+ @keyframes loading-scale-animate {
2083
+ 0% {
2084
+ transform: scale(1);
2085
+ }
2086
+ 100% {
2087
+ transform: scale(0.6);
2088
+ }
2089
+ }
2090
+ @keyframes fade {
2091
+ 100% {
2092
+ background-color: transparent;
2093
+ }
2094
+ }
2095
+ .bk-fade-transtion .bk-fade-enter-active,
2096
+ .bk-fade-transtion .bk-fade-leave-active {
2097
+ transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
2098
+ }
2099
+ .bk-fade-transtion .bk-fade-enter,
2100
+ .bk-fade-transtion .bk-fade-leave-to {
2101
+ opacity: 0;
2102
+ }
2103
+ .bk-select .mr5 {
2104
+ margin-right: 5px;
2105
+ }
2106
+ .bk-select .ml5 {
2107
+ margin-left: 5px;
2108
+ }
2109
+ .bk-select .input {
2110
+ width: 100%;
2111
+ height: 32px;
2112
+ padding: 0 28px 0 10px;
2113
+ line-height: normal;
2114
+ color: #63656e;
2115
+ text-align: left;
2116
+ vertical-align: middle;
2117
+ cursor: pointer;
2118
+ background-color: white;
2119
+ border: 1px solid #c4c6cc;
2120
+ border-radius: 2px;
2121
+ outline: none;
2122
+ box-sizing: border-box;
2123
+ transition: all 0.1s;
2124
+ resize: none;
2125
+ overflow: hidden;
2126
+ text-overflow: ellipsis;
2127
+ white-space: nowrap;
2128
+ }
2129
+ .bk-select .input::placeholder {
2130
+ color: #c4c6cc;
2131
+ }
2132
+ .bk-select ul {
2133
+ padding: 0;
2134
+ margin: 0;
2135
+ font-weight: normal;
2136
+ list-style: none;
2137
+ }
2138
+ .bk-select .bk-popover-reference {
2139
+ display: unset;
2140
+ }
2141
+ .bk-select .bk-popover-content {
2142
+ padding: 0;
2143
+ }
2144
+ .bk-select.small .bk-select-trigger .bk-select-input {
2145
+ height: 24px;
2146
+ }
2147
+ .bk-select.large .bk-select-trigger .bk-select-input {
2148
+ height: 36px;
2149
+ font-size: 14px;
2150
+ }
2151
+ .bk-select.large .bk-select-content {
2152
+ font-size: 14px;
2153
+ }
2154
+ .bk-select.simplicity .bk-select-trigger .bk-select-input {
2155
+ border: none;
2156
+ border-bottom: 1px solid #c4c6cc;
2157
+ }
2158
+ .bk-select.is-focus.normal .bk-select-trigger .bk-select-input {
2159
+ border-color: #3a84ff;
2160
+ box-shadow: 0px 0px 3px 0px #a3c5fd;
2161
+ }
2162
+ .bk-select.is-focus.simplicity .bk-select-trigger .bk-select-input {
2163
+ border-color: #3a84ff;
2164
+ }
2165
+ .bk-select.is-disabled .bk-select-trigger .bk-select-input {
2166
+ cursor: not-allowed;
2167
+ background: #fafbfd;
2168
+ border-color: #dcdee5;
2169
+ box-shadow: unset;
2170
+ }
2171
+ .bk-select.is-filterable .bk-select-trigger .bk-select-input,
2172
+ .bk-select.is-filterable .bk-select-trigger .bk-select-tag-input {
2173
+ cursor: text;
2174
+ }
2175
+ .bk-select.popover-show .bk-select-trigger .angle-up {
2176
+ transform: rotate(0);
2177
+ }
2178
+ .bk-select .bk-select-trigger {
2179
+ position: relative;
2180
+ cursor: pointer;
2181
+ }
2182
+ .bk-select .bk-select-trigger .bk-select-input {
2183
+ width: 100%;
2184
+ height: 32px;
2185
+ padding: 0 28px 0 10px;
2186
+ line-height: normal;
1606
2187
  color: #63656e;
1607
2188
  text-align: left;
1608
2189
  vertical-align: middle;
@@ -1614,64 +2195,170 @@
1614
2195
  box-sizing: border-box;
1615
2196
  transition: all 0.1s;
1616
2197
  resize: none;
2198
+ overflow: hidden;
2199
+ text-overflow: ellipsis;
2200
+ white-space: nowrap;
1617
2201
  }
1618
2202
  .bk-select .bk-select-trigger .bk-select-input::placeholder {
1619
2203
  color: #c4c6cc;
1620
2204
  }
1621
- .bk-select .bk-select-trigger .angle-up {
2205
+ .bk-select .bk-select-trigger .bk-select-tag {
2206
+ width: 100%;
2207
+ height: 32px;
2208
+ padding: 0 28px 0 10px;
2209
+ line-height: normal;
2210
+ color: #63656e;
2211
+ text-align: left;
2212
+ vertical-align: middle;
2213
+ cursor: pointer;
2214
+ background-color: white;
2215
+ border: 1px solid #c4c6cc;
2216
+ border-radius: 2px;
2217
+ outline: none;
2218
+ box-sizing: border-box;
2219
+ transition: all 0.1s;
2220
+ resize: none;
2221
+ overflow: hidden;
2222
+ text-overflow: ellipsis;
2223
+ white-space: nowrap;
2224
+ display: flex;
2225
+ width: auto;
2226
+ height: auto;
2227
+ min-height: 32px;
2228
+ align-items: center;
2229
+ flex-wrap: wrap;
2230
+ }
2231
+ .bk-select .bk-select-trigger .bk-select-tag::placeholder {
2232
+ color: #c4c6cc;
2233
+ }
2234
+ .bk-select .bk-select-trigger .bk-select-tag-input {
2235
+ width: 100%;
2236
+ height: 32px;
2237
+ padding: 0 28px 0 10px;
2238
+ line-height: normal;
2239
+ color: #63656e;
2240
+ text-align: left;
2241
+ vertical-align: middle;
2242
+ cursor: pointer;
2243
+ background-color: white;
2244
+ border: 1px solid #c4c6cc;
2245
+ border-radius: 2px;
2246
+ box-sizing: border-box;
2247
+ transition: all 0.1s;
2248
+ resize: none;
2249
+ overflow: hidden;
2250
+ text-overflow: ellipsis;
2251
+ white-space: nowrap;
2252
+ width: auto;
2253
+ height: auto;
2254
+ padding: 0;
2255
+ border: none;
2256
+ outline: none;
2257
+ }
2258
+ .bk-select .bk-select-trigger .bk-select-tag-input::placeholder {
2259
+ color: #c4c6cc;
2260
+ }
2261
+ .bk-select .bk-select-trigger .bk-select-prefix {
1622
2262
  position: absolute;
1623
- top: 6px;
2263
+ top: 0;
2264
+ display: inline-flex;
2265
+ height: 100%;
2266
+ align-items: center;
2267
+ justify-content: center;
2268
+ left: 4px;
2269
+ font-size: 14px;
2270
+ }
2271
+ .bk-select .bk-select-trigger .angle-up {
1624
2272
  right: 4px;
2273
+ transform: rotate(180deg);
2274
+ transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
1625
2275
  display: flex;
1626
2276
  width: 20px;
1627
2277
  height: 20px;
1628
2278
  font-size: 20px;
1629
2279
  color: #979ba5;
1630
- transform: rotate(180deg);
1631
- transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
2280
+ position: absolute;
2281
+ top: 0;
2282
+ display: inline-flex;
2283
+ height: 100%;
1632
2284
  align-items: center;
1633
2285
  justify-content: center;
1634
2286
  }
1635
2287
  .bk-select .bk-select-trigger .clear-icon {
1636
- position: absolute;
1637
- top: 6px;
1638
2288
  right: 4px;
2289
+ transition: all 0.1s;
1639
2290
  display: flex;
1640
2291
  width: 20px;
1641
2292
  height: 20px;
1642
2293
  font-size: 14px;
1643
2294
  color: #c4c6cc;
1644
- transition: all 0.1s;
2295
+ position: absolute;
2296
+ top: 0;
2297
+ display: inline-flex;
2298
+ height: 100%;
1645
2299
  align-items: center;
1646
2300
  justify-content: center;
1647
2301
  }
1648
2302
  .bk-select .bk-select-trigger .clear-icon:hover {
1649
2303
  color: #979ba5;
1650
2304
  }
2305
+ .bk-select .bk-select-trigger .spinner {
2306
+ position: absolute;
2307
+ top: 8px;
2308
+ right: 6px;
2309
+ }
2310
+ .bk-select .bk-select-empty {
2311
+ display: flex;
2312
+ align-items: center;
2313
+ justify-content: center;
2314
+ height: 56px;
2315
+ color: #63656e;
2316
+ }
2317
+ .bk-select .bk-select-empty .spinner {
2318
+ display: flex;
2319
+ width: 14px;
2320
+ height: 14px;
2321
+ margin-right: 4px;
2322
+ font-size: 14px;
2323
+ color: #c4c6cc;
2324
+ align-items: center;
2325
+ justify-content: center;
2326
+ }
2327
+ .bk-select .bk-select-dropdown {
2328
+ overflow: auto;
2329
+ }
2330
+ .bk-select .bk-select-extension {
2331
+ display: flex;
2332
+ height: 40px;
2333
+ background-color: #fafbfd;
2334
+ align-items: center;
2335
+ }
2336
+ .bk-select .bk-select-options {
2337
+ padding: 8px 0;
2338
+ }
1651
2339
  .bk-select .bk-select-option {
2340
+ position: relative;
1652
2341
  height: 32px;
1653
- padding: 0 16px;
1654
- margin: 0 -8px;
1655
- font-weight: normal;
2342
+ padding: 0 12px;
1656
2343
  line-height: 32px;
1657
2344
  color: #63656e;
1658
2345
  text-align: left;
1659
- list-style: none;
1660
2346
  cursor: pointer;
1661
2347
  user-select: none;
2348
+ overflow: hidden;
2349
+ text-overflow: ellipsis;
2350
+ white-space: nowrap;
1662
2351
  }
1663
2352
  .bk-select .bk-select-option:hover {
1664
2353
  color: #3a84ff;
1665
- background-color: #eaf3ff;
2354
+ background-color: #f5f7fa;
1666
2355
  }
1667
2356
  .bk-select .bk-select-option.is-selected {
1668
2357
  color: #3a84ff;
1669
- background-color: #f4f6fa;
1670
2358
  }
1671
2359
  .bk-select .bk-select-option.is-selected.is-multiple::after {
1672
2360
  position: absolute;
1673
- right: 20px;
1674
- font-size: 12px;
2361
+ right: 12px;
1675
2362
  font-weight: 700;
1676
2363
  content: '\2713';
1677
2364
  }
@@ -1680,6 +2367,43 @@
1680
2367
  cursor: not-allowed;
1681
2368
  background-color: transparent;
1682
2369
  }
2370
+ .bk-select .bk-option-group-label {
2371
+ height: 32px;
2372
+ padding: 0 8px;
2373
+ line-height: 32px;
2374
+ color: #979ba5;
2375
+ text-align: left;
2376
+ }
2377
+ .bk-select .bk-option-group-label.collapsible {
2378
+ cursor: pointer;
2379
+ }
2380
+ .bk-select .bk-option-group.collapsible .bk-select-option {
2381
+ padding-left: 40px;
2382
+ }
2383
+ .bk-select .bk-option-group.disabled .default-group-label {
2384
+ color: #c4c6cc;
2385
+ cursor: not-allowed;
2386
+ }
2387
+ .bk-select .bk-option-group .default-group-label {
2388
+ display: flex;
2389
+ user-select: none;
2390
+ align-items: center;
2391
+ }
2392
+ .bk-select .bk-option-group .default-group-label-icon {
2393
+ display: flex;
2394
+ width: 12px;
2395
+ height: 12px;
2396
+ margin-right: 8px;
2397
+ transition: all 0.1s;
2398
+ align-items: center;
2399
+ justify-content: center;
2400
+ }
2401
+ .bk-select .bk-option-group .default-group-label-icon.collapse {
2402
+ transform: rotate(-90deg);
2403
+ }
2404
+ .bk-select .bk-option-group .bk-select-option {
2405
+ padding-left: 24px;
2406
+ }
1683
2407
  .bk-modal-wrapper.bk-sideslider-wrapper {
1684
2408
  position: fixed;
1685
2409
  top: 0;
@@ -1773,181 +2497,181 @@
1773
2497
  .bk-switcher {
1774
2498
  position: relative;
1775
2499
  display: inline-block;
1776
- /* 默认尺寸 */
1777
- width: 36px;
1778
2500
  height: 20px;
2501
+ /* 默认尺寸 */
2502
+ min-width: 36px;
2503
+ padding: 0;
2504
+ margin: 0;
2505
+ font-size: 14px;
1779
2506
  line-height: 20px;
1780
2507
  text-align: left;
1781
2508
  vertical-align: middle;
2509
+ list-style: none;
2510
+ cursor: pointer;
1782
2511
  background-color: #c4c6cc;
2512
+ border: 1px solid transparent;
1783
2513
  border-radius: 50px;
2514
+ border-radius: 100px;
2515
+ box-sizing: border-box;
1784
2516
  transition: all 0.4s ease;
2517
+ transition: all 0.36s;
2518
+ user-select: none;
1785
2519
  /* 显示文本时固定尺寸 */
1786
2520
  }
1787
- .bk-switcher:focus {
1788
- box-shadow: 0px 0px 6px #c4c6cc;
1789
- }
1790
2521
  .bk-switcher:after {
1791
2522
  position: absolute;
1792
- top: 2px;
1793
- left: 2px;
1794
- display: block;
1795
- width: 24px;
1796
- height: 24px;
2523
+ top: 1px;
2524
+ left: 1px;
2525
+ width: 16px;
2526
+ height: 16px;
1797
2527
  cursor: pointer;
1798
2528
  background: #fff;
1799
- border-radius: 100px;
1800
- content: '';
1801
- box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
2529
+ background-color: #fff;
2530
+ border-radius: 18px;
2531
+ content: ' ';
1802
2532
  transition: all 0.3s ease;
1803
2533
  }
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;
2534
+ .bk-switcher .switcher-text {
2535
+ display: block;
2536
+ margin-right: 6px;
2537
+ margin-left: 28px;
2538
+ font-size: 12px;
2539
+ font-weight: 400;
2540
+ color: #fff;
2541
+ text-align: center;
2542
+ transition: all 0.3s ease;
1813
2543
  }
1814
- .bk-switcher.is-loading input[type=checkbox] {
1815
- cursor: default;
2544
+ .bk-switcher .animating-node {
2545
+ position: absolute;
2546
+ top: 0;
2547
+ right: 0;
2548
+ bottom: 0;
2549
+ left: 0;
2550
+ display: block;
2551
+ pointer-events: none;
2552
+ border-radius: inherit;
2553
+ content: '';
2554
+ opacity: 0.2;
2555
+ box-shadow: 0 0 0 0 #1890ff;
2556
+ animation: fadeEffect 2s cubic-bezier(0.08, 0.82, 0.17, 1), waveEffect 0.4s cubic-bezier(0.08, 0.82, 0.17, 1);
2557
+ animation-fill-mode: forwards;
1816
2558
  }
1817
2559
  .bk-switcher .bk-switcher-loading {
1818
2560
  position: absolute;
1819
- top: 50%;
2561
+ top: 1px;
1820
2562
  left: 1px;
1821
- z-index: 10;
1822
- display: flex;
1823
- width: 18px;
1824
- height: 18px;
1825
- transform: translateY(-50%);
2563
+ z-index: 1;
2564
+ width: 16px;
2565
+ height: 16px;
2566
+ font-size: 12px;
2567
+ color: #c4c6cc;
2568
+ cursor: pointer;
2569
+ background: transparent;
2570
+ border-radius: 16px;
2571
+ content: ' ';
2572
+ transition: all 0.36s cubic-bezier(0.78, 0.14, 0.15, 0.86);
1826
2573
  }
1827
2574
  .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;
2575
+ position: absolute;
2576
+ top: 0;
2577
+ right: 0;
2578
+ bottom: 0;
2579
+ left: 0;
2580
+ margin: auto;
2581
+ animation: loading 1s linear infinite;
1841
2582
  }
1842
- .bk-switcher .switcher-label .on-text {
1843
- display: none;
2583
+ .bk-switcher.is-loading {
2584
+ cursor: defalt;
1844
2585
  }
1845
- .bk-switcher .switcher-label .off-text {
1846
- display: inline-block;
2586
+ .bk-switcher.is-loading input[type=checkbox] {
2587
+ cursor: default;
1847
2588
  }
1848
2589
  .bk-switcher.show-label {
1849
- width: 60px;
1850
2590
  height: 28px;
2591
+ min-width: 60px;
1851
2592
  line-height: 28px;
1852
2593
  }
1853
- .bk-switcher.show-label .switcher-label {
1854
- display: inline-block;
2594
+ .bk-switcher.show-label::after {
2595
+ width: 24px;
2596
+ height: 24px;
1855
2597
  }
1856
2598
  .bk-switcher.show-label .bk-switcher-loading {
1857
- width: 26px;
1858
- height: 26px;
1859
- align-items: center;
1860
- justify-content: center;
2599
+ width: 24px;
2600
+ height: 24px;
2601
+ font-size: 20px;
1861
2602
  }
1862
- .bk-switcher.show-label .bk-switcher-loading svg {
1863
- font-size: 24px;
2603
+ .bk-switcher.show-label.is-checked .bk-switcher-loading {
2604
+ left: 100%;
2605
+ margin-left: -25px;
1864
2606
  }
1865
2607
  .bk-switcher.is-disabled {
1866
- cursor: default;
1867
- /* background-color: #eee !important; */
2608
+ cursor: not-allowed;
1868
2609
  opacity: 0.3;
1869
2610
  }
1870
- .bk-switcher.is-disabled input[type=checkbox] {
2611
+ .bk-switcher.is-disabled .bk-switcher-loading {
2612
+ cursor: not-allowed;
2613
+ }
2614
+ .bk-switcher.is-disabled::after {
1871
2615
  cursor: not-allowed;
1872
2616
  }
1873
2617
  .bk-switcher.is-checked {
1874
2618
  background: #2dcb56;
1875
2619
  }
1876
- .bk-switcher.is-checked:focus {
1877
- box-shadow: 0px 0px 6px #2dcb56;
2620
+ .bk-switcher.is-checked .bk-switcher-loading svg {
2621
+ color: #2dcb56;
1878
2622
  }
1879
- .bk-switcher.is-checked.primary {
2623
+ .bk-switcher.is-checked:not(.bk-switcher-outline).bk-switcher.is-checked.primary {
1880
2624
  background: #3a84ff;
1881
2625
  }
1882
- .bk-switcher.is-checked.primary:focus {
1883
- box-shadow: 0px 0px 6px #3a84ff;
2626
+ .bk-switcher.is-checked:not(.bk-switcher-outline).bk-switcher.is-checked.primary .bk-switcher-loading svg {
2627
+ color: #3a84ff;
1884
2628
  }
1885
2629
  .bk-switcher.is-checked:after {
1886
- top: 2px;
1887
2630
  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;
2631
+ margin-left: -1px;
2632
+ transform: translateX(-100%);
1895
2633
  }
1896
- .bk-switcher.is-checked .switcher-label .off-text {
1897
- display: none;
2634
+ .bk-switcher.is-checked .switcher-text {
2635
+ margin-right: 28px;
2636
+ margin-left: 6px;
1898
2637
  }
1899
- .bk-switcher.is-checked .bk-switcher-loading {
1900
- right: 1px;
1901
- left: auto;
2638
+ .bk-switcher:not(.show-label).is-checked .bk-switcher-loading {
2639
+ left: 100%;
2640
+ margin-left: -17px;
1902
2641
  }
1903
2642
  .bk-switcher.bk-switcher-outline {
1904
2643
  background: #fff;
1905
2644
  border: 1px solid #c4c6cc;
1906
2645
  }
1907
2646
  .bk-switcher.bk-switcher-outline:after {
1908
- width: 22px;
1909
- height: 22px;
2647
+ width: 24px;
2648
+ height: 24px;
1910
2649
  background-color: #c4c6cc;
1911
2650
  box-shadow: none;
1912
2651
  }
1913
- .bk-switcher.bk-switcher-outline .switcher-label {
1914
- height: 26px;
1915
- margin-left: 24px;
2652
+ .bk-switcher.bk-switcher-outline .switcher-text {
1916
2653
  color: #c4c6cc;
1917
2654
  }
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
2655
  .bk-switcher.bk-switcher-outline.is-checked {
1925
2656
  border: 1px solid #2dcb56;
1926
2657
  }
1927
2658
  .bk-switcher.bk-switcher-outline.is-checked:after {
1928
- margin-left: -24px;
1929
2659
  background-color: #2dcb56;
1930
2660
  }
1931
- .bk-switcher.bk-switcher-outline.is-checked .switcher-label {
1932
- margin-left: 4px;
2661
+ .bk-switcher.bk-switcher-outline.is-checked .switcher-text {
1933
2662
  color: #2dcb56;
1934
2663
  }
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;
2664
+ .bk-switcher.bk-switcher-outline .bk-switcher-loading svg {
2665
+ color: #fff;
1941
2666
  }
1942
- .bk-switcher.bk-switcher-outline.is-disabled:after {
1943
- background-color: #eee;
2667
+ .bk-switcher.bk-switcher-outline.bk-switcher.primary.is-checked {
2668
+ border: 1px solid #3a84ff;
1944
2669
  }
1945
- .bk-switcher.bk-switcher-outline.bk-switcher-large:after {
1946
- width: 18px;
1947
- height: 18px;
2670
+ .bk-switcher.bk-switcher-outline.bk-switcher.primary.is-checked:after {
2671
+ background: #3a84ff;
1948
2672
  }
1949
- .bk-switcher.bk-switcher-outline.bk-switcher-large.is-checked:after {
1950
- margin-left: -20px;
2673
+ .bk-switcher.bk-switcher-outline.bk-switcher.primary.is-checked .switcher-text {
2674
+ color: #3a84ff;
1951
2675
  }
1952
2676
  .bk-switcher.bk-switcher-square {
1953
2677
  border-radius: 2px;
@@ -1955,55 +2679,3186 @@
1955
2679
  .bk-switcher.bk-switcher-square:after {
1956
2680
  border-radius: 2px;
1957
2681
  }
1958
- .bk-switcher.bk-switcher-square .switcher-label {
1959
- width: 35px;
1960
- }
1961
2682
  .bk-switcher.bk-switcher-large {
1962
- width: 42px;
1963
2683
  height: 24px;
2684
+ min-width: 42px;
1964
2685
  line-height: 22px;
1965
- border-radius: 12px;
1966
2686
  }
1967
2687
  .bk-switcher.bk-switcher-large:after {
1968
2688
  width: 20px;
1969
2689
  height: 20px;
1970
2690
  }
1971
- .bk-switcher.bk-switcher-large.is-checked:after {
1972
- top: 2px;
1973
- left: 100%;
1974
- margin-left: -22px;
1975
- }
1976
2691
  .bk-switcher.bk-switcher-large .bk-switcher-loading {
1977
- width: 22px;
1978
- height: 22px;
2692
+ width: 20px;
2693
+ height: 20px;
2694
+ font-size: 16px;
2695
+ }
2696
+ .bk-switcher.bk-switcher-large.is-checked .bk-switcher-loading {
2697
+ margin-left: -21px;
1979
2698
  }
1980
2699
  .bk-switcher.bk-switcher-small {
1981
- width: 26px;
1982
2700
  height: 16px;
2701
+ min-width: 26px;
1983
2702
  line-height: 22px;
1984
2703
  }
1985
2704
  .bk-switcher.bk-switcher-small:after {
1986
2705
  width: 12px;
1987
2706
  height: 12px;
1988
2707
  }
1989
- .bk-switcher.bk-switcher-small.is-checked:after {
1990
- top: 2px;
1991
- left: 100%;
1992
- margin-left: -14px;
1993
- }
1994
2708
  .bk-switcher.bk-switcher-small .bk-switcher-loading {
1995
- width: 14px;
1996
- height: 14px;
2709
+ width: 12px;
2710
+ height: 12px;
2711
+ font-weight: 700;
2712
+ transform: scale(0.66667);
1997
2713
  }
1998
- .bk-switcher input[type=checkbox],
1999
- .bk-switcher input[type=radio] {
2000
- position: absolute;
2714
+ .bk-switcher.bk-switcher-small.is-checked .bk-switcher-loading {
2715
+ margin-left: -13px;
2716
+ }
2717
+ :not(.show-label).bk-switcher-nomal.bk-switcher-outline::after {
2718
+ width: 16px;
2719
+ height: 16px;
2720
+ }
2721
+ :not(.show-label).bk-switcher-outline.is-checked.bk-switcher-small::after {
2722
+ width: 12px;
2723
+ height: 12px;
2724
+ }
2725
+ :not(.show-label).bk-switcher-outline.is-checked.bk-switcher-large::after {
2726
+ width: 20px;
2727
+ height: 20px;
2728
+ }
2729
+ :not(.show-label).bk-switcher-outline.is-checked::after {
2730
+ width: 16px;
2731
+ height: 16px;
2732
+ }
2733
+ @keyframes fadeEffect {
2734
+ 100% {
2735
+ opacity: 0;
2736
+ }
2737
+ }
2738
+ @keyframes waveEffect {
2739
+ 100% {
2740
+ box-shadow: 0 0 0 #1890ff;
2741
+ }
2742
+ }
2743
+ @keyframes loading {
2744
+ 100% {
2745
+ transform: rotate(1turn);
2746
+ }
2747
+ }
2748
+ .bk-table {
2749
+ height: 100%;
2750
+ overflow: hidden;
2751
+ border-top: 1px solid #dcdee5;
2752
+ border-bottom: 1px solid #dcdee5;
2753
+ }
2754
+ .bk-table .bk-table-body {
2755
+ overflow: auto;
2756
+ }
2757
+ .bk-table .bk-table-head,
2758
+ .bk-table .bk-table-body {
2759
+ background: white;
2760
+ }
2761
+ .bk-table .bk-table-head table,
2762
+ .bk-table .bk-table-body table {
2763
+ width: 100%;
2764
+ border-collapse: collapse;
2765
+ }
2766
+ .bk-table .bk-table-head table th,
2767
+ .bk-table .bk-table-body table th,
2768
+ .bk-table .bk-table-head table td,
2769
+ .bk-table .bk-table-body table td {
2770
+ min-width: 80px;
2771
+ }
2772
+ .bk-table .bk-table-head table th .cell,
2773
+ .bk-table .bk-table-body table th .cell,
2774
+ .bk-table .bk-table-head table td .cell,
2775
+ .bk-table .bk-table-body table td .cell {
2776
+ height: var(--row-height);
2777
+ padding: 0 15px;
2778
+ overflow: hidden;
2779
+ line-height: var(--row-height);
2780
+ color: #575961;
2781
+ text-align: left;
2782
+ text-overflow: ellipsis;
2783
+ white-space: nowrap;
2784
+ }
2785
+ .bk-table .bk-table-head table thead th,
2786
+ .bk-table .bk-table-body table thead th {
2787
+ position: sticky;
2001
2788
  top: 0;
2002
- left: 0;
2003
2789
  z-index: 1;
2790
+ color: #313238;
2791
+ background-color: #fafbfd;
2792
+ }
2793
+ .bk-table .bk-table-head table thead th.active,
2794
+ .bk-table .bk-table-body table thead th.active,
2795
+ .bk-table .bk-table-head table thead th:hover,
2796
+ .bk-table .bk-table-body table thead th:hover {
2797
+ background: #f0f1f5;
2798
+ }
2799
+ .bk-table .bk-table-head table tbody tr:hover td,
2800
+ .bk-table .bk-table-body table tbody tr:hover td {
2801
+ background: #f5f7fa;
2802
+ }
2803
+ .bk-table .bk-table-footer {
2804
+ line-height: 40px;
2805
+ }
2806
+ .bk-table.bordered-row .cell {
2807
+ border-bottom: 1px solid #dcdee5;
2808
+ }
2809
+ .bk-table.bordered-outer {
2810
+ border-right: 1px solid #dcdee5;
2811
+ border-left: 1px solid #dcdee5;
2812
+ }
2813
+ .bk-table.bordered-col th .cell,
2814
+ .bk-table.bordered-col td .cell {
2815
+ border-right: 1px solid #dcdee5;
2816
+ }
2817
+ .bk-table.bordered-col th:last-child .cell,
2818
+ .bk-table.bordered-col td:last-child .cell {
2819
+ border-right: none;
2820
+ }
2821
+ .bk-table.bordered-none th .cell,
2822
+ .bk-table.bordered-none td .cell {
2823
+ border-top: none;
2824
+ border-right: none;
2825
+ border-bottom: none;
2826
+ border-left: none;
2827
+ }
2828
+ .bk-table .bk-table-fixed {
2004
2829
  width: 100%;
2005
- height: 100%;
2006
- margin: 0;
2830
+ }
2831
+ .bk-table colgroup col {
2832
+ background: white;
2833
+ }
2834
+ .bk-table colgroup col.active {
2835
+ position: relative;
2836
+ background: #f0f1f5;
2837
+ }
2838
+ .bk-tag {
2839
+ display: inline-flex;
2840
+ align-items: center;
2841
+ height: 22px;
2842
+ padding: 0 10px;
2843
+ margin: 2px 6px 2px 0px;
2844
+ font-size: 12px;
2845
+ line-height: 22px;
2846
+ color: #63656e;
2847
+ cursor: default;
2848
+ background-color: rgba(151, 155, 165, 0.1);
2849
+ border-color: rgba(217, 220, 230, 0.6);
2850
+ box-sizing: border-box;
2851
+ }
2852
+ .bk-tag.bk-tag-success {
2853
+ color: #14a568;
2854
+ border-color: rgba(20, 165, 104, 0.3);
2855
+ background-color: rgba(20, 165, 104, 0.1);
2856
+ }
2857
+ .bk-tag.bk-tag-success.bk-tag-filled {
2858
+ background-color: #14a568;
2859
+ }
2860
+ .bk-tag.bk-tag-info {
2861
+ color: #3a84ff;
2862
+ border-color: rgba(58, 132, 255, 0.3);
2863
+ background-color: rgba(58, 132, 255, 0.1);
2864
+ }
2865
+ .bk-tag.bk-tag-info.bk-tag-filled {
2866
+ background-color: #3a84ff;
2867
+ }
2868
+ .bk-tag.bk-tag-warning {
2869
+ color: #fe9c00;
2870
+ border-color: rgba(254, 165, 0, 0.3);
2871
+ background-color: rgba(254, 156, 0, 0.1);
2872
+ }
2873
+ .bk-tag.bk-tag-warning.bk-tag-filled {
2874
+ background-color: #fe9c00;
2875
+ }
2876
+ .bk-tag.bk-tag-danger {
2877
+ color: #ea3636;
2878
+ border-color: rgba(234, 53, 54, 0.3);
2879
+ background-color: rgba(234, 53, 54, 0.1);
2880
+ }
2881
+ .bk-tag.bk-tag-danger.bk-tag-filled {
2882
+ background-color: #ea3636;
2883
+ }
2884
+ .bk-tag:hover {
2885
+ opacity: 0.8;
2886
+ }
2887
+ .bk-tag.bk-tag-filled {
2888
+ color: #fff;
2889
+ background-color: #979ba5;
2890
+ }
2891
+ .bk-tag.bk-tag-stroke {
2892
+ padding: 0 9px;
2893
+ line-height: 20px;
2894
+ border-style: solid;
2895
+ border-width: 1px;
2896
+ }
2897
+ .bk-tag.bk-tag-closable {
2898
+ padding: 0 4px 0 10px;
2899
+ }
2900
+ .bk-tag.bk-tag-checkable {
2007
2901
  cursor: pointer;
2008
- opacity: 0;
2902
+ background: none;
2903
+ }
2904
+ .bk-tag.bk-tag-checkable:hover {
2905
+ background: rgba(151, 155, 165, 0.15);
2906
+ }
2907
+ .bk-tag.bk-tag-check {
2908
+ color: #fff;
2909
+ background: #3a84ff;
2910
+ }
2911
+ .bk-tag.bk-tag-check:hover {
2912
+ color: #fff;
2913
+ background: #3a84ff;
2914
+ opacity: 1;
2915
+ }
2916
+ .bk-tag .bk-tag-text {
2917
+ flex: 1;
2918
+ overflow: hidden;
2919
+ text-overflow: ellipsis;
2920
+ white-space: nowrap;
2921
+ }
2922
+ .bk-tag .bk-tag-icon {
2923
+ flex-shrink: 0;
2924
+ margin-right: 4px;
2925
+ font-size: 14px;
2926
+ line-height: 0;
2927
+ }
2928
+ .bk-tag .bk-tag-close {
2929
+ flex-shrink: 0;
2930
+ margin-left: 4px;
2931
+ font-size: 12px;
2932
+ line-height: 0;
2933
+ cursor: pointer;
2934
+ }
2935
+ .bk-form {
2936
+ text-align: left;
2937
+ }
2938
+ .bk-form .bk-form-item {
2939
+ display: flex;
2940
+ margin-bottom: 24px;
2941
+ }
2942
+ .bk-form .bk-form-item.is-required .bk-form-label:after {
2943
+ position: absolute;
2944
+ width: 14px;
2945
+ line-height: 32px;
2946
+ color: #ea3636;
2947
+ text-align: center;
2948
+ content: '*';
2949
+ }
2950
+ .bk-form .bk-form-label {
2951
+ width: 150px;
2952
+ padding-right: 24px;
2953
+ font-size: 14px;
2954
+ font-weight: normal;
2955
+ line-height: 32px;
2956
+ color: #63656e;
2957
+ text-align: right;
2958
+ }
2959
+ .bk-form .bk-form-content {
2960
+ position: relative;
2961
+ line-height: 32px;
2962
+ }
2963
+ .bk-form .bk-form-error {
2964
+ position: absolute;
2965
+ left: 0;
2966
+ padding-top: 4px;
2967
+ font-size: 12px;
2968
+ line-height: 1;
2969
+ color: #ea3636;
2970
+ text-align: left;
2971
+ }
2972
+ .bk-form--vertical .bk-form-item {
2973
+ flex-direction: column;
2974
+ }
2975
+ .bk-form--vertical .bk-form-label {
2976
+ width: auto;
2977
+ padding-right: 0;
2978
+ text-align: left;
2979
+ }
2980
+ .bk-form--vertical .bk-form-content {
2981
+ text-align: left;
2982
+ }
2983
+ * {
2984
+ box-sizing: border-box;
2985
+ }
2986
+ @keyframes loadingCircle {
2987
+ 100% {
2988
+ transform: rotate(360deg);
2989
+ }
2990
+ }
2991
+ .bk-steps {
2992
+ display: flex;
2993
+ width: 100%;
2994
+ font-size: 0;
2995
+ }
2996
+ .bk-steps .icon-circle-4-1 {
2997
+ width: 12px;
2998
+ height: 12px;
2999
+ border: 2px solid #fff;
3000
+ border-right: 0;
3001
+ border-bottom: 0;
3002
+ border-left: 0;
3003
+ border-radius: 7px;
3004
+ }
3005
+ .bk-steps .bk-icon {
3006
+ font-size: 24px;
3007
+ line-height: 24px;
3008
+ }
3009
+ .bk-steps .bk-icon.icon-loading {
3010
+ display: inline-block;
3011
+ font-size: 14px;
3012
+ animation: loadingCircle 1s infinite linear;
3013
+ }
3014
+ .bk-steps .bk-step {
3015
+ position: relative;
3016
+ margin-right: 8px;
3017
+ overflow: hidden;
3018
+ text-align: left;
3019
+ white-space: nowrap;
3020
+ flex: 1;
3021
+ }
3022
+ .bk-steps .bk-step .bk-step-indicator {
3023
+ z-index: 1;
3024
+ display: inline-flex;
3025
+ width: 24px;
3026
+ height: 24px;
3027
+ padding: 0;
3028
+ margin-right: 8px;
3029
+ line-height: 24px;
3030
+ color: #979ba5;
3031
+ text-align: center;
3032
+ vertical-align: top;
3033
+ background-color: #fff;
3034
+ border: 1px solid #979ba5;
3035
+ border-radius: 50%;
3036
+ box-sizing: border-box;
3037
+ align-items: center;
3038
+ justify-content: center;
3039
+ }
3040
+ .bk-steps .bk-step .bk-step-number {
3041
+ font-family: arial;
3042
+ font-size: 14px;
3043
+ }
3044
+ .bk-steps .bk-step .bk-step-content {
3045
+ display: inline-block;
3046
+ vertical-align: top;
3047
+ }
3048
+ .bk-steps .bk-step .bk-step-title {
3049
+ position: relative;
3050
+ display: inline-block;
3051
+ padding-right: 8px;
3052
+ font-size: 14px;
3053
+ line-height: 24px;
3054
+ color: #63656e;
3055
+ word-break: break-all;
3056
+ }
3057
+ .bk-steps .bk-step .bk-step-title::after {
3058
+ position: absolute;
3059
+ top: 12px;
3060
+ left: 100%;
3061
+ width: 99999px;
3062
+ height: 1px;
3063
+ background-color: transparent;
3064
+ content: '';
3065
+ }
3066
+ .bk-steps .bk-step .bk-step-description {
3067
+ max-width: 140px;
3068
+ font-size: 12px;
3069
+ color: #979ba5;
3070
+ white-space: normal;
3071
+ }
3072
+ .bk-steps .bk-step.bk-step-no-content .bk-step-indicator {
3073
+ margin-right: 0;
3074
+ }
3075
+ .bk-steps .bk-step.bk-step-no-content .bk-step-indicator::after {
3076
+ position: absolute;
3077
+ top: 12px;
3078
+ left: 100%;
3079
+ width: 99999px;
3080
+ height: 1px;
3081
+ background-color: transparent;
3082
+ content: '';
3083
+ }
3084
+ .bk-steps .bk-step.bk-step-no-content .bk-step-indicator::after {
3085
+ top: 10px;
3086
+ left: 32px;
3087
+ }
3088
+ .bk-steps .bk-step:last-child {
3089
+ margin-right: 0;
3090
+ flex: none;
3091
+ }
3092
+ .bk-steps .bk-step:last-child .bk-step-title {
3093
+ padding-right: 0;
3094
+ }
3095
+ .bk-steps .bk-step:last-child .bk-step-title::after {
3096
+ display: none;
3097
+ }
3098
+ .bk-steps .bk-step.done .bk-step-title,
3099
+ .bk-steps .bk-step.done .bk-step-description {
3100
+ color: #63656e;
3101
+ }
3102
+ .bk-steps .bk-step.done .bk-steps-icon {
3103
+ font-size: 22px;
3104
+ }
3105
+ .bk-steps .bk-step.current .bk-step-number,
3106
+ .bk-steps .bk-step.current .bk-step-icon,
3107
+ .bk-steps .bk-step.current .bk-step-text {
3108
+ border-width: 2px;
3109
+ }
3110
+ .bk-steps .bk-step.current .bk-step-title,
3111
+ .bk-steps .bk-step.current .bk-step-description {
3112
+ color: #63656e;
3113
+ }
3114
+ .bk-steps .bk-step.current.bk-step-error .bk-step-indicator {
3115
+ background-color: #ea3636;
3116
+ border-color: #ea3636;
3117
+ }
3118
+ .bk-steps .bk-step.current.bk-step-error .bk-step-title,
3119
+ .bk-steps .bk-step.current.bk-step-error .bk-step-description {
3120
+ color: #ea3636;
3121
+ }
3122
+ .bk-steps-primary .bk-step.done .bk-step-number,
3123
+ .bk-steps-primary .bk-step.done .bk-step-icon,
3124
+ .bk-steps-primary .bk-step.done .bk-step-text {
3125
+ color: #3a84ff;
3126
+ border-color: #3a84ff;
3127
+ }
3128
+ .bk-steps-primary .bk-step.done .bk-step-title::after,
3129
+ .bk-steps-primary .bk-step.done .bk-step-indicator::after {
3130
+ background-image: linear-gradient(to right, #3a84ff 50%, transparent 0%);
3131
+ }
3132
+ .bk-steps-primary .bk-step.done::after {
3133
+ background-image: linear-gradient(#3a84ff 50%, transparent 0%);
3134
+ }
3135
+ .bk-steps-primary .bk-step.current .bk-step-number,
3136
+ .bk-steps-primary .bk-step.current .bk-step-icon,
3137
+ .bk-steps-primary .bk-step.current .bk-step-text {
3138
+ color: #fff;
3139
+ background-color: #3a84ff;
3140
+ border-color: #3a84ff;
3141
+ }
3142
+ .bk-steps-warning .bk-step.done .bk-step-number,
3143
+ .bk-steps-warning .bk-step.done .bk-step-icon,
3144
+ .bk-steps-warning .bk-step.done .bk-step-text {
3145
+ color: #ff9c01;
3146
+ border-color: #ff9c01;
3147
+ }
3148
+ .bk-steps-warning .bk-step.done .bk-step-title::after,
3149
+ .bk-steps-warning .bk-step.done .bk-step-indicator::after {
3150
+ background-image: linear-gradient(to right, #ff9c01 50%, transparent 0%);
3151
+ }
3152
+ .bk-steps-warning .bk-step.done::after {
3153
+ background-image: linear-gradient(#ff9c01 50%, transparent 0%);
3154
+ }
3155
+ .bk-steps-warning .bk-step.current .bk-step-number,
3156
+ .bk-steps-warning .bk-step.current .bk-step-icon,
3157
+ .bk-steps-warning .bk-step.current .bk-step-text {
3158
+ color: #fff;
3159
+ background-color: #ff9c01;
3160
+ border-color: #ff9c01;
3161
+ }
3162
+ .bk-steps-success .bk-step.done .bk-step-number,
3163
+ .bk-steps-success .bk-step.done .bk-step-icon,
3164
+ .bk-steps-success .bk-step.done .bk-step-text {
3165
+ color: #2dcb56;
3166
+ border-color: #2dcb56;
3167
+ }
3168
+ .bk-steps-success .bk-step.done .bk-step-title::after,
3169
+ .bk-steps-success .bk-step.done .bk-step-indicator::after {
3170
+ background-image: linear-gradient(to right, #2dcb56 50%, transparent 0%);
3171
+ }
3172
+ .bk-steps-success .bk-step.done::after {
3173
+ background-image: linear-gradient(#2dcb56 50%, transparent 0%);
3174
+ }
3175
+ .bk-steps-success .bk-step.current .bk-step-number,
3176
+ .bk-steps-success .bk-step.current .bk-step-icon,
3177
+ .bk-steps-success .bk-step.current .bk-step-text {
3178
+ color: #fff;
3179
+ background-color: #2dcb56;
3180
+ border-color: #2dcb56;
3181
+ }
3182
+ .bk-steps-danger .bk-step.done .bk-step-number,
3183
+ .bk-steps-danger .bk-step.done .bk-step-icon,
3184
+ .bk-steps-danger .bk-step.done .bk-step-text {
3185
+ color: #ea3636;
3186
+ border-color: #ea3636;
3187
+ }
3188
+ .bk-steps-danger .bk-step.done .bk-step-title::after,
3189
+ .bk-steps-danger .bk-step.done .bk-step-indicator::after {
3190
+ background-image: linear-gradient(to right, #ea3636 50%, transparent 0%);
3191
+ }
3192
+ .bk-steps-danger .bk-step.done::after {
3193
+ background-image: linear-gradient(#ea3636 50%, transparent 0%);
3194
+ }
3195
+ .bk-steps-danger .bk-step.current .bk-step-number,
3196
+ .bk-steps-danger .bk-step.current .bk-step-icon,
3197
+ .bk-steps-danger .bk-step.current .bk-step-text {
3198
+ color: #fff;
3199
+ background-color: #ea3636;
3200
+ border-color: #ea3636;
3201
+ }
3202
+ .bk-steps-dashed .bk-step .bk-step-title::after,
3203
+ .bk-steps-dashed .bk-step .bk-step-indicator::after {
3204
+ background-image: linear-gradient(to right, #c4c6cc 50%, transparent 0%);
3205
+ background-position: bottom;
3206
+ background-repeat: repeat-x;
3207
+ background-size: 6px 1px;
3208
+ }
3209
+ .bk-steps-solid .bk-step .bk-step-title::after,
3210
+ .bk-steps-solid .bk-step .bk-step-indicator::after {
3211
+ background-color: #c4c6cc;
3212
+ }
3213
+ .bk-steps-vertical {
3214
+ flex-direction: column;
3215
+ height: 100%;
3216
+ }
3217
+ .bk-steps-vertical .bk-step {
3218
+ margin-right: 0;
3219
+ margin-bottom: 8px;
3220
+ }
3221
+ .bk-steps-vertical .bk-step .bk-step-title::after,
3222
+ .bk-steps-vertical .bk-step .bk-step-indicator::after {
3223
+ display: none;
3224
+ }
3225
+ .bk-steps-vertical .bk-step::after {
3226
+ position: absolute;
3227
+ top: 32px;
3228
+ left: 12px;
3229
+ width: 1px;
3230
+ height: 100%;
3231
+ background-image: linear-gradient(#c4c6cc 50%, transparent 0%);
3232
+ background-position: right;
3233
+ background-repeat: repeat-y;
3234
+ background-size: 1px 6px;
3235
+ content: '';
3236
+ }
3237
+ .bk-steps-vertical .bk-step .bk-step-title {
3238
+ display: flex;
3239
+ height: 100%;
3240
+ margin-top: 0;
3241
+ text-align: left;
3242
+ align-items: center;
3243
+ }
3244
+ .bk-steps-small .bk-step .bk-step-indicator {
3245
+ width: 20px;
3246
+ height: 20px;
3247
+ line-height: 20px;
3248
+ }
3249
+ .bk-steps-small .bk-step .bk-step-title {
3250
+ font-size: 12px;
3251
+ line-height: 20px;
3252
+ }
3253
+ .bk-steps-small .bk-step .bk-step-number {
3254
+ font-size: 12px;
3255
+ }
3256
+ .bk-steps-small .bk-step .bk-icon {
3257
+ font-size: 20px;
3258
+ line-height: 24px;
3259
+ }
3260
+ .bk-steps-small .bk-step::after {
3261
+ top: 28px;
3262
+ left: 10px;
3263
+ }
3264
+ .bk-steps-small .bk-step .bk-step-title::after {
3265
+ top: 10px;
3266
+ }
3267
+ .bk-steps-small .bk-step.bk-step-no-content .bk-step-indicator::after {
3268
+ top: 8px;
3269
+ left: 28px;
3270
+ }
3271
+ .bk-message {
3272
+ position: fixed;
3273
+ top: 20px;
3274
+ left: 50%;
3275
+ display: flex;
3276
+ min-width: 300px;
3277
+ padding: 10px 15px;
3278
+ font-size: 14px;
3279
+ color: #63656e;
3280
+ background: #f0f8ff;
3281
+ border: 1px solid #e1ecff;
3282
+ border-radius: 2px;
3283
+ transform: translateX(-50%);
3284
+ box-shadow: 0px 2px 4px 0px rgba(16, 37, 74, 0.1);
3285
+ justify-content: space-between;
3286
+ }
3287
+ .bk-message .bk-message-close {
3288
+ padding-left: 20px;
3289
+ margin-right: 0;
3290
+ font-size: 18px;
3291
+ cursor: pointer;
3292
+ }
3293
+ .bk-message-icon {
3294
+ display: inline-block;
3295
+ margin-right: 10px;
3296
+ font-size: 18px;
3297
+ color: #3a84ff;
3298
+ }
3299
+ .bk-message-primary {
3300
+ background: #f0f8ff;
3301
+ border: 1px solid #e1ecff;
3302
+ }
3303
+ .bk-message-warning {
3304
+ background: #fff4e2;
3305
+ border: 1px solid #ffe8c3;
3306
+ }
3307
+ .bk-message-warning .bk-message-icon {
3308
+ color: #ff9c01;
3309
+ }
3310
+ .bk-message-success {
3311
+ background: #f2fff4;
3312
+ border: 1px solid #dcffe2;
3313
+ }
3314
+ .bk-message-success .bk-message-icon {
3315
+ color: #2dcb56;
3316
+ }
3317
+ .bk-message-danger {
3318
+ background: #ffeded;
3319
+ border: 1px solid #ffdddd;
3320
+ }
3321
+ .bk-message-danger .bk-message-icon {
3322
+ color: #ea3636;
3323
+ }
3324
+ .bk-notify {
3325
+ position: fixed;
3326
+ display: flex;
3327
+ width: 360px;
3328
+ padding: 24px;
3329
+ font-size: 14px;
3330
+ line-height: 20px;
3331
+ color: #63656e;
3332
+ background: #fff;
3333
+ border: 1px solid #f0f1f5;
3334
+ border-radius: 2px;
3335
+ box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
3336
+ }
3337
+ .bk-notify .bk-notify-icon {
3338
+ position: absolute;
3339
+ top: 22px;
3340
+ margin-right: 5px;
3341
+ font-size: 18px;
3342
+ color: #3a84ff;
3343
+ }
3344
+ .bk-notify.bk-notify-warning .bk-notify-icon {
3345
+ color: #ff9c01;
3346
+ }
3347
+ .bk-notify.bk-notify-success .bk-notify-icon {
3348
+ color: #2dcb56;
3349
+ }
3350
+ .bk-notify.bk-notify-danger .bk-notify-icon {
3351
+ color: #ea3636;
3352
+ }
3353
+ .bk-notify .bk-notify-icon.bk-notify-close {
3354
+ top: 8px;
3355
+ right: 12px;
3356
+ margin-right: 0;
3357
+ font-size: 18px;
3358
+ color: #979ba5;
3359
+ cursor: pointer;
3360
+ }
3361
+ .bk-notify .bk-notify-content-header {
3362
+ display: inline-block;
3363
+ padding-left: 23px;
3364
+ margin-top: 0;
3365
+ margin-bottom: 4px;
3366
+ font-size: 14px;
3367
+ font-weight: 700;
3368
+ }
3369
+ .bk-notify .bk-notify-content-text {
3370
+ display: inline-block;
3371
+ padding-left: 23px;
3372
+ }
3373
+ .bk-tree .bk-node-row {
3374
+ padding-left: calc(var(--offset-left));
3375
+ }
3376
+ .bk-tree .bk-node-row.is-checked {
3377
+ background-color: #ebf2ff;
3378
+ }
3379
+ .bk-tree .bk-tree-node {
3380
+ position: relative;
3381
+ display: flex;
3382
+ height: var(--lineHeight);
3383
+ padding-left: 0;
3384
+ line-height: var(--lineHeight);
3385
+ cursor: pointer;
3386
+ align-items: center;
3387
+ }
3388
+ .bk-tree .bk-tree-node:not(.is-root) {
3389
+ margin-left: calc(var(--depth)*var(--indent));
3390
+ }
3391
+ .bk-tree .bk-tree-node:not(.is-root).level-line::before {
3392
+ position: absolute;
3393
+ top: calc(50% + 1px);
3394
+ left: calc(0px - var(--indent) + 6px);
3395
+ z-index: 1;
3396
+ width: calc(var(--indent) - 6px);
3397
+ height: 0;
3398
+ pointer-events: none;
3399
+ border-bottom: var(--level-line);
3400
+ content: '';
3401
+ }
3402
+ .bk-tree .bk-tree-node .node-virtual-line {
3403
+ position: absolute;
3404
+ top: -12px;
3405
+ bottom: 50%;
3406
+ left: calc(var(--depth) * var(--indent) * -1 + 6px);
3407
+ display: inline-block;
3408
+ width: 0;
3409
+ border-left: var(--level-line);
3410
+ }
3411
+ .bk-tree .bk-tree-node .bk-tree-icon {
3412
+ margin: 0 6px 0 4px;
3413
+ }
3414
+ .bk-tree .bk-tree-node .bk-node-content {
3415
+ display: inline-flex;
3416
+ align-items: center;
3417
+ }
3418
+ .bk-tree .bk-tree-node .bk-node-content .bk-node-text {
3419
+ overflow: hidden;
3420
+ text-overflow: ellipsis;
3421
+ white-space: nowrap;
3422
+ }
3423
+ .bk-slider {
3424
+ display: flex;
3425
+ flex-direction: row;
3426
+ align-items: center;
3427
+ }
3428
+ .bk-slider .bk-slider-runway {
3429
+ position: relative;
3430
+ width: 100%;
3431
+ height: 4px;
3432
+ vertical-align: middle;
3433
+ cursor: pointer;
3434
+ background: #dcdee5;
3435
+ border-radius: 2px;
3436
+ opacity: 1;
3437
+ }
3438
+ .bk-slider .bk-slider-runway .bk-slider-bar {
3439
+ position: absolute;
3440
+ height: 4px;
3441
+ background: #3a84ff;
3442
+ border-bottom-left-radius: 3px;
3443
+ border-top-left-radius: 3px;
3444
+ }
3445
+ .bk-slider .bk-slider-runway .bk-slider-bar.vertical {
3446
+ width: 4px;
3447
+ }
3448
+ .bk-slider .bk-slider-runway .bk-slider-bar.horizontal {
3449
+ height: 4px;
3450
+ }
3451
+ .bk-slider .bk-slider-runway .disable {
3452
+ background: #979ba5;
3453
+ }
3454
+ .bk-slider .bk-slider-runway .bk-slider-labels {
3455
+ position: relative;
3456
+ }
3457
+ .bk-slider .bk-slider-runway .bk-slider-labels.vertical {
3458
+ left: 18px;
3459
+ display: flex;
3460
+ width: 10px;
3461
+ height: 100%;
3462
+ flex-direction: column;
3463
+ justify-content: space-between;
3464
+ }
3465
+ .bk-slider .bk-slider-runway .bk-slider-labels.horizontal {
3466
+ top: 10px;
3467
+ display: flex;
3468
+ width: 100%;
3469
+ height: 10px;
3470
+ flex-direction: row;
3471
+ justify-content: space-between;
3472
+ }
3473
+ .bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label {
3474
+ position: absolute;
3475
+ display: flex;
3476
+ width: 10px;
3477
+ height: 10px;
3478
+ text-align: center;
3479
+ white-space: nowrap;
3480
+ align-items: center;
3481
+ justify-content: center;
3482
+ }
3483
+ .bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label.vertical {
3484
+ left: 10px;
3485
+ transform: translateY(50%);
3486
+ }
3487
+ .bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label.horizontal {
3488
+ top: 10px;
3489
+ transform: translateX(-50%);
3490
+ }
3491
+ .bk-slider .bk-slider-interval {
3492
+ position: absolute;
3493
+ width: 4px;
3494
+ height: 4px;
3495
+ background-color: #fff;
3496
+ border-radius: 100%;
3497
+ transform: translateX(-50%);
3498
+ }
3499
+ .bk-slider .bk-slider-interval.vertical {
3500
+ left: 2px;
3501
+ }
3502
+ .bk-slider-input {
3503
+ display: flex;
3504
+ margin: 0 0 0 28px;
3505
+ flex-direction: row;
3506
+ align-items: center;
3507
+ }
3508
+ .bk-slider-input .input-item {
3509
+ width: 92px;
3510
+ }
3511
+ .bk-slider-input .input-center {
3512
+ margin: 0 7px;
3513
+ }
3514
+ .bk-slider-button {
3515
+ position: absolute;
3516
+ z-index: 1001;
3517
+ display: flex;
3518
+ width: 24px;
3519
+ height: 24px;
3520
+ line-height: normal;
3521
+ text-align: center;
3522
+ background-color: transparent;
3523
+ user-select: none;
3524
+ justify-content: center;
3525
+ align-items: center;
3526
+ }
3527
+ .bk-slider-button:hover {
3528
+ cursor: grab;
3529
+ }
3530
+ .bk-slider-button.grabbing {
3531
+ cursor: grabbing;
3532
+ }
3533
+ .bk-slider-button.vertical {
3534
+ left: -10px;
3535
+ transform: translateY(50%);
3536
+ }
3537
+ .bk-slider-button.horizontal {
3538
+ top: -10px;
3539
+ transform: translateX(-50%);
3540
+ }
3541
+ .bk-slider-button .slider-button {
3542
+ width: 12px;
3543
+ height: 12px;
3544
+ background-color: #fff;
3545
+ border: 2px solid #3a84ff;
3546
+ border-radius: 50%;
3547
+ transition: 0.2s;
3548
+ user-select: none;
3549
+ }
3550
+ .bk-slider-button .slider-button-disable {
3551
+ border: 2px solid #979ba5;
3552
+ }
3553
+ .bk-slider-button .slider-button:hover {
3554
+ box-shadow: 0px 0px 0px 4px rgba(58, 132, 255, 0.3);
3555
+ }
3556
+ .bk-slider-button .slider-button:focus {
3557
+ box-shadow: 0px 0px 10px 0px rgba(58, 132, 255, 0.9);
3558
+ }
3559
+ .bk-slider-button .slider-button-label {
3560
+ position: absolute;
3561
+ display: flex;
3562
+ text-align: center;
3563
+ align-items: center;
3564
+ justify-content: center;
3565
+ }
3566
+ .bk-slider-button .slider-button-label.vertical {
3567
+ left: 28px;
3568
+ }
3569
+ .bk-slider-button .slider-button-label.horizontal {
3570
+ top: 20px;
3571
+ }
3572
+ @keyframes loading-scale-animate {
3573
+ 0% {
3574
+ transform: scale(1);
3575
+ }
3576
+ 100% {
3577
+ transform: scale(0.6);
3578
+ }
3579
+ }
3580
+ @keyframes fade {
3581
+ 100% {
3582
+ background-color: transparent;
3583
+ }
3584
+ }
3585
+ .bk-fade-transtion .bk-fade-enter-active,
3586
+ .bk-fade-transtion .bk-fade-leave-active {
3587
+ transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
3588
+ }
3589
+ .bk-fade-transtion .bk-fade-enter,
3590
+ .bk-fade-transtion .bk-fade-leave-to {
3591
+ opacity: 0;
3592
+ }
3593
+ .collapse {
3594
+ width: 60px;
3595
+ }
3596
+ .open {
3597
+ background: #151d2c;
3598
+ }
3599
+ .bk-menu {
3600
+ display: flex;
3601
+ width: 260px;
3602
+ background-color: #182132;
3603
+ flex-direction: column;
3604
+ transition: width 0.3s ease-out;
3605
+ }
3606
+ .bk-menu.is-collapse {
3607
+ width: 60px;
3608
+ }
3609
+ .bk-menu-submenu {
3610
+ display: flex;
3611
+ flex-direction: column;
3612
+ overflow: hidden;
3613
+ text-overflow: clip;
3614
+ white-space: nowrap;
3615
+ align-items: center;
3616
+ transition: width 0.3s ease-out;
3617
+ }
3618
+ .bk-menu-submenu.is-opened {
3619
+ background: #151d2c;
3620
+ }
3621
+ .bk-menu-submenu:hover {
3622
+ color: white;
3623
+ cursor: pointer;
3624
+ }
3625
+ .bk-menu-submenu .submenu-header {
3626
+ display: flex;
3627
+ width: 100%;
3628
+ height: 40px;
3629
+ align-items: center;
3630
+ }
3631
+ .bk-menu-submenu .submenu-header.is-collapse {
3632
+ color: white;
3633
+ background: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
3634
+ }
3635
+ .bk-menu-submenu .submenu-header-icon {
3636
+ display: flex;
3637
+ height: 100%;
3638
+ font-size: 18px;
3639
+ flex: 0 0 60px;
3640
+ align-items: center;
3641
+ justify-content: center;
3642
+ }
3643
+ .bk-menu-submenu .submenu-header-icon .menu-icon {
3644
+ display: flex;
3645
+ width: 16px;
3646
+ height: 16px;
3647
+ font-size: 16px;
3648
+ align-items: center;
3649
+ justify-content: center;
3650
+ color: #b0bdd5;
3651
+ }
3652
+ .bk-menu-submenu .submenu-header-content {
3653
+ display: flex;
3654
+ height: 100%;
3655
+ align-items: center;
3656
+ flex: 1;
3657
+ color: #acb9d1;
3658
+ }
3659
+ .bk-menu-submenu .submenu-header-collapse {
3660
+ display: flex;
3661
+ width: 16px;
3662
+ height: 16px;
3663
+ font-size: 16px;
3664
+ align-items: center;
3665
+ justify-content: center;
3666
+ margin-right: 16px;
3667
+ color: #acb9d1;
3668
+ transform: rotate(-90deg);
3669
+ transition: transform 0.3s ease-out;
3670
+ }
3671
+ .bk-menu-submenu .submenu-header-collapse.is-collapse {
3672
+ transform: rotate(0deg);
3673
+ }
3674
+ .bk-menu-submenu .submenu-list {
3675
+ display: flex;
3676
+ width: 100%;
3677
+ padding: 0;
3678
+ margin: 0;
3679
+ flex-direction: column;
3680
+ flex: 1;
3681
+ /* stylelint-disable-next-line declaration-no-important */
3682
+ transition-property: all !important;
3683
+ }
3684
+ .bk-menu-item {
3685
+ display: flex;
3686
+ width: 100%;
3687
+ height: 40px;
3688
+ min-height: 40px;
3689
+ margin: 2px 0;
3690
+ overflow: hidden;
3691
+ font-size: 14px;
3692
+ color: #96a2b9;
3693
+ text-overflow: clip;
3694
+ white-space: nowrap;
3695
+ align-items: center;
3696
+ transition: width 0.3s ease-in-out;
3697
+ }
3698
+ .bk-menu-item:hover {
3699
+ color: white;
3700
+ cursor: pointer;
3701
+ }
3702
+ .bk-menu-item.is-active {
3703
+ color: white;
3704
+ background: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
3705
+ }
3706
+ .bk-menu-item .item-icon {
3707
+ display: flex;
3708
+ height: 100%;
3709
+ font-size: 18px;
3710
+ flex: 0 0 60px;
3711
+ align-items: center;
3712
+ justify-content: center;
3713
+ }
3714
+ .bk-menu-item .item-icon .default-icon {
3715
+ display: inline-block;
3716
+ width: 3px;
3717
+ height: 3px;
3718
+ background: #63656e;
3719
+ background-color: white;
3720
+ border-radius: 50%;
3721
+ }
3722
+ .bk-menu-item .item-content {
3723
+ display: flex;
3724
+ height: 100%;
3725
+ align-items: center;
3726
+ flex: 1;
3727
+ }
3728
+ .bk-menu-group {
3729
+ display: flex;
3730
+ flex-direction: column;
3731
+ }
3732
+ .bk-menu-group .group-name {
3733
+ display: flex;
3734
+ height: 40px;
3735
+ margin: 0 18px;
3736
+ overflow: hidden;
3737
+ font-size: 12px;
3738
+ line-height: 16px;
3739
+ color: #63656e;
3740
+ text-overflow: clip;
3741
+ white-space: nowrap;
3742
+ flex-wrap: nowrap;
3743
+ align-items: center;
3744
+ }
3745
+ .bk-menu-group .group-wrap {
3746
+ display: flex;
3747
+ flex-direction: column;
3748
+ padding: 0;
3749
+ margin: 0;
3750
+ }
3751
+ .bk-menu .collapse-transition {
3752
+ transition: all 0.3s ease-in-out;
3753
+ }
3754
+ .bk-navigation {
3755
+ display: flex;
3756
+ flex-direction: column;
3757
+ width: 100%;
3758
+ height: 100%;
3759
+ }
3760
+ .bk-navigation-title {
3761
+ display: flex;
3762
+ height: 100%;
3763
+ padding: 0 16px;
3764
+ overflow: hidden;
3765
+ border-bottom: 1px solid rgba(255, 255, 255, 0.05);
3766
+ align-items: center;
3767
+ justify-content: flex-start;
3768
+ flex: 0 0 260px;
3769
+ }
3770
+ .bk-navigation-title .title-icon {
3771
+ display: flex;
3772
+ font-size: 28px;
3773
+ color: #768197;
3774
+ flex: 0 0 28px;
3775
+ align-items: center;
3776
+ justify-content: center;
3777
+ }
3778
+ .bk-navigation-title .title-desc {
3779
+ display: inline-block;
3780
+ margin-left: 16px;
3781
+ overflow: hidden;
3782
+ font-size: 16px;
3783
+ font-weight: bold;
3784
+ line-height: 24px;
3785
+ color: #96a2b9;
3786
+ white-space: nowrap;
3787
+ }
3788
+ .bk-navigation-header {
3789
+ flex: 0 0 52px;
3790
+ display: flex;
3791
+ align-items: center;
3792
+ padding-right: 24px;
3793
+ overflow: hidden;
3794
+ background: #182132;
3795
+ }
3796
+ .bk-navigation-header .header-right {
3797
+ display: flex;
3798
+ height: 100%;
3799
+ flex: 1;
3800
+ align-items: center;
3801
+ }
3802
+ .bk-navigation-wrapper {
3803
+ position: relative;
3804
+ display: flex;
3805
+ flex-direction: row;
3806
+ flex: 1;
3807
+ }
3808
+ .bk-navigation-wrapper .navigation-nav {
3809
+ position: relative;
3810
+ z-index: 101;
3811
+ display: flex;
3812
+ width: 60px;
3813
+ min-width: 0;
3814
+ min-height: 0;
3815
+ overflow: visible;
3816
+ transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
3817
+ flex: 0 1 auto;
3818
+ flex-direction: column;
3819
+ }
3820
+ .bk-navigation-wrapper .navigation-nav:hover {
3821
+ cursor: pointer;
3822
+ }
3823
+ .bk-navigation-wrapper .navigation-nav .nav-slider {
3824
+ display: flex;
3825
+ width: 60px;
3826
+ height: 100%;
3827
+ background-color: #182132;
3828
+ transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
3829
+ flex: 1;
3830
+ flex-direction: column;
3831
+ }
3832
+ .bk-navigation-wrapper .navigation-nav .nav-slider-list {
3833
+ max-height: calc(100vh - 100px);
3834
+ padding: 12px 0 4px 0;
3835
+ margin: 0;
3836
+ overflow: auto;
3837
+ flex: 1 1 auto;
3838
+ }
3839
+ .bk-navigation-wrapper .navigation-nav .nav-slider-list::-webkit-scrollbar {
3840
+ display: none;
3841
+ width: 6px;
3842
+ height: 5px;
3843
+ }
3844
+ .bk-navigation-wrapper .navigation-nav .nav-slider-list::-webkit-scrollbar:hover {
3845
+ transform: none;
3846
+ transition: opacity 340ms ease-out;
3847
+ }
3848
+ .bk-navigation-wrapper .navigation-nav .nav-slider-footer {
3849
+ display: flex;
3850
+ padding-left: 14px;
3851
+ flex: 0 0 56px;
3852
+ align-items: center;
3853
+ justify-content: flex-start;
3854
+ }
3855
+ .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon {
3856
+ display: flex;
3857
+ width: 32px;
3858
+ height: 32px;
3859
+ font-size: 14px;
3860
+ color: #63656e;
3861
+ border-radius: 100%;
3862
+ align-items: center;
3863
+ justify-content: center;
3864
+ transform-origin: center center;
3865
+ }
3866
+ .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon-svg {
3867
+ display: flex;
3868
+ width: 16px;
3869
+ height: 16px;
3870
+ font-size: 16px;
3871
+ transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
3872
+ align-items: center;
3873
+ justify-content: center;
3874
+ transform-origin: center center;
3875
+ }
3876
+ .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon.is-left {
3877
+ color: #96a2b9;
3878
+ }
3879
+ .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon.is-left:hover {
3880
+ color: #d3d9e4;
3881
+ cursor: pointer;
3882
+ background: linear-gradient(270deg, #253047 0%, #263247 100%);
3883
+ }
3884
+ .bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon:hover {
3885
+ color: #3a3c42;
3886
+ cursor: pointer;
3887
+ background: linear-gradient(270deg, #dee0ea 0%, #eaecf2 100%);
3888
+ }
3889
+ .bk-navigation-wrapper .navigation-container {
3890
+ position: relative;
3891
+ display: flex;
3892
+ max-width: calc(100vw - 60px);
3893
+ min-width: 0;
3894
+ min-height: 0;
3895
+ flex: 1 1 1px;
3896
+ flex-direction: column;
3897
+ }
3898
+ .bk-navigation-wrapper .navigation-container .container-header {
3899
+ z-index: 100;
3900
+ display: flex;
3901
+ width: 100%;
3902
+ height: 60px;
3903
+ padding: 0 24px;
3904
+ background: #fff;
3905
+ border-bottom: 1px solid #dcdee5;
3906
+ box-shadow: 0px 3px 4px 0px rgba(64, 112, 203, 0.06);
3907
+ flex-basis: 60px;
3908
+ flex-direction: row;
3909
+ align-items: center;
3910
+ justify-content: flex-end;
3911
+ }
3912
+ .bk-navigation-wrapper .navigation-container .container-header-title {
3913
+ height: 21px;
3914
+ font-size: 16px;
3915
+ line-height: 21px;
3916
+ color: #313238;
3917
+ }
3918
+ .bk-navigation-wrapper .navigation-container .container-header-sets {
3919
+ display: flex;
3920
+ flex: 1 1 auto;
3921
+ align-items: center;
3922
+ justify-content: flex-end;
3923
+ }
3924
+ .bk-navigation-wrapper .navigation-container .container-content {
3925
+ max-height: calc(100vh - 60px);
3926
+ padding: 20px 24px 0;
3927
+ overflow: auto;
3928
+ background: #f5f7fa;
3929
+ flex: 1;
3930
+ }
3931
+ .bk-navigation-wrapper .navigation-container .container-footer {
3932
+ display: flex;
3933
+ flex: 0 0 auto;
3934
+ flex-direction: row;
3935
+ align-items: center;
3936
+ justify-content: center;
3937
+ }
3938
+ .bk-date-picker {
3939
+ display: inline-block;
3940
+ width: 261px;
3941
+ line-height: normal;
3942
+ }
3943
+ .bk-date-picker.long {
3944
+ width: 342px;
3945
+ }
3946
+ .bk-date-picker.medium-width {
3947
+ width: 362px;
3948
+ }
3949
+ .bk-date-picker.large-width {
3950
+ width: 402px;
3951
+ }
3952
+ .bk-date-picker-rel {
3953
+ position: relative;
3954
+ }
3955
+ .bk-date-picker-rel .bk-date-picker-editor {
3956
+ display: block;
3957
+ width: 100%;
3958
+ height: 32px;
3959
+ padding: 0 10px 0 30px;
3960
+ font-size: 12px;
3961
+ line-height: 32px;
3962
+ color: #63656e;
3963
+ cursor: pointer;
3964
+ border: 1px solid #c4c6cc;
3965
+ border-radius: 2px;
3966
+ outline: none;
3967
+ }
3968
+ .bk-date-picker-rel .bk-date-picker-editor.only-bottom-border {
3969
+ border-color: transparent transparent #c4c6cc transparent;
3970
+ }
3971
+ .bk-date-picker-rel .bk-date-picker-editor.only-bottom-border:focus {
3972
+ border-color: transparent transparent #3a84ff transparent;
3973
+ box-shadow: none;
3974
+ }
3975
+ .bk-date-picker-rel .bk-date-picker-editor.only-bottom-border[disabled],
3976
+ .bk-date-picker-rel .bk-date-picker-editor.only-bottom-border.readonly {
3977
+ border-color: transparent transparent #dcdee5 transparent;
3978
+ }
3979
+ .bk-date-picker-rel .bk-date-picker-editor:focus {
3980
+ border: 1px solid #3a84ff;
3981
+ }
3982
+ .bk-date-picker-rel .bk-date-picker-editor::placeholder {
3983
+ color: #c4c6cc;
3984
+ }
3985
+ .bk-date-picker-rel .bk-date-picker-editor[disabled] {
3986
+ color: #c4c6cc;
3987
+ cursor: not-allowed;
3988
+ background-color: #fafbfd;
3989
+ border-color: #c4c6cc;
3990
+ }
3991
+ .bk-date-picker-rel .bk-date-picker-editor.readonly {
3992
+ background-color: #fafbfd;
3993
+ border-color: #c4c6cc;
3994
+ }
3995
+ .bk-date-picker-rel .bk-date-picker-editor.medium-font {
3996
+ font-size: 14px;
3997
+ }
3998
+ .bk-date-picker-rel .bk-date-picker-editor.large-font {
3999
+ font-size: 16px;
4000
+ }
4001
+ .bk-date-picker-rel .clear-action {
4002
+ position: absolute;
4003
+ top: 50%;
4004
+ right: 10px;
4005
+ font-size: 14px;
4006
+ color: #c4c6cc;
4007
+ cursor: pointer;
4008
+ transform: translateY(-50%);
4009
+ }
4010
+ .bk-date-picker-rel .clear-action:hover {
4011
+ color: #979ba5;
4012
+ }
4013
+ .bk-date-picker-rel .icon-wrapper {
4014
+ position: absolute;
4015
+ top: 0;
4016
+ left: 0;
4017
+ display: inline-block;
4018
+ width: 32px;
4019
+ height: 32px;
4020
+ color: #c4c6cc;
4021
+ cursor: pointer;
4022
+ background-color: transparent;
4023
+ }
4024
+ .bk-date-picker-rel .icon-wrapper.disabled {
4025
+ cursor: not-allowed;
4026
+ }
4027
+ .bk-date-picker-rel .icon-wrapper i.icon-clock {
4028
+ position: absolute;
4029
+ top: 50%;
4030
+ left: 50%;
4031
+ transform: translate(-50%, -50%);
4032
+ }
4033
+ .bk-date-picker-rel .icon-wrapper .picker-icon {
4034
+ position: absolute;
4035
+ top: 50%;
4036
+ left: 50%;
4037
+ width: 18px;
4038
+ height: 18px;
4039
+ transform: translate(-50%, -50%);
4040
+ }
4041
+ .bk-date-picker-dropdown {
4042
+ position: absolute;
4043
+ z-index: 900;
4044
+ padding: 5px 0 0 0;
4045
+ overflow: auto;
4046
+ background-color: #fff;
4047
+ border: 1px solid #dcdee5;
4048
+ border-radius: 2px;
4049
+ box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
4050
+ box-sizing: border-box;
4051
+ }
4052
+ .bk-date-picker .bk-select-dropdown {
4053
+ max-height: none;
4054
+ padding: 0;
4055
+ overflow: visible;
4056
+ }
4057
+ .bk-date-picker-footer-wrapper {
4058
+ clear: both;
4059
+ font-size: 14px;
4060
+ color: #979ba5;
4061
+ background-color: #fafbfd;
4062
+ border-top: 1px solid #dcdee5;
4063
+ }
4064
+ .bk-date-picker-top-wrapper {
4065
+ margin-top: -5px;
4066
+ clear: both;
4067
+ font-size: 14px;
4068
+ color: #979ba5;
4069
+ }
4070
+ .bk-picker-panel-body-wrapper.bk-picker-panel-with-sidebar {
4071
+ padding-right: 140px;
4072
+ }
4073
+ .bk-picker-panel-sidebar {
4074
+ position: absolute;
4075
+ top: 0;
4076
+ right: 0;
4077
+ bottom: 0;
4078
+ width: 140px;
4079
+ padding: 12px 0;
4080
+ overflow: auto;
4081
+ font-size: 14px;
4082
+ color: #3a84ff;
4083
+ background-color: #fafbfd;
4084
+ border-left: 1px solid #dcdee5;
4085
+ }
4086
+ .bk-picker-panel-sidebar .bk-picker-panel-shortcut {
4087
+ /* &:nth-of-type(1) {
4088
+ padding-top: 18px;
4089
+ }
4090
+ &:last-child {
4091
+ padding-bottom: 18px;
4092
+ } */
4093
+ padding: 6px 21px;
4094
+ overflow: hidden;
4095
+ text-overflow: ellipsis;
4096
+ white-space: nowrap;
4097
+ cursor: pointer;
4098
+ }
4099
+ .bk-picker-panel-sidebar .bk-picker-panel-shortcut:hover {
4100
+ background-color: #e1ecff;
4101
+ }
4102
+ .bk-picker-panel-body {
4103
+ float: left;
4104
+ }
4105
+ .bk-picker-confirm {
4106
+ height: 42px;
4107
+ padding: 0 20px;
4108
+ clear: both;
4109
+ font-size: 14px;
4110
+ line-height: 41px;
4111
+ text-align: right;
4112
+ background-color: #fafbfd;
4113
+ border-top: 1px solid #dcdee5;
4114
+ }
4115
+ .bk-picker-confirm a {
4116
+ color: #979ba5;
4117
+ }
4118
+ .bk-picker-confirm a.confirm {
4119
+ margin-left: 10px;
4120
+ color: #3a84ff;
4121
+ }
4122
+ .bk-picker-confirm a[disabled] {
4123
+ color: #c4c6cc;
4124
+ cursor: not-allowed;
4125
+ }
4126
+ .bk-picker-confirm .bk-picker-confirm-time {
4127
+ float: left;
4128
+ }
4129
+ .bk-date-picker-header {
4130
+ height: 46px;
4131
+ font-size: 14px;
4132
+ font-weight: 700;
4133
+ line-height: 46px;
4134
+ color: #63656e;
4135
+ text-align: center;
4136
+ border-bottom: 1px solid #dcdee5;
4137
+ }
4138
+ .bk-date-picker-header .bk-date-picker-header-label {
4139
+ cursor: pointer;
4140
+ }
4141
+ .bk-date-picker-header .bk-date-picker-header-label:hover {
4142
+ color: #3a84ff;
4143
+ }
4144
+ .bk-date-picker-header .up-to-now {
4145
+ margin-left: 3px;
4146
+ font-weight: 400;
4147
+ cursor: pointer;
4148
+ }
4149
+ .bk-date-picker-header .up-to-now.disabled {
4150
+ color: #c4c6cc;
4151
+ cursor: not-allowed;
4152
+ }
4153
+ .bk-date-picker-cells {
4154
+ margin: 9px;
4155
+ font-size: 12px;
4156
+ color: #63656e;
4157
+ white-space: normal;
4158
+ }
4159
+ .bk-date-picker-cells span {
4160
+ display: inline-block;
4161
+ width: 34px;
4162
+ height: 32px;
4163
+ line-height: 32px;
4164
+ text-align: center;
4165
+ }
4166
+ .bk-date-picker-cells span em {
4167
+ display: inline-block;
4168
+ width: 34px;
4169
+ height: 32px;
4170
+ font-style: normal;
4171
+ line-height: 32px;
4172
+ cursor: pointer;
4173
+ }
4174
+ .bk-date-picker-cells .bk-date-picker-cells-header {
4175
+ text-align: center;
4176
+ }
4177
+ .bk-date-picker-cells .bk-date-picker-cells-header span {
4178
+ width: 28px;
4179
+ height: 26px;
4180
+ margin: 3px;
4181
+ line-height: 26px;
4182
+ color: #63656e;
4183
+ text-align: center;
4184
+ cursor: default;
4185
+ }
4186
+ .bk-date-picker-cells-cell:hover em {
4187
+ /* background-color: #e1ecff; */
4188
+ background-color: #f0f1f5;
4189
+ }
4190
+ .bk-date-picker-cells-focused em {
4191
+ color: #3a84ff;
4192
+ box-shadow: 0 0 0 1px #a3c5fd inset;
4193
+ }
4194
+ .bk-date-picker-cells-cell-prev-month em,
4195
+ .bk-date-picker-cells-cell-next-month em {
4196
+ color: #c4c6cc;
4197
+ }
4198
+ .bk-date-picker-cells-cell-prev-month:hover em,
4199
+ .bk-date-picker-cells-cell-next-month:hover em {
4200
+ background: transparent;
4201
+ }
4202
+ span.bk-date-picker-cells-cell-week-label,
4203
+ span.bk-date-picker-cells-cell-week-label:hover,
4204
+ span.bk-date-picker-cells-cell-disabled,
4205
+ span.bk-date-picker-cells-cell-disabled:hover {
4206
+ color: #c4c6cc;
4207
+ cursor: not-allowed;
4208
+ }
4209
+ span.bk-date-picker-cells-cell-week-label em,
4210
+ span.bk-date-picker-cells-cell-week-label:hover em,
4211
+ span.bk-date-picker-cells-cell-disabled em,
4212
+ span.bk-date-picker-cells-cell-disabled:hover em {
4213
+ color: inherit;
4214
+ cursor: not-allowed;
4215
+ background: inherit;
4216
+ }
4217
+ span.bk-date-picker-cells-cell-disabled,
4218
+ span.bk-date-picker-cells-cell-disabled:hover {
4219
+ background-color: #f0f1f5;
4220
+ }
4221
+ .bk-date-picker-cells-cell-today em {
4222
+ position: relative;
4223
+ color: #3a84ff;
4224
+ box-shadow: 0 0 0 1px #a3c5fd inset;
4225
+ }
4226
+ .bk-date-picker-cells-cell-range {
4227
+ position: relative;
4228
+ }
4229
+ .bk-date-picker-cells-cell-range:before {
4230
+ position: absolute;
4231
+ top: 0;
4232
+ right: 0;
4233
+ bottom: 0;
4234
+ left: 0;
4235
+ display: block;
4236
+ background: #e1ecff;
4237
+ border: 0;
4238
+ border-radius: 0;
4239
+ content: '';
4240
+ }
4241
+ .bk-date-picker-cells-cell-range em {
4242
+ position: relative;
4243
+ z-index: 1;
4244
+ }
4245
+ .bk-date-picker-cells-cell-selected em,
4246
+ .bk-date-picker-cells-cell-selected:hover em {
4247
+ color: #fff;
4248
+ background-color: #3a84ff;
4249
+ box-shadow: 0 0 0 1px #3a84ff inset;
4250
+ }
4251
+ span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em {
4252
+ color: #f7f7f7;
4253
+ background: #c4c6cc;
4254
+ }
4255
+ .bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em:after {
4256
+ background: #fff;
4257
+ }
4258
+ .bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em,
4259
+ .bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em:hover {
4260
+ box-shadow: 0 0 0 1px #3a84ff inset;
4261
+ }
4262
+ .bk-date-picker-cells-year,
4263
+ .bk-date-picker-cells-month {
4264
+ margin-top: 7px;
4265
+ }
4266
+ .bk-date-picker-cells-year span,
4267
+ .bk-date-picker-cells-month span {
4268
+ width: 36px;
4269
+ height: 32px;
4270
+ margin: 10px 12px;
4271
+ line-height: 32px;
4272
+ text-align: center;
4273
+ border-radius: 3px;
4274
+ }
4275
+ .bk-date-picker-cells-year span em,
4276
+ .bk-date-picker-cells-month span em {
4277
+ width: 36px;
4278
+ height: 32px;
4279
+ line-height: 32px;
4280
+ text-align: center;
4281
+ }
4282
+ .bk-picker-panel-icon-btn {
4283
+ display: inline-block;
4284
+ width: 20px;
4285
+ height: 46px;
4286
+ line-height: 44px;
4287
+ color: #979ba5;
4288
+ text-align: center;
4289
+ cursor: pointer;
4290
+ transition: color 0.2s ease-in-out;
4291
+ }
4292
+ .bk-picker-panel-icon-btn:hover {
4293
+ color: #2d8cf0;
4294
+ }
4295
+ .bk-picker-panel-icon-btn i {
4296
+ font-size: 20px;
4297
+ }
4298
+ .bk-date-picker-prev-btn {
4299
+ float: left;
4300
+ }
4301
+ .bk-date-picker-prev-btn-arrow-double {
4302
+ margin-left: 10px;
4303
+ }
4304
+ .bk-date-picker-prev-btn-arrow-double i:after {
4305
+ margin-left: -8px;
4306
+ }
4307
+ .bk-date-picker-next-btn {
4308
+ float: right;
4309
+ }
4310
+ .bk-date-picker-next-btn-arrow-double {
4311
+ margin-right: 10px;
4312
+ }
4313
+ .bk-date-picker-next-btn-arrow-double i:after {
4314
+ margin-left: -8px;
4315
+ }
4316
+ .bk-date-picker-with-range .bk-picker-panel-body {
4317
+ min-width: 532px;
4318
+ }
4319
+ .bk-date-picker-with-range .bk-picker-panel-content {
4320
+ float: left;
4321
+ }
4322
+ .bk-date-picker-with-range .bk-picker-cells-show-week-numbers {
4323
+ min-width: 492px;
4324
+ }
4325
+ .bk-date-picker-transfer {
4326
+ z-index: 1060;
4327
+ max-height: none;
4328
+ }
4329
+ .bk-fade-down-transition-enter-from,
4330
+ .bk-fade-down-transition-leave-to {
4331
+ opacity: 0;
4332
+ transform: translateY(-20px);
4333
+ }
4334
+ .bk-fade-down-transition-enter-to,
4335
+ .bk-fade-down-transition-leave-from {
4336
+ opacity: 1;
4337
+ transform: translateY(0);
4338
+ }
4339
+ .bk-fade-down-transition-enter-active {
4340
+ transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4341
+ }
4342
+ .bk-fade-down-transition-leave-active {
4343
+ transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
4344
+ }
4345
+ .bk-divider {
4346
+ position: relative;
4347
+ background: #c4c6cc;
4348
+ }
4349
+ .bk-divider-horizontal {
4350
+ width: 100%;
4351
+ height: 1px;
4352
+ margin: 1em 0;
4353
+ }
4354
+ .bk-divider-info {
4355
+ position: absolute;
4356
+ top: 50%;
4357
+ padding: 0 1.4em;
4358
+ color: #63656e;
4359
+ background-color: white;
4360
+ transform: translateY(-50%);
4361
+ }
4362
+ .bk-divider-info-center {
4363
+ left: 50%;
4364
+ transform: translateX(-50%) translateY(-50%);
4365
+ }
4366
+ .bk-divider-info .bk-divider-horizontal-left {
4367
+ left: 2em;
4368
+ }
4369
+ .bk-divider-info .bk-divider-horizontal-right {
4370
+ right: 2em;
4371
+ }
4372
+ .bk-divider-vertical .bk-divider-info {
4373
+ padding: 20px 0;
4374
+ }
4375
+ .bk-divider-vertical {
4376
+ display: inline-block;
4377
+ width: 1px;
4378
+ height: 100%;
4379
+ min-height: 1em;
4380
+ margin: 0 8px;
4381
+ vertical-align: middle;
4382
+ }
4383
+ .bk-tab {
4384
+ position: relative;
4385
+ display: flex;
4386
+ width: 100%;
4387
+ }
4388
+ .bk-tab--top {
4389
+ flex-direction: column;
4390
+ }
4391
+ .bk-tab--right {
4392
+ flex-direction: row-reverse;
4393
+ }
4394
+ .bk-tab-header {
4395
+ display: flex;
4396
+ color: #63656e;
4397
+ }
4398
+ .bk-tab-header > div {
4399
+ display: flex;
4400
+ margin-bottom: -1px;
4401
+ flex-wrap: nowrap;
4402
+ }
4403
+ .bk-tab--card .bk-tab-header > div,
4404
+ .bk-tab--border-card .bk-tab-header > div {
4405
+ border-right: 1px solid #dcdee5;
4406
+ }
4407
+ .bk-tab--top .bk-tab-header-nav {
4408
+ overflow-x: auto;
4409
+ overflow-y: visible;
4410
+ }
4411
+ .bk-tab--left .bk-tab-header-nav,
4412
+ .bk-tab--right .bk-tab-header-nav {
4413
+ overflow-x: visible;
4414
+ overflow-y: auto;
4415
+ }
4416
+ .bk-tab--card .bk-tab-header-nav,
4417
+ .bk-tab--border-card .bk-tab-header-nav {
4418
+ border-left: 1px solid #dcdee5;
4419
+ }
4420
+ .bk-tab-header-nav::-webkit-scrollbar {
4421
+ display: none;
4422
+ width: 0;
4423
+ height: 0;
4424
+ }
4425
+ .bk-tab-header-operation .bk-tab-header-item {
4426
+ padding: 0 12px;
4427
+ }
4428
+ .bk-tab--left .bk-tab-header {
4429
+ border-right: 1px solid #dcdee5;
4430
+ }
4431
+ .bk-tab--right .bk-tab-header {
4432
+ border-left: 1px solid #dcdee5;
4433
+ }
4434
+ .bk-tab--left .bk-tab-header,
4435
+ .bk-tab--right .bk-tab-header {
4436
+ flex-direction: column;
4437
+ }
4438
+ .bk-tab--left .bk-tab-header > div,
4439
+ .bk-tab--right .bk-tab-header > div {
4440
+ flex-direction: column;
4441
+ }
4442
+ .bk-tab--card .bk-tab-header {
4443
+ border-bottom: 1px solid #dcdee5;
4444
+ }
4445
+ .bk-tab--border-card .bk-tab-header {
4446
+ background: #FAFBFD;
4447
+ border: solid #dcdee5;
4448
+ border-width: 1px 1px 1px 0;
4449
+ }
4450
+ .bk-tab--unborder-card .bk-tab-header {
4451
+ border-bottom: 1px solid #dcdee5;
4452
+ }
4453
+ .bk-tab-header-item {
4454
+ display: flex;
4455
+ white-space: nowrap;
4456
+ cursor: pointer;
4457
+ justify-content: center;
4458
+ align-items: center;
4459
+ }
4460
+ .bk-tab-header-item:hover {
4461
+ color: #3a84ff;
4462
+ }
4463
+ .bk-tab-header-item:hover .bk-tab-header-item-close {
4464
+ display: block;
4465
+ margin-left: 5px;
4466
+ color: #ea3636;
4467
+ }
4468
+ .bk-tab--top .bk-tab-header-item {
4469
+ padding: 0 20px;
4470
+ }
4471
+ .bk-tab--left .bk-tab-header-item,
4472
+ .bk-tab--right .bk-tab-header-item {
4473
+ padding: 0 12px;
4474
+ }
4475
+ .bk-tab--left .bk-tab-header-item {
4476
+ text-align: right;
4477
+ }
4478
+ .bk-tab--card .bk-tab-header-item {
4479
+ border-top: 1px solid #dcdee5;
4480
+ }
4481
+ .bk-tab--card .bk-tab-header-item,
4482
+ .bk-tab--border-card .bk-tab-header-item {
4483
+ border-right: 1px solid #dcdee5;
4484
+ border-bottom: 1px solid #dcdee5;
4485
+ }
4486
+ .bk-tab--card .bk-tab-header-item:last-of-type,
4487
+ .bk-tab--border-card .bk-tab-header-item:last-of-type {
4488
+ border-right: none;
4489
+ }
4490
+ .bk-tab-header-operation .bk-tab-header-item {
4491
+ padding-right: 12px;
4492
+ padding-left: 12px;
4493
+ }
4494
+ .bk-tab-header-item-close {
4495
+ display: none;
4496
+ font-size: 16px;
4497
+ color: #c4c6cc;
4498
+ }
4499
+ .bk-tab-header--active {
4500
+ color: #3a84ff;
4501
+ }
4502
+ .bk-tab--card .bk-tab-header--active,
4503
+ .bk-tab--border-card .bk-tab-header--active {
4504
+ border-bottom-color: white;
4505
+ }
4506
+ .bk-tab--unborder-card .bk-tab-header--active {
4507
+ border-bottom: 2px solid #3a84ff;
4508
+ }
4509
+ .bk-tab--left .bk-tab-header--active {
4510
+ border-right: 2px solid #3a84ff;
4511
+ }
4512
+ .bk-tab--right .bk-tab-header--active {
4513
+ border-left: 2px solid #3a84ff;
4514
+ }
4515
+ .bk-tab-header--disabled {
4516
+ color: #aaa;
4517
+ pointer-events: none;
4518
+ cursor: not-allowed;
4519
+ }
4520
+ .bk-tab-content {
4521
+ flex: 1;
4522
+ padding: 10px;
4523
+ }
4524
+ .bk-tab--border-card .bk-tab-content {
4525
+ border: solid #dcdee5;
4526
+ border-width: 0 1px 1px;
4527
+ }
4528
+ .bk-tab-panel {
4529
+ height: 100%;
4530
+ }
4531
+ * {
4532
+ box-sizing: border-box;
4533
+ }
4534
+ .bk-process {
4535
+ position: relative;
4536
+ display: flex;
4537
+ }
4538
+ @keyframes loadingCircle {
4539
+ 100% {
4540
+ transform: rotate(360deg);
4541
+ }
4542
+ }
4543
+ .bk-process .bk-process-toggle {
4544
+ position: relative;
4545
+ left: 15px;
4546
+ width: 24px;
4547
+ height: 24px;
4548
+ font-size: 12px;
4549
+ line-height: 24px;
4550
+ color: #63656e;
4551
+ text-align: center;
4552
+ text-decoration: none;
4553
+ border: 1px solid #c4c6cc;
4554
+ border-radius: 50%;
4555
+ }
4556
+ .bk-process .bk-process-toggle.active,
4557
+ .bk-process .bk-process-toggle:hover {
4558
+ color: #fff;
4559
+ background: #3a84ff;
4560
+ border-color: #3a84ff;
4561
+ }
4562
+ .bk-process .bk-process-icon-done {
4563
+ display: inline-block;
4564
+ font-size: 22px;
4565
+ line-height: 18px;
4566
+ }
4567
+ .bk-process .bk-icon.icon-loading {
4568
+ display: inline-block;
4569
+ font-size: 14px;
4570
+ animation: loadingCircle 1s infinite linear;
4571
+ }
4572
+ .bk-process > ul {
4573
+ -ms-display: flex;
4574
+ -moz-display: flex;
4575
+ -webkit-display: flex;
4576
+ display: table;
4577
+ display: flex;
4578
+ width: 100%;
4579
+ padding: 0;
4580
+ margin: auto;
4581
+ }
4582
+ .bk-process li {
4583
+ position: relative;
4584
+ display: table-cell;
4585
+ height: 24px;
4586
+ font-family: PingFang SC,Microsoft Yahei,Helvetica,Aria;
4587
+ font-size: 12px;
4588
+ line-height: 24px;
4589
+ color: #63656e;
4590
+ text-align: center;
4591
+ background-color: #f0f1f5;
4592
+ flex: 1;
4593
+ }
4594
+ .bk-process li i {
4595
+ display: none;
4596
+ }
4597
+ .bk-process li:first-of-type {
4598
+ border-radius: 13px 0 0 13px;
4599
+ }
4600
+ .bk-process li:last-of-type {
4601
+ border-radius: 0 13px 13px 0;
4602
+ }
4603
+ .bk-process li:last-of-type::before {
4604
+ display: none;
4605
+ }
4606
+ .bk-process li:last-of-type::after {
4607
+ display: none;
4608
+ }
4609
+ .bk-process li::before {
4610
+ position: absolute;
4611
+ top: 0;
4612
+ right: -25px;
4613
+ z-index: 1;
4614
+ width: 0;
4615
+ height: 0;
4616
+ border: 12px solid;
4617
+ border-color: transparent transparent transparent #fff;
4618
+ content: '';
4619
+ }
4620
+ .bk-process li::after {
4621
+ position: absolute;
4622
+ top: 0;
4623
+ right: -23px;
4624
+ z-index: 1;
4625
+ width: 0;
4626
+ height: 0;
4627
+ border: 12px solid;
4628
+ border-color: transparent transparent transparent #f0f1f5;
4629
+ content: '';
4630
+ }
4631
+ .bk-process li .bk-process-step {
4632
+ font-size: 12px;
4633
+ }
4634
+ .bk-process li .bk-process-step dd {
4635
+ margin: 0;
4636
+ line-height: 32px;
4637
+ }
4638
+ .bk-process li .bk-process-step i {
4639
+ display: none;
4640
+ }
4641
+ .bk-process li .bk-process-step .success i {
4642
+ display: inline-block;
4643
+ color: #2dcb56;
4644
+ }
4645
+ .bk-process li .bk-process-step .steps-loading {
4646
+ top: -2px;
4647
+ }
4648
+ .bk-process li.success {
4649
+ color: #fff;
4650
+ background: #2dcb56;
4651
+ }
4652
+ .bk-process li.success::after {
4653
+ border-color: transparent transparent transparent #2dcb56;
4654
+ }
4655
+ .bk-process li.success .icon-done {
4656
+ font-size: 22px;
4657
+ line-height: 18px;
4658
+ }
4659
+ .bk-process li.current {
4660
+ color: #fff;
4661
+ background: #3a84ff;
4662
+ }
4663
+ .bk-process li.current::after {
4664
+ border-color: transparent transparent transparent #3a84ff;
4665
+ }
4666
+ .bk-process li.current > .bk-spin-loading {
4667
+ vertical-align: -3px;
4668
+ }
4669
+ .bk-virtual-render {
4670
+ position: relative;
4671
+ }
4672
+ .bk-virtual-render .bk-virtual-content,
4673
+ .bk-virtual-render.bk-virtual-content {
4674
+ position: absolute;
4675
+ top: 0;
4676
+ bottom: 0;
4677
+ left: 0;
4678
+ width: 100%;
4679
+ height: 100%;
4680
+ }
4681
+ .bk-virtual-render .bk-virtual-section {
4682
+ width: 1px;
4683
+ background: transparent;
4684
+ }
4685
+ .bk-virtual-render.bk-scroll-x {
4686
+ overflow-x: auto;
4687
+ scrollbar-color: #a0a0a0 transparent;
4688
+ scrollbar-width: thin;
4689
+ }
4690
+ .bk-virtual-render.bk-scroll-x::-webkit-scrollbar {
4691
+ height: 8px;
4692
+ background-color: transparent;
4693
+ }
4694
+ .bk-virtual-render.bk-scroll-x::-webkit-scrollbar-thumb {
4695
+ background-color: #a0a0a0;
4696
+ border-radius: 8px;
4697
+ }
4698
+ .bk-virtual-render.bk-scroll-y {
4699
+ overflow-y: auto;
4700
+ }
4701
+ .bk-virtual-render.bk-scroll-y::-webkit-scrollbar {
4702
+ width: 6px;
4703
+ background-color: transparent;
4704
+ }
4705
+ .bk-virtual-render.bk-scroll-y::-webkit-scrollbar-thumb {
4706
+ background-color: #dcdee5;
4707
+ border-radius: 6px;
4708
+ }
4709
+ /* 边框色 */
4710
+ /* 按钮、表单边框颜色、禁用时文本颜色 */
4711
+ /* 表格头部背景色、禁用底色 */
4712
+ /* 大面积背景色 */
4713
+ /* 重点表示、强调、链接以及带有明确指示性 */
4714
+ /* 正常尺寸图标 */
4715
+ .bk-transfer {
4716
+ position: relative;
4717
+ display: flex;
4718
+ font-size: 14px;
4719
+ flex-direction: row;
4720
+ justify-content: center;
4721
+ }
4722
+ .bk-transfer .transfer {
4723
+ position: absolute;
4724
+ top: 50%;
4725
+ left: 50%;
4726
+ width: 30px;
4727
+ height: 30px;
4728
+ background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAAV0lEQVQokZXQQQrAIAxE0W/JvU3O1nXXHqdd1EBbqYwDIgGfMCn70RBSgchhUwTgHQJgwLkAAcJE8IIGlEUodxqQc/eST6IYvpskF+H9rggdn9vzv0ffXGG8Ffrmgf5jAAAAAElFTkSuQmCC') no-repeat center center;
4729
+ transform: translate(-50%, -50%);
4730
+ }
4731
+ .bk-transfer .source-list,
4732
+ .bk-transfer .target-list {
4733
+ height: 400px;
4734
+ min-width: 200px;
4735
+ overflow: hidden;
4736
+ background-color: #fff;
4737
+ border: 1px solid #dde4eb;
4738
+ border-radius: 2px;
4739
+ flex: 1;
4740
+ }
4741
+ .bk-transfer .source-list .slot-header,
4742
+ .bk-transfer .target-list .slot-header {
4743
+ position: relative;
4744
+ height: 43px;
4745
+ padding: 0 20px;
4746
+ line-height: 43px;
4747
+ background-color: #fafbfd;
4748
+ border-bottom: 1px solid #dde4eb;
4749
+ }
4750
+ .bk-transfer .source-list .slot-header .slot-content,
4751
+ .bk-transfer .target-list .slot-header .slot-content {
4752
+ position: relative;
4753
+ }
4754
+ .bk-transfer .source-list .header,
4755
+ .bk-transfer .target-list .header {
4756
+ position: relative;
4757
+ height: 43px;
4758
+ padding: 0 20px;
4759
+ line-height: 43px;
4760
+ background-color: #fafbfd;
4761
+ border-bottom: 1px solid #dde4eb;
4762
+ }
4763
+ .bk-transfer .source-list .header span,
4764
+ .bk-transfer .target-list .header span {
4765
+ position: absolute;
4766
+ right: 10px;
4767
+ font-size: 12px;
4768
+ color: #3a84ff;
4769
+ cursor: pointer;
4770
+ }
4771
+ .bk-transfer .source-list .header span.disabled,
4772
+ .bk-transfer .target-list .header span.disabled {
4773
+ color: #c4c6cc;
4774
+ cursor: not-allowed;
4775
+ }
4776
+ .bk-transfer .source-list .empty,
4777
+ .bk-transfer .target-list .empty {
4778
+ position: relative;
4779
+ top: 40%;
4780
+ width: 100%;
4781
+ color: #c4c6cc;
4782
+ text-align: center;
4783
+ cursor: default;
4784
+ }
4785
+ .bk-transfer .source-list .content,
4786
+ .bk-transfer .target-list .content {
4787
+ position: relative;
4788
+ max-height: calc(100% - 50px);
4789
+ padding: 0;
4790
+ margin: 6px 0;
4791
+ overflow-y: auto;
4792
+ }
4793
+ .bk-transfer .source-list .content.is-search,
4794
+ .bk-transfer .target-list .content.is-search {
4795
+ max-height: calc(100% - 86px);
4796
+ }
4797
+ .bk-transfer .source-list .content li.custom-item,
4798
+ .bk-transfer .target-list .content li.custom-item,
4799
+ .bk-transfer .source-list .content li .item-content,
4800
+ .bk-transfer .target-list .content li .item-content {
4801
+ position: relative;
4802
+ display: flex;
4803
+ height: 40px;
4804
+ padding: 0 20px;
4805
+ line-height: 40px;
4806
+ list-style: none;
4807
+ cursor: pointer;
4808
+ align-items: center;
4809
+ }
4810
+ .bk-transfer .source-list .content li.custom-item:hover,
4811
+ .bk-transfer .target-list .content li.custom-item:hover,
4812
+ .bk-transfer .source-list .content li .item-content:hover,
4813
+ .bk-transfer .target-list .content li .item-content:hover {
4814
+ color: #3a84ff;
4815
+ background-color: #eef6fe;
4816
+ }
4817
+ .bk-transfer .source-list .content li.custom-item .content-text,
4818
+ .bk-transfer .target-list .content li.custom-item .content-text,
4819
+ .bk-transfer .source-list .content li .item-content .content-text,
4820
+ .bk-transfer .target-list .content li .item-content .content-text {
4821
+ overflow: hidden;
4822
+ text-overflow: ellipsis;
4823
+ white-space: nowrap;
4824
+ flex: 1;
4825
+ }
4826
+ .bk-transfer .source-list .content li.custom-item .icon-wrapper,
4827
+ .bk-transfer .target-list .content li.custom-item .icon-wrapper,
4828
+ .bk-transfer .source-list .content li .item-content .icon-wrapper,
4829
+ .bk-transfer .target-list .content li .item-content .icon-wrapper {
4830
+ display: none;
4831
+ flex: 22px 0 0;
4832
+ }
4833
+ .bk-transfer .source-list .content li.custom-item .icon-wrapper.hover,
4834
+ .bk-transfer .target-list .content li.custom-item .icon-wrapper.hover,
4835
+ .bk-transfer .source-list .content li .item-content .icon-wrapper.hover,
4836
+ .bk-transfer .target-list .content li .item-content .icon-wrapper.hover {
4837
+ display: inline-block;
4838
+ }
4839
+ .bk-transfer .source-list .content::-webkit-scrollbar,
4840
+ .bk-transfer .target-list .content::-webkit-scrollbar {
4841
+ width: 4px;
4842
+ }
4843
+ .bk-transfer .source-list .content::-webkit-scrollbar-thumb,
4844
+ .bk-transfer .target-list .content::-webkit-scrollbar-thumb {
4845
+ height: 5px;
4846
+ background-color: #e6e9ea;
4847
+ border-radius: 2px;
4848
+ }
4849
+ .bk-transfer .source-list .content .bk-icon,
4850
+ .bk-transfer .target-list .content .bk-icon {
4851
+ font-size: 22px;
4852
+ }
4853
+ .bk-transfer .target-list {
4854
+ margin-left: 33px;
4855
+ }
4856
+ .bk-transfer .transfer-search-input {
4857
+ height: 36px;
4858
+ line-height: 34px;
4859
+ border: none;
4860
+ border-bottom: 1px solid #f0f1f5;
4861
+ outline: none;
4862
+ }
4863
+ .bk-transfer .transfer-search-input.is-focused {
4864
+ border-color: #f0f1f5;
4865
+ box-shadow: 0px 0px 3px 0px transparent;
4866
+ }
4867
+ .bk-pagination {
4868
+ display: flex;
4869
+ align-items: center;
4870
+ font-size: 12px;
4871
+ letter-spacing: normal;
4872
+ color: #63656e;
4873
+ user-select: none;
4874
+ }
4875
+ .bk-pagination.is-disabled {
4876
+ cursor: not-allowed;
4877
+ }
4878
+ .bk-pagination.is-align-left {
4879
+ justify-content: flex-start;
4880
+ }
4881
+ .bk-pagination.is-align-center {
4882
+ justify-content: center;
4883
+ }
4884
+ .bk-pagination.is-align-right {
4885
+ justify-content: flex-end;
4886
+ }
4887
+ .bk-pagination > * {
4888
+ margin: 0 6px;
4889
+ }
4890
+ .bk-pagination > .is-first {
4891
+ margin-left: 0;
4892
+ }
4893
+ .bk-pagination > .is-last {
4894
+ margin-right: 0;
4895
+ }
4896
+ .bk-pagination-total {
4897
+ display: flex;
4898
+ user-select: none;
4899
+ }
4900
+ .bk-pagination-total-num {
4901
+ padding: 0 2px;
4902
+ color: #3f4046;
4903
+ }
4904
+ .bk-pagination-list {
4905
+ display: flex;
4906
+ }
4907
+ .bk-pagination-list-pre,
4908
+ .bk-pagination-list-next,
4909
+ .bk-pagination-list-item {
4910
+ display: flex;
4911
+ align-items: center;
4912
+ justify-content: center;
4913
+ height: 32px;
4914
+ min-width: 32px;
4915
+ padding: 0 4px;
4916
+ margin-right: 2px;
4917
+ margin-left: 2px;
4918
+ color: #63656e;
4919
+ cursor: pointer;
4920
+ background: #fff;
4921
+ border: 1px solid #c4c6cc;
4922
+ border-radius: 2px;
4923
+ user-select: none;
4924
+ }
4925
+ .bk-pagination-list-pre:hover,
4926
+ .bk-pagination-list-next:hover,
4927
+ .bk-pagination-list-item:hover,
4928
+ .bk-pagination-list-pre.is-active,
4929
+ .bk-pagination-list-next.is-active,
4930
+ .bk-pagination-list-item.is-active {
4931
+ color: #3a84ff;
4932
+ border-color: #3a84ff;
4933
+ }
4934
+ .bk-pagination-list-pre.is-disabled,
4935
+ .bk-pagination-list-next.is-disabled,
4936
+ .bk-pagination-list-item.is-disabled {
4937
+ color: #c4c6cc;
4938
+ cursor: not-allowed;
4939
+ background-color: #fafbfd;
4940
+ border-color: #dcdee5;
4941
+ }
4942
+ .bk-pagination-list-pre-batch,
4943
+ .bk-pagination-list-next-batch {
4944
+ display: flex;
4945
+ align-items: center;
4946
+ justify-content: center;
4947
+ height: 32px;
4948
+ cursor: pointer;
4949
+ user-select: none;
4950
+ }
4951
+ .bk-pagination-list-pre-batch:hover,
4952
+ .bk-pagination-list-next-batch:hover {
4953
+ color: #3a84ff;
4954
+ }
4955
+ .bk-pagination-list-pre,
4956
+ .bk-pagination-list-next {
4957
+ font-size: 14px;
4958
+ }
4959
+ .bk-pagination-list-item {
4960
+ margin-right: 4px;
4961
+ margin-left: 4px;
4962
+ }
4963
+ .bk-pagination-limit {
4964
+ display: flex;
4965
+ align-items: center;
4966
+ user-select: none;
4967
+ }
4968
+ .bk-pagination-limit-select {
4969
+ width: 60px;
4970
+ margin: 0 4px;
4971
+ }
4972
+ .bk-pagination-small-list {
4973
+ display: flex;
4974
+ }
4975
+ .bk-pagination-small-list .bk-pagination-picker {
4976
+ display: flex;
4977
+ height: 24px;
4978
+ cursor: pointer;
4979
+ background-color: #f0f1f5;
4980
+ border: 1px solid #f0f1f5;
4981
+ border-radius: 2px;
4982
+ align-items: center;
4983
+ }
4984
+ .bk-pagination-small-list .bk-pagination-picker:hover {
4985
+ background-color: #e1ecff;
4986
+ border-color: #e1ecff;
4987
+ }
4988
+ .bk-pagination-small-list .bk-pagination-picker.is-focused {
4989
+ background-color: #fff;
4990
+ border-color: #3a84ff;
4991
+ box-shadow: 0px 0px 4px rgba(58, 132, 255, 0.4);
4992
+ }
4993
+ .bk-pagination-editor {
4994
+ height: 16px;
4995
+ min-width: 14px;
4996
+ padding-right: 4px;
4997
+ padding-left: 8px;
4998
+ line-height: 16px;
4999
+ text-align: center;
5000
+ background-color: transparent;
5001
+ border: 0;
5002
+ border-radius: 2px;
5003
+ outline: none;
5004
+ transition: all 0.15s;
5005
+ }
5006
+ .bk-pagination-small-list-total {
5007
+ padding-right: 8px;
5008
+ padding-left: 4px;
5009
+ }
5010
+ .bk-pagination-btn-pre,
5011
+ .bk-pagination-btn-next {
5012
+ display: flex;
5013
+ justify-content: center;
5014
+ align-items: center;
5015
+ width: 24px;
5016
+ cursor: pointer;
5017
+ }
5018
+ .bk-pagination-btn-pre:hover,
5019
+ .bk-pagination-btn-next:hover {
5020
+ color: #3a84ff;
5021
+ }
5022
+ .bk-pagination-btn-pre.is-disabled,
5023
+ .bk-pagination-btn-next.is-disabled {
5024
+ color: #dcdee5;
5025
+ cursor: not-allowed;
5026
+ }
5027
+ .bk-pagination-picker-list {
5028
+ max-height: 216px;
5029
+ padding: 7px 0;
5030
+ margin: -7px -14px;
5031
+ overflow: auto;
5032
+ }
5033
+ .bk-pagination-picker-list .item {
5034
+ height: 32px;
5035
+ padding: 0 10px;
5036
+ font-size: 12px;
5037
+ line-height: 32px;
5038
+ color: #63656e;
5039
+ cursor: pointer;
5040
+ }
5041
+ .bk-pagination-picker-list .item:hover,
5042
+ .bk-pagination-picker-list .item.is-actived {
5043
+ color: #3a84ff;
5044
+ background: #f4f6fa;
5045
+ }
5046
+ * {
5047
+ box-sizing: border-box;
5048
+ }
5049
+ .bk-timeline {
5050
+ padding: 0;
5051
+ margin: 16px 0 0;
5052
+ font-style: normal;
5053
+ font-weight: 400;
5054
+ line-height: normal;
5055
+ text-align: left;
5056
+ list-style: none;
5057
+ }
5058
+ .bk-timeline .bk-timeline-dot {
5059
+ position: relative;
5060
+ padding-bottom: 24px;
5061
+ padding-left: 16px;
5062
+ /* spacing 1px */
5063
+ margin-top: 13px;
5064
+ font-size: 0;
5065
+ border-left: 1px solid #d8d8d8;
5066
+ }
5067
+ .bk-timeline .bk-timeline-dot::before {
5068
+ position: absolute;
5069
+ top: calc((11px + 1px) * -1);
5070
+ left: -6px;
5071
+ display: inline-block;
5072
+ width: 11px;
5073
+ height: 11px;
5074
+ background: #fff;
5075
+ border: 2px solid #d8d8d8;
5076
+ border-radius: 50%;
5077
+ content: '';
5078
+ box-sizing: border-box;
5079
+ }
5080
+ .bk-timeline .bk-timeline-dot:last-child {
5081
+ padding-bottom: 0;
5082
+ /* 保留border使用间距保持一致 */
5083
+ border-left: 1px solid transparent;
5084
+ }
5085
+ .bk-timeline .bk-timeline-dot .bk-timeline-title {
5086
+ display: inline-block;
5087
+ padding-bottom: 10px;
5088
+ margin-top: -3px;
5089
+ font-size: 14px;
5090
+ color: #63656e;
5091
+ cursor: pointer;
5092
+ }
5093
+ .bk-timeline .bk-timeline-dot .bk-timeline-content {
5094
+ max-width: 300px;
5095
+ font-size: 14px;
5096
+ color: #666;
5097
+ word-break: break-all;
5098
+ }
5099
+ .bk-timeline .bk-timeline-dot .bk-timeline-icon {
5100
+ position: absolute;
5101
+ top: calc((15px + 1px) * -1);
5102
+ left: -8px;
5103
+ display: inline-block;
5104
+ width: 15px;
5105
+ height: 15px;
5106
+ background: #fff;
5107
+ border: 2px solid #d8d8d8;
5108
+ border-radius: 50%;
5109
+ box-sizing: border-box;
5110
+ }
5111
+ .bk-timeline .bk-timeline-dot .bk-timeline-icon .bk-timeline-icon-inner {
5112
+ display: inline-block;
5113
+ transform: scale(1) translate(-0.5px, -4px);
5114
+ }
5115
+ .bk-timeline .bk-timeline-dot .bk-timeline-icon .bk-timeline-icon-inner > :first-child {
5116
+ font-size: 12px;
5117
+ }
5118
+ .bk-timeline .bk-timeline-dot .bk-timeline-section {
5119
+ position: relative;
5120
+ top: calc((11px + 2px) * -1);
5121
+ }
5122
+ .bk-timeline .bk-timeline-dot.bk-timeline-large {
5123
+ margin-top: calc(15px + 2px);
5124
+ }
5125
+ .bk-timeline .bk-timeline-dot.bk-timeline-large::before {
5126
+ top: calc((15px + 1px) * -1);
5127
+ left: -8px;
5128
+ width: 15px;
5129
+ height: 15px;
5130
+ }
5131
+ .bk-timeline .bk-timeline-dot.bk-timeline-large > .bk-timeline-section {
5132
+ top: calc((15px + 1px) * -1);
5133
+ }
5134
+ .bk-timeline .bk-timeline-dot.bk-timeline-item-custom-icon {
5135
+ margin-top: calc(15px + 2px);
5136
+ }
5137
+ .bk-timeline .bk-timeline-dot.bk-timeline-item-custom-icon::before {
5138
+ display: none;
5139
+ }
5140
+ .bk-timeline .bk-timeline-dot.bk-timeline-item-custom-icon > .bk-timeline-section {
5141
+ top: calc((15px + 1px) * -1);
5142
+ }
5143
+ .bk-timeline .bk-timeline-dot:first-child {
5144
+ margin-top: 0;
5145
+ }
5146
+ .bk-timeline .bk-timeline-primary {
5147
+ border-left: 1px solid #3a84ff;
5148
+ }
5149
+ .bk-timeline .bk-timeline-primary::before,
5150
+ .bk-timeline .bk-timeline-primary .bk-timeline-icon {
5151
+ color: #3a84ff;
5152
+ border: 2px solid #3a84ff;
5153
+ }
5154
+ .bk-timeline .bk-timeline-primary.bk-timeline-filled::before,
5155
+ .bk-timeline .bk-timeline-primary.bk-timeline-filled .bk-timeline-icon {
5156
+ background: #3a84ff;
5157
+ }
5158
+ .bk-timeline .bk-timeline-warning {
5159
+ border-left: 1px solid #ff9c01;
5160
+ }
5161
+ .bk-timeline .bk-timeline-warning::before,
5162
+ .bk-timeline .bk-timeline-warning .bk-timeline-icon {
5163
+ color: #ff9c01;
5164
+ border: 2px solid #ff9c01;
5165
+ }
5166
+ .bk-timeline .bk-timeline-warning.bk-timeline-filled::before,
5167
+ .bk-timeline .bk-timeline-warning.bk-timeline-filled .bk-timeline-icon {
5168
+ background: #ff9c01;
5169
+ }
5170
+ .bk-timeline .bk-timeline-success {
5171
+ border-left: 1px solid #2dcb56;
5172
+ }
5173
+ .bk-timeline .bk-timeline-success::before,
5174
+ .bk-timeline .bk-timeline-success .bk-timeline-icon {
5175
+ color: #2dcb56;
5176
+ border: 2px solid #2dcb56;
5177
+ }
5178
+ .bk-timeline .bk-timeline-success.bk-timeline-filled::before,
5179
+ .bk-timeline .bk-timeline-success.bk-timeline-filled .bk-timeline-icon {
5180
+ background: #2dcb56;
5181
+ }
5182
+ .bk-timeline .bk-timeline-danger {
5183
+ border-left: 1px solid #ea3636;
5184
+ }
5185
+ .bk-timeline .bk-timeline-danger::before,
5186
+ .bk-timeline .bk-timeline-danger .bk-timeline-icon {
5187
+ color: #ea3636;
5188
+ border: 2px solid #ea3636;
5189
+ }
5190
+ .bk-timeline .bk-timeline-danger.bk-timeline-filled::before,
5191
+ .bk-timeline .bk-timeline-danger.bk-timeline-filled .bk-timeline-icon {
5192
+ background: #ea3636;
5193
+ }
5194
+ .bk-timeline .bk-timeline-blue::before,
5195
+ .bk-timeline .bk-timeline-blue .bk-timeline-icon {
5196
+ color: #3a84ff;
5197
+ border: 2px solid #3a84ff;
5198
+ }
5199
+ .bk-timeline .bk-timeline-blue.bk-timeline-filled::before,
5200
+ .bk-timeline .bk-timeline-blue.bk-timeline-filled .bk-timeline-icon {
5201
+ background: #3a84ff;
5202
+ }
5203
+ .bk-timeline .bk-timeline-red::before,
5204
+ .bk-timeline .bk-timeline-red .bk-timeline-icon {
5205
+ color: #ea3636;
5206
+ border: 2px solid #ea3636;
5207
+ }
5208
+ .bk-timeline .bk-timeline-red.bk-timeline-filled::before,
5209
+ .bk-timeline .bk-timeline-red.bk-timeline-filled .bk-timeline-icon {
5210
+ background: #ea3636;
5211
+ }
5212
+ .bk-timeline .bk-timeline-green::before,
5213
+ .bk-timeline .bk-timeline-green .bk-timeline-icon {
5214
+ color: #2dcb56;
5215
+ border: 2px solid #2dcb56;
5216
+ }
5217
+ .bk-timeline .bk-timeline-green.bk-timeline-filled::before,
5218
+ .bk-timeline .bk-timeline-green.bk-timeline-filled .bk-timeline-icon {
5219
+ background: #2dcb56;
5220
+ }
5221
+ .bk-timeline .bk-timeline-yellow::before,
5222
+ .bk-timeline .bk-timeline-yellow .bk-timeline-icon {
5223
+ color: #ff9c01;
5224
+ border: 2px solid #ff9c01;
5225
+ }
5226
+ .bk-timeline .bk-timeline-yellow.bk-timeline-filled::before,
5227
+ .bk-timeline .bk-timeline-yellow.bk-timeline-filled .bk-timeline-icon {
5228
+ background: #ff9c01;
5229
+ }
5230
+ .bk-timeline .bk-timeline-gray::before,
5231
+ .bk-timeline .bk-timeline-gray .bk-timeline-icon {
5232
+ color: #63656e;
5233
+ border: 2px solid #63656e;
5234
+ }
5235
+ .bk-timeline .bk-timeline-gray.bk-timeline-filled::before,
5236
+ .bk-timeline .bk-timeline-gray.bk-timeline-filled .bk-timeline-icon {
5237
+ background: #63656e;
5238
+ }
5239
+ .bk-timeline-dashed .bk-step .bk-step-title::after,
5240
+ .bk-timeline-dashed .bk-step .bk-step-indicator::after {
5241
+ background-image: linear-gradient(to right, #c4c6cc 50%, transparent 0%);
5242
+ background-position: bottom;
5243
+ background-repeat: repeat-x;
5244
+ background-size: 6px 1px;
5245
+ }
5246
+ .bk-timeline-solid .bk-step .bk-step-title::after,
5247
+ .bk-timeline-solid .bk-step .bk-step-indicator::after {
5248
+ background-color: #c4c6cc;
5249
+ }
5250
+ .bk-timeline-vertical {
5251
+ height: 100%;
5252
+ flex-direction: column;
5253
+ }
5254
+ .bk-timeline-vertical .bk-step {
5255
+ margin-right: 0;
5256
+ margin-bottom: 8px;
5257
+ }
5258
+ .bk-timeline-vertical .bk-step .bk-step-title::after,
5259
+ .bk-timeline-vertical .bk-step .bk-step-indicator::after {
5260
+ display: none;
5261
+ }
5262
+ .bk-timeline-vertical .bk-step::after {
5263
+ position: absolute;
5264
+ top: 32px;
5265
+ left: 12px;
5266
+ width: 1px;
5267
+ height: 100%;
5268
+ background-image: linear-gradient(#c4c6cc 50%, transparent 0%);
5269
+ background-position: right;
5270
+ background-repeat: repeat-y;
5271
+ background-size: 1px 6px;
5272
+ content: '';
5273
+ }
5274
+ .bk-timeline-vertical .bk-step .bk-step-title {
5275
+ display: flex;
5276
+ height: 100%;
5277
+ margin-top: 0;
5278
+ text-align: left;
5279
+ align-items: center;
5280
+ }
5281
+ .d2h-d-none{display:none}.d2h-wrapper{text-align:left}.d2h-file-header{background-color:#f7f7f7;border-bottom:1px solid #d8d8d8;font-family:Source Sans Pro,Helvetica Neue,Helvetica,Arial,sans-serif;height:35px;padding:5px 10px}.d2h-file-header,.d2h-file-stats{display:-webkit-box;display:-ms-flexbox;display:flex}.d2h-file-stats{font-size:14px;margin-left:auto}.d2h-lines-added{border:1px solid #b4e2b4;border-radius:5px 0 0 5px;color:#399839;padding:2px;text-align:right;vertical-align:middle}.d2h-lines-deleted{border:1px solid #e9aeae;border-radius:0 5px 5px 0;color:#c33;margin-left:1px;padding:2px;text-align:left;vertical-align:middle}.d2h-file-name-wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;width:100%}.d2h-file-name{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.d2h-file-wrapper{border:1px solid #ddd;border-radius:3px;margin-bottom:1em}.d2h-file-collapse{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #ddd;border-radius:3px;cursor:pointer;display:none;font-size:12px;justify-content:flex-end;padding:4px 8px}.d2h-file-collapse.d2h-selected{background-color:#c8e1ff}.d2h-file-collapse-input{margin:0 4px 0 0}.d2h-diff-table{border-collapse:collapse;font-family:Menlo,Consolas,monospace;font-size:13px;width:100%}.d2h-files-diff{width:100%}.d2h-file-diff{overflow-y:hidden}.d2h-file-side-diff{display:inline-block;margin-bottom:-8px;margin-right:-4px;overflow-x:scroll;overflow-y:hidden;width:50%}.d2h-code-line{padding:0 8em}.d2h-code-line,.d2h-code-side-line{display:inline-block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:100%}.d2h-code-side-line{padding:0 4.5em}.d2h-code-line-ctn{word-wrap:normal;background:none;display:inline-block;padding:0;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;vertical-align:middle;white-space:pre;width:100%}.d2h-code-line del,.d2h-code-side-line del{background-color:#ffb6ba}.d2h-code-line del,.d2h-code-line ins,.d2h-code-side-line del,.d2h-code-side-line ins{border-radius:.2em;display:inline-block;margin-top:-1px;text-decoration:none;vertical-align:middle}.d2h-code-line ins,.d2h-code-side-line ins{background-color:#97f295;text-align:left}.d2h-code-line-prefix{word-wrap:normal;background:none;display:inline;padding:0;white-space:pre}.line-num1{float:left}.line-num1,.line-num2{-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;padding:0 .5em;text-overflow:ellipsis;width:3.5em}.line-num2{float:right}.d2h-code-linenumber{background-color:#fff;border:solid #eee;border-width:0 1px;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.3);cursor:pointer;display:inline-block;position:absolute;text-align:right;width:7.5em}.d2h-code-linenumber:after{content:"\200b"}.d2h-code-side-linenumber{background-color:#fff;border:solid #eee;border-width:0 1px;-webkit-box-sizing:border-box;box-sizing:border-box;color:rgba(0,0,0,.3);cursor:pointer;display:inline-block;overflow:hidden;padding:0 .5em;position:absolute;text-align:right;text-overflow:ellipsis;width:4em}.d2h-code-side-linenumber:after{content:"\200b"}.d2h-code-side-emptyplaceholder,.d2h-emptyplaceholder{background-color:#f1f1f1;border-color:#e1e1e1}.d2h-code-line-prefix,.d2h-code-linenumber,.d2h-code-side-linenumber,.d2h-emptyplaceholder{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.d2h-code-linenumber,.d2h-code-side-linenumber{direction:rtl}.d2h-del{background-color:#fee8e9;border-color:#e9aeae}.d2h-ins{background-color:#dfd;border-color:#b4e2b4}.d2h-info{background-color:#f8fafd;border-color:#d5e4f2;color:rgba(0,0,0,.3)}.d2h-file-diff .d2h-del.d2h-change{background-color:#fdf2d0}.d2h-file-diff .d2h-ins.d2h-change{background-color:#ded}.d2h-file-list-wrapper{margin-bottom:10px}.d2h-file-list-wrapper a{color:#3572b0;text-decoration:none}.d2h-file-list-wrapper a:visited{color:#3572b0}.d2h-file-list-header{text-align:left}.d2h-file-list-title{font-weight:700}.d2h-file-list-line{display:-webkit-box;display:-ms-flexbox;display:flex;text-align:left}.d2h-file-list{display:block;list-style:none;margin:0;padding:0}.d2h-file-list>li{border-bottom:1px solid #ddd;margin:0;padding:5px 10px}.d2h-file-list>li:last-child{border-bottom:none}.d2h-file-switch{cursor:pointer;display:none;font-size:10px}.d2h-icon{fill:currentColor;margin-right:10px;vertical-align:middle}.d2h-deleted{color:#c33}.d2h-added{color:#399839}.d2h-changed{color:#d0b44c}.d2h-moved{color:#3572b0}.d2h-tag{background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:10px;margin-left:5px;padding:0 2px}.d2h-deleted-tag{border:1px solid #c33}.d2h-added-tag{border:1px solid #399839}.d2h-changed-tag{border:1px solid #d0b44c}.d2h-moved-tag{border:1px solid #3572b0}/* stylelint-disable declaration-no-important */.bk-code-diff {
5282
+ position: relative;
5283
+ }.bk-code-diff .d2h-file-header {
5284
+ display: none;
5285
+ }.bk-code-diff .hljs {
5286
+ color: #000;
5287
+ background: #fff;
5288
+ }.bk-code-diff .hljs-comment,
5289
+ .bk-code-diff .hljs-quote {
5290
+ color: #800;
5291
+ }.bk-code-diff .hljs-keyword,
5292
+ .bk-code-diff .hljs-name,
5293
+ .bk-code-diff .hljs-section,
5294
+ .bk-code-diff .hljs-selector-tag,
5295
+ .bk-code-diff .hljs-title {
5296
+ color: #008;
5297
+ }.bk-code-diff .hljs-template-variable,
5298
+ .bk-code-diff .hljs-variable {
5299
+ color: #660;
5300
+ }.bk-code-diff .hljs-regexp,
5301
+ .bk-code-diff .hljs-selector-attr,
5302
+ .bk-code-diff .hljs-selector-pseudo,
5303
+ .bk-code-diff .hljs-string {
5304
+ color: #080;
5305
+ }.bk-code-diff .hljs-bullet,
5306
+ .bk-code-diff .hljs-link,
5307
+ .bk-code-diff .hljs-literal,
5308
+ .bk-code-diff .hljs-meta,
5309
+ .bk-code-diff .hljs-number,
5310
+ .bk-code-diff .hljs-symbol {
5311
+ color: #066;
5312
+ }.bk-code-diff .hljs-attr,
5313
+ .bk-code-diff .hljs-built_in,
5314
+ .bk-code-diff .hljs-doctag,
5315
+ .bk-code-diff .hljs-params,
5316
+ .bk-code-diff .hljs-title,
5317
+ .bk-code-diff .hljs-type {
5318
+ color: #606;
5319
+ }.bk-code-diff .hljs-attribute,
5320
+ .bk-code-diff .hljs-subst {
5321
+ color: #000;
5322
+ }.bk-code-diff .hljs-formula {
5323
+ font-style: italic;
5324
+ background-color: #eee;
5325
+ }.bk-code-diff .hljs-selector-class,
5326
+ .bk-code-diff .hljs-selector-id {
5327
+ color: #9b703f;
5328
+ }.bk-code-diff .hljs-addition {
5329
+ background-color: #baeeba;
5330
+ }.bk-code-diff .hljs-deletion {
5331
+ background-color: #ffc8bd;
5332
+ }.bk-code-diff .hljs-doctag,
5333
+ .bk-code-diff .hljs-strong {
5334
+ font-weight: 700;
5335
+ }.bk-code-diff .hljs-emphasis {
5336
+ font-style: italic;
5337
+ }.bk-code-diff .d2h-del .hljs {
5338
+ background: transparent;
5339
+ }.bk-code-diff .d2h-ins .hljs {
5340
+ background: transparent;
5341
+ }.bk-code-diff.dark {
5342
+ color: #abb2bf !important;
5343
+ background: #282c34;
5344
+ }.bk-code-diff.dark .hljs {
5345
+ color: #abb2bf !important;
5346
+ background: #282c34;
5347
+ }.bk-code-diff.dark .d2h-file-side-diff:nth-child(n + 2) .d2h-code-wrapper {
5348
+ border-left-color: #313238;
5349
+ }.bk-code-diff.dark pre code.hljs {
5350
+ display: block;
5351
+ padding: 1em;
5352
+ overflow-x: auto;
5353
+ }.bk-code-diff.dark code.hljs {
5354
+ padding: 3px 5px;
5355
+ }.bk-code-diff.dark .hljs-comment,
5356
+ .bk-code-diff.dark .hljs-quote {
5357
+ font-style: italic;
5358
+ color: #5c6370;
5359
+ }.bk-code-diff.dark .hljs-doctag,
5360
+ .bk-code-diff.dark .hljs-formula,
5361
+ .bk-code-diff.dark .hljs-keyword,
5362
+ .bk-code-diff.dark .hljs-params {
5363
+ color: #c678dd;
5364
+ }.bk-code-diff.dark .hljs-deletion,
5365
+ .bk-code-diff.dark .hljs-name,
5366
+ .bk-code-diff.dark .hljs-section,
5367
+ .bk-code-diff.dark .hljs-selector-tag,
5368
+ .bk-code-diff.dark .hljs-subst {
5369
+ color: #e06c75;
5370
+ }.bk-code-diff.dark .hljs-literal {
5371
+ color: #56b6c2;
5372
+ }.bk-code-diff.dark .hljs-addition,
5373
+ .bk-code-diff.dark .hljs-attribute,
5374
+ .bk-code-diff.dark .hljs-meta .hljs-string,
5375
+ .bk-code-diff.dark .hljs-regexp,
5376
+ .bk-code-diff.dark .hljs-string {
5377
+ color: #98c379;
5378
+ }.bk-code-diff.dark .hljs-attr,
5379
+ .bk-code-diff.dark .hljs-number,
5380
+ .bk-code-diff.dark .hljs-selector-attr,
5381
+ .bk-code-diff.dark .hljs-selector-class,
5382
+ .bk-code-diff.dark .hljs-selector-pseudo,
5383
+ .bk-code-diff.dark .hljs-template-variable,
5384
+ .bk-code-diff.dark .hljs-type,
5385
+ .bk-code-diff.dark .hljs-variable {
5386
+ color: #d19a66;
5387
+ }.bk-code-diff.dark .hljs-bullet,
5388
+ .bk-code-diff.dark .hljs-link,
5389
+ .bk-code-diff.dark .hljs-meta,
5390
+ .bk-code-diff.dark .hljs-selector-id,
5391
+ .bk-code-diff.dark .hljs-symbol,
5392
+ .bk-code-diff.dark .hljs-title {
5393
+ color: #61aeee;
5394
+ }.bk-code-diff.dark .hljs-built_in,
5395
+ .bk-code-diff.dark .hljs-class .hljs-title,
5396
+ .bk-code-diff.dark .hljs-title.class_ {
5397
+ color: #e6c07b;
5398
+ }.bk-code-diff.dark .hljs-emphasis {
5399
+ font-style: italic;
5400
+ }.bk-code-diff.dark .hljs-strong {
5401
+ font-weight: 700;
5402
+ }.bk-code-diff.dark .hljs-link {
5403
+ text-decoration: underline;
5404
+ }.bk-code-diff.dark .d2h-code-linenumber,
5405
+ .bk-code-diff.dark .d2h-code-side-linenumber {
5406
+ font-size: 12px;
5407
+ color: #8f8f89;
5408
+ background: #282c34;
5409
+ border: none;
5410
+ }.bk-code-diff.dark .d2h-info {
5411
+ color: inherit;
5412
+ background-color: transparent;
5413
+ }.bk-code-diff.dark .d2h-del {
5414
+ background-color: #422321 !important;
5415
+ }.bk-code-diff.dark .d2h-del .hljs {
5416
+ background: transparent;
5417
+ }.bk-code-diff.dark .d2h-ins {
5418
+ background: #2d3324 !important;
5419
+ }.bk-code-diff.dark .d2h-ins .hljs {
5420
+ background: transparent;
5421
+ }.bk-code-diff.dark .d2h-code-side-emptyplaceholder,
5422
+ .bk-code-diff.dark .d2h-emptyplaceholder {
5423
+ background-color: #292929 !important;
5424
+ }
5425
+ .bk-resize-layout {
5426
+ display: flex;
5427
+ }
5428
+ .bk-resize-layout-border {
5429
+ border: 1px solid #dcdee5;
5430
+ }
5431
+ .bk-resize-layout-collapsed > .bk-resize-layout-aside .bk-resize-layout-aside-content {
5432
+ overflow: hidden;
5433
+ }
5434
+ .bk-resize-layout-collapsed > .bk-resize-layout-aside .bk-resize-collapse:before {
5435
+ display: inline-block;
5436
+ transform: rotate(180deg);
5437
+ }
5438
+ .bk-resize-layout-left {
5439
+ flex-direction: row;
5440
+ }
5441
+ .bk-resize-layout-left > .bk-resize-layout-aside {
5442
+ border-right: 1px solid #dcdee5;
5443
+ }
5444
+ .bk-resize-layout-left > .bk-resize-layout-aside:after {
5445
+ top: 50%;
5446
+ right: 1px;
5447
+ transform: translate3d(0, -50%, 0);
5448
+ }
5449
+ .bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-trigger {
5450
+ top: 0;
5451
+ left: 100%;
5452
+ width: 5px;
5453
+ height: 100%;
5454
+ cursor: col-resize;
5455
+ }
5456
+ .bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-trigger:hover {
5457
+ @mixin linear-gradient left;
5458
+ }
5459
+ .bk-resize-layout-left > .bk-resize-layout-aside .bk-resize-collapse {
5460
+ top: 50%;
5461
+ left: 100%;
5462
+ transform: translateY(-50%);
5463
+ }
5464
+ .bk-resize-layout-right {
5465
+ flex-direction: row-reverse;
5466
+ }
5467
+ .bk-resize-layout-right > .bk-resize-layout-aside {
5468
+ border-left: 1px solid #dcdee5;
5469
+ }
5470
+ .bk-resize-layout-right > .bk-resize-layout-aside:after {
5471
+ top: 50%;
5472
+ left: 1px;
5473
+ transform: translate3d(0, -50%, 0);
5474
+ }
5475
+ .bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-trigger {
5476
+ top: 0;
5477
+ right: 100%;
5478
+ width: 5px;
5479
+ height: 100%;
5480
+ cursor: col-resize;
5481
+ }
5482
+ .bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-trigger:hover {
5483
+ @mixin linear-gradient right;
5484
+ }
5485
+ .bk-resize-layout-right > .bk-resize-layout-aside .bk-resize-collapse {
5486
+ top: 50%;
5487
+ right: 100%;
5488
+ transform: translateY(-50%) rotate(180deg);
5489
+ }
5490
+ .bk-resize-layout-top {
5491
+ flex-direction: column;
5492
+ }
5493
+ .bk-resize-layout-top > .bk-resize-layout-aside {
5494
+ border-bottom: 1px solid #dcdee5;
5495
+ }
5496
+ .bk-resize-layout-top > .bk-resize-layout-aside:after {
5497
+ bottom: 1px;
5498
+ left: 50%;
5499
+ transform: translate3d(-50%, 0, 0) rotate(90deg);
5500
+ }
5501
+ .bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-trigger {
5502
+ top: 100%;
5503
+ left: 0;
5504
+ width: 100%;
5505
+ height: 5px;
5506
+ cursor: row-resize;
5507
+ }
5508
+ .bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-trigger:hover {
5509
+ @mixin linear-gradient top;
5510
+ }
5511
+ .bk-resize-layout-top > .bk-resize-layout-aside .bk-resize-collapse {
5512
+ top: 100%;
5513
+ left: 50%;
5514
+ margin-top: 8px;
5515
+ transform: translate3d(-50%, -50%, 0) rotate(90deg);
5516
+ }
5517
+ .bk-resize-layout-bottom {
5518
+ flex-direction: column-reverse;
5519
+ }
5520
+ .bk-resize-layout-bottom > .bk-resize-layout-aside {
5521
+ border-top: 1px solid #dcdee5;
5522
+ }
5523
+ .bk-resize-layout-bottom > .bk-resize-layout-aside:after {
5524
+ top: 1px;
5525
+ left: 50%;
5526
+ transform: translate3d(-50%, 0, 0) rotate(90deg);
5527
+ }
5528
+ .bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-trigger {
5529
+ bottom: 100%;
5530
+ left: 0;
5531
+ width: 100%;
5532
+ height: 5px;
5533
+ cursor: row-resize;
5534
+ }
5535
+ .bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-trigger:hover {
5536
+ @mixin linear-gradient bottom;
5537
+ }
5538
+ .bk-resize-layout-bottom > .bk-resize-layout-aside .bk-resize-collapse {
5539
+ bottom: 100%;
5540
+ left: 50%;
5541
+ margin-bottom: 8px;
5542
+ transform: translate3d(50%, 50%, 0) rotate(-90deg);
5543
+ }
5544
+ .bk-resize-layout > .bk-resize-layout-aside {
5545
+ position: relative;
5546
+ }
5547
+ .bk-resize-layout > .bk-resize-layout-aside:after {
5548
+ position: absolute;
5549
+ width: 2px;
5550
+ height: 2px;
5551
+ color: #c4c6cc;
5552
+ background: currentColor;
5553
+ content: '';
5554
+ box-shadow: 0 4px 0 0 currentColor, 0 8px 0 0 currentColor, 0 -4px 0 0 currentColor, 0 -8px 0 0 currentColor;
5555
+ }
5556
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-layout-aside-content {
5557
+ width: 100%;
5558
+ height: 100%;
5559
+ overflow: hidden;
5560
+ }
5561
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-trigger {
5562
+ position: absolute;
5563
+ z-index: 3;
5564
+ background-color: transparent;
5565
+ }
5566
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy {
5567
+ position: absolute;
5568
+ z-index: 9999;
5569
+ pointer-events: none;
5570
+ visibility: hidden;
5571
+ }
5572
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy.left,
5573
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy.right {
5574
+ top: 0;
5575
+ height: 100%;
5576
+ border-left: 1px dashed #3a84ff;
5577
+ }
5578
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy.top,
5579
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-proxy.bottom {
5580
+ left: 0;
5581
+ width: 100%;
5582
+ border-top: 1px dashed #3a84ff;
5583
+ }
5584
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-collapse {
5585
+ position: absolute;
5586
+ z-index: 2;
5587
+ width: 16px;
5588
+ height: 50px;
5589
+ font-size: 20px;
5590
+ line-height: 50px;
5591
+ color: #fff;
5592
+ text-align: center;
5593
+ text-indent: -2px;
5594
+ cursor: pointer;
5595
+ background: #dcdee5;
5596
+ border-radius: 0px 12px 12px 0px;
5597
+ }
5598
+ .bk-resize-layout > .bk-resize-layout-aside .bk-resize-collapse:hover {
5599
+ background: #3a84ff;
5600
+ }
5601
+ .bk-resize-layout > .bk-resize-layout-main {
5602
+ flex: 1;
5603
+ overflow: hidden;
5604
+ }
5605
+ .bk-resize-layout .bk-resize-mask {
5606
+ position: fixed;
5607
+ top: 0;
5608
+ right: 0;
5609
+ bottom: 0;
5610
+ left: 0;
5611
+ z-index: 9999;
5612
+ display: none;
5613
+ }
5614
+ .bk-tag-input {
5615
+ position: relative;
5616
+ min-height: 32px;
5617
+ }
5618
+ .bk-tag-input .bk-popover-reference {
5619
+ display: block;
5620
+ }
5621
+ .bk-tag-input .bk-tag-input-trigger {
5622
+ position: relative;
5623
+ display: flex;
5624
+ min-height: 32px;
5625
+ padding: 0 0 0 5px;
5626
+ overflow: hidden;
5627
+ font-size: 12px;
5628
+ cursor: pointer;
5629
+ background: white;
5630
+ border: 1px solid #c4c6cc;
5631
+ border-radius: 2px;
5632
+ align-items: center;
5633
+ justify-content: space-between;
5634
+ }
5635
+ .bk-tag-input .bk-tag-input-trigger.active {
5636
+ border-color: #3a84ff;
5637
+ }
5638
+ .bk-tag-input .bk-tag-input-trigger.disabled {
5639
+ cursor: not-allowed;
5640
+ background: #fafbfd;
5641
+ border-color: #dcdee5;
5642
+ }
5643
+ .bk-tag-input .bk-tag-input-trigger .tag-list {
5644
+ display: inline-flex;
5645
+ max-height: 135px;
5646
+ padding: 0;
5647
+ margin: 0;
5648
+ overflow: auto;
5649
+ align-items: center;
5650
+ flex-wrap: wrap;
5651
+ }
5652
+ .bk-tag-input .bk-tag-input-trigger .tag-list > li {
5653
+ display: inline-flex;
5654
+ height: 22px;
5655
+ margin: 4px 5px 4px 0;
5656
+ overflow: hidden;
5657
+ font-size: 12px;
5658
+ border: solid 1px transparent;
5659
+ border-radius: 2px;
5660
+ align-items: center;
5661
+ }
5662
+ .bk-tag-input .bk-tag-input-trigger .tag-list > li.tag-item {
5663
+ background: #f0f1f5;
5664
+ border-color: #f0f1f5;
5665
+ }
5666
+ .bk-tag-input .bk-tag-input-trigger .tag-list .remove-tag {
5667
+ flex-shrink: 0;
5668
+ margin-right: 5px;
5669
+ font-size: 14px;
5670
+ line-height: 0;
5671
+ }
5672
+ .bk-tag-input .bk-tag-input-trigger .tag-list .tag {
5673
+ max-width: 190px;
5674
+ overflow: hidden;
5675
+ text-overflow: ellipsis;
5676
+ word-break: break-all;
5677
+ white-space: nowrap;
5678
+ flex: 1;
5679
+ }
5680
+ .bk-tag-input .bk-tag-input-trigger .tag-list .text {
5681
+ padding: 0 5px;
5682
+ line-height: 20px;
5683
+ color: #63656e;
5684
+ background-color: #f0f1f5;
5685
+ border-radius: 2px;
5686
+ box-sizing: border-box;
5687
+ }
5688
+ .bk-tag-input .bk-tag-input-trigger .tag-list .tag-input {
5689
+ width: 10px;
5690
+ height: 22px;
5691
+ max-width: 295px;
5692
+ padding: 0;
5693
+ border: 0;
5694
+ outline: none;
5695
+ box-sizing: border-box;
5696
+ }
5697
+ .bk-tag-input .bk-tag-input-trigger .placeholder {
5698
+ position: absolute;
5699
+ top: 0;
5700
+ left: 8px;
5701
+ padding: 0;
5702
+ margin: 0;
5703
+ line-height: 30px;
5704
+ color: #c4c6cc;
5705
+ }
5706
+ .bk-tag-input .bk-tag-input-trigger .clear-icon {
5707
+ margin-right: 5px;
5708
+ font-size: 14px;
5709
+ line-height: 0;
5710
+ color: #c4c6cc;
5711
+ cursor: pointer;
5712
+ }
5713
+ .bk-tag-input .bk-tag-input-trigger .clear-icon:hover {
5714
+ color: #979ba5;
5715
+ }
5716
+ .bk-tag-input .bk-popover-content {
5717
+ padding: 0;
5718
+ }
5719
+ .bk-selector-list {
5720
+ min-width: 150px;
5721
+ }
5722
+ .bk-selector-list .outside-ul {
5723
+ max-height: 160px;
5724
+ padding: 0;
5725
+ padding: 6px 0;
5726
+ margin: 0;
5727
+ overflow-y: auto;
5728
+ list-style: none;
5729
+ background-color: white;
5730
+ border: 1px solid #dcdee5;
5731
+ border-radius: 2px;
5732
+ }
5733
+ .bk-selector-list .outside-ul::-webkit-scrollbar {
5734
+ width: 6px;
5735
+ height: 6px;
5736
+ }
5737
+ .bk-selector-list .outside-ul::-webkit-scrollbar-thumb {
5738
+ min-height: 24px;
5739
+ background-color: #dcdee5;
5740
+ border-radius: 3px;
5741
+ }
5742
+ .bk-selector-list .bk-selector-group-item {
5743
+ list-style: none;
5744
+ }
5745
+ .bk-selector-list .bk-selector-group-item .group-name {
5746
+ padding-left: 11px;
5747
+ font-size: 12px;
5748
+ line-height: 32px;
5749
+ color: #979ba5;
5750
+ }
5751
+ .bk-selector-list .bk-selector-group-list-item {
5752
+ padding: 0;
5753
+ margin: 0;
5754
+ list-style: none;
5755
+ }
5756
+ .bk-selector-list .bk-selector-list-item {
5757
+ position: relative;
5758
+ width: 100%;
5759
+ cursor: pointer;
5760
+ background-color: white;
5761
+ border-right: #c4c6cc;
5762
+ border-left: #c4c6cc;
5763
+ }
5764
+ .bk-selector-list .bk-selector-list-item:first-child {
5765
+ border-top: #c4c6cc;
5766
+ }
5767
+ .bk-selector-list .bk-selector-list-item:last-child {
5768
+ border-bottom: #c4c6cc;
5769
+ }
5770
+ .bk-selector-list .bk-selector-list-item.bk-selector-selected {
5771
+ background-color: #f4f6fa;
5772
+ }
5773
+ .bk-selector-list .bk-selector-list-item.bk-selector-selected .selected-icon {
5774
+ display: inline-block;
5775
+ }
5776
+ .bk-selector-list .bk-selector-list-item.bk-selector-actived {
5777
+ background-color: #f4f6fa;
5778
+ }
5779
+ .bk-selector-list .bk-selector-list-item:hover {
5780
+ background-color: #eaf3ff;
5781
+ }
5782
+ .bk-selector-list .bk-selector-list-item.disabled {
5783
+ cursor: not-allowed;
5784
+ background: white;
5785
+ }
5786
+ .bk-selector-list .bk-selector-list-item.disabled .text {
5787
+ color: #c4c6cc;
5788
+ }
5789
+ .bk-selector-list .bk-selector-list-item.loading {
5790
+ padding: 5px 0 3px;
5791
+ text-align: center;
5792
+ }
5793
+ .bk-selector-list .bk-selector-list-item .loading {
5794
+ position: relative;
5795
+ width: 100%;
5796
+ height: 40px;
5797
+ font-size: 14px;
5798
+ cursor: default;
5799
+ }
5800
+ .bk-selector-list .bk-selector-list-item .text {
5801
+ padding: 0 10px;
5802
+ overflow: hidden;
5803
+ font-size: 12px;
5804
+ line-height: 32px;
5805
+ color: #63656e;
5806
+ text-overflow: ellipsis;
5807
+ white-space: nowrap;
5808
+ }
5809
+ .bk-selector-list .bk-selector-list-item .bk-selector-tools {
5810
+ position: absolute;
5811
+ top: 10px;
5812
+ right: 0;
5813
+ display: none;
5814
+ font-size: 12px;
5815
+ }
5816
+ .bk-selector-list .bk-selector-list-item .bk-selector-tools .bk-selector-list-icon {
5817
+ margin-right: 14px;
5818
+ }
5819
+ .bk-selector-list .bk-selector-list-item .highlight-text {
5820
+ color: #3a84ff;
5821
+ }
5822
+ .bk-popper {
5823
+ display: none;
5824
+ padding: 7px 14px;
5825
+ font-size: 12px;
5826
+ color: #fff;
5827
+ background: #333;
5828
+ border-radius: 4px;
5829
+ }
5830
+ .bk-popper.light {
5831
+ color: #63656e;
5832
+ background: #fff;
5833
+ box-shadow: #dcdee5 0px 0px 6px 0px;
5834
+ }
5835
+ .bk-popper .bk-popper-arrow,
5836
+ .bk-popper .bk-popper-arrow::before {
5837
+ position: absolute;
5838
+ width: 8px;
5839
+ height: 8px;
5840
+ background: inherit;
5841
+ }
5842
+ .bk-popper .bk-popper-arrow {
5843
+ visibility: hidden;
5844
+ }
5845
+ .bk-popper .bk-popper-arrow::before {
5846
+ content: '';
5847
+ visibility: visible;
5848
+ transform: rotate(45deg);
5849
+ }
5850
+ .bk-popper[data-show] {
5851
+ display: block;
5852
+ }
5853
+ .bk-popper[data-popper-placement^='top'] > .bk-popper-arrow {
5854
+ bottom: -4px;
5855
+ }
5856
+ .bk-popper[data-popper-placement^='bottom'] > .bk-popper-arrow {
5857
+ top: -4px;
5858
+ }
5859
+ .bk-popper[data-popper-placement^='left'] > .bk-popper-arrow {
5860
+ right: -4px;
5861
+ }
5862
+ .bk-popper[data-popper-placement^='right'] > .bk-popper-arrow {
5863
+ left: -4px;
2009
5864
  }