amis 1.4.0 → 1.4.1-echarts-5.3.1

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 (87) hide show
  1. package/lib/components/Badge.d.ts +2 -1
  2. package/lib/components/Badge.js +33 -4
  3. package/lib/components/Badge.js.map +2 -2
  4. package/lib/components/Button.d.ts +24 -22
  5. package/lib/components/Button.js +13 -7
  6. package/lib/components/Button.js.map +2 -2
  7. package/lib/components/RichText.d.ts +6 -1
  8. package/lib/components/RichText.js +243 -8
  9. package/lib/components/RichText.js.map +2 -2
  10. package/lib/components/calendar/DaysView.js +2 -2
  11. package/lib/components/calendar/DaysView.js.map +2 -2
  12. package/lib/components/icons.js +2 -0
  13. package/lib/components/icons.js.map +2 -2
  14. package/lib/helper.css.map +1 -1
  15. package/lib/icons/loading-outline.js +7 -0
  16. package/lib/index.js +1 -1
  17. package/lib/renderers/Action.d.ts +9 -1
  18. package/lib/renderers/Action.js +5 -5
  19. package/lib/renderers/Action.js.map +2 -2
  20. package/lib/renderers/DropDownButton.d.ts +4 -0
  21. package/lib/renderers/DropDownButton.js +5 -3
  22. package/lib/renderers/DropDownButton.js.map +2 -2
  23. package/lib/renderers/Nav.d.ts +52 -22
  24. package/lib/renderers/Nav.js +100 -15
  25. package/lib/renderers/Nav.js.map +2 -2
  26. package/lib/renderers/Page.js +1 -1
  27. package/lib/renderers/Page.js.map +2 -2
  28. package/lib/themes/ang-ie11.css +350 -54
  29. package/lib/themes/ang.css +350 -54
  30. package/lib/themes/ang.css.map +1 -1
  31. package/lib/themes/antd-ie11.css +350 -54
  32. package/lib/themes/antd.css +350 -54
  33. package/lib/themes/antd.css.map +1 -1
  34. package/lib/themes/cxd-ie11.css +458 -174
  35. package/lib/themes/cxd.css +458 -174
  36. package/lib/themes/cxd.css.map +1 -1
  37. package/lib/themes/dark-ie11.css +350 -54
  38. package/lib/themes/dark.css +350 -54
  39. package/lib/themes/dark.css.map +1 -1
  40. package/lib/themes/default.css +458 -174
  41. package/lib/themes/default.css.map +1 -1
  42. package/lib/utils/helper.js.map +2 -2
  43. package/package.json +46 -39
  44. package/schema.json +200 -15
  45. package/scss/_mixins.scss +29 -0
  46. package/scss/_properties.scss +23 -11
  47. package/scss/components/_badge.scss +52 -1
  48. package/scss/components/_button.scss +35 -3
  49. package/scss/components/_image-gallery.scss +1 -1
  50. package/scss/components/_nav.scss +109 -35
  51. package/scss/themes/_cxd-variables.scss +20 -20
  52. package/sdk/ang-ie11.css +449 -56
  53. package/sdk/ang.css +459 -56
  54. package/sdk/antd-ie11.css +439 -48
  55. package/sdk/antd.css +459 -56
  56. package/sdk/charts.js +13 -13
  57. package/sdk/color-picker.js +69 -65
  58. package/sdk/cropperjs.js +2 -2
  59. package/sdk/cxd-ie11.css +908 -517
  60. package/sdk/cxd.css +567 -176
  61. package/sdk/dark-ie11.css +449 -56
  62. package/sdk/dark.css +459 -56
  63. package/sdk/exceljs.js +1 -1
  64. package/sdk/helper.css.map +1 -1
  65. package/sdk/markdown.js +69 -69
  66. package/sdk/papaparse.js +1 -1
  67. package/sdk/renderers/Form/CityDB.js +1 -1
  68. package/sdk/rest.js +22 -28
  69. package/sdk/rich-text.js +62 -64
  70. package/sdk/sdk-ie11.css +908 -517
  71. package/sdk/sdk.css +567 -176
  72. package/sdk/sdk.js +1145 -1141
  73. package/sdk/thirds/hls.js/hls.js +1 -1
  74. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  75. package/sdk/tinymce.js +57 -57
  76. package/sdk.zip +0 -0
  77. package/src/components/Badge.tsx +78 -22
  78. package/src/components/Button.tsx +23 -7
  79. package/src/components/RichText.tsx +284 -3
  80. package/src/components/calendar/DaysView.tsx +2 -2
  81. package/src/components/icons.tsx +2 -0
  82. package/src/icons/loading-outline.svg +4 -0
  83. package/src/renderers/Action.tsx +66 -13
  84. package/src/renderers/DropDownButton.tsx +13 -4
  85. package/src/renderers/Nav.tsx +165 -36
  86. package/src/renderers/Page.tsx +1 -1
  87. package/src/utils/helper.ts +1 -0
package/sdk/sdk-ie11.css CHANGED
@@ -19516,7 +19516,7 @@ readers do not read off random characters that represent icons */
19516
19516
  }
19517
19517
 
19518
19518
  .amis-scope {
19519
- color: #666;
19519
+ color: #151a26;
19520
19520
  background: #ffffff;
19521
19521
  font-size: 0.875rem;
19522
19522
  font-weight: 400;
@@ -19530,12 +19530,12 @@ readers do not read off random characters that represent icons */
19530
19530
  }
19531
19531
 
19532
19532
  .amis-scope a {
19533
- color: #108cee;
19533
+ color: #2468f2;
19534
19534
  text-decoration: none;
19535
19535
  }
19536
19536
 
19537
19537
  .amis-scope a:hover {
19538
- color: #0e77ca;
19538
+ color: #0d54e2;
19539
19539
  text-decoration: none;
19540
19540
  }
19541
19541
 
@@ -20609,7 +20609,7 @@ readers do not read off random characters that represent icons */
20609
20609
 
20610
20610
  .amis-scope .cxd-AsideNav-item.is-open > a > .cxd-AsideNav-itemArrow:empty:before {
20611
20611
  transform: rotate(90deg);
20612
- color: #108cee;
20612
+ color: #2468f2;
20613
20613
  }
20614
20614
 
20615
20615
  .amis-scope .cxd-AsideNav-itemArrow > svg {
@@ -20705,18 +20705,18 @@ readers do not read off random characters that represent icons */
20705
20705
  }
20706
20706
 
20707
20707
  .amis-scope .cxd-AsideNav-item a:hover {
20708
- color: #108cee;
20708
+ color: #2468f2;
20709
20709
  text-decoration: none;
20710
20710
  background: #2c3239;
20711
20711
  }
20712
20712
 
20713
20713
  .amis-scope .cxd-AsideNav-item a:hover .cxd-AsideNav-itemIcon {
20714
- color: #108cee;
20714
+ color: #2468f2;
20715
20715
  }
20716
20716
 
20717
20717
  .amis-scope .cxd-AsideNav-item.is-active > a {
20718
20718
  background: #272d33;
20719
- color: #108cee;
20719
+ color: #2468f2;
20720
20720
  }
20721
20721
 
20722
20722
  .amis-scope .cxd-AsideNav-item.is-active > a:hover {
@@ -20763,7 +20763,7 @@ readers do not read off random characters that represent icons */
20763
20763
  }
20764
20764
 
20765
20765
  .amis-scope .cxd-AsideNav-subHeader a:hover {
20766
- color: #108cee;
20766
+ color: #2468f2;
20767
20767
  background: transparent;
20768
20768
  }
20769
20769
 
@@ -21077,15 +21077,15 @@ readers do not read off random characters that represent icons */
21077
21077
  ) 0.625rem;
21078
21078
  font-size: 0.875rem;
21079
21079
  line-height: 1.4285714286;
21080
- border-radius: 0;
21080
+ border-radius: 0.142rem;
21081
21081
  height: 1.875rem;
21082
21082
  }
21083
21083
 
21084
21084
  .amis-scope .cxd-Button:active,
21085
21085
  .amis-scope .cxd-Button.is-active {
21086
- color: #108cee;
21086
+ color: #2468f2;
21087
21087
  box-shadow: none;
21088
- border-color: #108cee;
21088
+ border-color: #2468f2;
21089
21089
  }
21090
21090
 
21091
21091
  .amis-scope .cxd-Button:active:focus,
@@ -21104,6 +21104,17 @@ readers do not read off random characters that represent icons */
21104
21104
  margin-left: 0.625rem;
21105
21105
  }
21106
21106
 
21107
+ .amis-scope .cxd-Button .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
21108
+ .amis-scope .cxd-Button > svg.icon:not(:last-child):not(.pull-right),
21109
+ .amis-scope .cxd-Button > .pull-left {
21110
+ margin-right: 0.625rem;
21111
+ }
21112
+
21113
+ .amis-scope .cxd-Button .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
21114
+ .amis-scope .cxd-Button > .pull-right {
21115
+ margin-left: 0.625rem;
21116
+ }
21117
+
21107
21118
  .amis-scope .cxd-Button img.cxd-Button-icon {
21108
21119
  height: 0.875rem;
21109
21120
  vertical-align: middle;
@@ -21121,16 +21132,23 @@ readers do not read off random characters that represent icons */
21121
21132
 
21122
21133
  .amis-scope .cxd-Button.is-disabled,
21123
21134
  .amis-scope .cxd-Button:disabled {
21124
- opacity: 0.65;
21125
21135
  filter: grayscale(100%);
21126
21136
  box-shadow: none;
21127
21137
  cursor: not-allowed;
21138
+ color: #b4b6ba;
21139
+ pointer-events: auto;
21140
+ border: none;
21141
+ background: #F2F3F3;
21128
21142
  }
21129
21143
 
21130
21144
  .amis-scope .cxd-Button:not(:disabled):not(.is-disabled) {
21131
21145
  cursor: pointer;
21132
21146
  }
21133
21147
 
21148
+ .amis-scope .cxd-Button.cxd-Button--link.is-disabled {
21149
+ background: transparent;
21150
+ }
21151
+
21134
21152
  .amis-scope .cxd-Button > .pull-left,
21135
21153
  .amis-scope .cxd-Button > .pull-right {
21136
21154
  line-height: inherit;
@@ -21149,16 +21167,22 @@ readers do not read off random characters that represent icons */
21149
21167
 
21150
21168
  .amis-scope .cxd-Button--primary {
21151
21169
  color: #fff;
21152
- background: #108cee;
21153
- border-color: #108cee;
21170
+ background: #2468f2;
21171
+ border-color: #2468f2;
21154
21172
  box-shadow: none;
21155
21173
  text-shadow: none;
21156
21174
  }
21157
21175
 
21158
21176
  .amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled):hover {
21159
21177
  color: #fff;
21160
- background: #209bfd;
21161
- border-color: #108cee;
21178
+ background: #4F86F4;
21179
+ border-color: #4F86F4;
21180
+ }
21181
+
21182
+ .amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
21183
+ color: #fff;
21184
+ background: #1C53C1;
21185
+ border-color: #1C53C1;
21162
21186
  }
21163
21187
 
21164
21188
  .amis-scope .cxd-Button--primary:hover:focus {
@@ -21179,6 +21203,12 @@ readers do not read off random characters that represent icons */
21179
21203
  border-color: #545b62;
21180
21204
  }
21181
21205
 
21206
+ .amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
21207
+ color: #fff;
21208
+ background: #545b62;
21209
+ border-color: #4e555b;
21210
+ }
21211
+
21182
21212
  .amis-scope .cxd-Button--secondary:hover:focus {
21183
21213
  box-shadow: none;
21184
21214
  }
@@ -21197,22 +21227,58 @@ readers do not read off random characters that represent icons */
21197
21227
  border-color: #4a8b28;
21198
21228
  }
21199
21229
 
21230
+ .amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled):hover:active {
21231
+ color: #fff;
21232
+ background: #4a8b28;
21233
+ border-color: #458125;
21234
+ }
21235
+
21200
21236
  .amis-scope .cxd-Button--success:hover:focus {
21201
21237
  box-shadow: none;
21202
21238
  }
21203
21239
 
21240
+ .amis-scope .cxd-Button--enhance {
21241
+ color: #2468f2;
21242
+ background: var(--Button--enhance-bg);
21243
+ border-color: #2468f2;
21244
+ box-shadow: none;
21245
+ text-shadow: none;
21246
+ }
21247
+
21248
+ .amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover {
21249
+ color: #4F86F4;
21250
+ background: #fff;
21251
+ border-color: #4F86F4;
21252
+ }
21253
+
21254
+ .amis-scope .cxd-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
21255
+ color: #1C53C1;
21256
+ background: #fff;
21257
+ border-color: #1C53C1;
21258
+ }
21259
+
21260
+ .amis-scope .cxd-Button--enhance:hover:focus {
21261
+ box-shadow: none;
21262
+ }
21263
+
21204
21264
  .amis-scope .cxd-Button--info {
21205
21265
  color: #fff;
21206
- background: #108cee;
21207
- border-color: #108cee;
21266
+ background: #2468f2;
21267
+ border-color: #2468f2;
21208
21268
  box-shadow: none;
21209
21269
  text-shadow: none;
21210
21270
  }
21211
21271
 
21212
21272
  .amis-scope .cxd-Button--info:not(:disabled):not(.is-disabled):hover {
21213
21273
  color: #fff;
21214
- background: #0e77ca;
21215
- border-color: #0d70be;
21274
+ background: #0d54e2;
21275
+ border-color: #0d4fd6;
21276
+ }
21277
+
21278
+ .amis-scope .cxd-Button--info:not(:disabled):not(.is-disabled):hover:active {
21279
+ color: #fff;
21280
+ background: #0d4fd6;
21281
+ border-color: #0c4bca;
21216
21282
  }
21217
21283
 
21218
21284
  .amis-scope .cxd-Button--info:hover:focus {
@@ -21233,6 +21299,12 @@ readers do not read off random characters that represent icons */
21233
21299
  border-color: #c07200;
21234
21300
  }
21235
21301
 
21302
+ .amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
21303
+ color: #fff;
21304
+ background: #c07200;
21305
+ border-color: #b36a00;
21306
+ }
21307
+
21236
21308
  .amis-scope .cxd-Button--warning:hover:focus {
21237
21309
  box-shadow: none;
21238
21310
  }
@@ -21251,12 +21323,18 @@ readers do not read off random characters that represent icons */
21251
21323
  border-color: #d01515;
21252
21324
  }
21253
21325
 
21326
+ .amis-scope .cxd-Button--danger:not(:disabled):not(.is-disabled):hover:active {
21327
+ color: #fff;
21328
+ background: #d72b2b;
21329
+ border-color: #c51414;
21330
+ }
21331
+
21254
21332
  .amis-scope .cxd-Button--danger:hover:focus {
21255
21333
  box-shadow: none;
21256
21334
  }
21257
21335
 
21258
21336
  .amis-scope .cxd-Button--light {
21259
- color: #666;
21337
+ color: #151a26;
21260
21338
  background: #eaf6fe;
21261
21339
  border-color: #eceff8;
21262
21340
  box-shadow: none;
@@ -21264,11 +21342,17 @@ readers do not read off random characters that represent icons */
21264
21342
  }
21265
21343
 
21266
21344
  .amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover {
21267
- color: #666;
21345
+ color: #151a26;
21268
21346
  background: #c5e6fc;
21269
21347
  border-color: #b9e1fc;
21270
21348
  }
21271
21349
 
21350
+ .amis-scope .cxd-Button--light:not(:disabled):not(.is-disabled):hover:active {
21351
+ color: #151a26;
21352
+ background: #b9e1fc;
21353
+ border-color: #addcfb;
21354
+ }
21355
+
21272
21356
  .amis-scope .cxd-Button--light:hover:focus {
21273
21357
  box-shadow: none;
21274
21358
  }
@@ -21287,12 +21371,18 @@ readers do not read off random characters that represent icons */
21287
21371
  border-color: #1d2124;
21288
21372
  }
21289
21373
 
21374
+ .amis-scope .cxd-Button--dark:not(:disabled):not(.is-disabled):hover:active {
21375
+ color: #fff;
21376
+ background: #1d2124;
21377
+ border-color: #171a1d;
21378
+ }
21379
+
21290
21380
  .amis-scope .cxd-Button--dark:hover:focus {
21291
21381
  box-shadow: none;
21292
21382
  }
21293
21383
 
21294
21384
  .amis-scope .cxd-Button--default {
21295
- color: #000;
21385
+ color: #151a26;
21296
21386
  background: #fff;
21297
21387
  border-color: #cccccc;
21298
21388
  box-shadow: none;
@@ -21300,9 +21390,15 @@ readers do not read off random characters that represent icons */
21300
21390
  }
21301
21391
 
21302
21392
  .amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover {
21303
- color: #108cee;
21393
+ color: #2468f2;
21304
21394
  background: #fff;
21305
- border-color: #108cee;
21395
+ border-color: #2468f2;
21396
+ }
21397
+
21398
+ .amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover:active {
21399
+ color: #1C53C1;
21400
+ background: #fff;
21401
+ border-color: #1C53C1;
21306
21402
  }
21307
21403
 
21308
21404
  .amis-scope .cxd-Button--default:hover:focus {
@@ -21333,6 +21429,17 @@ readers do not read off random characters that represent icons */
21333
21429
  margin-left: 0.25rem;
21334
21430
  }
21335
21431
 
21432
+ .amis-scope .cxd-Button--xs .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
21433
+ .amis-scope .cxd-Button--xs > svg.icon:not(:last-child):not(.pull-right),
21434
+ .amis-scope .cxd-Button--xs > .pull-left {
21435
+ margin-right: 0.25rem;
21436
+ }
21437
+
21438
+ .amis-scope .cxd-Button--xs .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
21439
+ .amis-scope .cxd-Button--xs > .pull-right {
21440
+ margin-left: 0.25rem;
21441
+ }
21442
+
21336
21443
  .amis-scope .cxd-Button--xs img.cxd-Button-icon {
21337
21444
  height: 0.875rem;
21338
21445
  vertical-align: middle;
@@ -21366,6 +21473,17 @@ readers do not read off random characters that represent icons */
21366
21473
  margin-left: 0.5rem;
21367
21474
  }
21368
21475
 
21476
+ .amis-scope .cxd-Button--sm .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
21477
+ .amis-scope .cxd-Button--sm > svg.icon:not(:last-child):not(.pull-right),
21478
+ .amis-scope .cxd-Button--sm > .pull-left {
21479
+ margin-right: 0.5rem;
21480
+ }
21481
+
21482
+ .amis-scope .cxd-Button--sm .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
21483
+ .amis-scope .cxd-Button--sm > .pull-right {
21484
+ margin-left: 0.5rem;
21485
+ }
21486
+
21369
21487
  .amis-scope .cxd-Button--sm img.cxd-Button-icon {
21370
21488
  height: 0.875rem;
21371
21489
  vertical-align: middle;
@@ -21384,7 +21502,7 @@ readers do not read off random characters that represent icons */
21384
21502
  ) 0.625rem;
21385
21503
  font-size: 0.875rem;
21386
21504
  line-height: 1.4285714286;
21387
- border-radius: 0;
21505
+ border-radius: 0.142rem;
21388
21506
  height: 1.875rem;
21389
21507
  }
21390
21508
 
@@ -21399,6 +21517,17 @@ readers do not read off random characters that represent icons */
21399
21517
  margin-left: 0.625rem;
21400
21518
  }
21401
21519
 
21520
+ .amis-scope .cxd-Button--md .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
21521
+ .amis-scope .cxd-Button--md > svg.icon:not(:last-child):not(.pull-right),
21522
+ .amis-scope .cxd-Button--md > .pull-left {
21523
+ margin-right: 0.625rem;
21524
+ }
21525
+
21526
+ .amis-scope .cxd-Button--md .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
21527
+ .amis-scope .cxd-Button--md > .pull-right {
21528
+ margin-left: 0.625rem;
21529
+ }
21530
+
21402
21531
  .amis-scope .cxd-Button--md img.cxd-Button-icon {
21403
21532
  height: 0.875rem;
21404
21533
  vertical-align: middle;
@@ -21432,6 +21561,17 @@ readers do not read off random characters that represent icons */
21432
21561
  margin-left: 1rem;
21433
21562
  }
21434
21563
 
21564
+ .amis-scope .cxd-Button--lg .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
21565
+ .amis-scope .cxd-Button--lg > svg.icon:not(:last-child):not(.pull-right),
21566
+ .amis-scope .cxd-Button--lg > .pull-left {
21567
+ margin-right: 1rem;
21568
+ }
21569
+
21570
+ .amis-scope .cxd-Button--lg .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
21571
+ .amis-scope .cxd-Button--lg > .pull-right {
21572
+ margin-left: 1rem;
21573
+ }
21574
+
21435
21575
  .amis-scope .cxd-Button--lg img.cxd-Button-icon {
21436
21576
  height: 0.875rem;
21437
21577
  vertical-align: middle;
@@ -21460,11 +21600,19 @@ readers do not read off random characters that represent icons */
21460
21600
  line-height: 1;
21461
21601
  }
21462
21602
 
