amis 1.3.5-beta.6 → 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 (219) hide show
  1. package/lib/components/Badge.d.ts +15 -2
  2. package/lib/components/Badge.js +47 -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/Checkbox.d.ts +1 -1
  8. package/lib/components/Checkbox.js +1 -1
  9. package/lib/components/Checkbox.js.map +2 -2
  10. package/lib/components/Drawer.js +1 -1
  11. package/lib/components/Drawer.js.map +2 -2
  12. package/lib/components/Modal.js +1 -1
  13. package/lib/components/Modal.js.map +2 -2
  14. package/lib/components/RichText.d.ts +6 -1
  15. package/lib/components/RichText.js +243 -8
  16. package/lib/components/RichText.js.map +2 -2
  17. package/lib/components/Select.d.ts +7 -0
  18. package/lib/components/Select.js.map +2 -2
  19. package/lib/components/Steps.d.ts +3 -3
  20. package/lib/components/Steps.js.map +1 -1
  21. package/lib/components/WithRemoteConfig.d.ts +8 -0
  22. package/lib/components/WithRemoteConfig.js +28 -2
  23. package/lib/components/WithRemoteConfig.js.map +2 -2
  24. package/lib/components/calendar/DaysView.js +2 -2
  25. package/lib/components/calendar/DaysView.js.map +2 -2
  26. package/lib/components/condition-builder/Field.js +0 -1
  27. package/lib/components/condition-builder/Field.js.map +2 -2
  28. package/lib/components/condition-builder/Value.js +2 -1
  29. package/lib/components/condition-builder/Value.js.map +2 -2
  30. package/lib/components/condition-builder/types.d.ts +5 -0
  31. package/lib/components/condition-builder/types.js.map +1 -1
  32. package/lib/components/icons.js +2 -0
  33. package/lib/components/icons.js.map +2 -2
  34. package/lib/factory.d.ts +5 -1
  35. package/lib/factory.js +9 -4
  36. package/lib/factory.js.map +2 -2
  37. package/lib/helper.css.map +1 -1
  38. package/lib/icons/loading-outline.js +7 -0
  39. package/lib/index.js +1 -1
  40. package/lib/locale/de-DE.js +1 -0
  41. package/lib/locale/de-DE.js.map +2 -2
  42. package/lib/locale/en-US.js +2 -1
  43. package/lib/locale/en-US.js.map +2 -2
  44. package/lib/locale/zh-CN.js +2 -1
  45. package/lib/locale/zh-CN.js.map +2 -2
  46. package/lib/renderers/Action.d.ts +9 -1
  47. package/lib/renderers/Action.js +5 -5
  48. package/lib/renderers/Action.js.map +2 -2
  49. package/lib/renderers/CRUD.d.ts +2 -2
  50. package/lib/renderers/CRUD.js +11 -20
  51. package/lib/renderers/CRUD.js.map +2 -2
  52. package/lib/renderers/Collapse.d.ts +1 -1
  53. package/lib/renderers/Collapse.js +5 -1
  54. package/lib/renderers/Collapse.js.map +2 -2
  55. package/lib/renderers/Dialog.d.ts +0 -252
  56. package/lib/renderers/Dialog.js +1 -1
  57. package/lib/renderers/Dialog.js.map +2 -2
  58. package/lib/renderers/DropDownButton.d.ts +8 -0
  59. package/lib/renderers/DropDownButton.js +6 -4
  60. package/lib/renderers/DropDownButton.js.map +2 -2
  61. package/lib/renderers/Form/ButtonGroupSelect.js +3 -0
  62. package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
  63. package/lib/renderers/Form/DiffEditor.d.ts +0 -2
  64. package/lib/renderers/Form/Editor.d.ts +0 -2
  65. package/lib/renderers/Form/Editor.js +1 -1
  66. package/lib/renderers/Form/Editor.js.map +2 -2
  67. package/lib/renderers/Form/InputExcel.d.ts +5 -0
  68. package/lib/renderers/Form/InputExcel.js +24 -3
  69. package/lib/renderers/Form/InputExcel.js.map +2 -2
  70. package/lib/renderers/Form/InputImage.d.ts +8 -0
  71. package/lib/renderers/Form/InputImage.js +2 -1
  72. package/lib/renderers/Form/InputImage.js.map +2 -2
  73. package/lib/renderers/Form/InputTable.d.ts +23 -5
  74. package/lib/renderers/Form/InputTable.js +32 -3
  75. package/lib/renderers/Form/InputTable.js.map +2 -2
  76. package/lib/renderers/Json.js +5 -1
  77. package/lib/renderers/Json.js.map +2 -2
  78. package/lib/renderers/Nav.d.ts +52 -22
  79. package/lib/renderers/Nav.js +100 -15
  80. package/lib/renderers/Nav.js.map +2 -2
  81. package/lib/renderers/Page.js +4 -1
  82. package/lib/renderers/Page.js.map +2 -2
  83. package/lib/renderers/Service.d.ts +10 -1
  84. package/lib/renderers/Service.js +85 -3
  85. package/lib/renderers/Service.js.map +2 -2
  86. package/lib/renderers/Steps.d.ts +4 -4
  87. package/lib/renderers/Steps.js +5 -2
  88. package/lib/renderers/Steps.js.map +2 -2
  89. package/lib/renderers/Table/TableBody.d.ts +1 -1
  90. package/lib/renderers/Table/TableBody.js +5 -1
  91. package/lib/renderers/Table/TableBody.js.map +2 -2
  92. package/lib/renderers/Table/TableContent.d.ts +1 -1
  93. package/lib/renderers/Table/TableContent.js +4 -0
  94. package/lib/renderers/Table/TableContent.js.map +2 -2
  95. package/lib/renderers/Table/index.d.ts +8 -3
  96. package/lib/renderers/Table/index.js +80 -45
  97. package/lib/renderers/Table/index.js.map +2 -2
  98. package/lib/store/app.d.ts +0 -1
  99. package/lib/store/combo.d.ts +0 -2
  100. package/lib/store/crud.d.ts +3 -3
  101. package/lib/store/crud.js +41 -36
  102. package/lib/store/crud.js.map +2 -2
  103. package/lib/store/form.d.ts +0 -1
  104. package/lib/store/modal.d.ts +1 -1
  105. package/lib/store/modal.js +4 -0
  106. package/lib/store/modal.js.map +2 -2
  107. package/lib/store/root.d.ts +0 -1
  108. package/lib/store/service.d.ts +0 -1
  109. package/lib/store/service.js +0 -13
  110. package/lib/store/service.js.map +2 -2
  111. package/lib/store/table.d.ts +1 -2
  112. package/lib/store/table.js +44 -3
  113. package/lib/store/table.js.map +2 -2
  114. package/lib/themes/ang-ie11.css +597 -57
  115. package/lib/themes/ang.css +597 -57
  116. package/lib/themes/ang.css.map +1 -1
  117. package/lib/themes/antd-ie11.css +597 -57
  118. package/lib/themes/antd.css +597 -57
  119. package/lib/themes/antd.css.map +1 -1
  120. package/lib/themes/cxd-ie11.css +705 -177
  121. package/lib/themes/cxd.css +705 -177
  122. package/lib/themes/cxd.css.map +1 -1
  123. package/lib/themes/dark-ie11.css +597 -57
  124. package/lib/themes/dark.css +597 -57
  125. package/lib/themes/dark.css.map +1 -1
  126. package/lib/themes/default.css +705 -177
  127. package/lib/themes/default.css.map +1 -1
  128. package/lib/utils/api.js +12 -0
  129. package/lib/utils/api.js.map +2 -2
  130. package/lib/utils/attachmentAdpator.d.ts +7 -0
  131. package/lib/utils/attachmentAdpator.js +82 -0
  132. package/lib/utils/attachmentAdpator.js.map +13 -0
  133. package/lib/utils/helper.js.map +2 -2
  134. package/lib/utils/validations.js +62 -5
  135. package/lib/utils/validations.js.map +2 -2
  136. package/package.json +46 -39
  137. package/schema.json +343 -44
  138. package/scss/_mixins.scss +29 -0
  139. package/scss/_properties.scss +27 -11
  140. package/scss/components/_badge.scss +67 -2
  141. package/scss/components/_button.scss +35 -3
  142. package/scss/components/_image-gallery.scss +1 -1
  143. package/scss/components/_markdown.scss +266 -0
  144. package/scss/components/_nav.scss +109 -35
  145. package/scss/components/_spinner.scss +6 -2
  146. package/scss/components/form/_group.scss +4 -0
  147. package/scss/themes/_common.scss +1 -0
  148. package/scss/themes/_cxd-variables.scss +20 -20
  149. package/sdk/ang-ie11.css +741 -59
  150. package/sdk/ang.css +755 -59
  151. package/sdk/antd-ie11.css +731 -51
  152. package/sdk/antd.css +755 -59
  153. package/sdk/charts.js +13 -13
  154. package/sdk/color-picker.js +67 -67
  155. package/sdk/cropperjs.js +2 -2
  156. package/sdk/cxd-ie11.css +1200 -520
  157. package/sdk/cxd.css +863 -179
  158. package/sdk/dark-ie11.css +741 -59
  159. package/sdk/dark.css +755 -59
  160. package/sdk/exceljs.js +1 -1
  161. package/sdk/helper.css.map +1 -1
  162. package/sdk/locale/de-DE.js +1 -0
  163. package/sdk/markdown.js +69 -69
  164. package/sdk/papaparse.js +1 -1
  165. package/sdk/renderers/Form/CityDB.js +1 -1
  166. package/sdk/rest.js +22 -24
  167. package/sdk/rich-text.js +62 -64
  168. package/sdk/sdk-ie11.css +1200 -520
  169. package/sdk/sdk.css +863 -179
  170. package/sdk/sdk.js +1118 -1112
  171. package/sdk/thirds/hls.js/hls.js +1 -1
  172. package/sdk/thirds/mpegts.js/mpegts.js +1 -1
  173. package/sdk/tinymce.js +57 -57
  174. package/sdk.zip +0 -0
  175. package/src/components/Badge.tsx +111 -20
  176. package/src/components/Button.tsx +23 -7
  177. package/src/components/Checkbox.tsx +5 -2
  178. package/src/components/Drawer.tsx +3 -2
  179. package/src/components/Modal.tsx +3 -2
  180. package/src/components/RichText.tsx +284 -3
  181. package/src/components/Select.tsx +1 -0
  182. package/src/components/Steps.tsx +3 -3
  183. package/src/components/WithRemoteConfig.tsx +37 -2
  184. package/src/components/calendar/DaysView.tsx +2 -2
  185. package/src/components/condition-builder/Field.tsx +1 -2
  186. package/src/components/condition-builder/Value.tsx +3 -0
  187. package/src/components/condition-builder/types.ts +6 -0
  188. package/src/components/icons.tsx +2 -0
  189. package/src/factory.tsx +13 -3
  190. package/src/icons/loading-outline.svg +4 -0
  191. package/src/locale/de-DE.ts +1 -0
  192. package/src/locale/en-US.ts +2 -1
  193. package/src/locale/zh-CN.ts +2 -1
  194. package/src/renderers/Action.tsx +66 -13
  195. package/src/renderers/CRUD.tsx +13 -33
  196. package/src/renderers/Collapse.tsx +5 -1
  197. package/src/renderers/Dialog.tsx +1 -1
  198. package/src/renderers/DropDownButton.tsx +21 -4
  199. package/src/renderers/Form/ButtonGroupSelect.tsx +3 -0
  200. package/src/renderers/Form/Editor.tsx +19 -20
  201. package/src/renderers/Form/InputExcel.tsx +28 -3
  202. package/src/renderers/Form/InputImage.tsx +23 -8
  203. package/src/renderers/Form/InputTable.tsx +88 -9
  204. package/src/renderers/Json.tsx +10 -1
  205. package/src/renderers/Nav.tsx +165 -36
  206. package/src/renderers/Page.tsx +3 -1
  207. package/src/renderers/Service.tsx +101 -3
  208. package/src/renderers/Steps.tsx +12 -9
  209. package/src/renderers/Table/TableBody.tsx +3 -2
  210. package/src/renderers/Table/TableContent.tsx +3 -1
  211. package/src/renderers/Table/index.tsx +61 -13
  212. package/src/store/crud.ts +34 -38
  213. package/src/store/modal.ts +4 -0
  214. package/src/store/service.ts +0 -19
  215. package/src/store/table.ts +48 -0
  216. package/src/utils/api.ts +11 -0
  217. package/src/utils/attachmentAdpator.ts +90 -0
  218. package/src/utils/helper.ts +1 -0
  219. package/src/utils/validations.ts +80 -12
package/sdk/cxd-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;
@@ -21568,7 +21721,6 @@ readers do not read off random characters that represent icons */
21568
21721
  transform-origin: 100% 0;
21569
21722
  z-index: auto;
21570
21723
  border-radius: calc(1rem / 2);
21571
- box-shadow: 0 0 0 1px #fff;
21572
21724
  }
21573
21725
 
21574
21726
  .amis-scope .cxd-Badge--top-left {
@@ -21594,6 +21746,22 @@ readers do not read off random characters that represent icons */
21594
21746
  transform: translate(50%, 50%);
21595
21747
  }
21596
21748
 
21749
+ .amis-scope .cxd-Badge--danger {
21750
+ background: #ea2e2e;
21751
+ }
21752
+
21753
+ .amis-scope .cxd-Badge--info {
21754
+ background: #2468f2;
21755
+ }
21756
+
21757
+ .amis-scope .cxd-Badge--success {
21758
+ background: #5fb333;
21759
+ }
21760
+
21761
+ .amis-scope .cxd-Badge--warning {
21762
+ background: #f39000;
21763
+ }
21764
+
21597
21765
  .amis-scope .cxd-Badge-text {
21598
21766
  color: #fff;
21599
21767
  height: 1rem;
@@ -21610,6 +21778,56 @@ readers do not read off random characters that represent icons */
21610
21778
  border-radius: 50%;
21611
21779
  }
21612
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
+
21613
21831
  @keyframes badgeDotAnimation {
21614
21832
  0% {
21615
21833
  transform: scale(0.8);
@@ -21740,7 +21958,7 @@ readers do not read off random characters that represent icons */
21740
21958
 
21741
21959
  .amis-scope .cxd-Modal-close {
21742
21960
  float: right;
21743
- color: #999;
21961
+ color: #b4b6ba;
21744
21962
  line-height: inherit;
21745
21963
  text-decoration: none;
21746
21964
  vertical-align: middle;
@@ -21749,7 +21967,7 @@ readers do not read off random characters that represent icons */
21749
21967
  .amis-scope .cxd-Modal-close svg {
21750
21968
  width: 0.75rem;
21751
21969
  height: 0.75rem;
21752
- fill: #999;
21970
+ fill: #b4b6ba;
21753
21971
  }
21754
21972
 
21755
21973
  .amis-scope .cxd-Modal-close:not(.is-disabled) {
@@ -21758,11 +21976,11 @@ readers do not read off random characters that represent icons */
21758
21976
 
21759
21977
  .amis-scope .cxd-Modal-close:not(.is-disabled):hover {
21760
21978
  text-decoration: none;
21761
- color: #666;
21979
+ color: #151a26;
21762
21980
  }
21763
21981
 
21764
21982
  .amis-scope .cxd-Modal-close:not(.is-disabled):hover svg {
21765
- fill: #666;
21983
+ fill: #151a26;
21766
21984
  }
21767
21985
 
21768
21986
  .amis-scope .cxd-Modal-content > .cxd-Modal-close {
@@ -22388,7 +22606,7 @@ readers do not read off random characters that represent icons */
22388
22606
  }
22389
22607
 
22390
22608
  .amis-scope .cxd-Tooltip-body {
22391
- color: #666;
22609
+ color: #151a26;
22392
22610
  padding: 0.5rem 0.5rem;
22393
22611
  }
22394
22612
 
@@ -22624,7 +22842,7 @@ readers do not read off random characters that represent icons */
22624
22842
  }
22625
22843
 
22626
22844
  .amis-scope .cxd-Toast-close:hover {
22627
- color: #108cee;
22845
+ color: #2468f2;
22628
22846
  opacity: 1;
22629
22847
  }
22630
22848
 
@@ -22663,8 +22881,8 @@ readers do not read off random characters that represent icons */
22663
22881
  }
22664
22882
 
22665
22883
  .amis-scope .cxd-Toast--info {
22666
- color: #108cee;
22667
- border-color: #108cee;
22884
+ color: #2468f2;
22885
+ border-color: #2468f2;
22668
22886
  background: #eaf6fe;
22669
22887
  }
22670
22888
 
@@ -22794,7 +23012,7 @@ readers do not read off random characters that represent icons */
22794
23012
  }
22795
23013
 
22796
23014
  .amis-scope .cxd-AppFoldBtn:hover {
22797
- color: #108cee;
23015
+ color: #2468f2;
22798
23016
  }
22799
23017
 
22800
23018
  .amis-scope .cxd-AppLogo-html {
@@ -22803,7 +23021,7 @@ readers do not read off random characters that represent icons */
22803
23021
  }
22804
23022
 
22805
23023
  .amis-scope .cxd-ArrayInput-placeholder {
22806
- color: #999;
23024
+ color: #b4b6ba;
22807
23025
  padding-top: calc(
22808
23026
  (
22809
23027
  1.875rem - 1.4285714286 *
@@ -22822,11 +23040,11 @@ readers do not read off random characters that represent icons */
22822
23040
  ) 0.5rem;
22823
23041
  font-size: 0.75rem;
22824
23042
  line-height: 18 / 12;
22825
- border-radius: 0;
23043
+ border-radius: 0.142rem;
22826
23044
  height: 1.625rem;
22827
23045
  color: #fff;
22828
- background: #108cee;
22829
- border-color: #108cee;
23046
+ background: #2468f2;
23047
+ border-color: #2468f2;
22830
23048
  box-shadow: none;
22831
23049
  text-shadow: none;
22832
23050
  }
@@ -22847,6 +23065,17 @@ readers do not read off random characters that represent icons */
22847
23065
  margin-left: 0.5rem;
22848
23066
  }
22849
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
+
22850
23079
  .amis-scope .cxd-ArrayInput-addBtn img.cxd-Button-icon {
22851
23080
  height: 0.875rem;
22852
23081
  vertical-align: middle;
@@ -22854,10 +23083,16 @@ readers do not read off random characters that represent icons */
22854
23083
 
22855
23084
  .amis-scope .cxd-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover {
22856
23085
  color: #fff;
22857
- background: #0e77ca;
23086
+ background: #0d54e2;
22858
23087
  border-color: #b4bbc5;
22859
23088
  }
22860
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
+
22861
23096
  .amis-scope .cxd-ArrayInput-addBtn:hover:focus {
22862
23097
  box-shadow: none;
22863
23098
  }
@@ -22879,7 +23114,7 @@ readers do not read off random characters that represent icons */
22879
23114
  }
22880
23115
 
22881
23116
  .amis-scope .cxd-ArrayInput-sortTip {
22882
- color: #999;
23117
+ color: #b4b6ba;
22883
23118
  }
22884
23119
 
22885
23120
  .amis-scope .cxd-ArrayInput-item {
@@ -22926,7 +23161,7 @@ readers do not read off random characters that represent icons */
22926
23161
 
22927
23162
  .amis-scope .cxd-ArrayInput-itemRemove:hover > svg,
22928
23163
  .amis-scope .cxd-ArrayInput-itemDrager:hover > svg {
22929
- color: #108cee;
23164
+ color: #2468f2;
22930
23165
  }
22931
23166
 
22932
23167
  .amis-scope .cxd-ArrayInput-itemDrager {
@@ -22951,7 +23186,7 @@ readers do not read off random characters that represent icons */
22951
23186
  }
22952
23187
 
22953
23188
  .amis-scope .cxd-Tabs-linksContainer-arrow:hover {
22954
- color: #108cee;
23189
+ color: #2468f2;
22955
23190
  }
22956
23191
 
22957
23192
  .amis-scope .cxd-Tabs-linksContainer-arrow--left {
@@ -23021,7 +23256,7 @@ readers do not read off random characters that represent icons */
23021
23256
  border: 0.0625rem solid transparent;
23022
23257
  border-top-left-radius: 0.142rem;
23023
23258
  border-top-right-radius: 0.142rem;
23024
- color: #666;
23259
+ color: #151a26;
23025
23260
  margin: 0 0.1875rem 0 0;
23026
23261
  padding: 0.5rem 0.75rem;
23027
23262
  text-decoration: none;
@@ -23110,7 +23345,7 @@ readers do not read off random characters that represent icons */
23110
23345
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-links > li > a:first-child:focus,
23111
23346
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
23112
23347
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
23113
- color: #108cee;
23348
+ color: #2468f2;
23114
23349
  background: transparent;
23115
23350
  border-color: transparent;
23116
23351
  }
@@ -23126,8 +23361,8 @@ readers do not read off random characters that represent icons */
23126
23361
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child,
23127
23362
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
23128
23363
  .amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
23129
- border-color: #108cee;
23130
- color: #108cee;
23364
+ border-color: #2468f2;
23365
+ color: #2468f2;
23131
23366
  background: transparent;
23132
23367
  }
23133
23368
 
@@ -23155,7 +23390,7 @@ readers do not read off random characters that represent icons */
23155
23390
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
23156
23391
  .amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
23157
23392
  border-color: #fff;
23158
- color: #108cee;
23393
+ color: #2468f2;
23159
23394
  border-bottom-color: #fff;
23160
23395
  background: #fff;
23161
23396
  }
