bkui-vue 0.0.1-beta.10 → 0.0.1-beta.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bkui-vue.cjs.js +5628 -472
- package/dist/bkui-vue.esm.js +5620 -474
- package/dist/bkui-vue.umd.js +5628 -472
- package/dist/style.css +1858 -16
- package/lib/alert/alert.variable.css +16 -0
- package/lib/alert/index.js +1 -1
- package/lib/animate-number/index.js +1 -1
- package/lib/backtop/backtop.variable.css +16 -0
- package/lib/backtop/index.js +1 -1
- package/lib/badge/badge.variable.css +16 -0
- package/lib/badge/index.js +1 -1
- package/lib/breadcrumb/breadcrumb.variable.css +16 -0
- package/lib/breadcrumb/index.d.ts +1 -1
- package/lib/breadcrumb/index.js +1 -1
- package/lib/button/button.d.ts +12 -12
- package/lib/button/button.less +6 -6
- package/lib/button/button.variable.css +16 -0
- package/lib/button/index.d.ts +16 -19
- package/lib/button/index.js +1 -1
- package/lib/card/card.variable.css +16 -0
- package/lib/card/index.js +1 -1
- package/lib/checkbox/checkbox.variable.css +16 -0
- package/lib/checkbox/index.d.ts +1 -1
- package/lib/checkbox/index.js +1 -1
- package/lib/checkbox/type.d.ts +1 -1
- package/lib/collapse/collapse.css +8 -0
- package/lib/collapse/collapse.less +10 -0
- package/lib/collapse/collapse.variable.css +8 -0
- package/lib/collapse/index.js +1 -1
- package/lib/components.d.ts +6 -1
- package/lib/date-picker/date-picker.css +407 -0
- package/lib/date-picker/date-picker.d.ts +357 -0
- package/lib/date-picker/date-picker.less +526 -0
- package/lib/date-picker/date-picker.variable.css +493 -0
- package/lib/date-picker/fecha.d.ts +6 -0
- package/lib/date-picker/index.d.ts +525 -0
- package/lib/date-picker/index.js +1 -0
- package/lib/date-picker/interface.d.ts +22 -0
- package/lib/date-picker/utils.d.ts +97 -0
- package/lib/dialog/index.js +1 -1
- package/lib/directives/index.d.ts +1 -0
- package/lib/directives/index.js +14 -14
- package/lib/directives/tooltips.d.ts +17 -0
- package/lib/divider/divider.css +38 -0
- package/lib/divider/divider.d.ts +40 -0
- package/lib/divider/divider.less +53 -0
- package/lib/divider/divider.variable.css +124 -0
- package/lib/divider/index.d.ts +110 -0
- package/lib/divider/index.js +1 -0
- package/lib/dropdown/dropdown-item.d.ts +18 -0
- package/lib/dropdown/dropdown-menu.d.ts +15 -0
- package/lib/dropdown/dropdown.css +43 -0
- package/lib/dropdown/dropdown.d.ts +49 -0
- package/lib/dropdown/dropdown.less +54 -0
- package/lib/dropdown/dropdown.variable.css +129 -0
- package/lib/dropdown/index.d.ts +160 -0
- package/lib/dropdown/index.js +1 -0
- package/lib/exception/exception.variable.css +16 -0
- package/lib/exception/index.js +1 -1
- package/lib/fixed-navbar/fixed-navbar.variable.css +16 -0
- package/lib/fixed-navbar/index.js +1 -1
- package/lib/form/common.d.ts +3 -0
- package/lib/form/form-item.d.ts +140 -0
- package/lib/form/form.css +39 -0
- package/lib/form/form.d.ts +76 -0
- package/lib/form/form.less +50 -0
- package/lib/form/form.variable.css +39 -0
- package/lib/form/index.d.ts +4 -0
- package/lib/form/index.js +1 -0
- package/lib/form/type.d.ts +21 -0
- package/lib/form/validator.d.ts +8 -0
- package/lib/icon/angle-double-left.d.ts +4 -0
- package/lib/icon/angle-double-right.d.ts +4 -0
- package/lib/icon/angle-down-line.d.ts +4 -0
- package/lib/icon/angle-down.d.ts +4 -0
- package/lib/icon/angle-left.d.ts +4 -0
- package/lib/icon/angle-right.d.ts +4 -0
- package/lib/icon/circle.d.ts +4 -0
- package/lib/icon/code.d.ts +4 -0
- package/lib/icon/cog-shape.d.ts +4 -0
- package/lib/icon/collapse-left.d.ts +4 -0
- package/lib/icon/copy.d.ts +4 -0
- package/lib/icon/done.d.ts +4 -0
- package/lib/icon/down-shape.d.ts +4 -0
- package/lib/icon/error.d.ts +4 -0
- package/lib/icon/folder-open.d.ts +4 -0
- package/lib/icon/folder-shape-open.d.ts +4 -0
- package/lib/icon/folder-shape.d.ts +4 -0
- package/lib/icon/folder.d.ts +4 -0
- package/lib/icon/index.d.ts +27 -0
- package/lib/icon/index.js +1 -1
- package/lib/icon/info.d.ts +4 -0
- package/lib/icon/play-shape.d.ts +4 -0
- package/lib/icon/plus.d.ts +4 -0
- package/lib/icon/right-shape.d.ts +4 -0
- package/lib/icon/share.d.ts +4 -0
- package/lib/icon/success.d.ts +4 -0
- package/lib/icon/text-file.d.ts +4 -0
- package/lib/icon/tree-application-shape.d.ts +4 -0
- package/lib/icon/warn.d.ts +4 -0
- package/lib/index.d.ts +1 -0
- package/lib/input/index.d.ts +36 -36
- package/lib/input/index.js +1 -1
- package/lib/input/input.d.ts +10 -10
- package/lib/input/input.variable.css +16 -0
- package/lib/link/index.js +1 -1
- package/lib/link/link.variable.css +16 -0
- package/lib/loading/index.d.ts +21 -4
- package/lib/loading/index.js +1 -1
- package/lib/loading/loading.d.ts +13 -2
- package/lib/loading/loading.variable.css +16 -0
- package/lib/menu/index.d.ts +169 -0
- package/lib/menu/index.js +1 -0
- package/lib/menu/menu-group.d.ts +13 -0
- package/lib/menu/menu-item.d.ts +15 -0
- package/lib/menu/menu.css +182 -0
- package/lib/menu/menu.d.ts +60 -0
- package/lib/menu/menu.less +180 -0
- package/lib/menu/menu.variable.css +268 -0
- package/lib/menu/submenu.d.ts +21 -0
- package/lib/menu/submenu.less +5 -0
- package/lib/menu/submenu.variable.css +86 -0
- package/lib/menu/utils.d.ts +41 -0
- package/lib/message/index.d.ts +1 -1
- package/lib/message/index.js +1 -1
- package/lib/message/message.css +17 -0
- package/lib/message/message.less +18 -0
- package/lib/message/message.variable.css +33 -0
- package/lib/message/messageConstructor.d.ts +12 -6
- package/lib/modal/index.js +1 -1
- package/lib/navigation/index.d.ts +2 -0
- package/lib/navigation/index.js +1 -0
- package/lib/navigation/navigation-title.d.ts +22 -0
- package/lib/navigation/navigation.css +184 -0
- package/lib/navigation/navigation.d.ts +94 -0
- package/lib/navigation/navigation.less +210 -0
- package/lib/navigation/navigation.variable.css +270 -0
- package/lib/notify/index.d.ts +2 -0
- package/lib/notify/index.js +1 -0
- package/lib/notify/notify.css +49 -0
- package/lib/notify/notify.less +58 -0
- package/lib/notify/notify.variable.css +135 -0
- package/lib/notify/notifyConstructor.d.ts +75 -0
- package/lib/popover/index.d.ts +19 -19
- package/lib/popover/index.js +1 -1
- package/lib/popover/popover.css +2 -3
- package/lib/popover/popover.d.ts +8 -8
- package/lib/popover/popover.less +2 -3
- package/lib/popover/popover.variable.css +18 -3
- package/lib/preset.d.ts +2 -3
- package/lib/process/index.d.ts +145 -0
- package/lib/process/index.js +15 -0
- package/lib/process/process.css +139 -0
- package/lib/process/process.d.ts +116 -0
- package/lib/process/process.less +179 -0
- package/lib/process/process.variable.css +225 -0
- package/lib/progress/index.d.ts +4 -4
- package/lib/progress/index.js +1 -1
- package/lib/progress/progress.d.ts +1 -1
- package/lib/progress/progress.variable.css +16 -0
- package/lib/radio/index.d.ts +2 -2
- package/lib/radio/index.js +1 -1
- package/lib/radio/radio.css +6 -0
- package/lib/radio/radio.less +7 -0
- package/lib/radio/radio.variable.css +22 -0
- package/lib/rate/index.js +1 -1
- package/lib/rate/star.d.ts +2 -2
- package/lib/select/common.d.ts +4 -3
- package/lib/select/index.d.ts +211 -60
- package/lib/select/index.js +15 -1
- package/lib/select/option.d.ts +2 -2
- package/lib/select/optionGroup.d.ts +115 -0
- package/lib/select/select.css +52 -12
- package/lib/select/select.d.ts +24 -21
- package/lib/select/select.less +73 -7
- package/lib/select/select.variable.css +68 -12
- package/lib/shared/bk-popover.d.ts +11 -1
- package/lib/shared/index.d.ts +7 -0
- package/lib/shared/index.js +1 -1
- package/lib/shared/vue-types.d.ts +1 -0
- package/lib/shared/z-index-manager.d.ts +6 -1
- package/lib/sideslider/index.js +1 -1
- package/lib/sideslider/sideslider.variable.css +16 -0
- package/lib/slider/index.d.ts +27 -0
- package/lib/slider/index.js +15 -0
- package/lib/slider/slider-button.d.ts +72 -0
- package/lib/slider/slider.css +149 -0
- package/lib/slider/slider.d.ts +159 -0
- package/lib/slider/slider.less +179 -0
- package/lib/slider/slider.variable.css +235 -0
- package/lib/steps/index.d.ts +15 -15
- package/lib/steps/index.js +2 -2
- package/lib/steps/steps.css +1 -1
- package/lib/steps/steps.d.ts +4 -4
- package/lib/steps/steps.less +1 -1
- package/lib/steps/steps.variable.css +17 -1
- package/lib/styles/index.d.ts +12 -0
- package/lib/styles/index.js +1 -1
- package/lib/styles/mixins/popper.css +43 -0
- package/lib/styles/mixins/popper.less +52 -0
- package/lib/styles/mixins/popper.variable.css +43 -0
- package/lib/styles/mixins/size.less +9 -0
- package/lib/styles/reset.css +273 -0
- package/lib/styles/reset.less +313 -0
- package/lib/styles/reset.variable.css +273 -0
- package/lib/styles/themes/themes.less +26 -1
- package/lib/switcher/index.js +1 -1
- package/lib/switcher/switcher.variable.css +16 -0
- package/lib/tab/index.d.ts +416 -0
- package/lib/tab/index.js +1 -0
- package/lib/tab/tab-nav.d.ts +154 -0
- package/lib/tab/tab-panel.d.ts +46 -0
- package/lib/tab/tab.css +147 -0
- package/lib/tab/tab.d.ts +131 -0
- package/lib/tab/tab.less +221 -0
- package/lib/tab/tab.variable.css +233 -0
- package/lib/table/index.d.ts +71 -60
- package/lib/table/index.js +1 -1
- package/lib/table/props.d.ts +41 -0
- package/lib/table/render.d.ts +47 -0
- package/lib/table/table.css +44 -0
- package/lib/table/table.d.ts +22 -63
- package/lib/table/table.less +63 -1
- package/lib/table/table.variable.css +60 -0
- package/lib/table/utils.d.ts +22 -0
- package/lib/tag/index.js +1 -1
- package/lib/tag/tag.variable.css +16 -0
- package/lib/tree/index.d.ts +149 -0
- package/lib/tree/index.js +1 -0
- package/lib/tree/tree.css +35 -0
- package/lib/tree/tree.d.ts +58 -0
- package/lib/tree/tree.less +55 -0
- package/lib/tree/tree.variable.css +35 -0
- package/lib/tree/util.d.ts +89 -0
- package/lib/use-message.d.ts +2 -0
- package/package.json +9 -1
- package/lib/message/message.d.ts +0 -2
- package/lib/table/common.d.ts +0 -3
- package/lib/table/table-layout.d.ts +0 -14
- package/lib/table/type.d.ts +0 -12
package/dist/style.css
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;
|
@@ -679,6 +952,7 @@
|
|
679
952
|
text-align: left;
|
680
953
|
}
|
681
954
|
.bk-collapse-wrapper .bk-collapse-item .bk-collapse-header {
|
955
|
+
position: relative;
|
682
956
|
height: 42px;
|
683
957
|
padding: 0 10px;
|
684
958
|
overflow: hidden;
|
@@ -688,6 +962,13 @@
|
|
688
962
|
text-overflow: ellipsis;
|
689
963
|
cursor: pointer;
|
690
964
|
}
|
965
|
+
.bk-collapse-wrapper .bk-collapse-item .bk-collapse-header .bk-collapse-icon {
|
966
|
+
position: absolute;
|
967
|
+
right: 10px;
|
968
|
+
}
|
969
|
+
.bk-collapse-wrapper .bk-collapse-item .bk-collapse-header .bk-collapse-icon svg {
|
970
|
+
font-size: 20px;
|
971
|
+
}
|
691
972
|
.bk-collapse-wrapper .bk-collapse-item .bk-collapse-content {
|
692
973
|
display: none;
|
693
974
|
padding: 0 10px;
|
@@ -1026,6 +1307,49 @@
|
|
1026
1307
|
.bk-link.danger.is-disabled {
|
1027
1308
|
color: #fd9c9c;
|
1028
1309
|
}
|
1310
|
+
.bk-dropdown {
|
1311
|
+
display: inline-block;
|
1312
|
+
}
|
1313
|
+
.bk-dropdown .bk-dropdown-content {
|
1314
|
+
display: none;
|
1315
|
+
box-shadow: 0 2px 6px rgba(51, 60, 72, 0.1);
|
1316
|
+
}
|
1317
|
+
.bk-dropdown .bk-dropdown-content[data-show] {
|
1318
|
+
display: block;
|
1319
|
+
}
|
1320
|
+
.bk-dropdown-menu {
|
1321
|
+
min-width: 100%;
|
1322
|
+
padding: 5px 0;
|
1323
|
+
margin: 0;
|
1324
|
+
background: #fff;
|
1325
|
+
border: 1px solid #dcdee5;
|
1326
|
+
border-radius: 2px;
|
1327
|
+
box-sizing: border-box;
|
1328
|
+
}
|
1329
|
+
.bk-dropdown-menu::-webkit-scrollbar {
|
1330
|
+
width: 4px;
|
1331
|
+
height: 4px;
|
1332
|
+
}
|
1333
|
+
.bk-dropdown-menu::-webkit-scrollbar-thumb {
|
1334
|
+
background: #dde4eb;
|
1335
|
+
border-radius: 20px;
|
1336
|
+
box-shadow: inset 0 0 6px hsla(0, 0%, 80%, 0.3);
|
1337
|
+
}
|
1338
|
+
.bk-dropdown-item {
|
1339
|
+
display: block;
|
1340
|
+
height: 32px;
|
1341
|
+
padding: 0 16px;
|
1342
|
+
font-size: 12px;
|
1343
|
+
line-height: 33px;
|
1344
|
+
color: #63656e;
|
1345
|
+
white-space: nowrap;
|
1346
|
+
list-style: none;
|
1347
|
+
cursor: pointer;
|
1348
|
+
}
|
1349
|
+
.bk-dropdown-item:hover {
|
1350
|
+
color: #3a84ff;
|
1351
|
+
background-color: #eaf3ff;
|
1352
|
+
}
|
1029
1353
|
@keyframes loading-scale-animate {
|
1030
1354
|
0% {
|
1031
1355
|
transform: scale(1);
|
@@ -1267,9 +1591,8 @@
|
|
1267
1591
|
}
|
1268
1592
|
.bk-popover .bk-popover-content {
|
1269
1593
|
display: none;
|
1270
|
-
padding:
|
1271
|
-
font-size:
|
1272
|
-
font-weight: bold;
|
1594
|
+
padding: 7px 14px;
|
1595
|
+
font-size: 12px;
|
1273
1596
|
color: #fff;
|
1274
1597
|
background: #26323d;
|
1275
1598
|
border-radius: 4px;
|
@@ -1547,6 +1870,12 @@
|
|
1547
1870
|
border: 1px solid #63656e;
|
1548
1871
|
transition: all 0.3s;
|
1549
1872
|
}
|
1873
|
+
.bk-radio-group {
|
1874
|
+
display: inline-block;
|
1875
|
+
font-size: 0;
|
1876
|
+
line-height: 0;
|
1877
|
+
letter-spacing: normal;
|
1878
|
+
}
|
1550
1879
|
.bk-rate {
|
1551
1880
|
position: relative;
|
1552
1881
|
}
|
@@ -1584,15 +1913,14 @@
|
|
1584
1913
|
.bk-select {
|
1585
1914
|
display: inline-block;
|
1586
1915
|
}
|
1587
|
-
.bk-select
|
1588
|
-
|
1589
|
-
|
1590
|
-
|
1916
|
+
.bk-select ul {
|
1917
|
+
padding: 0;
|
1918
|
+
margin: 0;
|
1919
|
+
font-weight: normal;
|
1920
|
+
list-style: none;
|
1591
1921
|
}
|
1592
|
-
.bk-select .
|
1593
|
-
|
1594
|
-
top: 6px;
|
1595
|
-
left: 4px;
|
1922
|
+
.bk-select .bk-popover-content {
|
1923
|
+
padding: 0;
|
1596
1924
|
}
|
1597
1925
|
.bk-select.is-focus .bk-select-trigger .bk-select-input {
|
1598
1926
|
border-color: #3a84ff;
|
@@ -1666,17 +1994,50 @@
|
|
1666
1994
|
.bk-select .bk-select-trigger .clear-icon:hover {
|
1667
1995
|
color: #979ba5;
|
1668
1996
|
}
|
1997
|
+
.bk-select .bk-select-dropdown .bk-select-search {
|
1998
|
+
position: relative;
|
1999
|
+
padding: 0 5px;
|
2000
|
+
}
|
2001
|
+
.bk-select .bk-select-dropdown .bk-select-search-icon {
|
2002
|
+
position: absolute;
|
2003
|
+
top: 50%;
|
2004
|
+
left: 8px;
|
2005
|
+
font-size: 16px;
|
2006
|
+
color: #979ba5;
|
2007
|
+
transform: translateY(-50%);
|
2008
|
+
}
|
2009
|
+
.bk-select .bk-select-dropdown .bk-select-search-input {
|
2010
|
+
width: 100%;
|
2011
|
+
height: 32px;
|
2012
|
+
padding: 0 10px 0 26px;
|
2013
|
+
font-size: 12px;
|
2014
|
+
cursor: text;
|
2015
|
+
border: none;
|
2016
|
+
border-bottom: 1px solid #dcdee5;
|
2017
|
+
outline: 0;
|
2018
|
+
}
|
2019
|
+
.bk-select .bk-select-empty {
|
2020
|
+
height: 32px;
|
2021
|
+
font-size: 12px;
|
2022
|
+
line-height: 32px;
|
2023
|
+
color: #63656e;
|
2024
|
+
text-align: center;
|
2025
|
+
user-select: none;
|
2026
|
+
}
|
2027
|
+
.bk-select .bk-select-options {
|
2028
|
+
padding: 6px 0;
|
2029
|
+
}
|
1669
2030
|
.bk-select .bk-select-option {
|
1670
2031
|
height: 32px;
|
1671
|
-
padding: 0
|
1672
|
-
margin: 0 -8px;
|
1673
|
-
font-weight: normal;
|
2032
|
+
padding: 0 10px;
|
1674
2033
|
line-height: 32px;
|
1675
2034
|
color: #63656e;
|
1676
2035
|
text-align: left;
|
1677
|
-
list-style: none;
|
1678
2036
|
cursor: pointer;
|
1679
2037
|
user-select: none;
|
2038
|
+
overflow: hidden;
|
2039
|
+
text-overflow: ellipsis;
|
2040
|
+
white-space: nowrap;
|
1680
2041
|
}
|
1681
2042
|
.bk-select .bk-select-option:hover {
|
1682
2043
|
color: #3a84ff;
|
@@ -1698,6 +2059,14 @@
|
|
1698
2059
|
cursor: not-allowed;
|
1699
2060
|
background-color: transparent;
|
1700
2061
|
}
|
2062
|
+
.bk-select .bk-option-group-label {
|
2063
|
+
height: 32px;
|
2064
|
+
margin: 0 10px;
|
2065
|
+
line-height: 32px;
|
2066
|
+
color: #979ba5;
|
2067
|
+
text-align: left;
|
2068
|
+
border-bottom: 1px solid #dcdee5;
|
2069
|
+
}
|
1701
2070
|
.bk-modal-wrapper.bk-sideslider-wrapper {
|
1702
2071
|
position: fixed;
|
1703
2072
|
top: 0;
|
@@ -2025,6 +2394,89 @@
|
|
2025
2394
|
cursor: pointer;
|
2026
2395
|
opacity: 0;
|
2027
2396
|
}
|
2397
|
+
.bk-table .bk-table-body {
|
2398
|
+
height: 500px;
|
2399
|
+
overflow: auto;
|
2400
|
+
background: white;
|
2401
|
+
}
|
2402
|
+
.bk-table .bk-table-body table {
|
2403
|
+
width: 100%;
|
2404
|
+
border-collapse: collapse;
|
2405
|
+
}
|
2406
|
+
.bk-table .bk-table-body table .cell {
|
2407
|
+
height: 40px;
|
2408
|
+
padding: 0 15px;
|
2409
|
+
overflow: hidden;
|
2410
|
+
line-height: 40px;
|
2411
|
+
text-overflow: ellipsis;
|
2412
|
+
white-space: nowrap;
|
2413
|
+
}
|
2414
|
+
.bk-table .bk-table-body table th,
|
2415
|
+
.bk-table .bk-table-body table td {
|
2416
|
+
min-width: 80px;
|
2417
|
+
border-bottom: 1px solid #dfe0e5;
|
2418
|
+
}
|
2419
|
+
.bk-table .bk-table-body table thead th {
|
2420
|
+
position: sticky;
|
2421
|
+
top: 0;
|
2422
|
+
z-index: 1;
|
2423
|
+
background-color: #fff;
|
2424
|
+
}
|
2425
|
+
.bk-table .bk-table-body table thead th.active {
|
2426
|
+
background: #f0f1f5;
|
2427
|
+
}
|
2428
|
+
.bk-table .bk-table-body table tbody tr:hover td {
|
2429
|
+
background: #f5f7fa;
|
2430
|
+
}
|
2431
|
+
.bk-table .bk-table-fixed {
|
2432
|
+
width: 100%;
|
2433
|
+
}
|
2434
|
+
.bk-table colgroup col {
|
2435
|
+
background: #fff;
|
2436
|
+
}
|
2437
|
+
.bk-table colgroup col.active {
|
2438
|
+
position: relative;
|
2439
|
+
background: #f0f1f5;
|
2440
|
+
}
|
2441
|
+
.bk-form {
|
2442
|
+
text-align: left;
|
2443
|
+
}
|
2444
|
+
.bk-form .bk-form-item {
|
2445
|
+
display: flex;
|
2446
|
+
margin-bottom: 24px;
|
2447
|
+
}
|
2448
|
+
.bk-form .bk-form-label {
|
2449
|
+
width: 150px;
|
2450
|
+
padding-right: 24px;
|
2451
|
+
font-size: 14px;
|
2452
|
+
font-weight: normal;
|
2453
|
+
line-height: 32px;
|
2454
|
+
color: #63656e;
|
2455
|
+
text-align: right;
|
2456
|
+
}
|
2457
|
+
.bk-form .bk-form-content {
|
2458
|
+
position: relative;
|
2459
|
+
line-height: 32px;
|
2460
|
+
}
|
2461
|
+
.bk-form .bk-form-error {
|
2462
|
+
position: absolute;
|
2463
|
+
left: 0;
|
2464
|
+
padding-top: 4px;
|
2465
|
+
font-size: 12px;
|
2466
|
+
line-height: 1;
|
2467
|
+
color: #ea3636;
|
2468
|
+
text-align: left;
|
2469
|
+
}
|
2470
|
+
.bk-form--vertical .bk-form-item {
|
2471
|
+
flex-direction: column;
|
2472
|
+
}
|
2473
|
+
.bk-form--vertical .bk-form-label {
|
2474
|
+
width: auto;
|
2475
|
+
text-align: left;
|
2476
|
+
}
|
2477
|
+
.bk-form--vertical .bk-form-content {
|
2478
|
+
text-align: left;
|
2479
|
+
}
|
2028
2480
|
* {
|
2029
2481
|
box-sizing: border-box;
|
2030
2482
|
}
|
@@ -2293,7 +2745,7 @@
|
|
2293
2745
|
line-height: 20px;
|
2294
2746
|
}
|
2295
2747
|
.bk-steps-small .bk-step .bk-step-number {
|
2296
|
-
font-size:
|
2748
|
+
font-size: 12px;
|
2297
2749
|
}
|
2298
2750
|
.bk-steps-small .bk-step .bk-icon {
|
2299
2751
|
font-size: 20px;
|
@@ -2328,8 +2780,16 @@
|
|
2328
2780
|
}
|
2329
2781
|
.bk-message .bk-message-close {
|
2330
2782
|
padding-left: 20px;
|
2783
|
+
margin-right: 0;
|
2784
|
+
font-size: 18px;
|
2331
2785
|
cursor: pointer;
|
2332
2786
|
}
|
2787
|
+
.bk-message-icon {
|
2788
|
+
display: inline-block;
|
2789
|
+
margin-right: 10px;
|
2790
|
+
font-size: 18px;
|
2791
|
+
color: #3a84ff;
|
2792
|
+
}
|
2333
2793
|
.bk-message-primary {
|
2334
2794
|
background: #f0f8ff;
|
2335
2795
|
border: 1px solid #e1ecff;
|
@@ -2338,11 +2798,1393 @@
|
|
2338
2798
|
background: #fff4e2;
|
2339
2799
|
border: 1px solid #ffe8c3;
|
2340
2800
|
}
|
2801
|
+
.bk-message-warning .bk-message-icon {
|
2802
|
+
color: #ff9c01;
|
2803
|
+
}
|
2341
2804
|
.bk-message-success {
|
2342
2805
|
background: #f2fff4;
|
2343
2806
|
border: 1px solid #dcffe2;
|
2344
2807
|
}
|
2808
|
+
.bk-message-success .bk-message-icon {
|
2809
|
+
color: #2dcb56;
|
2810
|
+
}
|
2345
2811
|
.bk-message-danger {
|
2346
2812
|
background: #ffeded;
|
2347
2813
|
border: 1px solid #ffdddd;
|
2348
2814
|
}
|
2815
|
+
.bk-message-danger .bk-message-icon {
|
2816
|
+
color: #ea3636;
|
2817
|
+
}
|
2818
|
+
.bk-notify {
|
2819
|
+
position: fixed;
|
2820
|
+
display: flex;
|
2821
|
+
width: 360px;
|
2822
|
+
padding: 24px;
|
2823
|
+
font-size: 14px;
|
2824
|
+
line-height: 20px;
|
2825
|
+
color: #63656e;
|
2826
|
+
background: #fff;
|
2827
|
+
border: 1px solid #f0f1f5;
|
2828
|
+
border-radius: 2px;
|
2829
|
+
box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
|
2830
|
+
}
|
2831
|
+
.bk-notify .bk-notify-icon {
|
2832
|
+
position: absolute;
|
2833
|
+
top: 22px;
|
2834
|
+
margin-right: 5px;
|
2835
|
+
font-size: 18px;
|
2836
|
+
color: #3a84ff;
|
2837
|
+
}
|
2838
|
+
.bk-notify.bk-notify-warning .bk-notify-icon {
|
2839
|
+
color: #ff9c01;
|
2840
|
+
}
|
2841
|
+
.bk-notify.bk-notify-success .bk-notify-icon {
|
2842
|
+
color: #2dcb56;
|
2843
|
+
}
|
2844
|
+
.bk-notify.bk-notify-danger .bk-notify-icon {
|
2845
|
+
color: #ea3636;
|
2846
|
+
}
|
2847
|
+
.bk-notify .bk-notify-icon.bk-notify-close {
|
2848
|
+
top: 8px;
|
2849
|
+
right: 12px;
|
2850
|
+
margin-right: 0;
|
2851
|
+
font-size: 18px;
|
2852
|
+
color: #979ba5;
|
2853
|
+
cursor: pointer;
|
2854
|
+
}
|
2855
|
+
.bk-notify .bk-notify-content-header {
|
2856
|
+
display: inline-block;
|
2857
|
+
padding-left: 23px;
|
2858
|
+
margin-top: 0;
|
2859
|
+
margin-bottom: 4px;
|
2860
|
+
font-size: 14px;
|
2861
|
+
font-weight: 700;
|
2862
|
+
}
|
2863
|
+
.bk-notify .bk-notify-content-text {
|
2864
|
+
display: inline-block;
|
2865
|
+
padding-left: 23px;
|
2866
|
+
}
|
2867
|
+
.bk-tree .bk-tree-node {
|
2868
|
+
position: relative;
|
2869
|
+
height: var(--lineHeight);
|
2870
|
+
padding-left: 0;
|
2871
|
+
line-height: var(--lineHeight);
|
2872
|
+
cursor: pointer;
|
2873
|
+
}
|
2874
|
+
.bk-tree .bk-tree-node.is-open::after {
|
2875
|
+
position: absolute;
|
2876
|
+
top: calc(var(--lineHeight) / 2);
|
2877
|
+
left: 0;
|
2878
|
+
z-index: 1;
|
2879
|
+
width: 0;
|
2880
|
+
height: calc(var(--lines) * var(--lineHeight));
|
2881
|
+
pointer-events: none;
|
2882
|
+
border-left: var(--level-line);
|
2883
|
+
content: '';
|
2884
|
+
}
|
2885
|
+
.bk-tree .bk-tree-node:not(.is-root) {
|
2886
|
+
margin-left: calc(var(--depth)*var(--indent));
|
2887
|
+
}
|
2888
|
+
.bk-tree .bk-tree-node:not(.is-root)::before {
|
2889
|
+
position: absolute;
|
2890
|
+
top: 50%;
|
2891
|
+
left: calc(0px - var(--indent));
|
2892
|
+
z-index: 1;
|
2893
|
+
width: var(--indent);
|
2894
|
+
height: 0;
|
2895
|
+
pointer-events: none;
|
2896
|
+
border-bottom: var(--level-line);
|
2897
|
+
content: '';
|
2898
|
+
}
|
2899
|
+
.bk-tree .bk-tree-node .bk-tree-icon {
|
2900
|
+
margin: 0 6px 0 4px;
|
2901
|
+
}
|
2902
|
+
.bk-slider {
|
2903
|
+
display: flex;
|
2904
|
+
flex-direction: row;
|
2905
|
+
align-items: center;
|
2906
|
+
}
|
2907
|
+
.bk-slider .bk-slider-runway {
|
2908
|
+
position: relative;
|
2909
|
+
width: 100%;
|
2910
|
+
height: 4px;
|
2911
|
+
vertical-align: middle;
|
2912
|
+
cursor: pointer;
|
2913
|
+
background: #dcdee5;
|
2914
|
+
border-radius: 2px;
|
2915
|
+
opacity: 1;
|
2916
|
+
}
|
2917
|
+
.bk-slider .bk-slider-runway .bk-slider-bar {
|
2918
|
+
position: absolute;
|
2919
|
+
height: 4px;
|
2920
|
+
background: #3a84ff;
|
2921
|
+
border-bottom-left-radius: 3px;
|
2922
|
+
border-top-left-radius: 3px;
|
2923
|
+
}
|
2924
|
+
.bk-slider .bk-slider-runway .bk-slider-bar.vertical {
|
2925
|
+
width: 4px;
|
2926
|
+
}
|
2927
|
+
.bk-slider .bk-slider-runway .bk-slider-bar.horizontal {
|
2928
|
+
height: 4px;
|
2929
|
+
}
|
2930
|
+
.bk-slider .bk-slider-runway .disable {
|
2931
|
+
background: #979ba5;
|
2932
|
+
}
|
2933
|
+
.bk-slider .bk-slider-runway .bk-slider-labels {
|
2934
|
+
position: relative;
|
2935
|
+
}
|
2936
|
+
.bk-slider .bk-slider-runway .bk-slider-labels.vertical {
|
2937
|
+
left: 18px;
|
2938
|
+
display: flex;
|
2939
|
+
width: 10px;
|
2940
|
+
height: 100%;
|
2941
|
+
flex-direction: column;
|
2942
|
+
justify-content: space-between;
|
2943
|
+
}
|
2944
|
+
.bk-slider .bk-slider-runway .bk-slider-labels.horizontal {
|
2945
|
+
top: 10px;
|
2946
|
+
display: flex;
|
2947
|
+
width: 100%;
|
2948
|
+
height: 10px;
|
2949
|
+
flex-direction: row;
|
2950
|
+
justify-content: space-between;
|
2951
|
+
}
|
2952
|
+
.bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label {
|
2953
|
+
position: absolute;
|
2954
|
+
display: flex;
|
2955
|
+
width: 10px;
|
2956
|
+
height: 10px;
|
2957
|
+
text-align: center;
|
2958
|
+
white-space: nowrap;
|
2959
|
+
align-items: center;
|
2960
|
+
justify-content: center;
|
2961
|
+
}
|
2962
|
+
.bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label.vertical {
|
2963
|
+
left: 10px;
|
2964
|
+
transform: translateY(50%);
|
2965
|
+
}
|
2966
|
+
.bk-slider .bk-slider-runway .bk-slider-labels .bk-slider-label.horizontal {
|
2967
|
+
top: 10px;
|
2968
|
+
transform: translateX(-50%);
|
2969
|
+
}
|
2970
|
+
.bk-slider .bk-slider-interval {
|
2971
|
+
position: absolute;
|
2972
|
+
width: 4px;
|
2973
|
+
height: 4px;
|
2974
|
+
background-color: #fff;
|
2975
|
+
border-radius: 100%;
|
2976
|
+
transform: translateX(-50%);
|
2977
|
+
}
|
2978
|
+
.bk-slider .bk-slider-interval.vertical {
|
2979
|
+
left: 2px;
|
2980
|
+
}
|
2981
|
+
.bk-slider-input {
|
2982
|
+
display: flex;
|
2983
|
+
margin: 0 0 0 28px;
|
2984
|
+
flex-direction: row;
|
2985
|
+
align-items: center;
|
2986
|
+
}
|
2987
|
+
.bk-slider-input .input-item {
|
2988
|
+
width: 92px;
|
2989
|
+
}
|
2990
|
+
.bk-slider-input .input-center {
|
2991
|
+
margin: 0 7px;
|
2992
|
+
}
|
2993
|
+
.bk-slider-button {
|
2994
|
+
position: absolute;
|
2995
|
+
z-index: 1001;
|
2996
|
+
display: flex;
|
2997
|
+
width: 24px;
|
2998
|
+
height: 24px;
|
2999
|
+
line-height: normal;
|
3000
|
+
text-align: center;
|
3001
|
+
background-color: transparent;
|
3002
|
+
user-select: none;
|
3003
|
+
justify-content: center;
|
3004
|
+
align-items: center;
|
3005
|
+
}
|
3006
|
+
.bk-slider-button:hover {
|
3007
|
+
cursor: grab;
|
3008
|
+
}
|
3009
|
+
.bk-slider-button.grabbing {
|
3010
|
+
cursor: grabbing;
|
3011
|
+
}
|
3012
|
+
.bk-slider-button.vertical {
|
3013
|
+
left: -10px;
|
3014
|
+
transform: translateY(50%);
|
3015
|
+
}
|
3016
|
+
.bk-slider-button.horizontal {
|
3017
|
+
top: -10px;
|
3018
|
+
transform: translateX(-50%);
|
3019
|
+
}
|
3020
|
+
.bk-slider-button .slider-button {
|
3021
|
+
width: 12px;
|
3022
|
+
height: 12px;
|
3023
|
+
background-color: #fff;
|
3024
|
+
border: 2px solid #3a84ff;
|
3025
|
+
border-radius: 50%;
|
3026
|
+
transition: 0.2s;
|
3027
|
+
user-select: none;
|
3028
|
+
}
|
3029
|
+
.bk-slider-button .slider-button-disable {
|
3030
|
+
border: 2px solid #979ba5;
|
3031
|
+
}
|
3032
|
+
.bk-slider-button .slider-button:hover {
|
3033
|
+
box-shadow: 0px 0px 0px 4px rgba(58, 132, 255, 0.3);
|
3034
|
+
}
|
3035
|
+
.bk-slider-button .slider-button:focus {
|
3036
|
+
box-shadow: 0px 0px 10px 0px rgba(58, 132, 255, 0.9);
|
3037
|
+
}
|
3038
|
+
.bk-slider-button .slider-button-label {
|
3039
|
+
position: absolute;
|
3040
|
+
display: flex;
|
3041
|
+
text-align: center;
|
3042
|
+
align-items: center;
|
3043
|
+
justify-content: center;
|
3044
|
+
}
|
3045
|
+
.bk-slider-button .slider-button-label.vertical {
|
3046
|
+
left: 28px;
|
3047
|
+
}
|
3048
|
+
.bk-slider-button .slider-button-label.horizontal {
|
3049
|
+
top: 20px;
|
3050
|
+
}
|
3051
|
+
@keyframes loading-scale-animate {
|
3052
|
+
0% {
|
3053
|
+
transform: scale(1);
|
3054
|
+
}
|
3055
|
+
100% {
|
3056
|
+
transform: scale(0.6);
|
3057
|
+
}
|
3058
|
+
}
|
3059
|
+
@keyframes fade {
|
3060
|
+
100% {
|
3061
|
+
background-color: transparent;
|
3062
|
+
}
|
3063
|
+
}
|
3064
|
+
.bk-fade-transtion .bk-fade-enter-active,
|
3065
|
+
.bk-fade-transtion .bk-fade-leave-active {
|
3066
|
+
transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
|
3067
|
+
}
|
3068
|
+
.bk-fade-transtion .bk-fade-enter,
|
3069
|
+
.bk-fade-transtion .bk-fade-leave-to {
|
3070
|
+
opacity: 0;
|
3071
|
+
}
|
3072
|
+
.collapse {
|
3073
|
+
width: 60px;
|
3074
|
+
}
|
3075
|
+
.open {
|
3076
|
+
background: #151d2c;
|
3077
|
+
}
|
3078
|
+
.bk-menu {
|
3079
|
+
display: flex;
|
3080
|
+
width: 260px;
|
3081
|
+
background-color: #182132;
|
3082
|
+
flex-direction: column;
|
3083
|
+
transition: width 0.3s ease-out;
|
3084
|
+
}
|
3085
|
+
.bk-menu.is-collapse {
|
3086
|
+
width: 60px;
|
3087
|
+
}
|
3088
|
+
.bk-menu-submenu {
|
3089
|
+
display: flex;
|
3090
|
+
flex-direction: column;
|
3091
|
+
overflow: hidden;
|
3092
|
+
text-overflow: clip;
|
3093
|
+
white-space: nowrap;
|
3094
|
+
align-items: center;
|
3095
|
+
transition: width 0.3s ease-out;
|
3096
|
+
}
|
3097
|
+
.bk-menu-submenu.is-opened {
|
3098
|
+
background: #151d2c;
|
3099
|
+
}
|
3100
|
+
.bk-menu-submenu:hover {
|
3101
|
+
color: white;
|
3102
|
+
cursor: pointer;
|
3103
|
+
}
|
3104
|
+
.bk-menu-submenu .submenu-header {
|
3105
|
+
display: flex;
|
3106
|
+
width: 100%;
|
3107
|
+
height: 40px;
|
3108
|
+
align-items: center;
|
3109
|
+
}
|
3110
|
+
.bk-menu-submenu .submenu-header.is-collapse {
|
3111
|
+
color: white;
|
3112
|
+
background: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
|
3113
|
+
}
|
3114
|
+
.bk-menu-submenu .submenu-header-icon {
|
3115
|
+
display: flex;
|
3116
|
+
height: 100%;
|
3117
|
+
font-size: 18px;
|
3118
|
+
flex: 0 0 60px;
|
3119
|
+
align-items: center;
|
3120
|
+
justify-content: center;
|
3121
|
+
}
|
3122
|
+
.bk-menu-submenu .submenu-header-icon .menu-icon {
|
3123
|
+
display: flex;
|
3124
|
+
width: 16px;
|
3125
|
+
height: 16px;
|
3126
|
+
font-size: 16px;
|
3127
|
+
align-items: center;
|
3128
|
+
justify-content: center;
|
3129
|
+
color: #b0bdd5;
|
3130
|
+
}
|
3131
|
+
.bk-menu-submenu .submenu-header-content {
|
3132
|
+
display: flex;
|
3133
|
+
height: 100%;
|
3134
|
+
align-items: center;
|
3135
|
+
flex: 1;
|
3136
|
+
color: #acb9d1;
|
3137
|
+
}
|
3138
|
+
.bk-menu-submenu .submenu-header-collapse {
|
3139
|
+
display: flex;
|
3140
|
+
width: 16px;
|
3141
|
+
height: 16px;
|
3142
|
+
font-size: 16px;
|
3143
|
+
align-items: center;
|
3144
|
+
justify-content: center;
|
3145
|
+
margin-right: 16px;
|
3146
|
+
color: #acb9d1;
|
3147
|
+
transform: rotate(-90deg);
|
3148
|
+
transition: transform 0.3s ease-out;
|
3149
|
+
}
|
3150
|
+
.bk-menu-submenu .submenu-header-collapse.is-collapse {
|
3151
|
+
transform: rotate(0deg);
|
3152
|
+
}
|
3153
|
+
.bk-menu-submenu .submenu-list {
|
3154
|
+
display: flex;
|
3155
|
+
width: 100%;
|
3156
|
+
padding: 0;
|
3157
|
+
margin: 0;
|
3158
|
+
flex-direction: column;
|
3159
|
+
flex: 1;
|
3160
|
+
/* stylelint-disable-next-line declaration-no-important */
|
3161
|
+
transition-property: all !important;
|
3162
|
+
}
|
3163
|
+
.bk-menu-item {
|
3164
|
+
display: flex;
|
3165
|
+
width: 100%;
|
3166
|
+
height: 40px;
|
3167
|
+
min-height: 40px;
|
3168
|
+
margin: 2px 0;
|
3169
|
+
overflow: hidden;
|
3170
|
+
font-size: 14px;
|
3171
|
+
color: #96a2b9;
|
3172
|
+
text-overflow: clip;
|
3173
|
+
white-space: nowrap;
|
3174
|
+
align-items: center;
|
3175
|
+
transition: width 0.3s ease-in-out;
|
3176
|
+
}
|
3177
|
+
.bk-menu-item:hover {
|
3178
|
+
color: white;
|
3179
|
+
cursor: pointer;
|
3180
|
+
}
|
3181
|
+
.bk-menu-item.is-active {
|
3182
|
+
color: white;
|
3183
|
+
background: linear-gradient(90deg, #3f87ff 0%, #3a84ff 100%);
|
3184
|
+
}
|
3185
|
+
.bk-menu-item .item-icon {
|
3186
|
+
display: flex;
|
3187
|
+
height: 100%;
|
3188
|
+
font-size: 18px;
|
3189
|
+
flex: 0 0 60px;
|
3190
|
+
align-items: center;
|
3191
|
+
justify-content: center;
|
3192
|
+
}
|
3193
|
+
.bk-menu-item .item-icon .default-icon {
|
3194
|
+
display: inline-block;
|
3195
|
+
width: 3px;
|
3196
|
+
height: 3px;
|
3197
|
+
background: #63656e;
|
3198
|
+
background-color: white;
|
3199
|
+
border-radius: 50%;
|
3200
|
+
}
|
3201
|
+
.bk-menu-item .item-content {
|
3202
|
+
display: flex;
|
3203
|
+
height: 100%;
|
3204
|
+
align-items: center;
|
3205
|
+
flex: 1;
|
3206
|
+
}
|
3207
|
+
.bk-menu-group {
|
3208
|
+
display: flex;
|
3209
|
+
flex-direction: column;
|
3210
|
+
}
|
3211
|
+
.bk-menu-group .group-name {
|
3212
|
+
display: flex;
|
3213
|
+
height: 40px;
|
3214
|
+
margin: 0 18px;
|
3215
|
+
overflow: hidden;
|
3216
|
+
font-size: 12px;
|
3217
|
+
line-height: 16px;
|
3218
|
+
color: #63656e;
|
3219
|
+
text-overflow: clip;
|
3220
|
+
white-space: nowrap;
|
3221
|
+
flex-wrap: nowrap;
|
3222
|
+
align-items: center;
|
3223
|
+
}
|
3224
|
+
.bk-menu-group .group-wrap {
|
3225
|
+
display: flex;
|
3226
|
+
flex-direction: column;
|
3227
|
+
padding: 0;
|
3228
|
+
margin: 0;
|
3229
|
+
}
|
3230
|
+
.bk-menu .collapse-transition {
|
3231
|
+
transition: all 0.3s ease-in-out;
|
3232
|
+
}
|
3233
|
+
.bk-navigation {
|
3234
|
+
display: flex;
|
3235
|
+
flex-direction: column;
|
3236
|
+
width: 100%;
|
3237
|
+
height: 100%;
|
3238
|
+
}
|
3239
|
+
.bk-navigation-title {
|
3240
|
+
display: flex;
|
3241
|
+
height: 100%;
|
3242
|
+
padding: 0 16px;
|
3243
|
+
overflow: hidden;
|
3244
|
+
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
|
3245
|
+
align-items: center;
|
3246
|
+
justify-content: flex-start;
|
3247
|
+
flex: 0 0 260px;
|
3248
|
+
}
|
3249
|
+
.bk-navigation-title .title-icon {
|
3250
|
+
display: flex;
|
3251
|
+
font-size: 28px;
|
3252
|
+
color: #768197;
|
3253
|
+
flex: 0 0 28px;
|
3254
|
+
align-items: center;
|
3255
|
+
justify-content: center;
|
3256
|
+
}
|
3257
|
+
.bk-navigation-title .title-desc {
|
3258
|
+
display: inline-block;
|
3259
|
+
margin-left: 16px;
|
3260
|
+
overflow: hidden;
|
3261
|
+
font-size: 16px;
|
3262
|
+
font-weight: bold;
|
3263
|
+
line-height: 24px;
|
3264
|
+
color: #96a2b9;
|
3265
|
+
white-space: nowrap;
|
3266
|
+
}
|
3267
|
+
.bk-navigation-header {
|
3268
|
+
flex: 0 0 52px;
|
3269
|
+
display: flex;
|
3270
|
+
align-items: center;
|
3271
|
+
padding-right: 24px;
|
3272
|
+
overflow: hidden;
|
3273
|
+
background: #182132;
|
3274
|
+
}
|
3275
|
+
.bk-navigation-header .header-right {
|
3276
|
+
display: flex;
|
3277
|
+
height: 100%;
|
3278
|
+
flex: 1;
|
3279
|
+
align-items: center;
|
3280
|
+
}
|
3281
|
+
.bk-navigation-wrapper {
|
3282
|
+
position: relative;
|
3283
|
+
display: flex;
|
3284
|
+
flex-direction: row;
|
3285
|
+
flex: 1;
|
3286
|
+
}
|
3287
|
+
.bk-navigation-wrapper .navigation-nav {
|
3288
|
+
position: relative;
|
3289
|
+
z-index: 101;
|
3290
|
+
display: flex;
|
3291
|
+
width: 60px;
|
3292
|
+
min-width: 0;
|
3293
|
+
min-height: 0;
|
3294
|
+
overflow: visible;
|
3295
|
+
transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
|
3296
|
+
flex: 0 1 auto;
|
3297
|
+
flex-direction: column;
|
3298
|
+
}
|
3299
|
+
.bk-navigation-wrapper .navigation-nav:hover {
|
3300
|
+
cursor: pointer;
|
3301
|
+
}
|
3302
|
+
.bk-navigation-wrapper .navigation-nav .nav-slider {
|
3303
|
+
display: flex;
|
3304
|
+
width: 60px;
|
3305
|
+
height: 100%;
|
3306
|
+
background-color: #182132;
|
3307
|
+
transition: width cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
|
3308
|
+
flex: 1;
|
3309
|
+
flex-direction: column;
|
3310
|
+
}
|
3311
|
+
.bk-navigation-wrapper .navigation-nav .nav-slider-list {
|
3312
|
+
max-height: calc(100vh - 100px);
|
3313
|
+
padding: 12px 0 4px 0;
|
3314
|
+
margin: 0;
|
3315
|
+
overflow: auto;
|
3316
|
+
flex: 1 1 auto;
|
3317
|
+
}
|
3318
|
+
.bk-navigation-wrapper .navigation-nav .nav-slider-list::-webkit-scrollbar {
|
3319
|
+
display: none;
|
3320
|
+
width: 6px;
|
3321
|
+
height: 5px;
|
3322
|
+
}
|
3323
|
+
.bk-navigation-wrapper .navigation-nav .nav-slider-list::-webkit-scrollbar:hover {
|
3324
|
+
transform: none;
|
3325
|
+
transition: opacity 340ms ease-out;
|
3326
|
+
}
|
3327
|
+
.bk-navigation-wrapper .navigation-nav .nav-slider-footer {
|
3328
|
+
display: flex;
|
3329
|
+
padding-left: 14px;
|
3330
|
+
flex: 0 0 56px;
|
3331
|
+
align-items: center;
|
3332
|
+
justify-content: flex-start;
|
3333
|
+
}
|
3334
|
+
.bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon {
|
3335
|
+
display: flex;
|
3336
|
+
width: 32px;
|
3337
|
+
height: 32px;
|
3338
|
+
font-size: 14px;
|
3339
|
+
color: #63656e;
|
3340
|
+
border-radius: 100%;
|
3341
|
+
align-items: center;
|
3342
|
+
justify-content: center;
|
3343
|
+
transform-origin: center center;
|
3344
|
+
}
|
3345
|
+
.bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon-svg {
|
3346
|
+
display: flex;
|
3347
|
+
width: 16px;
|
3348
|
+
height: 16px;
|
3349
|
+
font-size: 16px;
|
3350
|
+
transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
|
3351
|
+
align-items: center;
|
3352
|
+
justify-content: center;
|
3353
|
+
transform-origin: center center;
|
3354
|
+
}
|
3355
|
+
.bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon.is-left {
|
3356
|
+
color: #96a2b9;
|
3357
|
+
}
|
3358
|
+
.bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon.is-left:hover {
|
3359
|
+
color: #d3d9e4;
|
3360
|
+
cursor: pointer;
|
3361
|
+
background: linear-gradient(270deg, #253047 0%, #263247 100%);
|
3362
|
+
}
|
3363
|
+
.bk-navigation-wrapper .navigation-nav .nav-slider-footer .footer-icon:hover {
|
3364
|
+
color: #3a3c42;
|
3365
|
+
cursor: pointer;
|
3366
|
+
background: linear-gradient(270deg, #dee0ea 0%, #eaecf2 100%);
|
3367
|
+
}
|
3368
|
+
.bk-navigation-wrapper .navigation-container {
|
3369
|
+
position: relative;
|
3370
|
+
display: flex;
|
3371
|
+
max-width: calc(100vw - 60px);
|
3372
|
+
min-width: 0;
|
3373
|
+
min-height: 0;
|
3374
|
+
flex: 1 1 1px;
|
3375
|
+
flex-direction: column;
|
3376
|
+
}
|
3377
|
+
.bk-navigation-wrapper .navigation-container .container-header {
|
3378
|
+
z-index: 100;
|
3379
|
+
display: flex;
|
3380
|
+
width: 100%;
|
3381
|
+
height: 60px;
|
3382
|
+
padding: 0 24px;
|
3383
|
+
background: #fff;
|
3384
|
+
border-bottom: 1px solid #dcdee5;
|
3385
|
+
box-shadow: 0px 3px 4px 0px rgba(64, 112, 203, 0.06);
|
3386
|
+
flex-basis: 60px;
|
3387
|
+
flex-direction: row;
|
3388
|
+
align-items: center;
|
3389
|
+
justify-content: flex-end;
|
3390
|
+
}
|
3391
|
+
.bk-navigation-wrapper .navigation-container .container-header-title {
|
3392
|
+
height: 21px;
|
3393
|
+
font-size: 16px;
|
3394
|
+
line-height: 21px;
|
3395
|
+
color: #313238;
|
3396
|
+
}
|
3397
|
+
.bk-navigation-wrapper .navigation-container .container-header-sets {
|
3398
|
+
display: flex;
|
3399
|
+
flex: 1 1 auto;
|
3400
|
+
align-items: center;
|
3401
|
+
justify-content: flex-end;
|
3402
|
+
}
|
3403
|
+
.bk-navigation-wrapper .navigation-container .container-content {
|
3404
|
+
max-height: calc(100vh - 60px);
|
3405
|
+
padding: 20px 24px 0;
|
3406
|
+
overflow: auto;
|
3407
|
+
background: #f5f7fa;
|
3408
|
+
flex: 1;
|
3409
|
+
}
|
3410
|
+
.bk-navigation-wrapper .navigation-container .container-footer {
|
3411
|
+
display: flex;
|
3412
|
+
flex: 0 0 auto;
|
3413
|
+
flex-direction: row;
|
3414
|
+
align-items: center;
|
3415
|
+
justify-content: center;
|
3416
|
+
}
|
3417
|
+
.bk-date-picker {
|
3418
|
+
display: inline-block;
|
3419
|
+
width: 261px;
|
3420
|
+
line-height: normal;
|
3421
|
+
}
|
3422
|
+
.bk-date-picker.long {
|
3423
|
+
width: 342px;
|
3424
|
+
}
|
3425
|
+
.bk-date-picker.medium-width {
|
3426
|
+
width: 362px;
|
3427
|
+
}
|
3428
|
+
.bk-date-picker.large-width {
|
3429
|
+
width: 402px;
|
3430
|
+
}
|
3431
|
+
.bk-date-picker-rel {
|
3432
|
+
position: relative;
|
3433
|
+
}
|
3434
|
+
.bk-date-picker-rel .bk-date-picker-editor {
|
3435
|
+
display: block;
|
3436
|
+
width: 100%;
|
3437
|
+
height: 32px;
|
3438
|
+
padding: 0 10px 0 30px;
|
3439
|
+
font-size: 12px;
|
3440
|
+
line-height: 32px;
|
3441
|
+
color: #63656e;
|
3442
|
+
cursor: pointer;
|
3443
|
+
border: 1px solid #c4c6cc;
|
3444
|
+
border-radius: 2px;
|
3445
|
+
outline: none;
|
3446
|
+
}
|
3447
|
+
.bk-date-picker-rel .bk-date-picker-editor.only-bottom-border {
|
3448
|
+
border-color: transparent transparent #c4c6cc transparent;
|
3449
|
+
}
|
3450
|
+
.bk-date-picker-rel .bk-date-picker-editor.only-bottom-border:focus {
|
3451
|
+
border-color: transparent transparent #3a84ff transparent;
|
3452
|
+
box-shadow: none;
|
3453
|
+
}
|
3454
|
+
.bk-date-picker-rel .bk-date-picker-editor.only-bottom-border[disabled],
|
3455
|
+
.bk-date-picker-rel .bk-date-picker-editor.only-bottom-border.readonly {
|
3456
|
+
border-color: transparent transparent #dcdee5 transparent;
|
3457
|
+
}
|
3458
|
+
.bk-date-picker-rel .bk-date-picker-editor:focus {
|
3459
|
+
border: 1px solid #3a84ff;
|
3460
|
+
}
|
3461
|
+
.bk-date-picker-rel .bk-date-picker-editor::placeholder {
|
3462
|
+
color: #c4c6cc;
|
3463
|
+
}
|
3464
|
+
.bk-date-picker-rel .bk-date-picker-editor[disabled] {
|
3465
|
+
color: #c4c6cc;
|
3466
|
+
cursor: not-allowed;
|
3467
|
+
background-color: #fafbfd;
|
3468
|
+
border-color: #c4c6cc;
|
3469
|
+
}
|
3470
|
+
.bk-date-picker-rel .bk-date-picker-editor.readonly {
|
3471
|
+
background-color: #fafbfd;
|
3472
|
+
border-color: #c4c6cc;
|
3473
|
+
}
|
3474
|
+
.bk-date-picker-rel .bk-date-picker-editor.medium-font {
|
3475
|
+
font-size: 14px;
|
3476
|
+
}
|
3477
|
+
.bk-date-picker-rel .bk-date-picker-editor.large-font {
|
3478
|
+
font-size: 16px;
|
3479
|
+
}
|
3480
|
+
.bk-date-picker-rel .clear-action {
|
3481
|
+
position: absolute;
|
3482
|
+
top: 50%;
|
3483
|
+
right: 10px;
|
3484
|
+
font-size: 14px;
|
3485
|
+
color: #c4c6cc;
|
3486
|
+
cursor: pointer;
|
3487
|
+
transform: translateY(-50%);
|
3488
|
+
}
|
3489
|
+
.bk-date-picker-rel .clear-action:hover {
|
3490
|
+
color: #979ba5;
|
3491
|
+
}
|
3492
|
+
.bk-date-picker-rel .icon-wrapper {
|
3493
|
+
position: absolute;
|
3494
|
+
top: 0;
|
3495
|
+
left: 0;
|
3496
|
+
display: inline-block;
|
3497
|
+
width: 32px;
|
3498
|
+
height: 32px;
|
3499
|
+
color: #c4c6cc;
|
3500
|
+
cursor: pointer;
|
3501
|
+
background-color: transparent;
|
3502
|
+
}
|
3503
|
+
.bk-date-picker-rel .icon-wrapper.disabled {
|
3504
|
+
cursor: not-allowed;
|
3505
|
+
}
|
3506
|
+
.bk-date-picker-rel .icon-wrapper i.icon-clock {
|
3507
|
+
position: absolute;
|
3508
|
+
top: 50%;
|
3509
|
+
left: 50%;
|
3510
|
+
transform: translate(-50%, -50%);
|
3511
|
+
}
|
3512
|
+
.bk-date-picker-rel .icon-wrapper .picker-icon {
|
3513
|
+
position: absolute;
|
3514
|
+
top: 50%;
|
3515
|
+
left: 50%;
|
3516
|
+
width: 18px;
|
3517
|
+
height: 18px;
|
3518
|
+
transform: translate(-50%, -50%);
|
3519
|
+
}
|
3520
|
+
.bk-date-picker-dropdown {
|
3521
|
+
position: absolute;
|
3522
|
+
z-index: 900;
|
3523
|
+
padding: 5px 0 0 0;
|
3524
|
+
overflow: auto;
|
3525
|
+
background-color: #fff;
|
3526
|
+
border: 1px solid #dcdee5;
|
3527
|
+
border-radius: 2px;
|
3528
|
+
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
|
3529
|
+
box-sizing: border-box;
|
3530
|
+
}
|
3531
|
+
.bk-date-picker .bk-select-dropdown {
|
3532
|
+
max-height: none;
|
3533
|
+
padding: 0;
|
3534
|
+
overflow: visible;
|
3535
|
+
}
|
3536
|
+
.bk-date-picker-footer-wrapper {
|
3537
|
+
clear: both;
|
3538
|
+
font-size: 14px;
|
3539
|
+
color: #979ba5;
|
3540
|
+
background-color: #fafbfd;
|
3541
|
+
border-top: 1px solid #dcdee5;
|
3542
|
+
}
|
3543
|
+
.bk-date-picker-top-wrapper {
|
3544
|
+
margin-top: -5px;
|
3545
|
+
clear: both;
|
3546
|
+
font-size: 14px;
|
3547
|
+
color: #979ba5;
|
3548
|
+
}
|
3549
|
+
.bk-picker-panel-body-wrapper.bk-picker-panel-with-sidebar {
|
3550
|
+
padding-right: 140px;
|
3551
|
+
}
|
3552
|
+
.bk-picker-panel-sidebar {
|
3553
|
+
position: absolute;
|
3554
|
+
top: 0;
|
3555
|
+
right: 0;
|
3556
|
+
bottom: 0;
|
3557
|
+
width: 140px;
|
3558
|
+
padding: 12px 0;
|
3559
|
+
overflow: auto;
|
3560
|
+
font-size: 14px;
|
3561
|
+
color: #3a84ff;
|
3562
|
+
background-color: #fafbfd;
|
3563
|
+
border-left: 1px solid #dcdee5;
|
3564
|
+
}
|
3565
|
+
.bk-picker-panel-sidebar .bk-picker-panel-shortcut {
|
3566
|
+
/* &:nth-of-type(1) {
|
3567
|
+
padding-top: 18px;
|
3568
|
+
}
|
3569
|
+
&:last-child {
|
3570
|
+
padding-bottom: 18px;
|
3571
|
+
} */
|
3572
|
+
padding: 6px 21px;
|
3573
|
+
overflow: hidden;
|
3574
|
+
text-overflow: ellipsis;
|
3575
|
+
white-space: nowrap;
|
3576
|
+
cursor: pointer;
|
3577
|
+
}
|
3578
|
+
.bk-picker-panel-sidebar .bk-picker-panel-shortcut:hover {
|
3579
|
+
background-color: #e1ecff;
|
3580
|
+
}
|
3581
|
+
.bk-picker-panel-body {
|
3582
|
+
float: left;
|
3583
|
+
}
|
3584
|
+
.bk-picker-confirm {
|
3585
|
+
height: 42px;
|
3586
|
+
padding: 0 20px;
|
3587
|
+
clear: both;
|
3588
|
+
font-size: 14px;
|
3589
|
+
line-height: 41px;
|
3590
|
+
text-align: right;
|
3591
|
+
background-color: #fafbfd;
|
3592
|
+
border-top: 1px solid #dcdee5;
|
3593
|
+
}
|
3594
|
+
.bk-picker-confirm a {
|
3595
|
+
color: #979ba5;
|
3596
|
+
}
|
3597
|
+
.bk-picker-confirm a.confirm {
|
3598
|
+
margin-left: 10px;
|
3599
|
+
color: #3a84ff;
|
3600
|
+
}
|
3601
|
+
.bk-picker-confirm a[disabled] {
|
3602
|
+
color: #c4c6cc;
|
3603
|
+
cursor: not-allowed;
|
3604
|
+
}
|
3605
|
+
.bk-picker-confirm .bk-picker-confirm-time {
|
3606
|
+
float: left;
|
3607
|
+
}
|
3608
|
+
.bk-date-picker-header {
|
3609
|
+
height: 46px;
|
3610
|
+
font-size: 14px;
|
3611
|
+
font-weight: 700;
|
3612
|
+
line-height: 46px;
|
3613
|
+
color: #63656e;
|
3614
|
+
text-align: center;
|
3615
|
+
border-bottom: 1px solid #dcdee5;
|
3616
|
+
}
|
3617
|
+
.bk-date-picker-header .bk-date-picker-header-label {
|
3618
|
+
cursor: pointer;
|
3619
|
+
}
|
3620
|
+
.bk-date-picker-header .bk-date-picker-header-label:hover {
|
3621
|
+
color: #3a84ff;
|
3622
|
+
}
|
3623
|
+
.bk-date-picker-header .up-to-now {
|
3624
|
+
margin-left: 3px;
|
3625
|
+
font-weight: 400;
|
3626
|
+
cursor: pointer;
|
3627
|
+
}
|
3628
|
+
.bk-date-picker-header .up-to-now.disabled {
|
3629
|
+
color: #c4c6cc;
|
3630
|
+
cursor: not-allowed;
|
3631
|
+
}
|
3632
|
+
.bk-date-picker-cells {
|
3633
|
+
margin: 9px;
|
3634
|
+
font-size: 12px;
|
3635
|
+
color: #63656e;
|
3636
|
+
white-space: normal;
|
3637
|
+
}
|
3638
|
+
.bk-date-picker-cells span {
|
3639
|
+
display: inline-block;
|
3640
|
+
width: 34px;
|
3641
|
+
height: 32px;
|
3642
|
+
line-height: 32px;
|
3643
|
+
text-align: center;
|
3644
|
+
}
|
3645
|
+
.bk-date-picker-cells span em {
|
3646
|
+
display: inline-block;
|
3647
|
+
width: 34px;
|
3648
|
+
height: 32px;
|
3649
|
+
font-style: normal;
|
3650
|
+
line-height: 32px;
|
3651
|
+
cursor: pointer;
|
3652
|
+
}
|
3653
|
+
.bk-date-picker-cells .bk-date-picker-cells-header {
|
3654
|
+
text-align: center;
|
3655
|
+
}
|
3656
|
+
.bk-date-picker-cells .bk-date-picker-cells-header span {
|
3657
|
+
width: 28px;
|
3658
|
+
height: 26px;
|
3659
|
+
margin: 3px;
|
3660
|
+
line-height: 26px;
|
3661
|
+
color: #63656e;
|
3662
|
+
text-align: center;
|
3663
|
+
cursor: default;
|
3664
|
+
}
|
3665
|
+
.bk-date-picker-cells-cell:hover em {
|
3666
|
+
/* background-color: #e1ecff; */
|
3667
|
+
background-color: #f0f1f5;
|
3668
|
+
}
|
3669
|
+
.bk-date-picker-cells-focused em {
|
3670
|
+
color: #3a84ff;
|
3671
|
+
box-shadow: 0 0 0 1px #a3c5fd inset;
|
3672
|
+
}
|
3673
|
+
.bk-date-picker-cells-cell-prev-month em,
|
3674
|
+
.bk-date-picker-cells-cell-next-month em {
|
3675
|
+
color: #c4c6cc;
|
3676
|
+
}
|
3677
|
+
.bk-date-picker-cells-cell-prev-month:hover em,
|
3678
|
+
.bk-date-picker-cells-cell-next-month:hover em {
|
3679
|
+
background: transparent;
|
3680
|
+
}
|
3681
|
+
span.bk-date-picker-cells-cell-week-label,
|
3682
|
+
span.bk-date-picker-cells-cell-week-label:hover,
|
3683
|
+
span.bk-date-picker-cells-cell-disabled,
|
3684
|
+
span.bk-date-picker-cells-cell-disabled:hover {
|
3685
|
+
color: #c4c6cc;
|
3686
|
+
cursor: not-allowed;
|
3687
|
+
}
|
3688
|
+
span.bk-date-picker-cells-cell-week-label em,
|
3689
|
+
span.bk-date-picker-cells-cell-week-label:hover em,
|
3690
|
+
span.bk-date-picker-cells-cell-disabled em,
|
3691
|
+
span.bk-date-picker-cells-cell-disabled:hover em {
|
3692
|
+
color: inherit;
|
3693
|
+
cursor: not-allowed;
|
3694
|
+
background: inherit;
|
3695
|
+
}
|
3696
|
+
span.bk-date-picker-cells-cell-disabled,
|
3697
|
+
span.bk-date-picker-cells-cell-disabled:hover {
|
3698
|
+
background-color: #f0f1f5;
|
3699
|
+
}
|
3700
|
+
.bk-date-picker-cells-cell-today em {
|
3701
|
+
position: relative;
|
3702
|
+
color: #3a84ff;
|
3703
|
+
box-shadow: 0 0 0 1px #a3c5fd inset;
|
3704
|
+
}
|
3705
|
+
.bk-date-picker-cells-cell-range {
|
3706
|
+
position: relative;
|
3707
|
+
}
|
3708
|
+
.bk-date-picker-cells-cell-range:before {
|
3709
|
+
position: absolute;
|
3710
|
+
top: 0;
|
3711
|
+
right: 0;
|
3712
|
+
bottom: 0;
|
3713
|
+
left: 0;
|
3714
|
+
display: block;
|
3715
|
+
background: #e1ecff;
|
3716
|
+
border: 0;
|
3717
|
+
border-radius: 0;
|
3718
|
+
content: '';
|
3719
|
+
}
|
3720
|
+
.bk-date-picker-cells-cell-range em {
|
3721
|
+
position: relative;
|
3722
|
+
z-index: 1;
|
3723
|
+
}
|
3724
|
+
.bk-date-picker-cells-cell-selected em,
|
3725
|
+
.bk-date-picker-cells-cell-selected:hover em {
|
3726
|
+
color: #fff;
|
3727
|
+
background-color: #3a84ff;
|
3728
|
+
box-shadow: 0 0 0 1px #3a84ff inset;
|
3729
|
+
}
|
3730
|
+
span.bk-date-picker-cells-cell-disabled.bk-date-picker-cells-cell-selected em {
|
3731
|
+
color: #f7f7f7;
|
3732
|
+
background: #c4c6cc;
|
3733
|
+
}
|
3734
|
+
.bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em:after {
|
3735
|
+
background: #fff;
|
3736
|
+
}
|
3737
|
+
.bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em,
|
3738
|
+
.bk-date-picker-cells-cell-today.bk-date-picker-cells-cell-selected em:hover {
|
3739
|
+
box-shadow: 0 0 0 1px #3a84ff inset;
|
3740
|
+
}
|
3741
|
+
.bk-date-picker-cells-year,
|
3742
|
+
.bk-date-picker-cells-month {
|
3743
|
+
margin-top: 7px;
|
3744
|
+
}
|
3745
|
+
.bk-date-picker-cells-year span,
|
3746
|
+
.bk-date-picker-cells-month span {
|
3747
|
+
width: 36px;
|
3748
|
+
height: 32px;
|
3749
|
+
margin: 10px 12px;
|
3750
|
+
line-height: 32px;
|
3751
|
+
text-align: center;
|
3752
|
+
border-radius: 3px;
|
3753
|
+
}
|
3754
|
+
.bk-date-picker-cells-year span em,
|
3755
|
+
.bk-date-picker-cells-month span em {
|
3756
|
+
width: 36px;
|
3757
|
+
height: 32px;
|
3758
|
+
line-height: 32px;
|
3759
|
+
text-align: center;
|
3760
|
+
}
|
3761
|
+
.bk-picker-panel-icon-btn {
|
3762
|
+
display: inline-block;
|
3763
|
+
width: 20px;
|
3764
|
+
height: 46px;
|
3765
|
+
line-height: 44px;
|
3766
|
+
color: #979ba5;
|
3767
|
+
text-align: center;
|
3768
|
+
cursor: pointer;
|
3769
|
+
transition: color 0.2s ease-in-out;
|
3770
|
+
}
|
3771
|
+
.bk-picker-panel-icon-btn:hover {
|
3772
|
+
color: #2d8cf0;
|
3773
|
+
}
|
3774
|
+
.bk-picker-panel-icon-btn i {
|
3775
|
+
font-size: 20px;
|
3776
|
+
}
|
3777
|
+
.bk-date-picker-prev-btn {
|
3778
|
+
float: left;
|
3779
|
+
}
|
3780
|
+
.bk-date-picker-prev-btn-arrow-double {
|
3781
|
+
margin-left: 10px;
|
3782
|
+
}
|
3783
|
+
.bk-date-picker-prev-btn-arrow-double i:after {
|
3784
|
+
margin-left: -8px;
|
3785
|
+
}
|
3786
|
+
.bk-date-picker-next-btn {
|
3787
|
+
float: right;
|
3788
|
+
}
|
3789
|
+
.bk-date-picker-next-btn-arrow-double {
|
3790
|
+
margin-right: 10px;
|
3791
|
+
}
|
3792
|
+
.bk-date-picker-next-btn-arrow-double i:after {
|
3793
|
+
margin-left: -8px;
|
3794
|
+
}
|
3795
|
+
.bk-date-picker-with-range .bk-picker-panel-body {
|
3796
|
+
min-width: 532px;
|
3797
|
+
}
|
3798
|
+
.bk-date-picker-with-range .bk-picker-panel-content {
|
3799
|
+
float: left;
|
3800
|
+
}
|
3801
|
+
.bk-date-picker-with-range .bk-picker-cells-show-week-numbers {
|
3802
|
+
min-width: 492px;
|
3803
|
+
}
|
3804
|
+
.bk-date-picker-transfer {
|
3805
|
+
z-index: 1060;
|
3806
|
+
max-height: none;
|
3807
|
+
}
|
3808
|
+
.bk-fade-down-transition-enter-from,
|
3809
|
+
.bk-fade-down-transition-leave-to {
|
3810
|
+
opacity: 0;
|
3811
|
+
transform: translateY(-20px);
|
3812
|
+
}
|
3813
|
+
.bk-fade-down-transition-enter-to,
|
3814
|
+
.bk-fade-down-transition-leave-from {
|
3815
|
+
opacity: 1;
|
3816
|
+
transform: translateY(0);
|
3817
|
+
}
|
3818
|
+
.bk-fade-down-transition-enter-active {
|
3819
|
+
transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
|
3820
|
+
}
|
3821
|
+
.bk-fade-down-transition-leave-active {
|
3822
|
+
transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
|
3823
|
+
}
|
3824
|
+
.bk-divider {
|
3825
|
+
position: relative;
|
3826
|
+
background: #c4c6cc;
|
3827
|
+
}
|
3828
|
+
.bk-divider-horizontal {
|
3829
|
+
width: 100%;
|
3830
|
+
height: 1px;
|
3831
|
+
margin: 1em 0;
|
3832
|
+
}
|
3833
|
+
.bk-divider-info {
|
3834
|
+
position: absolute;
|
3835
|
+
top: 50%;
|
3836
|
+
padding: 0 1.4em;
|
3837
|
+
color: #63656e;
|
3838
|
+
background-color: white;
|
3839
|
+
transform: translateY(-50%);
|
3840
|
+
}
|
3841
|
+
.bk-divider-info-center {
|
3842
|
+
left: 50%;
|
3843
|
+
transform: translateX(-50%) translateY(-50%);
|
3844
|
+
}
|
3845
|
+
.bk-divider-info .bk-divider-horizontal-left {
|
3846
|
+
left: 2em;
|
3847
|
+
}
|
3848
|
+
.bk-divider-info .bk-divider-horizontal-right {
|
3849
|
+
right: 2em;
|
3850
|
+
}
|
3851
|
+
.bk-divider-vertical .bk-divider-info {
|
3852
|
+
padding: 20px 0;
|
3853
|
+
}
|
3854
|
+
.bk-divider-vertical {
|
3855
|
+
display: inline-block;
|
3856
|
+
width: 1px;
|
3857
|
+
height: 100%;
|
3858
|
+
min-height: 1em;
|
3859
|
+
margin: 0 8px;
|
3860
|
+
vertical-align: middle;
|
3861
|
+
}
|
3862
|
+
.bk-tab {
|
3863
|
+
position: relative;
|
3864
|
+
display: flex;
|
3865
|
+
width: 100%;
|
3866
|
+
}
|
3867
|
+
.bk-tab--top {
|
3868
|
+
flex-direction: column;
|
3869
|
+
}
|
3870
|
+
.bk-tab--right {
|
3871
|
+
flex-direction: row-reverse;
|
3872
|
+
}
|
3873
|
+
.bk-tab-header {
|
3874
|
+
display: flex;
|
3875
|
+
color: #63656e;
|
3876
|
+
}
|
3877
|
+
.bk-tab-header > div {
|
3878
|
+
display: flex;
|
3879
|
+
margin-bottom: -1px;
|
3880
|
+
flex-wrap: nowrap;
|
3881
|
+
}
|
3882
|
+
.bk-tab--card .bk-tab-header > div,
|
3883
|
+
.bk-tab--border-card .bk-tab-header > div {
|
3884
|
+
border-right: 1px solid #dcdee5;
|
3885
|
+
}
|
3886
|
+
.bk-tab--top .bk-tab-header-nav {
|
3887
|
+
overflow-x: auto;
|
3888
|
+
overflow-y: visible;
|
3889
|
+
}
|
3890
|
+
.bk-tab--left .bk-tab-header-nav,
|
3891
|
+
.bk-tab--right .bk-tab-header-nav {
|
3892
|
+
overflow-x: visible;
|
3893
|
+
overflow-y: auto;
|
3894
|
+
}
|
3895
|
+
.bk-tab--card .bk-tab-header-nav,
|
3896
|
+
.bk-tab--border-card .bk-tab-header-nav {
|
3897
|
+
border-left: 1px solid #dcdee5;
|
3898
|
+
}
|
3899
|
+
.bk-tab-header-nav::-webkit-scrollbar {
|
3900
|
+
display: none;
|
3901
|
+
width: 0;
|
3902
|
+
height: 0;
|
3903
|
+
}
|
3904
|
+
.bk-tab-header-operation .bk-tab-header-item {
|
3905
|
+
padding: 0 12px;
|
3906
|
+
}
|
3907
|
+
.bk-tab--left .bk-tab-header {
|
3908
|
+
border-right: 1px solid #dcdee5;
|
3909
|
+
}
|
3910
|
+
.bk-tab--right .bk-tab-header {
|
3911
|
+
border-left: 1px solid #dcdee5;
|
3912
|
+
}
|
3913
|
+
.bk-tab--left .bk-tab-header,
|
3914
|
+
.bk-tab--right .bk-tab-header {
|
3915
|
+
flex-direction: column;
|
3916
|
+
}
|
3917
|
+
.bk-tab--left .bk-tab-header > div,
|
3918
|
+
.bk-tab--right .bk-tab-header > div {
|
3919
|
+
flex-direction: column;
|
3920
|
+
}
|
3921
|
+
.bk-tab--card .bk-tab-header {
|
3922
|
+
border-bottom: 1px solid #dcdee5;
|
3923
|
+
}
|
3924
|
+
.bk-tab--border-card .bk-tab-header {
|
3925
|
+
background: #FAFBFD;
|
3926
|
+
border: solid #dcdee5;
|
3927
|
+
border-width: 1px 1px 1px 0;
|
3928
|
+
}
|
3929
|
+
.bk-tab--unborder-card .bk-tab-header {
|
3930
|
+
border-bottom: 1px solid #dcdee5;
|
3931
|
+
}
|
3932
|
+
.bk-tab-header-item {
|
3933
|
+
display: flex;
|
3934
|
+
white-space: nowrap;
|
3935
|
+
cursor: pointer;
|
3936
|
+
justify-content: center;
|
3937
|
+
align-items: center;
|
3938
|
+
}
|
3939
|
+
.bk-tab-header-item:hover {
|
3940
|
+
color: #3a84ff;
|
3941
|
+
}
|
3942
|
+
.bk-tab-header-item:hover .bk-tab-header-item-close {
|
3943
|
+
display: block;
|
3944
|
+
margin-left: 10px;
|
3945
|
+
color: #ea3636;
|
3946
|
+
}
|
3947
|
+
.bk-tab--top .bk-tab-header-item {
|
3948
|
+
padding: 0 20px;
|
3949
|
+
}
|
3950
|
+
.bk-tab--left .bk-tab-header-item,
|
3951
|
+
.bk-tab--right .bk-tab-header-item {
|
3952
|
+
padding: 0 12px;
|
3953
|
+
}
|
3954
|
+
.bk-tab--left .bk-tab-header-item {
|
3955
|
+
text-align: right;
|
3956
|
+
}
|
3957
|
+
.bk-tab--card .bk-tab-header-item {
|
3958
|
+
border-top: 1px solid #dcdee5;
|
3959
|
+
}
|
3960
|
+
.bk-tab--card .bk-tab-header-item,
|
3961
|
+
.bk-tab--border-card .bk-tab-header-item {
|
3962
|
+
border-right: 1px solid #dcdee5;
|
3963
|
+
border-bottom: 1px solid #dcdee5;
|
3964
|
+
}
|
3965
|
+
.bk-tab--card .bk-tab-header-item:last-of-type,
|
3966
|
+
.bk-tab--border-card .bk-tab-header-item:last-of-type {
|
3967
|
+
border-right: none;
|
3968
|
+
}
|
3969
|
+
.bk-tab-header-operation .bk-tab-header-item {
|
3970
|
+
padding-right: 12px;
|
3971
|
+
padding-left: 12px;
|
3972
|
+
}
|
3973
|
+
.bk-tab-header-item-close {
|
3974
|
+
display: none;
|
3975
|
+
color: #c4c6cc;
|
3976
|
+
}
|
3977
|
+
.bk-tab-header--active {
|
3978
|
+
color: #3a84ff;
|
3979
|
+
}
|
3980
|
+
.bk-tab--card .bk-tab-header--active,
|
3981
|
+
.bk-tab--border-card .bk-tab-header--active {
|
3982
|
+
border-bottom-color: white;
|
3983
|
+
}
|
3984
|
+
.bk-tab--unborder-card .bk-tab-header--active {
|
3985
|
+
border-bottom: 2px solid #3a84ff;
|
3986
|
+
}
|
3987
|
+
.bk-tab--left .bk-tab-header--active {
|
3988
|
+
border-right: 2px solid #3a84ff;
|
3989
|
+
}
|
3990
|
+
.bk-tab--right .bk-tab-header--active {
|
3991
|
+
border-left: 2px solid #3a84ff;
|
3992
|
+
}
|
3993
|
+
.bk-tab-header--disabled {
|
3994
|
+
color: #aaa;
|
3995
|
+
pointer-events: none;
|
3996
|
+
cursor: not-allowed;
|
3997
|
+
}
|
3998
|
+
.bk-tab-content {
|
3999
|
+
flex: 1;
|
4000
|
+
padding: 10px;
|
4001
|
+
}
|
4002
|
+
.bk-tab--border-card .bk-tab-content {
|
4003
|
+
border: solid #dcdee5;
|
4004
|
+
border-width: 0 1px 1px;
|
4005
|
+
}
|
4006
|
+
.bk-tab-panel {
|
4007
|
+
height: 100%;
|
4008
|
+
}
|
4009
|
+
* {
|
4010
|
+
box-sizing: border-box;
|
4011
|
+
}
|
4012
|
+
.bk-process {
|
4013
|
+
position: relative;
|
4014
|
+
display: flex;
|
4015
|
+
}
|
4016
|
+
@keyframes loadingCircle {
|
4017
|
+
100% {
|
4018
|
+
transform: rotate(360deg);
|
4019
|
+
}
|
4020
|
+
}
|
4021
|
+
.bk-process .bk-process-toggle {
|
4022
|
+
position: relative;
|
4023
|
+
left: 15px;
|
4024
|
+
width: 24px;
|
4025
|
+
height: 24px;
|
4026
|
+
font-size: 12px;
|
4027
|
+
line-height: 24px;
|
4028
|
+
color: #63656e;
|
4029
|
+
text-align: center;
|
4030
|
+
text-decoration: none;
|
4031
|
+
border: 1px solid #c4c6cc;
|
4032
|
+
border-radius: 50%;
|
4033
|
+
}
|
4034
|
+
.bk-process .bk-process-toggle.active,
|
4035
|
+
.bk-process .bk-process-toggle:hover {
|
4036
|
+
color: #fff;
|
4037
|
+
background: #3a84ff;
|
4038
|
+
border-color: #3a84ff;
|
4039
|
+
}
|
4040
|
+
.bk-process .bk-process-icon-done {
|
4041
|
+
display: inline-block;
|
4042
|
+
height: 20px;
|
4043
|
+
font-size: 21px;
|
4044
|
+
line-height: 20px;
|
4045
|
+
}
|
4046
|
+
.bk-process .bk-icon.icon-loading {
|
4047
|
+
display: inline-block;
|
4048
|
+
font-size: 14px;
|
4049
|
+
animation: loadingCircle 1s infinite linear;
|
4050
|
+
}
|
4051
|
+
.bk-process > ul {
|
4052
|
+
-ms-display: flex;
|
4053
|
+
-moz-display: flex;
|
4054
|
+
-webkit-display: flex;
|
4055
|
+
display: table;
|
4056
|
+
display: flex;
|
4057
|
+
width: 100%;
|
4058
|
+
padding: 0;
|
4059
|
+
margin: auto;
|
4060
|
+
}
|
4061
|
+
.bk-process li {
|
4062
|
+
position: relative;
|
4063
|
+
display: table-cell;
|
4064
|
+
height: 24px;
|
4065
|
+
font-family: PingFang SC,Microsoft Yahei,Helvetica,Aria;
|
4066
|
+
font-size: 12px;
|
4067
|
+
line-height: 24px;
|
4068
|
+
color: #63656e;
|
4069
|
+
text-align: center;
|
4070
|
+
background-color: #f0f1f5;
|
4071
|
+
flex: 1;
|
4072
|
+
}
|
4073
|
+
.bk-process li i {
|
4074
|
+
display: none;
|
4075
|
+
}
|
4076
|
+
.bk-process li:first-of-type {
|
4077
|
+
border-radius: 13px 0 0 13px;
|
4078
|
+
}
|
4079
|
+
.bk-process li:last-of-type {
|
4080
|
+
border-radius: 0 13px 13px 0;
|
4081
|
+
}
|
4082
|
+
.bk-process li:last-of-type::before {
|
4083
|
+
display: none;
|
4084
|
+
}
|
4085
|
+
.bk-process li:last-of-type::after {
|
4086
|
+
display: none;
|
4087
|
+
}
|
4088
|
+
.bk-process li::before {
|
4089
|
+
position: absolute;
|
4090
|
+
top: 0;
|
4091
|
+
right: -25px;
|
4092
|
+
z-index: 1;
|
4093
|
+
width: 0;
|
4094
|
+
height: 0;
|
4095
|
+
border: 12px solid;
|
4096
|
+
border-color: transparent transparent transparent #fff;
|
4097
|
+
content: '';
|
4098
|
+
}
|
4099
|
+
.bk-process li::after {
|
4100
|
+
position: absolute;
|
4101
|
+
top: 0;
|
4102
|
+
right: -23px;
|
4103
|
+
z-index: 1;
|
4104
|
+
width: 0;
|
4105
|
+
height: 0;
|
4106
|
+
border: 12px solid;
|
4107
|
+
border-color: transparent transparent transparent #f0f1f5;
|
4108
|
+
content: '';
|
4109
|
+
}
|
4110
|
+
.bk-process li .bk-process-step {
|
4111
|
+
font-size: 12px;
|
4112
|
+
}
|
4113
|
+
.bk-process li .bk-process-step dd {
|
4114
|
+
margin: 0;
|
4115
|
+
line-height: 32px;
|
4116
|
+
}
|
4117
|
+
.bk-process li .bk-process-step i {
|
4118
|
+
display: none;
|
4119
|
+
}
|
4120
|
+
.bk-process li .bk-process-step .success i {
|
4121
|
+
display: inline-block;
|
4122
|
+
color: #2dcb56;
|
4123
|
+
}
|
4124
|
+
.bk-process li .bk-process-step .steps-loading {
|
4125
|
+
top: -2px;
|
4126
|
+
}
|
4127
|
+
.bk-process li.success {
|
4128
|
+
color: #fff;
|
4129
|
+
background: #2dcb56;
|
4130
|
+
}
|
4131
|
+
.bk-process li.success::after {
|
4132
|
+
border-color: transparent transparent transparent #2dcb56;
|
4133
|
+
}
|
4134
|
+
.bk-process li.success .icon-done {
|
4135
|
+
font-size: 22px;
|
4136
|
+
line-height: 18px;
|
4137
|
+
}
|
4138
|
+
.bk-process li.current {
|
4139
|
+
color: #fff;
|
4140
|
+
background: #3a84ff;
|
4141
|
+
}
|
4142
|
+
.bk-process li.current::after {
|
4143
|
+
border-color: transparent transparent transparent #3a84ff;
|
4144
|
+
}
|
4145
|
+
.bk-process li.current > .bk-spin-loading {
|
4146
|
+
vertical-align: -3px;
|
4147
|
+
}
|
4148
|
+
.bk-popper {
|
4149
|
+
display: none;
|
4150
|
+
padding: 7px 14px;
|
4151
|
+
font-size: 12px;
|
4152
|
+
color: #fff;
|
4153
|
+
background: #333;
|
4154
|
+
border-radius: 4px;
|
4155
|
+
}
|
4156
|
+
.bk-popper.light {
|
4157
|
+
color: #63656e;
|
4158
|
+
background: #fff;
|
4159
|
+
box-shadow: #dcdee5 0px 0px 6px 0px;
|
4160
|
+
}
|
4161
|
+
.bk-popper .bk-popper-arrow,
|
4162
|
+
.bk-popper .bk-popper-arrow::before {
|
4163
|
+
position: absolute;
|
4164
|
+
width: 8px;
|
4165
|
+
height: 8px;
|
4166
|
+
background: inherit;
|
4167
|
+
}
|
4168
|
+
.bk-popper .bk-popper-arrow {
|
4169
|
+
visibility: hidden;
|
4170
|
+
}
|
4171
|
+
.bk-popper .bk-popper-arrow::before {
|
4172
|
+
content: '';
|
4173
|
+
visibility: visible;
|
4174
|
+
transform: rotate(45deg);
|
4175
|
+
}
|
4176
|
+
.bk-popper[data-show] {
|
4177
|
+
display: block;
|
4178
|
+
}
|
4179
|
+
.bk-popper[data-popper-placement^='top'] > .bk-popper-arrow {
|
4180
|
+
bottom: -4px;
|
4181
|
+
}
|
4182
|
+
.bk-popper[data-popper-placement^='bottom'] > .bk-popper-arrow {
|
4183
|
+
top: -4px;
|
4184
|
+
}
|
4185
|
+
.bk-popper[data-popper-placement^='left'] > .bk-popper-arrow {
|
4186
|
+
right: -4px;
|
4187
|
+
}
|
4188
|
+
.bk-popper[data-popper-placement^='right'] > .bk-popper-arrow {
|
4189
|
+
left: -4px;
|
4190
|
+
}
|