21603
+ .amis-scope .cxd-Button--loading {
21604
+ transition: --Button-transition;
21605
+ }
21606
+
21607
+ .amis-scope .cxd-Button--loading svg {
21608
+ animation: spin 1s infinite linear;
21609
+ }
21610
+
21463
21611
  .amis-scope .cxd-Button--link {
21464
21612
  width: auto;
21465
21613
  min-width: auto;
21466
21614
  font-weight: 400;
21467
- color: #108cee;
21615
+ color: #2468f2;
21468
21616
  text-decoration: none;
21469
21617
  border: none;
21470
21618
  height: auto;
@@ -21472,15 +21620,19 @@ readers do not read off random characters that represent icons */
21472
21620
 
21473
21621
  .amis-scope .cxd-Button--link:hover:focus {
21474
21622
  color: #209bfd;
21475
- text-decoration: none;
21623
+ box-shadow: none;
21624
+ }
21625
+
21626
+ .amis-scope .cxd-Button--link:hover:active {
21627
+ color: #1C53C1;
21476
21628
  box-shadow: none;
21477
21629
  }
21478
21630
 
21479
21631
  .amis-scope .cxd-Button--link:disabled,
21480
21632
  .amis-scope .cxd-Button--link.is-disabled {
21481
- color: #999;
21633
+ color: #b4b6ba;
21482
21634
  pointer-events: none;
21483
- background: transparent;
21635
+ background: #F2F3F3;
21484
21636
  }
21485
21637
 
21486
21638
  .amis-scope .cxd-Button--block {
@@ -21559,7 +21711,8 @@ readers do not read off random characters that represent icons */
21559
21711
  }
21560
21712
 
21561
21713
  .amis-scope .cxd-Badge-text,
21562
- .amis-scope .cxd-Badge-dot {
21714
+ .amis-scope .cxd-Badge-dot,
21715
+ .amis-scope .cxd-Badge-ribbon {
21563
21716
  background: #ea2e2e;
21564
21717
  position: absolute;
21565
21718
  top: 0;
@@ -21598,7 +21751,7 @@ readers do not read off random characters that represent icons */
21598
21751
  }
21599
21752
 
21600
21753
  .amis-scope .cxd-Badge--info {
21601
- background: #108cee;
21754
+ background: #2468f2;
21602
21755
  }
21603
21756
 
21604
21757
  .amis-scope .cxd-Badge--success {
@@ -21625,6 +21778,56 @@ readers do not read off random characters that represent icons */
21625
21778
  border-radius: 50%;
21626
21779
  }
21627
21780
 
21781
+ .amis-scope .cxd-Badge-ribbon-out {
21782
+ overflow: hidden;
21783
+ position: absolute;
21784
+ top: 0;
21785
+ bottom: 0;
21786
+ right: 0;
21787
+ }
21788
+
21789
+ .amis-scope .cxd-Badge-ribbon {
21790
+ color: #fff;
21791
+ height: 1rem;
21792
+ line-height: 1rem;
21793
+ transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
21794
+ transform-origin: 50% 0;
21795
+ border-radius: 0;
21796
+ text-align: center;
21797
+ width: 62.5rem;
21798
+ top: 5px;
21799
+ }
21800
+
21801
+ .amis-scope .cxd-Badge-ribbon-out--top-left,
21802
+ .amis-scope .cxd-Badge-ribbon-out--bottom-left {
21803
+ left: 0;
21804
+ right: auto;
21805
+ }
21806
+
21807
+ .amis-scope .cxd-Badge-ribbon--top-left {
21808
+ transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
21809
+ left: 0;
21810
+ right: auto;
21811
+ }
21812
+
21813
+ .amis-scope .cxd-Badge-ribbon--bottom-left {
21814
+ transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
21815
+ transform-origin: 50% 100%;
21816
+ left: 0;
21817
+ right: auto;
21818
+ bottom: 5px;
21819
+ top: auto;
21820
+ }
21821
+
21822
+ .amis-scope .cxd-Badge-ribbon--bottom-right {
21823
+ transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
21824
+ transform-origin: 50% 100%;
21825
+ left: auto;
21826
+ right: 0;
21827
+ bottom: 5px;
21828
+ top: auto;
21829
+ }
21830
+
21628
21831
  @keyframes badgeDotAnimation {
21629
21832
  0% {
21630
21833
  transform: scale(0.8);
@@ -21755,7 +21958,7 @@ readers do not read off random characters that represent icons */
21755
21958
 
21756
21959
  .amis-scope .cxd-Modal-close {
21757
21960
  float: right;
21758
- color: #999;
21961
+ color: #b4b6ba;
21759
21962
  line-height: inherit;
21760
21963
  text-decoration: none;
21761
21964
  vertical-align: middle;
@@ -21764,7 +21967,7 @@ readers do not read off random characters that represent icons */
21764
21967
  .amis-scope .cxd-Modal-close svg {
21765
21968
  width: 0.75rem;
21766
21969
  height: 0.75rem;
21767
- fill: #999;
21970
+ fill: #b4b6ba;
21768
21971
  }
21769
21972
 
21770
21973
  .amis-scope .cxd-Modal-close:not(.is-disabled) {
@@ -21773,11 +21976,11 @@ readers do not read off random characters that represent icons */
21773
21976
 
21774
21977
  .amis-scope .cxd-Modal-close:not(.is-disabled):hover {
21775
21978
  text-decoration: none;
21776
- color: #666;
21979
+ color: #151a26;
21777
21980
  }
21778
21981
 
21779
21982
  .amis-scope .cxd-Modal-close:not(.is-disabled):hover svg {
21780
- fill: #666;
21983
+ fill: #151a26;
21781
21984
  }
21782
21985
 
21783
21986
  .amis-scope .cxd-Modal-content > .cxd-Modal-close {
@@ -22403,7 +22606,7 @@ readers do not read off random characters that represent icons */
22403
22606
  }
22404
22607
 
22405
22608
  .amis-scope .cxd-Tooltip-body {
22406
- color: #666;
22609
+ color: #151a26;
22407
22610
  padding: 0.5rem 0.5rem;
22408
22611
  }
22409
22612
 
@@ -22639,7 +22842,7 @@ readers do not read off random characters that represent icons */
22639
22842
  }
22640
22843
 
22641
22844
  .amis-scope .cxd-Toast-close:hover {
22642
- color: #108cee;
22845
+ color: #2468f2;
22643
22846
  opacity: 1;
22644
22847
  }
22645
22848
 
@@ -22678,8 +22881,8 @@ readers do not read off random characters that represent icons */
22678
22881
  }
22679
22882
 
22680
22883
  .amis-scope .cxd-Toast--info {
22681
- color: #108cee;
22682
- border-color: #108cee;
22884
+ color: #2468f2;
22885
+ border-color: #2468f2;
22683
22886
  background: #eaf6fe;
22684
22887
  }
22685
22888
 
@@ -22809,7 +23012,7 @@ readers do not read off random characters that represent icons */
22809
23012
  }
22810
23013
 
22811
23014
  .amis-scope .cxd-AppFoldBtn:hover {
22812
- color: #108cee;
23015
+ color: #2468f2;
22813
23016
  }
22814
23017
 
22815
23018
  .amis-scope .cxd-AppLogo-html {
@@ -22818,7 +23021,7 @@ readers do not read off random characters that represent icons */
22818
23021
  }
22819
23022
 
22820
23023
  .amis-scope .cxd-ArrayInput-placeholder {
22821
- color: #999;
23024
+ color: #b4b6ba;
22822
23025
  padding-top: calc(
22823
23026
  (
22824
23027
  1.875rem - 1.4285714286 *
@@ -22837,11 +23040,11 @@ readers do not read off random characters that represent icons */
22837
23040
  ) 0.5rem;
22838
23041
  font-size: 0.75rem;
22839
23042
  line-height: 18 / 12;
22840
- border-radius: 0;
23043
+ border-radius: 0.142rem;
22841
23044
  height: 1.625rem;
22842
23045
  color: #fff;
22843
- background: #108cee;
22844
- border-color: #108cee;
23046
+ background: #2468f2;
23047
+ border-color: #2468f2;
22845
23048
  box-shadow: none;
22846
23049
  text-shadow: none;
22847
23050
  }
@@ -22862,6 +23065,17 @@ readers do not read off random characters that represent icons */
22862
23065
  margin-left: 0.5rem;
22863
23066
  }
22864
23067
 
23068
+ .amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
23069
+ .amis-scope .cxd-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
23070
+ .amis-scope .cxd-ArrayInput-addBtn > .pull-left {
23071
+ margin-right: 0.5rem;
23072
+ }
23073
+
23074
+ .amis-scope .cxd-ArrayInput-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
23075
+ .amis-scope .cxd-ArrayInput-addBtn > .pull-right {
23076
+ margin-left: 0.5rem;
23077
+ }
23078
+
22865
23079
  .amis-scope .cxd-ArrayInput-addBtn img.cxd-Button-icon {
22866
23080
  height: 0.875rem;
22867
23081
  vertical-align: middle;
@@ -22869,10 +23083,16 @@ readers do not read off random characters that represent icons */
22869
23083
 
22870
23084
  .amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover {
22871
23085
  color: #fff;
22872
- background: #0e77ca;
23086
+ background: #0d54e2;
22873
23087
  border-color: #b4bbc5;
22874
23088
  }
22875
23089
 
23090
+ .amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
23091
+ color: #fff;
23092
+ background: #0d4fd6;
23093
+ border-color: #adb4bf;
23094
+ }
23095
+
22876
23096
  .amis-scope .cxd-ArrayInput-addBtn:hover:focus {
22877
23097
  box-shadow: none;
22878
23098
  }
@@ -22894,7 +23114,7 @@ readers do not read off random characters that represent icons */
22894
23114
  }
22895
23115
 
22896
23116
  .amis-scope .cxd-ArrayInput-sortTip {
22897
- color: #999;
23117
+ color: #b4b6ba;
22898
23118
  }
22899
23119
 
22900
23120
  .amis-scope .cxd-ArrayInput-item {
@@ -22941,7 +23161,7 @@ readers do not read off random characters that represent icons */
22941
23161
 
22942
23162
  .amis-scope .cxd-ArrayInput-itemRemove:hover > svg,
22943
23163
  .amis-scope .cxd-ArrayInput-itemDrager:hover > svg {
22944
- color: #108cee;
23164
+ color: #2468f2;
22945
23165
  }
22946
23166
 
22947
23167
  .amis-scope .cxd-ArrayInput-itemDrager {
@@ -22966,7 +23186,7 @@ readers do not read off random characters that represent icons */
22966
23186
  }
22967
23187
 
22968
23188
  .amis-scope .cxd-Tabs-linksContainer-arrow:hover {
22969
- color: #108cee;
23189
+ color: #2468f2;
22970
23190
  }
22971
23191
 
22972
23192
  .amis-scope .cxd-Tabs-linksContainer-arrow--left {
@@ -23036,7 +23256,7 @@ readers do not read off random characters that represent icons */
23036
23256
  border: 0.0625rem solid transparent;
23037
23257
  border-top-left-radius: 0.142rem;
23038
23258
  border-top-right-radius: 0.142rem;
23039
- color: #666;
23259
+ color: #151a26;
23040
23260
  margin: 0 0.1875rem 0 0;
23041
23261
  padding: 0.5rem 0.75rem;
23042
23262
  text-decoration: none;
@@ -23125,7 +23345,7 @@ readers do not read off random characters that represent icons */
23125
23345
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-links > li > a:first-child:focus,
23126
23346
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
23127
23347
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
23128
- color: #108cee;
23348
+ color: #2468f2;
23129
23349
  background: transparent;
23130
23350
  border-color: transparent;
23131
23351
  }
@@ -23141,8 +23361,8 @@ readers do not read off random characters that represent icons */
23141
23361
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child,
23142
23362
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
23143
23363
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
23144
- border-color: #108cee;
23145
- color: #108cee;
23364
+ border-color: #2468f2;
23365
+ color: #2468f2;
23146
23366
  background: transparent;
23147
23367
  }
23148
23368
 
@@ -23170,7 +23390,7 @@ readers do not read off random characters that represent icons */
23170
23390
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
23171
23391
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
23172
23392
  border-color: #fff;
23173
- color: #108cee;
23393
+ color: #2468f2;
23174
23394
  border-bottom-color: #fff;
23175
23395
  background: #fff;
23176
23396
  }
@@ -23228,7 +23448,7 @@ readers do not read off random characters that represent icons */
23228
23448
  .amis-scope .cxd-Tabs--radio > .cxd-Tabs-links > li > a:first-child:focus,
23229
23449
  .amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
23230
23450
  .amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
23231
- color: #108cee;
23451
+ color: #2468f2;
23232
23452
  }
23233
23453
 
23234
23454
  .amis-scope .cxd-Tabs--radio > .cxd-Tabs-links > li.is-active > a:first-child,
@@ -23238,8 +23458,8 @@ readers do not read off random characters that represent icons */
23238
23458
  .amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
23239
23459
  .amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
23240
23460
  color: #fff;
23241
- background: #108cee;
23242
- border-color: #108cee;
23461
+ background: #2468f2;
23462
+ border-color: #2468f2;
23243
23463
  position: relative;
23244
23464
  z-index: 1;
23245
23465
  }
@@ -23285,7 +23505,7 @@ readers do not read off random characters that represent icons */
23285
23505
  position: relative;
23286
23506
  z-index: 1;
23287
23507
  border-color: #eceff8;
23288
- color: #108cee;
23508
+ color: #2468f2;
23289
23509
  }
23290
23510
 
23291
23511
  .amis-scope .cxd-Tabs--tiled > .cxd-Tabs-links > li.is-active > a:first-child,
@@ -23295,9 +23515,9 @@ readers do not read off random characters that represent icons */
23295
23515
  .amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
23296
23516
  .amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
23297
23517
  cursor: default;
23298
- color: #108cee;
23518
+ color: #2468f2;
23299
23519
  border-color: #eceff8;
23300
- border-top-color: #108cee;
23520
+ border-top-color: #2468f2;
23301
23521
  border-bottom-color: transparent;
23302
23522
  }
23303
23523
 
@@ -23330,16 +23550,16 @@ readers do not read off random characters that represent icons */
23330
23550
 
23331
23551
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li > a:first-child:hover,
23332
23552
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li > a:first-child:focus {
23333
- color: #108cee;
23553
+ color: #2468f2;
23334
23554
  border-color: transparent;
23335
23555
  }
23336
23556
 
23337
23557
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child,
23338
23558
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child:hover,
23339
23559
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child:focus {
23340
- color: #108cee;
23560
+ color: #2468f2;
23341
23561
  background: #f5f5f5;
23342
- border-color: #108cee;
23562
+ border-color: #2468f2;
23343
23563
  }
23344
23564
 
23345
23565
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-content {
@@ -23480,6 +23700,7 @@ readers do not read off random characters that represent icons */
23480
23700
  .amis-scope .cxd-Nav--tabs .cxd-Nav-item {
23481
23701
  margin-bottom: calc(0.0625rem * -1);
23482
23702
  display: inline-block;
23703
+ position: relative;
23483
23704
  }
23484
23705
 
23485
23706
  .amis-scope .cxd-Nav--tabs .cxd-Nav-item > a {
@@ -23489,10 +23710,10 @@ readers do not read off random characters that represent icons */
23489
23710
  border: 0.0625rem solid transparent;
23490
23711
  border-top-left-radius: 0.142rem;
23491
23712
  border-top-right-radius: 0.142rem;
23492
- color: #666;
23713
+ color: #151a26;
23493
23714
  text-decoration: none;
23494
23715
  margin-right: 0.125rem;
23495
- padding: 0.5rem 0.75rem;
23716
+ padding: 0.5rem 1.5rem;
23496
23717
  cursor: pointer;
23497
23718
  }
23498
23719
 
@@ -23522,106 +23743,224 @@ readers do not read off random characters that represent icons */
23522
23743
  min-height: 3.125rem;
23523
23744
  }
23524
23745
 