@@ -23213,7 +23448,7 @@ readers do not read off random characters that represent icons */
23213
23448
  .amis-scope .cxd-Tabs--radio > .cxd-Tabs-links > li > a:first-child:focus,
23214
23449
  .amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
23215
23450
  .amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
23216
- color: #108cee;
23451
+ color: #2468f2;
23217
23452
  }
23218
23453
 
23219
23454
  .amis-scope .cxd-Tabs--radio > .cxd-Tabs-links > li.is-active > a:first-child,
@@ -23223,8 +23458,8 @@ readers do not read off random characters that represent icons */
23223
23458
  .amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
23224
23459
  .amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
23225
23460
  color: #fff;
23226
- background: #108cee;
23227
- border-color: #108cee;
23461
+ background: #2468f2;
23462
+ border-color: #2468f2;
23228
23463
  position: relative;
23229
23464
  z-index: 1;
23230
23465
  }
@@ -23270,7 +23505,7 @@ readers do not read off random characters that represent icons */
23270
23505
  position: relative;
23271
23506
  z-index: 1;
23272
23507
  border-color: #eceff8;
23273
- color: #108cee;
23508
+ color: #2468f2;
23274
23509
  }
23275
23510
 
23276
23511
  .amis-scope .cxd-Tabs--tiled > .cxd-Tabs-links > li.is-active > a:first-child,
@@ -23280,9 +23515,9 @@ readers do not read off random characters that represent icons */
23280
23515
  .amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
23281
23516
  .amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
23282
23517
  cursor: default;
23283
- color: #108cee;
23518
+ color: #2468f2;
23284
23519
  border-color: #eceff8;
23285
- border-top-color: #108cee;
23520
+ border-top-color: #2468f2;
23286
23521
  border-bottom-color: transparent;
23287
23522
  }
23288
23523
 
@@ -23315,16 +23550,16 @@ readers do not read off random characters that represent icons */
23315
23550
 
23316
23551
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li > a:first-child:hover,
23317
23552
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li > a:first-child:focus {
23318
- color: #108cee;
23553
+ color: #2468f2;
23319
23554
  border-color: transparent;
23320
23555
  }
23321
23556
 
23322
23557
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child,
23323
23558
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child:hover,
23324
23559
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child:focus {
23325
- color: #108cee;
23560
+ color: #2468f2;
23326
23561
  background: #f5f5f5;
23327
- border-color: #108cee;
23562
+ border-color: #2468f2;
23328
23563
  }
23329
23564
 
23330
23565
  .amis-scope .cxd-Tabs--vertical > .cxd-Tabs-content {
@@ -23465,6 +23700,7 @@ readers do not read off random characters that represent icons */
23465
23700
  .amis-scope .cxd-Nav--tabs .cxd-Nav-item {
23466
23701
  margin-bottom: calc(0.0625rem * -1);
23467
23702
  display: inline-block;
23703
+ position: relative;
23468
23704
  }
23469
23705
 
23470
23706
  .amis-scope .cxd-Nav--tabs .cxd-Nav-item > a {
@@ -23474,10 +23710,10 @@ readers do not read off random characters that represent icons */
23474
23710
  border: 0.0625rem solid transparent;
23475
23711
  border-top-left-radius: 0.142rem;
23476
23712
  border-top-right-radius: 0.142rem;
23477
- color: #666;
23713
+ color: #151a26;
23478
23714
  text-decoration: none;
23479
23715
  margin-right: 0.125rem;
23480
- padding: 0.5rem 0.75rem;
23716
+ padding: 0.5rem 1.5rem;
23481
23717
  cursor: pointer;
23482
23718
  }
23483
23719
 
@@ -23507,106 +23743,224 @@ readers do not read off random characters that represent icons */
23507
23743
  min-height: 3.125rem;
23508
23744
  }
23509
23745
 
23510
- .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 {
23511
23748
  position: relative;
23749
+ display: flex;
23750
+ flex-wrap: wrap;
23751
+ align-items: stretch;
23752
+ width: 100%;
23512
23753
  }
23513
23754
 
23514
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a {
23515
- display: block;
23516
- outline: none;
23517
- color: #666;
23518
- text-decoration: none;
23519
- padding: 0.5rem 0.75rem;
23520
- cursor: pointer;
23521
- background: transparent;
23522
- border-radius: 0;
23523
- 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;
23762
+ }
23763
+
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;
23524
23776
  }
23525
23777
 
23526
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a::after {
23527
- border-left: 0.1875rem solid #108cee;
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 {
23528
23786
  position: absolute;
23529
- left: 0;
23530
23787
  top: 0;
23531
- content: "";
23532
- width: 1px;
23533
- height: 100%;
23534
- transform: scaleY(0.0001);
23535
- 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;
23536
23804
  }
23537
23805
 
23538
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.has-sub > a {
23539
- padding-right: calc(0.75rem + 0.5rem);
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;
23810
+ }
23811
+
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;
23540
23827
  }
23541
23828
 
23542
23829
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover,
23543
- .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 {
23544
23845
  border-color: #333;
23545
23846
  text-decoration: none;
23546
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;
23547
23860
  }
23548
23861
 
23549
23862
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item.disabled > a,
23550
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-disabled > a {
23551
- 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;
23552
23871
  background: transparent;
23553
23872
  pointer-events: none;
23554
23873
  }
23555
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
+
23556
23882
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a,
23557
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item.is-active > a {
23558
- color: #108cee;
23559
- background: #f6f7fb;
23560
- 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;
23561
23895
  position: relative;
23562
23896
  }
23563
23897
 
23564
23898
  .amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a::after,
23565
- .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 {
23566
23910
  transform: scaleY(1);
23567
23911
  }
23568
23912
 
23569
- .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 {
23570
23917
  transform: rotate(180deg) scale(0.8);
23571
23918
  }
23572
23919
 
23573
- .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 {
23574
23924
  display: block;
23575
23925
  }
23576
23926
 
23577
- .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 {
23578
23929
  position: absolute;
23579
23930
  right: 0.625rem;
23580
23931
  top: 0.5rem;
23581
23932
  }
23582
23933
 
23583
- .amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-itemToggler {
23584
- position: absolute;
23585
- right: 0;
23586
- top: 0.1875rem;
23587
- width: 1.875rem;
23588
- 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;
23589
23939
  text-align: center;
23590
- line-height: 1.875rem;
23940
+ line-height: 1.5rem;
23591
23941
  vertical-align: middle;
23592
23942
  cursor: pointer;
23593
23943
  transform: scale(0.8);
23594
23944
  transition: transform 0.2s;
23595
23945
  }
23596
23946
 
23597
- .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 {
23598
23949
  width: 10px;
23599
23950
  height: 10px;
23600
23951
  top: 0;
23601
23952
  }
23602
23953
 
23603
- .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 {
23604
23956
  display: none;
23605
23957
  padding-left: 0;
23606
23958
  list-style: none;
23959
+ width: 100%;
23607
23960
  }
23608
23961
 
23609
- .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 {
23610
23964
  font-size: 0.75rem;
23611
23965
  }
23612
23966
 
@@ -23801,7 +24155,7 @@ readers do not read off random characters that represent icons */
23801
24155
 
23802
24156
  .amis-scope .cxd-Video-cursor {
23803
24157
  position: absolute;
23804
- border: 2px solid #108cee;
24158
+ border: 2px solid #2468f2;
23805
24159
  transition: all 0.2s ease-out;
23806
24160
  }
23807
24161
 
@@ -24032,7 +24386,7 @@ readers do not read off random characters that represent icons */
24032
24386
 
24033
24387
  .amis-scope .cxd-Panel--default > .cxd-Panel-heading {
24034
24388
  background: #f5f5f5;
24035
- color: #666;
24389
+ color: #151a26;
24036
24390
  }
24037
24391
 
24038
24392
  .amis-scope .cxd-Panel--default > .cxd-Panel-heading .badge {
@@ -24045,22 +24399,22 @@ readers do not read off random characters that represent icons */
24045
24399
  }
24046
24400
 
24047
24401
  .amis-scope .cxd-Panel--primary {
24048
- border-color: #108cee;
24402
+ border-color: #2468f2;
24049
24403
  }
24050
24404
 
24051
24405
  .amis-scope .cxd-Panel--primary > .cxd-Panel-heading {
24052
- background: #108cee;
24406
+ background: #2468f2;
24053
24407
  color: #fff;
24054
24408
  }
24055
24409
 
24056
24410
  .amis-scope .cxd-Panel--primary > .cxd-Panel-heading .badge {
24057
- color: #108cee;
24411
+ color: #2468f2;
24058
24412
  background: #fff;
24059
24413
  }
24060
24414
 
24061
24415
  .amis-scope .cxd-Panel--primary > .cxd-Panel-heading,
24062
24416
  .amis-scope .cxd-Panel--primary > .cxd-Panel-footer {
24063
- border-color: #108cee;
24417
+ border-color: #2468f2;
24064
24418
  }
24065
24419
 
24066
24420
  .amis-scope .cxd-Panel--success {
@@ -24083,22 +24437,22 @@ readers do not read off random characters that represent icons */
24083
24437
  }
24084
24438
 
24085
24439
  .amis-scope .cxd-Panel--info {
24086
- border-color: #108cee;
24440
+ border-color: #2468f2;
24087
24441
  }
24088
24442
 
24089
24443
  .amis-scope .cxd-Panel--info > .cxd-Panel-heading {
24090
- background: #108cee;
24444
+ background: #2468f2;
24091
24445
  color: #fff;
24092
24446
  }
24093
24447
 
24094
24448
  .amis-scope .cxd-Panel--info > .cxd-Panel-heading .badge {
24095
- color: #108cee;
24449
+ color: #2468f2;
24096
24450
  background: #fff;
24097
24451
  }
24098
24452
 
24099
24453
  .amis-scope .cxd-Panel--info > .cxd-Panel-heading,
24100
24454
  .amis-scope .cxd-Panel--info > .cxd-Panel-footer {
24101
- border-color: #108cee;
24455
+ border-color: #2468f2;
24102
24456
  }
24103
24457
 
24104
24458
  .amis-scope .cxd-Panel--warning {
@@ -24203,12 +24557,12 @@ readers do not read off random characters that represent icons */
24203
24557
  }
24204
24558
 
24205
24559
  .amis-scope .cxd-Sparkline-line {
24206
- stroke: #108cee;
24560
+ stroke: #2468f2;
24207
24561
  stroke-width: 1px;
24208
24562
  }
24209
24563
 
24210
24564
  .amis-scope .cxd-Sparkline-area {
24211
- fill: rgba(16, 140, 238, 0.1);
24565
+ fill: rgba(36, 104, 242, 0.1);
24212
24566
  }
24213
24567
 
24214
24568
  .amis-scope .cxd-Sparkline--clickable {
@@ -24278,8 +24632,13 @@ readers do not read off random characters that represent icons */
24278
24632
  .amis-scope .cxd-Spinner--icon {
24279
24633
  background: transparent;
24280
24634
  animation: spin 2s linear infinite;
24281
- width: auto;
24282
- height: auto;
24635
+ width: 1rem;
24636
+ height: 1rem;
24637
+ }
24638
+
24639
+ .amis-scope .cxd-Spinner--icon svg.icon {
24640
+ width: 1rem;
24641
+ height: 1rem;
24283
24642
  }
24284
24643
 
24285
24644
  .amis-scope .cxd-Spinner--overlay {
@@ -24357,7 +24716,7 @@ readers do not read off random characters that represent icons */
24357
24716
  }
24358
24717
 
24359
24718
  .amis-scope .cxd-ButtonGroup .cxd-Button--primary.is-active {
24360
- color: #108cee;
24719
+ color: #2468f2;
24361
24720
  background: #fff;
24362
24721
  }
24363
24722
 
@@ -24437,7 +24796,7 @@ readers do not read off random characters that represent icons */
24437
24796
  }
24438
24797
 
24439
24798
  .amis-scope .cxd-DropDown.is-actived .cxd-Button {
24440
- color: #108cee;
24799
+ color: #2468f2;
24441
24800
  }
24442
24801
 
24443
24802
  .amis-scope .cxd-DropDown--block {
@@ -24480,7 +24839,7 @@ readers do not read off random characters that represent icons */
24480
24839
  height: 2.125rem;
24481
24840
  vertical-align: middle;
24482
24841
  user-select: none;
24483
- color: #108cee;
24842
+ color: #2468f2;
24484
24843
  text-decoration: none;
24485
24844
  }
24486
24845
 
@@ -24492,7 +24851,7 @@ readers do not read off random characters that represent icons */
24492
24851
 
24493
24852
  .amis-scope .cxd-DropDown-menuItem.is-active,
24494
24853
  .amis-scope .cxd-DropDown-menu > li.is-active {
24495
- color: #108cee;
24854
+ color: #2468f2;
24496
24855
  }
24497
24856
 
24498
24857
  .amis-scope .cxd-DropDown-menuItem:not(.is-disabled),
@@ -24505,7 +24864,7 @@ readers do not read off random characters that represent icons */
24505
24864
  .amis-scope .cxd-DropDown-menuItem.is-disabled,
24506
24865
  .amis-scope .cxd-DropDown-menu > li.is-disabled {
24507
24866
  cursor: not-allowed;
24508
- color: #999;
24867
+ color: #b4b6ba;
24509
24868
  filter: grayscale(80%);
24510
24869
  }
24511
24870
 
@@ -24534,7 +24893,7 @@ readers do not read off random characters that represent icons */
24534
24893
  }
24535
24894
 
24536
24895
  .amis-scope .cxd-Each-placeholder {
24537
- color: #999;
24896
+ color: #b4b6ba;
24538
24897
  text-align: left;
24539
24898
  padding: 0.5rem;
24540
24899
  }
@@ -24568,7 +24927,7 @@ readers do not read off random characters that represent icons */
24568
24927
  width: 0.375rem;
24569
24928
  height: 0.375rem;
24570
24929
  top: -0.25rem;
24571
- border-color: #666;
24930
+ border-color: #151a26;
24572
24931
  border-style: solid;
24573
24932
  border-width: 0.0625rem 0.0625rem 0 0;
24574
24933
  transform: rotate(135deg);
@@ -24587,7 +24946,7 @@ readers do not read off random characters that represent icons */
24587
24946
 
24588
24947
  .amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
24589
24948
  text-align: center;
24590
- color: #108cee;
24949
+ color: #2468f2;
24591
24950
  border-left: none;
24592
24951
  font-size: 0.875rem;
24593
24952
  }
@@ -24697,7 +25056,7 @@ readers do not read off random characters that represent icons */
24697
25056
 
24698
25057
  .amis-scope .cxd-CBGroup-fieldCaret:hover,
24699
25058
  .amis-scope .cxd-CBGroup-operatorCaret:hover {
24700
- color: #108cee;
25059
+ color: #2468f2;
24701
25060
  }
24702
25061
 
24703
25062
  .amis-scope .cxd-CBGroup-fieldCaret > svg,
@@ -24713,7 +25072,7 @@ readers do not read off random characters that represent icons */
24713
25072
  }
24714
25073
 
24715
25074
  .amis-scope .cxd-CBGroup-placeholder {
24716
- color: #999;
25075
+ color: #b4b6ba;
24717
25076
  position: relative;
24718
25077
  margin-left: 30px;
24719
25078
  padding: 10px;
@@ -24758,7 +25117,7 @@ readers do not read off random characters that represent icons */
24758
25117
  }
24759
25118
 
24760
25119
  .amis-scope .cxd-CBDelete:hover {
24761
- color: #108cee;
25120
+ color: #2468f2;
24762
25121
  }
24763
25122
 
24764
25123
  .amis-scope .cxd-CBGroupOrItem {
@@ -24801,7 +25160,7 @@ readers do not read off random characters that represent icons */
24801
25160
  left: 0;
24802
25161
  right: 0;
24803
25162
  bottom: 0;
24804
- background: rgba(16, 140, 238, 0.2);
25163
+ background: rgba(36, 104, 242, 0.2);
24805
25164
  }
24806
25165
 
24807
25166
  .amis-scope .cxd-CBGroupOrItem-dragbar {
@@ -24815,7 +25174,7 @@ readers do not read off random characters that represent icons */
24815
25174
  }
24816
25175
 
24817
25176
  .amis-scope .cxd-CBGroupOrItem-dragbar:hover {
24818
- color: #108cee;
25177
+ color: #2468f2;
24819
25178
  }
24820
25179
 
24821
25180
  .amis-scope .cxd-CBGroupOrItem .cxd-CBGroup {
@@ -24871,7 +25230,7 @@ readers do not read off random characters that represent icons */
24871
25230
  }
24872
25231
 
24873
25232
  .amis-scope .cxd-CBInputSwitch > a:hover {
24874
- color: #108cee;
25233
+ color: #2468f2;
24875
25234
  }
24876
25235
 
