amis 1.3.5-beta.3 → 1.4.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.
- package/lib/components/Badge.d.ts +15 -2
- package/lib/components/Badge.js +47 -4
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/Button.d.ts +24 -22
- package/lib/components/Button.js +13 -7
- package/lib/components/Button.js.map +2 -2
- package/lib/components/Checkbox.d.ts +1 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/RichText.d.ts +6 -4
- package/lib/components/RichText.js +241 -27
- package/lib/components/RichText.js.map +2 -2
- package/lib/components/Select.d.ts +7 -0
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Steps.d.ts +3 -3
- package/lib/components/Steps.js.map +1 -1
- package/lib/components/WithRemoteConfig.d.ts +8 -0
- package/lib/components/WithRemoteConfig.js +28 -2
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/calendar/DaysView.js +2 -2
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +0 -1
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Value.js +2 -1
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/types.d.ts +5 -0
- package/lib/components/condition-builder/types.js.map +1 -1
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/factory.d.ts +5 -1
- package/lib/factory.js +9 -4
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/icons/loading-outline.js +7 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +1 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +2 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +2 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +15 -1
- package/lib/renderers/Action.js +13 -6
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +2 -2
- package/lib/renderers/CRUD.js +11 -20
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.js +11 -11
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Collapse.d.ts +1 -1
- package/lib/renderers/Collapse.js +5 -1
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +0 -252
- package/lib/renderers/Dialog.js +3 -2
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +2 -1
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +8 -0
- package/lib/renderers/DropDownButton.js +6 -4
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/ButtonGroupSelect.js +3 -0
- package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +2 -0
- package/lib/renderers/Form/Combo.js +16 -1
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +0 -2
- package/lib/renderers/Form/Editor.d.ts +0 -2
- package/lib/renderers/Form/Editor.js +1 -1
- package/lib/renderers/Form/Editor.js.map +2 -2
- package/lib/renderers/Form/InputExcel.d.ts +5 -0
- package/lib/renderers/Form/InputExcel.js +24 -3
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +8 -0
- package/lib/renderers/Form/InputImage.js +2 -1
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputNumber.d.ts +19 -5
- package/lib/renderers/Form/InputNumber.js +69 -7
- package/lib/renderers/Form/InputNumber.js.map +2 -2
- package/lib/renderers/Form/InputRange.js +7 -2
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/InputTable.d.ts +23 -5
- package/lib/renderers/Form/InputTable.js +32 -3
- package/lib/renderers/Form/InputTable.js.map +2 -2
- package/lib/renderers/Form/Options.js +3 -1
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/index.js +0 -10
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +3 -3
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Json.js +5 -1
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/List.d.ts +5 -0
- package/lib/renderers/List.js +20 -14
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Nav.d.ts +52 -22
- package/lib/renderers/Nav.js +100 -15
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.d.ts +6 -0
- package/lib/renderers/Page.js +11 -3
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Service.d.ts +10 -1
- package/lib/renderers/Service.js +85 -3
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Steps.d.ts +4 -4
- package/lib/renderers/Steps.js +5 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/TableBody.d.ts +5 -3
- package/lib/renderers/Table/TableBody.js +17 -11
- package/lib/renderers/Table/TableBody.js.map +2 -2
- package/lib/renderers/Table/TableCell.js +6 -2
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +3 -1
- package/lib/renderers/Table/TableContent.js +6 -2
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/TableRow.d.ts +1 -1
- package/lib/renderers/Table/TableRow.js +14 -13
- package/lib/renderers/Table/TableRow.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +28 -3
- package/lib/renderers/Table/index.js +92 -52
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/schemaExtend.d.ts +1 -0
- package/lib/schemaExtend.js +59 -0
- package/lib/schemaExtend.js.map +13 -0
- package/lib/store/app.d.ts +0 -1
- package/lib/store/combo.d.ts +0 -2
- package/lib/store/crud.d.ts +3 -3
- package/lib/store/crud.js +41 -36
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +0 -1
- package/lib/store/formItem.js +10 -6
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/modal.d.ts +1 -1
- package/lib/store/modal.js +4 -0
- package/lib/store/modal.js.map +2 -2
- package/lib/store/root.d.ts +0 -1
- package/lib/store/service.d.ts +0 -1
- package/lib/store/service.js +0 -13
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +1 -2
- package/lib/store/table.js +44 -3
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +624 -71
- package/lib/themes/ang.css +624 -71
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +624 -71
- package/lib/themes/antd.css +624 -71
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +732 -191
- package/lib/themes/cxd.css +732 -191
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +624 -71
- package/lib/themes/dark.css +624 -71
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +732 -191
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/api.js +12 -0
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/attachmentAdpator.d.ts +7 -0
- package/lib/utils/attachmentAdpator.js +82 -0
- package/lib/utils/attachmentAdpator.js.map +13 -0
- package/lib/utils/helper.d.ts +2 -0
- package/lib/utils/helper.js +14 -1
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/resize-sensor.js +6 -0
- package/lib/utils/resize-sensor.js.map +2 -2
- package/lib/utils/tpl-builtin.d.ts +1 -0
- package/lib/utils/tpl-builtin.js +24 -8
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/lib/utils/validations.js +62 -5
- package/lib/utils/validations.js.map +2 -2
- package/package.json +1 -2
- package/schema.json +561 -171
- package/scss/_mixins.scss +29 -0
- package/scss/_properties.scss +29 -11
- package/scss/components/_badge.scss +67 -2
- package/scss/components/_button.scss +35 -3
- package/scss/components/_image-gallery.scss +1 -1
- package/scss/components/_list.scss +8 -0
- package/scss/components/_markdown.scss +266 -0
- package/scss/components/_nav.scss +109 -35
- package/scss/components/_spinner.scss +6 -2
- package/scss/components/_table.scss +4 -0
- package/scss/components/form/_form.scss +3 -17
- package/scss/components/form/_group.scss +4 -0
- package/scss/components/form/_number.scss +12 -1
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +20 -20
- package/sdk/ang-ie11.css +769 -76
- package/sdk/ang.css +785 -76
- package/sdk/antd-ie11.css +759 -68
- package/sdk/antd.css +785 -76
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +67 -67
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1243 -552
- package/sdk/cxd.css +893 -196
- package/sdk/dark-ie11.css +769 -76
- package/sdk/dark.css +785 -76
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/locale/de-DE.js +1 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +22 -24
- package/sdk/rich-text.js +62 -64
- package/sdk/sdk-ie11.css +1243 -552
- package/sdk/sdk.css +893 -196
- package/sdk/sdk.js +1123 -1111
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/sdk.zip +0 -0
- package/src/components/Badge.tsx +111 -20
- package/src/components/Button.tsx +23 -7
- package/src/components/Checkbox.tsx +5 -2
- package/src/components/Drawer.tsx +3 -2
- package/src/components/Modal.tsx +3 -2
- package/src/components/RichText.tsx +280 -24
- package/src/components/Select.tsx +1 -0
- package/src/components/Steps.tsx +3 -3
- package/src/components/WithRemoteConfig.tsx +37 -2
- package/src/components/calendar/DaysView.tsx +2 -2
- package/src/components/condition-builder/Field.tsx +1 -2
- package/src/components/condition-builder/Value.tsx +3 -0
- package/src/components/condition-builder/types.ts +6 -0
- package/src/components/icons.tsx +2 -0
- package/src/factory.tsx +13 -3
- package/src/icons/loading-outline.svg +4 -0
- package/src/index.tsx +2 -0
- package/src/locale/de-DE.ts +1 -0
- package/src/locale/en-US.ts +2 -1
- package/src/locale/zh-CN.ts +2 -1
- package/src/renderers/Action.tsx +84 -14
- package/src/renderers/CRUD.tsx +13 -33
- package/src/renderers/Card.tsx +21 -15
- package/src/renderers/Collapse.tsx +5 -1
- package/src/renderers/Dialog.tsx +3 -2
- package/src/renderers/Drawer.tsx +2 -1
- package/src/renderers/DropDownButton.tsx +21 -4
- package/src/renderers/Form/ButtonGroupSelect.tsx +3 -0
- package/src/renderers/Form/Combo.tsx +7 -0
- package/src/renderers/Form/Editor.tsx +19 -20
- package/src/renderers/Form/InputExcel.tsx +28 -3
- package/src/renderers/Form/InputImage.tsx +23 -8
- package/src/renderers/Form/InputNumber.tsx +113 -18
- package/src/renderers/Form/InputRange.tsx +5 -2
- package/src/renderers/Form/InputTable.tsx +88 -9
- package/src/renderers/Form/Options.tsx +3 -1
- package/src/renderers/Form/index.tsx +0 -15
- package/src/renderers/Form/wrapControl.tsx +2 -2
- package/src/renderers/Json.tsx +10 -1
- package/src/renderers/List.tsx +32 -19
- package/src/renderers/Nav.tsx +165 -36
- package/src/renderers/Page.tsx +20 -1
- package/src/renderers/Service.tsx +101 -3
- package/src/renderers/Steps.tsx +12 -9
- package/src/renderers/Table/TableBody.tsx +29 -10
- package/src/renderers/Table/TableCell.tsx +15 -1
- package/src/renderers/Table/TableContent.tsx +7 -1
- package/src/renderers/Table/TableRow.tsx +18 -17
- package/src/renderers/Table/index.tsx +112 -27
- package/src/schemaExtend.ts +66 -0
- package/src/store/crud.ts +34 -38
- package/src/store/formItem.ts +10 -6
- package/src/store/modal.ts +4 -0
- package/src/store/service.ts +0 -19
- package/src/store/table.ts +48 -0
- package/src/utils/api.ts +11 -0
- package/src/utils/attachmentAdpator.ts +90 -0
- package/src/utils/helper.ts +16 -0
- package/src/utils/resize-sensor.ts +7 -0
- package/src/utils/tpl-builtin.ts +36 -17
- package/src/utils/validations.ts +80 -12
package/sdk/sdk-ie11.css
CHANGED
@@ -19516,7 +19516,7 @@ readers do not read off random characters that represent icons */
|
|
19516
19516
|
}
|
19517
19517
|
|
19518
19518
|
.amis-scope {
|
19519
|
-
color: #
|
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: #
|
19533
|
+
color: #2468f2;
|
19534
19534
|
text-decoration: none;
|
19535
19535
|
}
|
19536
19536
|
|
19537
19537
|
.amis-scope a:hover {
|
19538
|
-
color: #
|
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: #
|
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: #
|
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: #
|
20714
|
+
color: #2468f2;
|
20715
20715
|
}
|
20716
20716
|
|
20717
20717
|
.amis-scope .cxd-AsideNav-item.is-active > a {
|
20718
20718
|
background: #272d33;
|
20719
|
-
color: #
|
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: #
|
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: #
|
21086
|
+
color: #2468f2;
|
21087
21087
|
box-shadow: none;
|
21088
|
-
border-color: #
|
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: #
|
21153
|
-
border-color: #
|
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: #
|
21161
|
-
border-color: #
|
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: #
|
21207
|
-
border-color: #
|
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: #
|
21215
|
-
border-color: #
|
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: #
|
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: #
|
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: #
|
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: #
|
21393
|
+
color: #2468f2;
|
21394
|
+
background: #fff;
|
21395
|
+
border-color: #2468f2;
|
21396
|
+
}
|
21397
|
+
|
21398
|
+
.amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
21399
|
+
color: #1C53C1;
|
21304
21400
|
background: #fff;
|
21305
|
-
border-color: #
|
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: #
|
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
|
-
|
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: #
|
21633
|
+
color: #b4b6ba;
|
21482
21634
|
pointer-events: none;
|
21483
|
-
background:
|
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: #
|
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: #
|
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: #
|
21979
|
+
color: #151a26;
|
21762
21980
|
}
|
21763
21981
|
|
21764
21982
|
.amis-scope .cxd-Modal-close:not(.is-disabled):hover svg {
|
21765
|
-
fill: #
|
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: #
|
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: #
|
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: #
|
22667
|
-
border-color: #
|
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: #
|
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: #
|
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: #
|
22829
|
-
border-color: #
|
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: #
|
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: #
|
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: #
|
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: #
|
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: #
|
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: #
|
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: #
|
23130
|
-
color: #
|
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: #
|
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: #
|
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: #
|
23227
|
-
border-color: #
|
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: #
|
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: #
|
23518
|
+
color: #2468f2;
|
23284
23519
|
border-color: #eceff8;
|
23285
|
-
border-top-color: #
|
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: #
|
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: #
|
23560
|
+
color: #2468f2;
|
23326
23561
|
background: #f5f5f5;
|
23327
|
-
border-color: #
|
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: #
|
23713
|
+
color: #151a26;
|
23478
23714
|
text-decoration: none;
|
23479
23715
|
margin-right: 0.125rem;
|
23480
|
-
padding: 0.5rem
|
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
|
23515
|
-
|
23516
|
-
|
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;
|
23524
|
-
}
|
23525
|
-
|
23526
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a::after {
|
23527
|
-
border-left: 0.1875rem solid #108cee;
|
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;
|
23528
23758
|
position: absolute;
|
23529
23759
|
left: 0;
|
23530
|
-
top: 0;
|
23531
|
-
|
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);
|
23760
|
+
top: 0.6875rem;
|
23761
|
+
display: none;
|
23536
23762
|
}
|
23537
23763
|
|
23538
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.
|
23539
|
-
|
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;
|
23540
23769
|
}
|
23541
23770
|
|
23542
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover,
|
23543
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:
|
23544
|
-
|
23545
|
-
|
23546
|
-
|
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;
|
23547
23776
|
}
|
23548
23777
|
|
23549
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.
|
23550
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-
|
23551
|
-
|
23552
|
-
|
23553
|
-
pointer-events: none;
|
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;
|
23554
23782
|
}
|
23555
23783
|
|
23556
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item
|
23557
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item
|
23558
|
-
|
23559
|
-
|
23560
|
-
|
23561
|
-
|
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 {
|
23786
|
+
position: absolute;
|
23787
|
+
top: 0;
|
23788
|
+
bottom: 0;
|
23789
|
+
width: 2.1875rem;
|
23790
|
+
overflow: hidden;
|
23562
23791
|
}
|
23563
23792
|
|
23564
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.
|
23565
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item
|
23566
|
-
|
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;
|
23567
23804
|
}
|
23568
23805
|
|
23569
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item
|
23570
|
-
|
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;
|
23571
23810
|
}
|
23572
23811
|
|
23573
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item
|
23574
|
-
|
23575
|
-
|
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;
|
23827
|
+
}
|
23828
|
+
|
23829
|
+
.amis-scope .cxd-Nav--stacked .cxd-Nav-item > a:hover,
|
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 {
|
23845
|
+
border-color: #333;
|
23846
|
+
text-decoration: none;
|
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;
|
23860
|
+
}
|
23861
|
+
|
23862
|
+
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.disabled > a,
|
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;
|
23871
|
+
background: transparent;
|
23872
|
+
pointer-events: none;
|
23873
|
+
}
|
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
|
+
|
23882
|
+
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.active > a,
|
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;
|
23895
|
+
position: relative;
|
23896
|
+
}
|
23897
|
+
|
23898
|
+
.amis-scope .cxd-Nav--stacked .cxd-Nav-item.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 {
|
23910
|
+
transform: scaleY(1);
|
23911
|
+
}
|
23912
|
+
|
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 {
|
23917
|
+
transform: rotate(180deg) scale(0.8);
|
23918
|
+
}
|
23576
23919
|
|
23577
|
-
.amis-scope .cxd-Nav--stacked .cxd-Nav-item .cxd-Nav-
|
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 {
|
23924
|
+
display: block;
|
23925
|
+
}
|
23926
|
+
|
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
|
-
|
23585
|
-
|
23586
|
-
|
23587
|
-
|
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.
|
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 #
|
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: #
|
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: #
|
24402
|
+
border-color: #2468f2;
|
24049
24403
|
}
|
24050
24404
|
|
24051
24405
|
.amis-scope .cxd-Panel--primary > .cxd-Panel-heading {
|
24052
|
-
background: #
|
24406
|
+
background: #2468f2;
|
24053
24407
|
color: #fff;
|
24054
24408
|
}
|
24055
24409
|
|
24056
24410
|
.amis-scope .cxd-Panel--primary > .cxd-Panel-heading .badge {
|
24057
|
-
color: #
|
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: #
|
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: #
|
24440
|
+
border-color: #2468f2;
|
24087
24441
|
}
|
24088
24442
|
|
24089
24443
|
.amis-scope .cxd-Panel--info > .cxd-Panel-heading {
|
24090
|
-
background: #
|
24444
|
+
background: #2468f2;
|
24091
24445
|
color: #fff;
|
24092
24446
|
}
|
24093
24447
|
|
24094
24448
|
.amis-scope .cxd-Panel--info > .cxd-Panel-heading .badge {
|
24095
|
-
color: #
|
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: #
|
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: #
|
24560
|
+
stroke: #2468f2;
|
24207
24561
|
stroke-width: 1px;
|
24208
24562
|
}
|
24209
24563
|
|
24210
24564
|
.amis-scope .cxd-Sparkline-area {
|
24211
|
-
fill: rgba(
|
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:
|
24282
|
-
height:
|
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: #
|
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: #
|
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: #
|
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: #
|
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: #
|
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: #
|
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: #
|
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: #
|
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: #
|
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: #
|
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: #
|
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(
|
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: #
|
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: #
|
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: #
|
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: #
|
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: #
|
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: #
|
25432
|
-
background: #
|
25433
|
-
border: 0.0625rem solid #
|
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: #
|
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 #
|
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: #
|
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: #
|
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: #
|
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: #
|
26092
|
+
background: #2468f2;
|
25734
26093
|
}
|
25735
26094
|
|
25736
26095
|
.amis-scope .cxd-Table-table {
|
@@ -25872,11 +26231,15 @@ readers do not read off random characters that represent icons */
|
|
25872
26231
|
background: transparent;
|
25873
26232
|
}
|
25874
26233
|
|
26234
|
+
.amis-scope .cxd-Table-table > tbody > tr.cxd-Table-tr--hasItemAction:hover {
|
26235
|
+
cursor: pointer;
|
26236
|
+
}
|
26237
|
+
|
25875
26238
|
.amis-scope .cxd-Table-table > tbody > tr:hover,
|
25876
26239
|
.amis-scope .cxd-Table-table > tbody > tr.is-hovered {
|
25877
26240
|
background: #f5f5f5;
|
25878
26241
|
border-color: #eceff8;
|
25879
|
-
color: #
|
26242
|
+
color: #151a26;
|
25880
26243
|
}
|
25881
26244
|
|
25882
26245
|
.amis-scope .cxd-Table-table > tbody > tr:hover + tr,
|
@@ -25914,7 +26277,7 @@ readers do not read off random characters that represent icons */
|
|
25914
26277
|
|
25915
26278
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light {
|
25916
26279
|
background-color: #eaf6fe;
|
25917
|
-
color: #
|
26280
|
+
color: #151a26;
|
25918
26281
|
}
|
25919
26282
|
|
25920
26283
|
.amis-scope .cxd-Table-table > tbody > tr.bg-light.lt,
|
@@ -25989,11 +26352,11 @@ readers do not read off random characters that represent icons */
|
|
25989
26352
|
}
|
25990
26353
|
|
25991
26354
|
.amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-muted {
|
25992
|
-
color: #
|
26355
|
+
color: #030405 !important;
|
25993
26356
|
}
|
25994
26357
|
|
25995
26358
|
.amis-scope .cxd-Table-table > tbody > tr.bg-dark .text-lt {
|
25996
|
-
color: #
|
26359
|
+
color: #425278 !important;
|
25997
26360
|
}
|
25998
26361
|
|
25999
26362
|
.amis-scope .cxd-Table-table > tbody > tr.bg-black {
|
@@ -26043,46 +26406,46 @@ readers do not read off random characters that represent icons */
|
|
26043
26406
|
}
|
26044
26407
|
|
26045
26408
|
.amis-scope .cxd-Table-table > tbody > tr.bg-black .text-muted {
|
26046
|
-
color: #
|
26409
|
+
color: #030405 !important;
|
26047
26410
|
}
|
26048
26411
|
|
26049
26412
|
.amis-scope .cxd-Table-table > tbody > tr.bg-black .text-lt {
|
26050
|
-
color: #
|
26413
|
+
color: #425278 !important;
|
26051
26414
|
}
|
26052
26415
|
|
26053
26416
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary {
|
26054
|
-
background-color: #
|
26055
|
-
color: #
|
26417
|
+
background-color: #2468f2;
|
26418
|
+
color: #e6edfc;
|
26056
26419
|
}
|
26057
26420
|
|
26058
26421
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary.lt,
|
26059
26422
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .lt {
|
26060
|
-
background: #
|
26423
|
+
background: #3f79f1;
|
26061
26424
|
}
|
26062
26425
|
|
26063
26426
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary.lter,
|
26064
26427
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .lter {
|
26065
|
-
background: #
|
26428
|
+
background: #598bf0;
|
26066
26429
|
}
|
26067
26430
|
|
26068
26431
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary.dk,
|
26069
26432
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .dk {
|
26070
|
-
background: #
|
26433
|
+
background: #0b57f2;
|
26071
26434
|
}
|
26072
26435
|
|
26073
26436
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary.dker,
|
26074
26437
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .dker {
|
26075
|
-
background: #
|
26438
|
+
background: #074ddc;
|
26076
26439
|
}
|
26077
26440
|
|
26078
26441
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary.bg,
|
26079
26442
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .bg {
|
26080
|
-
background-color: #
|
26443
|
+
background-color: #2468f2;
|
26081
26444
|
}
|
26082
26445
|
|
26083
26446
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary a,
|
26084
26447
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .cxd-Button--link {
|
26085
|
-
color:
|
26448
|
+
color: white;
|
26086
26449
|
}
|
26087
26450
|
|
26088
26451
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary a:hover,
|
@@ -26097,11 +26460,11 @@ readers do not read off random characters that represent icons */
|
|
26097
26460
|
}
|
26098
26461
|
|
26099
26462
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-muted {
|
26100
|
-
color: #
|
26463
|
+
color: #030405 !important;
|
26101
26464
|
}
|
26102
26465
|
|
26103
26466
|
.amis-scope .cxd-Table-table > tbody > tr.bg-primary .text-lt {
|
26104
|
-
color: #
|
26467
|
+
color: #425278 !important;
|
26105
26468
|
}
|
26106
26469
|
|
26107
26470
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success {
|
@@ -26151,46 +26514,46 @@ readers do not read off random characters that represent icons */
|
|
26151
26514
|
}
|
26152
26515
|
|
26153
26516
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .text-muted {
|
26154
|
-
color: #
|
26517
|
+
color: #030405 !important;
|
26155
26518
|
}
|
26156
26519
|
|
26157
26520
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .text-lt {
|
26158
|
-
color: #
|
26521
|
+
color: #425278 !important;
|
26159
26522
|
}
|
26160
26523
|
|
26161
26524
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info {
|
26162
|
-
background-color: #
|
26163
|
-
color: #
|
26525
|
+
background-color: #2468f2;
|
26526
|
+
color: #e6edfc;
|
26164
26527
|
}
|
26165
26528
|
|
26166
26529
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info.lt,
|
26167
26530
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .lt {
|
26168
|
-
background: #
|
26531
|
+
background: #3f79f1;
|
26169
26532
|
}
|
26170
26533
|
|
26171
26534
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info.lter,
|
26172
26535
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .lter {
|
26173
|
-
background: #
|
26536
|
+
background: #598bf0;
|
26174
26537
|
}
|
26175
26538
|
|
26176
26539
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info.dk,
|
26177
26540
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .dk {
|
26178
|
-
background: #
|
26541
|
+
background: #0b57f2;
|
26179
26542
|
}
|
26180
26543
|
|
26181
26544
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info.dker,
|
26182
26545
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .dker {
|
26183
|
-
background: #
|
26546
|
+
background: #074ddc;
|
26184
26547
|
}
|
26185
26548
|
|
26186
26549
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info.bg,
|
26187
26550
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .bg {
|
26188
|
-
background-color: #
|
26551
|
+
background-color: #2468f2;
|
26189
26552
|
}
|
26190
26553
|
|
26191
26554
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info a,
|
26192
26555
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .cxd-Button--link {
|
26193
|
-
color:
|
26556
|
+
color: white;
|
26194
26557
|
}
|
26195
26558
|
|
26196
26559
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info a:hover,
|
@@ -26205,11 +26568,11 @@ readers do not read off random characters that represent icons */
|
|
26205
26568
|
}
|
26206
26569
|
|
26207
26570
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .text-muted {
|
26208
|
-
color: #
|
26571
|
+
color: #030405 !important;
|
26209
26572
|
}
|
26210
26573
|
|
26211
26574
|
.amis-scope .cxd-Table-table > tbody > tr.bg-info .text-lt {
|
26212
|
-
color: #
|
26575
|
+
color: #425278 !important;
|
26213
26576
|
}
|
26214
26577
|
|
26215
26578
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning {
|
@@ -26259,11 +26622,11 @@ readers do not read off random characters that represent icons */
|
|
26259
26622
|
}
|
26260
26623
|
|
26261
26624
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-muted {
|
26262
|
-
color: #
|
26625
|
+
color: #030405 !important;
|
26263
26626
|
}
|
26264
26627
|
|
26265
26628
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .text-lt {
|
26266
|
-
color: #
|
26629
|
+
color: #425278 !important;
|
26267
26630
|
}
|
26268
26631
|
|
26269
26632
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger {
|
@@ -26313,11 +26676,11 @@ readers do not read off random characters that represent icons */
|
|
26313
26676
|
}
|
26314
26677
|
|
26315
26678
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-muted {
|
26316
|
-
color: #
|
26679
|
+
color: #030405 !important;
|
26317
26680
|
}
|
26318
26681
|
|
26319
26682
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .text-lt {
|
26320
|
-
color: #
|
26683
|
+
color: #425278 !important;
|
26321
26684
|
}
|
26322
26685
|
|
26323
26686
|
.amis-scope .cxd-Table-table > tbody > tr.is-dragging {
|
@@ -26864,7 +27227,7 @@ readers do not read off random characters that represent icons */
|
|
26864
27227
|
}
|
26865
27228
|
|
26866
27229
|
.amis-scope .cxd-TableCell-sortBtn:hover {
|
26867
|
-
color: #
|
27230
|
+
color: #2468f2;
|
26868
27231
|
}
|
26869
27232
|
|
26870
27233
|
.amis-scope .cxd-TableCell-sortBtn--up > svg,
|
@@ -26891,16 +27254,16 @@ readers do not read off random characters that represent icons */
|
|
26891
27254
|
}
|
26892
27255
|
|
26893
27256
|
.amis-scope .cxd-TableCell-sortBtn--default.is-active {
|
26894
|
-
color: #
|
27257
|
+
color: #b4b6ba;
|
26895
27258
|
}
|
26896
27259
|
|
26897
27260
|
.amis-scope .cxd-TableCell-sortBtn--default.is-active:hover {
|
26898
|
-
color: #
|
27261
|
+
color: #151a26;
|
26899
27262
|
}
|
26900
27263
|
|
26901
27264
|
.amis-scope .cxd-TableCell-sortBtn--up.is-active,
|
26902
27265
|
.amis-scope .cxd-TableCell-sortBtn--down.is-active {
|
26903
|
-
color: #
|
27266
|
+
color: #2468f2;
|
26904
27267
|
}
|
26905
27268
|
|
26906
27269
|
.amis-scope .cxd-TableCell-searchBtn {
|
@@ -26909,7 +27272,7 @@ readers do not read off random characters that represent icons */
|
|
26909
27272
|
right: 0.25rem;
|
26910
27273
|
top: 50%;
|
26911
27274
|
transform: translateY(-50%);
|
26912
|
-
color: #
|
27275
|
+
color: #b4b6ba;
|
26913
27276
|
}
|
26914
27277
|
|
26915
27278
|
.amis-scope .cxd-TableCell-searchBtn svg.icon {
|
@@ -26918,11 +27281,11 @@ readers do not read off random characters that represent icons */
|
|
26918
27281
|
}
|
26919
27282
|
|
26920
27283
|
.amis-scope .cxd-TableCell-searchBtn:hover {
|
26921
|
-
color: #
|
27284
|
+
color: #151a26;
|
26922
27285
|
}
|
26923
27286
|
|
26924
27287
|
.amis-scope .cxd-TableCell-searchBtn.is-active {
|
26925
|
-
color: #
|
27288
|
+
color: #2468f2;
|
26926
27289
|
}
|
26927
27290
|
|
26928
27291
|
.amis-scope .cxd-TableCell-searchPopOver {
|
@@ -26942,7 +27305,7 @@ readers do not read off random characters that represent icons */
|
|
26942
27305
|
right: calc( 0.625rem - 1rem / 2 );
|
26943
27306
|
top: 50%;
|
26944
27307
|
transform: translateY(-50%);
|
26945
|
-
color: #
|
27308
|
+
color: #b4b6ba;
|
26946
27309
|
}
|
26947
27310
|
|
26948
27311
|
.amis-scope .cxd-TableCell-filterBtn svg.icon {
|
@@ -26951,11 +27314,11 @@ readers do not read off random characters that represent icons */
|
|
26951
27314
|
}
|
26952
27315
|
|
26953
27316
|
.amis-scope .cxd-TableCell-filterBtn:hover {
|
26954
|
-
color: #
|
27317
|
+
color: #151a26;
|
26955
27318
|
}
|
26956
27319
|
|
26957
27320
|
.amis-scope .cxd-TableCell-filterBtn.is-active {
|
26958
|
-
color: #
|
27321
|
+
color: #2468f2;
|
26959
27322
|
}
|
26960
27323
|
|
26961
27324
|
.amis-scope .cxd-TableCell-filterBtn .cxd-Remark {
|
@@ -26983,12 +27346,12 @@ readers do not read off random characters that represent icons */
|
|
26983
27346
|
|
26984
27347
|
.amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider:hover {
|
26985
27348
|
background: #eaf6fe;
|
26986
|
-
color: #
|
27349
|
+
color: #2468f2;
|
26987
27350
|
}
|
26988
27351
|
|
26989
27352
|
.amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider.is-selected {
|
26990
27353
|
background: #eaf6fe;
|
26991
|
-
color: #
|
27354
|
+
color: #2468f2;
|
26992
27355
|
}
|
26993
27356
|
|
26994
27357
|
.amis-scope .cxd-TableCell-filterPopOver .cxd-DropDown-menu .cxd-DropDown-divider .cxd-Checkbox {
|
@@ -27023,19 +27386,19 @@ readers do not read off random characters that represent icons */
|
|
27023
27386
|
.amis-scope .cxd-Table-itemActions a {
|
27024
27387
|
cursor: pointer;
|
27025
27388
|
padding: 0.25rem 0.5rem;
|
27026
|
-
color: #
|
27389
|
+
color: #2468f2;
|
27027
27390
|
text-decoration: none;
|
27028
27391
|
}
|
27029
27392
|
|
27030
27393
|
.amis-scope .cxd-Table-itemActions a:hover {
|
27031
|
-
color: #
|
27394
|
+
color: #0d54e2;
|
27032
27395
|
text-decoration: none;
|
27033
27396
|
}
|
27034
27397
|
|
27035
27398
|
.amis-scope .cxd-Table-itemActions a.is-disabled {
|
27036
27399
|
pointer-events: none;
|
27037
27400
|
opacity: 0.65;
|
27038
|
-
color: #
|
27401
|
+
color: #b4b6ba;
|
27039
27402
|
}
|
27040
27403
|
|
27041
27404
|
.amis-scope .cxd-Table-dragTip {
|
@@ -27043,7 +27406,7 @@ readers do not read off random characters that represent icons */
|
|
27043
27406
|
clear: both;
|
27044
27407
|
margin-top: 0.25rem;
|
27045
27408
|
width: 100%;
|
27046
|
-
color: #
|
27409
|
+
color: #2468f2;
|
27047
27410
|
}
|
27048
27411
|
|
27049
27412
|
.amis-scope .cxd-Table-footTable {
|
@@ -27079,7 +27442,7 @@ readers do not read off random characters that represent icons */
|
|
27079
27442
|
.amis-scope .cxd-Table-expandBtn {
|
27080
27443
|
position: relative;
|
27081
27444
|
z-index: 1;
|
27082
|
-
color: #
|
27445
|
+
color: #2468f2;
|
27083
27446
|
display: inline-flex;
|
27084
27447
|
justify-content: center;
|
27085
27448
|
align-items: center;
|
@@ -27118,7 +27481,7 @@ readers do not read off random characters that represent icons */
|
|
27118
27481
|
|
27119
27482
|
.amis-scope .cxd-Table-dragBtn:hover {
|
27120
27483
|
text-decoration: none;
|
27121
|
-
color: #
|
27484
|
+
color: #2468f2;
|
27122
27485
|
}
|
27123
27486
|
|
27124
27487
|
.amis-scope .cxd-Table-table > tbody > tr:hover .cxd-Table-dragBtn,
|
@@ -27245,13 +27608,13 @@ readers do not read off random characters that represent icons */
|
|
27245
27608
|
|
27246
27609
|
.amis-scope .cxd-List-dragTip {
|
27247
27610
|
width: 100%;
|
27248
|
-
color: #
|
27611
|
+
color: #2468f2;
|
27249
27612
|
clear: both;
|
27250
27613
|
margin-top: 0.25rem;
|
27251
27614
|
}
|
27252
27615
|
|
27253
27616
|
.amis-scope .cxd-List-placeholder {
|
27254
|
-
color: #
|
27617
|
+
color: #b4b6ba;
|
27255
27618
|
text-align: center;
|
27256
27619
|
min-height: 1.875rem;
|
27257
27620
|
line-height: 1.875rem;
|
@@ -27292,7 +27655,7 @@ readers do not read off random characters that represent icons */
|
|
27292
27655
|
}
|
27293
27656
|
|
27294
27657
|
.amis-scope .cxd-ListGroup-item.is-disabled {
|
27295
|
-
color: #
|
27658
|
+
color: #b4b6ba;
|
27296
27659
|
}
|
27297
27660
|
|
27298
27661
|
.amis-scope .cxd-ListGroup--expanded .cxd-ListGroup-item {
|
@@ -27378,7 +27741,7 @@ readers do not read off random characters that represent icons */
|
|
27378
27741
|
|
27379
27742
|
.amis-scope .cxd-ListItem-fieldLabel {
|
27380
27743
|
width: 9.375rem;
|
27381
|
-
color: #
|
27744
|
+
color: #b4b6ba;
|
27382
27745
|
}
|
27383
27746
|
|
27384
27747
|
.amis-scope .cxd-ListItem.is-checked {
|
@@ -27416,6 +27779,15 @@ readers do not read off random characters that represent icons */
|
|
27416
27779
|
opacity: 0.1;
|
27417
27780
|
}
|
27418
27781
|
|
27782
|
+
.amis-scope .cxd-ListItem--hasItemAction {
|
27783
|
+
cursor: pointer;
|
27784
|
+
}
|
27785
|
+
|
27786
|
+
.amis-scope .cxd-ListItem--hasItemAction:hover {
|
27787
|
+
color: #000;
|
27788
|
+
background: #eaf6fe;
|
27789
|
+
}
|
27790
|
+
|
27419
27791
|
.amis-scope .cxd-Cards-toolbar {
|
27420
27792
|
margin: 0 0 0.75rem;
|
27421
27793
|
}
|
@@ -27488,14 +27860,14 @@ readers do not read off random characters that represent icons */
|
|
27488
27860
|
|
27489
27861
|
.amis-scope .cxd-Cards-dragTip {
|
27490
27862
|
width: 100%;
|
27491
|
-
color: #
|
27863
|
+
color: #2468f2;
|
27492
27864
|
clear: both;
|
27493
27865
|
margin-top: 0.25rem;
|
27494
27866
|
}
|
27495
27867
|
|
27496
27868
|
.amis-scope .cxd-Cards-placeholder {
|
27497
27869
|
background: #fff;
|
27498
|
-
color: #
|
27870
|
+
color: #b4b6ba;
|
27499
27871
|
text-align: center;
|
27500
27872
|
height: 6.25rem;
|
27501
27873
|
line-height: 6.25rem;
|
@@ -27636,7 +28008,7 @@ readers do not read off random characters that represent icons */
|
|
27636
28008
|
max-height: calc(0.875rem * 1.5 * 2);
|
27637
28009
|
overflow: hidden;
|
27638
28010
|
text-overflow: ellipsis;
|
27639
|
-
color: #
|
28011
|
+
color: #b4b6ba;
|
27640
28012
|
-webkit-line-clamp: 2;
|
27641
28013
|
-webkit-box-orient: vertical;
|
27642
28014
|
display: -webkit-box;
|
@@ -27681,7 +28053,7 @@ readers do not read off random characters that represent icons */
|
|
27681
28053
|
}
|
27682
28054
|
|
27683
28055
|
.amis-scope .cxd-Card-avtarText {
|
27684
|
-
background: #
|
28056
|
+
background: #2468f2;
|
27685
28057
|
color: #fff;
|
27686
28058
|
width: 50px;
|
27687
28059
|
height: 50px;
|
@@ -27740,7 +28112,7 @@ readers do not read off random characters that represent icons */
|
|
27740
28112
|
|
27741
28113
|
.amis-scope .cxd-Card-fieldLabel {
|
27742
28114
|
width: 3.75rem;
|
27743
|
-
color: #
|
28115
|
+
color: #b4b6ba;
|
27744
28116
|
}
|
27745
28117
|
|
27746
28118
|
.amis-scope .cxd-Card-actions {
|
@@ -27757,7 +28129,7 @@ readers do not read off random characters that represent icons */
|
|
27757
28129
|
border-color: #f5f7fb;
|
27758
28130
|
border-style: solid;
|
27759
28131
|
border-width: 0 0.0625rem 0 0;
|
27760
|
-
color: #
|
28132
|
+
color: #151a26;
|
27761
28133
|
text-align: center;
|
27762
28134
|
line-height: 2.5rem;
|
27763
28135
|
font-size: 0.75rem;
|
@@ -27769,7 +28141,7 @@ readers do not read off random characters that represent icons */
|
|
27769
28141
|
|
27770
28142
|
.amis-scope .cxd-Card-actions > a:not(.is-disabled):hover {
|
27771
28143
|
background: white;
|
27772
|
-
color: #
|
28144
|
+
color: #2468f2;
|
27773
28145
|
text-decoration: none;
|
27774
28146
|
}
|
27775
28147
|
|
@@ -27778,7 +28150,7 @@ readers do not read off random characters that represent icons */
|
|
27778
28150
|
}
|
27779
28151
|
|
27780
28152
|
.amis-scope .cxd-Card-actions > a.is-disabled {
|
27781
|
-
color: #
|
28153
|
+
color: #b4b6ba;
|
27782
28154
|
}
|
27783
28155
|
|
27784
28156
|
.amis-scope .cxd-Card-actions > a.is-disabled:hover {
|
@@ -27787,14 +28159,14 @@ readers do not read off random characters that represent icons */
|
|
27787
28159
|
|
27788
28160
|
.amis-scope .cxd-Card.is-checked {
|
27789
28161
|
background: #fff;
|
27790
|
-
border-color: #
|
27791
|
-
color: #
|
28162
|
+
border-color: #2468f2;
|
28163
|
+
color: #2468f2;
|
27792
28164
|
}
|
27793
28165
|
|
27794
28166
|
.amis-scope .cxd-Card.is-checked .cxd-Card-actions,
|
27795
28167
|
.amis-scope .cxd-Card.is-checked .cxd-Card-actions > a {
|
27796
|
-
border-color: #
|
27797
|
-
color: #
|
28168
|
+
border-color: #2468f2;
|
28169
|
+
color: #2468f2;
|
27798
28170
|
}
|
27799
28171
|
|
27800
28172
|
.amis-scope .cxd-Card.is-checked .cxd-Card-fieldLabel {
|
@@ -27809,7 +28181,7 @@ readers do not read off random characters that represent icons */
|
|
27809
28181
|
.amis-scope .cxd-Card.is-modified,
|
27810
28182
|
.amis-scope .cxd-Card.is-moved {
|
27811
28183
|
background: #e8f0fe;
|
27812
|
-
border-color: #
|
28184
|
+
border-color: #2468f2;
|
27813
28185
|
color: #4285f4;
|
27814
28186
|
}
|
27815
28187
|
|
@@ -27817,7 +28189,7 @@ readers do not read off random characters that represent icons */
|
|
27817
28189
|
.amis-scope .cxd-Card.is-modified .cxd-Card-actions > a,
|
27818
28190
|
.amis-scope .cxd-Card.is-moved .cxd-Card-actions,
|
27819
28191
|
.amis-scope .cxd-Card.is-moved .cxd-Card-actions > a {
|
27820
|
-
border-color: #
|
28192
|
+
border-color: #2468f2;
|
27821
28193
|
color: #4285f4;
|
27822
28194
|
}
|
27823
28195
|
|
@@ -27868,7 +28240,7 @@ readers do not read off random characters that represent icons */
|
|
27868
28240
|
position: absolute;
|
27869
28241
|
pointer-events: none;
|
27870
28242
|
z-index: 1;
|
27871
|
-
border: 0.0625rem dashed #
|
28243
|
+
border: 0.0625rem dashed #2468f2;
|
27872
28244
|
}
|
27873
28245
|
|
27874
28246
|
.amis-scope .cxd-Field--quickEditable:hover .cxd-Field-quickEditBtn {
|
@@ -27962,7 +28334,7 @@ readers do not read off random characters that represent icons */
|
|
27962
28334
|
line-height: 10px;
|
27963
28335
|
color: #fff;
|
27964
28336
|
text-align: center;
|
27965
|
-
background: #
|
28337
|
+
background: #2468f2;
|
27966
28338
|
transition: width 0.2s ease;
|
27967
28339
|
}
|
27968
28340
|
|
@@ -28037,7 +28409,7 @@ readers do not read off random characters that represent icons */
|
|
28037
28409
|
}
|
28038
28410
|
|
28039
28411
|
.amis-scope .cxd-Field-copyBtn:hover {
|
28040
|
-
color: #
|
28412
|
+
color: #2468f2;
|
28041
28413
|
}
|
28042
28414
|
|
28043
28415
|
.amis-scope .cxd-Divider {
|
@@ -28086,7 +28458,7 @@ readers do not read off random characters that represent icons */
|
|
28086
28458
|
.amis-scope .cxd-Pagination > li > a:focus,
|
28087
28459
|
.amis-scope .cxd-Pagination > li > span:focus {
|
28088
28460
|
background: transparent;
|
28089
|
-
color: #
|
28461
|
+
color: #2468f2;
|
28090
28462
|
}
|
28091
28463
|
|
28092
28464
|
.amis-scope .cxd-Pagination > li.is-disabled > span,
|
@@ -28110,8 +28482,8 @@ readers do not read off random characters that represent icons */
|
|
28110
28482
|
.amis-scope .cxd-Pagination > li.is-active > a:focus,
|
28111
28483
|
.amis-scope .cxd-Pagination > li.is-active > span:focus {
|
28112
28484
|
background: #fff;
|
28113
|
-
color: #
|
28114
|
-
border: 0.0625rem solid #
|
28485
|
+
color: #2468f2;
|
28486
|
+
border: 0.0625rem solid #2468f2;
|
28115
28487
|
border-radius: 0.142rem;
|
28116
28488
|
}
|
28117
28489
|
|
@@ -28147,7 +28519,7 @@ readers do not read off random characters that represent icons */
|
|
28147
28519
|
.amis-scope .cxd-Pagination-inputGroup input:focus,
|
28148
28520
|
.amis-scope .cxd-Pagination-inputGroup input:hover {
|
28149
28521
|
outline: none;
|
28150
|
-
border: 0.0625rem solid #
|
28522
|
+
border: 0.0625rem solid #2468f2;
|
28151
28523
|
}
|
28152
28524
|
|
28153
28525
|
.amis-scope .cxd-PaginationWrapper-pager {
|
@@ -28249,7 +28621,7 @@ readers do not read off random characters that represent icons */
|
|
28249
28621
|
.amis-scope .cxd-StatusField .cxd-Status-icon.rolling::after {
|
28250
28622
|
content: "";
|
28251
28623
|
display: inline-block;
|
28252
|
-
border: 5px solid #
|
28624
|
+
border: 5px solid #2468f2;
|
28253
28625
|
border-radius: 500px;
|
28254
28626
|
position: absolute;
|
28255
28627
|
top: 0;
|
@@ -28685,7 +29057,7 @@ readers do not read off random characters that represent icons */
|
|
28685
29057
|
}
|
28686
29058
|
|
28687
29059
|
.amis-scope .cxd-ImageGallery-item.is-active {
|
28688
|
-
border: 1px solid #
|
29060
|
+
border: 1px solid #2468f2;
|
28689
29061
|
}
|
28690
29062
|
|
28691
29063
|
.amis-scope .cxd-ImageGallery-item.is-active:after {
|
@@ -28914,18 +29286,18 @@ readers do not read off random characters that represent icons */
|
|
28914
29286
|
outline: none;
|
28915
29287
|
background: transparent;
|
28916
29288
|
border: none;
|
28917
|
-
color: #
|
29289
|
+
color: #151a26;
|
28918
29290
|
width: 100%;
|
28919
29291
|
height: calc(1.4285714286 * 0.875rem);
|
28920
29292
|
}
|
28921
29293
|
|
28922
29294
|
.amis-scope .cxd-InputBox input::placeholder {
|
28923
|
-
color: #
|
29295
|
+
color: #b4b6ba;
|
28924
29296
|
user-select: none;
|
28925
29297
|
}
|
28926
29298
|
|
28927
29299
|
.amis-scope .cxd-InputBox:hover {
|
28928
|
-
border-color: #
|
29300
|
+
border-color: #2468f2;
|
28929
29301
|
}
|
28930
29302
|
|
28931
29303
|
.amis-scope .cxd-InputBox--inline {
|
@@ -28942,13 +29314,13 @@ readers do not read off random characters that represent icons */
|
|
28942
29314
|
}
|
28943
29315
|
|
28944
29316
|
.amis-scope .cxd-InputBox.is-focused {
|
28945
|
-
border-color: #
|
29317
|
+
border-color: #2468f2;
|
28946
29318
|
box-shadow: none;
|
28947
29319
|
background: #fff;
|
28948
29320
|
}
|
28949
29321
|
|
28950
29322
|
.amis-scope .cxd-InputBox.is-clickable:hover {
|
28951
|
-
border-color: #
|
29323
|
+
border-color: #2468f2;
|
28952
29324
|
box-shadow: none;
|
28953
29325
|
cursor: pointer;
|
28954
29326
|
}
|
@@ -28958,7 +29330,7 @@ readers do not read off random characters that represent icons */
|
|
28958
29330
|
}
|
28959
29331
|
|
28960
29332
|
.amis-scope .cxd-InputBox.is-disabled {
|
28961
|
-
color: #
|
29333
|
+
color: #b4b6ba;
|
28962
29334
|
background: #f5f5f5;
|
28963
29335
|
border-color: #ebebeb;
|
28964
29336
|
}
|
@@ -29020,18 +29392,18 @@ readers do not read off random characters that represent icons */
|
|
29020
29392
|
outline: none;
|
29021
29393
|
background: transparent;
|
29022
29394
|
border: none;
|
29023
|
-
color: #
|
29395
|
+
color: #151a26;
|
29024
29396
|
width: 100%;
|
29025
29397
|
height: calc(1.4285714286 * 0.875rem);
|
29026
29398
|
}
|
29027
29399
|
|
29028
29400
|
.amis-scope .cxd-ResultBox input::placeholder {
|
29029
|
-
color: #
|
29401
|
+
color: #b4b6ba;
|
29030
29402
|
user-select: none;
|
29031
29403
|
}
|
29032
29404
|
|
29033
29405
|
.amis-scope .cxd-ResultBox:hover {
|
29034
|
-
border-color: #
|
29406
|
+
border-color: #2468f2;
|
29035
29407
|
}
|
29036
29408
|
|
29037
29409
|
.amis-scope .cxd-ResultBox.is-error {
|
@@ -29043,7 +29415,7 @@ readers do not read off random characters that represent icons */
|
|
29043
29415
|
.amis-scope .cxd-ResultBox.is-active,
|
29044
29416
|
.amis-scope .cxd-ResultBox:focus {
|
29045
29417
|
outline: none;
|
29046
|
-
border-color: #
|
29418
|
+
border-color: #2468f2;
|
29047
29419
|
box-shadow: none;
|
29048
29420
|
background: #fff;
|
29049
29421
|
}
|
@@ -29053,7 +29425,7 @@ readers do not read off random characters that represent icons */
|
|
29053
29425
|
}
|
29054
29426
|
|
29055
29427
|
.amis-scope .cxd-ResultBox.is-clickable:not(.is-disabled):hover {
|
29056
|
-
border-color: #
|
29428
|
+
border-color: #2468f2;
|
29057
29429
|
box-shadow: none;
|
29058
29430
|
background: #fff;
|
29059
29431
|
}
|
@@ -29063,7 +29435,7 @@ readers do not read off random characters that represent icons */
|
|
29063
29435
|
}
|
29064
29436
|
|
29065
29437
|
.amis-scope .cxd-ResultBox.is-disabled {
|
29066
|
-
color: #
|
29438
|
+
color: #b4b6ba;
|
29067
29439
|
background: #f5f5f5;
|
29068
29440
|
border-color: #ebebeb;
|
29069
29441
|
pointer-events: none;
|
@@ -29162,7 +29534,7 @@ readers do not read off random characters that represent icons */
|
|
29162
29534
|
}
|
29163
29535
|
|
29164
29536
|
.amis-scope .cxd-ResultBox-placeholder {
|
29165
|
-
color: #
|
29537
|
+
color: #b4b6ba;
|
29166
29538
|
user-select: none;
|
29167
29539
|
margin-left: 8px;
|
29168
29540
|
}
|
@@ -29213,7 +29585,7 @@ readers do not read off random characters that represent icons */
|
|
29213
29585
|
.amis-scope .cxd-SearchBox-activeBtn:hover,
|
29214
29586
|
.amis-scope .cxd-SearchBox-searchBtn:hover,
|
29215
29587
|
.amis-scope .cxd-SearchBox-cancelBtn:hover {
|
29216
|
-
color: #
|
29588
|
+
color: #2468f2;
|
29217
29589
|
}
|
29218
29590
|
|
29219
29591
|
.amis-scope .cxd-SearchBox.is-disabled .cxd-SearchBox-activeBtn,
|
@@ -29227,13 +29599,13 @@ readers do not read off random characters that represent icons */
|
|
29227
29599
|
outline: none;
|
29228
29600
|
border: none;
|
29229
29601
|
background: transparent;
|
29230
|
-
color: #
|
29602
|
+
color: #151a26;
|
29231
29603
|
width: 0;
|
29232
29604
|
height: calc(1.4285714286 * 0.875rem);
|
29233
29605
|
}
|
29234
29606
|
|
29235
29607
|
.amis-scope .cxd-SearchBox > input::placeholder {
|
29236
|
-
color: #
|
29608
|
+
color: #b4b6ba;
|
29237
29609
|
user-select: none;
|
29238
29610
|
}
|
29239
29611
|
|
@@ -29246,7 +29618,7 @@ readers do not read off random characters that represent icons */
|
|
29246
29618
|
|
29247
29619
|
.amis-scope .cxd-ListMenu-groupLabel {
|
29248
29620
|
font-size: 0.6875rem;
|
29249
|
-
color: #
|
29621
|
+
color: #b4b6ba;
|
29250
29622
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem - 0.5rem ) / 2 ) 0 0 calc(0.625rem - 0.25rem);
|
29251
29623
|
}
|
29252
29624
|
|
@@ -29265,7 +29637,7 @@ readers do not read off random characters that represent icons */
|
|
29265
29637
|
}
|
29266
29638
|
|
29267
29639
|
.amis-scope .cxd-ListMenu-item.is-active {
|
29268
|
-
color: #
|
29640
|
+
color: #2468f2;
|
29269
29641
|
background: transparent;
|
29270
29642
|
}
|
29271
29643
|
|
@@ -29275,14 +29647,14 @@ readers do not read off random characters that represent icons */
|
|
29275
29647
|
}
|
29276
29648
|
|
29277
29649
|
.amis-scope .cxd-ListMenu-item.is-disabled {
|
29278
|
-
color: #
|
29650
|
+
color: #b4b6ba;
|
29279
29651
|
background: transparent;
|
29280
29652
|
}
|
29281
29653
|
|
29282
29654
|
.amis-scope .cxd-ListMenu-placeholder {
|
29283
29655
|
display: block;
|
29284
29656
|
min-height: 1.875rem;
|
29285
|
-
color: #
|
29657
|
+
color: #b4b6ba;
|
29286
29658
|
line-height: 1.4285714286;
|
29287
29659
|
font-size: 0.875rem;
|
29288
29660
|
cursor: pointer;
|
@@ -29290,7 +29662,7 @@ readers do not read off random characters that represent icons */
|
|
29290
29662
|
}
|
29291
29663
|
|
29292
29664
|
.amis-scope .cxd-PopOver > .cxd-ListMenu {
|
29293
|
-
border-color: #
|
29665
|
+
border-color: #2468f2;
|
29294
29666
|
}
|
29295
29667
|
|
29296
29668
|
.amis-scope .cxd-Log {
|
@@ -29477,13 +29849,13 @@ readers do not read off random characters that represent icons */
|
|
29477
29849
|
}
|
29478
29850
|
|
29479
29851
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-title.is-success:after {
|
29480
|
-
background-color: #
|
29852
|
+
background-color: #2468f2;
|
29481
29853
|
}
|
29482
29854
|
|
29483
29855
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-subTitle {
|
29484
29856
|
padding-left: 0.625rem;
|
29485
29857
|
font-size: 0.875rem;
|
29486
|
-
color: #
|
29858
|
+
color: #151a26;
|
29487
29859
|
}
|
29488
29860
|
|
29489
29861
|
.amis-scope .cxd-Steps .cxd-StepsItem-containerWrapper .cxd-StepsItem-body .cxd-StepsItem-description {
|
@@ -29555,9 +29927,9 @@ readers do not read off random characters that represent icons */
|
|
29555
29927
|
|
29556
29928
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon,
|
29557
29929
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-process .cxd-StepsItem-icon {
|
29558
|
-
background-color: #
|
29930
|
+
background-color: #2468f2;
|
29559
29931
|
color: #fff;
|
29560
|
-
border: 1px solid #
|
29932
|
+
border: 1px solid #2468f2;
|
29561
29933
|
}
|
29562
29934
|
|
29563
29935
|
.amis-scope fieldset.cxd-Collapse--lg,
|
@@ -29613,7 +29985,7 @@ readers do not read off random characters that represent icons */
|
|
29613
29985
|
padding: 0.25rem 0;
|
29614
29986
|
font-size: 0.875rem;
|
29615
29987
|
color: #333;
|
29616
|
-
border-left: #
|
29988
|
+
border-left: #2468f2 0.25rem solid;
|
29617
29989
|
line-height: 1.2;
|
29618
29990
|
margin: 0.75rem 0;
|
29619
29991
|
padding: 0 0 0 14px;
|
@@ -29709,6 +30081,10 @@ readers do not read off random characters that represent icons */
|
|
29709
30081
|
margin-bottom: 0.75rem;
|
29710
30082
|
}
|
29711
30083
|
|
30084
|
+
.amis-scope .cxd-Form-group:last-child {
|
30085
|
+
margin-bottom: 0;
|
30086
|
+
}
|
30087
|
+
|
29712
30088
|
.amis-scope .cxd-Form-value > .cxd-Form-group {
|
29713
30089
|
margin-bottom: 0.375rem;
|
29714
30090
|
}
|
@@ -30001,7 +30377,7 @@ readers do not read off random characters that represent icons */
|
|
30001
30377
|
.amis-scope .cxd-InputGroup.is-focused .cxd-TextControl-input,
|
30002
30378
|
.amis-scope .cxd-InputGroup.is-focused .cxd-Select,
|
30003
30379
|
.amis-scope .cxd-InputGroup.is-focused .cxd-InputGroup-btn .cxd-Button {
|
30004
|
-
border-color: #
|
30380
|
+
border-color: #2468f2;
|
30005
30381
|
}
|
30006
30382
|
|
30007
30383
|
.amis-scope .cxd-InputGroup.is-focused .cxd-Select {
|
@@ -30009,15 +30385,15 @@ readers do not read off random characters that represent icons */
|
|
30009
30385
|
}
|
30010
30386
|
|
30011
30387
|
.amis-scope .cxd-InputGroup.is-focused .cxd-Select {
|
30012
|
-
color: #
|
30388
|
+
color: #2468f2;
|
30013
30389
|
}
|
30014
30390
|
|
30015
30391
|
.amis-scope .cxd-InputGroup.is-focused .cxd-Select-arrow {
|
30016
|
-
color: #
|
30392
|
+
color: #2468f2;
|
30017
30393
|
}
|
30018
30394
|
|
30019
30395
|
.amis-scope .cxd-InputGroup.is-focused .cxd-InputGroup-addOn {
|
30020
|
-
color: #
|
30396
|
+
color: #2468f2;
|
30021
30397
|
}
|
30022
30398
|
|
30023
30399
|
.amis-scope .cxd-InputGroup:not(.is-inline) {
|
@@ -30057,18 +30433,18 @@ readers do not read off random characters that represent icons */
|
|
30057
30433
|
outline: none;
|
30058
30434
|
background: transparent;
|
30059
30435
|
border: none;
|
30060
|
-
color: #
|
30436
|
+
color: #151a26;
|
30061
30437
|
width: 100%;
|
30062
30438
|
height: calc(1.4285714286 * 0.875rem);
|
30063
30439
|
}
|
30064
30440
|
|
30065
30441
|
.amis-scope .cxd-TextControl-input input::placeholder {
|
30066
|
-
color: #
|
30442
|
+
color: #b4b6ba;
|
30067
30443
|
user-select: none;
|
30068
30444
|
}
|
30069
30445
|
|
30070
30446
|
.amis-scope .cxd-TextControl-input:hover {
|
30071
|
-
border-color: #
|
30447
|
+
border-color: #2468f2;
|
30072
30448
|
}
|
30073
30449
|
|
30074
30450
|
.amis-scope .cxd-TextControl-input--borderHalf {
|
@@ -30088,7 +30464,7 @@ readers do not read off random characters that represent icons */
|
|
30088
30464
|
}
|
30089
30465
|
|
30090
30466
|
.amis-scope .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
30091
|
-
border-color: #
|
30467
|
+
border-color: #2468f2;
|
30092
30468
|
box-shadow: none;
|
30093
30469
|
background: #fff;
|
30094
30470
|
transition: all 0.2s;
|
@@ -30099,7 +30475,7 @@ readers do not read off random characters that represent icons */
|
|
30099
30475
|
}
|
30100
30476
|
|
30101
30477
|
.amis-scope .cxd-TextControl.is-disabled > .cxd-TextControl-input {
|
30102
|
-
color: #
|
30478
|
+
color: #b4b6ba;
|
30103
30479
|
background: #f5f5f5;
|
30104
30480
|
border-color: #ebebeb;
|
30105
30481
|
transition: all 0.2s;
|
@@ -30140,7 +30516,7 @@ readers do not read off random characters that represent icons */
|
|
30140
30516
|
}
|
30141
30517
|
|
30142
30518
|
.amis-scope .cxd-TextControl-placeholder {
|
30143
|
-
color: #
|
30519
|
+
color: #b4b6ba;
|
30144
30520
|
user-select: none;
|
30145
30521
|
position: absolute;
|
30146
30522
|
left: 0.625rem;
|
@@ -30237,7 +30613,7 @@ readers do not read off random characters that represent icons */
|
|
30237
30613
|
}
|
30238
30614
|
|
30239
30615
|
.amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-button .cxd-Button {
|
30240
|
-
border-color: #
|
30616
|
+
border-color: #2468f2;
|
30241
30617
|
}
|
30242
30618
|
|
30243
30619
|
.amis-scope .cxd-TextControl--withAddOn.is-error > .cxd-TextControl-addOn {
|
@@ -30245,13 +30621,13 @@ readers do not read off random characters that represent icons */
|
|
30245
30621
|
}
|
30246
30622
|
|
30247
30623
|
.amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-addOn {
|
30248
|
-
border-color: #
|
30249
|
-
color: #
|
30624
|
+
border-color: #2468f2;
|
30625
|
+
color: #2468f2;
|
30250
30626
|
box-shadow: none;
|
30251
30627
|
}
|
30252
30628
|
|
30253
30629
|
.amis-scope .cxd-TextControl--withAddOn.is-disabled > .cxd-TextControl-addOn {
|
30254
|
-
color: #
|
30630
|
+
color: #b4b6ba;
|
30255
30631
|
}
|
30256
30632
|
|
30257
30633
|
.amis-scope .cxd-TextControl--withAddOn.is-inline {
|
@@ -30280,7 +30656,7 @@ readers do not read off random characters that represent icons */
|
|
30280
30656
|
position: absolute;
|
30281
30657
|
background: #fff;
|
30282
30658
|
color: #333;
|
30283
|
-
border: 0.0625rem solid #
|
30659
|
+
border: 0.0625rem solid #2468f2;
|
30284
30660
|
left: -0.0625rem;
|
30285
30661
|
right: -0.0625rem;
|
30286
30662
|
top: 100%;
|
@@ -30348,21 +30724,21 @@ readers do not read off random characters that represent icons */
|
|
30348
30724
|
white-space: nowrap;
|
30349
30725
|
line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
|
30350
30726
|
font-size: 0.75rem;
|
30351
|
-
color: #
|
30352
|
-
background: #
|
30353
|
-
border: 0.0625rem solid #
|
30727
|
+
color: #2468f2;
|
30728
|
+
background: #e4edfe;
|
30729
|
+
border: 0.0625rem solid #b3cbfc;
|
30354
30730
|
border-radius: 0.125rem;
|
30355
30731
|
margin: 2px 3px;
|
30356
30732
|
}
|
30357
30733
|
|
30358
30734
|
.amis-scope .cxd-TextControl-valueIcon {
|
30359
30735
|
cursor: pointer;
|
30360
|
-
border-right: 0.0625rem solid #
|
30736
|
+
border-right: 0.0625rem solid #b3cbfc;
|
30361
30737
|
padding: 1px 5px;
|
30362
30738
|
}
|
30363
30739
|
|
30364
30740
|
.amis-scope .cxd-TextControl-valueIcon:hover {
|
30365
|
-
background: #
|
30741
|
+
background: #ccdcfd;
|
30366
30742
|
}
|
30367
30743
|
|
30368
30744
|
.amis-scope .cxd-TextControl-input--multiple .cxd-TextControl-valueLabel {
|
@@ -30370,7 +30746,7 @@ readers do not read off random characters that represent icons */
|
|
30370
30746
|
}
|
30371
30747
|
|
30372
30748
|
.amis-scope .cxd-TextControl-counter {
|
30373
|
-
color: #
|
30749
|
+
color: #b4b6ba;
|
30374
30750
|
}
|
30375
30751
|
|
30376
30752
|
.amis-scope .has-error--maxLength .cxd-TextControl-counter {
|
@@ -30410,19 +30786,19 @@ readers do not read off random characters that represent icons */
|
|
30410
30786
|
}
|
30411
30787
|
|
30412
30788
|
.amis-scope .cxd-TextareaControl > textarea::placeholder {
|
30413
|
-
color: #
|
30789
|
+
color: #b4b6ba;
|
30414
30790
|
}
|
30415
30791
|
|
30416
30792
|
.amis-scope .cxd-TextareaControl > textarea:focus,
|
30417
30793
|
.amis-scope .cxd-TextareaControl.is-focused > textarea {
|
30418
|
-
border-color: #
|
30794
|
+
border-color: #2468f2;
|
30419
30795
|
box-shadow: none;
|
30420
30796
|
}
|
30421
30797
|
|
30422
30798
|
.amis-scope .cxd-TextareaControl.is-disabled > textarea,
|
30423
30799
|
.amis-scope .cxd-TextareaControl > textarea[disabled] {
|
30424
30800
|
background: #e5e7eb;
|
30425
|
-
color: #
|
30801
|
+
color: #b4b6ba;
|
30426
30802
|
}
|
30427
30803
|
|
30428
30804
|
.amis-scope .cxd-TextareaControl.is-error > textarea {
|
@@ -30469,7 +30845,7 @@ readers do not read off random characters that represent icons */
|
|
30469
30845
|
}
|
30470
30846
|
|
30471
30847
|
.amis-scope .cxd-Checkbox:hover input:not(:disabled) + i {
|
30472
|
-
border-color: #
|
30848
|
+
border-color: #2468f2;
|
30473
30849
|
}
|
30474
30850
|
|
30475
30851
|
.amis-scope .cxd-Checkbox > i {
|
@@ -30523,13 +30899,13 @@ readers do not read off random characters that represent icons */
|
|
30523
30899
|
}
|
30524
30900
|
|
30525
30901
|
.amis-scope .cxd-Checkbox--checkbox input:checked + i {
|
30526
|
-
border-color: #
|
30902
|
+
border-color: #2468f2;
|
30527
30903
|
}
|
30528
30904
|
|
30529
30905
|
.amis-scope .cxd-Checkbox--checkbox input:checked + i:before {
|
30530
30906
|
width: 0.5rem;
|
30531
30907
|
height: 0.5rem;
|
30532
|
-
background: #
|
30908
|
+
background: #2468f2;
|
30533
30909
|
}
|
30534
30910
|
|
30535
30911
|
.amis-scope .cxd-Checkbox--checkbox input[disabled] + i {
|
@@ -30545,7 +30921,7 @@ readers do not read off random characters that represent icons */
|
|
30545
30921
|
|
30546
30922
|
.amis-scope .cxd-Checkbox--checkbox input[disabled] + i + span {
|
30547
30923
|
cursor: not-allowed;
|
30548
|
-
color: #
|
30924
|
+
color: #b4b6ba;
|
30549
30925
|
}
|
30550
30926
|
|
30551
30927
|
.amis-scope .cxd-Checkbox--checkbox > i {
|
@@ -30561,8 +30937,8 @@ readers do not read off random characters that represent icons */
|
|
30561
30937
|
}
|
30562
30938
|
|
30563
30939
|
.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i {
|
30564
|
-
border-color: #
|
30565
|
-
background: #
|
30940
|
+
border-color: #2468f2;
|
30941
|
+
background: #2468f2;
|
30566
30942
|
}
|
30567
30943
|
|
30568
30944
|
.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i:before {
|
@@ -30613,29 +30989,29 @@ readers do not read off random characters that represent icons */
|
|
30613
30989
|
}
|
30614
30990
|
|
30615
30991
|
.amis-scope .cxd-Checkbox--radio input:checked + i {
|
30616
|
-
border-color: #
|
30992
|
+
border-color: #2468f2;
|
30617
30993
|
}
|
30618
30994
|
|
30619
30995
|
.amis-scope .cxd-Checkbox--radio input:checked + i:before {
|
30620
30996
|
width: 0.625rem;
|
30621
30997
|
height: 0.625rem;
|
30622
|
-
background: #
|
30998
|
+
background: #2468f2;
|
30623
30999
|
border-radius: 50%;
|
30624
31000
|
}
|
30625
31001
|
|
30626
31002
|
.amis-scope .cxd-Checkbox--radio input[disabled] + i {
|
30627
|
-
border-color: #
|
31003
|
+
border-color: #b4b6ba;
|
30628
31004
|
background: #e5e7eb;
|
30629
31005
|
cursor: not-allowed;
|
30630
31006
|
}
|
30631
31007
|
|
30632
31008
|
.amis-scope .cxd-Checkbox--radio input[disabled] + i:before {
|
30633
|
-
background: #
|
31009
|
+
background: #b4b6ba;
|
30634
31010
|
}
|
30635
31011
|
|
30636
31012
|
.amis-scope .cxd-Checkbox--radio input[disabled] + i + span {
|
30637
31013
|
cursor: not-allowed;
|
30638
|
-
color: #
|
31014
|
+
color: #b4b6ba;
|
30639
31015
|
}
|
30640
31016
|
|
30641
31017
|
.amis-scope .cxd-Checkbox--radio input:focus + i {
|
@@ -30682,7 +31058,7 @@ readers do not read off random characters that represent icons */
|
|
30682
31058
|
}
|
30683
31059
|
|
30684
31060
|
.amis-scope .cxd-Checkbox-desc {
|
30685
|
-
color: #
|
31061
|
+
color: #b4b6ba;
|
30686
31062
|
margin-left: 0.25rem;
|
30687
31063
|
margin-top: 0.25rem;
|
30688
31064
|
pointer-events: all;
|
@@ -30765,7 +31141,7 @@ readers do not read off random characters that represent icons */
|
|
30765
31141
|
.amis-scope .cxd-ListRadios-group > .cxd-ListRadios-itemLabel {
|
30766
31142
|
font-size: 0.75rem;
|
30767
31143
|
padding: 0.25rem 0.25rem;
|
30768
|
-
color: #
|
31144
|
+
color: #b4b6ba;
|
30769
31145
|
}
|
30770
31146
|
|
30771
31147
|
.amis-scope .cxd-ListCheckboxes-item,
|
@@ -30787,7 +31163,7 @@ readers do not read off random characters that represent icons */
|
|
30787
31163
|
|
30788
31164
|
.amis-scope .cxd-ListCheckboxes-item.is-active,
|
30789
31165
|
.amis-scope .cxd-ListRadios-item.is-active {
|
30790
|
-
color: #
|
31166
|
+
color: #2468f2;
|
30791
31167
|
background: transparent;
|
30792
31168
|
}
|
30793
31169
|
|
@@ -30799,7 +31175,7 @@ readers do not read off random characters that represent icons */
|
|
30799
31175
|
.amis-scope .cxd-ListCheckboxes-item.is-disabled,
|
30800
31176
|
.amis-scope .cxd-ListRadios-item.is-disabled {
|
30801
31177
|
pointer-events: none;
|
30802
|
-
color: #
|
31178
|
+
color: #b4b6ba;
|
30803
31179
|
}
|
30804
31180
|
|
30805
31181
|
.amis-scope .cxd-ListCheckboxes-group > .cxd-ListCheckboxes-items > .cxd-ListCheckboxes-item,
|
@@ -30829,7 +31205,7 @@ readers do not read off random characters that represent icons */
|
|
30829
31205
|
line-height: 1.4285714286;
|
30830
31206
|
font-size: 0.875rem;
|
30831
31207
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
30832
|
-
color: #
|
31208
|
+
color: #b4b6ba;
|
30833
31209
|
}
|
30834
31210
|
|
30835
31211
|
.amis-scope .cxd-TableCheckboxes .cxd-Table-content {
|
@@ -30961,13 +31337,13 @@ readers do not read off random characters that represent icons */
|
|
30961
31337
|
|
30962
31338
|
.amis-scope .cxd-TreeCheckboxes-itemInner.is-active,
|
30963
31339
|
.amis-scope .cxd-TreeRadios-itemInner.is-active {
|
30964
|
-
color: #
|
31340
|
+
color: #2468f2;
|
30965
31341
|
}
|
30966
31342
|
|
30967
31343
|
.amis-scope .cxd-TreeCheckboxes-itemInner.is-disabled,
|
30968
31344
|
.amis-scope .cxd-TreeRadios-itemInner.is-disabled {
|
30969
31345
|
pointer-events: none;
|
30970
|
-
color: #
|
31346
|
+
color: #b4b6ba;
|
30971
31347
|
}
|
30972
31348
|
|
30973
31349
|
.amis-scope .cxd-TreeCheckboxes-itemLabel,
|
@@ -30981,7 +31357,7 @@ readers do not read off random characters that represent icons */
|
|
30981
31357
|
line-height: 1.4285714286;
|
30982
31358
|
font-size: 0.875rem;
|
30983
31359
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
30984
|
-
color: #
|
31360
|
+
color: #b4b6ba;
|
30985
31361
|
}
|
30986
31362
|
|
30987
31363
|
.amis-scope .cxd-ChainedCheckboxes {
|
@@ -31001,7 +31377,7 @@ readers do not read off random characters that represent icons */
|
|
31001
31377
|
.amis-scope .cxd-ChainedCheckboxes-subTitle {
|
31002
31378
|
font-size: 0.75rem;
|
31003
31379
|
padding: 0.25rem 0.25rem;
|
31004
|
-
color: #
|
31380
|
+
color: #b4b6ba;
|
31005
31381
|
}
|
31006
31382
|
|
31007
31383
|
.amis-scope .cxd-ChainedCheckboxes-item {
|
@@ -31020,7 +31396,7 @@ readers do not read off random characters that represent icons */
|
|
31020
31396
|
}
|
31021
31397
|
|
31022
31398
|
.amis-scope .cxd-ChainedCheckboxes-item.is-active {
|
31023
|
-
color: #
|
31399
|
+
color: #2468f2;
|
31024
31400
|
background: transparent;
|
31025
31401
|
}
|
31026
31402
|
|
@@ -31030,7 +31406,7 @@ readers do not read off random characters that represent icons */
|
|
31030
31406
|
|
31031
31407
|
.amis-scope .cxd-ChainedCheckboxes-item.is-disabled {
|
31032
31408
|
pointer-events: none;
|
31033
|
-
color: #
|
31409
|
+
color: #b4b6ba;
|
31034
31410
|
}
|
31035
31411
|
|
31036
31412
|
.amis-scope .cxd-ChainedCheckboxes-itemLabel {
|
@@ -31042,7 +31418,7 @@ readers do not read off random characters that represent icons */
|
|
31042
31418
|
line-height: 1.4285714286;
|
31043
31419
|
font-size: 0.875rem;
|
31044
31420
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
31045
|
-
color: #
|
31421
|
+
color: #b4b6ba;
|
31046
31422
|
}
|
31047
31423
|
|
31048
31424
|
.amis-scope .cxd-AssociatedCheckboxes {
|
@@ -31064,7 +31440,7 @@ readers do not read off random characters that represent icons */
|
|
31064
31440
|
|
31065
31441
|
.amis-scope .cxd-AssociatedCheckboxes-reload {
|
31066
31442
|
text-align: center;
|
31067
|
-
color: #
|
31443
|
+
color: #2468f2;
|
31068
31444
|
margin: 20px 0 0;
|
31069
31445
|
}
|
31070
31446
|
|
@@ -31075,7 +31451,7 @@ readers do not read off random characters that represent icons */
|
|
31075
31451
|
.amis-scope .cxd-AssociatedCheckboxes-box {
|
31076
31452
|
line-height: 1.4285714286;
|
31077
31453
|
font-size: 0.75rem;
|
31078
|
-
color: #
|
31454
|
+
color: #b4b6ba;
|
31079
31455
|
flex-grow: 1;
|
31080
31456
|
display: flex;
|
31081
31457
|
flex-direction: column;
|
@@ -31087,7 +31463,7 @@ readers do not read off random characters that represent icons */
|
|
31087
31463
|
.amis-scope .cxd-AssociatedCheckboxes-box > p {
|
31088
31464
|
text-align: center;
|
31089
31465
|
margin: 10px 0 20px;
|
31090
|
-
color: #
|
31466
|
+
color: #b4b6ba;
|
31091
31467
|
}
|
31092
31468
|
|
31093
31469
|
.amis-scope .cxd-CityPicker .cxd-Select {
|
@@ -31111,12 +31487,12 @@ readers do not read off random characters that represent icons */
|
|
31111
31487
|
}
|
31112
31488
|
|
31113
31489
|
.amis-scope .cxd-CityPicker-input::placeholder {
|
31114
|
-
color: #
|
31490
|
+
color: #b4b6ba;
|
31115
31491
|
user-select: none;
|
31116
31492
|
}
|
31117
31493
|
|
31118
31494
|
.amis-scope .cxd-CityPicker-input:focus {
|
31119
|
-
border-color: #
|
31495
|
+
border-color: #2468f2;
|
31120
31496
|
box-shadow: none;
|
31121
31497
|
background: #fff;
|
31122
31498
|
}
|
@@ -31169,7 +31545,7 @@ readers do not read off random characters that represent icons */
|
|
31169
31545
|
}
|
31170
31546
|
|
31171
31547
|
.amis-scope .cxd-Switch.is-checked {
|
31172
|
-
background: #
|
31548
|
+
background: #2468f2;
|
31173
31549
|
}
|
31174
31550
|
|
31175
31551
|
.amis-scope .cxd-Switch.is-checked .slider::before {
|
@@ -31247,7 +31623,7 @@ readers do not read off random characters that represent icons */
|
|
31247
31623
|
}
|
31248
31624
|
|
31249
31625
|
.amis-scope .cxd-Number-focused {
|
31250
|
-
border-color: #
|
31626
|
+
border-color: #2468f2;
|
31251
31627
|
box-shadow: none;
|
31252
31628
|
}
|
31253
31629
|
|
@@ -31270,12 +31646,12 @@ readers do not read off random characters that represent icons */
|
|
31270
31646
|
}
|
31271
31647
|
|
31272
31648
|
.amis-scope .cxd-Number:hover {
|
31273
|
-
border-color: #
|
31649
|
+
border-color: #2468f2;
|
31274
31650
|
}
|
31275
31651
|
|
31276
31652
|
.amis-scope .cxd-Number:hover .cxd-Number-handler-up,
|
31277
31653
|
.amis-scope .cxd-Number:hover .cxd-Number-handler-wrap {
|
31278
|
-
border-color: #
|
31654
|
+
border-color: #2468f2;
|
31279
31655
|
}
|
31280
31656
|
|
31281
31657
|
.amis-scope .cxd-Number-disabled:hover {
|
@@ -31316,7 +31692,7 @@ readers do not read off random characters that represent icons */
|
|
31316
31692
|
|
31317
31693
|
.amis-scope .cxd-Number-handler:hover {
|
31318
31694
|
background: #fff;
|
31319
|
-
color: #
|
31695
|
+
color: #2468f2;
|
31320
31696
|
}
|
31321
31697
|
|
31322
31698
|
.amis-scope .cxd-Number-handler:hover:active {
|
@@ -31370,7 +31746,7 @@ readers do not read off random characters that represent icons */
|
|
31370
31746
|
}
|
31371
31747
|
|
31372
31748
|
.amis-scope .cxd-Number-disabled .cxd-Number-handler:hover {
|
31373
|
-
color: #
|
31749
|
+
color: #b4b6ba;
|
31374
31750
|
border-color: #ccc;
|
31375
31751
|
}
|
31376
31752
|
|
@@ -31383,6 +31759,18 @@ readers do not read off random characters that represent icons */
|
|
31383
31759
|
border-left: none;
|
31384
31760
|
}
|
31385
31761
|
|
31762
|
+
.amis-scope .cxd-NumberControl--withUnit {
|
31763
|
+
display: flex;
|
31764
|
+
}
|
31765
|
+
|
31766
|
+
.amis-scope .cxd-NumberControl--withUnit .cxd-Number {
|
31767
|
+
flex-grow: 1;
|
31768
|
+
}
|
31769
|
+
|
31770
|
+
.amis-scope .cxd-NumberControl--withUnit .cxd-Select {
|
31771
|
+
border-left: 0;
|
31772
|
+
}
|
31773
|
+
|
31386
31774
|
.amis-scope .cxd-Select {
|
31387
31775
|
display: inline-flex;
|
31388
31776
|
vertical-align: middle;
|
@@ -31401,15 +31789,15 @@ readers do not read off random characters that represent icons */
|
|
31401
31789
|
|
31402
31790
|
.amis-scope .cxd-Select:hover {
|
31403
31791
|
background: #fff;
|
31404
|
-
border-color: #
|
31792
|
+
border-color: #2468f2;
|
31405
31793
|
}
|
31406
31794
|
|
31407
31795
|
.amis-scope .cxd-Select:hover .cxd-Select-arrow:before {
|
31408
|
-
color: #
|
31796
|
+
color: #2468f2;
|
31409
31797
|
}
|
31410
31798
|
|
31411
31799
|
.amis-scope .cxd-Select.is-disabled {
|
31412
|
-
color: #
|
31800
|
+
color: #b4b6ba;
|
31413
31801
|
background: #f5f5f5;
|
31414
31802
|
border-color: #ebebeb;
|
31415
31803
|
}
|
@@ -31485,9 +31873,9 @@ readers do not read off random characters that represent icons */
|
|
31485
31873
|
display: inline-block;
|
31486
31874
|
vertical-align: middle;
|
31487
31875
|
font-size: 0.75rem;
|
31488
|
-
color: #
|
31489
|
-
background: #
|
31490
|
-
border: 0.0625rem solid #
|
31876
|
+
color: #2468f2;
|
31877
|
+
background: #e4edfe;
|
31878
|
+
border: 0.0625rem solid #b3cbfc;
|
31491
31879
|
border-radius: 0.125rem;
|
31492
31880
|
margin-right: 0.25rem;
|
31493
31881
|
margin-bottom: 0.25rem;
|
@@ -31499,19 +31887,19 @@ readers do not read off random characters that represent icons */
|
|
31499
31887
|
|
31500
31888
|
.amis-scope .cxd-Select-valueIcon {
|
31501
31889
|
cursor: pointer;
|
31502
|
-
border-right: 0.0625rem solid #
|
31890
|
+
border-right: 0.0625rem solid #b3cbfc;
|
31503
31891
|
padding: 1px 5px;
|
31504
31892
|
}
|
31505
31893
|
|
31506
31894
|
.amis-scope .cxd-Select-valueIcon:hover {
|
31507
|
-
background: #
|
31895
|
+
background: #ccdcfd;
|
31508
31896
|
}
|
31509
31897
|
|
31510
31898
|
.amis-scope .cxd-Select-valueIcon.is-disabled {
|
31511
31899
|
pointer-events: none;
|
31512
31900
|
display: none;
|
31513
31901
|
cursor: not-allowed;
|
31514
|
-
background: #
|
31902
|
+
background: #fdfdff;
|
31515
31903
|
}
|
31516
31904
|
|
31517
31905
|
.amis-scope .cxd-Select-arrow {
|
@@ -31588,7 +31976,7 @@ readers do not read off random characters that represent icons */
|
|
31588
31976
|
}
|
31589
31977
|
|
31590
31978
|
.amis-scope .cxd-Select-option.is-active {
|
31591
|
-
color: #
|
31979
|
+
color: #2468f2;
|
31592
31980
|
background: transparent;
|
31593
31981
|
}
|
31594
31982
|
|
@@ -31598,12 +31986,12 @@ readers do not read off random characters that represent icons */
|
|
31598
31986
|
}
|
31599
31987
|
|
31600
31988
|
.amis-scope .cxd-Select-option.is-disabled {
|
31601
|
-
color: #
|
31989
|
+
color: #b4b6ba;
|
31602
31990
|
background: transparent;
|
31603
31991
|
}
|
31604
31992
|
|
31605
31993
|
.amis-scope .cxd-Select-option--placeholder {
|
31606
|
-
color: #
|
31994
|
+
color: #b4b6ba;
|
31607
31995
|
}
|
31608
31996
|
|
31609
31997
|
.amis-scope .cxd-Select-option > label {
|
@@ -31650,7 +32038,7 @@ readers do not read off random characters that represent icons */
|
|
31650
32038
|
|
31651
32039
|
.amis-scope .cxd-Select.is-focused,
|
31652
32040
|
.amis-scope .cxd-Select.is-opened {
|
31653
|
-
border-color: #
|
32041
|
+
border-color: #2468f2;
|
31654
32042
|
color: #000;
|
31655
32043
|
}
|
31656
32044
|
|
@@ -31683,7 +32071,7 @@ readers do not read off random characters that represent icons */
|
|
31683
32071
|
margin-top: calc(0 * -1);
|
31684
32072
|
background: #fff;
|
31685
32073
|
color: #333;
|
31686
|
-
border: 0 solid #
|
32074
|
+
border: 0 solid #2468f2;
|
31687
32075
|
box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
|
31688
32076
|
border-top-left-radius: 0;
|
31689
32077
|
border-top-right-radius: 0;
|
@@ -31737,7 +32125,7 @@ readers do not read off random characters that represent icons */
|
|
31737
32125
|
}
|
31738
32126
|
|
31739
32127
|
.amis-scope .cxd-Selections-placeholder {
|
31740
|
-
color: #
|
32128
|
+
color: #b4b6ba;
|
31741
32129
|
text-align: center;
|
31742
32130
|
width: 100%;
|
31743
32131
|
flex-basis: 1.875rem;
|
@@ -31784,7 +32172,7 @@ readers do not read off random characters that represent icons */
|
|
31784
32172
|
}
|
31785
32173
|
|
31786
32174
|
.amis-scope .cxd-Selections-delBtn:hover {
|
31787
|
-
color: #
|
32175
|
+
color: #2468f2;
|
31788
32176
|
}
|
31789
32177
|
|
31790
32178
|
.amis-scope .cxd-Selections-delBtn > svg {
|
@@ -31811,7 +32199,7 @@ readers do not read off random characters that represent icons */
|
|
31811
32199
|
border: 0.0625rem solid #ccc;
|
31812
32200
|
background: #fff;
|
31813
32201
|
padding: 0.375rem 0.625rem;
|
31814
|
-
color: #
|
32202
|
+
color: #151a26;
|
31815
32203
|
transition: none;
|
31816
32204
|
max-width: calc(12.5rem + 2 * 0.625rem);
|
31817
32205
|
}
|
@@ -31821,24 +32209,24 @@ readers do not read off random characters that represent icons */
|
|
31821
32209
|
}
|
31822
32210
|
|
31823
32211
|
.amis-scope .cxd-ListControl-item .b-inherit {
|
31824
|
-
border-color: #
|
32212
|
+
border-color: #151a26;
|
31825
32213
|
}
|
31826
32214
|
|
31827
32215
|
.amis-scope .cxd-ListControl-item:hover {
|
31828
32216
|
background: #fff;
|
31829
|
-
border-color: #
|
31830
|
-
color: #
|
32217
|
+
border-color: #2468f2;
|
32218
|
+
color: #2468f2;
|
31831
32219
|
}
|
31832
32220
|
|
31833
32221
|
.amis-scope .cxd-ListControl-item:hover .b-inherit {
|
31834
|
-
border-color: #
|
32222
|
+
border-color: #2468f2;
|
31835
32223
|
}
|
31836
32224
|
|
31837
32225
|
.amis-scope .cxd-ListControl-item:hover:active,
|
31838
32226
|
.amis-scope .cxd-ListControl-item.is-active {
|
31839
32227
|
background: #fff;
|
31840
|
-
border-color: #
|
31841
|
-
color: #
|
32228
|
+
border-color: #2468f2;
|
32229
|
+
color: #2468f2;
|
31842
32230
|
}
|
31843
32231
|
|
31844
32232
|
.amis-scope .cxd-ListControl-item:hover:active:hover,
|
@@ -31848,7 +32236,7 @@ readers do not read off random characters that represent icons */
|
|
31848
32236
|
|
31849
32237
|
.amis-scope .cxd-ListControl-item:hover:active .b-inherit,
|
31850
32238
|
.amis-scope .cxd-ListControl-item.is-active .b-inherit {
|
31851
|
-
border-color: #
|
32239
|
+
border-color: #2468f2;
|
31852
32240
|
}
|
31853
32241
|
|
31854
32242
|
.amis-scope .cxd-ListControl-item:hover:active:before,
|
@@ -31857,7 +32245,7 @@ readers do not read off random characters that represent icons */
|
|
31857
32245
|
position: absolute;
|
31858
32246
|
width: 0.875rem;
|
31859
32247
|
height: 0.875rem;
|
31860
|
-
background: #
|
32248
|
+
background: #2468f2;
|
31861
32249
|
right: 0;
|
31862
32250
|
bottom: 0;
|
31863
32251
|
}
|
@@ -31910,7 +32298,7 @@ readers do not read off random characters that represent icons */
|
|
31910
32298
|
}
|
31911
32299
|
|
31912
32300
|
.amis-scope .cxd-ListControl-placeholder {
|
31913
|
-
color: #
|
32301
|
+
color: #b4b6ba;
|
31914
32302
|
}
|
31915
32303
|
|
31916
32304
|
.amis-scope .cxd-LocationPicker {
|
@@ -31938,16 +32326,16 @@ readers do not read off random characters that represent icons */
|
|
31938
32326
|
|
31939
32327
|
.amis-scope .cxd-LocationPicker:not(.is-disabled):hover {
|
31940
32328
|
background: #fff;
|
31941
|
-
border-color: #
|
32329
|
+
border-color: #2468f2;
|
31942
32330
|
}
|
31943
32331
|
|
31944
32332
|
.amis-scope .cxd-LocationPicker:not(.is-disabled):hover .cxd-DatePicker-toggler:before {
|
31945
|
-
color: #
|
32333
|
+
color: #2468f2;
|
31946
32334
|
}
|
31947
32335
|
|
31948
32336
|
.amis-scope .cxd-LocationPicker.is-focused,
|
31949
32337
|
.amis-scope .cxd-LocationPicker.is-active {
|
31950
|
-
border-color: #
|
32338
|
+
border-color: #2468f2;
|
31951
32339
|
box-shadow: none;
|
31952
32340
|
}
|
31953
32341
|
|
@@ -31956,7 +32344,7 @@ readers do not read off random characters that represent icons */
|
|
31956
32344
|
}
|
31957
32345
|
|
31958
32346
|
.amis-scope .cxd-LocationPicker.is-disabled > cxd-LocationPicker-input {
|
31959
|
-
color: #
|
32347
|
+
color: #b4b6ba;
|
31960
32348
|
}
|
31961
32349
|
|
31962
32350
|
.amis-scope .cxd-LocationPicker-placeholder {
|
@@ -31979,7 +32367,7 @@ readers do not read off random characters that represent icons */
|
|
31979
32367
|
}
|
31980
32368
|
|
31981
32369
|
.amis-scope .cxd-LocationPicker-toggler:hover {
|
31982
|
-
color: #
|
32370
|
+
color: #2468f2;
|
31983
32371
|
}
|
31984
32372
|
|
31985
32373
|
.amis-scope .cxd-LocationPicker-clear {
|
@@ -32019,7 +32407,7 @@ readers do not read off random characters that represent icons */
|
|
32019
32407
|
width: 100%;
|
32020
32408
|
max-width: 100%;
|
32021
32409
|
margin-top: -1px;
|
32022
|
-
border-color: #
|
32410
|
+
border-color: #2468f2;
|
32023
32411
|
}
|
32024
32412
|
|
32025
32413
|
.amis-scope .cxd-MapPicker-search {
|
@@ -32059,7 +32447,7 @@ readers do not read off random characters that represent icons */
|
|
32059
32447
|
}
|
32060
32448
|
|
32061
32449
|
.amis-scope .cxd-MapPicker-sugItem:hover {
|
32062
|
-
color: #
|
32450
|
+
color: #2468f2;
|
32063
32451
|
background: transparent;
|
32064
32452
|
}
|
32065
32453
|
|
@@ -32093,7 +32481,7 @@ readers do not read off random characters that represent icons */
|
|
32093
32481
|
|
32094
32482
|
.amis-scope .cxd-ColorPicker:not(.is-disabled):hover {
|
32095
32483
|
background: #fff;
|
32096
|
-
border-color: #
|
32484
|
+
border-color: #2468f2;
|
32097
32485
|
}
|
32098
32486
|
|
32099
32487
|
.amis-scope .cxd-ColorPicker-input {
|
@@ -32113,7 +32501,7 @@ readers do not read off random characters that represent icons */
|
|
32113
32501
|
}
|
32114
32502
|
|
32115
32503
|
.amis-scope .cxd-ColorPicker.is-focused {
|
32116
|
-
border-color: #
|
32504
|
+
border-color: #2468f2;
|
32117
32505
|
box-shadow: none;
|
32118
32506
|
}
|
32119
32507
|
|
@@ -32212,15 +32600,15 @@ readers do not read off random characters that represent icons */
|
|
32212
32600
|
|
32213
32601
|
.amis-scope .cxd-DatePicker:not(.is-disabled):hover {
|
32214
32602
|
background: #fff;
|
32215
|
-
border-color: #
|
32603
|
+
border-color: #2468f2;
|
32216
32604
|
}
|
32217
32605
|
|
32218
32606
|
.amis-scope .cxd-DatePicker:not(.is-disabled):hover .cxd-DatePicker-toggler:before {
|
32219
|
-
color: #
|
32607
|
+
color: #2468f2;
|
32220
32608
|
}
|
32221
32609
|
|
32222
32610
|
.amis-scope .cxd-DatePicker.is-focused {
|
32223
|
-
border-color: #
|
32611
|
+
border-color: #2468f2;
|
32224
32612
|
box-shadow: none;
|
32225
32613
|
}
|
32226
32614
|
|
@@ -32229,7 +32617,7 @@ readers do not read off random characters that represent icons */
|
|
32229
32617
|
}
|
32230
32618
|
|
32231
32619
|
.amis-scope .cxd-DatePicker.is-disabled > .cxd-DatePicker-input {
|
32232
|
-
color: #
|
32620
|
+
color: #b4b6ba;
|
32233
32621
|
}
|
32234
32622
|
|
32235
32623
|
.amis-scope .cxd-DatePicker-placeholder {
|
@@ -32253,7 +32641,7 @@ readers do not read off random characters that represent icons */
|
|
32253
32641
|
}
|
32254
32642
|
|
32255
32643
|
.amis-scope .cxd-DatePicker-toggler:hover {
|
32256
|
-
color: #
|
32644
|
+
color: #2468f2;
|
32257
32645
|
}
|
32258
32646
|
|
32259
32647
|
.amis-scope .cxd-DatePicker-clear {
|
@@ -32303,12 +32691,12 @@ readers do not read off random characters that represent icons */
|
|
32303
32691
|
.amis-scope .cxd-DatePicker-shortcut a {
|
32304
32692
|
font-size: 0.875rem;
|
32305
32693
|
cursor: pointer;
|
32306
|
-
color: #
|
32694
|
+
color: #2468f2;
|
32307
32695
|
text-decoration: none;
|
32308
32696
|
}
|
32309
32697
|
|
32310
32698
|
.amis-scope .cxd-DatePicker-shortcut a:hover {
|
32311
|
-
color: #
|
32699
|
+
color: #0b46be;
|
32312
32700
|
text-decoration: none;
|
32313
32701
|
}
|
32314
32702
|
|
@@ -32324,7 +32712,7 @@ readers do not read off random characters that represent icons */
|
|
32324
32712
|
.amis-scope .rdt {
|
32325
32713
|
user-select: none;
|
32326
32714
|
font-size: 0.875rem;
|
32327
|
-
color: #
|
32715
|
+
color: #151a26;
|
32328
32716
|
}
|
32329
32717
|
|
32330
32718
|
.amis-scope .rdt .rdtPicker {
|
@@ -32356,11 +32744,11 @@ readers do not read off random characters that represent icons */
|
|
32356
32744
|
}
|
32357
32745
|
|
32358
32746
|
.amis-scope .rdt .rdtPicker td.rdtBetween {
|
32359
|
-
background: rgba(
|
32747
|
+
background: rgba(36, 104, 242, 0.1);
|
32360
32748
|
}
|
32361
32749
|
|
32362
32750
|
.amis-scope .rdt .rdtPicker td.rdtToday:before {
|
32363
|
-
border-bottom-color: #
|
32751
|
+
border-bottom-color: #2468f2;
|
32364
32752
|
}
|
32365
32753
|
|
32366
32754
|
.amis-scope .rdt .rdtPicker td.rdtActive.rdtToday:before {
|
@@ -32369,7 +32757,7 @@ readers do not read off random characters that represent icons */
|
|
32369
32757
|
|
32370
32758
|
.amis-scope .rdt .rdtPicker td.rdtActive,
|
32371
32759
|
.amis-scope .rdt .rdtPicker td.rdtActive:hover {
|
32372
|
-
background: #
|
32760
|
+
background: #2468f2;
|
32373
32761
|
}
|
32374
32762
|
|
32375
32763
|
.amis-scope .rdt .rdtPicker td.rdtDisabled,
|
@@ -32417,7 +32805,7 @@ readers do not read off random characters that represent icons */
|
|
32417
32805
|
position: absolute;
|
32418
32806
|
background: #fff;
|
32419
32807
|
color: #333;
|
32420
|
-
border: 0.0625rem solid #
|
32808
|
+
border: 0.0625rem solid #2468f2;
|
32421
32809
|
left: -0.0625rem;
|
32422
32810
|
right: -0.0625rem;
|
32423
32811
|
top: 100%;
|
@@ -32440,7 +32828,7 @@ readers do not read off random characters that represent icons */
|
|
32440
32828
|
outline: none;
|
32441
32829
|
width: 40px;
|
32442
32830
|
font-size: 0.875rem;
|
32443
|
-
color: #
|
32831
|
+
color: #2468f2;
|
32444
32832
|
border: 1px solid #eceff8;
|
32445
32833
|
border-radius: 0;
|
32446
32834
|
height: 1.875rem;
|
@@ -32455,7 +32843,7 @@ readers do not read off random characters that represent icons */
|
|
32455
32843
|
}
|
32456
32844
|
|
32457
32845
|
.amis-scope .cxd-CalendarInput:focus {
|
32458
|
-
border-color: #
|
32846
|
+
border-color: #2468f2;
|
32459
32847
|
box-shadow: none;
|
32460
32848
|
}
|
32461
32849
|
|
@@ -32472,11 +32860,11 @@ readers do not read off random characters that represent icons */
|
|
32472
32860
|
align-items: center;
|
32473
32861
|
height: 25px;
|
32474
32862
|
text-align: center;
|
32475
|
-
color: #
|
32863
|
+
color: #2468f2;
|
32476
32864
|
}
|
32477
32865
|
|
32478
32866
|
.amis-scope .cxd-CalendarCounter-btn:hover {
|
32479
|
-
color: #
|
32867
|
+
color: #1C53C1;
|
32480
32868
|
}
|
32481
32869
|
|
32482
32870
|
.amis-scope .cxd-CalendarCounter-btn > svg {
|
@@ -32523,13 +32911,13 @@ readers do not read off random characters that represent icons */
|
|
32523
32911
|
cursor: pointer;
|
32524
32912
|
text-decoration: none;
|
32525
32913
|
font-size: 0.75rem;
|
32526
|
-
border: 1px solid #
|
32914
|
+
border: 1px solid #2468f2;
|
32527
32915
|
color: #fff;
|
32528
|
-
background: #
|
32529
|
-
border-color: #
|
32916
|
+
background: #2468f2;
|
32917
|
+
border-color: #2468f2;
|
32530
32918
|
box-shadow: none;
|
32531
32919
|
text-shadow: none;
|
32532
|
-
border-radius: 0;
|
32920
|
+
border-radius: 0.142rem;
|
32533
32921
|
}
|
32534
32922
|
|
32535
32923
|
.amis-scope .rdtBtn:hover {
|
@@ -32549,8 +32937,14 @@ readers do not read off random characters that represent icons */
|
|
32549
32937
|
|
32550
32938
|
.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover {
|
32551
32939
|
color: #fff;
|
32552
|
-
background: #
|
32553
|
-
border-color: #
|
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;
|
32554
32948
|
}
|
32555
32949
|
|
32556
32950
|
.amis-scope .rdtBtn:hover:focus {
|
@@ -32562,7 +32956,7 @@ readers do not read off random characters that represent icons */
|
|
32562
32956
|
}
|
32563
32957
|
|
32564
32958
|
.amis-scope .rdtBtnCancel {
|
32565
|
-
color: #
|
32959
|
+
color: #151a26;
|
32566
32960
|
background: #eaf6fe;
|
32567
32961
|
border-color: #cccccc;
|
32568
32962
|
box-shadow: none;
|
@@ -32570,9 +32964,15 @@ readers do not read off random characters that represent icons */
|
|
32570
32964
|
}
|
32571
32965
|
|
32572
32966
|
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
|
32573
|
-
color: #
|
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;
|
32574
32974
|
background: #fff;
|
32575
|
-
border-color: #
|
32975
|
+
border-color: #1C53C1;
|
32576
32976
|
}
|
32577
32977
|
|
32578
32978
|
.amis-scope .rdtBtnCancel:hover:focus {
|
@@ -32613,7 +33013,7 @@ readers do not read off random characters that represent icons */
|
|
32613
33013
|
}
|
32614
33014
|
|
32615
33015
|
.amis-scope .rdtSwitch:hover {
|
32616
|
-
color: #
|
33016
|
+
color: #0d54e2;
|
32617
33017
|
text-decoration: none;
|
32618
33018
|
}
|
32619
33019
|
|
@@ -32657,7 +33057,7 @@ readers do not read off random characters that represent icons */
|
|
32657
33057
|
.amis-scope td.rdtMonth.rdtBetween > span,
|
32658
33058
|
.amis-scope td.rdtYear.rdtBetween > span,
|
32659
33059
|
.amis-scope td.rdtQuarter.rdtBetween > span {
|
32660
|
-
background: rgba(
|
33060
|
+
background: rgba(36, 104, 242, 0.1);
|
32661
33061
|
}
|
32662
33062
|
|
32663
33063
|
.amis-scope td.rdtMonth:hover,
|
@@ -32675,7 +33075,7 @@ readers do not read off random characters that represent icons */
|
|
32675
33075
|
.amis-scope td.rdtYear.rdtActive > span,
|
32676
33076
|
.amis-scope td.rdtQuarter:hover > span,
|
32677
33077
|
.amis-scope td.rdtQuarter.rdtActive > span {
|
32678
|
-
background: #
|
33078
|
+
background: #2468f2;
|
32679
33079
|
color: #fff;
|
32680
33080
|
}
|
32681
33081
|
|
@@ -32733,15 +33133,15 @@ readers do not read off random characters that represent icons */
|
|
32733
33133
|
|
32734
33134
|
.amis-scope .cxd-DateRangePicker:not(.is-disabled):hover {
|
32735
33135
|
background: #fff;
|
32736
|
-
border-color: #
|
33136
|
+
border-color: #2468f2;
|
32737
33137
|
}
|
32738
33138
|
|
32739
33139
|
.amis-scope .cxd-DateRangePicker:not(.is-disabled):hover .cxd-DateRangePicker-toggler {
|
32740
|
-
color: #
|
33140
|
+
color: #2468f2;
|
32741
33141
|
}
|
32742
33142
|
|
32743
33143
|
.amis-scope .cxd-DateRangePicker.is-focused {
|
32744
|
-
border-color: #
|
33144
|
+
border-color: #2468f2;
|
32745
33145
|
box-shadow: none;
|
32746
33146
|
}
|
32747
33147
|
|
@@ -32750,7 +33150,7 @@ readers do not read off random characters that represent icons */
|
|
32750
33150
|
}
|
32751
33151
|
|
32752
33152
|
.amis-scope .cxd-DateRangePicker.is-disabled > .cxd-DateRangePicker-input {
|
32753
|
-
color: #
|
33153
|
+
color: #b4b6ba;
|
32754
33154
|
}
|
32755
33155
|
|
32756
33156
|
.amis-scope .cxd-DateRangePicker-placeholder {
|
@@ -32773,7 +33173,7 @@ readers do not read off random characters that represent icons */
|
|
32773
33173
|
}
|
32774
33174
|
|
32775
33175
|
.amis-scope .cxd-DateRangePicker-toggler:hover {
|
32776
|
-
color: #
|
33176
|
+
color: #2468f2;
|
32777
33177
|
}
|
32778
33178
|
|
32779
33179
|
.amis-scope .cxd-DateRangePicker-clear {
|
@@ -32898,9 +33298,15 @@ readers do not read off random characters that represent icons */
|
|
32898
33298
|
}
|
32899
33299
|
|
32900
33300
|
.amis-scope .cxd-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
|
32901
|
-
color: #
|
33301
|
+
color: #2468f2;
|
32902
33302
|
background: #fff;
|
32903
|
-
border-color: #
|
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;
|
32904
33310
|
}
|
32905
33311
|
|
32906
33312
|
.amis-scope .cxd-ImageControl-addBtn:hover:focus {
|
@@ -32941,9 +33347,9 @@ readers do not read off random characters that represent icons */
|
|
32941
33347
|
}
|
32942
33348
|
|
32943
33349
|
.amis-scope .cxd-ImageControl-dropzone:focus .cxd-ImageControl-addBtn {
|
32944
|
-
border-color: #
|
33350
|
+
border-color: #2468f2;
|
32945
33351
|
background: #fff;
|
32946
|
-
color: #
|
33352
|
+
color: #2468f2;
|
32947
33353
|
}
|
32948
33354
|
|
32949
33355
|
.amis-scope .cxd-ImageControl-item {
|
@@ -33006,7 +33412,7 @@ readers do not read off random characters that represent icons */
|
|
33006
33412
|
.amis-scope .cxd-ImageControl-progressValue {
|
33007
33413
|
height: 5px;
|
33008
33414
|
display: block;
|
33009
|
-
background: #
|
33415
|
+
background: #2468f2;
|
33010
33416
|
min-width: 10%;
|
33011
33417
|
transition: ease-out width 0.2s;
|
33012
33418
|
}
|
@@ -33091,7 +33497,7 @@ readers do not read off random characters that represent icons */
|
|
33091
33497
|
height: 120px;
|
33092
33498
|
color: #999;
|
33093
33499
|
border: 2px dashed #eceff8;
|
33094
|
-
border-color: #
|
33500
|
+
border-color: #2468f2;
|
33095
33501
|
background: #f3f9fe;
|
33096
33502
|
border-radius: 0.142rem;
|
33097
33503
|
line-height: 120px;
|
@@ -33231,7 +33637,7 @@ readers do not read off random characters that represent icons */
|
|
33231
33637
|
|
33232
33638
|
.amis-scope .cxd-FileControl-progress > span {
|
33233
33639
|
display: block;
|
33234
|
-
background: #
|
33640
|
+
background: #2468f2;
|
33235
33641
|
height: 100%;
|
33236
33642
|
min-width: 10%;
|
33237
33643
|
transition: ease-out width 0.2s;
|
@@ -33240,7 +33646,7 @@ readers do not read off random characters that represent icons */
|
|
33240
33646
|
.amis-scope .cxd-FileControl-acceptTip {
|
33241
33647
|
height: 120px;
|
33242
33648
|
color: #999;
|
33243
|
-
border: 2px dashed #
|
33649
|
+
border: 2px dashed #2468f2;
|
33244
33650
|
border-radius: 0.142rem;
|
33245
33651
|
background: #f3f9fe;
|
33246
33652
|
line-height: 120px;
|
@@ -33287,7 +33693,7 @@ readers do not read off random characters that represent icons */
|
|
33287
33693
|
}
|
33288
33694
|
|
33289
33695
|
.amis-scope .cxd-ExcelControl-dropzone:focus {
|
33290
|
-
border-color: #
|
33696
|
+
border-color: #2468f2;
|
33291
33697
|
}
|
33292
33698
|
|
33293
33699
|
.amis-scope .cxd-ExcelControl-dropzone.disabled {
|
@@ -33314,7 +33720,7 @@ readers do not read off random characters that represent icons */
|
|
33314
33720
|
}
|
33315
33721
|
|
33316
33722
|
.amis-scope .cxd-EditorControl.is-focused {
|
33317
|
-
border-color: #
|
33723
|
+
border-color: #2468f2;
|
33318
33724
|
}
|
33319
33725
|
|
33320
33726
|
.amis-scope .cxd-EditorControl .cxd-MonacoEditor {
|
@@ -33339,7 +33745,7 @@ readers do not read off random characters that represent icons */
|
|
33339
33745
|
|
33340
33746
|
.amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen {
|
33341
33747
|
cursor: pointer;
|
33342
|
-
color: #
|
33748
|
+
color: #b4b6ba;
|
33343
33749
|
line-height: inherit;
|
33344
33750
|
text-decoration: none;
|
33345
33751
|
text-align: center;
|
@@ -33347,11 +33753,11 @@ readers do not read off random characters that represent icons */
|
|
33347
33753
|
}
|
33348
33754
|
|
33349
33755
|
.amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover {
|
33350
|
-
color: #
|
33756
|
+
color: #151a26;
|
33351
33757
|
}
|
33352
33758
|
|
33353
33759
|
.amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen:hover svg {
|
33354
|
-
fill: #
|
33760
|
+
fill: #151a26;
|
33355
33761
|
}
|
33356
33762
|
|
33357
33763
|
.amis-scope .cxd-EditorControl--sm {
|
@@ -33458,12 +33864,12 @@ readers do not read off random characters that represent icons */
|
|
33458
33864
|
|
33459
33865
|
.amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn,
|
33460
33866
|
.amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn {
|
33461
|
-
color: #
|
33867
|
+
color: #151a26;
|
33462
33868
|
}
|
33463
33869
|
|
33464
33870
|
.amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
|
33465
33871
|
.amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
|
33466
|
-
color: #
|
33872
|
+
color: #2468f2;
|
33467
33873
|
background: #fff;
|
33468
33874
|
}
|
33469
33875
|
|
@@ -33478,12 +33884,12 @@ readers do not read off random characters that represent icons */
|
|
33478
33884
|
}
|
33479
33885
|
|
33480
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 {
|
33481
|
-
background: #
|
33887
|
+
background: #2468f2;
|
33482
33888
|
color: #fff;
|
33483
33889
|
}
|
33484
33890
|
|
33485
33891
|
.amis-scope .cxd-RichTextControl.is-focused {
|
33486
|
-
border: 0.0625rem solid #
|
33892
|
+
border: 0.0625rem solid #2468f2;
|
33487
33893
|
}
|
33488
33894
|
|
33489
33895
|
.amis-scope .cxd-RichTextControl .fr-box.fr-basic .fr-element {
|
@@ -33556,7 +33962,7 @@ readers do not read off random characters that represent icons */
|
|
33556
33962
|
|
33557
33963
|
.amis-scope .cxd-RangeControl .cxd-InputRange-input input:focus {
|
33558
33964
|
outline: none;
|
33559
|
-
border: 0.0625rem solid #
|
33965
|
+
border: 0.0625rem solid #2468f2;
|
33560
33966
|
}
|
33561
33967
|
|
33562
33968
|
.amis-scope .cxd-RangeControl .cxd-InputRange-input-separator {
|
@@ -33591,8 +33997,8 @@ readers do not read off random characters that represent icons */
|
|
33591
33997
|
|
33592
33998
|
.amis-scope .cxd-InputRange-slider {
|
33593
33999
|
appearance: none;
|
33594
|
-
background: #
|
33595
|
-
border: 0.0625rem solid #
|
34000
|
+
background: #2468f2;
|
34001
|
+
border: 0.0625rem solid #2468f2;
|
33596
34002
|
cursor: pointer;
|
33597
34003
|
display: block;
|
33598
34004
|
width: 1.125rem;
|
@@ -33613,7 +34019,7 @@ readers do not read off random characters that represent icons */
|
|
33613
34019
|
|
33614
34020
|
.amis-scope .cxd-InputRange-slider:focus {
|
33615
34021
|
box-shadow: 0 0 0
|
33616
|
-
0.285rem rgba(
|
34022
|
+
0.285rem rgba(36, 104, 242, 0.2);
|
33617
34023
|
}
|
33618
34024
|
|
33619
34025
|
.amis-scope .input-range--disabled .cxd-InputRange-slider {
|
@@ -33682,7 +34088,7 @@ readers do not read off random characters that represent icons */
|
|
33682
34088
|
}
|
33683
34089
|
|
33684
34090
|
.amis-scope .cxd-InputRange-track.is-active {
|
33685
|
-
background: #
|
34091
|
+
background: #2468f2;
|
33686
34092
|
}
|
33687
34093
|
|
33688
34094
|
.amis-scope .cxd-InputRange-track--background {
|
@@ -33713,7 +34119,7 @@ readers do not read off random characters that represent icons */
|
|
33713
34119
|
}
|
33714
34120
|
|
33715
34121
|
.amis-scope .cxd-InputRange-track--active {
|
33716
|
-
background: #
|
34122
|
+
background: #2468f2;
|
33717
34123
|
}
|
33718
34124
|
|
33719
34125
|
.amis-scope .cxd-RepeatControl .repeat-btn {
|
@@ -33875,7 +34281,7 @@ readers do not read off random characters that represent icons */
|
|
33875
34281
|
}
|
33876
34282
|
|
33877
34283
|
.amis-scope .cxd-Tree-itemInput > a:hover {
|
33878
|
-
color: #
|
34284
|
+
color: #2468f2;
|
33879
34285
|
text-decoration: none;
|
33880
34286
|
}
|
33881
34287
|
|
@@ -33892,12 +34298,12 @@ readers do not read off random characters that represent icons */
|
|
33892
34298
|
}
|
33893
34299
|
|
33894
34300
|
.amis-scope .cxd-Tree-itemInput > input::placeholder {
|
33895
|
-
color: #
|
34301
|
+
color: #b4b6ba;
|
33896
34302
|
user-select: none;
|
33897
34303
|
}
|
33898
34304
|
|
33899
34305
|
.amis-scope .cxd-Tree-itemInput > input:focus {
|
33900
|
-
border-color: #
|
34306
|
+
border-color: #2468f2;
|
33901
34307
|
box-shadow: none;
|
33902
34308
|
background: #fff;
|
33903
34309
|
}
|
@@ -33915,7 +34321,7 @@ readers do not read off random characters that represent icons */
|
|
33915
34321
|
|
33916
34322
|
.amis-scope .cxd-Tree-addTopBtn.is-disabled {
|
33917
34323
|
pointer-events: none;
|
33918
|
-
color: #
|
34324
|
+
color: #b4b6ba;
|
33919
34325
|
}
|
33920
34326
|
|
33921
34327
|
.amis-scope .cxd-Tree-addTopBtn > svg {
|
@@ -33973,11 +34379,11 @@ readers do not read off random characters that represent icons */
|
|
33973
34379
|
|
33974
34380
|
.amis-scope .cxd-Tree-itemLabel.is-checked,
|
33975
34381
|
.amis-scope .cxd-Tree-itemLabel.is-children-checked {
|
33976
|
-
color: #
|
34382
|
+
color: #2468f2;
|
33977
34383
|
}
|
33978
34384
|
|
33979
34385
|
.amis-scope .cxd-Tree-itemLabel.is-disabled {
|
33980
|
-
color: #
|
34386
|
+
color: #b4b6ba;
|
33981
34387
|
}
|
33982
34388
|
|
33983
34389
|
.amis-scope .cxd-Tree-itemLabel > .cxd-Checkbox {
|
@@ -33993,7 +34399,7 @@ readers do not read off random characters that represent icons */
|
|
33993
34399
|
}
|
33994
34400
|
|
33995
34401
|
.amis-scope .cxd-Tree-placeholder {
|
33996
|
-
color: #
|
34402
|
+
color: #b4b6ba;
|
33997
34403
|
}
|
33998
34404
|
|
33999
34405
|
.amis-scope .cxd-TreeSelectControl {
|
@@ -34038,18 +34444,18 @@ readers do not read off random characters that represent icons */
|
|
34038
34444
|
outline: none;
|
34039
34445
|
background: transparent;
|
34040
34446
|
border: none;
|
34041
|
-
color: #
|
34447
|
+
color: #151a26;
|
34042
34448
|
width: 100%;
|
34043
34449
|
height: calc(1.4285714286 * 0.875rem);
|
34044
34450
|
}
|
34045
34451
|
|
34046
34452
|
.amis-scope .cxd-TreeSelect-input input::placeholder {
|
34047
|
-
color: #
|
34453
|
+
color: #b4b6ba;
|
34048
34454
|
user-select: none;
|
34049
34455
|
}
|
34050
34456
|
|
34051
34457
|
.amis-scope .cxd-TreeSelect-input:hover {
|
34052
|
-
border-color: #
|
34458
|
+
border-color: #2468f2;
|
34053
34459
|
}
|
34054
34460
|
|
34055
34461
|
.amis-scope .cxd-TreeSelect-input--borderHalf {
|
@@ -34069,7 +34475,7 @@ readers do not read off random characters that represent icons */
|
|
34069
34475
|
}
|
34070
34476
|
|
34071
34477
|
.amis-scope .cxd-TreeSelect.is-focused > .cxd-TreeSelect-input {
|
34072
|
-
border-color: #
|
34478
|
+
border-color: #2468f2;
|
34073
34479
|
box-shadow: none;
|
34074
34480
|
background: #fff;
|
34075
34481
|
transition: all 0.2s;
|
@@ -34080,7 +34486,7 @@ readers do not read off random characters that represent icons */
|
|
34080
34486
|
}
|
34081
34487
|
|
34082
34488
|
.amis-scope .cxd-TreeSelect.is-disabled > .cxd-TreeSelect-input {
|
34083
|
-
color: #
|
34489
|
+
color: #b4b6ba;
|
34084
34490
|
background: #f5f5f5;
|
34085
34491
|
border-color: #ebebeb;
|
34086
34492
|
transition: all 0.2s;
|
@@ -34121,7 +34527,7 @@ readers do not read off random characters that represent icons */
|
|
34121
34527
|
}
|
34122
34528
|
|
34123
34529
|
.amis-scope .cxd-TreeSelect.is-opened {
|
34124
|
-
border-color: #
|
34530
|
+
border-color: #2468f2;
|
34125
34531
|
box-shadow: none;
|
34126
34532
|
background: #fff;
|
34127
34533
|
}
|
@@ -34134,7 +34540,7 @@ readers do not read off random characters that represent icons */
|
|
34134
34540
|
|
34135
34541
|
.amis-scope .cxd-TreeSelect-popover > .cxd-Tree {
|
34136
34542
|
background: #fff;
|
34137
|
-
border: 0.0625rem solid #
|
34543
|
+
border: 0.0625rem solid #2468f2;
|
34138
34544
|
padding: 0.25rem 0.625rem;
|
34139
34545
|
border-radius: 0;
|
34140
34546
|
margin-top: -1px;
|
@@ -34143,7 +34549,7 @@ readers do not read off random characters that represent icons */
|
|
34143
34549
|
}
|
34144
34550
|
|
34145
34551
|
.amis-scope .cxd-Combo-placeholder {
|
34146
|
-
color: #
|
34552
|
+
color: #b4b6ba;
|
34147
34553
|
padding-top: calc(
|
34148
34554
|
(
|
34149
34555
|
1.875rem - 1.4285714286 *
|
@@ -34179,11 +34585,11 @@ readers do not read off random characters that represent icons */
|
|
34179
34585
|
) 0.5rem;
|
34180
34586
|
font-size: 0.75rem;
|
34181
34587
|
line-height: 18 / 12;
|
34182
|
-
border-radius: 0;
|
34588
|
+
border-radius: 0.142rem;
|
34183
34589
|
height: 1.625rem;
|
34184
34590
|
color: #fff;
|
34185
|
-
background: #
|
34186
|
-
border-color: #
|
34591
|
+
background: #2468f2;
|
34592
|
+
border-color: #2468f2;
|
34187
34593
|
box-shadow: none;
|
34188
34594
|
text-shadow: none;
|
34189
34595
|
}
|
@@ -34204,6 +34610,17 @@ readers do not read off random characters that represent icons */
|
|
34204
34610
|
margin-left: 0.5rem;
|
34205
34611
|
}
|
34206
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
|
+
|
34207
34624
|
.amis-scope .cxd-Combo-addBtn img.cxd-Button-icon {
|
34208
34625
|
height: 0.875rem;
|
34209
34626
|
vertical-align: middle;
|
@@ -34211,10 +34628,16 @@ readers do not read off random characters that represent icons */
|
|
34211
34628
|
|
34212
34629
|
.amis-scope .cxd-Combo-addBtn:not(:disabled):not(.is-disabled):hover {
|
34213
34630
|
color: #fff;
|
34214
|
-
background: #
|
34631
|
+
background: #0d54e2;
|
34215
34632
|
border-color: #b4bbc5;
|
34216
34633
|
}
|
34217
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
|
+
|
34218
34641
|
.amis-scope .cxd-Combo-addBtn:hover:focus {
|
34219
34642
|
box-shadow: none;
|
34220
34643
|
}
|
@@ -34230,7 +34653,7 @@ readers do not read off random characters that represent icons */
|
|
34230
34653
|
}
|
34231
34654
|
|
34232
34655
|
.amis-scope .cxd-Combo-delBtn:hover {
|
34233
|
-
color: #
|
34656
|
+
color: #2468f2;
|
34234
34657
|
}
|
34235
34658
|
|
34236
34659
|
.amis-scope .cxd-Combo-tab-delBtn {
|
@@ -34246,7 +34669,7 @@ readers do not read off random characters that represent icons */
|
|
34246
34669
|
}
|
34247
34670
|
|
34248
34671
|
.amis-scope .cxd-Combo-tab-delBtn:hover {
|
34249
|
-
color: #
|
34672
|
+
color: #2468f2;
|
34250
34673
|
}
|
34251
34674
|
|
34252
34675
|
.amis-scope .cxd-Combo-items {
|
@@ -34274,7 +34697,7 @@ readers do not read off random characters that represent icons */
|
|
34274
34697
|
}
|
34275
34698
|
|
34276
34699
|
.amis-scope .cxd-Combo-itemDrager > a:hover {
|
34277
|
-
color: #
|
34700
|
+
color: #2468f2;
|
34278
34701
|
}
|
34279
34702
|
|
34280
34703
|
.amis-scope .cxd-Combo-itemDrager svg {
|
@@ -34301,7 +34724,7 @@ readers do not read off random characters that represent icons */
|
|
34301
34724
|
}
|
34302
34725
|
|
34303
34726
|
.amis-scope .cxd-Combo--hor .cxd-Combo-itemTag label {
|
34304
|
-
color: #
|
34727
|
+
color: #2468f2;
|
34305
34728
|
margin-right: 0.5rem;
|
34306
34729
|
}
|
34307
34730
|
|
@@ -34354,7 +34777,7 @@ readers do not read off random characters that represent icons */
|
|
34354
34777
|
}
|
34355
34778
|
|
34356
34779
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder) .cxd-Combo-itemTag label {
|
34357
|
-
color: #
|
34780
|
+
color: #2468f2;
|
34358
34781
|
margin-right: 0.5rem;
|
34359
34782
|
}
|
34360
34783
|
|
@@ -34378,7 +34801,7 @@ readers do not read off random characters that represent icons */
|
|
34378
34801
|
|
34379
34802
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover,
|
34380
34803
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-items > .cxd-Combo-item:hover {
|
34381
|
-
border-color: #
|
34804
|
+
border-color: #2468f2;
|
34382
34805
|
}
|
34383
34806
|
|
34384
34807
|
.amis-scope .cxd-Combo--ver:not(.cxd-Combo--noBorder):not(.is-disabled) > .cxd-Combo-item:hover > .cxd-Combo-delBtn,
|
@@ -34441,7 +34864,7 @@ readers do not read off random characters that represent icons */
|
|
34441
34864
|
}
|
34442
34865
|
|
34443
34866
|
.amis-scope .cxd-Combo-dragableTip {
|
34444
|
-
color: #
|
34867
|
+
color: #b4b6ba;
|
34445
34868
|
font-size: 0.75rem;
|
34446
34869
|
margin-left: 0.25rem;
|
34447
34870
|
}
|
@@ -34553,7 +34976,7 @@ readers do not read off random characters that represent icons */
|
|
34553
34976
|
width: auto;
|
34554
34977
|
min-width: auto;
|
34555
34978
|
font-weight: 400;
|
34556
|
-
color: #
|
34979
|
+
color: #2468f2;
|
34557
34980
|
text-decoration: none;
|
34558
34981
|
border: none;
|
34559
34982
|
height: auto;
|
@@ -34577,13 +35000,13 @@ readers do not read off random characters that represent icons */
|
|
34577
35000
|
|
34578
35001
|
.amis-scope .cxd-SubForm-addBtn:disabled,
|
34579
35002
|
.amis-scope .cxd-SubForm-addBtn.is-disabled {
|
34580
|
-
color: #
|
35003
|
+
color: #b4b6ba;
|
34581
35004
|
pointer-events: none;
|
34582
35005
|
background: transparent;
|
34583
35006
|
}
|
34584
35007
|
|
34585
35008
|
.amis-scope .cxd-SubForm-placeholder {
|
34586
|
-
color: #
|
35009
|
+
color: #b4b6ba;
|
34587
35010
|
user-select: none;
|
34588
35011
|
padding: 4px;
|
34589
35012
|
}
|
@@ -34626,18 +35049,18 @@ readers do not read off random characters that represent icons */
|
|
34626
35049
|
outline: none;
|
34627
35050
|
background: transparent;
|
34628
35051
|
border: none;
|
34629
|
-
color: #
|
35052
|
+
color: #151a26;
|
34630
35053
|
width: 100%;
|
34631
35054
|
height: calc(1.4285714286 * 0.875rem);
|
34632
35055
|
}
|
34633
35056
|
|
34634
35057
|
.amis-scope .cxd-Picker-input input::placeholder {
|
34635
|
-
color: #
|
35058
|
+
color: #b4b6ba;
|
34636
35059
|
user-select: none;
|
34637
35060
|
}
|
34638
35061
|
|
34639
35062
|
.amis-scope .cxd-Picker-input:hover {
|
34640
|
-
border-color: #
|
35063
|
+
border-color: #2468f2;
|
34641
35064
|
}
|
34642
35065
|
|
34643
35066
|
.amis-scope .cxd-Picker-input--borderHalf {
|
@@ -34657,7 +35080,7 @@ readers do not read off random characters that represent icons */
|
|
34657
35080
|
}
|
34658
35081
|
|
34659
35082
|
.amis-scope .cxd-Picker.is-focused > .cxd-Picker-input {
|
34660
|
-
border-color: #
|
35083
|
+
border-color: #2468f2;
|
34661
35084
|
box-shadow: none;
|
34662
35085
|
background: #fff;
|
34663
35086
|
transition: all 0.2s;
|
@@ -34668,7 +35091,7 @@ readers do not read off random characters that represent icons */
|
|
34668
35091
|
}
|
34669
35092
|
|
34670
35093
|
.amis-scope .cxd-Picker.is-disabled > .cxd-Picker-input {
|
34671
|
-
color: #
|
35094
|
+
color: #b4b6ba;
|
34672
35095
|
background: #f5f5f5;
|
34673
35096
|
border-color: #ebebeb;
|
34674
35097
|
transition: all 0.2s;
|
@@ -34709,7 +35132,7 @@ readers do not read off random characters that represent icons */
|
|
34709
35132
|
}
|
34710
35133
|
|
34711
35134
|
.amis-scope .cxd-Picker.is-focus > .cxd-Picker-input {
|
34712
|
-
border-color: #
|
35135
|
+
border-color: #2468f2;
|
34713
35136
|
box-shadow: none;
|
34714
35137
|
background: #fff;
|
34715
35138
|
}
|
@@ -34720,7 +35143,7 @@ readers do not read off random characters that represent icons */
|
|
34720
35143
|
}
|
34721
35144
|
|
34722
35145
|
.amis-scope .cxd-Picker-placeholder {
|
34723
|
-
color: #
|
35146
|
+
color: #b4b6ba;
|
34724
35147
|
user-select: none;
|
34725
35148
|
position: absolute;
|
34726
35149
|
line-height: 1.4285714286;
|
@@ -34758,9 +35181,9 @@ readers do not read off random characters that represent icons */
|
|
34758
35181
|
line-height: calc( 1.4285714286 * 0.875rem - 0.125rem );
|
34759
35182
|
display: inline-block;
|
34760
35183
|
font-size: 0.75rem;
|
34761
|
-
color: #
|
34762
|
-
background: #
|
34763
|
-
border: 0.0625rem solid #
|
35184
|
+
color: #2468f2;
|
35185
|
+
background: #e4edfe;
|
35186
|
+
border: 0.0625rem solid #b3cbfc;
|
34764
35187
|
border-radius: 2px;
|
34765
35188
|
margin-right: 0.25rem;
|
34766
35189
|
margin-bottom: 0.25rem;
|
@@ -34768,12 +35191,12 @@ readers do not read off random characters that represent icons */
|
|
34768
35191
|
|
34769
35192
|
.amis-scope .cxd-Picker .cxd-Picker-valueIcon {
|
34770
35193
|
cursor: pointer;
|
34771
|
-
border-right: 0.0625rem solid #
|
35194
|
+
border-right: 0.0625rem solid #b3cbfc;
|
34772
35195
|
padding: 1px 5px;
|
34773
35196
|
}
|
34774
35197
|
|
34775
35198
|
.amis-scope .cxd-Picker .cxd-Picker-valueIcon:hover {
|
34776
|
-
background: #
|
35199
|
+
background: #ccdcfd;
|
34777
35200
|
}
|
34778
35201
|
|
34779
35202
|
.amis-scope .cxd-Picker .cxd-Picker-valueLabel {
|
@@ -34786,7 +35209,7 @@ readers do not read off random characters that represent icons */
|
|
34786
35209
|
}
|
34787
35210
|
|
34788
35211
|
.amis-scope .cxd-Picker-btn:hover {
|
34789
|
-
color: #
|
35212
|
+
color: #2468f2;
|
34790
35213
|
}
|
34791
35214
|
|
34792
35215
|
.amis-scope .cxd-Picker-clear {
|
@@ -34860,7 +35283,7 @@ readers do not read off random characters that represent icons */
|
|
34860
35283
|
}
|
34861
35284
|
|
34862
35285
|
.amis-scope .cxd-TagControl-sugTip {
|
34863
|
-
color: #
|
35286
|
+
color: #2468f2;
|
34864
35287
|
margin-bottom: 0.375rem;
|
34865
35288
|
}
|
34866
35289
|
|
@@ -34881,9 +35304,9 @@ readers do not read off random characters that represent icons */
|
|
34881
35304
|
) 0.5rem;
|
34882
35305
|
font-size: 0.75rem;
|
34883
35306
|
line-height: 18 / 12;
|
34884
|
-
border-radius: 0;
|
35307
|
+
border-radius: 0.142rem;
|
34885
35308
|
height: 1.875rem;
|
34886
|
-
color: #
|
35309
|
+
color: #151a26;
|
34887
35310
|
background: #fff;
|
34888
35311
|
border-color: #cccccc;
|
34889
35312
|
box-shadow: none;
|
@@ -34901,17 +35324,34 @@ readers do not read off random characters that represent icons */
|
|
34901
35324
|
margin-left: 0.5rem;
|
34902
35325
|
}
|
34903
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
|
+
|
34904
35338
|
.amis-scope .cxd-TagControl-sugItem img.cxd-Button-icon {
|
34905
35339
|
height: 0.875rem;
|
34906
35340
|
vertical-align: middle;
|
34907
35341
|
}
|
34908
35342
|
|
34909
35343
|
.amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover {
|
34910
|
-
color: #
|
35344
|
+
color: #151a26;
|
34911
35345
|
background: #ececec;
|
34912
35346
|
border-color: #b4bbc5;
|
34913
35347
|
}
|
34914
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
|
+
|
34915
35355
|
.amis-scope .cxd-TagControl-sugItem:hover:focus {
|
34916
35356
|
box-shadow: none;
|
34917
35357
|
}
|
@@ -34942,7 +35382,7 @@ readers do not read off random characters that represent icons */
|
|
34942
35382
|
}
|
34943
35383
|
|
34944
35384
|
.amis-scope .cxd-Rating.is-active {
|
34945
|
-
color: #
|
35385
|
+
color: #2468f2;
|
34946
35386
|
}
|
34947
35387
|
|
34948
35388
|
.amis-scope .cxd-Rating.is-disabled {
|
@@ -34959,7 +35399,7 @@ readers do not read off random characters that represent icons */
|
|
34959
35399
|
left: 0;
|
34960
35400
|
width: 50%;
|
34961
35401
|
content: attr(data-forhalf);
|
34962
|
-
color: #
|
35402
|
+
color: #2468f2;
|
34963
35403
|
}
|
34964
35404
|
|
34965
35405
|
.amis-scope .cxd-RatingControl {
|
@@ -35067,7 +35507,7 @@ readers do not read off random characters that represent icons */
|
|
35067
35507
|
.amis-scope .cxd-Transfer-checkAll.is-disabled,
|
35068
35508
|
.amis-scope .cxd-Transfer-clearAll.is-disabled {
|
35069
35509
|
pointer-events: none;
|
35070
|
-
color: #
|
35510
|
+
color: #b4b6ba;
|
35071
35511
|
}
|
35072
35512
|
|
35073
35513
|
.amis-scope .cxd-Transfer-tabs {
|
@@ -35135,7 +35575,7 @@ readers do not read off random characters that represent icons */
|
|
35135
35575
|
line-height: 1.4285714286;
|
35136
35576
|
font-size: 0.875rem;
|
35137
35577
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
35138
|
-
color: #
|
35578
|
+
color: #b4b6ba;
|
35139
35579
|
}
|
35140
35580
|
|
35141
35581
|
.amis-scope .cxd-TransferControl {
|
@@ -35194,7 +35634,7 @@ readers do not read off random characters that represent icons */
|
|
35194
35634
|
height: 10.9375rem;
|
35195
35635
|
background: #fff;
|
35196
35636
|
color: #333;
|
35197
|
-
border: 0 solid #
|
35637
|
+
border: 0 solid #2468f2;
|
35198
35638
|
box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
|
35199
35639
|
overflow-y: auto;
|
35200
35640
|
overflow-x: hidden;
|
@@ -35219,11 +35659,11 @@ readers do not read off random characters that represent icons */
|
|
35219
35659
|
|
35220
35660
|
.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option > .cxd-NestedSelect-optionLabel.is-disabled {
|
35221
35661
|
cursor: not-allowed;
|
35222
|
-
color: #
|
35662
|
+
color: #b4b6ba;
|
35223
35663
|
}
|
35224
35664
|
|
35225
35665
|
.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option.is-active {
|
35226
|
-
color: #
|
35666
|
+
color: #2468f2;
|
35227
35667
|
background: transparent;
|
35228
35668
|
}
|
35229
35669
|
|
@@ -35273,18 +35713,18 @@ readers do not read off random characters that represent icons */
|
|
35273
35713
|
outline: none;
|
35274
35714
|
background: transparent;
|
35275
35715
|
border: none;
|
35276
|
-
color: #
|
35716
|
+
color: #151a26;
|
35277
35717
|
width: 100%;
|
35278
35718
|
height: calc(1.4285714286 * 0.875rem);
|
35279
35719
|
}
|
35280
35720
|
|
35281
35721
|
.amis-scope .cxd-IconPickerControl-input input::placeholder {
|
35282
|
-
color: #
|
35722
|
+
color: #b4b6ba;
|
35283
35723
|
user-select: none;
|
35284
35724
|
}
|
35285
35725
|
|
35286
35726
|
.amis-scope .cxd-IconPickerControl-input:hover {
|
35287
|
-
border-color: #
|
35727
|
+
border-color: #2468f2;
|
35288
35728
|
}
|
35289
35729
|
|
35290
35730
|
.amis-scope .cxd-IconPickerControl-input--borderHalf {
|
@@ -35304,7 +35744,7 @@ readers do not read off random characters that represent icons */
|
|
35304
35744
|
}
|
35305
35745
|
|
35306
35746
|
.amis-scope .cxd-IconPickerControl.is-focused > .cxd-IconPickerControl-input {
|
35307
|
-
border-color: #
|
35747
|
+
border-color: #2468f2;
|
35308
35748
|
box-shadow: none;
|
35309
35749
|
background: #fff;
|
35310
35750
|
transition: all 0.2s;
|
@@ -35315,7 +35755,7 @@ readers do not read off random characters that represent icons */
|
|
35315
35755
|
}
|
35316
35756
|
|
35317
35757
|
.amis-scope .cxd-IconPickerControl.is-disabled > .cxd-IconPickerControl-input {
|
35318
|
-
color: #
|
35758
|
+
color: #b4b6ba;
|
35319
35759
|
background: #f5f5f5;
|
35320
35760
|
border-color: #ebebeb;
|
35321
35761
|
transition: all 0.2s;
|
@@ -35356,7 +35796,7 @@ readers do not read off random characters that represent icons */
|
|
35356
35796
|
}
|
35357
35797
|
|
35358
35798
|
.amis-scope .cxd-IconPickerControl-placeholder {
|
35359
|
-
color: #
|
35799
|
+
color: #b4b6ba;
|
35360
35800
|
user-select: none;
|
35361
35801
|
position: absolute;
|
35362
35802
|
left: 0.625rem;
|
@@ -35395,7 +35835,7 @@ readers do not read off random characters that represent icons */
|
|
35395
35835
|
position: absolute;
|
35396
35836
|
background: #fff;
|
35397
35837
|
color: #333;
|
35398
|
-
border: 0.0625rem solid #
|
35838
|
+
border: 0.0625rem solid #2468f2;
|
35399
35839
|
left: -0.0625rem;
|
35400
35840
|
right: -0.0625rem;
|
35401
35841
|
top: 100%;
|
@@ -35444,7 +35884,7 @@ readers do not read off random characters that represent icons */
|
|
35444
35884
|
|
35445
35885
|
.amis-scope .cxd-IconPickerControl-sugItem.is-active {
|
35446
35886
|
color: #fff;
|
35447
|
-
background: #
|
35887
|
+
background: #2468f2;
|
35448
35888
|
}
|
35449
35889
|
|
35450
35890
|
.amis-scope .cxd-IconPickerControl-value {
|
@@ -35621,7 +36061,7 @@ readers do not read off random characters that represent icons */
|
|
35621
36061
|
}
|
35622
36062
|
|
35623
36063
|
.amis-scope .cxd-Form-placeholder {
|
35624
|
-
color: #
|
36064
|
+
color: #b4b6ba;
|
35625
36065
|
}
|
35626
36066
|
|
35627
36067
|
.amis-scope .cxd-Form-caption {
|
@@ -35648,10 +36088,6 @@ readers do not read off random characters that represent icons */
|
|
35648
36088
|
width: 5rem;
|
35649
36089
|
}
|
35650
36090
|
|
35651
|
-
.amis-scope .cxd-Form-control--sizeXs.cxd-TextareaControl {
|
35652
|
-
width: auto;
|
35653
|
-
}
|
35654
|
-
|
35655
36091
|
.amis-scope .cxd-Form-control--sizeSm {
|
35656
36092
|
width: 10rem;
|
35657
36093
|
max-width: 100%;
|
@@ -35663,10 +36099,6 @@ readers do not read off random characters that represent icons */
|
|
35663
36099
|
width: 10rem;
|
35664
36100
|
}
|
35665
36101
|
|
35666
|
-
.amis-scope .cxd-Form-control--sizeSm.cxd-TextareaControl {
|
35667
|
-
width: auto;
|
35668
|
-
}
|
35669
|
-
|
35670
36102
|
.amis-scope .cxd-Form-control--sizeMd {
|
35671
36103
|
width: 15rem;
|
35672
36104
|
max-width: 100%;
|
@@ -35674,10 +36106,6 @@ readers do not read off random characters that represent icons */
|
|
35674
36106
|
vertical-align: top;
|
35675
36107
|
}
|
35676
36108
|
|
35677
|
-
.amis-scope .cxd-Form-control--sizeMd.cxd-TextareaControl {
|
35678
|
-
width: auto;
|
35679
|
-
}
|
35680
|
-
|
35681
36109
|
.amis-scope .cxd-Form-control--sizeLg {
|
35682
36110
|
width: 20rem;
|
35683
36111
|
max-width: 100%;
|
@@ -35689,10 +36117,6 @@ readers do not read off random characters that represent icons */
|
|
35689
36117
|
width: 20rem;
|
35690
36118
|
}
|
35691
36119
|
|
35692
|
-
.amis-scope .cxd-Form-control--sizeLg.cxd-TextareaControl {
|
35693
|
-
width: auto;
|
35694
|
-
}
|
35695
|
-
|
35696
36120
|
.amis-scope .cxd-Form-item--horizontal {
|
35697
36121
|
display: flex;
|
35698
36122
|
flex-wrap: nowrap;
|
@@ -35852,7 +36276,9 @@ readers do not read off random characters that represent icons */
|
|
35852
36276
|
}
|
35853
36277
|
|
35854
36278
|
.amis-scope .cxd-Form-item--inline > .cxd-Form-label .cxd-Form-star {
|
35855
|
-
position:
|
36279
|
+
position: absolute;
|
36280
|
+
left: -0.375rem;
|
36281
|
+
top: 0.1875rem;
|
35856
36282
|
}
|
35857
36283
|
|
35858
36284
|
.amis-scope .cxd-Form-item--inline > .cxd-Form-value {
|
@@ -35950,7 +36376,7 @@ readers do not read off random characters that represent icons */
|
|
35950
36376
|
display: block;
|
35951
36377
|
border: 0.0625rem solid transparent;
|
35952
36378
|
border-width: 0 0.125rem 0 0;
|
35953
|
-
color: #
|
36379
|
+
color: #151a26;
|
35954
36380
|
padding: 0.5rem 0.75rem;
|
35955
36381
|
font-size: 0.875rem;
|
35956
36382
|
outline: none;
|
@@ -35961,13 +36387,13 @@ readers do not read off random characters that represent icons */
|
|
35961
36387
|
}
|
35962
36388
|
|
35963
36389
|
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link > a:hover {
|
35964
|
-
color: #
|
36390
|
+
color: #2468f2;
|
35965
36391
|
}
|
35966
36392
|
|
35967
36393
|
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a,
|
35968
36394
|
.amis-scope .cxd-AnchorNav-link-wrap > .cxd-AnchorNav-link.is-active > a:hover {
|
35969
|
-
color: #
|
35970
|
-
border-color: #
|
36395
|
+
color: #2468f2;
|
36396
|
+
border-color: #2468f2;
|
35971
36397
|
}
|
35972
36398
|
|
35973
36399
|
.amis-scope .cxd-AnchorNav-section-wrap {
|
@@ -35982,13 +36408,278 @@ readers do not read off random characters that represent icons */
|
|
35982
36408
|
padding: 0.75rem;
|
35983
36409
|
}
|
35984
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
|
+
|
35985
36676
|
/*
|
35986
36677
|
* utilities
|
35987
36678
|
*/
|
35988
36679
|
|
35989
36680
|
.amis-scope .bg-light {
|
35990
36681
|
background-color: #eaf6fe;
|
35991
|
-
color: #
|
36682
|
+
color: #151a26;
|
35992
36683
|
}
|
35993
36684
|
|
35994
36685
|
.amis-scope .bg-light.lt,
|
@@ -36063,11 +36754,11 @@ readers do not read off random characters that represent icons */
|
|
36063
36754
|
}
|
36064
36755
|
|
36065
36756
|
.amis-scope .bg-dark .text-muted {
|
36066
|
-
color: #
|
36757
|
+
color: #030405 !important;
|
36067
36758
|
}
|
36068
36759
|
|
36069
36760
|
.amis-scope .bg-dark .text-lt {
|
36070
|
-
color: #
|
36761
|
+
color: #425278 !important;
|
36071
36762
|
}
|
36072
36763
|
|
36073
36764
|
.amis-scope .bg-black {
|
@@ -36117,46 +36808,46 @@ readers do not read off random characters that represent icons */
|
|
36117
36808
|
}
|
36118
36809
|
|
36119
36810
|
.amis-scope .bg-black .text-muted {
|
36120
|
-
color: #
|
36811
|
+
color: #030405 !important;
|
36121
36812
|
}
|
36122
36813
|
|
36123
36814
|
.amis-scope .bg-black .text-lt {
|
36124
|
-
color: #
|
36815
|
+
color: #425278 !important;
|
36125
36816
|
}
|
36126
36817
|
|
36127
36818
|
.amis-scope .bg-primary {
|
36128
|
-
background-color: #
|
36129
|
-
color: #
|
36819
|
+
background-color: #2468f2;
|
36820
|
+
color: #e6edfc;
|
36130
36821
|
}
|
36131
36822
|
|
36132
36823
|
.amis-scope .bg-primary.lt,
|
36133
36824
|
.amis-scope .bg-primary .lt {
|
36134
|
-
background: #
|
36825
|
+
background: #3f79f1;
|
36135
36826
|
}
|
36136
36827
|
|
36137
36828
|
.amis-scope .bg-primary.lter,
|
36138
36829
|
.amis-scope .bg-primary .lter {
|
36139
|
-
background: #
|
36830
|
+
background: #598bf0;
|
36140
36831
|
}
|
36141
36832
|
|
36142
36833
|
.amis-scope .bg-primary.dk,
|
36143
36834
|
.amis-scope .bg-primary .dk {
|
36144
|
-
background: #
|
36835
|
+
background: #0b57f2;
|
36145
36836
|
}
|
36146
36837
|
|
36147
36838
|
.amis-scope .bg-primary.dker,
|
36148
36839
|
.amis-scope .bg-primary .dker {
|
36149
|
-
background: #
|
36840
|
+
background: #074ddc;
|
36150
36841
|
}
|
36151
36842
|
|
36152
36843
|
.amis-scope .bg-primary.bg,
|
36153
36844
|
.amis-scope .bg-primary .bg {
|
36154
|
-
background-color: #
|
36845
|
+
background-color: #2468f2;
|
36155
36846
|
}
|
36156
36847
|
|
36157
36848
|
.amis-scope .bg-primary a,
|
36158
36849
|
.amis-scope .bg-primary .cxd-Button--link {
|
36159
|
-
color:
|
36850
|
+
color: white;
|
36160
36851
|
}
|
36161
36852
|
|
36162
36853
|
.amis-scope .bg-primary a:hover,
|
@@ -36171,11 +36862,11 @@ readers do not read off random characters that represent icons */
|
|
36171
36862
|
}
|
36172
36863
|
|
36173
36864
|
.amis-scope .bg-primary .text-muted {
|
36174
|
-
color: #
|
36865
|
+
color: #030405 !important;
|
36175
36866
|
}
|
36176
36867
|
|
36177
36868
|
.amis-scope .bg-primary .text-lt {
|
36178
|
-
color: #
|
36869
|
+
color: #425278 !important;
|
36179
36870
|
}
|
36180
36871
|
|
36181
36872
|
.amis-scope .bg-success {
|
@@ -36225,46 +36916,46 @@ readers do not read off random characters that represent icons */
|
|
36225
36916
|
}
|
36226
36917
|
|
36227
36918
|
.amis-scope .bg-success .text-muted {
|
36228
|
-
color: #
|
36919
|
+
color: #030405 !important;
|
36229
36920
|
}
|
36230
36921
|
|
36231
36922
|
.amis-scope .bg-success .text-lt {
|
36232
|
-
color: #
|
36923
|
+
color: #425278 !important;
|
36233
36924
|
}
|
36234
36925
|
|
36235
36926
|
.amis-scope .bg-info {
|
36236
|
-
background-color: #
|
36237
|
-
color: #
|
36927
|
+
background-color: #2468f2;
|
36928
|
+
color: #e6edfc;
|
36238
36929
|
}
|
36239
36930
|
|
36240
36931
|
.amis-scope .bg-info.lt,
|
36241
36932
|
.amis-scope .bg-info .lt {
|
36242
|
-
background: #
|
36933
|
+
background: #3f79f1;
|
36243
36934
|
}
|
36244
36935
|
|
36245
36936
|
.amis-scope .bg-info.lter,
|
36246
36937
|
.amis-scope .bg-info .lter {
|
36247
|
-
background: #
|
36938
|
+
background: #598bf0;
|
36248
36939
|
}
|
36249
36940
|
|
36250
36941
|
.amis-scope .bg-info.dk,
|
36251
36942
|
.amis-scope .bg-info .dk {
|
36252
|
-
background: #
|
36943
|
+
background: #0b57f2;
|
36253
36944
|
}
|
36254
36945
|
|
36255
36946
|
.amis-scope .bg-info.dker,
|
36256
36947
|
.amis-scope .bg-info .dker {
|
36257
|
-
background: #
|
36948
|
+
background: #074ddc;
|
36258
36949
|
}
|
36259
36950
|
|
36260
36951
|
.amis-scope .bg-info.bg,
|
36261
36952
|
.amis-scope .bg-info .bg {
|
36262
|
-
background-color: #
|
36953
|
+
background-color: #2468f2;
|
36263
36954
|
}
|
36264
36955
|
|
36265
36956
|
.amis-scope .bg-info a,
|
36266
36957
|
.amis-scope .bg-info .cxd-Button--link {
|
36267
|
-
color:
|
36958
|
+
color: white;
|
36268
36959
|
}
|
36269
36960
|
|
36270
36961
|
.amis-scope .bg-info a:hover,
|
@@ -36279,11 +36970,11 @@ readers do not read off random characters that represent icons */
|
|
36279
36970
|
}
|
36280
36971
|
|
36281
36972
|
.amis-scope .bg-info .text-muted {
|
36282
|
-
color: #
|
36973
|
+
color: #030405 !important;
|
36283
36974
|
}
|
36284
36975
|
|
36285
36976
|
.amis-scope .bg-info .text-lt {
|
36286
|
-
color: #
|
36977
|
+
color: #425278 !important;
|
36287
36978
|
}
|
36288
36979
|
|
36289
36980
|
.amis-scope .bg-warning {
|
@@ -36333,11 +37024,11 @@ readers do not read off random characters that represent icons */
|
|
36333
37024
|
}
|
36334
37025
|
|
36335
37026
|
.amis-scope .bg-warning .text-muted {
|
36336
|
-
color: #
|
37027
|
+
color: #030405 !important;
|
36337
37028
|
}
|
36338
37029
|
|
36339
37030
|
.amis-scope .bg-warning .text-lt {
|
36340
|
-
color: #
|
37031
|
+
color: #425278 !important;
|
36341
37032
|
}
|
36342
37033
|
|
36343
37034
|
.amis-scope .bg-danger {
|
@@ -36387,16 +37078,16 @@ readers do not read off random characters that represent icons */
|
|
36387
37078
|
}
|
36388
37079
|
|
36389
37080
|
.amis-scope .bg-danger .text-muted {
|
36390
|
-
color: #
|
37081
|
+
color: #030405 !important;
|
36391
37082
|
}
|
36392
37083
|
|
36393
37084
|
.amis-scope .bg-danger .text-lt {
|
36394
|
-
color: #
|
37085
|
+
color: #425278 !important;
|
36395
37086
|
}
|
36396
37087
|
|
36397
37088
|
.amis-scope .bg-white {
|
36398
37089
|
background-color: #fff;
|
36399
|
-
color: #
|
37090
|
+
color: #151a26;
|
36400
37091
|
}
|
36401
37092
|
|
36402
37093
|
.amis-scope .bg-white.lt,
|
@@ -36429,59 +37120,59 @@ readers do not read off random characters that represent icons */
|
|
36429
37120
|
}
|
36430
37121
|
|
36431
37122
|
.amis-scope a.bg-primary:hover {
|
36432
|
-
background: #
|
37123
|
+
background: #0e58ee;
|
36433
37124
|
}
|
36434
37125
|
|
36435
37126
|
.amis-scope a.text-primary:hover {
|
36436
|
-
color: #
|
37127
|
+
color: #0e58ee;
|
36437
37128
|
}
|
36438
37129
|
|
36439
37130
|
.amis-scope .text-primary {
|
36440
|
-
color: #
|
37131
|
+
color: #2468f2;
|
36441
37132
|
}
|
36442
37133
|
|
36443
37134
|
.amis-scope .text-primary-lt {
|
36444
|
-
color: #
|
37135
|
+
color: #0e58ee;
|
36445
37136
|
}
|
36446
37137
|
|
36447
37138
|
.amis-scope .text-primary-lter {
|
36448
|
-
color: #
|
37139
|
+
color: #0d4fd6;
|
36449
37140
|
}
|
36450
37141
|
|
36451
37142
|
.amis-scope .text-primary-dk {
|
36452
|
-
color: #
|
37143
|
+
color: #0e58ee;
|
36453
37144
|
}
|
36454
37145
|
|
36455
37146
|
.amis-scope .text-primary-dker {
|
36456
|
-
color: #
|
37147
|
+
color: #0d4fd6;
|
36457
37148
|
}
|
36458
37149
|
|
36459
37150
|
.amis-scope a.bg-info:hover {
|
36460
|
-
background: #
|
37151
|
+
background: #0e58ee;
|
36461
37152
|
}
|
36462
37153
|
|
36463
37154
|
.amis-scope a.text-info:hover {
|
36464
|
-
color: #
|
37155
|
+
color: #0e58ee;
|
36465
37156
|
}
|
36466
37157
|
|
36467
37158
|
.amis-scope .text-info {
|
36468
|
-
color: #
|
37159
|
+
color: #2468f2;
|
36469
37160
|
}
|
36470
37161
|
|
36471
37162
|
.amis-scope .text-info-lt {
|
36472
|
-
color: #
|
37163
|
+
color: #0e58ee;
|
36473
37164
|
}
|
36474
37165
|
|
36475
37166
|
.amis-scope .text-info-lter {
|
36476
|
-
color: #
|
37167
|
+
color: #0d4fd6;
|
36477
37168
|
}
|
36478
37169
|
|
36479
37170
|
.amis-scope .text-info-dk {
|
36480
|
-
color: #
|
37171
|
+
color: #0e58ee;
|
36481
37172
|
}
|
36482
37173
|
|
36483
37174
|
.amis-scope .text-info-dker {
|
36484
|
-
color: #
|
37175
|
+
color: #0d4fd6;
|
36485
37176
|
}
|
36486
37177
|
|
36487
37178
|
.amis-scope a.bg-success:hover {
|
@@ -36653,7 +37344,7 @@ readers do not read off random characters that represent icons */
|
|
36653
37344
|
}
|
36654
37345
|
|
36655
37346
|
.amis-scope .text-muted {
|
36656
|
-
color: #
|
37347
|
+
color: #b4b6ba;
|
36657
37348
|
}
|
36658
37349
|
|
36659
37350
|
.amis-scope .text-loud {
|
@@ -37060,7 +37751,7 @@ readers do not read off random characters that represent icons */
|
|
37060
37751
|
}
|
37061
37752
|
|
37062
37753
|
.amis-scope .b-primary {
|
37063
|
-
border-color: #
|
37754
|
+
border-color: #2468f2;
|
37064
37755
|
}
|
37065
37756
|
|
37066
37757
|
.amis-scope .b-success {
|
@@ -37068,7 +37759,7 @@ readers do not read off random characters that represent icons */
|
|
37068
37759
|
}
|
37069
37760
|
|
37070
37761
|
.amis-scope .b-info {
|
37071
|
-
border-color: #
|
37762
|
+
border-color: #2468f2;
|
37072
37763
|
}
|
37073
37764
|
|
37074
37765
|
.amis-scope .b-warning {
|
@@ -37100,7 +37791,7 @@ readers do not read off random characters that represent icons */
|
|
37100
37791
|
}
|
37101
37792
|
|
37102
37793
|
.amis-scope .b-l-primary {
|
37103
|
-
border-left-color: #
|
37794
|
+
border-left-color: #2468f2;
|
37104
37795
|
}
|
37105
37796
|
|
37106
37797
|
.amis-scope .b-l-success {
|
@@ -37108,7 +37799,7 @@ readers do not read off random characters that represent icons */
|
|
37108
37799
|
}
|
37109
37800
|
|
37110
37801
|
.amis-scope .b-l-info {
|
37111
|
-
border-left-color: #
|
37802
|
+
border-left-color: #2468f2;
|
37112
37803
|
}
|
37113
37804
|
|
37114
37805
|
.amis-scope .b-l-warning {
|
@@ -37707,7 +38398,7 @@ readers do not read off random characters that represent icons */
|
|
37707
38398
|
}
|
37708
38399
|
|
37709
38400
|
.amis-scope .avatar i.off {
|
37710
|
-
background: #
|
38401
|
+
background: #b4b6ba;
|
37711
38402
|
}
|
37712
38403
|
|
37713
38404
|
.amis-scope .avatar i.busy {
|
@@ -38149,7 +38840,7 @@ readers do not read off random characters that represent icons */
|
|
38149
38840
|
}
|
38150
38841
|
|
38151
38842
|
.amis-scope .label-primary {
|
38152
|
-
background: #
|
38843
|
+
background: #2468f2;
|
38153
38844
|
}
|
38154
38845
|
|
38155
38846
|
.amis-scope .label-success {
|
@@ -38157,7 +38848,7 @@ readers do not read off random characters that represent icons */
|
|
38157
38848
|
}
|
38158
38849
|
|
38159
38850
|
.amis-scope .label-info {
|
38160
|
-
background: #
|
38851
|
+
background: #2468f2;
|
38161
38852
|
}
|
38162
38853
|
|
38163
38854
|
.amis-scope .label-warning {
|