23525
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item {
23746
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item,
23747
+ .amis-scope .cxd-Nav--stacked .cxd-Badge {
23526
23748
  position: relative;
23749
+ display: flex;
23750
+ flex-wrap: wrap;
23751
+ align-items: stretch;
23752
+ width: 100%;
23527
23753
  }
23528
23754
 
23529
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a {
23530
- display: block;
23531
- outline: none;
23532
- color: #666;
23533
- text-decoration: none;
23534
- padding: 0.5rem 0.75rem;
23535
- cursor: pointer;
23536
- background: transparent;
23537
- border-radius: 0;
23538
- text-overflow: ellipsis;
23755
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager,
23756
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager {
23757
+ cursor: move;
23758
+ position: absolute;
23759
+ left: 0;
23760
+ top: 0.6875rem;
23761
+ display: none;
23539
23762
  }
23540
23763
 
23541
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a::after {
23542
- border-left: 0.1875rem solid #108cee;
23764
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager > a,
23765
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > a,
23766
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager > a,
23767
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > a {
23768
+ color: #999;
23769
+ }
23770
+
23771
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager > a:hover,
23772
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager > .cxd-Badge > a:hover,
23773
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager > a:hover,
23774
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager > .cxd-Badge > a:hover {
23775
+ color: #2468f2;
23776
+ }
23777
+
23778
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemDrager svg,
23779
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemDrager svg {
23780
+ width: 1rem;
23781
+ height: 1rem;
23782
+ }
23783
+
23784
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText,
23785
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Nav-item-badgeText {
23543
23786
  position: absolute;
23544
- left: 0;
23545
23787
  top: 0;
23546
- content: "";
23547
- width: 1px;
23548
- height: 100%;
23549
- transform: scaleY(0.0001);
23550
- transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
23788
+ bottom: 0;
23789
+ width: 2.1875rem;
23790
+ overflow: hidden;
23791
+ }
23792
+
23793
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Nav-item-badgeText > span,
23794
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Nav-item-badgeText > span {
23795
+ position: absolute;
23796
+ top: 0.125rem;
23797
+ left: -0.8125rem;
23798
+ transform: rotate(-45deg);
23799
+ width: 3.125rem;
23800
+ font-size: 12px;
23801
+ text-align: center;
23802
+ color: #fff;
23803
+ background: #5fb333;
23804
+ }
23805
+
23806
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Nav-item-atcions,
23807
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Nav-item-atcions {
23808
+ display: flex;
23809
+ align-items: center;
23551
23810
  }
23552
23811
 
23553
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.has-sub > a {
23554
- padding-right: calc(0.75rem + 0.5rem);
23812
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a,
23813
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a,
23814
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a,
23815
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a {
23816
+ display: flex;
23817
+ align-items: center;
23818
+ outline: none;
23819
+ color: #151a26;
23820
+ text-decoration: none;
23821
+ padding: 0.5rem 0.5rem;
23822
+ cursor: pointer;
23823
+ background: transparent;
23824
+ border-radius: 0;
23825
+ text-overflow: ellipsis;
23826
+ flex: 1;
23555
23827
  }
23556
23828
 
23557
23829
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover,
23558
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:focus {
23830
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:focus,
23831
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover + .cxd-Nav-item-atcions,
23832
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:focus + .cxd-Nav-item-atcions,
23833
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:hover,
23834
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:focus,
23835
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
23836
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
23837
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a:hover,
23838
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a:focus,
23839
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
23840
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a:focus + .cxd-Nav-item-atcions,
23841
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:hover,
23842
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:focus,
23843
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:hover + .cxd-Nav-item-atcions,
23844
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:focus + .cxd-Nav-item-atcions {
23559
23845
  border-color: #333;
23560
23846
  text-decoration: none;
23561
23847
  background: rgba(0, 0, 0, 0.05);
23848
+ z-index: 9999;
23849
+ }
23850
+
23851
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover > .cxd-Nav-itemDrager,
23852
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:focus > .cxd-Nav-itemDrager,
23853
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
23854
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item > .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
23855
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
23856
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > a:focus > .cxd-Nav-itemDrager,
23857
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:hover > .cxd-Nav-itemDrager,
23858
+ .amis-scope .cxd-Nav--stacked .cxd-Badge > .cxd-Badge > a:focus > .cxd-Nav-itemDrager {
23859
+ display: block;
23562
23860
  }
23563
23861
 
23564
23862
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item.disabled > a,
23565
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-disabled > a {
23566
- color: #999;
23863
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-disabled > a,
23864
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.disabled > .cxd-Badge > a,
23865
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-disabled > .cxd-Badge > a,
23866
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.disabled > a,
23867
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-disabled > a,
23868
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.disabled > .cxd-Badge > a,
23869
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-disabled > .cxd-Badge > a {
23870
+ color: #b4b6ba;
23567
23871
  background: transparent;
23568
23872
  pointer-events: none;
23569
23873
  }
23570
23874
 
23875
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active,
23876
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active,
23877
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.active,
23878
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active {
23879
+ background: #f6f7fb !important;
23880
+ }
23881
+
23571
23882
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a,
23572
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > a {
23573
- color: #108cee;
23574
- background: #f6f7fb;
23575
- padding-left: 0.75rem;
23883
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions,
23884
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > a,
23885
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > .cxd-Badge > a,
23886
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
23887
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Badge > a,
23888
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.active > a,
23889
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions,
23890
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > a,
23891
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.active > .cxd-Badge > a,
23892
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions,
23893
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Badge > a {
23894
+ color: #2468f2;
23576
23895
  position: relative;
23577
23896
  }
23578
23897
 
23579
23898
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a::after,
23580
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > a::after {
23899
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Nav-item-atcions::after,
23900
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > a::after,
23901
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > .cxd-Badge > a::after,
23902
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after,
23903
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > .cxd-Badge > a::after,
23904
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.active > a::after,
23905
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Nav-item-atcions::after,
23906
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > a::after,
23907
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.active > .cxd-Badge > a::after,
23908
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Badge > .cxd-Nav-item-atcions::after,
23909
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-active > .cxd-Badge > a::after {
23581
23910
  transform: scaleY(1);
23582
23911
  }
23583
23912
 
23584
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-itemToggler {
23913
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > a .cxd-Nav-itemToggler,
23914
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler,
23915
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-unfolded > a .cxd-Nav-itemToggler,
23916
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-unfolded > .cxd-Badge > a .cxd-Nav-itemToggler {
23585
23917
  transform: rotate(180deg) scale(0.8);
23586
23918
  }
23587
23919
 
23588
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-subItems {
23920
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Nav-subItems,
23921
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-unfolded > .cxd-Badge > .cxd-Nav-subItems,
23922
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-unfolded > .cxd-Nav-subItems,
23923
+ .amis-scope .cxd-Nav--stacked .cxd-Badge.is-unfolded > .cxd-Badge > .cxd-Nav-subItems {
23589
23924
  display: block;
23590
23925
  }
23591
23926
 
23592
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-spinner {
23927
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-spinner,
23928
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-spinner {
23593
23929
  position: absolute;
23594
23930
  right: 0.625rem;
23595
23931
  top: 0.5rem;
23596
23932
  }
23597
23933
 
23598
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler {
23599
- position: absolute;
23600
- right: 0;
23601
- top: 0.1875rem;
23602
- width: 1.875rem;
23603
- height: 1.875rem;
23934
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler,
23935
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemToggler {
23936
+ float: left;
23937
+ width: 1.5rem;
23938
+ height: 1.5rem;
23604
23939
  text-align: center;
23605
- line-height: 1.875rem;
23940
+ line-height: 1.5rem;
23606
23941
  vertical-align: middle;
23607
23942
  cursor: pointer;
23608
23943
  transform: scale(0.8);
23609
23944
  transition: transform 0.2s;
23610
23945
  }
23611
23946
 
23612
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler > svg {
23947
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler > svg,
23948
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-itemToggler > svg {
23613
23949
  width: 10px;
23614
23950
  height: 10px;
23615
23951
  top: 0;
23616
23952
  }
23617
23953
 
23618
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-subItems {
23954
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-subItems,
23955
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-subItems {
23619
23956
  display: none;
23620
23957
  padding-left: 0;
23621
23958
  list-style: none;
23959
+ width: 100%;
23622
23960
  }
23623
23961
 
23624
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-item {
23962
+ .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-item,
23963
+ .amis-scope .cxd-Nav--stacked .cxd-Badge .cxd-Nav-item {
23625
23964
  font-size: 0.75rem;
23626
23965
  }
23627
23966
 
@@ -23816,7 +24155,7 @@ readers do not read off random characters that represent icons */
23816
24155
 
23817
24156
  .amis-scope .cxd-Video-cursor {
23818
24157
  position: absolute;
23819
- border: 2px solid #108cee;
24158
+ border: 2px solid #2468f2;
23820
24159
  transition: all 0.2s ease-out;
23821
24160
  }
23822
24161
 
@@ -24047,7 +24386,7 @@ readers do not read off random characters that represent icons */
24047
24386
 
24048
24387
  .amis-scope .cxd-Panel--default > .cxd-Panel-heading {
24049
24388
  background: #f5f5f5;
24050
- color: #666;
24389
+ color: #151a26;
24051
24390
  }
24052
24391
 
24053
24392
  .amis-scope .cxd-Panel--default > .cxd-Panel-heading .badge {
@@ -24060,22 +24399,22 @@ readers do not read off random characters that represent icons */
24060
24399
  }
24061
24400
 
24062
24401
  .amis-scope .cxd-Panel--primary {
24063
- border-color: #108cee;
24402
+ border-color: #2468f2;
24064
24403
  }
24065
24404
 
24066
24405
  .amis-scope .cxd-Panel--primary > .cxd-Panel-heading {
24067
- background: #108cee;
24406
+ background: #2468f2;
24068
24407
  color: #fff;
24069
24408
  }
24070
24409
 
24071
24410
  .amis-scope .cxd-Panel--primary > .cxd-Panel-heading .badge {
24072
- color: #108cee;
24411
+ color: #2468f2;
24073
24412
  background: #fff;
24074
24413
  }
24075
24414
 
24076
24415
  .amis-scope .cxd-Panel--primary > .cxd-Panel-heading,
24077
24416
  .amis-scope .cxd-Panel--primary > .cxd-Panel-footer {
24078
- border-color: #108cee;
24417
+ border-color: #2468f2;
24079
24418
  }
24080
24419
 
24081
24420
  .amis-scope .cxd-Panel--success {
@@ -24098,22 +24437,22 @@ readers do not read off random characters that represent icons */
24098
24437
  }
24099
24438
 
24100
24439
  .amis-scope .cxd-Panel--info {
24101
- border-color: #108cee;
24440
+ border-color: #2468f2;
24102
24441
  }
24103
24442
 
24104
24443
  .amis-scope .cxd-Panel--info > .cxd-Panel-heading {
24105
- background: #108cee;
24444
+ background: #2468f2;
24106
24445
  color: #fff;
24107
24446
  }
24108
24447
 
24109
24448
  .amis-scope .cxd-Panel--info > .cxd-Panel-heading .badge {
24110
- color: #108cee;
24449
+ color: #2468f2;
24111
24450
  background: #fff;
24112
24451
  }
24113
24452
 
24114
24453
  .amis-scope .cxd-Panel--info > .cxd-Panel-heading,
24115
24454
  .amis-scope .cxd-Panel--info > .cxd-Panel-footer {
24116
- border-color: #108cee;
24455
+ border-color: #2468f2;
24117
24456
  }
24118
24457
 
24119
24458
  .amis-scope .cxd-Panel--warning {
@@ -24218,12 +24557,12 @@ readers do not read off random characters that represent icons */
24218
24557
  }
24219
24558
 
24220
24559
  .amis-scope .cxd-Sparkline-line {
24221
- stroke: #108cee;
24560
+ stroke: #2468f2;
24222
24561
  stroke-width: 1px;
24223
24562
  }
24224
24563
 
24225
24564
  .amis-scope .cxd-Sparkline-area {
24226
- fill: rgba(16, 140, 238, 0.1);
24565
+ fill: rgba(36, 104, 242, 0.1);
24227
24566
  }
24228
24567
 
24229
24568
  .amis-scope .cxd-Sparkline--clickable {
@@ -24377,7 +24716,7 @@ readers do not read off random characters that represent icons */
24377
24716
  }
24378
24717
 
24379
24718
  .amis-scope .cxd-ButtonGroup .cxd-Button--primary.is-active {
24380
- color: #108cee;
24719
+ color: #2468f2;
24381
24720
  background: #fff;
24382
24721
  }
24383
24722
 
@@ -24457,7 +24796,7 @@ readers do not read off random characters that represent icons */
24457
24796
  }
24458
24797
 
24459
24798
  .amis-scope .cxd-DropDown.is-actived .cxd-Button {
24460
- color: #108cee;
24799
+ color: #2468f2;
24461
24800
  }
24462
24801
 
24463
24802
  .amis-scope .cxd-DropDown--block {
@@ -24500,7 +24839,7 @@ readers do not read off random characters that represent icons */
24500
24839
  height: 2.125rem;
24501
24840
  vertical-align: middle;
24502
24841
  user-select: none;
24503
- color: #108cee;
24842
+ color: #2468f2;
24504
24843
  text-decoration: none;
24505
24844
  }
24506
24845
 
@@ -24512,7 +24851,7 @@ readers do not read off random characters that represent icons */
24512
24851
 
24513
24852
  .amis-scope .cxd-DropDown-menuItem.is-active,
24514
24853
  .amis-scope .cxd-DropDown-menu > li.is-active {
24515
- color: #108cee;
24854
+ color: #2468f2;
24516
24855
  }
24517
24856
 
24518
24857
  .amis-scope .cxd-DropDown-menuItem:not(.is-disabled),
@@ -24525,7 +24864,7 @@ readers do not read off random characters that represent icons */
24525
24864
  .amis-scope .cxd-DropDown-menuItem.is-disabled,
24526
24865
  .amis-scope .cxd-DropDown-menu > li.is-disabled {
24527
24866
  cursor: not-allowed;
24528
- color: #999;
24867
+ color: #b4b6ba;
24529
24868
  filter: grayscale(80%);
24530
24869
  }
24531
24870
 
@@ -24554,7 +24893,7 @@ readers do not read off random characters that represent icons */
24554
24893
  }
24555
24894
 
24556
24895
  .amis-scope .cxd-Each-placeholder {
24557
- color: #999;
24896
+ color: #b4b6ba;
24558
24897
  text-align: left;
24559
24898
  padding: 0.5rem;
24560
24899
  }
@@ -24588,7 +24927,7 @@ readers do not read off random characters that represent icons */
24588
24927
  width: 0.375rem;
24589
24928
  height: 0.375rem;
24590
24929
  top: -0.25rem;
24591
- border-color: #666;
24930
+ border-color: #151a26;
24592
24931
  border-style: solid;
24593
24932
  border-width: 0.0625rem 0.0625rem 0 0;
24594
24933
  transform: rotate(135deg);
@@ -24607,7 +24946,7 @@ readers do not read off random characters that represent icons */
24607
24946
 
24608
24947
  .amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
24609
24948
  text-align: center;
24610
- color: #108cee;
24949
+ color: #2468f2;
24611
24950
  border-left: none;
24612
24951
  font-size: 0.875rem;
24613
24952
  }
@@ -24717,7 +25056,7 @@ readers do not read off random characters that represent icons */
24717
25056
 
24718
25057
  .amis-scope .cxd-CBGroup-fieldCaret:hover,
24719
25058
  .amis-scope .cxd-CBGroup-operatorCaret:hover {
24720
- color: #108cee;
25059
+ color: #2468f2;
24721
25060
  }
24722
25061
 
24723
25062
  .amis-scope .cxd-CBGroup-fieldCaret > svg,
@@ -24733,7 +25072,7 @@ readers do not read off random characters that represent icons */
24733
25072
  }
24734
25073
 
24735
25074
  .amis-scope .cxd-CBGroup-placeholder {
24736
- color: #999;
25075
+ color: #b4b6ba;
24737
25076
  position: relative;
24738
25077
  margin-left: 30px;
24739
25078
  padding: 10px;
@@ -24778,7 +25117,7 @@ readers do not read off random characters that represent icons */
24778
25117
  }
24779
25118
 
24780
25119
  .amis-scope .cxd-CBDelete:hover {
24781
- color: #108cee;
25120
+ color: #2468f2;
24782
25121
  }
24783
25122
 
24784
25123
  .amis-scope .cxd-CBGroupOrItem {
@@ -24821,7 +25160,7 @@ readers do not read off random characters that represent icons */
24821
25160
  left: 0;
24822
25161
  right: 0;
24823
25162
  bottom: 0;
24824
- background: rgba(16, 140, 238, 0.2);
25163
+ background: rgba(36, 104, 242, 0.2);
24825
25164
  }
24826
25165
 
24827
25166
  .amis-scope .cxd-CBGroupOrItem-dragbar {
@@ -24835,7 +25174,7 @@ readers do not read off random characters that represent icons */
24835
25174
  }
24836
25175
 
24837
25176
  .amis-scope .cxd-CBGroupOrItem-dragbar:hover {
24838
- color: #108cee;
25177
+ color: #2468f2;
24839
25178
  }
24840
25179
 
24841
25180
  .amis-scope .cxd-CBGroupOrItem .cxd-CBGroup {
@@ -24891,7 +25230,7 @@ readers do not read off random characters that represent icons */
24891
25230
  }
24892
25231
 
24893
25232
  .amis-scope .cxd-CBInputSwitch > a:hover {
24894
- color: #108cee;
25233
+ color: #2468f2;
24895
25234
  }
24896
25235
 
24897
25236
  .amis-scope .cxd-CBInputSwitch svg {
@@ -24921,7 +25260,7 @@ readers do not read off random characters that represent icons */
24921
25260
  .amis-scope .cxd-CBFunc-args > span {
24922
25261
  display: inline-block;
24923
25262
  padding: 0 5px;
24924
- color: #108cee;
25263
+ color: #2468f2;
24925
25264
  }
24926
25265
 
24927
25266
  .amis-scope .cxd-CBFunc-args > div {
@@ -24944,7 +25283,7 @@ readers do not read off random characters that represent icons */
24944
25283
 
24945
25284
  .amis-scope .cxd-CBFormula-label {
24946
25285
  background: #f5f5f5;
24947
- color: #999;
25286
+ color: #b4b6ba;
24948
25287
  display: block;
24949
25288
  font-size: 0.75rem;
24950
25289
  align-self: center;
@@ -25215,7 +25554,7 @@ readers do not read off random characters that represent icons */
25215
25554
 
25216
25555
  .amis-scope .cxd-Wizard ul li.active,
25217
25556
  .amis-scope .cxd-Wizard-tabs ul li.active {
25218
- color: #108cee;
25557
+ color: #2468f2;
25219
25558
  }
25220
25559
 
25221
25560
  .amis-scope .cxd-Wizard .cxd-Panel-footer > .cxd-Form-group,
@@ -25448,16 +25787,16 @@ readers do not read off random characters that represent icons */
25448
25787
  line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
25449
25788
  display: inline-block;
25450
25789
  font-size: 0.75rem;
25451
- color: #108cee;
25452
- background: #cee8fc;
25453
- border: 0.0625rem solid #9dd1fa;
25790
+ color: #2468f2;
25791
+ background: #e4edfe;
25792
+ border: 0.0625rem solid #b3cbfc;
25454
25793
  border-radius: 2px;
25455
25794
  margin-right: 0.25rem;
25456
25795
  margin-top: 0.25rem;
25457
25796
  }
25458
25797
 
25459
25798
  .amis-scope .cxd-Crud-value:hover {
25460
- background: #b5dcfb;
25799
+ background: #ccdcfd;
25461
25800
  }
25462
25801
 
25463
25802
  .amis-scope .cxd-Crud-value.is-disabled {
@@ -25467,12 +25806,12 @@ readers do not read off random characters that represent icons */
25467
25806
 
25468
25807
  .amis-scope .cxd-Crud-valueIcon {
25469
25808
  cursor: pointer;
25470
- border-right: 0.0625rem solid #9dd1fa;
25809
+ border-right: 0.0625rem solid #b3cbfc;
25471
25810
  padding: 1px 5px;
25472
25811
  }
25473
25812
 
25474
25813
  .amis-scope .cxd-Crud-valueIcon:hover {
25475
- background: #b5dcfb;
25814
+ background: #ccdcfd;
25476
25815
  }
25477
25816
 
25478
25817
  .amis-scope .cxd-Crud-valueLabel {
@@ -25659,14 +25998,14 @@ readers do not read off random characters that represent icons */
25659
25998
  }
25660
25999
 
25661
26000
  .amis-scope .cxd-Table-placeholder {
25662
- color: #999;
26001
+ color: #b4b6ba;
25663
26002
  text-align: center;
25664
26003
  height: 6.25rem;
25665
26004
  background: transparent !important;
25666
26005
  }
25667
26006
 
25668
26007
  .amis-scope .cxd-Table-placeholder:hover {
25669
- color: #999;
26008
+ color: #b4b6ba;
25670
26009
  background: transparent !important;
25671
26010
  }
25672
26011
 
@@ -25750,7 +26089,7 @@ readers do not read off random characters that represent icons */
25750
26089
  }
25751
26090
 
25752
26091
  .amis-scope .cxd-Table-content-colDragLine:hover {
25753
- background: #108cee;
26092
+ background: #2468f2;
25754
26093
  }
25755
26094
 
25756
26095
  .amis-scope .cxd-Table-table {
@@ -25900,7 +26239,7 @@ readers do not read off random characters that represent icons */
25900
26239
  .amis-scope .cxd-Table-table > tbody > tr.is-hovered {
25901
26240
  background: #f5f5f5;
25902
26241
  border-color: #eceff8;
25903
- color: #666;
26242
+ color: #151a26;
25904
26243
  }
25905
26244
 
25906
26245
  .amis-scope .cxd-Table-table > tbody > tr:hover + tr,
@@ -25938,7 +26277,7 @@ readers do not read off random characters that represent icons */
25938
26277
 
25939
26278
  .amis-scope .cxd-Table-table > tbody > tr.bg-light {
25940
26279
  background-color: #eaf6fe;
25941
- color: #666;
26280
+ color: #151a26;
25942
26281
  }
25943
26282
 
25944
26283
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
@@ -26013,11 +26352,11 @@ readers do not read off random characters that represent icons */
26013
26352
  }
26014
26353
 
26015
26354
  .amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-muted {
26016
- color: #4d4d4d !important;
26355
+ color: #030405 !important;
26017
26356
  }
26018
26357
 
26019
26358
  .amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-lt {
26020
- color: #a6a6a6 !important;
26359
+ color: #425278 !important;
26021
26360
  }
26022
26361
 
26023
26362
  .amis-scope .cxd-Table-table > tbody > tr.bg-black {
@@ -26067,46 +26406,46 @@ readers do not read off random characters that represent icons */
26067
26406
  }
26068
26407
 
26069
26408
  .amis-scope .cxd-Table-table > tbody > tr.bg-black .text-muted {
26070
- color: #4d4d4d !important;
26409
+ color: #030405 !important;
26071
26410
  }
26072
26411
 
26073
26412
  .amis-scope .cxd-Table-table > tbody > tr.bg-black .text-lt {
26074
- color: #a6a6a6 !important;
26413
+ color: #425278 !important;
26075
26414
  }
26076
26415
 
26077
26416
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary {
26078
- background-color: #108cee;
26079
- color: #d1e7f9;
26417
+ background-color: #2468f2;
26418
+ color: #e6edfc;
26080
26419
  }
26081
26420
 
26082
26421
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.lt,
26083
26422
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .lt {
26084
- background: #2a97ee;
26423
+ background: #3f79f1;
26085
26424
  }
26086
26425
 
26087
26426
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.lter,
26088
26427
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .lter {
26089
- background: #44a2ed;
26428
+ background: #598bf0;
26090
26429
  }
26091
26430
 
26092
26431
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.dk,
26093
26432
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .dk {
26094
- background: #0c7ed9;
26433
+ background: #0b57f2;
26095
26434
  }
26096
26435
 
26097
26436
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.dker,
26098
26437
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .dker {
26099
- background: #0870c3;
26438
+ background: #074ddc;
26100
26439
  }
26101
26440
 
26102
26441
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.bg,
26103
26442
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .bg {
26104
- background-color: #108cee;
26443
+ background-color: #2468f2;
26105
26444
  }
26106
26445
 
26107
26446
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary a,
26108
26447
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link {
26109
- color: #feffff;
26448
+ color: white;
26110
26449
  }
26111
26450
 
26112
26451
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary a:hover,
@@ -26121,11 +26460,11 @@ readers do not read off random characters that represent icons */
26121
26460
  }
26122
26461
 
26123
26462
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-muted {
26124
- color: #4d4d4d !important;
26463
+ color: #030405 !important;
26125
26464
  }
26126
26465
 
26127
26466
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-lt {
26128
- color: #a6a6a6 !important;
26467
+ color: #425278 !important;
26129
26468
  }
26130
26469
 
26131
26470
  .amis-scope .cxd-Table-table > tbody > tr.bg-success {
@@ -26175,46 +26514,46 @@ readers do not read off random characters that represent icons */
26175
26514
  }
26176
26515
 
26177
26516
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .text-muted {
26178
- color: #4d4d4d !important;
26517
+ color: #030405 !important;
26179
26518
  }
26180
26519
 
26181
26520
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .text-lt {
26182
- color: #a6a6a6 !important;
26521
+ color: #425278 !important;
26183
26522
  }
26184
26523
 
26185
26524
  .amis-scope .cxd-Table-table > tbody > tr.bg-info {
26186
- background-color: #108cee;
26187
- color: #d1e7f9;
26525
+ background-color: #2468f2;
26526
+ color: #e6edfc;
26188
26527
  }
26189
26528
 
26190
26529
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.lt,
26191
26530
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .lt {
26192
- background: #2a97ee;
26531
+ background: #3f79f1;
26193
26532
  }
26194
26533
 
26195
26534
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.lter,
26196
26535
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .lter {
26197
- background: #44a2ed;
26536
+ background: #598bf0;
26198
26537
  }
26199
26538
 
26200
26539
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.dk,
26201
26540
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .dk {
26202
- background: #0c7ed9;
26541
+ background: #0b57f2;
26203
26542
  }
26204
26543
 
26205
26544
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.dker,
26206
26545
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .dker {
26207
- background: #0870c3;
26546
+ background: #074ddc;
26208
26547
  }
26209
26548
 
26210
26549
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.bg,
26211
26550
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .bg {
26212
- background-color: #108cee;
26551
+ background-color: #2468f2;
26213
26552
  }
26214
26553
 
26215
26554
  .amis-scope .cxd-Table-table > tbody > tr.bg-info a,
26216
26555
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link {
26217
- color: #feffff;
26556
+ color: white;
26218
26557
  }
26219
26558
 
26220
26559
  .amis-scope .cxd-Table-table > tbody > tr.bg-info a:hover,
@@ -26229,11 +26568,11 @@ readers do not read off random characters that represent icons */
26229
26568
  }
26230
26569
 
26231
26570
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .text-muted {
26232
- color: #4d4d4d !important;
26571
+ color: #030405 !important;
26233
26572
  }
26234
26573
 
26235
26574
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .text-lt {
26236
- color: #a6a6a6 !important;
26575
+ color: #425278 !important;
26237
26576
  }
26238
26577
 
26239
26578
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning {
@@ -26283,11 +26622,11 @@ readers do not read off random characters that represent icons */
26283
26622
  }
26284
26623
 
26285
26624
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-muted {
26286
- color: #4d4d4d !important;
26625
+ color: #030405 !important;
26287
26626
  }
26288
26627
 
26289
26628
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-lt {
26290
- color: #a6a6a6 !important;
26629
+ color: #425278 !important;
26291
26630
  }
26292
26631
 
26293
26632
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger {
@@ -26337,11 +26676,11 @@ readers do not read off random characters that represent icons */
26337
26676
  }
26338
26677
 
26339
26678
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-muted {
26340
- color: #4d4d4d !important;
26679
+ color: #030405 !important;
26341
26680
  }
26342
26681
 
26343
26682
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-lt {
26344
- color: #a6a6a6 !important;
26683
+ color: #425278 !important;
26345
26684
  }
26346
26685
 
26347
26686
  .amis-scope .cxd-Table-table > tbody > tr.is-dragging {
@@ -26888,7 +27227,7 @@ readers do not read off random characters that represent icons */
26888
27227
  }
26889
27228
 
26890
27229
  .amis-scope .cxd-TableCell-sortBtn:hover {
26891
- color: #108cee;
27230
+ color: #2468f2;
26892
27231
  }
26893
27232
 
26894
27233
  .amis-scope .cxd-TableCell-sortBtn--up > svg,
@@ -26915,16 +27254,16 @@ readers do not read off random characters that represent icons */
26915
27254
  }
26916
27255
 
26917
27256
  .amis-scope .cxd-TableCell-sortBtn--default.is-active {
26918
- color: #999;
27257
+ color: #b4b6ba;
26919
27258
  }
26920
27259
 
26921
27260
  .amis-scope .cxd-TableCell-sortBtn--default.is-active:hover {
26922
- color: #666;
27261
+ color: #151a26;
26923
27262
  }
26924
27263
 
26925
27264
  .amis-scope .cxd-TableCell-sortBtn--up.is-active,
26926
27265
  .amis-scope .cxd-TableCell-sortBtn--down.is-active {
26927
- color: #108cee;
27266
+ color: #2468f2;
26928
27267
  }
26929
27268
 
26930
27269
  .amis-scope .cxd-TableCell-searchBtn {
@@ -26933,7 +27272,7 @@ readers do not read off random characters that represent icons */
26933
27272
  right: 0.25rem;
26934
27273
  top: 50%;
26935
27274
  transform: translateY(-50%);
26936
- color: #999;
27275
+ color: #b4b6ba;
26937
27276
  }
26938
27277
 
26939
27278
  .amis-scope .cxd-TableCell-searchBtn svg.icon {
@@ -26942,11 +27281,11 @@ readers do not read off random characters that represent icons */
26942
27281
  }
26943
27282
 
26944
27283
  .amis-scope .cxd-TableCell-searchBtn:hover {
26945
- color: #666;
27284
+ color: #151a26;
26946
27285
  }
26947
27286
 
26948
27287
  .amis-scope .cxd-TableCell-searchBtn.is-active {
26949
- color: #108cee;
27288
+ color: #2468f2;
26950
27289
  }
26951
27290
 
26952
27291
  .amis-scope .cxd-TableCell-searchPopOver {
@@ -26966,7 +27305,7 @@ readers do not read off random characters that represent icons */
26966
27305
  right: calc( 0.625rem - 1rem / 2 );
26967
27306
  top: 50%;
26968
27307
  transform: translateY(-50%);
26969
- color: #999;
27308
+ color: #b4b6ba;
26970
27309
  }
26971
27310
 
26972
27311
  .amis-scope .cxd-TableCell-filterBtn svg.icon {
@@ -26975,11 +27314,11 @@ readers do not read off random characters that represent icons */
26975
27314
  }
26976
27315
 
26977
27316
  .amis-scope .cxd-TableCell-filterBtn:hover {
26978
- color: #666;
27317
+ color: #151a26;
26979
27318
  }
26980
27319
 
26981
27320
  .amis-scope .cxd-TableCell-filterBtn.is-active {
26982
- color: #108cee;
27321
+ color: #2468f2;
26983
27322
  }
26984
27323
 
26985
27324
  .amis-scope .cxd-TableCell-filterBtn .cxd-Remark {
@@ -27007,12 +27346,12 @@ readers do not read off random characters that represent icons */
27007
27346
 
27008
27347
  .amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
27009
27348
  background: #eaf6fe;
27010
- color: #108cee;
27349
+ color: #2468f2;
27011
27350
  }
27012
27351
 
27013
27352
  .amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
27014
27353
  background: #eaf6fe;
27015
- color: #108cee;
27354
+ color: #2468f2;
27016
27355
  }
27017
27356
 
27018
27357
  .amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider .cxd-Checkbox {
@@ -27047,19 +27386,19 @@ readers do not read off random characters that represent icons */
27047
27386
  .amis-scope .cxd-Table-itemActions a {
27048
27387
  cursor: pointer;
27049
27388
  padding: 0.25rem 0.5rem;
27050
- color: #108cee;
27389
+ color: #2468f2;
27051
27390
  text-decoration: none;
27052
27391
  }
27053
27392
 
27054
27393
  .amis-scope .cxd-Table-itemActions a:hover {
27055
- color: #0e77ca;
27394
+ color: #0d54e2;
27056
27395
  text-decoration: none;
27057
27396
  }
27058
27397
 
27059
27398
  .amis-scope .cxd-Table-itemActions a.is-disabled {
27060
27399
  pointer-events: none;
27061
27400
  opacity: 0.65;
27062
- color: #999;
27401
+ color: #b4b6ba;
27063
27402
  }
27064
27403
 
27065
27404
  .amis-scope .cxd-Table-dragTip {
@@ -27067,7 +27406,7 @@ readers do not read off random characters that represent icons */
27067
27406
  clear: both;
27068
27407
  margin-top: 0.25rem;
27069
27408
  width: 100%;
27070
- color: #108cee;
27409
+ color: #2468f2;
27071
27410
  }
27072
27411
 
27073
27412
  .amis-scope .cxd-Table-footTable {
@@ -27103,7 +27442,7 @@ readers do not read off random characters that represent icons */
27103
27442
  .amis-scope .cxd-Table-expandBtn {
27104
27443
  position: relative;
27105
27444
  z-index: 1;
27106
- color: #108cee;
27445
+ color: #2468f2;
27107
27446
  display: inline-flex;
27108
27447
  justify-content: center;
27109
27448
  align-items: center;
@@ -27142,7 +27481,7 @@ readers do not read off random characters that represent icons */
27142
27481
 
27143
27482
  .amis-scope .cxd-Table-dragBtn:hover {
27144
27483
  text-decoration: none;
27145
- color: #108cee;
27484
+ color: #2468f2;
27146
27485
  }
27147
27486
 
27148
27487
  .amis-scope .cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
@@ -27269,13 +27608,13 @@ readers do not read off random characters that represent icons */
27269
27608
 
27270
27609
  .amis-scope .cxd-List-dragTip {
27271
27610
  width: 100%;
27272
- color: #108cee;
27611
+ color: #2468f2;
27273
27612
  clear: both;
27274
27613
  margin-top: 0.25rem;
27275
27614
  }
27276
27615
 
27277
27616
  .amis-scope .cxd-List-placeholder {
27278
- color: #999;
27617
+ color: #b4b6ba;
27279
27618
  text-align: center;
27280
27619
  min-height: 1.875rem;
27281
27620
  line-height: 1.875rem;
@@ -27316,7 +27655,7 @@ readers do not read off random characters that represent icons */
27316
27655
  }
27317
27656
 
27318
27657
  .amis-scope .cxd-ListGroup-item.is-disabled {
27319
- color: #999;
27658
+ color: #b4b6ba;
27320
27659
  }
27321
27660
 
27322
27661
  .amis-scope .cxd-ListGroup--expanded .cxd-ListGroup-item {
@@ -27402,7 +27741,7 @@ readers do not read off random characters that represent icons */
27402
27741
 
27403
27742
  .amis-scope .cxd-ListItem-fieldLabel {
27404
27743
  width: 9.375rem;
27405
- color: #999;
27744
+ color: #b4b6ba;
27406
27745
  }
27407
27746
 
27408
27747
  .amis-scope .cxd-ListItem.is-checked {
@@ -27521,14 +27860,14 @@ readers do not read off random characters that represent icons */
27521
27860
 
27522
27861
  .amis-scope .cxd-Cards-dragTip {
27523
27862
  width: 100%;
27524
- color: #108cee;
27863
+ color: #2468f2;
27525
27864
  clear: both;
27526
27865
  margin-top: 0.25rem;
27527
27866
  }
27528
27867
 
27529
27868
  .amis-scope .cxd-Cards-placeholder {
27530
27869
  background: #fff;
27531
- color: #999;
27870
+ color: #b4b6ba;
27532
27871
  text-align: center;
27533
27872
  height: 6.25rem;
27534
27873
  line-height: 6.25rem;
@@ -27669,7 +28008,7 @@ readers do not read off random characters that represent icons */
27669
28008
  max-height: calc(0.875rem * 1.5 * 2);
27670
28009
  overflow: hidden;
27671
28010
  text-overflow: ellipsis;
27672
- color: #999;
28011
+ color: #b4b6ba;
27673
28012
  -webkit-line-clamp: 2;
27674
28013
  -webkit-box-orient: vertical;
27675
28014
  display: -webkit-box;
@@ -27714,7 +28053,7 @@ readers do not read off random characters that represent icons */
27714
28053
  }
27715
28054
 
27716
28055
  .amis-scope .cxd-Card-avtarText {
27717
- background: #108cee;
28056
+ background: #2468f2;
27718
28057
  color: #fff;
27719
28058
  width: 50px;
27720
28059
  height: 50px;
@@ -27773,7 +28112,7 @@ readers do not read off random characters that represent icons */
27773
28112
 
27774
28113
  .amis-scope .cxd-Card-fieldLabel {
27775
28114
  width: 3.75rem;
27776
- color: #999;
28115
+ color: #b4b6ba;
27777
28116
  }
27778
28117
 
27779
28118
  .amis-scope .cxd-Card-actions {
@@ -27790,7 +28129,7 @@ readers do not read off random characters that represent icons */
27790
28129
  border-color: #f5f7fb;
27791
28130
  border-style: solid;
27792
28131
  border-width: 0 0.0625rem 0 0;
27793
- color: #666;
28132
+ color: #151a26;
27794
28133
  text-align: center;
27795
28134
  line-height: 2.5rem;
27796
28135
  font-size: 0.75rem;
@@ -27802,7 +28141,7 @@ readers do not read off random characters that represent icons */
27802
28141
 
27803
28142
  .amis-scope .cxd-Card-actions > a:not(.is-disabled):hover {
27804
28143
  background: white;
27805
- color: #108cee;
28144
+ color: #2468f2;
27806
28145
  text-decoration: none;
27807
28146
  }
27808
28147
 
@@ -27811,7 +28150,7 @@ readers do not read off random characters that represent icons */
27811
28150
  }
27812
28151
 
27813
28152
  .amis-scope .cxd-Card-actions > a.is-disabled {
27814
- color: #999;
28153
+ color: #b4b6ba;
27815
28154
  }
27816
28155
 
27817
28156
  .amis-scope .cxd-Card-actions > a.is-disabled:hover {
@@ -27820,14 +28159,14 @@ readers do not read off random characters that represent icons */
27820
28159
 
27821
28160
  .amis-scope .cxd-Card.is-checked {
27822
28161
  background: #fff;
27823
- border-color: #108cee;
27824
- color: #108cee;
28162
+ border-color: #2468f2;
28163
+ color: #2468f2;
27825
28164
  }
27826
28165
 
27827
28166
  .amis-scope .cxd-Card.is-checked .cxd-Card-actions,
27828
28167
  .amis-scope .cxd-Card.is-checked .cxd-Card-actions > a {
27829
- border-color: #108cee;
27830
- color: #108cee;
28168
+ border-color: #2468f2;
28169
+ color: #2468f2;
27831
28170
  }
27832
28171
 
27833
28172
  .amis-scope .cxd-Card.is-checked .cxd-Card-fieldLabel {
@@ -27842,7 +28181,7 @@ readers do not read off random characters that represent icons */
27842
28181
  .amis-scope .cxd-Card.is-modified,
27843
28182
  .amis-scope .cxd-Card.is-moved {
27844
28183
  background: #e8f0fe;
27845
- border-color: #108cee;
28184
+ border-color: #2468f2;
27846
28185
  color: #4285f4;
27847
28186
  }
27848
28187
 
@@ -27850,7 +28189,7 @@ readers do not read off random characters that represent icons */
27850
28189
  .amis-scope .cxd-Card.is-modified .cxd-Card-actions > a,
27851
28190
  .amis-scope .cxd-Card.is-moved .cxd-Card-actions,
27852
28191
  .amis-scope .cxd-Card.is-moved .cxd-Card-actions > a {
27853
- border-color: #108cee;
28192
+ border-color: #2468f2;
27854
28193
  color: #4285f4;
27855
28194
  }
27856
28195
 
@@ -27901,7 +28240,7 @@ readers do not read off random characters that represent icons */
27901
28240
  position: absolute;
27902
28241
  pointer-events: none;
27903
28242
  z-index: 1;
27904
- border: 0.0625rem dashed #108cee;
28243
+ border: 0.0625rem dashed #2468f2;
27905
28244
  }
27906
28245
 
27907
28246
  .amis-scope .cxd-Field--quickEditable:hover .cxd-Field-quickEditBtn {
@@ -27995,7 +28334,7 @@ readers do not read off random characters that represent icons */
27995
28334
  line-height: 10px;
27996
28335
  color: #fff;
27997
28336
  text-align: center;
27998
- background: #108cee;
28337
+ background: #2468f2;
27999
28338
  transition: width 0.2s ease;
28000
28339
  }
28001
28340
 
@@ -28070,7 +28409,7 @@ readers do not read off random characters that represent icons */
28070
28409
  }
28071
28410
 
28072
28411
  .amis-scope .cxd-Field-copyBtn:hover {
28073
- color: #108cee;
28412
+ color: #2468f2;
28074
28413
  }
28075
28414
 
28076
28415
  .amis-scope .cxd-Divider {
@@ -28119,7 +28458,7 @@ readers do not read off random characters that represent icons */
28119
28458
  .amis-scope .cxd-Pagination > li > a:focus,
28120
28459
  .amis-scope .cxd-Pagination > li > span:focus {
28121
28460
  background: transparent;
28122
- color: #108cee;
28461
+ color: #2468f2;
28123
28462
  }
28124
28463
 
28125
28464
  .amis-scope .cxd-Pagination > li.is-disabled > span,
@@ -28143,8 +28482,8 @@ readers do not read off random characters that represent icons */
28143
28482
  .amis-scope .cxd-Pagination > li.is-active > a:focus,
28144
28483
  .amis-scope .cxd-Pagination > li.is-active > span:focus {
28145
28484
  background: #fff;
28146
- color: #108cee;
28147
- border: 0.0625rem solid #108cee;
28485
+ color: #2468f2;
28486
+ border: 0.0625rem solid #2468f2;
28148
28487
  border-radius: 0.142rem;
28149
28488
  }
28150
28489
 
@@ -28180,7 +28519,7 @@ readers do not read off random characters that represent icons */
28180
28519
  .amis-scope .cxd-Pagination-inputGroup input:focus,
28181
28520
  .amis-scope .cxd-Pagination-inputGroup input:hover {
28182
28521
  outline: none;
28183
- border: 0.0625rem solid #108cee;
28522
+ border: 0.0625rem solid #2468f2;
28184
28523
  }
28185
28524
 
28186
28525
  .amis-scope .cxd-PaginationWrapper-pager {
@@ -28282,7 +28621,7 @@ readers do not read off random characters that represent icons */
28282
28621
  .amis-scope .cxd-StatusField .cxd-Status-icon.rolling::after {
28283
28622
  content: "";
28284
28623
  display: inline-block;
28285
- border: 5px solid #108cee;
28624
+ border: 5px solid #2468f2;
28286
28625
  border-radius: 500px;
28287
28626
  position: absolute;
28288
28627
  top: 0;
@@ -28718,7 +29057,7 @@ readers do not read off random characters that represent icons */
28718
29057
  }
28719
29058
 
28720
29059
  .amis-scope .cxd-ImageGallery-item.is-active {
28721
- border: 1px solid #108cee;
29060
+ border: 1px solid #2468f2;
28722
29061
  }
28723
29062
 
28724
29063
  .amis-scope .cxd-ImageGallery-item.is-active:after {
@@ -28947,18 +29286,18 @@ readers do not read off random characters that represent icons */
28947
29286
  outline: none;
28948
29287
  background: transparent;
28949
29288
  border: none;
28950
- color: #666;
29289
+ color: #151a26;
28951
29290
  width: 100%;
28952
29291
  height: calc(1.4285714286 * 0.875rem);
28953
29292
  }
28954
29293
 
28955
29294
  .amis-scope .cxd-InputBox input::placeholder {
28956
- color: #999;
29295
+ color: #b4b6ba;
28957
29296
  user-select: none;
28958
29297
  }
28959
29298
 
28960
29299
  .amis-scope .cxd-InputBox:hover {
28961
- border-color: #108cee;
29300
+ border-color: #2468f2;
28962
29301
  }
28963
29302
 
28964
29303
  .amis-scope .cxd-InputBox--inline {
@@ -28975,13 +29314,13 @@ readers do not read off random characters that represent icons */
28975
29314
  }
28976
29315
 
28977
29316
  .amis-scope .cxd-InputBox.is-focused {
28978
- border-color: #108cee;
29317
+ border-color: #2468f2;
28979
29318
  box-shadow: none;
28980
29319
  background: #fff;
28981
29320
  }
28982
29321
 
28983
29322
  .amis-scope .cxd-InputBox.is-clickable:hover {
28984
- border-color: #108cee;
29323
+ border-color: #2468f2;
28985
29324
  box-shadow: none;
28986
29325
  cursor: pointer;
28987
29326
  }
@@ -28991,7 +29330,7 @@ readers do not read off random characters that represent icons */
28991
29330
  }
28992
29331
 
28993
29332
  .amis-scope .cxd-InputBox.is-disabled {
28994
- color: #999;
29333
+ color: #b4b6ba;
28995
29334
  background: #f5f5f5;
28996
29335
  border-color: #ebebeb;
28997
29336
  }
@@ -29053,18 +29392,18 @@ readers do not read off random characters that represent icons */
29053
29392
  outline: none;
29054
29393
  background: transparent;
29055
29394
  border: none;
29056
- color: #666;
29395
+ color: #151a26;
29057
29396
  width: 100%;
29058
29397
  height: calc(1.4285714286 * 0.875rem);
29059
29398
  }
29060
29399
 
29061
29400
  .amis-scope .cxd-ResultBox input::placeholder {
29062
- color: #999;
29401
+ color: #b4b6ba;
29063
29402
  user-select: none;
29064
29403
  }
29065
29404
 
29066
29405
  .amis-scope .cxd-ResultBox:hover {
29067
- border-color: #108cee;
29406
+ border-color: #2468f2;
29068
29407
  }
29069
29408
 
29070
29409
  .amis-scope .cxd-ResultBox.is-error {
@@ -29076,7 +29415,7 @@ readers do not read off random characters that represent icons */
29076
29415
  .amis-scope .cxd-ResultBox.is-active,
29077
29416
  .amis-scope .cxd-ResultBox:focus {
29078
29417
  outline: none;
29079
- border-color: #108cee;
29418
+ border-color: #2468f2;
29080
29419
  box-shadow: none;
29081
29420
  background: #fff;
29082
29421
  }
@@ -29086,7 +29425,7 @@ readers do not read off random characters that represent icons */
29086
29425
  }
29087
29426
 
29088
29427
  .amis-scope .cxd-ResultBox.is-clickable:not(.is-disabled):hover {
29089
- border-color: #108cee;
29428
+ border-color: #2468f2;
29090
29429
  box-shadow: none;
29091
29430
  background: #fff;
29092
29431
  }
@@ -29096,7 +29435,7 @@ readers do not read off random characters that represent icons */
29096
29435
  }
29097
29436
 
29098
29437
  .amis-scope .cxd-ResultBox.is-disabled {
29099
- color: #999;
29438
+ color: #b4b6ba;
29100
29439
  background: #f5f5f5;
29101
29440
  border-color: #ebebeb;
29102
29441
  pointer-events: none;
@@ -29195,7 +29534,7 @@ readers do not read off random characters that represent icons */
29195
29534
  }
29196
29535
 
29197
29536
  .amis-scope .cxd-ResultBox-placeholder {
29198
- color: #999;
29537
+ color: #b4b6ba;
29199
29538
  user-select: none;
29200
29539
  margin-left: 8px;
29201
29540
  }
@@ -29246,7 +29585,7 @@ readers do not read off random characters that represent icons */
29246
29585
  .amis-scope .cxd-SearchBox-activeBtn:hover,
29247
29586
  .amis-scope .cxd-SearchBox-searchBtn:hover,
29248
29587
  .amis-scope .cxd-SearchBox-cancelBtn:hover {
29249
- color: #108cee;
29588
+ color: #2468f2;
29250
29589
  }
29251
29590
 
29252
29591
  .amis-scope .cxd-SearchBox.is-disabled .cxd-SearchBox-activeBtn,
@@ -29260,13 +29599,13 @@ readers do not read off random characters that represent icons */
29260
29599
  outline: none;
29261
29600
  border: none;
29262
29601
  background: transparent;
29263
- color: #666;
29602
+ color: #151a26;
29264
29603
  width: 0;
29265
29604
  height: calc(1.4285714286 * 0.875rem);
29266
29605
  }
29267
29606
 
29268
29607
  .amis-scope .cxd-SearchBox > input::placeholder {
29269
- color: #999;
29608
+ color: #b4b6ba;
29270
29609
  user-select: none;
29271
29610
  }
29272
29611
 
@@ -29279,7 +29618,7 @@ readers do not read off random characters that represent icons */
29279
29618
 
29280
29619
  .amis-scope .cxd-ListMenu-groupLabel {
29281
29620
  font-size: 0.6875rem;
29282
- color: #999;
29621
+ color: #b4b6ba;
29283
29622
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem - 0.5rem ) / 2 ) 0 0 calc(0.625rem - 0.25rem);
29284
29623
  }
29285
29624
 
@@ -29298,7 +29637,7 @@ readers do not read off random characters that represent icons */
29298
29637
  }
29299
29638
 
29300
29639
  .amis-scope .cxd-ListMenu-item.is-active {
29301
- color: #108cee;
29640
+ color: #2468f2;
29302
29641
  background: transparent;
29303
29642
  }
29304
29643
 
@@ -29308,14 +29647,14 @@ readers do not read off random characters that represent icons */
29308
29647
  }
29309
29648
 
29310
29649
  .amis-scope .cxd-ListMenu-item.is-disabled {
29311
- color: #999;
29650
+ color: #b4b6ba;
29312
29651
  background: transparent;
29313
29652
  }
29314
29653
 
29315
29654
  .amis-scope .cxd-ListMenu-placeholder {
29316
29655
  display: block;
29317
29656
  min-height: 1.875rem;
29318
- color: #999;
29657
+ color: #b4b6ba;
29319
29658
  line-height: 1.4285714286;
29320
29659
  font-size: 0.875rem;
29321
29660
  cursor: pointer;
@@ -29323,7 +29662,7 @@ readers do not read off random characters that represent icons */
29323
29662
  }
29324
29663
 
29325
29664
  .amis-scope .cxd-PopOver > .cxd-ListMenu {
29326
- border-color: #108cee;
29665
+ border-color: #2468f2;
29327
29666
  }
29328
29667
 
29329
29668
  .amis-scope .cxd-Log {
@@ -29510,13 +29849,13 @@ readers do not read off random characters that represent icons */
29510
29849
  }
29511
29850
 
29512
29851
  .amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
29513
- background-color: #108cee;
29852
+ background-color: #2468f2;
29514
29853
  }
29515
29854
 
29516
29855
  .amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
29517
29856
  padding-left: 0.625rem;
29518
29857
  font-size: 0.875rem;
29519
- color: #666;
29858
+ color: #151a26;
29520
29859
  }
29521
29860
 
29522
29861
  .amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
@@ -29588,9 +29927,9 @@ readers do not read off random characters that represent icons */
29588
29927
 
29589
29928
  .amis-scope .cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon,
29590
29929
  .amis-scope .cxd-Steps .cxd-StepsItem.is-process .cxd-StepsItem-icon {
29591
- background-color: #108cee;
29930
+ background-color: #2468f2;
29592
29931
  color: #fff;
29593
- border: 1px solid #108cee;
29932
+ border: 1px solid #2468f2;
29594
29933
  }
29595
29934
 
29596
29935
  .amis-scope fieldset.cxd-Collapse--lg,
@@ -29646,7 +29985,7 @@ readers do not read off random characters that represent icons */
29646
29985
  padding: 0.25rem 0;
29647
29986
  font-size: 0.875rem;
29648
29987
  color: #333;
29649
- border-left: #108cee 0.25rem solid;
29988
+ border-left: #2468f2 0.25rem solid;
29650
29989
  line-height: 1.2;
29651
29990
  margin: 0.75rem 0;
29652
29991
  padding: 0 0 0 14px;
@@ -30038,7 +30377,7 @@ readers do not read off random characters that represent icons */
30038
30377
  .amis-scope .cxd-InputGroup.is-focused .cxd-TextControl-input,
30039
30378
  .amis-scope .cxd-InputGroup.is-focused .cxd-Select,
30040
30379
  .amis-scope .cxd-InputGroup.is-focused .cxd-InputGroup-btn .cxd-Button {
30041
- border-color: #108cee;
30380
+ border-color: #2468f2;
30042
30381
  }
30043
30382
 
30044
30383
  .amis-scope .cxd-InputGroup.is-focused .cxd-Select {
@@ -30046,15 +30385,15 @@ readers do not read off random characters that represent icons */
30046
30385
  }
30047
30386
 
30048
30387
  .amis-scope .cxd-InputGroup.is-focused .cxd-Select {
30049
- color: #108cee;
30388
+ color: #2468f2;
30050
30389
  }
30051
30390
 
30052
30391
  .amis-scope .cxd-InputGroup.is-focused .cxd-Select-arrow {
30053
- color: #108cee;
30392
+ color: #2468f2;
30054
30393
  }
30055
30394
 
30056
30395
  .amis-scope .cxd-InputGroup.is-focused .cxd-InputGroup-addOn {
30057
- color: #108cee;
30396
+ color: #2468f2;
30058
30397
  }
30059
30398
 
30060
30399
  .amis-scope .cxd-InputGroup:not(.is-inline) {
@@ -30094,18 +30433,18 @@ readers do not read off random characters that represent icons */
30094
30433
  outline: none;
30095
30434
  background: transparent;
30096
30435
  border: none;
30097
- color: #666;
30436
+ color: #151a26;
30098
30437
  width: 100%;
30099
30438
  height: calc(1.4285714286 * 0.875rem);
30100
30439
  }
30101
30440
 
30102
30441
  .amis-scope .cxd-TextControl-input input::placeholder {
30103
- color: #999;
30442
+ color: #b4b6ba;
30104
30443
  user-select: none;
30105
30444
  }
30106
30445
 
30107
30446
  .amis-scope .cxd-TextControl-input:hover {
30108
- border-color: #108cee;
30447
+ border-color: #2468f2;
30109
30448
  }
30110
30449
 
30111
30450
  .amis-scope .cxd-TextControl-input--borderHalf {
@@ -30125,7 +30464,7 @@ readers do not read off random characters that represent icons */
30125
30464
  }
30126
30465
 
30127
30466
  .amis-scope .cxd-TextControl.is-focused > .cxd-TextControl-input {
30128
- border-color: #108cee;
30467
+ border-color: #2468f2;
30129
30468
  box-shadow: none;
30130
30469
  background: #fff;
30131
30470
  transition: all 0.2s;
@@ -30136,7 +30475,7 @@ readers do not read off random characters that represent icons */
30136
30475
  }
30137
30476
 
30138
30477
  .amis-scope .cxd-TextControl.is-disabled > .cxd-TextControl-input {
30139
- color: #999;
30478
+ color: #b4b6ba;
30140
30479
  background: #f5f5f5;
30141
30480
  border-color: #ebebeb;
30142
30481
  transition: all 0.2s;
@@ -30177,7 +30516,7 @@ readers do not read off random characters that represent icons */
30177
30516
  }
30178
30517
 
30179
30518
  .amis-scope .cxd-TextControl-placeholder {
30180
- color: #999;
30519
+ color: #b4b6ba;
30181
30520
  user-select: none;
30182
30521
  position: absolute;
30183
30522
  left: 0.625rem;
@@ -30274,7 +30613,7 @@ readers do not read off random characters that represent icons */
30274
30613
  }
30275
30614
 
30276
30615
  .amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-button .cxd-Button {
30277
- border-color: #108cee;
30616
+ border-color: #2468f2;
30278
30617
  }
30279
30618
 
30280
30619
  .amis-scope .cxd-TextControl--withAddOn.is-error > .cxd-TextControl-addOn {
@@ -30282,13 +30621,13 @@ readers do not read off random characters that represent icons */
30282
30621
  }
30283
30622
 
30284
30623
  .amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-addOn {
30285
- border-color: #108cee;
30286
- color: #108cee;
30624
+ border-color: #2468f2;
30625
+ color: #2468f2;
30287
30626
  box-shadow: none;
30288
30627
  }
30289
30628
 
30290
30629
  .amis-scope .cxd-TextControl--withAddOn.is-disabled > .cxd-TextControl-addOn {
30291
- color: #999;
30630
+ color: #b4b6ba;
30292
30631
  }
30293
30632
 
30294
30633
  .amis-scope .cxd-TextControl--withAddOn.is-inline {
@@ -30317,7 +30656,7 @@ readers do not read off random characters that represent icons */
30317
30656
  position: absolute;
30318
30657
  background: #fff;
30319
30658
  color: #333;
30320
- border: 0.0625rem solid #108cee;
30659
+ border: 0.0625rem solid #2468f2;
30321
30660
  left: -0.0625rem;
30322
30661
  right: -0.0625rem;
30323
30662
  top: 100%;
@@ -30385,21 +30724,21 @@ readers do not read off random characters that represent icons */
30385
30724
  white-space: nowrap;
30386
30725
  line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
30387
30726
  font-size: 0.75rem;
30388
- color: #108cee;
30389
- background: #cee8fc;
30390
- border: 0.0625rem solid #9dd1fa;
30727
+ color: #2468f2;
30728
+ background: #e4edfe;
30729
+ border: 0.0625rem solid #b3cbfc;
30391
30730
  border-radius: 0.125rem;
30392
30731
  margin: 2px 3px;
30393
30732
  }
30394
30733
 
30395
30734
  .amis-scope .cxd-TextControl-valueIcon {
30396
30735
  cursor: pointer;
30397
- border-right: 0.0625rem solid #9dd1fa;
30736
+ border-right: 0.0625rem solid #b3cbfc;
30398
30737
  padding: 1px 5px;
30399
30738
  }
30400
30739
 
30401
30740
  .amis-scope .cxd-TextControl-valueIcon:hover {
30402
- background: #b5dcfb;
30741
+ background: #ccdcfd;
30403
30742
  }
30404
30743
 
30405
30744
  .amis-scope .cxd-TextControl-input--multiple .cxd-TextControl-valueLabel {
@@ -30407,7 +30746,7 @@ readers do not read off random characters that represent icons */
30407
30746
  }
30408
30747
 
30409
30748
  .amis-scope .cxd-TextControl-counter {
30410
- color: #999;
30749
+ color: #b4b6ba;
30411
30750
  }
30412
30751
 
30413
30752
  .amis-scope .has-error--maxLength .cxd-TextControl-counter {
@@ -30447,19 +30786,19 @@ readers do not read off random characters that represent icons */
30447
30786
  }
30448
30787
 
30449
30788
  .amis-scope .cxd-TextareaControl > textarea::placeholder {
30450
- color: #999;
30789
+ color: #b4b6ba;
30451
30790
  }
30452
30791
 
30453
30792
  .amis-scope .cxd-TextareaControl > textarea:focus,
30454
30793
  .amis-scope .cxd-TextareaControl.is-focused > textarea {
30455
- border-color: #108cee;
30794
+ border-color: #2468f2;
30456
30795
  box-shadow: none;
30457
30796
  }
30458
30797
 
30459
30798
  .amis-scope .cxd-TextareaControl.is-disabled > textarea,
30460
30799
  .amis-scope .cxd-TextareaControl > textarea[disabled] {
30461
30800
  background: #e5e7eb;
30462
- color: #999;
30801
+ color: #b4b6ba;
30463
30802
  }
30464
30803
 
30465
30804
  .amis-scope .cxd-TextareaControl.is-error > textarea {
@@ -30506,7 +30845,7 @@ readers do not read off random characters that represent icons */
30506
30845
  }
30507
30846
 
30508
30847
  .amis-scope .cxd-Checkbox:hover input:not(:disabled) + i {
30509
- border-color: #108cee;
30848
+ border-color: #2468f2;
30510
30849
  }
30511
30850
 
30512
30851
  .amis-scope .cxd-Checkbox > i {
@@ -30560,13 +30899,13 @@ readers do not read off random characters that represent icons */
30560
30899
  }
30561
30900
 
30562
30901
  .amis-scope .cxd-Checkbox--checkbox input:checked + i {
30563
- border-color: #108cee;
30902
+ border-color: #2468f2;
30564
30903
  }
30565
30904
 
30566
30905
  .amis-scope .cxd-Checkbox--checkbox input:checked + i:before {
30567
30906
  width: 0.5rem;
30568
30907
  height: 0.5rem;
30569
- background: #108cee;
30908
+ background: #2468f2;
30570
30909
  }
30571
30910
 
30572
30911
  .amis-scope .cxd-Checkbox--checkbox input[disabled] + i {
@@ -30582,7 +30921,7 @@ readers do not read off random characters that represent icons */
30582
30921
 
30583
30922
  .amis-scope .cxd-Checkbox--checkbox input[disabled] + i + span {
30584
30923
  cursor: not-allowed;
30585
- color: #999;
30924
+ color: #b4b6ba;
30586
30925
  }
30587
30926
 
30588
30927
  .amis-scope .cxd-Checkbox--checkbox > i {
@@ -30598,8 +30937,8 @@ readers do not read off random characters that represent icons */
30598
30937
  }
30599
30938
 
30600
30939
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i {
30601
- border-color: #108cee;
30602
- background: #108cee;
30940
+ border-color: #2468f2;
30941
+ background: #2468f2;
30603
30942
  }
30604
30943
 
30605
30944
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i:before {
@@ -30650,29 +30989,29 @@ readers do not read off random characters that represent icons */
30650
30989
  }
30651
30990
 
30652
30991
  .amis-scope .cxd-Checkbox--radio input:checked + i {
30653
- border-color: #108cee;
30992
+ border-color: #2468f2;
30654
30993
  }
30655
30994
 
30656
30995
  .amis-scope .cxd-Checkbox--radio input:checked + i:before {
30657
30996
  width: 0.625rem;
30658
30997
  height: 0.625rem;
30659
- background: #108cee;
30998
+ background: #2468f2;
30660
30999
  border-radius: 50%;
30661
31000
  }
30662
31001
 
30663
31002
  .amis-scope .cxd-Checkbox--radio input[disabled] + i {
30664
- border-color: #999;
31003
+ border-color: #b4b6ba;
30665
31004
  background: #e5e7eb;
30666
31005
  cursor: not-allowed;
30667
31006
  }
30668
31007
 
30669
31008
  .amis-scope .cxd-Checkbox--radio input[disabled] + i:before {
30670
- background: #999;
31009
+ background: #b4b6ba;
30671
31010
  }
30672
31011
 
30673
31012
  .amis-scope .cxd-Checkbox--radio input[disabled] + i + span {
30674
31013
  cursor: not-allowed;
30675
- color: #999;
31014
+ color: #b4b6ba;
30676
31015
  }
30677
31016
 
30678
31017
  .amis-scope .cxd-Checkbox--radio input:focus + i {
@@ -30719,7 +31058,7 @@ readers do not read off random characters that represent icons */
30719
31058
  }
30720
31059
 
30721
31060
  .amis-scope .cxd-Checkbox-desc {
30722
- color: #999;
31061
+ color: #b4b6ba;
30723
31062
  margin-left: 0.25rem;
30724
31063
  margin-top: 0.25rem;
30725
31064
  pointer-events: all;
@@ -30802,7 +31141,7 @@ readers do not read off random characters that represent icons */
30802
31141
  .amis-scope .cxd-ListRadios-group > .cxd-ListRadios-itemLabel {
30803
31142
  font-size: 0.75rem;
30804
31143
  padding: 0.25rem 0.25rem;
30805
- color: #999;
31144
+ color: #b4b6ba;
30806
31145
  }
30807
31146
 
30808
31147
  .amis-scope .cxd-ListCheckboxes-item,
@@ -30824,7 +31163,7 @@ readers do not read off random characters that represent icons */
30824
31163
 
30825
31164
  .amis-scope .cxd-ListCheckboxes-item.is-active,
30826
31165
  .amis-scope .cxd-ListRadios-item.is-active {
30827
- color: #108cee;
31166
+ color: #2468f2;
30828
31167
  background: transparent;
30829
31168
  }
30830
31169
 
@@ -30836,7 +31175,7 @@ readers do not read off random characters that represent icons */
30836
31175
  .amis-scope .cxd-ListCheckboxes-item.is-disabled,
30837
31176
  .amis-scope .cxd-ListRadios-item.is-disabled {
30838
31177
  pointer-events: none;
30839
- color: #999;
31178
+ color: #b4b6ba;
30840
31179
  }
30841
31180
 
30842
31181
  .amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
@@ -30866,7 +31205,7 @@ readers do not read off random characters that represent icons */
30866
31205
  line-height: 1.4285714286;
30867
31206
  font-size: 0.875rem;
30868
31207
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
30869
- color: #999;
31208
+ color: #b4b6ba;
30870
31209
  }
30871
31210
 
30872
31211
  .amis-scope .cxd-TableCheckboxes .cxd-Table-content {
@@ -30998,13 +31337,13 @@ readers do not read off random characters that represent icons */
30998
31337
 
30999
31338
  .amis-scope .cxd-TreeCheckboxes-itemInner.is-active,
31000
31339
  .amis-scope .cxd-TreeRadios-itemInner.is-active {
31001
- color: #108cee;
31340
+ color: #2468f2;
31002
31341
  }
31003
31342
 
31004
31343
  .amis-scope .cxd-TreeCheckboxes-itemInner.is-disabled,
31005
31344
  .amis-scope .cxd-TreeRadios-itemInner.is-disabled {
31006
31345
  pointer-events: none;
31007
- color: #999;
31346
+ color: #b4b6ba;
31008
31347
  }
31009
31348
 
31010
31349
  .amis-scope .cxd-TreeCheckboxes-itemLabel,
@@ -31018,7 +31357,7 @@ readers do not read off random characters that represent icons */
31018
31357
  line-height: 1.4285714286;
31019
31358
  font-size: 0.875rem;
31020
31359
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
31021
- color: #999;
31360
+ color: #b4b6ba;
31022
31361
  }
31023
31362
 
31024
31363
  .amis-scope .cxd-ChainedCheckboxes {
@@ -31038,7 +31377,7 @@ readers do not read off random characters that represent icons */
31038
31377
  .amis-scope .cxd-ChainedCheckboxes-subTitle {
31039
31378
  font-size: 0.75rem;
31040
31379
  padding: 0.25rem 0.25rem;
31041
- color: #999;
31380
+ color: #b4b6ba;
31042
31381
  }
31043
31382
 
31044
31383
  .amis-scope .cxd-ChainedCheckboxes-item {
@@ -31057,7 +31396,7 @@ readers do not read off random characters that represent icons */
31057
31396
  }
31058
31397
 
31059
31398
  .amis-scope .cxd-ChainedCheckboxes-item.is-active {
31060
- color: #108cee;
31399
+ color: #2468f2;
31061
31400
  background: transparent;
31062
31401
  }
31063
31402
 
@@ -31067,7 +31406,7 @@ readers do not read off random characters that represent icons */
31067
31406
 
31068
31407
  .amis-scope .cxd-ChainedCheckboxes-item.is-disabled {
31069
31408
  pointer-events: none;
31070
- color: #999;
31409
+ color: #b4b6ba;
31071
31410
  }
31072
31411
 
31073
31412
  .amis-scope .cxd-ChainedCheckboxes-itemLabel {
@@ -31079,7 +31418,7 @@ readers do not read off random characters that represent icons */
31079
31418
  line-height: 1.4285714286;
31080
31419
  font-size: 0.875rem;
31081
31420
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
31082
- color: #999;
31421
+ color: #b4b6ba;
31083
31422
  }
31084
31423
 
31085
31424
  .amis-scope .cxd-AssociatedCheckboxes {
@@ -31101,7 +31440,7 @@ readers do not read off random characters that represent icons */
31101
31440
 
31102
31441
  .amis-scope .cxd-AssociatedCheckboxes-reload {
31103
31442
  text-align: center;
31104
- color: #108cee;
31443
+ color: #2468f2;
31105
31444
  margin: 20px 0 0;
31106
31445
  }
31107
31446
 
@@ -31112,7 +31451,7 @@ readers do not read off random characters that represent icons */
31112
31451
  .amis-scope .cxd-AssociatedCheckboxes-box {
31113
31452
  line-height: 1.4285714286;
31114
31453
  font-size: 0.75rem;
31115
- color: #999;
31454
+ color: #b4b6ba;
31116
31455
  flex-grow: 1;
31117
31456
  display: flex;
31118
31457
  flex-direction: column;
@@ -31124,7 +31463,7 @@ readers do not read off random characters that represent icons */
31124
31463
  .amis-scope .cxd-AssociatedCheckboxes-box > p {
31125
31464
  text-align: center;
31126
31465
  margin: 10px 0 20px;
31127
- color: #999;
31466
+ color: #b4b6ba;
31128
31467
  }
31129
31468
 
31130
31469
  .amis-scope .cxd-CityPicker .cxd-Select {
@@ -31148,12 +31487,12 @@ readers do not read off random characters that represent icons */
31148
31487
  }
31149
31488
 
31150
31489
  .amis-scope .cxd-CityPicker-input::placeholder {
31151
- color: #999;
31490
+ color: #b4b6ba;
31152
31491
  user-select: none;
31153
31492
  }
31154
31493
 
31155
31494
  .amis-scope .cxd-CityPicker-input:focus {
31156
- border-color: #108cee;
31495
+ border-color: #2468f2;
31157
31496
  box-shadow: none;
31158
31497
  background: #fff;
31159
31498
  }
@@ -31206,7 +31545,7 @@ readers do not read off random characters that represent icons */
31206
31545
  }
31207
31546
 
31208
31547
  .amis-scope .cxd-Switch.is-checked {
31209
- background: #108cee;
31548
+ background: #2468f2;
31210
31549
  }
31211
31550
 
31212
31551
  .amis-scope .cxd-Switch.is-checked .slider::before {
@@ -31284,7 +31623,7 @@ readers do not read off random characters that represent icons */
31284
31623
  }
31285
31624
 
31286
31625
  .amis-scope .cxd-Number-focused {
31287
- border-color: #108cee;
31626
+ border-color: #2468f2;
31288
31627
  box-shadow: none;
31289
31628
  }
31290
31629
 
@@ -31307,12 +31646,12 @@ readers do not read off random characters that represent icons */
31307
31646
  }
31308
31647
 
31309
31648
  .amis-scope .cxd-Number:hover {
31310
- border-color: #108cee;
31649
+ border-color: #2468f2;
31311
31650
  }
31312
31651
 
31313
31652
  .amis-scope .cxd-Number:hover .cxd-Number-handler-up,
31314
31653
  .amis-scope .cxd-Number:hover .cxd-Number-handler-wrap {
31315
- border-color: #108cee;
31654
+ border-color: #2468f2;
31316
31655
  }
31317
31656
 
31318
31657
  .amis-scope .cxd-Number-disabled:hover {
@@ -31353,7 +31692,7 @@ readers do not read off random characters that represent icons */
31353
31692
 
31354
31693
  .amis-scope .cxd-Number-handler:hover {
31355
31694
  background: #fff;
31356
- color: #108cee;
31695
+ color: #2468f2;
31357
31696
  }
31358
31697
 
31359
31698
  .amis-scope .cxd-Number-handler:hover:active {
@@ -31407,7 +31746,7 @@ readers do not read off random characters that represent icons */
31407
31746
  }
31408
31747
 
31409
31748
  .amis-scope .cxd-Number-disabled .cxd-Number-handler:hover {
31410
- color: #999;
31749
+ color: #b4b6ba;
31411
31750
  border-color: #ccc;
31412
31751
  }
31413
31752
 
@@ -31450,15 +31789,15 @@ readers do not read off random characters that represent icons */
31450
31789
 
31451
31790
  .amis-scope .cxd-Select:hover {
31452
31791
  background: #fff;
31453
- border-color: #108cee;
31792
+ border-color: #2468f2;
31454
31793
  }
31455
31794
 
31456
31795
  .amis-scope .cxd-Select:hover .cxd-Select-arrow:before {
31457
- color: #108cee;
31796
+ color: #2468f2;
31458
31797
  }
31459
31798
 
31460
31799
  .amis-scope .cxd-Select.is-disabled {
31461
- color: #999;
31800
+ color: #b4b6ba;
31462
31801
  background: #f5f5f5;
31463
31802
  border-color: #ebebeb;
31464
31803
  }
@@ -31534,9 +31873,9 @@ readers do not read off random characters that represent icons */
31534
31873
  display: inline-block;
31535
31874
  vertical-align: middle;
31536
31875
  font-size: 0.75rem;
31537
- color: #108cee;
31538
- background: #cee8fc;
31539
- border: 0.0625rem solid #9dd1fa;
31876
+ color: #2468f2;
31877
+ background: #e4edfe;
31878
+ border: 0.0625rem solid #b3cbfc;
31540
31879
  border-radius: 0.125rem;
31541
31880
  margin-right: 0.25rem;
31542
31881
  margin-bottom: 0.25rem;
@@ -31548,19 +31887,19 @@ readers do not read off random characters that represent icons */
31548
31887
 
31549
31888
  .amis-scope .cxd-Select-valueIcon {
31550
31889
  cursor: pointer;
31551
- border-right: 0.0625rem solid #9dd1fa;
31890
+ border-right: 0.0625rem solid #b3cbfc;
31552
31891
  padding: 1px 5px;
31553
31892
  }
31554
31893
 
31555
31894
  .amis-scope .cxd-Select-valueIcon:hover {
31556
- background: #b5dcfb;
31895
+ background: #ccdcfd;
31557
31896
  }
31558
31897
 
31559
31898
  .amis-scope .cxd-Select-valueIcon.is-disabled {
31560
31899
  pointer-events: none;
31561
31900
  display: none;
31562
31901
  cursor: not-allowed;
31563
- background: #e6f3fe;
31902
+ background: #fdfdff;
31564
31903
  }
31565
31904
 
31566
31905
  .amis-scope .cxd-Select-arrow {
@@ -31637,7 +31976,7 @@ readers do not read off random characters that represent icons */
31637
31976
  }
31638
31977
 
31639
31978
  .amis-scope .cxd-Select-option.is-active {
31640
- color: #108cee;
31979
+ color: #2468f2;
31641
31980
  background: transparent;
31642
31981
  }
31643
31982
 
@@ -31647,12 +31986,12 @@ readers do not read off random characters that represent icons */
31647
31986
  }
31648
31987
 
31649
31988
  .amis-scope .cxd-Select-option.is-disabled {
31650
- color: #999;
31989
+ color: #b4b6ba;
31651
31990
  background: transparent;
31652
31991
  }
31653
31992
 
31654
31993
  .amis-scope .cxd-Select-option--placeholder {
31655
- color: #999;
31994
+ color: #b4b6ba;
31656
31995
  }
31657
31996
 
31658
31997
  .amis-scope .cxd-Select-option > label {
@@ -31699,7 +32038,7 @@ readers do not read off random characters that represent icons */
31699
32038
 
31700
32039
  .amis-scope .cxd-Select.is-focused,
31701
32040
  .amis-scope .cxd-Select.is-opened {
31702
- border-color: #108cee;
32041
+ border-color: #2468f2;
31703
32042
  color: #000;
31704
32043
  }
31705
32044
 
@@ -31732,7 +32071,7 @@ readers do not read off random characters that represent icons */
31732
32071
  margin-top: calc(0 * -1);
31733
32072
  background: #fff;
31734
32073
  color: #333;
31735
- border: 0 solid #108cee;
32074
+ border: 0 solid #2468f2;
31736
32075
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
31737
32076
  border-top-left-radius: 0;
31738
32077
  border-top-right-radius: 0;
@@ -31786,7 +32125,7 @@ readers do not read off random characters that represent icons */
31786
32125
  }
31787
32126
 
31788
32127
  .amis-scope .cxd-Selections-placeholder {
31789
- color: #999;
32128
+ color: #b4b6ba;
31790
32129
  text-align: center;
31791
32130
  width: 100%;
31792
32131
  flex-basis: 1.875rem;
@@ -31833,7 +32172,7 @@ readers do not read off random characters that represent icons */
31833
32172
  }
31834
32173
 
31835
32174
  .amis-scope .cxd-Selections-delBtn:hover {
31836
- color: #108cee;
32175
+ color: #2468f2;
31837
32176
  }
31838
32177
 
31839
32178
  .amis-scope .cxd-Selections-delBtn > svg {
@@ -31860,7 +32199,7 @@ readers do not read off random characters that represent icons */
31860
32199
  border: 0.0625rem solid #ccc;
31861
32200
  background: #fff;
31862
32201
  padding: 0.375rem 0.625rem;
31863
- color: #000;
32202
+ color: #151a26;
31864
32203
  transition: none;
31865
32204
  max-width: calc(12.5rem + 2 * 0.625rem);
31866
32205
  }
@@ -31870,24 +32209,24 @@ readers do not read off random characters that represent icons */
31870
32209
  }
31871
32210
 
31872
32211
  .amis-scope .cxd-ListControl-item .b-inherit {
31873
- border-color: #000;
32212
+ border-color: #151a26;
31874
32213
  }
31875
32214
 
31876
32215
  .amis-scope .cxd-ListControl-item:hover {
31877
32216
  background: #fff;
31878
- border-color: #108cee;
31879
- color: #108cee;
32217
+ border-color: #2468f2;
32218
+ color: #2468f2;
31880
32219
  }
31881
32220
 
31882
32221
  .amis-scope .cxd-ListControl-item:hover .b-inherit {
31883
- border-color: #108cee;
32222
+ border-color: #2468f2;
31884
32223
  }
31885
32224
 
31886
32225
  .amis-scope .cxd-ListControl-item:hover:active,
31887
32226
  .amis-scope .cxd-ListControl-item.is-active {
31888
32227
  background: #fff;
31889
- border-color: #108cee;
31890
- color: #108cee;
32228
+ border-color: #2468f2;
32229
+ color: #2468f2;
31891
32230
  }
31892
32231
 
31893
32232
  .amis-scope .cxd-ListControl-item:hover:active:hover,
@@ -31897,7 +32236,7 @@ readers do not read off random characters that represent icons */
31897
32236
 
31898
32237
  .amis-scope .cxd-ListControl-item:hover:active .b-inherit,
31899
32238
  .amis-scope .cxd-ListControl-item.is-active .b-inherit {
31900
- border-color: #108cee;
32239
+ border-color: #2468f2;
31901
32240
  }
31902
32241
 
31903
32242
  .amis-scope .cxd-ListControl-item:hover:active:before,
@@ -31906,7 +32245,7 @@ readers do not read off random characters that represent icons */
31906
32245
  position: absolute;
31907
32246
  width: 0.875rem;
31908
32247
  height: 0.875rem;
31909
- background: #108cee;
32248
+ background: #2468f2;
31910
32249
  right: 0;
31911
32250
  bottom: 0;
31912
32251
  }
@@ -31959,7 +32298,7 @@ readers do not read off random characters that represent icons */
31959
32298
  }
31960
32299
 
31961
32300
  .amis-scope .cxd-ListControl-placeholder {
31962
- color: #999;
32301
+ color: #b4b6ba;
31963
32302
  }
31964
32303
 
31965
32304
  .amis-scope .cxd-LocationPicker {
@@ -31987,16 +32326,16 @@ readers do not read off random characters that represent icons */
31987
32326
 
31988
32327
  .amis-scope .cxd-LocationPicker:not(.is-disabled):hover {
31989
32328
  background: #fff;
31990
- border-color: #108cee;
32329
+ border-color: #2468f2;
31991
32330
  }
31992
32331
 
31993
32332
  .amis-scope .cxd-LocationPicker:not(.is-disabled):hover .cxd-DatePicker-toggler:before {
31994
- color: #108cee;
32333
+ color: #2468f2;
31995
32334
  }
31996
32335
 
31997
32336
  .amis-scope .cxd-LocationPicker.is-focused,
31998
32337
  .amis-scope .cxd-LocationPicker.is-active {
31999
- border-color: #108cee;
32338
+ border-color: #2468f2;
32000
32339
  box-shadow: none;
32001
32340
  }
32002
32341
 
@@ -32005,7 +32344,7 @@ readers do not read off random characters that represent icons */
32005
32344
  }
32006
32345
 
32007
32346
  .amis-scope .cxd-LocationPicker.is-disabled > cxd-LocationPicker-input {
32008
- color: #999;
32347
+ color: #b4b6ba;
32009
32348
  }
32010
32349
 
32011
32350
  .amis-scope .cxd-LocationPicker-placeholder {
@@ -32028,7 +32367,7 @@ readers do not read off random characters that represent icons */
32028
32367
  }
32029
32368
 
32030
32369
  .amis-scope .cxd-LocationPicker-toggler:hover {
32031
- color: #108cee;
32370
+ color: #2468f2;
32032
32371
  }
32033
32372
 
32034
32373
  .amis-scope .cxd-LocationPicker-clear {
@@ -32068,7 +32407,7 @@ readers do not read off random characters that represent icons */
32068
32407
  width: 100%;
32069
32408
  max-width: 100%;
32070
32409
  margin-top: -1px;
32071
- border-color: #108cee;
32410
+ border-color: #2468f2;
32072
32411
  }
32073
32412
 
32074
32413
  .amis-scope .cxd-MapPicker-search {
@@ -32108,7 +32447,7 @@ readers do not read off random characters that represent icons */
32108
32447
  }
32109
32448
 
32110
32449
  .amis-scope .cxd-MapPicker-sugItem:hover {
32111
- color: #108cee;
32450
+ color: #2468f2;
32112
32451
  background: transparent;
32113
32452
  }
32114
32453
 
@@ -32142,7 +32481,7 @@ readers do not read off random characters that represent icons */
32142
32481
 
32143
32482
  .amis-scope .cxd-ColorPicker:not(.is-disabled):hover {
32144
32483
  background: #fff;
32145
- border-color: #108cee;
32484
+ border-color: #2468f2;
32146
32485
  }
32147
32486
 
32148
32487
  .amis-scope .cxd-ColorPicker-input {
@@ -32162,7 +32501,7 @@ readers do not read off random characters that represent icons */
32162
32501
  }
32163
32502
 
32164
32503
  .amis-scope .cxd-ColorPicker.is-focused {
32165
- border-color: #108cee;
32504
+ border-color: #2468f2;
32166
32505
  box-shadow: none;
32167
32506
  }
32168
32507
 
@@ -32261,15 +32600,15 @@ readers do not read off random characters that represent icons */
32261
32600
 
32262
32601
  .amis-scope .cxd-DatePicker:not(.is-disabled):hover {
32263
32602
  background: #fff;
32264
- border-color: #108cee;
32603
+ border-color: #2468f2;
32265
32604
  }
32266
32605
 
32267
32606
  .amis-scope .cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-toggler:before {
32268
- color: #108cee;
32607
+ color: #2468f2;
32269
32608
  }
32270
32609
 
32271
32610
  .amis-scope .cxd-DatePicker.is-focused {
32272
- border-color: #108cee;
32611
+ border-color: #2468f2;
32273
32612
  box-shadow: none;
32274
32613
  }
32275
32614
 
@@ -32278,7 +32617,7 @@ readers do not read off random characters that represent icons */
32278
32617
  }
32279
32618
 
32280
32619
  .amis-scope .cxd-DatePicker.is-disabled > .cxd-DatePicker-input {
32281
- color: #999;
32620
+ color: #b4b6ba;
32282
32621
  }
32283
32622
 
32284
32623
  .amis-scope .cxd-DatePicker-placeholder {
@@ -32302,7 +32641,7 @@ readers do not read off random characters that represent icons */
32302
32641
  }
32303
32642
 
32304
32643
  .amis-scope .cxd-DatePicker-toggler:hover {
32305
- color: #108cee;
32644
+ color: #2468f2;
32306
32645
  }
32307
32646
 
32308
32647
  .amis-scope .cxd-DatePicker-clear {
@@ -32352,12 +32691,12 @@ readers do not read off random characters that represent icons */
32352
32691
  .amis-scope .cxd-DatePicker-shortcut a {
32353
32692
  font-size: 0.875rem;
32354
32693
  cursor: pointer;
32355
- color: #108cee;
32694
+ color: #2468f2;
32356
32695
  text-decoration: none;
32357
32696
  }
32358
32697
 
32359
32698
  .amis-scope .cxd-DatePicker-shortcut a:hover {
32360
- color: #0b62a6;
32699
+ color: #0b46be;
32361
32700
  text-decoration: none;
32362
32701
  }
32363
32702
 
@@ -32373,7 +32712,7 @@ readers do not read off random characters that represent icons */
32373
32712
  .amis-scope .rdt {
32374
32713
  user-select: none;
32375
32714
  font-size: 0.875rem;
32376
- color: #666;
32715
+ color: #151a26;
32377
32716
  }
32378
32717
 
32379
32718
  .amis-scope .rdt .rdtPicker {
@@ -32405,11 +32744,11 @@ readers do not read off random characters that represent icons */
32405
32744
  }
32406
32745
 
32407
32746
  .amis-scope .rdt .rdtPicker td.rdtBetween {
32408
- background: rgba(16, 140, 238, 0.1);
32747
+ background: rgba(36, 104, 242, 0.1);
32409
32748
  }
32410
32749
 
32411
32750
  .amis-scope .rdt .rdtPicker td.rdtToday:before {
32412
- border-bottom-color: #108cee;
32751
+ border-bottom-color: #2468f2;
32413
32752
  }
32414
32753
 
32415
32754
  .amis-scope .rdt .rdtPicker td.rdtActive.rdtToday:before {
@@ -32418,7 +32757,7 @@ readers do not read off random characters that represent icons */
32418
32757
 
32419
32758
  .amis-scope .rdt .rdtPicker td.rdtActive,
32420
32759
  .amis-scope .rdt .rdtPicker td.rdtActive:hover {
32421
- background: #108cee;
32760
+ background: #2468f2;
32422
32761
  }
32423
32762
 
32424
32763
  .amis-scope .rdt .rdtPicker td.rdtDisabled,
@@ -32466,7 +32805,7 @@ readers do not read off random characters that represent icons */
32466
32805
  position: absolute;
32467
32806
  background: #fff;
32468
32807
  color: #333;
32469
- border: 0.0625rem solid #108cee;
32808
+ border: 0.0625rem solid #2468f2;
32470
32809
  left: -0.0625rem;
32471
32810
  right: -0.0625rem;
32472
32811
  top: 100%;
@@ -32489,7 +32828,7 @@ readers do not read off random characters that represent icons */
32489
32828
  outline: none;
32490
32829
  width: 40px;
32491
32830
  font-size: 0.875rem;
32492
- color: #108cee;
32831
+ color: #2468f2;
32493
32832
  border: 1px solid #eceff8;
32494
32833
  border-radius: 0;
32495
32834
  height: 1.875rem;
@@ -32504,7 +32843,7 @@ readers do not read off random characters that represent icons */
32504
32843
  }
32505
32844
 
32506
32845
  .amis-scope .cxd-CalendarInput:focus {
32507
- border-color: #108cee;
32846
+ border-color: #2468f2;
32508
32847
  box-shadow: none;
32509
32848
  }
32510
32849
 
@@ -32521,11 +32860,11 @@ readers do not read off random characters that represent icons */
32521
32860
  align-items: center;
32522
32861
  height: 25px;
32523
32862
  text-align: center;
32524
- color: #108cee;
32863
+ color: #2468f2;
32525
32864
  }
32526
32865
 
32527
32866
  .amis-scope .cxd-CalendarCounter-btn:hover {
32528
- color: #047bdb;
32867
+ color: #1C53C1;
32529
32868
  }
32530
32869
 
32531
32870
  .amis-scope .cxd-CalendarCounter-btn > svg {
@@ -32572,13 +32911,13 @@ readers do not read off random characters that represent icons */
32572
32911
  cursor: pointer;
32573
32912
  text-decoration: none;
32574
32913
  font-size: 0.75rem;
32575
- border: 1px solid #108cee;
32914
+ border: 1px solid #2468f2;
32576
32915
  color: #fff;
32577
- background: #108cee;
32578
- border-color: #108cee;
32916
+ background: #2468f2;
32917
+ border-color: #2468f2;
32579
32918
  box-shadow: none;
32580
32919
  text-shadow: none;
32581
- border-radius: 0;
32920
+ border-radius: 0.142rem;
32582
32921
  }
32583
32922
 
32584
32923
  .amis-scope .rdtBtn:hover {
@@ -32598,8 +32937,14 @@ readers do not read off random characters that represent icons */
32598
32937
 
32599
32938
  .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover {
32600
32939
  color: #fff;
32601
- background: #0e77ca;
32602
- border-color: #0d70be;
32940
+ background: #0d54e2;
32941
+ border-color: #0d4fd6;
32942
+ }
32943
+
32944
+ .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
32945
+ color: #fff;
32946
+ background: #0d4fd6;
32947
+ border-color: #0c4bca;
32603
32948
  }
32604
32949
 
32605
32950
  .amis-scope .rdtBtn:hover:focus {
@@ -32611,7 +32956,7 @@ readers do not read off random characters that represent icons */
32611
32956
  }
32612
32957
 
32613
32958
  .amis-scope .rdtBtnCancel {
32614
- color: #666;
32959
+ color: #151a26;
32615
32960
  background: #eaf6fe;
32616
32961
  border-color: #cccccc;
32617
32962
  box-shadow: none;
@@ -32619,9 +32964,15 @@ readers do not read off random characters that represent icons */
32619
32964
  }
32620
32965
 
32621
32966
  .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
32622
- color: #108cee;
32967
+ color: #2468f2;
32623
32968
  background: #fff;
32624
- border-color: #108cee;
32969
+ border-color: #2468f2;
32970
+ }
32971
+
32972
+ .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
32973
+ color: #1C53C1;
32974
+ background: #fff;
32975
+ border-color: #1C53C1;
32625
32976
  }
32626
32977
 
32627
32978
  .amis-scope .rdtBtnCancel:hover:focus {
@@ -32662,7 +33013,7 @@ readers do not read off random characters that represent icons */
32662
33013
  }
32663
33014
 
32664
33015
  .amis-scope .rdtSwitch:hover {
32665
- color: #0e77ca;
33016
+ color: #0d54e2;
32666
33017
  text-decoration: none;
32667
33018
  }
32668
33019
 
@@ -32706,7 +33057,7 @@ readers do not read off random characters that represent icons */
32706
33057
  .amis-scope td.rdtMonth.rdtBetween > span,
32707
33058
  .amis-scope td.rdtYear.rdtBetween > span,
32708
33059
  .amis-scope td.rdtQuarter.rdtBetween > span {
32709
- background: rgba(16, 140, 238, 0.1);
33060
+ background: rgba(36, 104, 242, 0.1);
32710
33061
  }
32711
33062
 
32712
33063
  .amis-scope td.rdtMonth:hover,
@@ -32724,7 +33075,7 @@ readers do not read off random characters that represent icons */
32724
33075
  .amis-scope td.rdtYear.rdtActive > span,
32725
33076
  .amis-scope td.rdtQuarter:hover > span,
32726
33077
  .amis-scope td.rdtQuarter.rdtActive > span {
32727
- background: #108cee;
33078
+ background: #2468f2;
32728
33079
  color: #fff;
32729
33080
  }
32730
33081
 
@@ -32782,15 +33133,15 @@ readers do not read off random characters that represent icons */
32782
33133
 
32783
33134
  .amis-scope .cxd-DateRangePicker:not(.is-disabled):hover {
32784
33135
  background: #fff;
32785
- border-color: #108cee;
33136
+ border-color: #2468f2;
32786
33137
  }
32787
33138
 
32788
33139
  .amis-scope .cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-toggler {
32789
- color: #108cee;
33140
+ color: #2468f2;
32790
33141
  }
32791
33142
 
32792
33143
  .amis-scope .cxd-DateRangePicker.is-focused {
32793
- border-color: #108cee;
33144
+ border-color: #2468f2;
32794
33145
  box-shadow: none;
32795
33146
  }
32796
33147
 
@@ -32799,7 +33150,7 @@ readers do not read off random characters that represent icons */
32799
33150
  }
32800
33151
 
32801
33152
  .amis-scope .cxd-DateRangePicker.is-disabled > .cxd-DateRangePicker-input {
32802
- color: #999;
33153
+ color: #b4b6ba;
32803
33154
  }
32804
33155
 
32805
33156
  .amis-scope .cxd-DateRangePicker-placeholder {
@@ -32822,7 +33173,7 @@ readers do not read off random characters that represent icons */
32822
33173
  }
32823
33174
 
32824
33175
  .amis-scope .cxd-DateRangePicker-toggler:hover {
32825
- color: #108cee;
33176
+ color: #2468f2;
32826
33177
  }
32827
33178
 
32828
33179
  .amis-scope .cxd-DateRangePicker-clear {
@@ -32947,9 +33298,15 @@ readers do not read off random characters that represent icons */
32947
33298
  }
32948
33299
 
32949
33300
  .amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
32950
- color: #108cee;
33301
+ color: #2468f2;
32951
33302
  background: #fff;
32952
- border-color: #108cee;
33303
+ border-color: #2468f2;
33304
+ }
33305
+
33306
+ .amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
33307
+ color: #2468f2;
33308
+ background: #f3f9fe;
33309
+ border-color: #2468f2;
32953
33310
  }