24877
25236
  .amis-scope .cxd-CBInputSwitch svg {
@@ -24901,7 +25260,7 @@ readers do not read off random characters that represent icons */
24901
25260
  .amis-scope .cxd-CBFunc-args > span {
24902
25261
  display: inline-block;
24903
25262
  padding: 0 5px;
24904
- color: #108cee;
25263
+ color: #2468f2;
24905
25264
  }
24906
25265
 
24907
25266
  .amis-scope .cxd-CBFunc-args > div {
@@ -24924,7 +25283,7 @@ readers do not read off random characters that represent icons */
24924
25283
 
24925
25284
  .amis-scope .cxd-CBFormula-label {
24926
25285
  background: #f5f5f5;
24927
- color: #999;
25286
+ color: #b4b6ba;
24928
25287
  display: block;
24929
25288
  font-size: 0.75rem;
24930
25289
  align-self: center;
@@ -25195,7 +25554,7 @@ readers do not read off random characters that represent icons */
25195
25554
 
25196
25555
  .amis-scope .cxd-Wizard ul li.active,
25197
25556
  .amis-scope .cxd-Wizard-tabs ul li.active {
25198
- color: #108cee;
25557
+ color: #2468f2;
25199
25558
  }
25200
25559
 
25201
25560
  .amis-scope .cxd-Wizard .cxd-Panel-footer > .cxd-Form-group,
@@ -25428,16 +25787,16 @@ readers do not read off random characters that represent icons */
25428
25787
  line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
25429
25788
  display: inline-block;
25430
25789
  font-size: 0.75rem;
25431
- color: #108cee;
25432
- background: #cee8fc;
25433
- border: 0.0625rem solid #9dd1fa;
25790
+ color: #2468f2;
25791
+ background: #e4edfe;
25792
+ border: 0.0625rem solid #b3cbfc;
25434
25793
  border-radius: 2px;
25435
25794
  margin-right: 0.25rem;
25436
25795
  margin-top: 0.25rem;
25437
25796
  }
25438
25797
 
25439
25798
  .amis-scope .cxd-Crud-value:hover {
25440
- background: #b5dcfb;
25799
+ background: #ccdcfd;
25441
25800
  }
25442
25801
 
25443
25802
  .amis-scope .cxd-Crud-value.is-disabled {
@@ -25447,12 +25806,12 @@ readers do not read off random characters that represent icons */
25447
25806
 
25448
25807
  .amis-scope .cxd-Crud-valueIcon {
25449
25808
  cursor: pointer;
25450
- border-right: 0.0625rem solid #9dd1fa;
25809
+ border-right: 0.0625rem solid #b3cbfc;
25451
25810
  padding: 1px 5px;
25452
25811
  }
25453
25812
 
25454
25813
  .amis-scope .cxd-Crud-valueIcon:hover {
25455
- background: #b5dcfb;
25814
+ background: #ccdcfd;
25456
25815
  }
25457
25816
 
25458
25817
  .amis-scope .cxd-Crud-valueLabel {
@@ -25639,14 +25998,14 @@ readers do not read off random characters that represent icons */
25639
25998
  }
25640
25999
 
25641
26000
  .amis-scope .cxd-Table-placeholder {
25642
- color: #999;
26001
+ color: #b4b6ba;
25643
26002
  text-align: center;
25644
26003
  height: 6.25rem;
25645
26004
  background: transparent !important;
25646
26005
  }
25647
26006
 
25648
26007
  .amis-scope .cxd-Table-placeholder:hover {
25649
- color: #999;
26008
+ color: #b4b6ba;
25650
26009
  background: transparent !important;
25651
26010
  }
25652
26011
 
@@ -25730,7 +26089,7 @@ readers do not read off random characters that represent icons */
25730
26089
  }
25731
26090
 
25732
26091
  .amis-scope .cxd-Table-content-colDragLine:hover {
25733
- background: #108cee;
26092
+ background: #2468f2;
25734
26093
  }
25735
26094
 
25736
26095
  .amis-scope .cxd-Table-table {
@@ -25880,7 +26239,7 @@ readers do not read off random characters that represent icons */
25880
26239
  .amis-scope .cxd-Table-table > tbody > tr.is-hovered {
25881
26240
  background: #f5f5f5;
25882
26241
  border-color: #eceff8;
25883
- color: #666;
26242
+ color: #151a26;
25884
26243
  }
25885
26244
 
25886
26245
  .amis-scope .cxd-Table-table > tbody > tr:hover + tr,
@@ -25918,7 +26277,7 @@ readers do not read off random characters that represent icons */
25918
26277
 
25919
26278
  .amis-scope .cxd-Table-table > tbody > tr.bg-light {
25920
26279
  background-color: #eaf6fe;
25921
- color: #666;
26280
+ color: #151a26;
25922
26281
  }
25923
26282
 
25924
26283
  .amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
@@ -25993,11 +26352,11 @@ readers do not read off random characters that represent icons */
25993
26352
  }
25994
26353
 
25995
26354
  .amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-muted {
25996
- color: #4d4d4d !important;
26355
+ color: #030405 !important;
25997
26356
  }
25998
26357
 
25999
26358
  .amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-lt {
26000
- color: #a6a6a6 !important;
26359
+ color: #425278 !important;
26001
26360
  }
26002
26361
 
26003
26362
  .amis-scope .cxd-Table-table > tbody > tr.bg-black {
@@ -26047,46 +26406,46 @@ readers do not read off random characters that represent icons */
26047
26406
  }
26048
26407
 
26049
26408
  .amis-scope .cxd-Table-table > tbody > tr.bg-black .text-muted {
26050
- color: #4d4d4d !important;
26409
+ color: #030405 !important;
26051
26410
  }
26052
26411
 
26053
26412
  .amis-scope .cxd-Table-table > tbody > tr.bg-black .text-lt {
26054
- color: #a6a6a6 !important;
26413
+ color: #425278 !important;
26055
26414
  }
26056
26415
 
26057
26416
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary {
26058
- background-color: #108cee;
26059
- color: #d1e7f9;
26417
+ background-color: #2468f2;
26418
+ color: #e6edfc;
26060
26419
  }
26061
26420
 
26062
26421
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.lt,
26063
26422
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .lt {
26064
- background: #2a97ee;
26423
+ background: #3f79f1;
26065
26424
  }
26066
26425
 
26067
26426
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.lter,
26068
26427
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .lter {
26069
- background: #44a2ed;
26428
+ background: #598bf0;
26070
26429
  }
26071
26430
 
26072
26431
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.dk,
26073
26432
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .dk {
26074
- background: #0c7ed9;
26433
+ background: #0b57f2;
26075
26434
  }
26076
26435
 
26077
26436
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.dker,
26078
26437
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .dker {
26079
- background: #0870c3;
26438
+ background: #074ddc;
26080
26439
  }
26081
26440
 
26082
26441
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary.bg,
26083
26442
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .bg {
26084
- background-color: #108cee;
26443
+ background-color: #2468f2;
26085
26444
  }
26086
26445
 
26087
26446
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary a,
26088
26447
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link {
26089
- color: #feffff;
26448
+ color: white;
26090
26449
  }
26091
26450
 
26092
26451
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary a:hover,
@@ -26101,11 +26460,11 @@ readers do not read off random characters that represent icons */
26101
26460
  }
26102
26461
 
26103
26462
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-muted {
26104
- color: #4d4d4d !important;
26463
+ color: #030405 !important;
26105
26464
  }
26106
26465
 
26107
26466
  .amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-lt {
26108
- color: #a6a6a6 !important;
26467
+ color: #425278 !important;
26109
26468
  }
26110
26469
 
26111
26470
  .amis-scope .cxd-Table-table > tbody > tr.bg-success {
@@ -26155,46 +26514,46 @@ readers do not read off random characters that represent icons */
26155
26514
  }
26156
26515
 
26157
26516
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .text-muted {
26158
- color: #4d4d4d !important;
26517
+ color: #030405 !important;
26159
26518
  }
26160
26519
 
26161
26520
  .amis-scope .cxd-Table-table > tbody > tr.bg-success .text-lt {
26162
- color: #a6a6a6 !important;
26521
+ color: #425278 !important;
26163
26522
  }
26164
26523
 
26165
26524
  .amis-scope .cxd-Table-table > tbody > tr.bg-info {
26166
- background-color: #108cee;
26167
- color: #d1e7f9;
26525
+ background-color: #2468f2;
26526
+ color: #e6edfc;
26168
26527
  }
26169
26528
 
26170
26529
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.lt,
26171
26530
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .lt {
26172
- background: #2a97ee;
26531
+ background: #3f79f1;
26173
26532
  }
26174
26533
 
26175
26534
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.lter,
26176
26535
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .lter {
26177
- background: #44a2ed;
26536
+ background: #598bf0;
26178
26537
  }
26179
26538
 
26180
26539
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.dk,
26181
26540
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .dk {
26182
- background: #0c7ed9;
26541
+ background: #0b57f2;
26183
26542
  }
26184
26543
 
26185
26544
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.dker,
26186
26545
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .dker {
26187
- background: #0870c3;
26546
+ background: #074ddc;
26188
26547
  }
26189
26548
 
26190
26549
  .amis-scope .cxd-Table-table > tbody > tr.bg-info.bg,
26191
26550
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .bg {
26192
- background-color: #108cee;
26551
+ background-color: #2468f2;
26193
26552
  }
26194
26553
 
26195
26554
  .amis-scope .cxd-Table-table > tbody > tr.bg-info a,
26196
26555
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link {
26197
- color: #feffff;
26556
+ color: white;
26198
26557
  }
26199
26558
 
26200
26559
  .amis-scope .cxd-Table-table > tbody > tr.bg-info a:hover,
@@ -26209,11 +26568,11 @@ readers do not read off random characters that represent icons */
26209
26568
  }
26210
26569
 
26211
26570
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .text-muted {
26212
- color: #4d4d4d !important;
26571
+ color: #030405 !important;
26213
26572
  }
26214
26573
 
26215
26574
  .amis-scope .cxd-Table-table > tbody > tr.bg-info .text-lt {
26216
- color: #a6a6a6 !important;
26575
+ color: #425278 !important;
26217
26576
  }
26218
26577
 
26219
26578
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning {
@@ -26263,11 +26622,11 @@ readers do not read off random characters that represent icons */
26263
26622
  }
26264
26623
 
26265
26624
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-muted {
26266
- color: #4d4d4d !important;
26625
+ color: #030405 !important;
26267
26626
  }
26268
26627
 
26269
26628
  .amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-lt {
26270
- color: #a6a6a6 !important;
26629
+ color: #425278 !important;
26271
26630
  }
26272
26631
 
26273
26632
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger {
@@ -26317,11 +26676,11 @@ readers do not read off random characters that represent icons */
26317
26676
  }
26318
26677
 
26319
26678
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-muted {
26320
- color: #4d4d4d !important;
26679
+ color: #030405 !important;
26321
26680
  }
26322
26681
 
26323
26682
  .amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-lt {
26324
- color: #a6a6a6 !important;
26683
+ color: #425278 !important;
26325
26684
  }
26326
26685
 
26327
26686
  .amis-scope .cxd-Table-table > tbody > tr.is-dragging {
@@ -26868,7 +27227,7 @@ readers do not read off random characters that represent icons */
26868
27227
  }
26869
27228
 
26870
27229
  .amis-scope .cxd-TableCell-sortBtn:hover {
26871
- color: #108cee;
27230
+ color: #2468f2;
26872
27231
  }
26873
27232
 
26874
27233
  .amis-scope .cxd-TableCell-sortBtn--up > svg,
@@ -26895,16 +27254,16 @@ readers do not read off random characters that represent icons */
26895
27254
  }
26896
27255
 
26897
27256
  .amis-scope .cxd-TableCell-sortBtn--default.is-active {
26898
- color: #999;
27257
+ color: #b4b6ba;
26899
27258
  }
26900
27259
 
26901
27260
  .amis-scope .cxd-TableCell-sortBtn--default.is-active:hover {
26902
- color: #666;
27261
+ color: #151a26;
26903
27262
  }
26904
27263
 
26905
27264
  .amis-scope .cxd-TableCell-sortBtn--up.is-active,
26906
27265
  .amis-scope .cxd-TableCell-sortBtn--down.is-active {
26907
- color: #108cee;
27266
+ color: #2468f2;
26908
27267
  }
26909
27268
 
26910
27269
  .amis-scope .cxd-TableCell-searchBtn {
@@ -26913,7 +27272,7 @@ readers do not read off random characters that represent icons */
26913
27272
  right: 0.25rem;
26914
27273
  top: 50%;
26915
27274
  transform: translateY(-50%);
26916
- color: #999;
27275
+ color: #b4b6ba;
26917
27276
  }
26918
27277
 
26919
27278
  .amis-scope .cxd-TableCell-searchBtn svg.icon {
@@ -26922,11 +27281,11 @@ readers do not read off random characters that represent icons */
26922
27281
  }
26923
27282
 
26924
27283
  .amis-scope .cxd-TableCell-searchBtn:hover {
26925
- color: #666;
27284
+ color: #151a26;
26926
27285
  }
26927
27286
 
26928
27287
  .amis-scope .cxd-TableCell-searchBtn.is-active {
26929
- color: #108cee;
27288
+ color: #2468f2;
26930
27289
  }
26931
27290
 
26932
27291
  .amis-scope .cxd-TableCell-searchPopOver {
@@ -26946,7 +27305,7 @@ readers do not read off random characters that represent icons */
26946
27305
  right: calc( 0.625rem - 1rem / 2 );
26947
27306
  top: 50%;
26948
27307
  transform: translateY(-50%);
26949
- color: #999;
27308
+ color: #b4b6ba;
26950
27309
  }
26951
27310
 
26952
27311
  .amis-scope .cxd-TableCell-filterBtn svg.icon {
@@ -26955,11 +27314,11 @@ readers do not read off random characters that represent icons */
26955
27314
  }
26956
27315
 
26957
27316
  .amis-scope .cxd-TableCell-filterBtn:hover {
26958
- color: #666;
27317
+ color: #151a26;
26959
27318
  }
26960
27319
 
26961
27320
  .amis-scope .cxd-TableCell-filterBtn.is-active {
26962
- color: #108cee;
27321
+ color: #2468f2;
26963
27322
  }
26964
27323
 
26965
27324
  .amis-scope .cxd-TableCell-filterBtn .cxd-Remark {
@@ -26987,12 +27346,12 @@ readers do not read off random characters that represent icons */
26987
27346
 
26988
27347
  .amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
26989
27348
  background: #eaf6fe;
26990
- color: #108cee;
27349
+ color: #2468f2;
26991
27350
  }
26992
27351
 
26993
27352
  .amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
26994
27353
  background: #eaf6fe;
26995
- color: #108cee;
27354
+ color: #2468f2;
26996
27355
  }
26997
27356
 
26998
27357
  .amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider .cxd-Checkbox {
@@ -27027,19 +27386,19 @@ readers do not read off random characters that represent icons */
27027
27386
  .amis-scope .cxd-Table-itemActions a {
27028
27387
  cursor: pointer;
27029
27388
  padding: 0.25rem 0.5rem;
27030
- color: #108cee;
27389
+ color: #2468f2;
27031
27390
  text-decoration: none;
27032
27391
  }
27033
27392
 
27034
27393
  .amis-scope .cxd-Table-itemActions a:hover {
27035
- color: #0e77ca;
27394
+ color: #0d54e2;
27036
27395
  text-decoration: none;
27037
27396
  }
27038
27397
 
27039
27398
  .amis-scope .cxd-Table-itemActions a.is-disabled {
27040
27399
  pointer-events: none;
27041
27400
  opacity: 0.65;
27042
- color: #999;
27401
+ color: #b4b6ba;
27043
27402
  }
27044
27403
 
27045
27404
  .amis-scope .cxd-Table-dragTip {
@@ -27047,7 +27406,7 @@ readers do not read off random characters that represent icons */
27047
27406
  clear: both;
27048
27407
  margin-top: 0.25rem;
27049
27408
  width: 100%;
27050
- color: #108cee;
27409
+ color: #2468f2;
27051
27410
  }
27052
27411
 
27053
27412
  .amis-scope .cxd-Table-footTable {
@@ -27083,7 +27442,7 @@ readers do not read off random characters that represent icons */
27083
27442
  .amis-scope .cxd-Table-expandBtn {
27084
27443
  position: relative;
27085
27444
  z-index: 1;
27086
- color: #108cee;
27445
+ color: #2468f2;
27087
27446
  display: inline-flex;
27088
27447
  justify-content: center;
27089
27448
  align-items: center;
@@ -27122,7 +27481,7 @@ readers do not read off random characters that represent icons */
27122
27481
 
27123
27482
  .amis-scope .cxd-Table-dragBtn:hover {
27124
27483
  text-decoration: none;
27125
- color: #108cee;
27484
+ color: #2468f2;
27126
27485
  }
27127
27486
 
27128
27487
  .amis-scope .cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
@@ -27249,13 +27608,13 @@ readers do not read off random characters that represent icons */
27249
27608
 
27250
27609
  .amis-scope .cxd-List-dragTip {
27251
27610
  width: 100%;
27252
- color: #108cee;
27611
+ color: #2468f2;
27253
27612
  clear: both;
27254
27613
  margin-top: 0.25rem;
27255
27614
  }
27256
27615
 
27257
27616
  .amis-scope .cxd-List-placeholder {
27258
- color: #999;
27617
+ color: #b4b6ba;
27259
27618
  text-align: center;
27260
27619
  min-height: 1.875rem;
27261
27620
  line-height: 1.875rem;
@@ -27296,7 +27655,7 @@ readers do not read off random characters that represent icons */
27296
27655
  }
27297
27656
 
27298
27657
  .amis-scope .cxd-ListGroup-item.is-disabled {
27299
- color: #999;
27658
+ color: #b4b6ba;
27300
27659
  }
27301
27660
 
27302
27661
  .amis-scope .cxd-ListGroup--expanded .cxd-ListGroup-item {
@@ -27382,7 +27741,7 @@ readers do not read off random characters that represent icons */
27382
27741
 
27383
27742
  .amis-scope .cxd-ListItem-fieldLabel {
27384
27743
  width: 9.375rem;
27385
- color: #999;
27744
+ color: #b4b6ba;
27386
27745
  }
27387
27746
 
27388
27747
  .amis-scope .cxd-ListItem.is-checked {
@@ -27501,14 +27860,14 @@ readers do not read off random characters that represent icons */
27501
27860
 
27502
27861
  .amis-scope .cxd-Cards-dragTip {
27503
27862
  width: 100%;
27504
- color: #108cee;
27863
+ color: #2468f2;
27505
27864
  clear: both;
27506
27865
  margin-top: 0.25rem;
27507
27866
  }
27508
27867
 
27509
27868
  .amis-scope .cxd-Cards-placeholder {
27510
27869
  background: #fff;
27511
- color: #999;
27870
+ color: #b4b6ba;
27512
27871
  text-align: center;
27513
27872
  height: 6.25rem;
27514
27873
  line-height: 6.25rem;
@@ -27649,7 +28008,7 @@ readers do not read off random characters that represent icons */
27649
28008
  max-height: calc(0.875rem * 1.5 * 2);
27650
28009
  overflow: hidden;
27651
28010
  text-overflow: ellipsis;
27652
- color: #999;
28011
+ color: #b4b6ba;
27653
28012
  -webkit-line-clamp: 2;
27654
28013
  -webkit-box-orient: vertical;
27655
28014
  display: -webkit-box;
@@ -27694,7 +28053,7 @@ readers do not read off random characters that represent icons */
27694
28053
  }
27695
28054
 
27696
28055
  .amis-scope .cxd-Card-avtarText {
27697
- background: #108cee;
28056
+ background: #2468f2;
27698
28057
  color: #fff;
27699
28058
  width: 50px;
27700
28059
  height: 50px;
@@ -27753,7 +28112,7 @@ readers do not read off random characters that represent icons */
27753
28112
 
27754
28113
  .amis-scope .cxd-Card-fieldLabel {
27755
28114
  width: 3.75rem;
27756
- color: #999;
28115
+ color: #b4b6ba;
27757
28116
  }
27758
28117
 
27759
28118
  .amis-scope .cxd-Card-actions {
@@ -27770,7 +28129,7 @@ readers do not read off random characters that represent icons */
27770
28129
  border-color: #f5f7fb;
27771
28130
  border-style: solid;
27772
28131
  border-width: 0 0.0625rem 0 0;
27773
- color: #666;
28132
+ color: #151a26;
27774
28133
  text-align: center;
27775
28134
  line-height: 2.5rem;
27776
28135
  font-size: 0.75rem;
@@ -27782,7 +28141,7 @@ readers do not read off random characters that represent icons */
27782
28141
 
27783
28142
  .amis-scope .cxd-Card-actions > a:not(.is-disabled):hover {
27784
28143
  background: white;
27785
- color: #108cee;
28144
+ color: #2468f2;
27786
28145
  text-decoration: none;
27787
28146
  }
27788
28147
 
@@ -27791,7 +28150,7 @@ readers do not read off random characters that represent icons */
27791
28150
  }
27792
28151
 
27793
28152
  .amis-scope .cxd-Card-actions > a.is-disabled {
27794
- color: #999;
28153
+ color: #b4b6ba;
27795
28154
  }
27796
28155
 
27797
28156
  .amis-scope .cxd-Card-actions > a.is-disabled:hover {
@@ -27800,14 +28159,14 @@ readers do not read off random characters that represent icons */
27800
28159
 
27801
28160
  .amis-scope .cxd-Card.is-checked {
27802
28161
  background: #fff;
27803
- border-color: #108cee;
27804
- color: #108cee;
28162
+ border-color: #2468f2;
28163
+ color: #2468f2;
27805
28164
  }
27806
28165
 
27807
28166
  .amis-scope .cxd-Card.is-checked .cxd-Card-actions,
27808
28167
  .amis-scope .cxd-Card.is-checked .cxd-Card-actions > a {
27809
- border-color: #108cee;
27810
- color: #108cee;
28168
+ border-color: #2468f2;
28169
+ color: #2468f2;
27811
28170
  }
27812
28171
 
27813
28172
  .amis-scope .cxd-Card.is-checked .cxd-Card-fieldLabel {
@@ -27822,7 +28181,7 @@ readers do not read off random characters that represent icons */
27822
28181
  .amis-scope .cxd-Card.is-modified,
27823
28182
  .amis-scope .cxd-Card.is-moved {
27824
28183
  background: #e8f0fe;
27825
- border-color: #108cee;
28184
+ border-color: #2468f2;
27826
28185
  color: #4285f4;
27827
28186
  }
27828
28187
 
@@ -27830,7 +28189,7 @@ readers do not read off random characters that represent icons */
27830
28189
  .amis-scope .cxd-Card.is-modified .cxd-Card-actions > a,
27831
28190
  .amis-scope .cxd-Card.is-moved .cxd-Card-actions,
27832
28191
  .amis-scope .cxd-Card.is-moved .cxd-Card-actions > a {
27833
- border-color: #108cee;
28192
+ border-color: #2468f2;
27834
28193
  color: #4285f4;
27835
28194
  }
27836
28195
 
@@ -27881,7 +28240,7 @@ readers do not read off random characters that represent icons */
27881
28240
  position: absolute;
27882
28241
  pointer-events: none;
27883
28242
  z-index: 1;
27884
- border: 0.0625rem dashed #108cee;
28243
+ border: 0.0625rem dashed #2468f2;
27885
28244
  }
27886
28245
 
27887
28246
  .amis-scope .cxd-Field--quickEditable:hover .cxd-Field-quickEditBtn {
@@ -27975,7 +28334,7 @@ readers do not read off random characters that represent icons */
27975
28334
  line-height: 10px;
27976
28335
  color: #fff;
27977
28336
  text-align: center;
27978
- background: #108cee;
28337
+ background: #2468f2;
27979
28338
  transition: width 0.2s ease;
27980
28339
  }
27981
28340
 
@@ -28050,7 +28409,7 @@ readers do not read off random characters that represent icons */
28050
28409
  }
28051
28410
 
28052
28411
  .amis-scope .cxd-Field-copyBtn:hover {
28053
- color: #108cee;
28412
+ color: #2468f2;
28054
28413
  }
28055
28414
 
28056
28415
  .amis-scope .cxd-Divider {
@@ -28099,7 +28458,7 @@ readers do not read off random characters that represent icons */
28099
28458
  .amis-scope .cxd-Pagination > li > a:focus,
28100
28459
  .amis-scope .cxd-Pagination > li > span:focus {
28101
28460
  background: transparent;
28102
- color: #108cee;
28461
+ color: #2468f2;
28103
28462
  }
28104
28463
 
28105
28464
  .amis-scope .cxd-Pagination > li.is-disabled > span,
@@ -28123,8 +28482,8 @@ readers do not read off random characters that represent icons */
28123
28482
  .amis-scope .cxd-Pagination > li.is-active > a:focus,
28124
28483
  .amis-scope .cxd-Pagination > li.is-active > span:focus {
28125
28484
  background: #fff;
28126
- color: #108cee;
28127
- border: 0.0625rem solid #108cee;
28485
+ color: #2468f2;
28486
+ border: 0.0625rem solid #2468f2;
28128
28487
  border-radius: 0.142rem;
28129
28488
  }
28130
28489
 
@@ -28160,7 +28519,7 @@ readers do not read off random characters that represent icons */
28160
28519
  .amis-scope .cxd-Pagination-inputGroup input:focus,
28161
28520
  .amis-scope .cxd-Pagination-inputGroup input:hover {
28162
28521
  outline: none;
28163
- border: 0.0625rem solid #108cee;
28522
+ border: 0.0625rem solid #2468f2;
28164
28523
  }
28165
28524
 
28166
28525
  .amis-scope .cxd-PaginationWrapper-pager {
@@ -28262,7 +28621,7 @@ readers do not read off random characters that represent icons */
28262
28621
  .amis-scope .cxd-StatusField .cxd-Status-icon.rolling::after {
28263
28622
  content: "";
28264
28623
  display: inline-block;
28265
- border: 5px solid #108cee;
28624
+ border: 5px solid #2468f2;
28266
28625
  border-radius: 500px;
28267
28626
  position: absolute;
28268
28627
  top: 0;
@@ -28698,7 +29057,7 @@ readers do not read off random characters that represent icons */
28698
29057
  }
28699
29058
 
28700
29059
  .amis-scope .cxd-ImageGallery-item.is-active {
28701
- border: 1px solid #108cee;
29060
+ border: 1px solid #2468f2;
28702
29061
  }
28703
29062
 
28704
29063
  .amis-scope .cxd-ImageGallery-item.is-active:after {
@@ -28927,18 +29286,18 @@ readers do not read off random characters that represent icons */
28927
29286
  outline: none;
28928
29287
  background: transparent;
28929
29288
  border: none;
28930
- color: #666;
29289
+ color: #151a26;
28931
29290
  width: 100%;
28932
29291
  height: calc(1.4285714286 * 0.875rem);
28933
29292
  }
28934
29293
 
28935
29294
  .amis-scope .cxd-InputBox input::placeholder {
28936
- color: #999;
29295
+ color: #b4b6ba;
28937
29296
  user-select: none;
28938
29297
  }
28939
29298
 
28940
29299
  .amis-scope .cxd-InputBox:hover {
28941
- border-color: #108cee;
29300
+ border-color: #2468f2;
28942
29301
  }
28943
29302
 
28944
29303
  .amis-scope .cxd-InputBox--inline {
@@ -28955,13 +29314,13 @@ readers do not read off random characters that represent icons */
28955
29314
  }
28956
29315
 
28957
29316
  .amis-scope .cxd-InputBox.is-focused {
28958
- border-color: #108cee;
29317
+ border-color: #2468f2;
28959
29318
  box-shadow: none;
28960
29319
  background: #fff;
28961
29320
  }
28962
29321
 
28963
29322
  .amis-scope .cxd-InputBox.is-clickable:hover {
28964
- border-color: #108cee;
29323
+ border-color: #2468f2;
28965
29324
  box-shadow: none;
28966
29325
  cursor: pointer;
28967
29326
  }
@@ -28971,7 +29330,7 @@ readers do not read off random characters that represent icons */
28971
29330
  }
28972
29331
 
28973
29332
  .amis-scope .cxd-InputBox.is-disabled {
28974
- color: #999;
29333
+ color: #b4b6ba;
28975
29334
  background: #f5f5f5;
28976
29335
  border-color: #ebebeb;
28977
29336
  }
@@ -29033,18 +29392,18 @@ readers do not read off random characters that represent icons */
29033
29392
  outline: none;
29034
29393
  background: transparent;
29035
29394
  border: none;
29036
- color: #666;
29395
+ color: #151a26;
29037
29396
  width: 100%;
29038
29397
  height: calc(1.4285714286 * 0.875rem);
29039
29398
  }
29040
29399
 
29041
29400
  .amis-scope .cxd-ResultBox input::placeholder {
29042
- color: #999;
29401
+ color: #b4b6ba;
29043
29402
  user-select: none;
29044
29403
  }
29045
29404
 
29046
29405
  .amis-scope .cxd-ResultBox:hover {
29047
- border-color: #108cee;
29406
+ border-color: #2468f2;
29048
29407
  }
29049
29408
 
29050
29409
  .amis-scope .cxd-ResultBox.is-error {
@@ -29056,7 +29415,7 @@ readers do not read off random characters that represent icons */
29056
29415
  .amis-scope .cxd-ResultBox.is-active,
29057
29416
  .amis-scope .cxd-ResultBox:focus {
29058
29417
  outline: none;
29059
- border-color: #108cee;
29418
+ border-color: #2468f2;
29060
29419
  box-shadow: none;
29061
29420
  background: #fff;
29062
29421
  }
@@ -29066,7 +29425,7 @@ readers do not read off random characters that represent icons */
29066
29425
  }
29067
29426
 
29068
29427
  .amis-scope .cxd-ResultBox.is-clickable:not(.is-disabled):hover {
29069
- border-color: #108cee;
29428
+ border-color: #2468f2;
29070
29429
  box-shadow: none;
29071
29430
  background: #fff;
29072
29431
  }
@@ -29076,7 +29435,7 @@ readers do not read off random characters that represent icons */
29076
29435
  }
29077
29436
 
29078
29437
  .amis-scope .cxd-ResultBox.is-disabled {
29079
- color: #999;
29438
+ color: #b4b6ba;
29080
29439
  background: #f5f5f5;
29081
29440
  border-color: #ebebeb;
29082
29441
  pointer-events: none;
@@ -29175,7 +29534,7 @@ readers do not read off random characters that represent icons */
29175
29534
  }
29176
29535
 
29177
29536
  .amis-scope .cxd-ResultBox-placeholder {
29178
- color: #999;
29537
+ color: #b4b6ba;
29179
29538
  user-select: none;
29180
29539
  margin-left: 8px;
29181
29540
  }
@@ -29226,7 +29585,7 @@ readers do not read off random characters that represent icons */
29226
29585
  .amis-scope .cxd-SearchBox-activeBtn:hover,
29227
29586
  .amis-scope .cxd-SearchBox-searchBtn:hover,
29228
29587
  .amis-scope .cxd-SearchBox-cancelBtn:hover {
29229
- color: #108cee;
29588
+ color: #2468f2;
29230
29589
  }
29231
29590
 
29232
29591
  .amis-scope .cxd-SearchBox.is-disabled .cxd-SearchBox-activeBtn,
@@ -29240,13 +29599,13 @@ readers do not read off random characters that represent icons */
29240
29599
  outline: none;
29241
29600
  border: none;
29242
29601
  background: transparent;
29243
- color: #666;
29602
+ color: #151a26;
29244
29603
  width: 0;
29245
29604
  height: calc(1.4285714286 * 0.875rem);
29246
29605
  }
29247
29606
 
29248
29607
  .amis-scope .cxd-SearchBox > input::placeholder {
29249
- color: #999;
29608
+ color: #b4b6ba;
29250
29609
  user-select: none;
29251
29610
  }
29252
29611
 
@@ -29259,7 +29618,7 @@ readers do not read off random characters that represent icons */
29259
29618
 
29260
29619
  .amis-scope .cxd-ListMenu-groupLabel {
29261
29620
  font-size: 0.6875rem;
29262
- color: #999;
29621
+ color: #b4b6ba;
29263
29622
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem - 0.5rem ) / 2 ) 0 0 calc(0.625rem - 0.25rem);
29264
29623
  }
29265
29624
 
@@ -29278,7 +29637,7 @@ readers do not read off random characters that represent icons */
29278
29637
  }
29279
29638
 
29280
29639
  .amis-scope .cxd-ListMenu-item.is-active {
29281
- color: #108cee;
29640
+ color: #2468f2;
29282
29641
  background: transparent;
29283
29642
  }
29284
29643
 
@@ -29288,14 +29647,14 @@ readers do not read off random characters that represent icons */
29288
29647
  }
