rk-web-core 0.10.67 → 0.10.70
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/{1.569abf9112bdb7cdac1d.js → 1.1d4524bbca5e12159e71.js} +0 -0
- package/package.json +64 -64
- package/rk-web-core.css +219 -14
- package/rk-web-core.js +12 -12
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,64 +1,64 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "rk-web-core",
|
|
3
|
-
"description": "iep core utils",
|
|
4
|
-
"version": "0.10.
|
|
5
|
-
"author": "",
|
|
6
|
-
"main": "rk-web-core.js",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
|
|
9
|
-
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
|
|
10
|
-
"postinstall": "node scripts/postinstall.js || echo \\\"ignore\\\""
|
|
11
|
-
},
|
|
12
|
-
"dependencies": {
|
|
13
|
-
"@micro-zoe/micro-app": "^0.8.5",
|
|
14
|
-
"axios": "^0.21.1",
|
|
15
|
-
"crypto-js": "^4.1.1",
|
|
16
|
-
"lodash": "^4.17.21",
|
|
17
|
-
"nprogress": "^0.2.0",
|
|
18
|
-
"resize-observer-polyfill": "^1.5.1",
|
|
19
|
-
"store": "^2.0.12",
|
|
20
|
-
"vue": "^2.6.14",
|
|
21
|
-
"vue-router": "^3.5.3",
|
|
22
|
-
"vuex": "^3.4.0",
|
|
23
|
-
"rk-web-map": "^0.3.
|
|
24
|
-
},
|
|
25
|
-
"devDependencies": {
|
|
26
|
-
"@babel/runtime": "^7.15.4",
|
|
27
|
-
"babel-core": "^6.26.0",
|
|
28
|
-
"babel-loader": "^7.1.5",
|
|
29
|
-
"babel-plugin-dynamic-import-webpack": "^1.1.0",
|
|
30
|
-
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
31
|
-
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
32
|
-
"babel-plugin-transform-object-assign": "^6.22.0",
|
|
33
|
-
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
34
|
-
"babel-plugin-transform-runtime": "^6.23.0",
|
|
35
|
-
"babel-plugin-transform-vue-jsx": "^3.7.0",
|
|
36
|
-
"babel-preset-env": "^1.7.0",
|
|
37
|
-
"babel-preset-stage-3": "^6.24.1",
|
|
38
|
-
"classnames": "^2.3.1",
|
|
39
|
-
"cross-env": "^7.0.3",
|
|
40
|
-
"css-loader": "^3.0.0",
|
|
41
|
-
"extract-css-chunks-webpack-plugin": "^4.9.0",
|
|
42
|
-
"extract-text-webpack-plugin": "^3.0.2",
|
|
43
|
-
"file-loader": "^6.2.0",
|
|
44
|
-
"html-loader": "^1.3.0",
|
|
45
|
-
"html-webpack-plugin": "^4.4.1",
|
|
46
|
-
"less": "^3.9.0",
|
|
47
|
-
"less-loader": "^6.0.0",
|
|
48
|
-
"mini-css-extract-plugin": "^0.11.0",
|
|
49
|
-
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
50
|
-
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
51
|
-
"vue-loader": "^15.6.2",
|
|
52
|
-
"vue-svg-loader": "^0.16.0",
|
|
53
|
-
"vue-template-compiler": "^2.6.14",
|
|
54
|
-
"webpack": "^4.44.1",
|
|
55
|
-
"webpack-cli": "^3.3.12",
|
|
56
|
-
"webpack-dev-server": "^3.11.0",
|
|
57
|
-
"webpackbar": "^4.0.0"
|
|
58
|
-
},
|
|
59
|
-
"browserslist": [
|
|
60
|
-
"> 1%",
|
|
61
|
-
"last 2 versions",
|
|
62
|
-
"not ie <= 8"
|
|
63
|
-
]
|
|
64
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "rk-web-core",
|
|
3
|
+
"description": "iep core utils",
|
|
4
|
+
"version": "0.10.70",
|
|
5
|
+
"author": "",
|
|
6
|
+
"main": "rk-web-core.js",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
|
|
9
|
+
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
|
|
10
|
+
"postinstall": "node scripts/postinstall.js || echo \\\"ignore\\\""
|
|
11
|
+
},
|
|
12
|
+
"dependencies": {
|
|
13
|
+
"@micro-zoe/micro-app": "^0.8.5",
|
|
14
|
+
"axios": "^0.21.1",
|
|
15
|
+
"crypto-js": "^4.1.1",
|
|
16
|
+
"lodash": "^4.17.21",
|
|
17
|
+
"nprogress": "^0.2.0",
|
|
18
|
+
"resize-observer-polyfill": "^1.5.1",
|
|
19
|
+
"store": "^2.0.12",
|
|
20
|
+
"vue": "^2.6.14",
|
|
21
|
+
"vue-router": "^3.5.3",
|
|
22
|
+
"vuex": "^3.4.0",
|
|
23
|
+
"rk-web-map": "^0.3.82"
|
|
24
|
+
},
|
|
25
|
+
"devDependencies": {
|
|
26
|
+
"@babel/runtime": "^7.15.4",
|
|
27
|
+
"babel-core": "^6.26.0",
|
|
28
|
+
"babel-loader": "^7.1.5",
|
|
29
|
+
"babel-plugin-dynamic-import-webpack": "^1.1.0",
|
|
30
|
+
"babel-plugin-syntax-jsx": "^6.18.0",
|
|
31
|
+
"babel-plugin-transform-class-properties": "^6.24.1",
|
|
32
|
+
"babel-plugin-transform-object-assign": "^6.22.0",
|
|
33
|
+
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
|
34
|
+
"babel-plugin-transform-runtime": "^6.23.0",
|
|
35
|
+
"babel-plugin-transform-vue-jsx": "^3.7.0",
|
|
36
|
+
"babel-preset-env": "^1.7.0",
|
|
37
|
+
"babel-preset-stage-3": "^6.24.1",
|
|
38
|
+
"classnames": "^2.3.1",
|
|
39
|
+
"cross-env": "^7.0.3",
|
|
40
|
+
"css-loader": "^3.0.0",
|
|
41
|
+
"extract-css-chunks-webpack-plugin": "^4.9.0",
|
|
42
|
+
"extract-text-webpack-plugin": "^3.0.2",
|
|
43
|
+
"file-loader": "^6.2.0",
|
|
44
|
+
"html-loader": "^1.3.0",
|
|
45
|
+
"html-webpack-plugin": "^4.4.1",
|
|
46
|
+
"less": "^3.9.0",
|
|
47
|
+
"less-loader": "^6.0.0",
|
|
48
|
+
"mini-css-extract-plugin": "^0.11.0",
|
|
49
|
+
"optimize-css-assets-webpack-plugin": "^6.0.1",
|
|
50
|
+
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
51
|
+
"vue-loader": "^15.6.2",
|
|
52
|
+
"vue-svg-loader": "^0.16.0",
|
|
53
|
+
"vue-template-compiler": "^2.6.14",
|
|
54
|
+
"webpack": "^4.44.1",
|
|
55
|
+
"webpack-cli": "^3.3.12",
|
|
56
|
+
"webpack-dev-server": "^3.11.0",
|
|
57
|
+
"webpackbar": "^4.0.0"
|
|
58
|
+
},
|
|
59
|
+
"browserslist": [
|
|
60
|
+
"> 1%",
|
|
61
|
+
"last 2 versions",
|
|
62
|
+
"not ie <= 8"
|
|
63
|
+
]
|
|
64
|
+
}
|
package/rk-web-core.css
CHANGED
|
@@ -67,6 +67,9 @@
|
|
|
67
67
|
* {
|
|
68
68
|
margin: 0;
|
|
69
69
|
}
|
|
70
|
+
html {
|
|
71
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.2);
|
|
72
|
+
}
|
|
70
73
|
.rk-web-core {
|
|
71
74
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
72
75
|
}
|
|
@@ -84,6 +87,9 @@
|
|
|
84
87
|
* {
|
|
85
88
|
margin: 0;
|
|
86
89
|
}
|
|
90
|
+
html {
|
|
91
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.2);
|
|
92
|
+
}
|
|
87
93
|
.rk-web-core {
|
|
88
94
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
89
95
|
}
|
|
@@ -143,10 +149,158 @@
|
|
|
143
149
|
width: 100%;
|
|
144
150
|
margin-top: 70px;
|
|
145
151
|
}
|
|
152
|
+
.rk-web-core-drawer .ant-drawer-content-wrapper {
|
|
153
|
+
width: 300px !important;
|
|
154
|
+
}
|
|
155
|
+
.rk-web-core-skin {
|
|
156
|
+
user-select: none;
|
|
157
|
+
}
|
|
158
|
+
.rk-web-core-skin-item {
|
|
159
|
+
margin-bottom: 30px;
|
|
160
|
+
position: relative;
|
|
161
|
+
padding-bottom: 20px;
|
|
162
|
+
}
|
|
163
|
+
.rk-web-core-skin-item::after {
|
|
164
|
+
content: '';
|
|
165
|
+
height: 1px;
|
|
166
|
+
width: 100%;
|
|
167
|
+
position: absolute;
|
|
168
|
+
bottom: 0;
|
|
169
|
+
left: 0;
|
|
170
|
+
right: 0;
|
|
171
|
+
background: rgba(204, 204, 204, 0.4);
|
|
172
|
+
}
|
|
173
|
+
.rk-web-core-skin-item:last-child:after {
|
|
174
|
+
background: transparent;
|
|
175
|
+
}
|
|
176
|
+
.rk-web-core-skin-item-header {
|
|
177
|
+
display: flex;
|
|
178
|
+
justify-content: space-between;
|
|
179
|
+
align-items: center;
|
|
180
|
+
margin-top: 6px;
|
|
181
|
+
}
|
|
182
|
+
.rk-web-core-skin-item-header-left {
|
|
183
|
+
font-weight: bold;
|
|
184
|
+
font-size: 16px;
|
|
185
|
+
line-height: 22px;
|
|
186
|
+
text-align: left;
|
|
187
|
+
color: #333;
|
|
188
|
+
}
|
|
189
|
+
.rk-web-core-skin-item-header-right {
|
|
190
|
+
width: 22px;
|
|
191
|
+
height: 22px;
|
|
192
|
+
display: flex;
|
|
193
|
+
justify-content: center;
|
|
194
|
+
align-items: center;
|
|
195
|
+
cursor: pointer;
|
|
196
|
+
}
|
|
197
|
+
.rk-web-core-skin-item-header-right svg {
|
|
198
|
+
fill: #CCCCCC;
|
|
199
|
+
width: 20px;
|
|
200
|
+
height: 20px;
|
|
201
|
+
}
|
|
202
|
+
.rk-web-core-skin-style {
|
|
203
|
+
display: flex;
|
|
204
|
+
justify-content: space-between;
|
|
205
|
+
align-items: center;
|
|
206
|
+
margin-top: 20px;
|
|
207
|
+
}
|
|
208
|
+
.rk-web-core-skin-style-item {
|
|
209
|
+
display: flex;
|
|
210
|
+
justify-content: space-between;
|
|
211
|
+
align-items: center;
|
|
212
|
+
flex-direction: column;
|
|
213
|
+
align-items: flex-start;
|
|
214
|
+
cursor: pointer;
|
|
215
|
+
}
|
|
216
|
+
.rk-web-core-skin-style-item-icon {
|
|
217
|
+
position: relative;
|
|
218
|
+
width: 99px;
|
|
219
|
+
height: 69px;
|
|
220
|
+
overflow: hidden;
|
|
221
|
+
box-shadow: 0 3px 6px -4px #000000;
|
|
222
|
+
}
|
|
223
|
+
.rk-web-core-skin-style-item-icon svg {
|
|
224
|
+
border-radius: 4px;
|
|
225
|
+
}
|
|
226
|
+
.rk-web-core-skin-style-item span {
|
|
227
|
+
font-weight: 400;
|
|
228
|
+
font-size: 14px;
|
|
229
|
+
color: #333;
|
|
230
|
+
padding-left: 2px;
|
|
231
|
+
margin-top: 6px;
|
|
232
|
+
}
|
|
233
|
+
.rk-web-core-skin-style-mask {
|
|
234
|
+
display: flex;
|
|
235
|
+
justify-content: space-between;
|
|
236
|
+
align-items: center;
|
|
237
|
+
position: absolute;
|
|
238
|
+
top: 0;
|
|
239
|
+
left: 0;
|
|
240
|
+
right: 0;
|
|
241
|
+
bottom: 0;
|
|
242
|
+
border-radius: 4px;
|
|
243
|
+
background: rgba(0, 0, 0, 0.06);
|
|
244
|
+
justify-content: center;
|
|
245
|
+
}
|
|
246
|
+
.rk-web-core-skin-active {
|
|
247
|
+
transition: all 300ms;
|
|
248
|
+
}
|
|
249
|
+
.rk-web-core-skin-active .anticon-check {
|
|
250
|
+
color: var(--antd-wave-shadow-color);
|
|
251
|
+
}
|
|
252
|
+
.rk-web-core-skin-active span {
|
|
253
|
+
color: var(--antd-wave-shadow-color);
|
|
254
|
+
}
|
|
255
|
+
.rk-web-core-skin-color {
|
|
256
|
+
display: grid;
|
|
257
|
+
grid-template-columns: repeat(5, 1fr);
|
|
258
|
+
margin-top: 20px;
|
|
259
|
+
gap: 10px;
|
|
260
|
+
}
|
|
261
|
+
.rk-web-core-skin-color-item {
|
|
262
|
+
padding: 2px;
|
|
263
|
+
width: 40px;
|
|
264
|
+
border: 1px solid #ddd;
|
|
265
|
+
border-radius: 4px;
|
|
266
|
+
cursor: pointer;
|
|
267
|
+
display: flex;
|
|
268
|
+
justify-content: space-between;
|
|
269
|
+
align-items: center;
|
|
270
|
+
justify-content: center;
|
|
271
|
+
position: relative;
|
|
272
|
+
}
|
|
273
|
+
.rk-web-core-skin-color-item span {
|
|
274
|
+
display: inline-block;
|
|
275
|
+
width: 36px;
|
|
276
|
+
height: 14px;
|
|
277
|
+
border-radius: 4px;
|
|
278
|
+
}
|
|
279
|
+
.rk-web-core-skin-color-mask {
|
|
280
|
+
display: flex;
|
|
281
|
+
justify-content: space-between;
|
|
282
|
+
align-items: center;
|
|
283
|
+
position: absolute;
|
|
284
|
+
top: 0;
|
|
285
|
+
left: 0;
|
|
286
|
+
right: 0;
|
|
287
|
+
bottom: 0;
|
|
288
|
+
border-radius: 4px;
|
|
289
|
+
background: rgba(0, 0, 0, 0.06);
|
|
290
|
+
justify-content: center;
|
|
291
|
+
}
|
|
292
|
+
.rk-web-core-skin-color-mask svg {
|
|
293
|
+
fill: #CCCCCC;
|
|
294
|
+
width: 12px;
|
|
295
|
+
height: 12px;
|
|
296
|
+
}
|
|
146
297
|
|
|
147
298
|
* {
|
|
148
299
|
margin: 0;
|
|
149
300
|
}
|
|
301
|
+
html {
|
|
302
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.2);
|
|
303
|
+
}
|
|
150
304
|
.rk-web-core {
|
|
151
305
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
152
306
|
}
|
|
@@ -160,6 +314,19 @@
|
|
|
160
314
|
.sk-chase-box {
|
|
161
315
|
height: 100%;
|
|
162
316
|
}
|
|
317
|
+
.rk-web-core-layout-theme-dark .rk-web-core-header-light-inner {
|
|
318
|
+
background: #062846;
|
|
319
|
+
}
|
|
320
|
+
.rk-web-core-layout-theme-dark .rk-web-core-header-light-inner span,
|
|
321
|
+
.rk-web-core-layout-theme-dark .rk-web-core-header-light-inner small {
|
|
322
|
+
color: #ffffff;
|
|
323
|
+
}
|
|
324
|
+
.rk-web-core-layout-theme-dark .rk-web-core-header-right-nav-item {
|
|
325
|
+
color: #ffffff;
|
|
326
|
+
}
|
|
327
|
+
.rk-web-core-layout-theme-dark .rk-web-core-header-info-group-skin svg {
|
|
328
|
+
fill: #ffffff;
|
|
329
|
+
}
|
|
163
330
|
.rk-web-core-header {
|
|
164
331
|
height: 70px;
|
|
165
332
|
user-select: none;
|
|
@@ -218,7 +385,7 @@
|
|
|
218
385
|
.rk-web-core-header-right-nav-active {
|
|
219
386
|
font-size: 16px;
|
|
220
387
|
font-weight: 700;
|
|
221
|
-
color:
|
|
388
|
+
color: var(--antd-wave-shadow-color) !important;
|
|
222
389
|
}
|
|
223
390
|
.rk-web-core-header-right-extra {
|
|
224
391
|
display: flex;
|
|
@@ -254,6 +421,9 @@
|
|
|
254
421
|
* {
|
|
255
422
|
margin: 0;
|
|
256
423
|
}
|
|
424
|
+
html {
|
|
425
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.2);
|
|
426
|
+
}
|
|
257
427
|
.rk-web-core {
|
|
258
428
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
259
429
|
}
|
|
@@ -321,6 +491,9 @@
|
|
|
321
491
|
* {
|
|
322
492
|
margin: 0;
|
|
323
493
|
}
|
|
494
|
+
html {
|
|
495
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.2);
|
|
496
|
+
}
|
|
324
497
|
.rk-web-core {
|
|
325
498
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
326
499
|
}
|
|
@@ -374,17 +547,23 @@
|
|
|
374
547
|
}
|
|
375
548
|
.rk-web-core-slider-inner-footer span:hover svg,
|
|
376
549
|
.rk-web-core-slider-inner-footer span:active svg {
|
|
377
|
-
fill:
|
|
550
|
+
fill: var(--antd-wave-shadow-color);
|
|
551
|
+
}
|
|
552
|
+
.rk-web-core-slider .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::before {
|
|
553
|
+
background: var(--antd-wave-shadow-color) !important;
|
|
554
|
+
}
|
|
555
|
+
.rk-web-core-slider .ant-menu-submenu-title:hover .ant-menu-submenu-arrow::after {
|
|
556
|
+
background: var(--antd-wave-shadow-color) !important;
|
|
378
557
|
}
|
|
379
558
|
.rk-web-core-slider .ant-menu-item-selected {
|
|
380
|
-
background:
|
|
381
|
-
color:
|
|
559
|
+
background-color: var(--antd-wave-shadow-color-o) !important;
|
|
560
|
+
color: var(--antd-wave-shadow-color) !important;
|
|
382
561
|
}
|
|
383
562
|
.rk-web-core-slider .ant-menu-item-selected::after {
|
|
384
|
-
border-right-color:
|
|
563
|
+
border-right-color: var(--antd-wave-shadow-color) !important;
|
|
385
564
|
}
|
|
386
565
|
.rk-web-core-slider .ant-menu-item-selected .rk-web-core-normal-icon {
|
|
387
|
-
fill:
|
|
566
|
+
fill: var(--antd-wave-shadow-color);
|
|
388
567
|
}
|
|
389
568
|
.rk-web-core-slider .el-scrollbar {
|
|
390
569
|
height: 100%;
|
|
@@ -436,16 +615,15 @@
|
|
|
436
615
|
fill: rgba(255, 255, 255, 0.8);
|
|
437
616
|
}
|
|
438
617
|
.rk-web-core-slider-dark .ant-menu-item-selected {
|
|
439
|
-
background: rgba(15, 110, 255, 0.4) !important;
|
|
440
618
|
color: #fff !important;
|
|
441
619
|
}
|
|
442
620
|
.rk-web-core-slider-dark .ant-menu-item-selected::after {
|
|
443
|
-
border-right-color:
|
|
621
|
+
border-right-color: var(--antd-wave-shadow-color) !important;
|
|
444
622
|
border-right-width: 2px !important;
|
|
445
623
|
}
|
|
446
624
|
.rk-web-core-slider-dark .ant-menu-item-selected::before {
|
|
447
625
|
content: '';
|
|
448
|
-
border-left: 2px solid
|
|
626
|
+
border-left: 2px solid var(--antd-wave-shadow-color) !important;
|
|
449
627
|
position: absolute;
|
|
450
628
|
top: 0;
|
|
451
629
|
bottom: 0;
|
|
@@ -464,10 +642,31 @@
|
|
|
464
642
|
font-size: 14px;
|
|
465
643
|
margin-right: 14px;
|
|
466
644
|
}
|
|
645
|
+
.rk-web-core-layout-theme-dark .rk-web-core-slider {
|
|
646
|
+
background: #062846;
|
|
647
|
+
}
|
|
648
|
+
.rk-web-core-layout-theme-dark .rk-web-core-slider .ant-menu {
|
|
649
|
+
background: transparent;
|
|
650
|
+
}
|
|
651
|
+
.rk-web-core-layout-theme-dark .rk-web-core-slider .ant-menu-item {
|
|
652
|
+
color: rgba(255, 255, 255, 0.7);
|
|
653
|
+
}
|
|
654
|
+
.rk-web-core-layout-theme-dark .rk-web-core-slider .ant-menu-submenu-title {
|
|
655
|
+
color: #ffffff;
|
|
656
|
+
}
|
|
657
|
+
.rk-web-core-layout-theme-dark .rk-web-core-slider .ant-menu-submenu-arrow::after {
|
|
658
|
+
background-image: none;
|
|
659
|
+
}
|
|
660
|
+
.rk-web-core-layout-theme-dark .rk-web-core-slider .ant-menu-submenu-arrow::before {
|
|
661
|
+
background-image: none;
|
|
662
|
+
}
|
|
467
663
|
|
|
468
664
|
* {
|
|
469
665
|
margin: 0;
|
|
470
666
|
}
|
|
667
|
+
html {
|
|
668
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.2);
|
|
669
|
+
}
|
|
471
670
|
.rk-web-core {
|
|
472
671
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
473
672
|
}
|
|
@@ -498,7 +697,7 @@
|
|
|
498
697
|
color: #ffffff;
|
|
499
698
|
}
|
|
500
699
|
.rk-web-core-app-external-link-sub {
|
|
501
|
-
color:
|
|
700
|
+
color: var(--antd-wave-shadow-color) !important;
|
|
502
701
|
white-space: nowrap;
|
|
503
702
|
}
|
|
504
703
|
.rk-web-core-app-external-link .anticon-caret-down {
|
|
@@ -541,12 +740,12 @@
|
|
|
541
740
|
.rk-web-core-app-external-cell:hover {
|
|
542
741
|
transition: all 300ms;
|
|
543
742
|
color: #ffffff;
|
|
544
|
-
background-color:
|
|
743
|
+
background-color: var(--antd-wave-shadow-color);
|
|
545
744
|
}
|
|
546
745
|
.rk-web-core-app-external-active {
|
|
547
746
|
transition: all 300ms;
|
|
548
747
|
color: #ffffff;
|
|
549
|
-
background-color:
|
|
748
|
+
background-color: var(--antd-wave-shadow-color);
|
|
550
749
|
}
|
|
551
750
|
.rk-web-core-app-external-btn {
|
|
552
751
|
background: #ffffff;
|
|
@@ -567,7 +766,7 @@
|
|
|
567
766
|
background-color: #f5f5f5;
|
|
568
767
|
}
|
|
569
768
|
.rk-web-core-app-external-btn:hover {
|
|
570
|
-
color:
|
|
769
|
+
color: var(--antd-wave-shadow-color);
|
|
571
770
|
}
|
|
572
771
|
.rk-web-core-app-external-btn span {
|
|
573
772
|
margin-left: 2px;
|
|
@@ -576,6 +775,9 @@
|
|
|
576
775
|
* {
|
|
577
776
|
margin: 0;
|
|
578
777
|
}
|
|
778
|
+
html {
|
|
779
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.2);
|
|
780
|
+
}
|
|
579
781
|
.rk-web-core {
|
|
580
782
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
581
783
|
}
|
|
@@ -628,7 +830,7 @@
|
|
|
628
830
|
}
|
|
629
831
|
.rk-web-core-header-info-group-skin:hover,
|
|
630
832
|
.rk-web-core-header-info-group-skin:active {
|
|
631
|
-
fill:
|
|
833
|
+
fill: var(--antd-wave-shadow-color);
|
|
632
834
|
}
|
|
633
835
|
.rk-web-core-header-info-group-weather {
|
|
634
836
|
display: flex;
|
|
@@ -821,6 +1023,9 @@
|
|
|
821
1023
|
* {
|
|
822
1024
|
margin: 0;
|
|
823
1025
|
}
|
|
1026
|
+
html {
|
|
1027
|
+
--antd-wave-shadow-color-o: rgba(15, 110, 255, 0.2);
|
|
1028
|
+
}
|
|
824
1029
|
.rk-web-core {
|
|
825
1030
|
font-family: Barlow, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif, microsoft uighur;
|
|
826
1031
|
}
|