32954
33311
 
32955
33312
  .amis-scope .cxd-ImageControl-addBtn:hover:focus {
@@ -32990,9 +33347,9 @@ readers do not read off random characters that represent icons */
32990
33347
  }
32991
33348
 
32992
33349
  .amis-scope .cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn {
32993
- border-color: #108cee;
33350
+ border-color: #2468f2;
32994
33351
  background: #fff;
32995
- color: #108cee;
33352
+ color: #2468f2;
32996
33353
  }
32997
33354
 
32998
33355
  .amis-scope .cxd-ImageControl-item {
@@ -33055,7 +33412,7 @@ readers do not read off random characters that represent icons */
33055
33412
  .amis-scope .cxd-ImageControl-progressValue {
33056
33413
  height: 5px;
33057
33414
  display: block;
33058
- background: #108cee;
33415
+ background: #2468f2;
33059
33416
  min-width: 10%;
33060
33417
  transition: ease-out width 0.2s;
33061
33418
  }
@@ -33140,7 +33497,7 @@ readers do not read off random characters that represent icons */
33140
33497
  height: 120px;
33141
33498
  color: #999;
33142
33499
  border: 2px dashed #eceff8;
33143
- border-color: #108cee;
33500
+ border-color: #2468f2;
33144
33501
  background: #f3f9fe;
33145
33502
  border-radius: 0.142rem;
33146
33503
  line-height: 120px;
@@ -33280,7 +33637,7 @@ readers do not read off random characters that represent icons */
33280
33637
 
33281
33638
  .amis-scope .cxd-FileControl-progress > span {
33282
33639
  display: block;
33283
- background: #108cee;
33640
+ background: #2468f2;
33284
33641
  height: 100%;
33285
33642
  min-width: 10%;
33286
33643
  transition: ease-out width 0.2s;
@@ -33289,7 +33646,7 @@ readers do not read off random characters that represent icons */
33289
33646
  .amis-scope .cxd-FileControl-acceptTip {
33290
33647
  height: 120px;
33291
33648
  color: #999;
33292
- border: 2px dashed #108cee;
33649
+ border: 2px dashed #2468f2;
33293
33650
  border-radius: 0.142rem;
33294
33651
  background: #f3f9fe;
33295
33652
  line-height: 120px;
@@ -33336,7 +33693,7 @@ readers do not read off random characters that represent icons */
33336
33693
  }
33337
33694
 
33338
33695
  .amis-scope .cxd-ExcelControl-dropzone:focus {
33339
- border-color: #108cee;
33696
+ border-color: #2468f2;
33340
33697
  }
33341
33698
 
33342
33699
  .amis-scope .cxd-ExcelControl-dropzone.disabled {
@@ -33363,7 +33720,7 @@ readers do not read off random characters that represent icons */
33363
33720
  }
33364
33721
 
33365
33722
  .amis-scope .cxd-EditorControl.is-focused {
33366
- border-color: #108cee;
33723
+ border-color: #2468f2;
33367
33724
  }
33368
33725
 
33369
33726
  .amis-scope .cxd-EditorControl .cxd-MonacoEditor {
@@ -33388,7 +33745,7 @@ readers do not read off random characters that represent icons */
33388
33745
 
33389
33746
  .amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen {
33390
33747
  cursor: pointer;
33391
- color: #999;
33748
+ color: #b4b6ba;
33392
33749
  line-height: inherit;
33393
33750
  text-decoration: none;
33394
33751
  text-align: center;
@@ -33396,11 +33753,11 @@ readers do not read off random characters that represent icons */
33396
33753
  }
33397
33754
 
33398
33755
  .amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover {
33399
- color: #666;
33756
+ color: #151a26;
33400
33757
  }
33401
33758
 
33402
33759
  .amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover svg {
33403
- fill: #666;
33760
+ fill: #151a26;
33404
33761
  }
33405
33762
 
33406
33763
  .amis-scope .cxd-EditorControl--sm {
@@ -33507,12 +33864,12 @@ readers do not read off random characters that represent icons */
33507
33864
 
33508
33865
  .amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn,
33509
33866
  .amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn {
33510
- color: #000;
33867
+ color: #151a26;
33511
33868
  }
33512
33869
 
33513
33870
  .amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
33514
33871
  .amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
33515
- color: #108cee;
33872
+ color: #2468f2;
33516
33873
  background: #fff;
33517
33874
  }
33518
33875
 
@@ -33527,12 +33884,12 @@ readers do not read off random characters that represent icons */
33527
33884
  }
33528
33885
 
33529
33886
  .amis-scope .cxd-RichTextControl .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
33530
- background: #108cee;
33887
+ background: #2468f2;
33531
33888
  color: #fff;
33532
33889
  }
33533
33890
 
33534
33891
  .amis-scope .cxd-RichTextControl.is-focused {
33535
- border: 0.0625rem solid #108cee;
33892
+ border: 0.0625rem solid #2468f2;
33536
33893
  }
33537
33894
 
33538
33895
  .amis-scope .cxd-RichTextControl .fr-box.fr-basic .fr-element {
@@ -33605,7 +33962,7 @@ readers do not read off random characters that represent icons */
33605
33962
 
33606
33963
  .amis-scope .cxd-RangeControl .cxd-InputRange-input input:focus {
33607
33964
  outline: none;
33608
- border: 0.0625rem solid #108cee;
33965
+ border: 0.0625rem solid #2468f2;
33609
33966
  }
33610
33967
 
33611
33968
  .amis-scope .cxd-RangeControl .cxd-InputRange-input-separator {
@@ -33640,8 +33997,8 @@ readers do not read off random characters that represent icons */
33640
33997
 
33641
33998
  .amis-scope .cxd-InputRange-slider {
33642
33999
  appearance: none;
33643
- background: #108cee;
33644
- border: 0.0625rem solid #108cee;
34000
+ background: #2468f2;
34001
+ border: 0.0625rem solid #2468f2;
33645
34002
  cursor: pointer;
33646
34003
  display: block;
33647
34004
  width: 1.125rem;
@@ -33662,7 +34019,7 @@ readers do not read off random characters that represent icons */
33662
34019
 
33663
34020
  .amis-scope .cxd-InputRange-slider:focus {
33664
34021
  box-shadow: 0 0 0
33665
- 0.285rem rgba(16, 140, 238, 0.2);
34022
+ 0.285rem rgba(36, 104, 242, 0.2);
33666
34023
  }
33667
34024
 
33668
34025
  .amis-scope .input-range--disabled .cxd-InputRange-slider {
@@ -33731,7 +34088,7 @@ readers do not read off random characters that represent icons */
33731
34088
  }
33732
34089
 
33733
34090
  .amis-scope .cxd-InputRange-track.is-active {
33734
- background: #108cee;
34091
+ background: #2468f2;
33735
34092
  }
33736
34093
 
33737
34094
  .amis-scope .cxd-InputRange-track--background {
@@ -33762,7 +34119,7 @@ readers do not read off random characters that represent icons */
33762
34119
  }
33763
34120
 
33764
34121
  .amis-scope .cxd-InputRange-track--active {
33765
- background: #108cee;
34122
+ background: #2468f2;
33766
34123
  }
33767
34124
 
33768
34125
  .amis-scope .cxd-RepeatControl .repeat-btn {
@@ -33924,7 +34281,7 @@ readers do not read off random characters that represent icons */
33924
34281
  }
33925
34282
 
33926
34283
  .amis-scope .cxd-Tree-itemInput > a:hover {
33927
- color: #108cee;
34284
+ color: #2468f2;
33928
34285
  text-decoration: none;
33929
34286
  }
33930
34287
 
@@ -33941,12 +34298,12 @@ readers do not read off random characters that represent icons */
33941
34298
  }
33942
34299
 
33943
34300
  .amis-scope .cxd-Tree-itemInput > input::placeholder {
33944
- color: #999;
34301
+ color: #b4b6ba;
33945
34302
  user-select: none;
33946
34303
  }
33947
34304
 
33948
34305
  .amis-scope .cxd-Tree-itemInput > input:focus {
33949
- border-color: #108cee;
34306
+ border-color: #2468f2;
33950
34307
  box-shadow: none;
33951
34308
  background: #fff;
33952
34309
  }
@@ -33964,7 +34321,7 @@ readers do not read off random characters that represent icons */
33964
34321
 
33965
34322
  .amis-scope .cxd-Tree-addTopBtn.is-disabled {
33966
34323
  pointer-events: none;
33967
- color: #999;
34324
+ color: #b4b6ba;
33968
34325
  }
33969
34326
 
33970
34327
  .amis-scope .cxd-Tree-addTopBtn > svg {
@@ -34022,11 +34379,11 @@ readers do not read off random characters that represent icons */
34022
34379
 
34023
34380
  .amis-scope .cxd-Tree-itemLabel.is-checked,
34024
34381
  .amis-scope .cxd-Tree-itemLabel.is-children-checked {
34025
- color: #108cee;
34382
+ color: #2468f2;
34026
34383
  }
34027
34384
 
34028
34385
  .amis-scope .cxd-Tree-itemLabel.is-disabled {
34029
- color: #999;
34386
+ color: #b4b6ba;
34030
34387
  }
34031
34388
 
34032
34389
  .amis-scope .cxd-Tree-itemLabel > .cxd-Checkbox {
@@ -34042,7 +34399,7 @@ readers do not read off random characters that represent icons */
34042
34399
  }
34043
34400
 
34044
34401
  .amis-scope .cxd-Tree-placeholder {
34045
- color: #999;
34402
+ color: #b4b6ba;
34046
34403
  }
34047
34404
 
34048
34405
  .amis-scope .cxd-TreeSelectControl {
@@ -34087,18 +34444,18 @@ readers do not read off random characters that represent icons */
34087
34444
  outline: none;
34088
34445
  background: transparent;
34089
34446
  border: none;
34090
- color: #666;
34447
+ color: #151a26;
34091
34448
  width: 100%;
34092
34449
  height: calc(1.4285714286 * 0.875rem);
34093
34450
  }
34094
34451
 
34095
34452
  .amis-scope .cxd-TreeSelect-input input::placeholder {
34096
- color: #999;
34453
+ color: #b4b6ba;
34097
34454
  user-select: none;
34098
34455
  }
34099
34456
 
34100
34457
  .amis-scope .cxd-TreeSelect-input:hover {
34101
- border-color: #108cee;
34458
+ border-color: #2468f2;
34102
34459
  }
34103
34460
 
34104
34461
  .amis-scope .cxd-TreeSelect-input--borderHalf {
@@ -34118,7 +34475,7 @@ readers do not read off random characters that represent icons */
34118
34475
  }
34119
34476
 
34120
34477
  .amis-scope .cxd-TreeSelect.is-focused > .cxd-TreeSelect-input {
34121
- border-color: #108cee;
34478
+ border-color: #2468f2;
34122
34479
  box-shadow: none;
34123
34480
  background: #fff;
34124
34481
  transition: all 0.2s;
@@ -34129,7 +34486,7 @@ readers do not read off random characters that represent icons */
34129
34486
  }
34130
34487
 
34131
34488
  .amis-scope .cxd-TreeSelect.is-disabled > .cxd-TreeSelect-input {
34132
- color: #999;
34489
+ color: #b4b6ba;
34133
34490
  background: #f5f5f5;
34134
34491
  border-color: #ebebeb;
34135
34492
  transition: all 0.2s;
@@ -34170,7 +34527,7 @@ readers do not read off random characters that represent icons */
34170
34527
  }
34171
34528
 
34172
34529
  .amis-scope .cxd-TreeSelect.is-opened {
34173
- border-color: #108cee;
34530
+ border-color: #2468f2;
34174
34531
  box-shadow: none;
34175
34532
  background: #fff;
34176
34533
  }
@@ -34183,7 +34540,7 @@ readers do not read off random characters that represent icons */
34183
34540
 
34184
34541
  .amis-scope .cxd-TreeSelect-popover > .cxd-Tree {
34185
34542
  background: #fff;
34186
- border: 0.0625rem solid #108cee;
34543
+ border: 0.0625rem solid #2468f2;
34187
34544
  padding: 0.25rem 0.625rem;
34188
34545
  border-radius: 0;
34189
34546
  margin-top: -1px;
@@ -34192,7 +34549,7 @@ readers do not read off random characters that represent icons */
34192
34549
  }
34193
34550
 
34194
34551
  .amis-scope .cxd-Combo-placeholder {
34195
- color: #999;
34552
+ color: #b4b6ba;
34196
34553
  padding-top: calc(
34197
34554
  (
34198
34555
  1.875rem - 1.4285714286 *
@@ -34228,11 +34585,11 @@ readers do not read off random characters that represent icons */
34228
34585
  ) 0.5rem;
34229
34586
  font-size: 0.75rem;
34230
34587
  line-height: 18 / 12;
34231
- border-radius: 0;
34588
+ border-radius: 0.142rem;
34232
34589
  height: 1.625rem;
34233
34590
  color: #fff;
34234
- background: #108cee;
34235
- border-color: #108cee;
34591
+ background: #2468f2;
34592
+ border-color: #2468f2;
34236
34593
  box-shadow: none;
34237
34594
  text-shadow: none;
34238
34595
  }
@@ -34253,6 +34610,17 @@ readers do not read off random characters that represent icons */
34253
34610
  margin-left: 0.5rem;
34254
34611
  }
34255
34612
 
34613
+ .amis-scope .cxd-Combo-addBtn .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
34614
+ .amis-scope .cxd-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
34615
+ .amis-scope .cxd-Combo-addBtn > .pull-left {
34616
+ margin-right: 0.5rem;
34617
+ }
34618
+
34619
+ .amis-scope .cxd-Combo-addBtn .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
34620
+ .amis-scope .cxd-Combo-addBtn > .pull-right {
34621
+ margin-left: 0.5rem;
34622
+ }
34623
+
34256
34624
  .amis-scope .cxd-Combo-addBtn img.cxd-Button-icon {
34257
34625
  height: 0.875rem;
34258
34626
  vertical-align: middle;
@@ -34260,10 +34628,16 @@ readers do not read off random characters that represent icons */
34260
34628
 
34261
34629
  .amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled):hover {
34262
34630
  color: #fff;
34263
- background: #0e77ca;
34631
+ background: #0d54e2;
34264
34632
  border-color: #b4bbc5;
34265
34633
  }
34266
34634
 
34635
+ .amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
34636
+ color: #fff;
34637
+ background: #0d4fd6;
34638
+ border-color: #adb4bf;
34639
+ }
34640
+
34267
34641
  .amis-scope .cxd-Combo-addBtn:hover:focus {
34268
34642
  box-shadow: none;
34269
34643
  }
@@ -34279,7 +34653,7 @@ readers do not read off random characters that represent icons */
34279
34653
  }
34280
34654
 
34281
34655
  .amis-scope .cxd-Combo-delBtn:hover {
34282
- color: #108cee;
34656
+ color: #2468f2;
34283
34657
  }
34284
34658
 
34285
34659
  .amis-scope .cxd-Combo-tab-delBtn {
@@ -34295,7 +34669,7 @@ readers do not read off random characters that represent icons */
34295
34669
  }
34296
34670
 
34297
34671
  .amis-scope .cxd-Combo-tab-delBtn:hover {
34298
- color: #108cee;
34672
+ color: #2468f2;
34299
34673
  }
34300
34674
 
34301
34675
  .amis-scope .cxd-Combo-items {
@@ -34323,7 +34697,7 @@ readers do not read off random characters that represent icons */
34323
34697
  }
34324
34698
 
34325
34699
  .amis-scope .cxd-Combo-itemDrager > a:hover {
34326
- color: #108cee;
34700
+ color: #2468f2;
34327
34701
  }
34328
34702
 
34329
34703
  .amis-scope .cxd-Combo-itemDrager svg {
@@ -34350,7 +34724,7 @@ readers do not read off random characters that represent icons */
34350
34724
  }
34351
34725
 
34352
34726
  .amis-scope .cxd-Combo--hor .cxd-Combo-itemTag label {
34353
- color: #108cee;
34727
+ color: #2468f2;
34354
34728
  margin-right: 0.5rem;
34355
34729
  }
34356
34730
 
@@ -34403,7 +34777,7 @@ readers do not read off random characters that represent icons */
34403
34777
  }
34404
34778
 
34405
34779
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) .cxd-Combo-itemTag label {
34406
- color: #108cee;
34780
+ color: #2468f2;
34407
34781
  margin-right: 0.5rem;
34408
34782
  }