29289
29648
 
29290
29649
  .amis-scope .cxd-ListMenu-item.is-disabled {
29291
- color: #999;
29650
+ color: #b4b6ba;
29292
29651
  background: transparent;
29293
29652
  }
29294
29653
 
29295
29654
  .amis-scope .cxd-ListMenu-placeholder {
29296
29655
  display: block;
29297
29656
  min-height: 1.875rem;
29298
- color: #999;
29657
+ color: #b4b6ba;
29299
29658
  line-height: 1.4285714286;
29300
29659
  font-size: 0.875rem;
29301
29660
  cursor: pointer;
@@ -29303,7 +29662,7 @@ readers do not read off random characters that represent icons */
29303
29662
  }
29304
29663
 
29305
29664
  .amis-scope .cxd-PopOver > .cxd-ListMenu {
29306
- border-color: #108cee;
29665
+ border-color: #2468f2;
29307
29666
  }
29308
29667
 
29309
29668
  .amis-scope .cxd-Log {
@@ -29490,13 +29849,13 @@ readers do not read off random characters that represent icons */
29490
29849
  }
29491
29850
 
29492
29851
  .amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
29493
- background-color: #108cee;
29852
+ background-color: #2468f2;
29494
29853
  }
29495
29854
 
29496
29855
  .amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
29497
29856
  padding-left: 0.625rem;
29498
29857
  font-size: 0.875rem;
29499
- color: #666;
29858
+ color: #151a26;
29500
29859
  }
29501
29860
 
29502
29861
  .amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
@@ -29568,9 +29927,9 @@ readers do not read off random characters that represent icons */
29568
29927
 
29569
29928
  .amis-scope .cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon,
29570
29929
  .amis-scope .cxd-Steps .cxd-StepsItem.is-process .cxd-StepsItem-icon {
29571
- background-color: #108cee;
29930
+ background-color: #2468f2;
29572
29931
  color: #fff;
29573
- border: 1px solid #108cee;
29932
+ border: 1px solid #2468f2;
29574
29933
  }
29575
29934
 
29576
29935
  .amis-scope fieldset.cxd-Collapse--lg,
@@ -29626,7 +29985,7 @@ readers do not read off random characters that represent icons */
29626
29985
  padding: 0.25rem 0;
29627
29986
  font-size: 0.875rem;
29628
29987
  color: #333;
29629
- border-left: #108cee 0.25rem solid;
29988
+ border-left: #2468f2 0.25rem solid;
29630
29989
  line-height: 1.2;
29631
29990
  margin: 0.75rem 0;
29632
29991
  padding: 0 0 0 14px;
@@ -29722,6 +30081,10 @@ readers do not read off random characters that represent icons */
29722
30081
  margin-bottom: 0.75rem;
29723
30082
  }
29724
30083
 
30084
+ .amis-scope .cxd-Form-group:last-child {
30085
+ margin-bottom: 0;
30086
+ }
30087
+
29725
30088
  .amis-scope .cxd-Form-value > .cxd-Form-group {
29726
30089
  margin-bottom: 0.375rem;
29727
30090
  }
@@ -30014,7 +30377,7 @@ readers do not read off random characters that represent icons */
30014
30377
  .amis-scope .cxd-InputGroup.is-focused .cxd-TextControl-input,
30015
30378
  .amis-scope .cxd-InputGroup.is-focused .cxd-Select,
30016
30379
  .amis-scope .cxd-InputGroup.is-focused .cxd-InputGroup-btn .cxd-Button {
30017
- border-color: #108cee;
30380
+ border-color: #2468f2;
30018
30381
  }
30019
30382
 
30020
30383
  .amis-scope .cxd-InputGroup.is-focused .cxd-Select {
@@ -30022,15 +30385,15 @@ readers do not read off random characters that represent icons */
30022
30385
  }
30023
30386
 
30024
30387
  .amis-scope .cxd-InputGroup.is-focused .cxd-Select {
30025
- color: #108cee;
30388
+ color: #2468f2;
30026
30389
  }
30027
30390
 
30028
30391
  .amis-scope .cxd-InputGroup.is-focused .cxd-Select-arrow {
30029
- color: #108cee;
30392
+ color: #2468f2;
30030
30393
  }
30031
30394
 
30032
30395
  .amis-scope .cxd-InputGroup.is-focused .cxd-InputGroup-addOn {
30033
- color: #108cee;
30396
+ color: #2468f2;
30034
30397
  }
30035
30398
 
30036
30399
  .amis-scope .cxd-InputGroup:not(.is-inline) {
@@ -30070,18 +30433,18 @@ readers do not read off random characters that represent icons */
30070
30433
  outline: none;
30071
30434
  background: transparent;
30072
30435
  border: none;
30073
- color: #666;
30436
+ color: #151a26;
30074
30437
  width: 100%;
30075
30438
  height: calc(1.4285714286 * 0.875rem);
30076
30439
  }
30077
30440
 
30078
30441
  .amis-scope .cxd-TextControl-input input::placeholder {
30079
- color: #999;
30442
+ color: #b4b6ba;
30080
30443
  user-select: none;
30081
30444
  }
30082
30445
 
30083
30446
  .amis-scope .cxd-TextControl-input:hover {
30084
- border-color: #108cee;
30447
+ border-color: #2468f2;
30085
30448
  }
30086
30449
 
30087
30450
  .amis-scope .cxd-TextControl-input--borderHalf {
@@ -30101,7 +30464,7 @@ readers do not read off random characters that represent icons */
30101
30464
  }
30102
30465
 
30103
30466
  .amis-scope .cxd-TextControl.is-focused > .cxd-TextControl-input {
30104
- border-color: #108cee;
30467
+ border-color: #2468f2;
30105
30468
  box-shadow: none;
30106
30469
  background: #fff;
30107
30470
  transition: all 0.2s;
@@ -30112,7 +30475,7 @@ readers do not read off random characters that represent icons */
30112
30475
  }
30113
30476
 
30114
30477
  .amis-scope .cxd-TextControl.is-disabled > .cxd-TextControl-input {
30115
- color: #999;
30478
+ color: #b4b6ba;
30116
30479
  background: #f5f5f5;
30117
30480
  border-color: #ebebeb;
30118
30481
  transition: all 0.2s;
@@ -30153,7 +30516,7 @@ readers do not read off random characters that represent icons */
30153
30516
  }
30154
30517
 
30155
30518
  .amis-scope .cxd-TextControl-placeholder {
30156
- color: #999;
30519
+ color: #b4b6ba;
30157
30520
  user-select: none;
30158
30521
  position: absolute;
30159
30522
  left: 0.625rem;
@@ -30250,7 +30613,7 @@ readers do not read off random characters that represent icons */
30250
30613
  }
30251
30614
 
30252
30615
  .amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-button .cxd-Button {
30253
- border-color: #108cee;
30616
+ border-color: #2468f2;
30254
30617
  }
30255
30618
 
30256
30619
  .amis-scope .cxd-TextControl--withAddOn.is-error > .cxd-TextControl-addOn {
@@ -30258,13 +30621,13 @@ readers do not read off random characters that represent icons */
30258
30621
  }
30259
30622
 
30260
30623
  .amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-addOn {
30261
- border-color: #108cee;
30262
- color: #108cee;
30624
+ border-color: #2468f2;
30625
+ color: #2468f2;
30263
30626
  box-shadow: none;
30264
30627
  }
30265
30628
 
30266
30629
  .amis-scope .cxd-TextControl--withAddOn.is-disabled > .cxd-TextControl-addOn {
30267
- color: #999;
30630
+ color: #b4b6ba;
30268
30631
  }
30269
30632
 
30270
30633
  .amis-scope .cxd-TextControl--withAddOn.is-inline {
@@ -30293,7 +30656,7 @@ readers do not read off random characters that represent icons */
30293
30656
  position: absolute;
30294
30657
  background: #fff;
30295
30658
  color: #333;
30296
- border: 0.0625rem solid #108cee;
30659
+ border: 0.0625rem solid #2468f2;
30297
30660
  left: -0.0625rem;
30298
30661
  right: -0.0625rem;
30299
30662
  top: 100%;
@@ -30361,21 +30724,21 @@ readers do not read off random characters that represent icons */
30361
30724
  white-space: nowrap;
30362
30725
  line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
30363
30726
  font-size: 0.75rem;
30364
- color: #108cee;
30365
- background: #cee8fc;
30366
- border: 0.0625rem solid #9dd1fa;
30727
+ color: #2468f2;
30728
+ background: #e4edfe;
30729
+ border: 0.0625rem solid #b3cbfc;
30367
30730
  border-radius: 0.125rem;
30368
30731
  margin: 2px 3px;
30369
30732
  }
30370
30733
 
30371
30734
  .amis-scope .cxd-TextControl-valueIcon {
30372
30735
  cursor: pointer;
30373
- border-right: 0.0625rem solid #9dd1fa;
30736
+ border-right: 0.0625rem solid #b3cbfc;
30374
30737
  padding: 1px 5px;
30375
30738
  }
30376
30739
 
30377
30740
  .amis-scope .cxd-TextControl-valueIcon:hover {
30378
- background: #b5dcfb;
30741
+ background: #ccdcfd;
30379
30742
  }
30380
30743
 
30381
30744
  .amis-scope .cxd-TextControl-input--multiple .cxd-TextControl-valueLabel {
@@ -30383,7 +30746,7 @@ readers do not read off random characters that represent icons */
30383
30746
  }
30384
30747
 
30385
30748
  .amis-scope .cxd-TextControl-counter {
30386
- color: #999;
30749
+ color: #b4b6ba;
30387
30750
  }
30388
30751
 
30389
30752
  .amis-scope .has-error--maxLength .cxd-TextControl-counter {
@@ -30423,19 +30786,19 @@ readers do not read off random characters that represent icons */
30423
30786
  }
30424
30787
 
30425
30788
  .amis-scope .cxd-TextareaControl > textarea::placeholder {
30426
- color: #999;
30789
+ color: #b4b6ba;
30427
30790
  }
30428
30791
 
30429
30792
  .amis-scope .cxd-TextareaControl > textarea:focus,
30430
30793
  .amis-scope .cxd-TextareaControl.is-focused > textarea {
30431
- border-color: #108cee;
30794
+ border-color: #2468f2;
30432
30795
  box-shadow: none;
30433
30796
  }
30434
30797
 
30435
30798
  .amis-scope .cxd-TextareaControl.is-disabled > textarea,
30436
30799
  .amis-scope .cxd-TextareaControl > textarea[disabled] {
30437
30800
  background: #e5e7eb;
30438
- color: #999;
30801
+ color: #b4b6ba;
30439
30802
  }
30440
30803
 
30441
30804
  .amis-scope .cxd-TextareaControl.is-error > textarea {
@@ -30482,7 +30845,7 @@ readers do not read off random characters that represent icons */
30482
30845
  }
30483
30846
 
30484
30847
  .amis-scope .cxd-Checkbox:hover input:not(:disabled) + i {
30485
- border-color: #108cee;
30848
+ border-color: #2468f2;
30486
30849
  }
30487
30850
 
30488
30851
  .amis-scope .cxd-Checkbox > i {
@@ -30536,13 +30899,13 @@ readers do not read off random characters that represent icons */
30536
30899
  }
30537
30900
 
30538
30901
  .amis-scope .cxd-Checkbox--checkbox input:checked + i {
30539
- border-color: #108cee;
30902
+ border-color: #2468f2;
30540
30903
  }
30541
30904
 
30542
30905
  .amis-scope .cxd-Checkbox--checkbox input:checked + i:before {
30543
30906
  width: 0.5rem;
30544
30907
  height: 0.5rem;
30545
- background: #108cee;
30908
+ background: #2468f2;
30546
30909
  }
30547
30910
 
30548
30911
  .amis-scope .cxd-Checkbox--checkbox input[disabled] + i {
@@ -30558,7 +30921,7 @@ readers do not read off random characters that represent icons */
30558
30921
 
30559
30922
  .amis-scope .cxd-Checkbox--checkbox input[disabled] + i + span {
30560
30923
  cursor: not-allowed;
30561
- color: #999;
30924
+ color: #b4b6ba;
30562
30925
  }
30563
30926
 
30564
30927
  .amis-scope .cxd-Checkbox--checkbox > i {
@@ -30574,8 +30937,8 @@ readers do not read off random characters that represent icons */
30574
30937
  }
30575
30938
 
30576
30939
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i {
30577
- border-color: #108cee;
30578
- background: #108cee;
30940
+ border-color: #2468f2;
30941
+ background: #2468f2;
30579
30942
  }
30580
30943
 
30581
30944
  .amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i:before {
@@ -30626,29 +30989,29 @@ readers do not read off random characters that represent icons */
30626
30989
  }
30627
30990
 
30628
30991
  .amis-scope .cxd-Checkbox--radio input:checked + i {
30629
- border-color: #108cee;
30992
+ border-color: #2468f2;
30630
30993
  }
30631
30994
 
30632
30995
  .amis-scope .cxd-Checkbox--radio input:checked + i:before {
30633
30996
  width: 0.625rem;
30634
30997
  height: 0.625rem;
30635
- background: #108cee;
30998
+ background: #2468f2;
30636
30999
  border-radius: 50%;
30637
31000
  }
30638
31001
 
30639
31002
  .amis-scope .cxd-Checkbox--radio input[disabled] + i {
30640
- border-color: #999;
31003
+ border-color: #b4b6ba;
30641
31004
  background: #e5e7eb;
30642
31005
  cursor: not-allowed;
30643
31006
  }
30644
31007
 
30645
31008
  .amis-scope .cxd-Checkbox--radio input[disabled] + i:before {
30646
- background: #999;
31009
+ background: #b4b6ba;
30647
31010
  }
30648
31011
 
30649
31012
  .amis-scope .cxd-Checkbox--radio input[disabled] + i + span {
30650
31013
  cursor: not-allowed;
30651
- color: #999;
31014
+ color: #b4b6ba;
30652
31015
  }
30653
31016
 
30654
31017
  .amis-scope .cxd-Checkbox--radio input:focus + i {
@@ -30695,7 +31058,7 @@ readers do not read off random characters that represent icons */
30695
31058
  }
30696
31059
 
30697
31060
  .amis-scope .cxd-Checkbox-desc {
30698
- color: #999;
31061
+ color: #b4b6ba;
30699
31062
  margin-left: 0.25rem;
30700
31063
  margin-top: 0.25rem;
30701
31064
  pointer-events: all;
@@ -30778,7 +31141,7 @@ readers do not read off random characters that represent icons */
30778
31141
  .amis-scope .cxd-ListRadios-group > .cxd-ListRadios-itemLabel {
30779
31142
  font-size: 0.75rem;
30780
31143
  padding: 0.25rem 0.25rem;
30781
- color: #999;
31144
+ color: #b4b6ba;
30782
31145
  }
30783
31146
 
30784
31147
  .amis-scope .cxd-ListCheckboxes-item,
@@ -30800,7 +31163,7 @@ readers do not read off random characters that represent icons */
30800
31163
 
30801
31164
  .amis-scope .cxd-ListCheckboxes-item.is-active,
30802
31165
  .amis-scope .cxd-ListRadios-item.is-active {
30803
- color: #108cee;
31166
+ color: #2468f2;
30804
31167
  background: transparent;
30805
31168
  }
30806
31169
 
@@ -30812,7 +31175,7 @@ readers do not read off random characters that represent icons */
30812
31175
  .amis-scope .cxd-ListCheckboxes-item.is-disabled,
30813
31176
  .amis-scope .cxd-ListRadios-item.is-disabled {
30814
31177
  pointer-events: none;
30815
- color: #999;
31178
+ color: #b4b6ba;
30816
31179
  }
30817
31180
 
30818
31181
  .amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
@@ -30842,7 +31205,7 @@ readers do not read off random characters that represent icons */
30842
31205
  line-height: 1.4285714286;
30843
31206
  font-size: 0.875rem;
30844
31207
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
30845
- color: #999;
31208
+ color: #b4b6ba;
30846
31209
  }
30847
31210
 
30848
31211
  .amis-scope .cxd-TableCheckboxes .cxd-Table-content {
@@ -30974,13 +31337,13 @@ readers do not read off random characters that represent icons */
30974
31337
 
30975
31338
  .amis-scope .cxd-TreeCheckboxes-itemInner.is-active,
30976
31339
  .amis-scope .cxd-TreeRadios-itemInner.is-active {
30977
- color: #108cee;
31340
+ color: #2468f2;
30978
31341
  }
30979
31342
 
30980
31343
  .amis-scope .cxd-TreeCheckboxes-itemInner.is-disabled,
30981
31344
  .amis-scope .cxd-TreeRadios-itemInner.is-disabled {
30982
31345
  pointer-events: none;
30983
- color: #999;
31346
+ color: #b4b6ba;
30984
31347
  }
30985
31348
 
30986
31349
  .amis-scope .cxd-TreeCheckboxes-itemLabel,
@@ -30994,7 +31357,7 @@ readers do not read off random characters that represent icons */
30994
31357
  line-height: 1.4285714286;
30995
31358
  font-size: 0.875rem;
30996
31359
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
30997
- color: #999;
31360
+ color: #b4b6ba;
30998
31361
  }
30999
31362
 
31000
31363
  .amis-scope .cxd-ChainedCheckboxes {
@@ -31014,7 +31377,7 @@ readers do not read off random characters that represent icons */
31014
31377
  .amis-scope .cxd-ChainedCheckboxes-subTitle {
31015
31378
  font-size: 0.75rem;
31016
31379
  padding: 0.25rem 0.25rem;
31017
- color: #999;
31380
+ color: #b4b6ba;
31018
31381
  }
31019
31382
 
31020
31383
  .amis-scope .cxd-ChainedCheckboxes-item {
@@ -31033,7 +31396,7 @@ readers do not read off random characters that represent icons */
31033
31396
  }
31034
31397
 
31035
31398
  .amis-scope .cxd-ChainedCheckboxes-item.is-active {
31036
- color: #108cee;
31399
+ color: #2468f2;
31037
31400
  background: transparent;
31038
31401
  }
31039
31402
 
@@ -31043,7 +31406,7 @@ readers do not read off random characters that represent icons */
31043
31406
 
31044
31407
  .amis-scope .cxd-ChainedCheckboxes-item.is-disabled {
31045
31408
  pointer-events: none;
31046
- color: #999;
31409
+ color: #b4b6ba;
31047
31410
  }
31048
31411
 
31049
31412
  .amis-scope .cxd-ChainedCheckboxes-itemLabel {
@@ -31055,7 +31418,7 @@ readers do not read off random characters that represent icons */
31055
31418
  line-height: 1.4285714286;
31056
31419
  font-size: 0.875rem;
31057
31420
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
31058
- color: #999;
31421
+ color: #b4b6ba;
31059
31422
  }
31060
31423
 
31061
31424
  .amis-scope .cxd-AssociatedCheckboxes {
@@ -31077,7 +31440,7 @@ readers do not read off random characters that represent icons */
31077
31440
 
31078
31441
  .amis-scope .cxd-AssociatedCheckboxes-reload {
31079
31442
  text-align: center;
31080
- color: #108cee;
31443
+ color: #2468f2;
31081
31444
  margin: 20px 0 0;
31082
31445
  }
31083
31446
 
@@ -31088,7 +31451,7 @@ readers do not read off random characters that represent icons */
31088
31451
  .amis-scope .cxd-AssociatedCheckboxes-box {
31089
31452
  line-height: 1.4285714286;
31090
31453
  font-size: 0.75rem;
31091
- color: #999;
31454
+ color: #b4b6ba;
31092
31455
  flex-grow: 1;
31093
31456
  display: flex;
31094
31457
  flex-direction: column;
@@ -31100,7 +31463,7 @@ readers do not read off random characters that represent icons */
31100
31463
  .amis-scope .cxd-AssociatedCheckboxes-box > p {
31101
31464
  text-align: center;
31102
31465
  margin: 10px 0 20px;
31103
- color: #999;
31466
+ color: #b4b6ba;
31104
31467
  }
31105
31468
 
31106
31469
  .amis-scope .cxd-CityPicker .cxd-Select {
@@ -31124,12 +31487,12 @@ readers do not read off random characters that represent icons */
31124
31487
  }
31125
31488
 
31126
31489
  .amis-scope .cxd-CityPicker-input::placeholder {
31127
- color: #999;
31490
+ color: #b4b6ba;
31128
31491
  user-select: none;
31129
31492
  }
31130
31493
 
31131
31494
  .amis-scope .cxd-CityPicker-input:focus {
31132
- border-color: #108cee;
31495
+ border-color: #2468f2;
31133
31496
  box-shadow: none;
31134
31497
  background: #fff;
31135
31498
  }
@@ -31182,7 +31545,7 @@ readers do not read off random characters that represent icons */
31182
31545
  }
31183
31546
 
31184
31547
  .amis-scope .cxd-Switch.is-checked {
31185
- background: #108cee;
31548
+ background: #2468f2;
31186
31549
  }
31187
31550
 
31188
31551
  .amis-scope .cxd-Switch.is-checked .slider::before {
@@ -31260,7 +31623,7 @@ readers do not read off random characters that represent icons */
31260
31623
  }
31261
31624
 
31262
31625
  .amis-scope .cxd-Number-focused {
31263
- border-color: #108cee;
31626
+ border-color: #2468f2;
31264
31627
  box-shadow: none;
31265
31628
  }
31266
31629
 
@@ -31283,12 +31646,12 @@ readers do not read off random characters that represent icons */
31283
31646
  }
31284
31647
 
31285
31648
  .amis-scope .cxd-Number:hover {
31286
- border-color: #108cee;
31649
+ border-color: #2468f2;
31287
31650
  }
31288
31651
 
31289
31652
  .amis-scope .cxd-Number:hover .cxd-Number-handler-up,
31290
31653
  .amis-scope .cxd-Number:hover .cxd-Number-handler-wrap {
31291
- border-color: #108cee;
31654
+ border-color: #2468f2;
31292
31655
  }
31293
31656
 
31294
31657
  .amis-scope .cxd-Number-disabled:hover {
@@ -31329,7 +31692,7 @@ readers do not read off random characters that represent icons */
31329
31692
 
31330
31693
  .amis-scope .cxd-Number-handler:hover {
31331
31694
  background: #fff;
31332
- color: #108cee;
31695
+ color: #2468f2;
31333
31696
  }
31334
31697
 
31335
31698
  .amis-scope .cxd-Number-handler:hover:active {
@@ -31383,7 +31746,7 @@ readers do not read off random characters that represent icons */
31383
31746
  }
31384
31747
 
31385
31748
  .amis-scope .cxd-Number-disabled .cxd-Number-handler:hover {
31386
- color: #999;
31749
+ color: #b4b6ba;
31387
31750
  border-color: #ccc;
31388
31751
  }
31389
31752
 
@@ -31426,15 +31789,15 @@ readers do not read off random characters that represent icons */
31426
31789
 
31427
31790
  .amis-scope .cxd-Select:hover {
31428
31791
  background: #fff;
31429
- border-color: #108cee;
31792
+ border-color: #2468f2;
31430
31793
  }
31431
31794
 
31432
31795
  .amis-scope .cxd-Select:hover .cxd-Select-arrow:before {
31433
- color: #108cee;
31796
+ color: #2468f2;
31434
31797
  }
31435
31798
 
31436
31799
  .amis-scope .cxd-Select.is-disabled {
31437
- color: #999;
31800
+ color: #b4b6ba;
31438
31801
  background: #f5f5f5;
31439
31802
  border-color: #ebebeb;
31440
31803
  }
@@ -31510,9 +31873,9 @@ readers do not read off random characters that represent icons */
31510
31873
  display: inline-block;
31511
31874
  vertical-align: middle;
31512
31875
  font-size: 0.75rem;
31513
- color: #108cee;
31514
- background: #cee8fc;
31515
- border: 0.0625rem solid #9dd1fa;
31876
+ color: #2468f2;
31877
+ background: #e4edfe;
31878
+ border: 0.0625rem solid #b3cbfc;
31516
31879
  border-radius: 0.125rem;
31517
31880
  margin-right: 0.25rem;
31518
31881
  margin-bottom: 0.25rem;
@@ -31524,19 +31887,19 @@ readers do not read off random characters that represent icons */
31524
31887
 
31525
31888
  .amis-scope .cxd-Select-valueIcon {
31526
31889
  cursor: pointer;
31527
- border-right: 0.0625rem solid #9dd1fa;
31890
+ border-right: 0.0625rem solid #b3cbfc;
31528
31891
  padding: 1px 5px;
31529
31892
  }
31530
31893
 
31531
31894
  .amis-scope .cxd-Select-valueIcon:hover {
31532
- background: #b5dcfb;
31895
+ background: #ccdcfd;
31533
31896
  }
31534
31897
 
31535
31898
  .amis-scope .cxd-Select-valueIcon.is-disabled {
31536
31899
  pointer-events: none;
31537
31900
  display: none;
31538
31901
  cursor: not-allowed;
31539
- background: #e6f3fe;
31902
+ background: #fdfdff;
31540
31903
  }
31541
31904
 
31542
31905
  .amis-scope .cxd-Select-arrow {
@@ -31613,7 +31976,7 @@ readers do not read off random characters that represent icons */
31613
31976
  }
31614
31977
 
31615
31978
  .amis-scope .cxd-Select-option.is-active {
31616
- color: #108cee;
31979
+ color: #2468f2;
31617
31980
  background: transparent;
31618
31981
  }
31619
31982
 
@@ -31623,12 +31986,12 @@ readers do not read off random characters that represent icons */
31623
31986
  }
31624
31987
 
31625
31988
  .amis-scope .cxd-Select-option.is-disabled {
31626
- color: #999;
31989
+ color: #b4b6ba;
31627
31990
  background: transparent;
31628
31991
  }
31629
31992
 
31630
31993
  .amis-scope .cxd-Select-option--placeholder {
31631
- color: #999;
31994
+ color: #b4b6ba;
31632
31995
  }
31633
31996
 
31634
31997
  .amis-scope .cxd-Select-option > label {
@@ -31675,7 +32038,7 @@ readers do not read off random characters that represent icons */
31675
32038
 
31676
32039
  .amis-scope .cxd-Select.is-focused,
31677
32040
  .amis-scope .cxd-Select.is-opened {
31678
- border-color: #108cee;
32041
+ border-color: #2468f2;
31679
32042
  color: #000;
31680
32043
  }
31681
32044
 
@@ -31708,7 +32071,7 @@ readers do not read off random characters that represent icons */
31708
32071
  margin-top: calc(0 * -1);
31709
32072
  background: #fff;
31710
32073
  color: #333;
31711
- border: 0 solid #108cee;
32074
+ border: 0 solid #2468f2;
31712
32075
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
31713
32076
  border-top-left-radius: 0;
31714
32077
  border-top-right-radius: 0;
@@ -31762,7 +32125,7 @@ readers do not read off random characters that represent icons */
31762
32125
  }
31763
32126
 
31764
32127
  .amis-scope .cxd-Selections-placeholder {
31765
- color: #999;
32128
+ color: #b4b6ba;
31766
32129
  text-align: center;
31767
32130
  width: 100%;
31768
32131
  flex-basis: 1.875rem;
@@ -31809,7 +32172,7 @@ readers do not read off random characters that represent icons */
31809
32172
  }
31810
32173
 
31811
32174
  .amis-scope .cxd-Selections-delBtn:hover {
31812
- color: #108cee;
32175
+ color: #2468f2;
31813
32176
  }
31814
32177
 
31815
32178
  .amis-scope .cxd-Selections-delBtn > svg {
@@ -31836,7 +32199,7 @@ readers do not read off random characters that represent icons */
31836
32199
  border: 0.0625rem solid #ccc;
31837
32200
  background: #fff;
31838
32201
  padding: 0.375rem 0.625rem;
31839
- color: #000;
32202
+ color: #151a26;
31840
32203
  transition: none;
31841
32204
  max-width: calc(12.5rem + 2 * 0.625rem);
31842
32205
  }
@@ -31846,24 +32209,24 @@ readers do not read off random characters that represent icons */
31846
32209
  }
31847
32210
 
31848
32211
  .amis-scope .cxd-ListControl-item .b-inherit {
31849
- border-color: #000;
32212
+ border-color: #151a26;
31850
32213
  }
31851
32214
 
31852
32215
  .amis-scope .cxd-ListControl-item:hover {
31853
32216
  background: #fff;
31854
- border-color: #108cee;
31855
- color: #108cee;
32217
+ border-color: #2468f2;
32218
+ color: #2468f2;
31856
32219
  }
31857
32220
 
31858
32221
  .amis-scope .cxd-ListControl-item:hover .b-inherit {
31859
- border-color: #108cee;
32222
+ border-color: #2468f2;
31860
32223
  }
31861
32224
 
31862
32225
  .amis-scope .cxd-ListControl-item:hover:active,
31863
32226
  .amis-scope .cxd-ListControl-item.is-active {
31864
32227
  background: #fff;
31865
- border-color: #108cee;
31866
- color: #108cee;
32228
+ border-color: #2468f2;
32229
+ color: #2468f2;
31867
32230
  }
31868
32231
 
31869
32232
  .amis-scope .cxd-ListControl-item:hover:active:hover,
@@ -31873,7 +32236,7 @@ readers do not read off random characters that represent icons */
31873
32236
 
31874
32237
  .amis-scope .cxd-ListControl-item:hover:active .b-inherit,
31875
32238
  .amis-scope .cxd-ListControl-item.is-active .b-inherit {
31876
- border-color: #108cee;
32239
+ border-color: #2468f2;
31877
32240
  }
31878
32241
 
31879
32242
  .amis-scope .cxd-ListControl-item:hover:active:before,
@@ -31882,7 +32245,7 @@ readers do not read off random characters that represent icons */
31882
32245
  position: absolute;
31883
32246
  width: 0.875rem;
31884
32247
  height: 0.875rem;
31885
- background: #108cee;
32248
+ background: #2468f2;
31886
32249
  right: 0;
31887
32250
  bottom: 0;
31888
32251
  }
@@ -31935,7 +32298,7 @@ readers do not read off random characters that represent icons */
31935
32298
  }
31936
32299
 
31937
32300
  .amis-scope .cxd-ListControl-placeholder {
31938
- color: #999;
32301
+ color: #b4b6ba;
31939
32302
  }
31940
32303
 
31941
32304
  .amis-scope .cxd-LocationPicker {
@@ -31963,16 +32326,16 @@ readers do not read off random characters that represent icons */
31963
32326
 
31964
32327
  .amis-scope .cxd-LocationPicker:not(.is-disabled):hover {
31965
32328
  background: #fff;
31966
- border-color: #108cee;
32329
+ border-color: #2468f2;
31967
32330
  }
31968
32331
 
31969
32332
  .amis-scope .cxd-LocationPicker:not(.is-disabled):hover .cxd-DatePicker-toggler:before {
31970
- color: #108cee;
32333
+ color: #2468f2;
31971
32334
  }
31972
32335
 
31973
32336
  .amis-scope .cxd-LocationPicker.is-focused,
31974
32337
  .amis-scope .cxd-LocationPicker.is-active {
31975
- border-color: #108cee;
32338
+ border-color: #2468f2;
31976
32339
  box-shadow: none;
31977
32340
  }
31978
32341
 
@@ -31981,7 +32344,7 @@ readers do not read off random characters that represent icons */
31981
32344
  }
31982
32345
 
31983
32346
  .amis-scope .cxd-LocationPicker.is-disabled > cxd-LocationPicker-input {
31984
- color: #999;
32347
+ color: #b4b6ba;
31985
32348
  }
31986
32349
 
31987
32350
  .amis-scope .cxd-LocationPicker-placeholder {
@@ -32004,7 +32367,7 @@ readers do not read off random characters that represent icons */
32004
32367
  }
32005
32368
 
32006
32369
  .amis-scope .cxd-LocationPicker-toggler:hover {
32007
- color: #108cee;
32370
+ color: #2468f2;
32008
32371
  }
32009
32372
 
32010
32373
  .amis-scope .cxd-LocationPicker-clear {
@@ -32044,7 +32407,7 @@ readers do not read off random characters that represent icons */
32044
32407
  width: 100%;
32045
32408
  max-width: 100%;
32046
32409
  margin-top: -1px;
32047
- border-color: #108cee;
32410
+ border-color: #2468f2;
32048
32411
  }
32049
32412
 
32050
32413
  .amis-scope .cxd-MapPicker-search {
@@ -32084,7 +32447,7 @@ readers do not read off random characters that represent icons */
32084
32447
  }
32085
32448
 
32086
32449
  .amis-scope .cxd-MapPicker-sugItem:hover {
32087
- color: #108cee;
32450
+ color: #2468f2;
32088
32451
  background: transparent;
32089
32452
  }
32090
32453
 
@@ -32118,7 +32481,7 @@ readers do not read off random characters that represent icons */
32118
32481
 
32119
32482
  .amis-scope .cxd-ColorPicker:not(.is-disabled):hover {
32120
32483
  background: #fff;
32121
- border-color: #108cee;
32484
+ border-color: #2468f2;
32122
32485
  }
32123
32486
 
32124
32487
  .amis-scope .cxd-ColorPicker-input {
@@ -32138,7 +32501,7 @@ readers do not read off random characters that represent icons */
32138
32501
  }
32139
32502
 
32140
32503
  .amis-scope .cxd-ColorPicker.is-focused {
32141
- border-color: #108cee;
32504
+ border-color: #2468f2;
32142
32505
  box-shadow: none;
32143
32506
  }