34409
34783
 
@@ -34427,7 +34801,7 @@ readers do not read off random characters that represent icons */
34427
34801
 
34428
34802
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover,
34429
34803
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover {
34430
- border-color: #108cee;
34804
+ border-color: #2468f2;
34431
34805
  }
34432
34806
 
34433
34807
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover > .cxd-Combo-delBtn,
@@ -34490,7 +34864,7 @@ readers do not read off random characters that represent icons */
34490
34864
  }
34491
34865
 
34492
34866
  .amis-scope .cxd-Combo-dragableTip {
34493
- color: #999;
34867
+ color: #b4b6ba;
34494
34868
  font-size: 0.75rem;
34495
34869
  margin-left: 0.25rem;
34496
34870
  }
@@ -34602,7 +34976,7 @@ readers do not read off random characters that represent icons */
34602
34976
  width: auto;
34603
34977
  min-width: auto;
34604
34978
  font-weight: 400;
34605
- color: #108cee;
34979
+ color: #2468f2;
34606
34980
  text-decoration: none;
34607
34981
  border: none;
34608
34982
  height: auto;
@@ -34626,13 +35000,13 @@ readers do not read off random characters that represent icons */
34626
35000
 
34627
35001
  .amis-scope .cxd-SubForm-addBtn:disabled,