32144
32507
 
@@ -32237,15 +32600,15 @@ readers do not read off random characters that represent icons */
32237
32600
 
32238
32601
  .amis-scope .cxd-DatePicker:not(.is-disabled):hover {
32239
32602
  background: #fff;
32240
- border-color: #108cee;
32603
+ border-color: #2468f2;
32241
32604
  }
32242
32605
 
32243
32606
  .amis-scope .cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-toggler:before {
32244
- color: #108cee;
32607
+ color: #2468f2;
32245
32608
  }
32246
32609
 
32247
32610
  .amis-scope .cxd-DatePicker.is-focused {
32248
- border-color: #108cee;
32611
+ border-color: #2468f2;
32249
32612
  box-shadow: none;
32250
32613
  }
32251
32614
 
@@ -32254,7 +32617,7 @@ readers do not read off random characters that represent icons */
32254
32617
  }
32255
32618
 
32256
32619
  .amis-scope .cxd-DatePicker.is-disabled > .cxd-DatePicker-input {
32257
- color: #999;
32620
+ color: #b4b6ba;
32258
32621
  }
32259
32622
 
32260
32623
  .amis-scope .cxd-DatePicker-placeholder {
@@ -32278,7 +32641,7 @@ readers do not read off random characters that represent icons */
32278
32641
  }
32279
32642
 
32280
32643
  .amis-scope .cxd-DatePicker-toggler:hover {
32281
- color: #108cee;
32644
+ color: #2468f2;
32282
32645
  }
32283
32646
 
32284
32647
  .amis-scope .cxd-DatePicker-clear {
@@ -32328,12 +32691,12 @@ readers do not read off random characters that represent icons */
32328
32691
  .amis-scope .cxd-DatePicker-shortcut a {
32329
32692
  font-size: 0.875rem;
32330
32693
  cursor: pointer;
32331
- color: #108cee;
32694
+ color: #2468f2;
32332
32695
  text-decoration: none;
32333
32696
  }
32334
32697
 
32335
32698
  .amis-scope .cxd-DatePicker-shortcut a:hover {
32336
- color: #0b62a6;
32699
+ color: #0b46be;
32337
32700
  text-decoration: none;
32338
32701
  }
32339
32702
 
@@ -32349,7 +32712,7 @@ readers do not read off random characters that represent icons */
32349
32712
  .amis-scope .rdt {
32350
32713
  user-select: none;
32351
32714
  font-size: 0.875rem;
32352
- color: #666;
32715
+ color: #151a26;
32353
32716
  }
32354
32717
 
32355
32718
  .amis-scope .rdt .rdtPicker {
@@ -32381,11 +32744,11 @@ readers do not read off random characters that represent icons */
32381
32744
  }
32382
32745
 
32383
32746
  .amis-scope .rdt .rdtPicker td.rdtBetween {
32384
- background: rgba(16, 140, 238, 0.1);
32747
+ background: rgba(36, 104, 242, 0.1);
32385
32748
  }
32386
32749
 
32387
32750
  .amis-scope .rdt .rdtPicker td.rdtToday:before {
32388
- border-bottom-color: #108cee;
32751
+ border-bottom-color: #2468f2;
32389
32752
  }
32390
32753
 
32391
32754
  .amis-scope .rdt .rdtPicker td.rdtActive.rdtToday:before {
@@ -32394,7 +32757,7 @@ readers do not read off random characters that represent icons */
32394
32757
 
32395
32758
  .amis-scope .rdt .rdtPicker td.rdtActive,
32396
32759
  .amis-scope .rdt .rdtPicker td.rdtActive:hover {
32397
- background: #108cee;
32760
+ background: #2468f2;
32398
32761
  }
32399
32762
 
32400
32763
  .amis-scope .rdt .rdtPicker td.rdtDisabled,
@@ -32442,7 +32805,7 @@ readers do not read off random characters that represent icons */
32442
32805
  position: absolute;
32443
32806
  background: #fff;
32444
32807
  color: #333;
32445
- border: 0.0625rem solid #108cee;
32808
+ border: 0.0625rem solid #2468f2;
32446
32809
  left: -0.0625rem;
32447
32810
  right: -0.0625rem;
32448
32811
  top: 100%;
@@ -32465,7 +32828,7 @@ readers do not read off random characters that represent icons */
32465
32828
  outline: none;
32466
32829
  width: 40px;
32467
32830
  font-size: 0.875rem;
32468
- color: #108cee;
32831
+ color: #2468f2;
32469
32832
  border: 1px solid #eceff8;
32470
32833
  border-radius: 0;
32471
32834
  height: 1.875rem;
@@ -32480,7 +32843,7 @@ readers do not read off random characters that represent icons */
32480
32843
  }
32481
32844
 
32482
32845
  .amis-scope .cxd-CalendarInput:focus {
32483
- border-color: #108cee;
32846
+ border-color: #2468f2;
32484
32847
  box-shadow: none;
32485
32848
  }
32486
32849
 
@@ -32497,11 +32860,11 @@ readers do not read off random characters that represent icons */
32497
32860
  align-items: center;
32498
32861
  height: 25px;
32499
32862
  text-align: center;
32500
- color: #108cee;
32863
+ color: #2468f2;
32501
32864
  }
32502
32865
 
32503
32866
  .amis-scope .cxd-CalendarCounter-btn:hover {
32504
- color: #047bdb;
32867
+ color: #1C53C1;
32505
32868
  }
32506
32869
 
32507
32870
  .amis-scope .cxd-CalendarCounter-btn > svg {
@@ -32548,13 +32911,13 @@ readers do not read off random characters that represent icons */
32548
32911
  cursor: pointer;
32549
32912
  text-decoration: none;
32550
32913
  font-size: 0.75rem;
32551
- border: 1px solid #108cee;
32914
+ border: 1px solid #2468f2;
32552
32915
  color: #fff;
32553
- background: #108cee;
32554
- border-color: #108cee;
32916
+ background: #2468f2;
32917
+ border-color: #2468f2;
32555
32918
  box-shadow: none;
32556
32919
  text-shadow: none;
32557
- border-radius: 0;
32920
+ border-radius: 0.142rem;
32558
32921
  }
32559
32922
 
32560
32923
  .amis-scope .rdtBtn:hover {
@@ -32574,8 +32937,14 @@ readers do not read off random characters that represent icons */
32574
32937
 
32575
32938
  .amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover {
32576
32939
  color: #fff;
32577
- background: #0e77ca;
32578
- 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;
32579
32948
  }
32580
32949
 
32581
32950
  .amis-scope .rdtBtn:hover:focus {
@@ -32587,17 +32956,23 @@ readers do not read off random characters that represent icons */
32587
32956
  }
32588
32957
 
32589
32958
  .amis-scope .rdtBtnCancel {
32590
- color: #666;
32959
+ color: #151a26;
32591
32960
  background: #eaf6fe;
32592
32961
  border-color: #cccccc;
32593
32962
  box-shadow: none;
32594
32963
  text-shadow: none;
32595
32964
  }
32596
32965
 
32597
- .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
32598
- color: #108cee;
32966
+ .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
32967
+ color: #2468f2;
32968
+ background: #fff;
32969
+ border-color: #2468f2;
32970
+ }
32971
+
32972
+ .amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
32973
+ color: #1C53C1;
32599
32974
  background: #fff;
32600
- border-color: #108cee;
32975
+ border-color: #1C53C1;
32601
32976
  }
32602
32977
 
32603
32978
  .amis-scope .rdtBtnCancel:hover:focus {
@@ -32638,7 +33013,7 @@ readers do not read off random characters that represent icons */
32638
33013
  }
32639
33014
 
32640
33015
  .amis-scope .rdtSwitch:hover {
32641
- color: #0e77ca;
33016
+ color: #0d54e2;
32642
33017
  text-decoration: none;
32643
33018
  }
32644
33019
 
@@ -32682,7 +33057,7 @@ readers do not read off random characters that represent icons */
32682
33057
  .amis-scope td.rdtMonth.rdtBetween > span,
32683
33058
  .amis-scope td.rdtYear.rdtBetween > span,
32684
33059
  .amis-scope td.rdtQuarter.rdtBetween > span {
32685
- background: rgba(16, 140, 238, 0.1);
33060
+ background: rgba(36, 104, 242, 0.1);
32686
33061
  }
32687
33062
 
32688
33063
  .amis-scope td.rdtMonth:hover,
@@ -32700,7 +33075,7 @@ readers do not read off random characters that represent icons */
32700
33075
  .amis-scope td.rdtYear.rdtActive > span,
32701
33076
  .amis-scope td.rdtQuarter:hover > span,
32702
33077
  .amis-scope td.rdtQuarter.rdtActive > span {
32703
- background: #108cee;
33078
+ background: #2468f2;
32704
33079
  color: #fff;
32705
33080
  }
32706
33081
 
@@ -32758,15 +33133,15 @@ readers do not read off random characters that represent icons */
32758
33133
 
32759
33134
  .amis-scope .cxd-DateRangePicker:not(.is-disabled):hover {
32760
33135
  background: #fff;
32761
- border-color: #108cee;
33136
+ border-color: #2468f2;
32762
33137
  }
32763
33138
 
32764
33139
  .amis-scope .cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-toggler {
32765
- color: #108cee;
33140
+ color: #2468f2;
32766
33141
  }
32767
33142
 
32768
33143
  .amis-scope .cxd-DateRangePicker.is-focused {
32769
- border-color: #108cee;
33144
+ border-color: #2468f2;
32770
33145
  box-shadow: none;
32771
33146
  }
32772
33147
 
@@ -32775,7 +33150,7 @@ readers do not read off random characters that represent icons */
32775
33150
  }
32776
33151
 
32777
33152
  .amis-scope .cxd-DateRangePicker.is-disabled > .cxd-DateRangePicker-input {
32778
- color: #999;
33153
+ color: #b4b6ba;
32779
33154
  }
32780
33155
 
32781
33156
  .amis-scope .cxd-DateRangePicker-placeholder {
@@ -32798,7 +33173,7 @@ readers do not read off random characters that represent icons */
32798
33173
  }
32799
33174
 
32800
33175
  .amis-scope .cxd-DateRangePicker-toggler:hover {
32801
- color: #108cee;
33176
+ color: #2468f2;
32802
33177
  }
32803
33178
 
32804
33179
  .amis-scope .cxd-DateRangePicker-clear {
@@ -32923,9 +33298,15 @@ readers do not read off random characters that represent icons */
32923
33298
  }
32924
33299
 
32925
33300
  .amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
32926
- color: #108cee;
33301
+ color: #2468f2;
32927
33302
  background: #fff;
32928
- 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;
32929
33310
  }
32930
33311
 
32931
33312
  .amis-scope .cxd-ImageControl-addBtn:hover:focus {
@@ -32966,9 +33347,9 @@ readers do not read off random characters that represent icons */
32966
33347
  }
32967
33348
 
32968
33349
  .amis-scope .cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn {
32969
- border-color: #108cee;
33350
+ border-color: #2468f2;
32970
33351
  background: #fff;
32971
- color: #108cee;
33352
+ color: #2468f2;
32972
33353
  }
32973
33354
 
32974
33355
  .amis-scope .cxd-ImageControl-item {
@@ -33031,7 +33412,7 @@ readers do not read off random characters that represent icons */
33031
33412
  .amis-scope .cxd-ImageControl-progressValue {
33032
33413
  height: 5px;
33033
33414
  display: block;
33034
- background: #108cee;
33415
+ background: #2468f2;
33035
33416
  min-width: 10%;
33036
33417
  transition: ease-out width 0.2s;
33037
33418
  }
@@ -33116,7 +33497,7 @@ readers do not read off random characters that represent icons */
33116
33497
  height: 120px;
33117
33498
  color: #999;
33118
33499
  border: 2px dashed #eceff8;
33119
- border-color: #108cee;
33500
+ border-color: #2468f2;
33120
33501
  background: #f3f9fe;
33121
33502
  border-radius: 0.142rem;
33122
33503
  line-height: 120px;
@@ -33256,7 +33637,7 @@ readers do not read off random characters that represent icons */
33256
33637
 
33257
33638
  .amis-scope .cxd-FileControl-progress > span {
33258
33639
  display: block;
33259
- background: #108cee;
33640
+ background: #2468f2;
33260
33641
  height: 100%;
33261
33642
  min-width: 10%;
33262
33643
  transition: ease-out width 0.2s;
@@ -33265,7 +33646,7 @@ readers do not read off random characters that represent icons */
33265
33646
  .amis-scope .cxd-FileControl-acceptTip {
33266
33647
  height: 120px;
33267
33648
  color: #999;
33268
- border: 2px dashed #108cee;
33649
+ border: 2px dashed #2468f2;
33269
33650
  border-radius: 0.142rem;
33270
33651
  background: #f3f9fe;
33271
33652
  line-height: 120px;
@@ -33312,7 +33693,7 @@ readers do not read off random characters that represent icons */
33312
33693
  }
33313
33694
 
33314
33695
  .amis-scope .cxd-ExcelControl-dropzone:focus {
33315
- border-color: #108cee;
33696
+ border-color: #2468f2;
33316
33697
  }
33317
33698
 
33318
33699
  .amis-scope .cxd-ExcelControl-dropzone.disabled {
@@ -33339,7 +33720,7 @@ readers do not read off random characters that represent icons */
33339
33720
  }
33340
33721
 
33341
33722
  .amis-scope .cxd-EditorControl.is-focused {
33342
- border-color: #108cee;
33723
+ border-color: #2468f2;
33343
33724
  }
33344
33725
 
33345
33726
  .amis-scope .cxd-EditorControl .cxd-MonacoEditor {
@@ -33364,7 +33745,7 @@ readers do not read off random characters that represent icons */
33364
33745
 
33365
33746
  .amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen {
33366
33747
  cursor: pointer;
33367
- color: #999;
33748
+ color: #b4b6ba;
33368
33749
  line-height: inherit;
33369
33750
  text-decoration: none;
33370
33751
  text-align: center;
@@ -33372,11 +33753,11 @@ readers do not read off random characters that represent icons */
33372
33753
  }
33373
33754
 
33374
33755
  .amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover {
33375
- color: #666;
33756
+ color: #151a26;
33376
33757
  }
33377
33758
 
33378
33759
  .amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover svg {
33379
- fill: #666;
33760
+ fill: #151a26;
33380
33761
  }
33381
33762
 
33382
33763
  .amis-scope .cxd-EditorControl--sm {
@@ -33483,12 +33864,12 @@ readers do not read off random characters that represent icons */
33483
33864
 
33484
33865
  .amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn,
33485
33866
  .amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn {
33486
- color: #000;
33867
+ color: #151a26;
33487
33868
  }
33488
33869
 
33489
33870
  .amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
33490
33871
  .amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
33491
- color: #108cee;
33872
+ color: #2468f2;
33492
33873
  background: #fff;
33493
33874
  }
33494
33875
 
@@ -33503,12 +33884,12 @@ readers do not read off random characters that represent icons */
33503
33884
  }
33504
33885
 
33505
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 {
33506
- background: #108cee;
33887
+ background: #2468f2;
33507
33888
  color: #fff;
33508
33889
  }
33509
33890
 
33510
33891
  .amis-scope .cxd-RichTextControl.is-focused {
33511
- border: 0.0625rem solid #108cee;
33892
+ border: 0.0625rem solid #2468f2;
33512
33893
  }
33513
33894
 
33514
33895
  .amis-scope .cxd-RichTextControl .fr-box.fr-basic .fr-element {
@@ -33581,7 +33962,7 @@ readers do not read off random characters that represent icons */
33581
33962
 
33582
33963
  .amis-scope .cxd-RangeControl .cxd-InputRange-input input:focus {
33583
33964
  outline: none;
33584
- border: 0.0625rem solid #108cee;
33965
+ border: 0.0625rem solid #2468f2;
33585
33966
  }
33586
33967
 
33587
33968
  .amis-scope .cxd-RangeControl .cxd-InputRange-input-separator {
@@ -33616,8 +33997,8 @@ readers do not read off random characters that represent icons */
33616
33997
 
33617
33998
  .amis-scope .cxd-InputRange-slider {
33618
33999
  appearance: none;
33619
- background: #108cee;
33620
- border: 0.0625rem solid #108cee;
34000
+ background: #2468f2;
34001
+ border: 0.0625rem solid #2468f2;
33621
34002
  cursor: pointer;
33622
34003
  display: block;
33623
34004
  width: 1.125rem;
@@ -33638,7 +34019,7 @@ readers do not read off random characters that represent icons */
33638
34019
 
33639
34020
  .amis-scope .cxd-InputRange-slider:focus {
33640
34021
  box-shadow: 0 0 0
33641
- 0.285rem rgba(16, 140, 238, 0.2);
34022
+ 0.285rem rgba(36, 104, 242, 0.2);
33642
34023
  }
33643
34024
 
33644
34025
  .amis-scope .input-range--disabled .cxd-InputRange-slider {
@@ -33707,7 +34088,7 @@ readers do not read off random characters that represent icons */
33707
34088
  }
33708
34089
 
33709
34090
  .amis-scope .cxd-InputRange-track.is-active {
33710
- background: #108cee;
34091
+ background: #2468f2;
33711
34092
  }
33712
34093
 
33713
34094
  .amis-scope .cxd-InputRange-track--background {
@@ -33738,7 +34119,7 @@ readers do not read off random characters that represent icons */
33738
34119
  }
33739
34120
 
33740
34121
  .amis-scope .cxd-InputRange-track--active {
33741
- background: #108cee;
34122
+ background: #2468f2;
33742
34123
  }
33743
34124
 
33744
34125
  .amis-scope .cxd-RepeatControl .repeat-btn {
@@ -33900,7 +34281,7 @@ readers do not read off random characters that represent icons */
33900
34281
  }
33901
34282
 
33902
34283
  .amis-scope .cxd-Tree-itemInput > a:hover {
33903
- color: #108cee;
34284
+ color: #2468f2;
33904
34285
  text-decoration: none;
33905
34286
  }
33906
34287
 
@@ -33917,12 +34298,12 @@ readers do not read off random characters that represent icons */
33917
34298
  }
33918
34299
 
33919
34300
  .amis-scope .cxd-Tree-itemInput > input::placeholder {
33920
- color: #999;
34301
+ color: #b4b6ba;
33921
34302
  user-select: none;
33922
34303
  }
33923
34304
 
33924
34305
  .amis-scope .cxd-Tree-itemInput > input:focus {
33925
- border-color: #108cee;
34306
+ border-color: #2468f2;
33926
34307
  box-shadow: none;
33927
34308
  background: #fff;
33928
34309
  }
@@ -33940,7 +34321,7 @@ readers do not read off random characters that represent icons */
33940
34321
 
33941
34322
  .amis-scope .cxd-Tree-addTopBtn.is-disabled {
33942
34323
  pointer-events: none;
33943
- color: #999;
34324
+ color: #b4b6ba;
33944
34325
  }
33945
34326
 
33946
34327
  .amis-scope .cxd-Tree-addTopBtn > svg {
@@ -33998,11 +34379,11 @@ readers do not read off random characters that represent icons */
33998
34379
 
33999
34380
  .amis-scope .cxd-Tree-itemLabel.is-checked,
34000
34381
  .amis-scope .cxd-Tree-itemLabel.is-children-checked {
34001
- color: #108cee;
34382
+ color: #2468f2;
34002
34383
  }
34003
34384
 
34004
34385
  .amis-scope .cxd-Tree-itemLabel.is-disabled {
34005
- color: #999;
34386
+ color: #b4b6ba;
34006
34387
  }
34007
34388
 
34008
34389
  .amis-scope .cxd-Tree-itemLabel > .cxd-Checkbox {
@@ -34018,7 +34399,7 @@ readers do not read off random characters that represent icons */
34018
34399
  }
34019
34400
 
34020
34401
  .amis-scope .cxd-Tree-placeholder {
34021
- color: #999;
34402
+ color: #b4b6ba;
34022
34403
  }
34023
34404
 
34024
34405
  .amis-scope .cxd-TreeSelectControl {
@@ -34063,18 +34444,18 @@ readers do not read off random characters that represent icons */
34063
34444
  outline: none;
34064
34445
  background: transparent;
34065
34446
  border: none;
34066
- color: #666;
34447
+ color: #151a26;
34067
34448
  width: 100%;
34068
34449
  height: calc(1.4285714286 * 0.875rem);
34069
34450
  }
34070
34451
 
34071
34452
  .amis-scope .cxd-TreeSelect-input input::placeholder {
34072
- color: #999;
34453
+ color: #b4b6ba;
34073
34454
  user-select: none;
34074
34455
  }
34075
34456
 
34076
34457
  .amis-scope .cxd-TreeSelect-input:hover {
34077
- border-color: #108cee;
34458
+ border-color: #2468f2;
34078
34459
  }
34079
34460
 
34080
34461
  .amis-scope .cxd-TreeSelect-input--borderHalf {
@@ -34094,7 +34475,7 @@ readers do not read off random characters that represent icons */
34094
34475
  }
34095
34476
 
34096
34477
  .amis-scope .cxd-TreeSelect.is-focused > .cxd-TreeSelect-input {
34097
- border-color: #108cee;
34478
+ border-color: #2468f2;
34098
34479
  box-shadow: none;
34099
34480
  background: #fff;
34100
34481
  transition: all 0.2s;
@@ -34105,7 +34486,7 @@ readers do not read off random characters that represent icons */
34105
34486
  }
34106
34487
 
34107
34488
  .amis-scope .cxd-TreeSelect.is-disabled > .cxd-TreeSelect-input {
34108
- color: #999;
34489
+ color: #b4b6ba;
34109
34490
  background: #f5f5f5;
34110
34491
  border-color: #ebebeb;
34111
34492
  transition: all 0.2s;
@@ -34146,7 +34527,7 @@ readers do not read off random characters that represent icons */
34146
34527
  }
34147
34528
 
34148
34529
  .amis-scope .cxd-TreeSelect.is-opened {
34149
- border-color: #108cee;
34530
+ border-color: #2468f2;
34150
34531
  box-shadow: none;
34151
34532
  background: #fff;
34152
34533
  }
@@ -34159,7 +34540,7 @@ readers do not read off random characters that represent icons */
34159
34540
 
34160
34541
  .amis-scope .cxd-TreeSelect-popover > .cxd-Tree {
34161
34542
  background: #fff;
34162
- border: 0.0625rem solid #108cee;
34543
+ border: 0.0625rem solid #2468f2;
34163
34544
  padding: 0.25rem 0.625rem;
34164
34545
  border-radius: 0;
34165
34546
  margin-top: -1px;
@@ -34168,7 +34549,7 @@ readers do not read off random characters that represent icons */
34168
34549
  }
34169
34550
 
34170
34551
  .amis-scope .cxd-Combo-placeholder {
34171
- color: #999;
34552
+ color: #b4b6ba;
34172
34553
  padding-top: calc(
34173
34554
  (
34174
34555
  1.875rem - 1.4285714286 *
@@ -34204,11 +34585,11 @@ readers do not read off random characters that represent icons */
34204
34585
  ) 0.5rem;
34205
34586
  font-size: 0.75rem;
34206
34587
  line-height: 18 / 12;
34207
- border-radius: 0;
34588
+ border-radius: 0.142rem;
34208
34589
  height: 1.625rem;
34209
34590
  color: #fff;
34210
- background: #108cee;
34211
- border-color: #108cee;
34591
+ background: #2468f2;
34592
+ border-color: #2468f2;
34212
34593
  box-shadow: none;
34213
34594
  text-shadow: none;
34214
34595
  }
@@ -34229,6 +34610,17 @@ readers do not read off random characters that represent icons */
34229
34610
  margin-left: 0.5rem;
34230
34611
  }
34231
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
+
34232
34624
  .amis-scope .cxd-Combo-addBtn img.cxd-Button-icon {
34233
34625
  height: 0.875rem;
34234
34626
  vertical-align: middle;
@@ -34236,10 +34628,16 @@ readers do not read off random characters that represent icons */
34236
34628
 
34237
34629
  .amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled):hover {
34238
34630
  color: #fff;
34239
- background: #0e77ca;
34631
+ background: #0d54e2;
34240
34632
  border-color: #b4bbc5;
34241
34633
  }
34242
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
+
34243
34641
  .amis-scope .cxd-Combo-addBtn:hover:focus {
34244
34642
  box-shadow: none;
34245
34643
  }
@@ -34255,7 +34653,7 @@ readers do not read off random characters that represent icons */
34255
34653
  }
34256
34654
 
34257
34655
  .amis-scope .cxd-Combo-delBtn:hover {
34258
- color: #108cee;
34656
+ color: #2468f2;
34259
34657
  }
34260
34658
 
34261
34659
  .amis-scope .cxd-Combo-tab-delBtn {
@@ -34271,7 +34669,7 @@ readers do not read off random characters that represent icons */
34271
34669
  }
34272
34670
 
34273
34671
  .amis-scope .cxd-Combo-tab-delBtn:hover {
34274
- color: #108cee;
34672
+ color: #2468f2;
34275
34673
  }
34276
34674
 
34277
34675
  .amis-scope .cxd-Combo-items {
@@ -34299,7 +34697,7 @@ readers do not read off random characters that represent icons */
34299
34697
  }
34300
34698
 
34301
34699
  .amis-scope .cxd-Combo-itemDrager > a:hover {
34302
- color: #108cee;
34700
+ color: #2468f2;
34303
34701
  }
34304
34702
 
34305
34703
  .amis-scope .cxd-Combo-itemDrager svg {
@@ -34326,7 +34724,7 @@ readers do not read off random characters that represent icons */
34326
34724
  }
34327
34725
 
34328
34726
  .amis-scope .cxd-Combo--hor .cxd-Combo-itemTag label {
34329
- color: #108cee;
34727
+ color: #2468f2;
34330
34728
  margin-right: 0.5rem;
34331
34729
  }
34332
34730
 
@@ -34379,7 +34777,7 @@ readers do not read off random characters that represent icons */
34379
34777
  }
34380
34778
 
34381
34779
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) .cxd-Combo-itemTag label {
34382
- color: #108cee;
34780
+ color: #2468f2;
34383
34781
  margin-right: 0.5rem;
34384
34782
  }
34385
34783
 
@@ -34403,7 +34801,7 @@ readers do not read off random characters that represent icons */
34403
34801
 
34404
34802
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover,
34405
34803
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover {
34406
- border-color: #108cee;
34804
+ border-color: #2468f2;
34407
34805
  }
34408
34806
 
34409
34807
  .amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover > .cxd-Combo-delBtn,
@@ -34466,7 +34864,7 @@ readers do not read off random characters that represent icons */
34466
34864
  }
34467
34865
 
34468
34866
  .amis-scope .cxd-Combo-dragableTip {
34469
- color: #999;
34867
+ color: #b4b6ba;
34470
34868
  font-size: 0.75rem;
34471
34869
  margin-left: 0.25rem;
34472
34870
  }
@@ -34578,7 +34976,7 @@ readers do not read off random characters that represent icons */
34578
34976
  width: auto;
34579
34977
  min-width: auto;
34580
34978
  font-weight: 400;
34581
- color: #108cee;
34979
+ color: #2468f2;
34582
34980
  text-decoration: none;
34583
34981
  border: none;
34584
34982
  height: auto;
@@ -34602,13 +35000,13 @@ readers do not read off random characters that represent icons */
34602
35000
 
34603
35001
  .amis-scope .cxd-SubForm-addBtn:disabled,
34604
35002
  .amis-scope .cxd-SubForm-addBtn.is-disabled {
34605
- color: #999;
35003
+ color: #b4b6ba;
34606
35004
  pointer-events: none;
34607
35005
  background: transparent;
34608
35006
  }
34609
35007
 
34610
35008
  .amis-scope .cxd-SubForm-placeholder {
34611
- color: #999;
35009
+ color: #b4b6ba;
34612
35010
  user-select: none;
34613
35011
  padding: 4px;
34614
35012
  }
@@ -34651,18 +35049,18 @@ readers do not read off random characters that represent icons */
34651
35049
  outline: none;
34652
35050
  background: transparent;
34653
35051
  border: none;
34654
- color: #666;
35052
+ color: #151a26;
34655
35053
  width: 100%;
34656
35054
  height: calc(1.4285714286 * 0.875rem);
34657
35055
  }
34658
35056
 
34659
35057
  .amis-scope .cxd-Picker-input input::placeholder {
34660
- color: #999;
35058
+ color: #b4b6ba;
34661
35059
  user-select: none;
34662
35060
  }
34663
35061
 
34664
35062
  .amis-scope .cxd-Picker-input:hover {
34665
- border-color: #108cee;
35063
+ border-color: #2468f2;
34666
35064
  }
34667
35065
 
34668
35066
  .amis-scope .cxd-Picker-input--borderHalf {
@@ -34682,7 +35080,7 @@ readers do not read off random characters that represent icons */
34682
35080
  }
34683
35081
 
34684
35082
  .amis-scope .cxd-Picker.is-focused > .cxd-Picker-input {
34685
- border-color: #108cee;
35083
+ border-color: #2468f2;
34686
35084
  box-shadow: none;
34687
35085
  background: #fff;
34688
35086
  transition: all 0.2s;
@@ -34693,7 +35091,7 @@ readers do not read off random characters that represent icons */
34693
35091
  }
34694
35092
 
34695
35093
  .amis-scope .cxd-Picker.is-disabled > .cxd-Picker-input {
34696
- color: #999;
35094
+ color: #b4b6ba;
34697
35095
  background: #f5f5f5;
34698
35096
  border-color: #ebebeb;
34699
35097
  transition: all 0.2s;
@@ -34734,7 +35132,7 @@ readers do not read off random characters that represent icons */
34734
35132
  }
34735
35133
 
34736
35134
  .amis-scope .cxd-Picker.is-focus > .cxd-Picker-input {
34737
- border-color: #108cee;
35135
+ border-color: #2468f2;
34738
35136
  box-shadow: none;
34739
35137
  background: #fff;
34740
35138
  }
@@ -34745,7 +35143,7 @@ readers do not read off random characters that represent icons */
34745
35143
  }
34746
35144
 
34747
35145
  .amis-scope .cxd-Picker-placeholder {
34748
- color: #999;
35146
+ color: #b4b6ba;
34749
35147
  user-select: none;
34750
35148
  position: absolute;
34751
35149
  line-height: 1.4285714286;
@@ -34783,9 +35181,9 @@ readers do not read off random characters that represent icons */
34783
35181
  line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
34784
35182
  display: inline-block;
34785
35183
  font-size: 0.75rem;
34786
- color: #108cee;
34787
- background: #cee8fc;
34788
- border: 0.0625rem solid #9dd1fa;
35184
+ color: #2468f2;
35185
+ background: #e4edfe;
35186
+ border: 0.0625rem solid #b3cbfc;
34789
35187
  border-radius: 2px;
34790
35188
  margin-right: 0.25rem;
34791
35189
  margin-bottom: 0.25rem;
@@ -34793,12 +35191,12 @@ readers do not read off random characters that represent icons */
34793
35191
 
34794
35192
  .amis-scope .cxd-Picker .cxd-Picker-valueIcon {
34795
35193
  cursor: pointer;
34796
- border-right: 0.0625rem solid #9dd1fa;
35194
+ border-right: 0.0625rem solid #b3cbfc;
34797
35195
  padding: 1px 5px;
34798
35196
  }
34799
35197
 
34800
35198
  .amis-scope .cxd-Picker .cxd-Picker-valueIcon:hover {
34801
- background: #b5dcfb;
35199
+ background: #ccdcfd;
34802
35200
  }
34803
35201
 
34804
35202
  .amis-scope .cxd-Picker .cxd-Picker-valueLabel {
@@ -34811,7 +35209,7 @@ readers do not read off random characters that represent icons */
34811
35209
  }
34812
35210
 
34813
35211
  .amis-scope .cxd-Picker-btn:hover {
34814
- color: #108cee;
35212
+ color: #2468f2;
34815
35213
  }
34816
35214
 
34817
35215
  .amis-scope .cxd-Picker-clear {
@@ -34885,7 +35283,7 @@ readers do not read off random characters that represent icons */
34885
35283
  }
34886
35284
 
34887
35285
  .amis-scope .cxd-TagControl-sugTip {
34888
- color: #108cee;
35286
+ color: #2468f2;
34889
35287
  margin-bottom: 0.375rem;
34890
35288
  }
34891
35289
 
@@ -34906,9 +35304,9 @@ readers do not read off random characters that represent icons */
34906
35304
  ) 0.5rem;
34907
35305
  font-size: 0.75rem;
34908
35306
  line-height: 18 / 12;
34909
- border-radius: 0;
35307
+ border-radius: 0.142rem;
34910
35308
  height: 1.875rem;
34911
- color: #000;
35309
+ color: #151a26;
34912
35310
  background: #fff;
34913
35311
  border-color: #cccccc;
34914
35312
  box-shadow: none;
@@ -34926,17 +35324,34 @@ readers do not read off random characters that represent icons */
34926
35324
  margin-left: 0.5rem;
34927
35325
  }
34928
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
+
34929
35338
  .amis-scope .cxd-TagControl-sugItem img.cxd-Button-icon {
34930
35339
  height: 0.875rem;
34931
35340
  vertical-align: middle;
34932
35341
  }
34933
35342
 
34934
35343
  .amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover {
34935
- color: #000;
35344
+ color: #151a26;
34936
35345
  background: #ececec;
34937
35346
  border-color: #b4bbc5;
34938
35347
  }
34939
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
+
34940
35355
  .amis-scope .cxd-TagControl-sugItem:hover:focus {
34941
35356
  box-shadow: none;
34942
35357
  }
@@ -34967,7 +35382,7 @@ readers do not read off random characters that represent icons */
34967
35382
  }
34968
35383
 
34969
35384
  .amis-scope .cxd-Rating.is-active {
34970
- color: #108cee;
35385
+ color: #2468f2;
34971
35386
  }
34972
35387
 
34973
35388
  .amis-scope .cxd-Rating.is-disabled {
@@ -34984,7 +35399,7 @@ readers do not read off random characters that represent icons */
34984
35399
  left: 0;
34985
35400
  width: 50%;
34986
35401
  content: attr(data-forhalf);
34987
- color: #108cee;
35402
+ color: #2468f2;
34988
35403
  }
34989
35404
 
34990
35405
  .amis-scope .cxd-RatingControl {
@@ -35092,7 +35507,7 @@ readers do not read off random characters that represent icons */
35092
35507
  .amis-scope .cxd-Transfer-checkAll.is-disabled,
35093
35508
  .amis-scope .cxd-Transfer-clearAll.is-disabled {
35094
35509
  pointer-events: none;
35095
- color: #999;
35510
+ color: #b4b6ba;
35096
35511
  }
35097
35512
 
35098
35513
  .amis-scope .cxd-Transfer-tabs {
@@ -35160,7 +35575,7 @@ readers do not read off random characters that represent icons */
35160
35575
  line-height: 1.4285714286;
35161
35576
  font-size: 0.875rem;
35162
35577
  padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
35163
- color: #999;
35578
+ color: #b4b6ba;
35164
35579
  }
35165
35580
 
35166
35581
  .amis-scope .cxd-TransferControl {
@@ -35219,7 +35634,7 @@ readers do not read off random characters that represent icons */
35219
35634
  height: 10.9375rem;
35220
35635
  background: #fff;
35221
35636
  color: #333;
35222
- border: 0 solid #108cee;
35637
+ border: 0 solid #2468f2;
35223
35638
  box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
35224
35639
  overflow-y: auto;
35225
35640
  overflow-x: hidden;
@@ -35244,11 +35659,11 @@ readers do not read off random characters that represent icons */
35244
35659
 
35245
35660
  .amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option > .cxd-NestedSelect-optionLabel.is-disabled {
35246
35661
  cursor: not-allowed;
35247
- color: #999;
35662
+ color: #b4b6ba;
35248
35663
  }
35249
35664
 
35250
35665
  .amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option.is-active {
35251
- color: #108cee;
35666
+ color: #2468f2;
35252
35667
  background: transparent;
35253
35668
  }
35254
35669
 
@@ -35298,18 +35713,18 @@ readers do not read off random characters that represent icons */
35298
35713
  outline: none;
35299
35714
  background: transparent;
35300
35715
  border: none;
35301
- color: #666;
35716
+ color: #151a26;
35302
35717
  width: 100%;
35303
35718
  height: calc(1.4285714286 * 0.875rem);
35304
35719
  }
35305
35720
 
35306
35721
  .amis-scope .cxd-IconPickerControl-input input::placeholder {
35307
- color: #999;
35722
+ color: #b4b6ba;
35308
35723
  user-select: none;
35309
35724
  }
35310
35725
 
35311
35726
  .amis-scope .cxd-IconPickerControl-input:hover {
35312
- border-color: #108cee;
35727
+ border-color: #2468f2;
35313
35728
  }
35314
35729
 
35315
35730
  .amis-scope .cxd-IconPickerControl-input--borderHalf {
@@ -35329,7 +35744,7 @@ readers do not read off random characters that represent icons */
35329
35744
  }
35330
35745
 
35331
35746
  .amis-scope .cxd-IconPickerControl.is-focused > .cxd-IconPickerControl-input {
35332
- border-color: #108cee;
35747
+ border-color: #2468f2;
35333
35748
  box-shadow: none;
35334
35749
  background: #fff;
35335
35750
  transition: all 0.2s;
@@ -35340,7 +35755,7 @@ readers do not read off random characters that represent icons */
35340
35755
  }
35341
35756
 
35342
35757
  .amis-scope .cxd-IconPickerControl.is-disabled > .cxd-IconPickerControl-input {
35343
- color: #999;
35758
+ color: #b4b6ba;
35344
35759
  background: #f5f5f5;
35345
35760
  border-color: #ebebeb;
35346
35761
  transition: all 0.2s;
@@ -35381,7 +35796,7 @@ readers do not read off random characters that represent icons */
35381
35796
  }
35382
35797
 
35383
35798
  .amis-scope .cxd-IconPickerControl-placeholder {
35384
- color: #999;
35799
+ color: #b4b6ba;
35385
35800
  user-select: none;
35386
35801
  position: absolute;
35387
35802
  left: 0.625rem;
@@ -35420,7 +35835,7 @@ readers do not read off random characters that represent icons */
35420
35835
  position: absolute;
35421
35836
  background: #fff;
35422
35837
  color: #333;
35423
- border: 0.0625rem solid #108cee;
35838
+ border: 0.0625rem solid #2468f2;
35424
35839
  left: -0.0625rem;
35425
35840
  right: -0.0625rem;
35426
35841
  top: 100%;
@@ -35469,7 +35884,7 @@ readers do not read off random characters that represent icons */
35469
35884
 
35470
35885
  .amis-scope .cxd-IconPickerControl-sugItem.is-active {
35471
35886
  color: #fff;
35472
- background: #108cee;
35887
+ background: #2468f2;
35473
35888
  }
35474
35889
 
35475
35890
  .amis-scope .cxd-IconPickerControl-value {
@@ -35646,7 +36061,7 @@ readers do not read off random characters that represent icons */
35646
36061
  }
35647
36062
 
35648
36063
  .amis-scope .cxd-Form-placeholder {
35649
- color: #999;
36064
+ color: #b4b6ba;
35650
36065
  }
35651
36066
 
35652
36067
  .amis-scope .cxd-Form-caption {
@@ -35961,7 +36376,7 @@ readers do not read off random characters that represent icons */
35961
36376
  display: block;
35962
36377
  border: 0.0625rem solid transparent;
35963
36378
  border-width: 0 0.125rem 0 0;
35964
- color: #666;
36379
+ color: #151a26;
35965
36380
  padding: 0.5rem 0.75rem;
35966
36381
  font-size: 0.875rem;
35967
36382
  outline: none;
@@ -35972,13 +36387,13 @@ readers do not read off random characters that represent icons */
35972
36387
  }
35973
36388
 
35974
36389
  .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
35975
- color: #108cee;
36390
+ color: #2468f2;
35976
36391
  }
35977
36392
 
35978
36393
  .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
35979
36394
  .amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
35980
- color: #108cee;
35981
- border-color: #108cee;
36395
+ color: #2468f2;
36396
+ border-color: #2468f2;
35982
36397
  }
35983
36398
 
35984
36399
  .amis-scope .cxd-AnchorNav-section-wrap {
@@ -35993,13 +36408,278 @@ readers do not read off random characters that represent icons */
35993
36408
  padding: 0.75rem;
35994
36409
  }
35995
36410
 