34628
35002
  .amis-scope .cxd-SubForm-addBtn.is-disabled {
34629
- color: #999;
35003
+ color: #b4b6ba;
34630
35004
  pointer-events: none;
34631
35005
  background: transparent;
34632
35006
  }
34633
35007
 
34634
35008
  .amis-scope .cxd-SubForm-placeholder {
34635
- color: #999;
35009
+ color: #b4b6ba;
34636
35010
  user-select: none;
34637
35011
  padding: 4px;
34638
35012
  }
@@ -34675,18 +35049,18 @@ readers do not read off random characters that represent icons */
34675
35049
  outline: none;
34676
35050
  background: transparent;
34677
35051
  border: none;
34678
- color: #666;
35052
+ color: #151a26;
34679
35053
  width: 100%;
34680
35054
  height: calc(1.4285714286 * 0.875rem);
34681
35055
  }
34682
35056
 
34683
35057
  .amis-scope .cxd-Picker-input input::placeholder {
34684
- color: #999;
35058
+ color: #b4b6ba;
34685
35059
  user-select: none;
34686
35060
  }
34687
35061
 
34688
35062
  .amis-scope .cxd-Picker-input:hover {
34689
- border-color: #108cee;
35063
+ border-color: #2468f2;
34690
35064
  }
34691
35065
 