36411
+ .amis-scope .cxd-Markdown strong {
36412
+ font-weight: bolder;
36413
+ }
36414
+
36415
+ .amis-scope .cxd-Markdown img {
36416
+ border-style: none;
36417
+ }
36418
+
36419
+ .amis-scope .cxd-Markdown svg:not(:root) {
36420
+ overflow: hidden;
36421
+ }
36422
+
36423
+ .amis-scope .cxd-Markdown button:-moz-focusring,
36424
+ .amis-scope .cxd-Markdown [type=button]:-moz-focusring,
36425
+ .amis-scope .cxd-Markdown [type=reset]:-moz-focusring,
36426
+ .amis-scope .cxd-Markdown [type=submit]:-moz-focusring {
36427
+ outline: 1px dotted ButtonText;
36428
+ }
36429
+
36430
+ .amis-scope .cxd-Markdown [type=checkbox] {
36431
+ box-sizing: border-box;
36432
+ padding: 0;
36433
+ }
36434
+
36435
+ .amis-scope .cxd-Markdown table {
36436
+ border-spacing: 0;
36437
+ border-collapse: collapse;
36438
+ }
36439
+
36440
+ .amis-scope .cxd-Markdown table td,
36441
+ .amis-scope .cxd-Markdown table th {
36442
+ padding: 0;
36443
+ }
36444
+
36445
+ .amis-scope .cxd-Markdown hr {
36446
+ height: 0;
36447
+ margin: 15px 0;
36448
+ overflow: hidden;
36449
+ background: transparent;
36450
+ border: 0;
36451
+ border-bottom: 1px solid #ddd;
36452
+ }
36453
+
36454
+ .amis-scope .cxd-Markdown hr::before {
36455
+ display: table;
36456
+ content: "";
36457
+ }
36458
+
36459
+ .amis-scope .cxd-Markdown hr::after {
36460
+ display: table;
36461
+ clear: both;
36462
+ content: "";
36463
+ }
36464
+
36465
+ .amis-scope .cxd-Markdown p {
36466
+ margin-top: 0;
36467
+ margin-bottom: 10px;
36468
+ }
36469
+
36470
+ .amis-scope .cxd-Markdown blockquote {
36471
+ margin: 0;
36472
+ }
36473
+
36474
+ .amis-scope .cxd-Markdown ul,
36475
+ .amis-scope .cxd-Markdown ol {
36476
+ padding-left: 0;
36477
+ margin-top: 0;
36478
+ margin-bottom: 0;
36479
+ }
36480
+
36481
+ .amis-scope .cxd-Markdown ol ol,
36482
+ .amis-scope .cxd-Markdown ul ol {
36483
+ list-style-type: lower-roman;
36484
+ }
36485
+
36486
+ .amis-scope .cxd-Markdown ul ul ol,
36487
+ .amis-scope .cxd-Markdown ul ol ol,
36488
+ .amis-scope .cxd-Markdown ol ul ol,
36489
+ .amis-scope .cxd-Markdown ol ol ol {
36490
+ list-style-type: lower-alpha;
36491
+ }
36492
+
36493
+ .amis-scope .cxd-Markdown dd {
36494
+ margin-left: 0;
36495
+ }
36496
+
36497
+ .amis-scope .cxd-Markdown p,
36498
+ .amis-scope .cxd-Markdown blockquote,
36499
+ .amis-scope .cxd-Markdown ul,
36500
+ .amis-scope .cxd-Markdown ol,
36501
+ .amis-scope .cxd-Markdown dl,
36502
+ .amis-scope .cxd-Markdown table,
36503
+ .amis-scope .cxd-Markdown pre {
36504
+ margin-top: 0;
36505
+ margin-bottom: 16px;
36506
+ }
36507
+
36508
+ .amis-scope .cxd-Markdown hr {
36509
+ height: 4px;
36510
+ padding: 0;
36511
+ margin: 16px 0;
36512
+ background-color: #e7e7e7;
36513
+ border: 0 none;
36514
+ }
36515
+
36516
+ .amis-scope .cxd-Markdown ul:not(.dropdown-menu):not(.nav),
36517
+ .amis-scope .cxd-Markdown ol {
36518
+ padding-left: 2em;
36519
+ }
36520
+
36521
+ .amis-scope .cxd-Markdown ul ul,
36522
+ .amis-scope .cxd-Markdown ul ol,
36523
+ .amis-scope .cxd-Markdown ol ol,
36524
+ .amis-scope .cxd-Markdown ol ul {
36525
+ margin-top: 0;
36526
+ margin-bottom: 0;
36527
+ }
36528
+
36529
+ .amis-scope .cxd-Markdown li > p {
36530
+ margin-top: 16px;
36531
+ }
36532
+
36533
+ .amis-scope .cxd-Markdown dl {
36534
+ padding: 0;
36535
+ }
36536
+
36537
+ .amis-scope .cxd-Markdown dl dt {
36538
+ padding: 0;
36539
+ margin-top: 16px;
36540
+ font-size: 1em;
36541
+ font-style: italic;
36542
+ font-weight: bold;
36543
+ }
36544
+
36545
+ .amis-scope .cxd-Markdown dl dd {
36546
+ padding: 0 16px;
36547
+ margin-bottom: 16px;
36548
+ }
36549
+
36550
+ .amis-scope .cxd-Markdown blockquote {
36551
+ padding: 0 15px;
36552
+ color: #777;
36553
+ border-left: 4px solid #ddd;
36554
+ }
36555
+
36556
+ .amis-scope .cxd-Markdown blockquote > :first-child {
36557
+ margin-top: 0;
36558
+ }
36559
+
36560
+ .amis-scope .cxd-Markdown blockquote > :last-child {
36561
+ margin-bottom: 0;
36562
+ }
36563
+
36564
+ .amis-scope .cxd-Markdown table {
36565
+ display: block;
36566
+ width: 100%;
36567
+ overflow: auto;
36568
+ word-break: normal;
36569
+ }
36570
+
36571
+ .amis-scope .cxd-Markdown table th {
36572
+ font-weight: bold;
36573
+ }
36574
+
36575
+ .amis-scope .cxd-Markdown table th,
36576
+ .amis-scope .cxd-Markdown table td {
36577
+ padding: 6px 13px;
36578
+ border: 1px solid #ddd;
36579
+ }
36580
+
36581
+ .amis-scope .cxd-Markdown table tr {
36582
+ background-color: #fff;
36583
+ border-top: 1px solid #ccc;
36584
+ }
36585
+
36586
+ .amis-scope .cxd-Markdown table tr:nth-child(2n) {
36587
+ background-color: #f8f8f8;
36588
+ }
36589
+
36590
+ @media (min-width: 1200px) {
36591
+ .amis-scope .cxd-Markdown img {
36592
+ max-width: 800px;
36593
+ }
36594
+ }
36595
+
36596
+ .amis-scope .cxd-Markdown code {
36597
+ padding: 0;
36598
+ padding-top: 0.2em;
36599
+ padding-bottom: 0.2em;
36600
+ margin: 0;
36601
+ background-color: rgba(0, 0, 0, 0.04);
36602
+ border-radius: 3px;
36603
+ }
36604
+
36605
+ .amis-scope .cxd-Markdown code:before,
36606
+ .amis-scope .cxd-Markdown code:after {
36607
+ letter-spacing: -0.2em;
36608
+ content: " ";
36609
+ }
36610
+
36611
+ .amis-scope .cxd-Markdown pre > code {
36612
+ padding: 0;
36613
+ margin: 0;
36614
+ word-break: normal;
36615
+ white-space: pre;
36616
+ background: transparent;
36617
+ border: 0;
36618
+ }
36619
+
36620
+ .amis-scope .cxd-Markdown .highlight {
36621
+ margin-bottom: 16px;
36622
+ }
36623
+
36624
+ .amis-scope .cxd-Markdown .highlight pre,
36625
+ .amis-scope .cxd-Markdown pre {
36626
+ padding: 16px;
36627
+ overflow: auto;
36628
+ line-height: 1.45;
36629
+ background-color: #f7f7f7;
36630
+ border-radius: 3px;
36631
+ }
36632
+
36633
+ .amis-scope .cxd-Markdown .highlight pre {
36634
+ margin-bottom: 0;
36635
+ word-break: normal;
36636
+ }
36637
+
36638
+ .amis-scope .cxd-Markdown pre {
36639
+ word-wrap: normal;
36640
+ }
36641
+
36642
+ .amis-scope .cxd-Markdown pre code {
36643
+ display: inline;
36644
+ max-width: initial;
36645
+ padding: 0;
36646
+ margin: 0;
36647
+ overflow: initial;
36648
+ line-height: inherit;
36649
+ word-wrap: normal;
36650
+ background-color: transparent;
36651
+ border: 0;
36652
+ }
36653
+
36654
+ .amis-scope .cxd-Markdown pre code:before,
36655
+ .amis-scope .cxd-Markdown pre code:after {
36656
+ content: normal;
36657
+ }
36658
+
36659
+ .amis-scope .cxd-Markdown kbd {
36660
+ display: inline-block;
36661
+ padding: 3px 5px;
36662
+ line-height: 10px;
36663
+ color: #555;
36664
+ vertical-align: middle;
36665
+ background-color: #fcfcfc;
36666
+ border: solid 1px #ccc;
36667
+ border-bottom-color: #bbb;
36668
+ border-radius: 3px;
36669
+ box-shadow: inset 0 -1px 0 #bbb;
36670
+ }
36671
+
36672
+ .amis-scope .cxd-Markdown hr {
36673
+ border-bottom-color: #eee;
36674
+ }
36675
+
35996
36676
  /*
35997
36677
  * utilities
35998
36678
  */
35999
36679
 
36000
36680
  .amis-scope .bg-light {
36001
36681
  background-color: #eaf6fe;
36002
- color: #666;
36682
+ color: #151a26;
36003
36683
  }
36004
36684
 
36005
36685
  .amis-scope .bg-light.lt,
@@ -36074,11 +36754,11 @@ readers do not read off random characters that represent icons */
36074
36754
  }
36075
36755
 
36076
36756
  .amis-scope .bg-dark .text-muted {
36077
- color: #4d4d4d !important;
36757
+ color: #030405 !important;
36078
36758
  }
36079
36759
 
36080
36760
  .amis-scope .bg-dark .text-lt {
36081
- color: #a6a6a6 !important;
36761
+ color: #425278 !important;
36082
36762
  }
36083
36763
 
36084
36764
  .amis-scope .bg-black {
@@ -36128,46 +36808,46 @@ readers do not read off random characters that represent icons */
36128
36808
  }
36129
36809
 
36130
36810
  .amis-scope .bg-black .text-muted {
36131
- color: #4d4d4d !important;
36811
+ color: #030405 !important;
36132
36812
  }
36133
36813
 
36134
36814
  .amis-scope .bg-black .text-lt {
36135
- color: #a6a6a6 !important;
36815
+ color: #425278 !important;
36136
36816
  }
36137
36817
 
36138
36818
  .amis-scope .bg-primary {
36139
- background-color: #108cee;
36140
- color: #d1e7f9;
36819
+ background-color: #2468f2;
36820
+ color: #e6edfc;
36141
36821
  }
36142
36822
 
36143
36823
  .amis-scope .bg-primary.lt,
36144
36824
  .amis-scope .bg-primary .lt {
36145
- background: #2a97ee;
36825
+ background: #3f79f1;
36146
36826
  }
36147
36827
 
36148
36828
  .amis-scope .bg-primary.lter,
36149
36829
  .amis-scope .bg-primary .lter {
36150
- background: #44a2ed;
36830
+ background: #598bf0;
36151
36831
  }
36152
36832
 
36153
36833
  .amis-scope .bg-primary.dk,
36154
36834
  .amis-scope .bg-primary .dk {
36155
- background: #0c7ed9;
36835
+ background: #0b57f2;
36156
36836
  }
36157
36837
 
36158
36838
  .amis-scope .bg-primary.dker,
36159
36839
  .amis-scope .bg-primary .dker {
36160
- background: #0870c3;
36840
+ background: #074ddc;
36161
36841
  }
36162
36842
 
36163
36843
  .amis-scope .bg-primary.bg,
36164
36844
  .amis-scope .bg-primary .bg {
36165
- background-color: #108cee;
36845
+ background-color: #2468f2;
36166
36846
  }
36167
36847
 
36168
36848
  .amis-scope .bg-primary a,
36169
36849
  .amis-scope .bg-primary .cxd-Button--link {
36170
- color: #feffff;
36850
+ color: white;
36171
36851
  }
36172
36852
 
36173
36853
  .amis-scope .bg-primary a:hover,
@@ -36182,11 +36862,11 @@ readers do not read off random characters that represent icons */
36182
36862
  }
36183
36863
 
36184
36864
  .amis-scope .bg-primary .text-muted {
36185
- color: #4d4d4d !important;
36865
+ color: #030405 !important;
36186
36866
  }
36187
36867
 
36188
36868
  .amis-scope .bg-primary .text-lt {
36189
- color: #a6a6a6 !important;
36869
+ color: #425278 !important;
36190
36870
  }
36191
36871
 
36192
36872
  .amis-scope .bg-success {
@@ -36236,46 +36916,46 @@ readers do not read off random characters that represent icons */
36236
36916
  }
36237
36917
 
36238
36918
  .amis-scope .bg-success .text-muted {
36239
- color: #4d4d4d !important;
36919
+ color: #030405 !important;
36240
36920
  }
36241
36921
 
36242
36922
  .amis-scope .bg-success .text-lt {
36243
- color: #a6a6a6 !important;
36923
+ color: #425278 !important;
36244
36924
  }
36245
36925
 
36246
36926
  .amis-scope .bg-info {
36247
- background-color: #108cee;
36248
- color: #d1e7f9;
36927
+ background-color: #2468f2;
36928
+ color: #e6edfc;
36249
36929
  }
36250
36930
 
36251
36931
  .amis-scope .bg-info.lt,
36252
36932
  .amis-scope .bg-info .lt {
36253
- background: #2a97ee;
36933
+ background: #3f79f1;
36254
36934
  }
36255
36935
 
36256
36936
  .amis-scope .bg-info.lter,
36257
36937
  .amis-scope .bg-info .lter {
36258
- background: #44a2ed;
36938
+ background: #598bf0;
36259
36939
  }
36260
36940
 
36261
36941
  .amis-scope .bg-info.dk,
36262
36942
  .amis-scope .bg-info .dk {
36263
- background: #0c7ed9;
36943
+ background: #0b57f2;
36264
36944
  }
36265
36945
 
36266
36946
  .amis-scope .bg-info.dker,
36267
36947
  .amis-scope .bg-info .dker {
36268
- background: #0870c3;
36948
+ background: #074ddc;
36269
36949
  }
36270
36950
 
36271
36951
  .amis-scope .bg-info.bg,
36272
36952
  .amis-scope .bg-info .bg {
36273
- background-color: #108cee;
36953
+ background-color: #2468f2;
36274
36954
  }
36275
36955
 
36276
36956
  .amis-scope .bg-info a,
36277
36957
  .amis-scope .bg-info .cxd-Button--link {
36278
- color: #feffff;
36958
+ color: white;
36279
36959
  }
36280
36960
 
36281
36961
  .amis-scope .bg-info a:hover,
@@ -36290,11 +36970,11 @@ readers do not read off random characters that represent icons */
36290
36970
  }
36291
36971
 
36292
36972
  .amis-scope .bg-info .text-muted {
36293
- color: #4d4d4d !important;
36973
+ color: #030405 !important;
36294
36974
  }
36295
36975
 
36296
36976
  .amis-scope .bg-info .text-lt {
36297
- color: #a6a6a6 !important;
36977
+ color: #425278 !important;
36298
36978
  }
36299
36979
 
36300
36980
  .amis-scope .bg-warning {
@@ -36344,11 +37024,11 @@ readers do not read off random characters that represent icons */
36344
37024
  }
36345
37025
 
36346
37026
  .amis-scope .bg-warning .text-muted {
36347
- color: #4d4d4d !important;
37027
+ color: #030405 !important;
36348
37028
  }
36349
37029
 
36350
37030
  .amis-scope .bg-warning .text-lt {
36351
- color: #a6a6a6 !important;
37031
+ color: #425278 !important;
36352
37032
  }
36353
37033
 
36354
37034
  .amis-scope .bg-danger {
@@ -36398,16 +37078,16 @@ readers do not read off random characters that represent icons */
36398
37078
  }
36399
37079
 
36400
37080
  .amis-scope .bg-danger .text-muted {
36401
- color: #4d4d4d !important;
37081
+ color: #030405 !important;
36402
37082
  }
36403
37083
 
36404
37084
  .amis-scope .bg-danger .text-lt {
36405
- color: #a6a6a6 !important;
37085
+ color: #425278 !important;
36406
37086
  }
36407
37087
 
36408
37088
  .amis-scope .bg-white {
36409
37089
  background-color: #fff;
36410
- color: #666;
37090
+ color: #151a26;
36411
37091
  }
36412
37092
 
36413
37093
  .amis-scope .bg-white.lt,
@@ -36440,59 +37120,59 @@ readers do not read off random characters that represent icons */
36440
37120
  }
36441
37121
 
36442
37122
  .amis-scope a.bg-primary:hover {
36443
- background: #0e7ed6;
37123
+ background: #0e58ee;
36444
37124
  }
36445
37125
 
36446
37126
  .amis-scope a.text-primary:hover {
36447
- color: #0e7ed6;
37127
+ color: #0e58ee;
36448
37128
  }
36449
37129
 
36450
37130
  .amis-scope .text-primary {
36451
- color: #108cee;
37131
+ color: #2468f2;
36452
37132
  }
36453
37133
 
36454
37134
  .amis-scope .text-primary-lt {
36455
- color: #0e7ed6;
37135
+ color: #0e58ee;
36456
37136
  }
36457
37137
 
36458
37138
  .amis-scope .text-primary-lter {
36459
- color: #0d70be;
37139
+ color: #0d4fd6;
36460
37140
  }
36461
37141
 
36462
37142
  .amis-scope .text-primary-dk {
36463
- color: #0e7ed6;
37143
+ color: #0e58ee;
36464
37144
  }
36465
37145
 
36466
37146
  .amis-scope .text-primary-dker {
36467
- color: #0d70be;
37147
+ color: #0d4fd6;
36468
37148
  }
36469
37149
 
36470
37150
  .amis-scope a.bg-info:hover {
36471
- background: #0e7ed6;
37151
+ background: #0e58ee;
36472
37152
  }
36473
37153
 
36474
37154
  .amis-scope a.text-info:hover {
36475
- color: #0e7ed6;
37155
+ color: #0e58ee;
36476
37156
  }
36477
37157
 
36478
37158
  .amis-scope .text-info {
36479
- color: #108cee;
37159
+ color: #2468f2;
36480
37160
  }
36481
37161
 
36482
37162
  .amis-scope .text-info-lt {
36483
- color: #0e7ed6;
37163
+ color: #0e58ee;
36484
37164
  }
36485
37165
 
36486
37166
  .amis-scope .text-info-lter {
36487
- color: #0d70be;
37167
+ color: #0d4fd6;
36488
37168
  }
36489
37169
 
36490
37170
  .amis-scope .text-info-dk {
36491
- color: #0e7ed6;
37171
+ color: #0e58ee;
36492
37172
  }
36493
37173
 
36494
37174
  .amis-scope .text-info-dker {
36495
- color: #0d70be;
37175
+ color: #0d4fd6;
36496
37176
  }
36497
37177
 
36498
37178
  .amis-scope a.bg-success:hover {
@@ -36664,7 +37344,7 @@ readers do not read off random characters that represent icons */
36664
37344
  }
36665
37345
 
36666
37346
  .amis-scope .text-muted {
36667
- color: #999;
37347
+ color: #b4b6ba;
36668
37348
  }
36669
37349
 
36670
37350
  .amis-scope .text-loud {
@@ -37071,7 +37751,7 @@ readers do not read off random characters that represent icons */
37071
37751
  }
37072
37752
 
37073
37753
  .amis-scope .b-primary {
37074
- border-color: #108cee;
37754
+ border-color: #2468f2;
37075
37755
  }
37076
37756
 
37077
37757
  .amis-scope .b-success {
@@ -37079,7 +37759,7 @@ readers do not read off random characters that represent icons */
37079
37759
  }
37080
37760
 
37081
37761
  .amis-scope .b-info {
37082
- border-color: #108cee;
37762
+ border-color: #2468f2;
37083
37763
  }
37084
37764
 
37085
37765
  .amis-scope .b-warning {
@@ -37111,7 +37791,7 @@ readers do not read off random characters that represent icons */
37111
37791
  }
37112
37792
 
37113
37793
  .amis-scope .b-l-primary {
37114
- border-left-color: #108cee;
37794
+ border-left-color: #2468f2;
37115
37795
  }
37116
37796
 
37117
37797
  .amis-scope .b-l-success {
@@ -37119,7 +37799,7 @@ readers do not read off random characters that represent icons */
37119
37799
  }
37120
37800
 
37121
37801
  .amis-scope .b-l-info {
37122
- border-left-color: #108cee;
37802
+ border-left-color: #2468f2;
37123
37803
  }
37124
37804
 
37125
37805
  .amis-scope .b-l-warning {
@@ -37718,7 +38398,7 @@ readers do not read off random characters that represent icons */
37718
38398
  }
37719
38399
 
37720
38400
  .amis-scope .avatar i.off {
37721
- background: #999;
38401
+ background: #b4b6ba;
37722
38402
  }
37723
38403
 
37724
38404
  .amis-scope .avatar i.busy {
@@ -38160,7 +38840,7 @@ readers do not read off random characters that represent icons */
38160
38840
  }
38161
38841
 
38162
38842
  .amis-scope .label-primary {
38163
- background: #108cee;
38843
+ background: #2468f2;
38164
38844
  }
38165
38845
 
38166
38846
  .amis-scope .label-success {
@@ -38168,7 +38848,7 @@ readers do not read off random characters that represent icons */
38168
38848
  }
38169
38849
 
38170
38850
  .amis-scope .label-info {
38171
- background: #108cee;
38851
+ background: #2468f2;
38172
38852
  }
38173
38853
 
38174
38854
  .amis-scope .label-warning {