34692
35066
  .amis-scope .cxd-Picker-input--borderHalf {
@@ -34706,7 +35080,7 @@ readers do not read off random characters that represent icons */
34706
35080
  }
34707
35081
 
34708
35082
  .amis-scope .cxd-Picker.is-focused > .cxd-Picker-input {
34709
- border-color: #108cee;
35083
+ border-color: #2468f2;
34710
35084
  box-shadow: none;
34711
35085
  background: #fff;
34712
35086
  transition: all 0.2s;
@@ -34717,7 +35091,7 @@ readers do not read off random characters that represent icons */
34717
35091
  }
34718
35092
 
34719
35093
  .amis-scope .cxd-Picker.is-disabled > .cxd-Picker-input {
34720
- color: #999;
35094
+ color: #b4b6ba;
34721
35095
  background: #f5f5f5;
34722
35096
  border-color: #ebebeb;
34723
35097
  transition: all 0.2s;
@@ -34758,7 +35132,7 @@ readers do not read off random characters that represent icons */
34758
35132
  }
34759
35133
 
34760
35134
  .amis-scope .cxd-Picker.is-focus > .cxd-Picker-input {
34761
- border-color: #108cee;
35135
+ border-color: #2468f2;
34762
35136
  box-shadow: none;
34763
35137
  background: #fff;
34764
35138
  }
@@ -34769,7 +35143,7 @@ readers do not read off random characters that represent icons */
34769
35143
  }
34770
35144
 
34771
35145
  .amis-scope .cxd-Picker-placeholder {
34772
- color: #999;
35146
+ color: #b4b6ba;
34773
35147
  user-select: none;
34774
35148
  position: absolute;
34775
35149
  line-height: 1.4285714286;
@@ -34807,9 +35181,9 @@ readers do not read off random characters that represent icons */
34807
35181
  line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
34808
35182
  display: inline-block;
34809
35183
  font-size: 0.75rem;
34810
- color: #108cee;
34811
- background: #cee8fc;
34812
- border: 0.0625rem solid #9dd1fa;
35184
+ color: #2468f2;
35185
+ background: #e4edfe;
35186
+ border: 0.0625rem solid #b3cbfc;
34813
35187
  border-radius: 2px;
34814
35188
  margin-right: 0.25rem;
34815
35189
  margin-bottom: 0.25rem;
@@ -34817,12 +35191,12 @@ readers do not read off random characters that represent icons */
34817
35191
 
34818
35192
  .amis-scope .cxd-Picker .cxd-Picker-valueIcon {
34819
35193
  cursor: pointer;
34820
- border-right: 0.0625rem solid #9dd1fa;
35194
+ border-right: 0.0625rem solid #b3cbfc;
34821
35195
  padding: 1px 5px;
34822
35196
  }
34823
35197
 
34824
35198
  .amis-scope .cxd-Picker .cxd-Picker-valueIcon:hover {
34825
- background: #b5dcfb;
35199
+ background: #ccdcfd;
34826
35200
  }
34827
35201
 
34828
35202
  .amis-scope .cxd-Picker .cxd-Picker-valueLabel {
@@ -34835,7 +35209,7 @@ readers do not read off random characters that represent icons */
34835
35209
  }
34836
35210
 
34837
35211
  .amis-scope .cxd-Picker-btn:hover {
34838
- color: #108cee;
35212
+ color: #2468f2;
34839
35213
  }
34840
35214
 
34841
35215
  .amis-scope .cxd-Picker-clear {
@@ -34909,7 +35283,7 @@ readers do not read off random characters that represent icons */
34909
35283
  }
34910
35284
 
34911
35285
  .amis-scope .cxd-TagControl-sugTip {
34912
- color: #108cee;
35286
+ color: #2468f2;
34913
35287
  margin-bottom: 0.375rem;
34914
35288
  }
34915
35289
 
@@ -34930,9 +35304,9 @@ readers do not read off random characters that represent icons */
34930
35304
  ) 0.5rem;
34931
35305
  font-size: 0.75rem;
34932
35306
  line-height: 18 / 12;
34933
- border-radius: 0;
35307
+ border-radius: 0.142rem;
34934
35308
  height: 1.875rem;
34935
- color: #000;
35309
+ color: #151a26;
34936
35310
  background: #fff;
34937
35311
  border-color: #cccccc;
34938
35312
  box-shadow: none;
@@ -34950,17 +35324,34 @@ readers do not read off random characters that represent icons */
34950
35324
  margin-left: 0.5rem;
34951
35325
  }
34952
35326
 
35327
+ .amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:first-child:not(:last-child):not(.pull-right),
35328
+ .amis-scope .cxd-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
35329
+ .amis-scope .cxd-TagControl-sugItem > .pull-left {
35330
+ margin-right: 0.5rem;
35331
+ }
35332
+
35333
+ .amis-scope .cxd-TagControl-sugItem .cxd-Button--loading:last-child:not(:first-child):not(.pull-left),
35334
+ .amis-scope .cxd-TagControl-sugItem > .pull-right {
35335
+ margin-left: 0.5rem;
35336
+ }
35337
+
34953
35338
  .amis-scope .cxd-TagControl-sugItem img.cxd-Button-icon {
34954
35339
  height: 0.875rem;
34955
35340
  vertical-align: middle;
34956
35341
  }
34957
35342
 
34958
35343
  .amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover {
34959
- color: #000;
35344
+ color: #151a26;
34960
35345
  background: #ececec;
34961
35346
  border-color: #b4bbc5;
34962
35347
  }
34963
35348
 
35349
+ .amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
35350
+ color: #151a26;
35351
+ background: #e6e6e6;
35352
+ border-color: #adb4bf;
35353
+ }
35354
+
34964
35355
  .amis-scope .cxd-TagControl-sugItem:hover:focus {
34965
35356
  box-shadow: none;
34966
35357
  }
@@ -34991,7 +35382,7 @@ readers do not read off random characters that represent icons */
34991
35382
  }
34992
35383
 
34993
35384
  .amis-scope .cxd-Rating.is-active {
34994
- color: #108cee;
35385
+ color: #2468f2;
34995
35386
  }
34996
35387
 
34997
35388
  .amis-scope .cxd-Rating.is-disabled {
@@ -35008,7 +35399,7 @@ readers do not read off random characters that represent icons */
35008
35399
  left: 0;
35009
35400
  width: 50%;
35010
35401
  content: attr(data-forhalf);
35011
- color: #108cee;
35402
+ color: #2468f2;
35012
35403
  }
35013
35404
 
35014
35405
  .amis-scope .cxd-RatingControl {
@@ -35116,7 +35507,7 @@ readers do not read off random characters that represent icons */
35116
35507
  .amis-scope .cxd-Transfer-checkAll.is-disabled,
35117
35508
  .amis-scope .cxd-Transfer-clearAll.is-disabled {
35118
35509
  pointer-events: none;
35119
- color: #999;
35510
+ color: #b4b6ba;
35120
35511
  }
35121
35512
 
35122
35513
  .amis-scope .cxd-Transfer-tabs {
@@ -35184,7 +35575,7 @@ readers do not read off random characters that represent icons */
35184
35575
  line-height: 1.4285714286;
35185
35576
  font-size: 0.875rem;
35186
35577
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
35187
- color: #999;
35578
+ color: #b4b6ba;
35188
35579
  }
35189
35580
 
35190
35581
  .amis-scope .cxd-TransferControl {
@@ -35243,7 +35634,7 @@ readers do not read off random characters that represent icons */
35243
35634
  height: 10.9375rem;
35244
35635
  background: #fff;
35245
35636
  color: #333;
35246
- border: 0 solid #108cee;
35637
+ border: 0 solid #2468f2;
35247
35638
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
35248
35639
  overflow-y: auto;
35249
35640
  overflow-x: hidden;
@@ -35268,11 +35659,11 @@ readers do not read off random characters that represent icons */
35268
35659
 
35269
35660
  .amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option > .cxd-NestedSelect-optionLabel.is-disabled {
35270
35661
  cursor: not-allowed;
35271
- color: #999;
35662
+ color: #b4b6ba;
35272
35663
  }
35273
35664
 
35274
35665
  .amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option.is-active {
35275
- color: #108cee;
35666
+ color: #2468f2;
35276
35667
  background: transparent;
35277
35668
  }
35278
35669
 
@@ -35322,18 +35713,18 @@ readers do not read off random characters that represent icons */
35322
35713
  outline: none;
35323
35714
  background: transparent;
35324
35715
  border: none;
35325
- color: #666;
35716
+ color: #151a26;
35326
35717
  width: 100%;
35327
35718
  height: calc(1.4285714286 * 0.875rem);
35328
35719
  }
35329
35720
 
35330
35721
  .amis-scope .cxd-IconPickerControl-input input::placeholder {
35331
- color: #999;
35722
+ color: #b4b6ba;
35332
35723
  user-select: none;
35333
35724
  }
35334
35725
 
35335
35726
  .amis-scope .cxd-IconPickerControl-input:hover {
35336
- border-color: #108cee;
35727
+ border-color: #2468f2;
35337
35728
  }
35338
35729
 
35339
35730
  .amis-scope .cxd-IconPickerControl-input--borderHalf {
@@ -35353,7 +35744,7 @@ readers do not read off random characters that represent icons */
35353
35744
  }
35354
35745
 
35355
35746
  .amis-scope .cxd-IconPickerControl.is-focused > .cxd-IconPickerControl-input {
35356
- border-color: #108cee;
35747
+ border-color: #2468f2;
35357
35748
  box-shadow: none;
35358
35749
  background: #fff;
35359
35750
  transition: all 0.2s;
@@ -35364,7 +35755,7 @@ readers do not read off random characters that represent icons */
35364
35755
  }
35365
35756
 
35366
35757
  .amis-scope .cxd-IconPickerControl.is-disabled > .cxd-IconPickerControl-input {
35367
- color: #999;
35758
+ color: #b4b6ba;
35368
35759
  background: #f5f5f5;
35369
35760
  border-color: #ebebeb;
35370
35761
  transition: all 0.2s;
@@ -35405,7 +35796,7 @@ readers do not read off random characters that represent icons */
35405
35796
  }
35406
35797
 
35407
35798
  .amis-scope .cxd-IconPickerControl-placeholder {
35408
- color: #999;
35799
+ color: #b4b6ba;
35409
35800
  user-select: none;
35410
35801
  position: absolute;
35411
35802
  left: 0.625rem;
@@ -35444,7 +35835,7 @@ readers do not read off random characters that represent icons */
35444
35835
  position: absolute;
35445
35836
  background: #fff;
35446
35837
  color: #333;
35447
- border: 0.0625rem solid #108cee;
35838
+ border: 0.0625rem solid #2468f2;
35448
35839
  left: -0.0625rem;
35449
35840
  right: -0.0625rem;
35450
35841
  top: 100%;
@@ -35493,7 +35884,7 @@ readers do not read off random characters that represent icons */
35493
35884
 
35494
35885
  .amis-scope .cxd-IconPickerControl-sugItem.is-active {
35495
35886
  color: #fff;
35496
- background: #108cee;
35887
+ background: #2468f2;
35497
35888
  }
35498
35889
 
35499
35890
  .amis-scope .cxd-IconPickerControl-value {
@@ -35670,7 +36061,7 @@ readers do not read off random characters that represent icons */
35670
36061
  }
35671
36062
 
35672
36063
  .amis-scope .cxd-Form-placeholder {
35673
- color: #999;
36064
+ color: #b4b6ba;
35674
36065
  }
35675
36066
 
35676
36067
  .amis-scope .cxd-Form-caption {
@@ -35985,7 +36376,7 @@ readers do not read off random characters that represent icons */
35985
36376
  display: block;
35986
36377
  border: 0.0625rem solid transparent;
35987
36378
  border-width: 0 0.125rem 0 0;
35988
- color: #666;
36379
+ color: #151a26;
35989
36380
  padding: 0.5rem 0.75rem;
35990
36381
  font-size: 0.875rem;
35991
36382
  outline: none;
@@ -35996,13 +36387,13 @@ readers do not read off random characters that represent icons */
35996
36387
  }
35997
36388
 
35998
36389
  .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
35999
- color: #108cee;
36390
+ color: #2468f2;
36000
36391
  }
36001
36392
 
36002
36393
  .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
36003
36394
  .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
36004
- color: #108cee;
36005
- border-color: #108cee;
36395
+ color: #2468f2;
36396
+ border-color: #2468f2;
36006
36397
  }
36007
36398
 
36008
36399
  .amis-scope .cxd-AnchorNav-section-wrap {
@@ -36288,7 +36679,7 @@ readers do not read off random characters that represent icons */
36288
36679
 
36289
36680
  .amis-scope .bg-light {
36290
36681
  background-color: #eaf6fe;
36291
- color: #666;
36682
+ color: #151a26;
36292
36683
  }
36293
36684
 
36294
36685
  .amis-scope .bg-light.lt,
@@ -36363,11 +36754,11 @@ readers do not read off random characters that represent icons */
36363
36754
  }
36364
36755
 
36365
36756
  .amis-scope .bg-dark .text-muted {
36366
- color: #4d4d4d !important;
36757
+ color: #030405 !important;
36367
36758
  }
36368
36759
 
36369
36760
  .amis-scope .bg-dark .text-lt {
36370
- color: #a6a6a6 !important;
36761
+ color: #425278 !important;
36371
36762
  }
36372
36763
 
36373
36764
  .amis-scope .bg-black {
@@ -36417,46 +36808,46 @@ readers do not read off random characters that represent icons */
36417
36808
  }
36418
36809
 
36419
36810
  .amis-scope .bg-black .text-muted {
36420
- color: #4d4d4d !important;
36811
+ color: #030405 !important;
36421
36812
  }
36422
36813
 
36423
36814
  .amis-scope .bg-black .text-lt {
36424
- color: #a6a6a6 !important;
36815
+ color: #425278 !important;
36425
36816
  }
36426
36817
 
36427
36818
  .amis-scope .bg-primary {
36428
- background-color: #108cee;
36429
- color: #d1e7f9;
36819
+ background-color: #2468f2;
36820
+ color: #e6edfc;
36430
36821
  }
36431
36822
 
36432
36823
  .amis-scope .bg-primary.lt,
36433
36824
  .amis-scope .bg-primary .lt {
36434
- background: #2a97ee;
36825
+ background: #3f79f1;
36435
36826
  }
36436
36827
 
36437
36828
  .amis-scope .bg-primary.lter,
36438
36829
  .amis-scope .bg-primary .lter {
36439
- background: #44a2ed;
36830
+ background: #598bf0;
36440
36831
  }
36441
36832
 
36442
36833
  .amis-scope .bg-primary.dk,
36443
36834
  .amis-scope .bg-primary .dk {
36444
- background: #0c7ed9;
36835
+ background: #0b57f2;
36445
36836
  }
36446
36837
 
36447
36838
  .amis-scope .bg-primary.dker,
36448
36839
  .amis-scope .bg-primary .dker {
36449
- background: #0870c3;
36840
+ background: #074ddc;
36450
36841
  }
36451
36842
 
36452
36843
  .amis-scope .bg-primary.bg,
36453
36844
  .amis-scope .bg-primary .bg {
36454
- background-color: #108cee;
36845
+ background-color: #2468f2;
36455
36846
  }
36456
36847
 
36457
36848
  .amis-scope .bg-primary a,
36458
36849
  .amis-scope .bg-primary .cxd-Button--link {
36459
- color: #feffff;
36850
+ color: white;
36460
36851
  }
36461
36852
 
36462
36853
  .amis-scope .bg-primary a:hover,
@@ -36471,11 +36862,11 @@ readers do not read off random characters that represent icons */
36471
36862
  }
36472
36863
 
36473
36864
  .amis-scope .bg-primary .text-muted {
36474
- color: #4d4d4d !important;
36865
+ color: #030405 !important;
36475
36866
  }
36476
36867
 
36477
36868
  .amis-scope .bg-primary .text-lt {
36478
- color: #a6a6a6 !important;
36869
+ color: #425278 !important;
36479
36870
  }
36480
36871
 
36481
36872
  .amis-scope .bg-success {
@@ -36525,46 +36916,46 @@ readers do not read off random characters that represent icons */
36525
36916
  }
36526
36917
 
36527
36918
  .amis-scope .bg-success .text-muted {
36528
- color: #4d4d4d !important;
36919
+ color: #030405 !important;
36529
36920
  }
36530
36921
 
36531
36922
  .amis-scope .bg-success .text-lt {
36532
- color: #a6a6a6 !important;
36923
+ color: #425278 !important;
36533
36924
  }
36534
36925
 
36535
36926
  .amis-scope .bg-info {
36536
- background-color: #108cee;
36537
- color: #d1e7f9;
36927
+ background-color: #2468f2;
36928
+ color: #e6edfc;
36538
36929
  }
36539
36930
 
36540
36931
  .amis-scope .bg-info.lt,
36541
36932
  .amis-scope .bg-info .lt {
36542
- background: #2a97ee;
36933
+ background: #3f79f1;
36543
36934
  }
36544
36935
 
36545
36936
  .amis-scope .bg-info.lter,
36546
36937
  .amis-scope .bg-info .lter {
36547
- background: #44a2ed;
36938
+ background: #598bf0;
36548
36939
  }
36549
36940
 
36550
36941
  .amis-scope .bg-info.dk,
36551
36942
  .amis-scope .bg-info .dk {
36552
- background: #0c7ed9;
36943
+ background: #0b57f2;
36553
36944
  }
36554
36945
 
36555
36946
  .amis-scope .bg-info.dker,
36556
36947
  .amis-scope .bg-info .dker {
36557
- background: #0870c3;
36948
+ background: #074ddc;
36558
36949
  }
36559
36950
 
36560
36951
  .amis-scope .bg-info.bg,
36561
36952
  .amis-scope .bg-info .bg {
36562
- background-color: #108cee;
36953
+ background-color: #2468f2;
36563
36954
  }
36564
36955
 
36565
36956
  .amis-scope .bg-info a,
36566
36957
  .amis-scope .bg-info .cxd-Button--link {
36567
- color: #feffff;
36958
+ color: white;
36568
36959
  }
36569
36960
 
36570
36961
  .amis-scope .bg-info a:hover,
@@ -36579,11 +36970,11 @@ readers do not read off random characters that represent icons */
36579
36970
  }
36580
36971
 
36581
36972
  .amis-scope .bg-info .text-muted {
36582
- color: #4d4d4d !important;
36973
+ color: #030405 !important;
36583
36974
  }
36584
36975
 
36585
36976
  .amis-scope .bg-info .text-lt {
36586
- color: #a6a6a6 !important;
36977
+ color: #425278 !important;
36587
36978
  }
36588
36979
 
36589
36980
  .amis-scope .bg-warning {
@@ -36633,11 +37024,11 @@ readers do not read off random characters that represent icons */
36633
37024
  }
36634
37025
 
36635
37026
  .amis-scope .bg-warning .text-muted {
36636
- color: #4d4d4d !important;
37027
+ color: #030405 !important;
36637
37028
  }
36638
37029
 
36639
37030
  .amis-scope .bg-warning .text-lt {
36640
- color: #a6a6a6 !important;
37031
+ color: #425278 !important;
36641
37032
  }
36642
37033
 
36643
37034
  .amis-scope .bg-danger {
@@ -36687,16 +37078,16 @@ readers do not read off random characters that represent icons */
36687
37078
  }
36688
37079
 
36689
37080
  .amis-scope .bg-danger .text-muted {
36690
- color: #4d4d4d !important;
37081
+ color: #030405 !important;
36691
37082
  }
36692
37083
 
36693
37084
  .amis-scope .bg-danger .text-lt {
36694
- color: #a6a6a6 !important;
37085
+ color: #425278 !important;
36695
37086
  }
36696
37087
 
36697
37088
  .amis-scope .bg-white {
36698
37089
  background-color: #fff;
36699
- color: #666;
37090
+ color: #151a26;
36700
37091
  }
36701
37092
 
36702
37093
  .amis-scope .bg-white.lt,
@@ -36729,59 +37120,59 @@ readers do not read off random characters that represent icons */
36729
37120
  }
36730
37121
 
36731
37122
  .amis-scope a.bg-primary:hover {
36732
- background: #0e7ed6;
37123
+ background: #0e58ee;
36733
37124
  }
36734
37125
 
36735
37126
  .amis-scope a.text-primary:hover {
36736
- color: #0e7ed6;
37127
+ color: #0e58ee;
36737
37128
  }
36738
37129
 
36739
37130
  .amis-scope .text-primary {
36740
- color: #108cee;
37131
+ color: #2468f2;
36741
37132
  }
36742
37133
 
36743
37134
  .amis-scope .text-primary-lt {
36744
- color: #0e7ed6;
37135
+ color: #0e58ee;
36745
37136
  }
36746
37137
 
36747
37138
  .amis-scope .text-primary-lter {
36748
- color: #0d70be;
37139
+ color: #0d4fd6;
36749
37140
  }
36750
37141
 
36751
37142
  .amis-scope .text-primary-dk {
36752
- color: #0e7ed6;
37143
+ color: #0e58ee;
36753
37144
  }
36754
37145
 
36755
37146
  .amis-scope .text-primary-dker {
36756
- color: #0d70be;
37147
+ color: #0d4fd6;
36757
37148
  }
36758
37149
 
36759
37150
  .amis-scope a.bg-info:hover {
36760
- background: #0e7ed6;
37151
+ background: #0e58ee;
36761
37152
  }
36762
37153
 
36763
37154
  .amis-scope a.text-info:hover {
36764
- color: #0e7ed6;
37155
+ color: #0e58ee;
36765
37156
  }
36766
37157
 
36767
37158
  .amis-scope .text-info {
36768
- color: #108cee;
37159
+ color: #2468f2;
36769
37160
  }
36770
37161
 
36771
37162
  .amis-scope .text-info-lt {
36772
- color: #0e7ed6;
37163
+ color: #0e58ee;
36773
37164
  }
36774
37165
 
36775
37166
  .amis-scope .text-info-lter {
36776
- color: #0d70be;
37167
+ color: #0d4fd6;
36777
37168
  }
36778
37169
 
36779
37170
  .amis-scope .text-info-dk {
36780
- color: #0e7ed6;
37171
+ color: #0e58ee;
36781
37172
  }
36782
37173
 
36783
37174
  .amis-scope .text-info-dker {
36784
- color: #0d70be;
37175
+ color: #0d4fd6;
36785
37176
  }
36786
37177
 
36787
37178
  .amis-scope a.bg-success:hover {
@@ -36953,7 +37344,7 @@ readers do not read off random characters that represent icons */
36953
37344
  }
36954
37345
 
36955
37346
  .amis-scope .text-muted {
36956
- color: #999;
37347
+ color: #b4b6ba;
36957
37348
  }
36958
37349
 
36959
37350
  .amis-scope .text-loud {
@@ -37360,7 +37751,7 @@ readers do not read off random characters that represent icons */
37360
37751
  }
37361
37752
 
37362
37753
  .amis-scope .b-primary {
37363
- border-color: #108cee;
37754
+ border-color: #2468f2;
37364
37755
  }
37365
37756
 
37366
37757
  .amis-scope .b-success {
@@ -37368,7 +37759,7 @@ readers do not read off random characters that represent icons */
37368
37759
  }
37369
37760
 
37370
37761
  .amis-scope .b-info {
37371
- border-color: #108cee;
37762
+ border-color: #2468f2;
37372
37763
  }
37373
37764
 
37374
37765
  .amis-scope .b-warning {
@@ -37400,7 +37791,7 @@ readers do not read off random characters that represent icons */
37400
37791
  }
37401
37792
 
37402
37793
  .amis-scope .b-l-primary {
37403
- border-left-color: #108cee;
37794
+ border-left-color: #2468f2;
37404
37795
  }
37405
37796
 
37406
37797
  .amis-scope .b-l-success {
@@ -37408,7 +37799,7 @@ readers do not read off random characters that represent icons */
37408
37799
  }
37409
37800
 
37410
37801
  .amis-scope .b-l-info {
37411
- border-left-color: #108cee;
37802
+ border-left-color: #2468f2;
37412
37803
  }
37413
37804
 
37414
37805
  .amis-scope .b-l-warning {
@@ -38007,7 +38398,7 @@ readers do not read off random characters that represent icons */
38007
38398
  }
38008
38399
 
38009
38400
  .amis-scope .avatar i.off {
38010
- background: #999;
38401
+ background: #b4b6ba;
38011
38402
  }
38012
38403
 
38013
38404
  .amis-scope .avatar i.busy {
@@ -38449,7 +38840,7 @@ readers do not read off random characters that represent icons */
38449
38840
  }
38450
38841
 
38451
38842
  .amis-scope .label-primary {
38452
- background: #108cee;
38843
+ background: #2468f2;
38453
38844
  }
38454
38845
 
38455
38846
  .amis-scope .label-success {
@@ -38457,7 +38848,7 @@ readers do not read off random characters that represent icons */
38457
38848
  }
38458
38849
 
38459
38850
  .amis-scope .label-info {
38460
- background: #108cee;
38851
+ background: #2468f2;
38461
38852
  }
38462
38853
 
38463
38854
  .amis-scope .label-warning {