amis 1.6.5-beta.3 → 1.8.0-beta.0
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/Schema.d.ts +3 -2
- package/lib/Schema.js +0 -1
- package/lib/Schema.js.map +2 -2
- package/lib/components/Alert2.js +4 -2
- package/lib/components/Alert2.js.map +2 -2
- package/lib/components/AssociatedSelection.d.ts +84 -84
- package/lib/components/Avatar.d.ts +20 -20
- package/lib/components/Breadcrumb.d.ts +130 -0
- package/lib/components/Breadcrumb.js +161 -0
- package/lib/components/Breadcrumb.js.map +13 -0
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/ChainedSelection.d.ts +84 -84
- package/lib/components/CityArea.js +3 -0
- package/lib/components/CityArea.js.map +2 -2
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.d.ts +2 -2
- package/lib/components/DateRangePicker.js +36 -45
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/GroupedSelection.d.ts +84 -84
- package/lib/components/Layout.d.ts +21 -21
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/PopUp.js +2 -1
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/Radios.d.ts +21 -21
- package/lib/components/Range.js.map +2 -2
- package/lib/components/Selection.d.ts +84 -84
- package/lib/components/TableSelection.d.ts +84 -84
- package/lib/components/Tabs.d.ts +52 -23
- package/lib/components/Tabs.js +198 -46
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/TooltipWrapper.d.ts +21 -20
- package/lib/components/TooltipWrapper.js +2 -2
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/Transfer.d.ts +84 -84
- package/lib/components/TransferDropDown.d.ts +84 -84
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/TreeSelection.d.ts +84 -84
- package/lib/components/calendar/Calendar.js +5 -0
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.js.map +1 -1
- package/lib/components/icons.js +8 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/icons/cloud-upload.js +17 -0
- package/lib/icons/image.js +7 -0
- package/lib/icons/refresh.js +9 -0
- package/lib/icons/trash.js +10 -0
- package/lib/icons/upload.js +3 -8
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/en-US.js +3 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +4 -2
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +1 -1
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Breadcrumb.d.ts +41 -6
- package/lib/renderers/Breadcrumb.js +23 -19
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/ButtonGroup.d.ts +2 -2
- package/lib/renderers/ButtonGroup.js.map +1 -1
- package/lib/renderers/Form/ChainedSelect.d.ts +4 -1
- package/lib/renderers/Form/ChainedSelect.js +83 -34
- package/lib/renderers/Form/ChainedSelect.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +3 -0
- package/lib/renderers/Form/Checkbox.js +38 -1
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +4 -3
- package/lib/renderers/Form/Combo.js +81 -32
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +1 -1
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +4 -1
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.js +3 -1
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +3 -1
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +3 -1
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputExcel.d.ts +4 -0
- package/lib/renderers/Form/InputExcel.js +33 -6
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputFile.d.ts +8 -1
- package/lib/renderers/Form/InputFile.js +71 -42
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +4 -1
- package/lib/renderers/Form/InputImage.js +21 -9
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputRange.d.ts +27 -9
- package/lib/renderers/Form/InputRange.js +88 -23
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/InputSubForm.js +2 -1
- package/lib/renderers/Form/InputSubForm.js.map +2 -2
- package/lib/renderers/Form/InputTag.js +2 -1
- package/lib/renderers/Form/InputTag.js.map +2 -2
- package/lib/renderers/Form/MatrixCheckboxes.js +2 -1
- package/lib/renderers/Form/MatrixCheckboxes.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +9 -6
- package/lib/renderers/Form/NestedSelect.js +247 -130
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +2 -1
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Radios.js +2 -1
- package/lib/renderers/Form/Radios.js.map +2 -2
- package/lib/renderers/Form/Select.js +6 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/Switch.d.ts +7 -6
- package/lib/renderers/Form/Switch.js +4 -1
- package/lib/renderers/Form/Switch.js.map +2 -2
- package/lib/renderers/Log.js +2 -1
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/PopOver.js +1 -1
- package/lib/renderers/PopOver.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +58 -5
- package/lib/renderers/Tabs.js +170 -58
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/TooltipWrapper.d.ts +104 -0
- package/lib/renderers/TooltipWrapper.js +59 -0
- package/lib/renderers/TooltipWrapper.js.map +13 -0
- package/lib/renderers/Video.d.ts +6 -0
- package/lib/renderers/Video.js +13 -6
- package/lib/renderers/Video.js.map +2 -2
- package/lib/store/form.js +4 -13
- package/lib/store/form.js.map +2 -2
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +742 -160
- package/lib/themes/ang.css +793 -163
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +757 -175
- package/lib/themes/antd.css +793 -163
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1249 -667
- package/lib/themes/cxd.css +970 -321
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +742 -160
- package/lib/themes/dark.css +793 -163
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +1249 -667
- package/lib/themes/default.css +970 -321
- package/lib/themes/default.css.map +1 -1
- package/package.json +1 -1
- package/schema.json +16012 -736
- package/scss/_properties.scss +56 -2
- package/scss/components/_alert.scss +1 -1
- package/scss/components/_breadcrumb.scss +90 -1
- package/scss/components/_button-group.scss +15 -0
- package/scss/components/_city-area.scss +2 -0
- package/scss/components/_popup.scss +13 -3
- package/scss/components/_tabs.scss +629 -132
- package/scss/components/_tooltip.scss +72 -0
- package/scss/components/form/_file.scss +82 -24
- package/scss/components/form/_image.scss +30 -25
- package/scss/components/form/_number.scss +2 -0
- package/scss/components/form/_switch.scss +1 -3
- package/scss/themes/_cxd-colors.scss +47 -47
- package/scss/themes/_cxd-variables.scss +20 -0
- package/sdk/ang-ie11.css +879 -196
- package/sdk/ang.css +931 -200
- package/sdk/antd-ie11.css +951 -268
- package/sdk/antd.css +931 -200
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1386 -703
- package/sdk/cxd.css +1107 -357
- package/sdk/dark-ie11.css +879 -196
- package/sdk/dark.css +931 -200
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1386 -703
- package/sdk/sdk.css +1107 -357
- package/sdk/sdk.js +1260 -1248
- 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/src/Schema.ts +5 -2
- package/src/components/Alert2.tsx +9 -3
- package/src/components/Breadcrumb.tsx +294 -0
- package/src/components/CityArea.tsx +3 -0
- package/src/components/DateRangePicker.tsx +40 -68
- package/src/components/PopUp.tsx +6 -5
- package/src/components/Range.tsx +7 -1
- package/src/components/Tabs.tsx +300 -54
- package/src/components/TooltipWrapper.tsx +4 -1
- package/src/components/calendar/Calendar.tsx +5 -0
- package/src/components/calendar/DaysView.tsx +2 -2
- package/src/components/icons.tsx +8 -0
- package/src/components/index.tsx +2 -0
- package/src/icons/cloud-upload.svg +22 -0
- package/src/icons/image.svg +1 -0
- package/src/icons/refresh.svg +7 -0
- package/src/icons/trash.svg +8 -0
- package/src/icons/upload.svg +4 -9
- package/src/index.tsx +1 -0
- package/src/locale/en-US.ts +3 -1
- package/src/locale/zh-CN.ts +4 -2
- package/src/renderers/Action.tsx +2 -1
- package/src/renderers/Breadcrumb.tsx +89 -45
- package/src/renderers/ButtonGroup.tsx +2 -2
- package/src/renderers/Form/ChainedSelect.tsx +56 -12
- package/src/renderers/Form/Checkbox.tsx +30 -1
- package/src/renderers/Form/Combo.tsx +84 -26
- package/src/renderers/Form/InputCity.tsx +13 -1
- package/src/renderers/Form/InputColor.tsx +2 -0
- package/src/renderers/Form/InputDate.tsx +2 -0
- package/src/renderers/Form/InputDateRange.tsx +2 -0
- package/src/renderers/Form/InputExcel.tsx +27 -5
- package/src/renderers/Form/InputFile.tsx +167 -115
- package/src/renderers/Form/InputImage.tsx +61 -35
- package/src/renderers/Form/InputRange.tsx +95 -40
- package/src/renderers/Form/InputSubForm.tsx +2 -1
- package/src/renderers/Form/InputTag.tsx +3 -1
- package/src/renderers/Form/MatrixCheckboxes.tsx +3 -1
- package/src/renderers/Form/NestedSelect.tsx +75 -26
- package/src/renderers/Form/Options.tsx +3 -1
- package/src/renderers/Form/Radios.tsx +3 -1
- package/src/renderers/Form/Select.tsx +6 -2
- package/src/renderers/Form/Switch.tsx +16 -9
- package/src/renderers/Log.tsx +2 -1
- package/src/renderers/PopOver.tsx +1 -1
- package/src/renderers/Tabs.tsx +254 -93
- package/src/renderers/TooltipWrapper.tsx +219 -0
- package/src/renderers/Video.tsx +21 -6
- package/src/store/form.ts +0 -9
- package/src/store/table.ts +1 -1
package/sdk/cxd-ie11.css
CHANGED
@@ -23171,11 +23171,11 @@ readers do not read off random characters that represent icons */
|
|
23171
23171
|
}
|
23172
23172
|
|
23173
23173
|
.amis-scope svg.icon-success {
|
23174
|
-
color: #
|
23174
|
+
color: #30bf13;
|
23175
23175
|
}
|
23176
23176
|
|
23177
23177
|
.amis-scope svg.icon-fail {
|
23178
|
-
color: #
|
23178
|
+
color: #f33e3e;
|
23179
23179
|
}
|
23180
23180
|
|
23181
23181
|
/**
|
@@ -23226,7 +23226,7 @@ readers do not read off random characters that represent icons */
|
|
23226
23226
|
}
|
23227
23227
|
|
23228
23228
|
.amis-scope .is-matched {
|
23229
|
-
color: #
|
23229
|
+
color: #f33e3e;
|
23230
23230
|
}
|
23231
23231
|
|
23232
23232
|
.amis-scope pre,
|
@@ -24810,10 +24810,10 @@ readers do not read off random characters that represent icons */
|
|
24810
24810
|
filter: grayscale(100%);
|
24811
24811
|
box-shadow: none;
|
24812
24812
|
cursor: not-allowed;
|
24813
|
-
color: #
|
24813
|
+
color: #b8babf;
|
24814
24814
|
pointer-events: auto;
|
24815
|
-
border: 0.0625rem solid #
|
24816
|
-
background: #
|
24815
|
+
border: 0.0625rem solid #f2f2f4;
|
24816
|
+
background: #f2f2f4;
|
24817
24817
|
}
|
24818
24818
|
|
24819
24819
|
.amis-scope .cxd-Button.is-disabled > svg,
|
@@ -24858,14 +24858,14 @@ readers do not read off random characters that represent icons */
|
|
24858
24858
|
|
24859
24859
|
.amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled):hover {
|
24860
24860
|
color: #ffffff;
|
24861
|
-
background: #
|
24862
|
-
border-color: #
|
24861
|
+
background: #528eff;
|
24862
|
+
border-color: #528eff;
|
24863
24863
|
}
|
24864
24864
|
|
24865
24865
|
.amis-scope .cxd-Button--primary:not(:disabled):not(.is-disabled):hover:active {
|
24866
24866
|
color: #ffffff;
|
24867
|
-
background: #
|
24868
|
-
border-color: #
|
24867
|
+
background: #144bcc;
|
24868
|
+
border-color: #144bcc;
|
24869
24869
|
}
|
24870
24870
|
|
24871
24871
|
.amis-scope .cxd-Button--primary:hover:focus {
|
@@ -24874,22 +24874,22 @@ readers do not read off random characters that represent icons */
|
|
24874
24874
|
|
24875
24875
|
.amis-scope .cxd-Button--secondary {
|
24876
24876
|
color: #fff;
|
24877
|
-
background: #
|
24878
|
-
border-color: #
|
24877
|
+
background: #b8babf;
|
24878
|
+
border-color: #b8babf;
|
24879
24879
|
box-shadow: none;
|
24880
24880
|
text-shadow: none;
|
24881
24881
|
}
|
24882
24882
|
|
24883
24883
|
.amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled):hover {
|
24884
24884
|
color: #fff;
|
24885
|
-
background: #
|
24886
|
-
border-color: #
|
24885
|
+
background: #a4a6ad;
|
24886
|
+
border-color: #9da0a7;
|
24887
24887
|
}
|
24888
24888
|
|
24889
24889
|
.amis-scope .cxd-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
|
24890
24890
|
color: #fff;
|
24891
|
-
background: #
|
24892
|
-
border-color: #
|
24891
|
+
background: #9da0a7;
|
24892
|
+
border-color: #9699a1;
|
24893
24893
|
}
|
24894
24894
|
|
24895
24895
|
.amis-scope .cxd-Button--secondary:hover:focus {
|
@@ -24898,22 +24898,22 @@ readers do not read off random characters that represent icons */
|
|
24898
24898
|
|
24899
24899
|
.amis-scope .cxd-Button--success {
|
24900
24900
|
color: #fff;
|
24901
|
-
background: #
|
24902
|
-
border-color: #
|
24901
|
+
background: #30bf13;
|
24902
|
+
border-color: #30bf13;
|
24903
24903
|
box-shadow: none;
|
24904
24904
|
text-shadow: none;
|
24905
24905
|
}
|
24906
24906
|
|
24907
24907
|
.amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled):hover {
|
24908
24908
|
color: #fff;
|
24909
|
-
background: #
|
24910
|
-
border-color: #
|
24909
|
+
background: #279c10;
|
24910
|
+
border-color: #24910e;
|
24911
24911
|
}
|
24912
24912
|
|
24913
24913
|
.amis-scope .cxd-Button--success:not(:disabled):not(.is-disabled):hover:active {
|
24914
24914
|
color: #fff;
|
24915
|
-
background: #
|
24916
|
-
border-color: #
|
24915
|
+
background: #24910e;
|
24916
|
+
border-color: #21850d;
|
24917
24917
|
}
|
24918
24918
|
|
24919
24919
|
.amis-scope .cxd-Button--success:hover:focus {
|
@@ -24970,22 +24970,22 @@ readers do not read off random characters that represent icons */
|
|
24970
24970
|
|
24971
24971
|
.amis-scope .cxd-Button--warning {
|
24972
24972
|
color: #fff;
|
24973
|
-
background: #
|
24974
|
-
border-color: #
|
24973
|
+
background: #ff9326;
|
24974
|
+
border-color: #ff9326;
|
24975
24975
|
box-shadow: none;
|
24976
24976
|
text-shadow: none;
|
24977
24977
|
}
|
24978
24978
|
|
24979
24979
|
.amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled):hover {
|
24980
24980
|
color: #fff;
|
24981
|
-
background: #
|
24982
|
-
border-color: #
|
24981
|
+
background: #ff8000;
|
24982
|
+
border-color: #f27a00;
|
24983
24983
|
}
|
24984
24984
|
|
24985
24985
|
.amis-scope .cxd-Button--warning:not(:disabled):not(.is-disabled):hover:active {
|
24986
24986
|
color: #fff;
|
24987
|
-
background: #
|
24988
|
-
border-color: #
|
24987
|
+
background: #f27a00;
|
24988
|
+
border-color: #e57300;
|
24989
24989
|
}
|
24990
24990
|
|
24991
24991
|
.amis-scope .cxd-Button--warning:hover:focus {
|
@@ -25065,9 +25065,9 @@ readers do not read off random characters that represent icons */
|
|
25065
25065
|
}
|
25066
25066
|
|
25067
25067
|
.amis-scope .cxd-Button--default {
|
25068
|
-
color: #
|
25068
|
+
color: #151b26;
|
25069
25069
|
background: #ffffff;
|
25070
|
-
border-color: #
|
25070
|
+
border-color: #e8e9eb;
|
25071
25071
|
box-shadow: none;
|
25072
25072
|
text-shadow: none;
|
25073
25073
|
}
|
@@ -25079,9 +25079,9 @@ readers do not read off random characters that represent icons */
|
|
25079
25079
|
}
|
25080
25080
|
|
25081
25081
|
.amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
25082
|
-
color: #
|
25082
|
+
color: #144bcc;
|
25083
25083
|
background: #ffffff;
|
25084
|
-
border-color: #
|
25084
|
+
border-color: #144bcc;
|
25085
25085
|
}
|
25086
25086
|
|
25087
25087
|
.amis-scope .cxd-Button--default:hover:focus {
|
@@ -25313,9 +25313,9 @@ readers do not read off random characters that represent icons */
|
|
25313
25313
|
|
25314
25314
|
.amis-scope .cxd-Button--link:disabled,
|
25315
25315
|
.amis-scope .cxd-Button--link.is-disabled {
|
25316
|
-
color: #
|
25316
|
+
color: #b8babf;
|
25317
25317
|
pointer-events: none;
|
25318
|
-
background: #
|
25318
|
+
background: #f2f2f4;
|
25319
25319
|
}
|
25320
25320
|
|
25321
25321
|
.amis-scope .cxd-Button--block {
|
@@ -25412,13 +25412,109 @@ readers do not read off random characters that represent icons */
|
|
25412
25412
|
transform: scale(1.1);
|
25413
25413
|
}
|
25414
25414
|
|
25415
|
+
.amis-scope .cxd-Breadcrumb {
|
25416
|
+
font-size: 0.875rem;
|
25417
|
+
font-weight: 400;
|
25418
|
+
color: #84868c;
|
25419
|
+
}
|
25420
|
+
|
25415
25421
|
.amis-scope .cxd-Breadcrumb-icon {
|
25416
25422
|
margin-right: 0.125rem;
|
25423
|
+
min-width: 0.25rem;
|
25424
|
+
}
|
25425
|
+
|
25426
|
+
.amis-scope .cxd-Breadcrumb-item {
|
25427
|
+
position: relative;
|
25428
|
+
}
|
25429
|
+
|
25430
|
+
.amis-scope .cxd-Breadcrumb-item-default {
|
25431
|
+
cursor: pointer;
|
25432
|
+
color: #84868c;
|
25433
|
+
}
|
25434
|
+
|
25435
|
+
.amis-scope .cxd-Breadcrumb-item-dropdown {
|
25436
|
+
cursor: pointer;
|
25437
|
+
color: #151b26;
|
25438
|
+
}
|
25439
|
+
|
25440
|
+
.amis-scope .cxd-Breadcrumb-item a:hover {
|
25441
|
+
color: #2468f2;
|
25442
|
+
}
|
25443
|
+
|
25444
|
+
.amis-scope .cxd-Breadcrumb-item a:active {
|
25445
|
+
color: #144bcc;
|
25446
|
+
}
|
25447
|
+
|
25448
|
+
.amis-scope .cxd-Breadcrumb-item-last .cxd-Breadcrumb-item-default {
|
25449
|
+
font-weight: 500;
|
25450
|
+
color: #151a26;
|
25451
|
+
}
|
25452
|
+
|
25453
|
+
.amis-scope .cxd-Breadcrumb-item-caret {
|
25454
|
+
margin-left: 0.5rem;
|
25455
|
+
cursor: pointer;
|
25456
|
+
display: inline-block;
|
25457
|
+
transition: transform 0s ease;
|
25458
|
+
}
|
25459
|
+
|
25460
|
+
.amis-scope .cxd-Breadcrumb-item-caret > svg {
|
25461
|
+
width: 0.625rem;
|
25462
|
+
height: 0.625rem;
|
25463
|
+
top: 0.0625rem;
|
25464
|
+
}
|
25465
|
+
|
25466
|
+
.amis-scope .cxd-Breadcrumb-item.is-opened .cxd-Breadcrumb-item-caret {
|
25467
|
+
transform: translateY(0.125rem) rotate(180deg);
|
25468
|
+
color: #2468f2;
|
25469
|
+
}
|
25470
|
+
|
25471
|
+
.amis-scope .cxd-Breadcrumb-item.is-opened .cxd-Breadcrumb-item-default {
|
25472
|
+
color: #2468f2;
|
25417
25473
|
}
|
25418
25474
|
|
25419
25475
|
.amis-scope .cxd-Breadcrumb-separator {
|
25420
25476
|
user-select: none;
|
25421
|
-
margin: 0 0.
|
25477
|
+
margin: 0 0.5rem;
|
25478
|
+
text-align: center;
|
25479
|
+
min-width: 0.25rem;
|
25480
|
+
}
|
25481
|
+
|
25482
|
+
.amis-scope .cxd-Breadcrumb-dropdown {
|
25483
|
+
position: absolute;
|
25484
|
+
z-index: 1000;
|
25485
|
+
top: 100%;
|
25486
|
+
left: 0;
|
25487
|
+
margin: 0.0625rem 0;
|
25488
|
+
background: #fff;
|
25489
|
+
list-style: none;
|
25490
|
+
padding: 0.25rem 0;
|
25491
|
+
border: 0.0625rem solid #eceff8;
|
25492
|
+
border-radius: 0.25rem;
|
25493
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
25494
|
+
min-width: 100%;
|
25495
|
+
text-align: left;
|
25496
|
+
font-size: 0.75rem;
|
25497
|
+
}
|
25498
|
+
|
25499
|
+
.amis-scope .cxd-Breadcrumb-dropdown > li {
|
25500
|
+
padding: 0.5rem calc(
|
25501
|
+
(2rem - 0.75rem) / 2
|
25502
|
+
);
|
25503
|
+
white-space: nowrap;
|
25504
|
+
box-sizing: border-box;
|
25505
|
+
padding-left: 0.75rem;
|
25506
|
+
vertical-align: middle;
|
25507
|
+
user-select: none;
|
25508
|
+
color: #151b26;
|
25509
|
+
background-color: #ffffff;
|
25510
|
+
}
|
25511
|
+
|
25512
|
+
.amis-scope .cxd-Breadcrumb-dropdown > li:hover {
|
25513
|
+
background: #e6f0ff;
|
25514
|
+
}
|
25515
|
+
|
25516
|
+
.amis-scope .cxd-Breadcrumb-dropdown > li:hover a {
|
25517
|
+
color: #2468f2;
|
25422
25518
|
}
|
25423
25519
|
|
25424
25520
|
.amis-scope .cxd-Badge {
|
@@ -25429,7 +25525,7 @@ readers do not read off random characters that represent icons */
|
|
25429
25525
|
.amis-scope .cxd-Badge-text,
|
25430
25526
|
.amis-scope .cxd-Badge-dot,
|
25431
25527
|
.amis-scope .cxd-Badge-ribbon {
|
25432
|
-
background: #
|
25528
|
+
background: #f33e3e;
|
25433
25529
|
position: absolute;
|
25434
25530
|
top: 0;
|
25435
25531
|
right: 0;
|
@@ -25463,7 +25559,7 @@ readers do not read off random characters that represent icons */
|
|
25463
25559
|
}
|
25464
25560
|
|
25465
25561
|
.amis-scope .cxd-Badge--danger {
|
25466
|
-
background: #
|
25562
|
+
background: #f33e3e;
|
25467
25563
|
}
|
25468
25564
|
|
25469
25565
|
.amis-scope .cxd-Badge--info {
|
@@ -25471,11 +25567,11 @@ readers do not read off random characters that represent icons */
|
|
25471
25567
|
}
|
25472
25568
|
|
25473
25569
|
.amis-scope .cxd-Badge--success {
|
25474
|
-
background: #
|
25570
|
+
background: #30bf13;
|
25475
25571
|
}
|
25476
25572
|
|
25477
25573
|
.amis-scope .cxd-Badge--warning {
|
25478
|
-
background: #
|
25574
|
+
background: #ff9326;
|
25479
25575
|
}
|
25480
25576
|
|
25481
25577
|
.amis-scope .cxd-Badge-text {
|
@@ -25664,12 +25760,12 @@ readers do not read off random characters that represent icons */
|
|
25664
25760
|
.amis-scope .cxd-Modal-title {
|
25665
25761
|
font-size: 14px;
|
25666
25762
|
color: #333;
|
25667
|
-
font-weight: #
|
25763
|
+
font-weight: #151b26;
|
25668
25764
|
}
|
25669
25765
|
|
25670
25766
|
.amis-scope .cxd-Modal-close {
|
25671
25767
|
float: right;
|
25672
|
-
color: #
|
25768
|
+
color: #b8babf;
|
25673
25769
|
line-height: inherit;
|
25674
25770
|
text-decoration: none;
|
25675
25771
|
vertical-align: middle;
|
@@ -25678,7 +25774,7 @@ readers do not read off random characters that represent icons */
|
|
25678
25774
|
.amis-scope .cxd-Modal-close svg {
|
25679
25775
|
width: 0.75rem;
|
25680
25776
|
height: 0.75rem;
|
25681
|
-
fill: #
|
25777
|
+
fill: #b8babf;
|
25682
25778
|
}
|
25683
25779
|
|
25684
25780
|
.amis-scope .cxd-Modal-close:not(.is-disabled) {
|
@@ -25794,7 +25890,7 @@ readers do not read off random characters that represent icons */
|
|
25794
25890
|
}
|
25795
25891
|
|
25796
25892
|
.amis-scope .cxd-Dialog-error {
|
25797
|
-
color: #
|
25893
|
+
color: #f33e3e;
|
25798
25894
|
white-space: pre-wrap;
|
25799
25895
|
}
|
25800
25896
|
|
@@ -25956,7 +26052,7 @@ readers do not read off random characters that represent icons */
|
|
25956
26052
|
}
|
25957
26053
|
|
25958
26054
|
.amis-scope .cxd-Drawer-footer .cxd-Drawer-error {
|
25959
|
-
color: #
|
26055
|
+
color: #f33e3e;
|
25960
26056
|
white-space: pre-wrap;
|
25961
26057
|
}
|
25962
26058
|
|
@@ -26094,7 +26190,7 @@ readers do not read off random characters that represent icons */
|
|
26094
26190
|
}
|
26095
26191
|
|
26096
26192
|
.amis-scope .cxd-Drawer--right .cxd-Drawer-footer .cxd-Drawer-error {
|
26097
|
-
color: #
|
26193
|
+
color: #f33e3e;
|
26098
26194
|
}
|
26099
26195
|
|
26100
26196
|
.amis-scope .cxd-Drawer--right .cxd-Drawer-resizeCtrl {
|
@@ -26327,6 +26423,7 @@ readers do not read off random characters that represent icons */
|
|
26327
26423
|
border-bottom: 0.0625rem solid #ebebeb;
|
26328
26424
|
border-top-left-radius: calc( 0.428rem - 0.0625rem );
|
26329
26425
|
border-top-right-radius: calc( 0.428rem - 0.0625rem );
|
26426
|
+
font-weight: bold;
|
26330
26427
|
}
|
26331
26428
|
|
26332
26429
|
.amis-scope .cxd-Tooltip-title:empty {
|
@@ -26338,6 +26435,62 @@ readers do not read off random characters that represent icons */
|
|
26338
26435
|
padding: 0.5rem 0.5rem;
|
26339
26436
|
}
|
26340
26437
|
|
26438
|
+
.amis-scope .cxd-Tooltip--dark {
|
26439
|
+
background: rgba(7, 12, 20, 0.85);
|
26440
|
+
border: none;
|
26441
|
+
box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
|
26442
|
+
}
|
26443
|
+
|
26444
|
+
.amis-scope .cxd-Tooltip--dark .cxd-Tooltip-title {
|
26445
|
+
color: #fff;
|
26446
|
+
background: transparent;
|
26447
|
+
border-bottom: none;
|
26448
|
+
}
|
26449
|
+
|
26450
|
+
.amis-scope .cxd-Tooltip--dark .cxd-Tooltip-title::before {
|
26451
|
+
border-bottom-color: transparent;
|
26452
|
+
}
|
26453
|
+
|
26454
|
+
.amis-scope .cxd-Tooltip--dark .cxd-Tooltip-body {
|
26455
|
+
color: #fff;
|
26456
|
+
}
|
26457
|
+
|
26458
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--top .cxd-Tooltip-arrow::before {
|
26459
|
+
border-width: 0;
|
26460
|
+
}
|
26461
|
+
|
26462
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--top .cxd-Tooltip-arrow::after {
|
26463
|
+
border-top-color: rgba(7, 12, 20, 0.85);
|
26464
|
+
}
|
26465
|
+
|
26466
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--bottom .cxd-Tooltip-arrow::before {
|
26467
|
+
border-width: 0;
|
26468
|
+
}
|
26469
|
+
|
26470
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--bottom .cxd-Tooltip-arrow::after {
|
26471
|
+
border-bottom-color: rgba(7, 12, 20, 0.85);
|
26472
|
+
}
|
26473
|
+
|
26474
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--left .cxd-Tooltip-arrow::before {
|
26475
|
+
border-width: 0;
|
26476
|
+
}
|
26477
|
+
|
26478
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--left .cxd-Tooltip-arrow::after {
|
26479
|
+
border-left-color: rgba(7, 12, 20, 0.85);
|
26480
|
+
}
|
26481
|
+
|
26482
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--right .cxd-Tooltip-arrow::before {
|
26483
|
+
border-width: 0;
|
26484
|
+
}
|
26485
|
+
|
26486
|
+
.amis-scope .cxd-Tooltip--dark.cxd-Tooltip--right .cxd-Tooltip-arrow::after {
|
26487
|
+
border-right-color: rgba(7, 12, 20, 0.85);
|
26488
|
+
}
|
26489
|
+
|
26490
|
+
.amis-scope .cxd-TooltipWrapper--inline {
|
26491
|
+
display: inline-block;
|
26492
|
+
}
|
26493
|
+
|
26341
26494
|
@keyframes tooltipIn {
|
26342
26495
|
from {
|
26343
26496
|
opacity: 0;
|
@@ -26571,6 +26724,19 @@ readers do not read off random characters that represent icons */
|
|
26571
26724
|
flex-direction: column;
|
26572
26725
|
}
|
26573
26726
|
|
26727
|
+
.amis-scope .cxd-PopUp-closeBox {
|
26728
|
+
width: 3rem;
|
26729
|
+
height: 3rem;
|
26730
|
+
position: absolute;
|
26731
|
+
z-index: 1;
|
26732
|
+
cursor: pointer;
|
26733
|
+
right: 0;
|
26734
|
+
top: 0;
|
26735
|
+
display: flex;
|
26736
|
+
justify-content: center;
|
26737
|
+
align-items: center;
|
26738
|
+
}
|
26739
|
+
|
26574
26740
|
.amis-scope .cxd-PopUp-closeWrap {
|
26575
26741
|
position: relative;
|
26576
26742
|
text-align: center;
|
@@ -26579,12 +26745,9 @@ readers do not read off random characters that represent icons */
|
|
26579
26745
|
}
|
26580
26746
|
|
26581
26747
|
.amis-scope .cxd-PopUp-closeWrap .cxd-PopUp-close {
|
26582
|
-
position: absolute;
|
26583
26748
|
z-index: 1;
|
26584
26749
|
color: #999;
|
26585
26750
|
cursor: pointer;
|
26586
|
-
top: 0.9375rem;
|
26587
|
-
right: 0.9375rem;
|
26588
26751
|
}
|
26589
26752
|
|
26590
26753
|
.amis-scope .cxd-PopUp-toolbar {
|
@@ -26940,25 +27103,25 @@ readers do not read off random characters that represent icons */
|
|
26940
27103
|
}
|
26941
27104
|
|
26942
27105
|
.amis-scope .cxd-Toast--error {
|
26943
|
-
color: #
|
27106
|
+
color: #151b26;
|
26944
27107
|
border-color: #ffffff;
|
26945
27108
|
background: #ffffff;
|
26946
27109
|
}
|
26947
27110
|
|
26948
27111
|
.amis-scope .cxd-Toast--warning {
|
26949
|
-
color: #
|
27112
|
+
color: #151b26;
|
26950
27113
|
border-color: #ffffff;
|
26951
27114
|
background: #ffffff;
|
26952
27115
|
}
|
26953
27116
|
|
26954
27117
|
.amis-scope .cxd-Toast--info {
|
26955
|
-
color: #
|
27118
|
+
color: #151b26;
|
26956
27119
|
border-color: #ffffff;
|
26957
27120
|
background: #ffffff;
|
26958
27121
|
}
|
26959
27122
|
|
26960
27123
|
.amis-scope .cxd-Toast--success {
|
26961
|
-
color: #
|
27124
|
+
color: #151b26;
|
26962
27125
|
border-color: #ffffff;
|
26963
27126
|
background: #ffffff;
|
26964
27127
|
}
|
@@ -27047,7 +27210,7 @@ readers do not read off random characters that represent icons */
|
|
27047
27210
|
border-radius: 0.25rem;
|
27048
27211
|
margin-bottom: var(--Alert-md);
|
27049
27212
|
position: relative;
|
27050
|
-
color: #
|
27213
|
+
color: #5c5f66;
|
27051
27214
|
display: flex;
|
27052
27215
|
flex-flow: row nowrap;
|
27053
27216
|
justify-content: space-between;
|
@@ -27099,26 +27262,26 @@ readers do not read off random characters that represent icons */
|
|
27099
27262
|
}
|
27100
27263
|
|
27101
27264
|
.amis-scope .cxd-Alert--danger {
|
27102
|
-
color: #
|
27103
|
-
background: #
|
27265
|
+
color: #5c5f66;
|
27266
|
+
background: #ffe8e6;
|
27104
27267
|
border-color: transparent;
|
27105
27268
|
}
|
27106
27269
|
|
27107
27270
|
.amis-scope .cxd-Alert--info {
|
27108
|
-
color: #
|
27109
|
-
background: #
|
27271
|
+
color: #5c5f66;
|
27272
|
+
background: #e6f0ff;
|
27110
27273
|
border-color: transparent;
|
27111
27274
|
}
|
27112
27275
|
|
27113
27276
|
.amis-scope .cxd-Alert--success {
|
27114
|
-
color: #
|
27115
|
-
background: #
|
27277
|
+
color: #5c5f66;
|
27278
|
+
background: #ecffe6;
|
27116
27279
|
border-color: transparent;
|
27117
27280
|
}
|
27118
27281
|
|
27119
27282
|
.amis-scope .cxd-Alert--warning {
|
27120
|
-
color: #
|
27121
|
-
background: #
|
27283
|
+
color: #5c5f66;
|
27284
|
+
background: #fff4e6;
|
27122
27285
|
border-color: transparent;
|
27123
27286
|
}
|
27124
27287
|
|
@@ -27159,7 +27322,7 @@ readers do not read off random characters that represent icons */
|
|
27159
27322
|
}
|
27160
27323
|
|
27161
27324
|
.amis-scope .cxd-ArrayInput-placeholder {
|
27162
|
-
color: #
|
27325
|
+
color: #b8babf;
|
27163
27326
|
padding-top: calc(
|
27164
27327
|
(
|
27165
27328
|
2rem - 1.4285714286 *
|
@@ -27252,7 +27415,7 @@ readers do not read off random characters that represent icons */
|
|
27252
27415
|
}
|
27253
27416
|
|
27254
27417
|
.amis-scope .cxd-ArrayInput-sortTip {
|
27255
|
-
color: #
|
27418
|
+
color: #b8babf;
|
27256
27419
|
}
|
27257
27420
|
|
27258
27421
|
.amis-scope .cxd-ArrayInput-item {
|
@@ -27306,68 +27469,123 @@ readers do not read off random characters that represent icons */
|
|
27306
27469
|
cursor: move;
|
27307
27470
|
}
|
27308
27471
|
|
27309
|
-
.amis-scope .cxd-Tabs-
|
27472
|
+
.amis-scope .cxd-Tabs-drag-tip {
|
27473
|
+
display: none;
|
27474
|
+
}
|
27475
|
+
|
27476
|
+
.amis-scope .cxd-Tabs-linksWrapper {
|
27477
|
+
display: flex;
|
27478
|
+
align-items: center;
|
27479
|
+
justify-content: flex-start;
|
27480
|
+
border-bottom: 0.0625rem solid #f2f2f4;
|
27481
|
+
}
|
27482
|
+
|
27483
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper {
|
27484
|
+
position: relative;
|
27485
|
+
display: flex;
|
27486
|
+
align-items: center;
|
27487
|
+
justify-content: flex-start;
|
27488
|
+
}
|
27489
|
+
|
27490
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
|
27491
|
+
display: flex;
|
27492
|
+
margin-left: 1.25rem;
|
27493
|
+
align-items: center;
|
27494
|
+
justify-content: flex-start;
|
27495
|
+
padding: 0 0 10px;
|
27496
|
+
white-space: nowrap;
|
27497
|
+
cursor: pointer;
|
27498
|
+
}
|
27499
|
+
|
27500
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable-icon {
|
27501
|
+
width: 0.9375rem;
|
27502
|
+
height: 0.9375rem;
|
27503
|
+
padding: 0.0625rem;
|
27504
|
+
margin-right: 0.25rem;
|
27505
|
+
}
|
27506
|
+
|
27507
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable span {
|
27508
|
+
margin-left: 4px;
|
27509
|
+
line-height: 1;
|
27510
|
+
}
|
27511
|
+
|
27512
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable:hover {
|
27513
|
+
color: #2468f2;
|
27514
|
+
fill: #2468f2;
|
27515
|
+
}
|
27516
|
+
|
27517
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer {
|
27518
|
+
flex-grow: 1;
|
27310
27519
|
position: relative;
|
27520
|
+
display: flex;
|
27521
|
+
align-items: center;
|
27522
|
+
overflow: hidden;
|
27311
27523
|
}
|
27312
27524
|
|
27313
|
-
.amis-scope .cxd-Tabs-linksContainer-arrow {
|
27525
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow {
|
27526
|
+
margin: 0 0 10px;
|
27527
|
+
width: 16px;
|
27314
27528
|
height: 100%;
|
27315
27529
|
display: flex;
|
27316
27530
|
align-items: center;
|
27317
|
-
top: 0;
|
27318
27531
|
cursor: pointer;
|
27319
|
-
|
27532
|
+
box-sizing: content-box;
|
27320
27533
|
}
|
27321
27534
|
|
27322
|
-
.amis-scope .cxd-Tabs-linksContainer-arrow .iconfont {
|
27535
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow .iconfont {
|
27323
27536
|
font-size: 0.75rem;
|
27324
27537
|
}
|
27325
27538
|
|
27326
|
-
.amis-scope .cxd-Tabs-linksContainer-arrow:hover {
|
27539
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow:hover {
|
27327
27540
|
color: #2468f2;
|
27328
27541
|
}
|
27329
27542
|
|
27330
|
-
.amis-scope .cxd-Tabs-linksContainer-arrow--left {
|
27331
|
-
|
27543
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--left {
|
27544
|
+
padding-right: 16px;
|
27332
27545
|
}
|
27333
27546
|
|
27334
|
-
.amis-scope .cxd-Tabs-linksContainer-arrow--right {
|
27335
|
-
|
27547
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--right {
|
27548
|
+
padding-left: 16px;
|
27336
27549
|
}
|
27337
27550
|
|
27338
|
-
.amis-scope .cxd-Tabs-linksContainer-arrow--disabled .iconfont {
|
27551
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--disabled .iconfont {
|
27339
27552
|
cursor: not-allowed;
|
27340
27553
|
color: #999;
|
27341
27554
|
}
|
27342
27555
|
|
27343
|
-
.amis-scope .cxd-Tabs-linksContainer-arrow--disabled:hover {
|
27556
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-arrow--disabled:hover {
|
27344
27557
|
color: #999;
|
27345
27558
|
}
|
27346
27559
|
|
27347
|
-
.amis-scope .cxd-Tabs-linksContainer-main {
|
27560
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main {
|
27561
|
+
position: relative;
|
27348
27562
|
overflow-y: auto;
|
27349
27563
|
scrollbar-width: none;
|
27350
27564
|
width: 100%;
|
27351
27565
|
}
|
27352
27566
|
|
27353
|
-
.amis-scope .cxd-Tabs-linksContainer-main::-webkit-scrollbar {
|
27567
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main::-webkit-scrollbar {
|
27354
27568
|
display: none;
|
27355
27569
|
}
|
27356
27570
|
|
27357
|
-
.amis-scope .cxd-Tabs-linksContainer-main
|
27358
|
-
white-space: nowrap;
|
27571
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links {
|
27359
27572
|
min-width: 100%;
|
27360
|
-
|
27573
|
+
max-width: 0;
|
27574
|
+
height: 100%;
|
27575
|
+
overflow-x: hidden;
|
27361
27576
|
}
|
27362
27577
|
|
27363
|
-
.amis-scope .cxd-Tabs .cxd-Tabs-linksContainer
|
27364
|
-
|
27578
|
+
.amis-scope .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-linksContainer-main .cxd-Tabs-links .cxd-Tabs-links-drag {
|
27579
|
+
position: absolute;
|
27580
|
+
height: 100%;
|
27581
|
+
top: 0;
|
27582
|
+
box-shadow: 0 0 0 1px red;
|
27365
27583
|
}
|
27366
27584
|
|
27367
27585
|
.amis-scope .cxd-Tabs-links {
|
27586
|
+
display: flex;
|
27368
27587
|
margin: 0;
|
27369
27588
|
padding: 0;
|
27370
|
-
border-bottom: 0.0625rem solid #eceff8;
|
27371
27589
|
list-style: none;
|
27372
27590
|
user-select: none;
|
27373
27591
|
}
|
@@ -27383,9 +27601,27 @@ readers do not read off random characters that represent icons */
|
|
27383
27601
|
}
|
27384
27602
|
|
27385
27603
|
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link {
|
27386
|
-
margin-bottom: calc(0.0625rem * -1);
|
27387
|
-
display: inline-block;
|
27388
27604
|
position: relative;
|
27605
|
+
flex: none;
|
27606
|
+
display: flex;
|
27607
|
+
max-width: 10rem;
|
27608
|
+
overflow: hidden;
|
27609
|
+
}
|
27610
|
+
|
27611
|
+
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link .cxd-Tabs-link-edit {
|
27612
|
+
max-width: 10rem;
|
27613
|
+
border: none;
|
27614
|
+
outline: none;
|
27615
|
+
}
|
27616
|
+
|
27617
|
+
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link .cxd-Tabs-link-close {
|
27618
|
+
margin: 0.0625rem 0 0 0.25rem;
|
27619
|
+
fill: #83868c;
|
27620
|
+
cursor: pointer;
|
27621
|
+
}
|
27622
|
+
|
27623
|
+
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link .cxd-Tabs-link-close .cxd-Tabs-link-close-icon {
|
27624
|
+
width: 0.75rem;
|
27389
27625
|
}
|
27390
27626
|
|
27391
27627
|
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
|
@@ -27400,6 +27636,9 @@ readers do not read off random characters that represent icons */
|
|
27400
27636
|
text-decoration: none;
|
27401
27637
|
cursor: pointer;
|
27402
27638
|
display: block;
|
27639
|
+
text-overflow: ellipsis;
|
27640
|
+
overflow: hidden;
|
27641
|
+
white-space: nowrap;
|
27403
27642
|
}
|
27404
27643
|
|
27405
27644
|
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link > .cxd-Combo-toolbarBtn {
|
@@ -27416,7 +27655,6 @@ readers do not read off random characters that represent icons */
|
|
27416
27655
|
|
27417
27656
|
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link:hover > a:first-child,
|
27418
27657
|
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link > a:first-child:focus {
|
27419
|
-
border-color: #e5e7eb;
|
27420
27658
|
text-decoration: none;
|
27421
27659
|
}
|
27422
27660
|
|
@@ -27427,7 +27665,7 @@ readers do not read off random characters that represent icons */
|
|
27427
27665
|
|
27428
27666
|
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link.disabled > a:first-child,
|
27429
27667
|
.amis-scope .cxd-Tabs-links > .cxd-Tabs-link.is-disabled > a:first-child {
|
27430
|
-
color: #
|
27668
|
+
color: #b8babf;
|
27431
27669
|
background: transparent;
|
27432
27670
|
border-color: transparent;
|
27433
27671
|
pointer-events: none;
|
@@ -27445,7 +27683,7 @@ readers do not read off random characters that represent icons */
|
|
27445
27683
|
background: #fff;
|
27446
27684
|
border-style: solid;
|
27447
27685
|
border-width: 0 0.0625rem 0.0625rem;
|
27448
|
-
border-color: #
|
27686
|
+
border-color: #f2f2f4;
|
27449
27687
|
}
|
27450
27688
|
|
27451
27689
|
.amis-scope .cxd-Tabs-pane {
|
@@ -27463,42 +27701,76 @@ readers do not read off random characters that represent icons */
|
|
27463
27701
|
opacity: 1;
|
27464
27702
|
}
|
27465
27703
|
|
27704
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper {
|
27705
|
+
border-bottom: 0.0625rem solid #f2f2f4;
|
27706
|
+
}
|
27707
|
+
|
27708
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper--toolbar .cxd-Tabs-link {
|
27709
|
+
padding-top: 10px;
|
27710
|
+
}
|
27711
|
+
|
27712
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper--toolbar .cxd-Tabs-addable {
|
27713
|
+
padding: 0;
|
27714
|
+
}
|
27715
|
+
|
27716
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper--toolbar .cxd-Tabs-linksContainer-arrow {
|
27717
|
+
margin: 0;
|
27718
|
+
}
|
27719
|
+
|
27466
27720
|
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
|
27467
27721
|
top: -4px;
|
27468
27722
|
}
|
27469
27723
|
|
27470
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-links,
|
27471
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
|
27724
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links,
|
27725
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
|
27472
27726
|
border-bottom-color: #eceff8;
|
27473
27727
|
}
|
27474
27728
|
|
27475
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-
|
27476
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li
|
27729
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li,
|
27730
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li {
|
27731
|
+
padding-left: 1rem;
|
27732
|
+
padding-right: 1rem;
|
27733
|
+
}
|
27734
|
+
|
27735
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:first-of-type,
|
27736
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:first-of-type {
|
27737
|
+
padding-left: 0;
|
27738
|
+
}
|
27739
|
+
|
27740
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:last-of-type,
|
27741
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:last-of-type {
|
27742
|
+
padding-right: 0;
|
27743
|
+
}
|
27744
|
+
|
27745
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child,
|
27746
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
|
27477
27747
|
border-width: 0 0 0.125rem 0;
|
27478
27748
|
padding: 0 0 8px;
|
27479
|
-
margin: 0 40px 0 0;
|
27480
27749
|
}
|
27481
27750
|
|
27482
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-links > li
|
27483
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-links > li
|
27484
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
|
27485
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
|
27751
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:hover a:first-child,
|
27752
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover a:first-child {
|
27486
27753
|
color: #2468f2;
|
27487
27754
|
background: transparent;
|
27488
27755
|
border-color: transparent;
|
27489
27756
|
}
|
27490
27757
|
|
27491
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-links > li:
|
27492
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:
|
27758
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:hover .cxd-Tabs-link-close,
|
27759
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover .cxd-Tabs-link-close {
|
27760
|
+
fill: #2468f2;
|
27761
|
+
}
|
27762
|
+
|
27763
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:last-child > a,
|
27764
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:last-child > a {
|
27493
27765
|
margin: 0;
|
27494
27766
|
}
|
27495
27767
|
|
27496
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-links > li.is-active > a:first-child,
|
27497
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-links > li.is-active > a:first-child:hover,
|
27498
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-links > li.is-active > a:first-child:focus,
|
27499
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child,
|
27500
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
|
27501
|
-
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
|
27768
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child,
|
27769
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:hover,
|
27770
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:focus,
|
27771
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child,
|
27772
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
|
27773
|
+
.amis-scope .cxd-Tabs--line > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus {
|
27502
27774
|
border-color: #2468f2;
|
27503
27775
|
color: #2468f2;
|
27504
27776
|
background: transparent;
|
@@ -27514,105 +27786,173 @@ readers do not read off random characters that represent icons */
|
|
27514
27786
|
background: #f5f5f5;
|
27515
27787
|
}
|
27516
27788
|
|
27517
|
-
.amis-scope .cxd-Tabs--card > .cxd-Tabs-
|
27518
|
-
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
|
27519
|
-
padding: 0.375rem 0 0 0.625rem;
|
27789
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper {
|
27520
27790
|
background: #f5f5f5;
|
27791
|
+
}
|
27792
|
+
|
27793
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-addable {
|
27794
|
+
margin-left: 0;
|
27795
|
+
padding: 0;
|
27796
|
+
padding-top: 0.4375rem;
|
27797
|
+
margin-right: 1rem;
|
27798
|
+
}
|
27799
|
+
|
27800
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer .cxd-Tabs-addable {
|
27801
|
+
padding: 0;
|
27802
|
+
}
|
27803
|
+
|
27804
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
|
27805
|
+
padding: 0.5rem 1rem 0;
|
27806
|
+
margin-bottom: 0;
|
27807
|
+
}
|
27808
|
+
|
27809
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
|
27810
|
+
padding: 0.375rem 0 0 0.625rem;
|
27521
27811
|
border-top: 0.0625rem solid #eceff8;
|
27522
27812
|
}
|
27523
27813
|
|
27524
|
-
.amis-scope .cxd-Tabs--card > .cxd-Tabs-
|
27525
|
-
|
27526
|
-
|
27527
|
-
|
27528
|
-
|
27529
|
-
|
27814
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li {
|
27815
|
+
padding: 0.625rem 0.625rem;
|
27816
|
+
margin: 0 10px 0 0;
|
27817
|
+
border-top-left-radius: 0.25rem;
|
27818
|
+
border-top-right-radius: 0.25rem;
|
27819
|
+
cursor: pointer;
|
27820
|
+
}
|
27821
|
+
|
27822
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active {
|
27530
27823
|
border-color: #fff;
|
27531
27824
|
color: #2468f2;
|
27532
27825
|
border-bottom-color: #fff;
|
27533
27826
|
background: #fff;
|
27534
27827
|
}
|
27535
27828
|
|
27536
|
-
.amis-scope .cxd-Tabs--card > .cxd-Tabs-
|
27537
|
-
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li
|
27538
|
-
padding: 0.625rem 0.625rem;
|
27539
|
-
margin: 0 10px 0 0;
|
27540
|
-
}
|
27541
|
-
|
27542
|
-
.amis-scope .cxd-Tabs--card > .cxd-Tabs-links > li > a:first-child:hover,
|
27543
|
-
.amis-scope .cxd-Tabs--card > .cxd-Tabs-links > li > a:first-child:focus,
|
27544
|
-
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
|
27545
|
-
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
|
27546
|
-
color: #666;
|
27829
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover,
|
27830
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:focus {
|
27547
27831
|
background: #fff;
|
27548
27832
|
border-bottom-color: transparent;
|
27549
27833
|
}
|
27550
27834
|
|
27835
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
|
27836
|
+
padding: 0;
|
27837
|
+
border: none;
|
27838
|
+
}
|
27839
|
+
|
27840
|
+
.amis-scope .cxd-Tabs--card > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-toolbar {
|
27841
|
+
padding: 0.375rem 0 0 0.625rem;
|
27842
|
+
margin: 0;
|
27843
|
+
}
|
27844
|
+
|
27551
27845
|
.amis-scope .cxd-Tabs--card > .cxd-Tabs-content {
|
27552
27846
|
border-width: 0;
|
27553
27847
|
}
|
27554
27848
|
|
27555
|
-
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer
|
27556
|
-
|
27849
|
+
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper {
|
27850
|
+
margin-bottom: 0.625rem;
|
27557
27851
|
}
|
27558
27852
|
|
27559
|
-
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-
|
27560
|
-
|
27561
|
-
border: 0;
|
27562
|
-
margin-bottom: 0.625rem;
|
27853
|
+
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
|
27854
|
+
padding: 0;
|
27563
27855
|
}
|
27564
27856
|
|
27565
|
-
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-
|
27566
|
-
|
27567
|
-
|
27857
|
+
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
|
27858
|
+
margin-bottom: 0;
|
27859
|
+
}
|
27860
|
+
|
27861
|
+
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
|
27862
|
+
border: 0;
|
27568
27863
|
}
|
27569
27864
|
|
27570
|
-
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-
|
27571
|
-
|
27865
|
+
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li {
|
27866
|
+
margin: 0;
|
27867
|
+
align-items: center;
|
27572
27868
|
border-width: 0.0625rem;
|
27573
|
-
border-color: #
|
27574
|
-
font-size: 0.75rem;
|
27869
|
+
border-color: #f2f2f4;
|
27575
27870
|
text-align: center;
|
27576
27871
|
margin: 0;
|
27577
27872
|
padding: 0 0.625rem;
|
27578
27873
|
min-width: 68px;
|
27579
27874
|
height: 1.875rem;
|
27580
|
-
line-height: 1.875rem;
|
27581
|
-
border-radius: 0;
|
27582
27875
|
background: #fff;
|
27876
|
+
border-style: solid;
|
27583
27877
|
}
|
27584
27878
|
|
27585
|
-
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-
|
27586
|
-
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-
|
27587
|
-
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
|
27588
|
-
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
|
27879
|
+
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover,
|
27880
|
+
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:focus {
|
27589
27881
|
color: #2468f2;
|
27590
27882
|
}
|
27591
27883
|
|
27592
|
-
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-
|
27593
|
-
|
27594
|
-
|
27595
|
-
|
27596
|
-
|
27597
|
-
|
27598
|
-
|
27884
|
+
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
|
27885
|
+
padding: 0;
|
27886
|
+
border-radius: 0;
|
27887
|
+
line-height: 1.875rem;
|
27888
|
+
font-size: 0.75rem;
|
27889
|
+
border: none;
|
27890
|
+
}
|
27891
|
+
|
27892
|
+
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active {
|
27599
27893
|
background: #2468f2;
|
27600
27894
|
border-color: #2468f2;
|
27601
27895
|
position: relative;
|
27602
27896
|
z-index: 1;
|
27603
27897
|
}
|
27604
27898
|
|
27605
|
-
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-links > li
|
27606
|
-
|
27899
|
+
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child {
|
27900
|
+
background: #2468f2;
|
27901
|
+
color: #fff;
|
27902
|
+
}
|
27903
|
+
|
27904
|
+
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > .cxd-Tabs-link-close {
|
27905
|
+
fill: #fff;
|
27906
|
+
}
|
27907
|
+
|
27908
|
+
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li + li {
|
27607
27909
|
margin-left: -1px;
|
27608
27910
|
}
|
27609
27911
|
|
27610
27912
|
.amis-scope .cxd-Tabs--radio > .cxd-Tabs-content {
|
27611
|
-
border-top: 0.0625rem solid #
|
27913
|
+
border-top: 0.0625rem solid #f2f2f4;
|
27914
|
+
}
|
27915
|
+
|
27916
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper {
|
27917
|
+
align-items: stretch;
|
27918
|
+
border-bottom: none;
|
27919
|
+
}
|
27920
|
+
|
27921
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer {
|
27922
|
+
flex: 1;
|
27923
|
+
align-items: stretch;
|
27924
|
+
}
|
27925
|
+
|
27926
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
|
27927
|
+
margin-bottom: 0;
|
27928
|
+
padding: 0 10px;
|
27929
|
+
height: auto;
|
27930
|
+
align-items: center;
|
27931
|
+
justify-content: center;
|
27932
|
+
border-width: 0.0625rem;
|
27933
|
+
border-style: solid;
|
27934
|
+
border-color: #f2f2f4;
|
27935
|
+
}
|
27936
|
+
|
27937
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer.cxd-Tabs-linksContainer--overflow > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:first-of-type {
|
27938
|
+
border-left-width: 0;
|
27939
|
+
}
|
27940
|
+
|
27941
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer.cxd-Tabs-linksContainer--overflow > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:last-of-type {
|
27942
|
+
border-right-width: 0;
|
27943
|
+
}
|
27944
|
+
|
27945
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
|
27946
|
+
padding: 0 0.75rem;
|
27947
|
+
margin-left: 0;
|
27948
|
+
white-space: nowrap;
|
27949
|
+
border-style: solid;
|
27950
|
+
border-color: #f2f2f4;
|
27951
|
+
border-width: 0.0625rem;
|
27952
|
+
border-left-width: 0;
|
27612
27953
|
}
|
27613
27954
|
|
27614
|
-
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-links
|
27615
|
-
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
|
27955
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
|
27616
27956
|
width: 100%;
|
27617
27957
|
display: flex;
|
27618
27958
|
flex-direction: row;
|
@@ -27620,41 +27960,38 @@ readers do not read off random characters that represent icons */
|
|
27620
27960
|
border-bottom: 0;
|
27621
27961
|
}
|
27622
27962
|
|
27623
|
-
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-links > li
|
27624
|
-
|
27963
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li {
|
27964
|
+
max-width: unset;
|
27625
27965
|
flex-grow: 1;
|
27626
27966
|
text-align: center;
|
27627
27967
|
margin: 0 0 0 calc(0.0625rem * -1);
|
27628
|
-
}
|
27629
|
-
|
27630
|
-
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-links > li > a:first-child,
|
27631
|
-
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
|
27632
|
-
margin: 0;
|
27633
|
-
border-radius: 0;
|
27634
27968
|
border-style: solid;
|
27635
|
-
border-color: #
|
27969
|
+
border-color: #f2f2f4;
|
27636
27970
|
border-width: 0.0625rem;
|
27971
|
+
padding: 0.5rem 0.75rem;
|
27972
|
+
cursor: pointer;
|
27637
27973
|
}
|
27638
27974
|
|
27639
|
-
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-
|
27640
|
-
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-
|
27641
|
-
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
|
27642
|
-
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
|
27975
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover,
|
27976
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:focus {
|
27643
27977
|
position: relative;
|
27644
27978
|
z-index: 1;
|
27645
27979
|
border-color: #eceff8;
|
27646
27980
|
color: #2468f2;
|
27647
27981
|
}
|
27648
27982
|
|
27649
|
-
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-
|
27650
|
-
|
27651
|
-
|
27652
|
-
|
27653
|
-
|
27654
|
-
|
27983
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
|
27984
|
+
margin: 0;
|
27985
|
+
border-radius: 0;
|
27986
|
+
padding: 0;
|
27987
|
+
flex: 1;
|
27988
|
+
border: none;
|
27989
|
+
}
|
27990
|
+
|
27991
|
+
.amis-scope .cxd-Tabs--tiled > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active {
|
27655
27992
|
cursor: default;
|
27656
27993
|
color: #2468f2;
|
27657
|
-
border-color: #
|
27994
|
+
border-color: #f2f2f4;
|
27658
27995
|
border-top-color: #2468f2;
|
27659
27996
|
border-bottom-color: transparent;
|
27660
27997
|
}
|
@@ -27662,39 +27999,43 @@ readers do not read off random characters that represent icons */
|
|
27662
27999
|
.amis-scope .cxd-Tabs--vertical {
|
27663
28000
|
display: flex;
|
27664
28001
|
min-height: 12.5rem;
|
27665
|
-
border: 0.0625rem solid #
|
28002
|
+
border: 0.0625rem solid #f2f2f4;
|
27666
28003
|
border-radius: 0;
|
27667
28004
|
}
|
27668
28005
|
|
27669
|
-
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-
|
28006
|
+
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper {
|
28007
|
+
flex-direction: column;
|
28008
|
+
background: #f5f5f5;
|
28009
|
+
}
|
28010
|
+
|
28011
|
+
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links {
|
27670
28012
|
width: 8.75rem;
|
27671
|
-
background: #f5f5f5;
|
27672
28013
|
border: none;
|
27673
28014
|
border-right: none;
|
27674
|
-
|
28015
|
+
flex-direction: column;
|
27675
28016
|
}
|
27676
28017
|
|
27677
|
-
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li {
|
28018
|
+
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li {
|
27678
28019
|
margin: 0 0 0 -1px;
|
27679
28020
|
display: block;
|
27680
28021
|
}
|
27681
28022
|
|
27682
|
-
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li > a:first-child {
|
28023
|
+
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child {
|
27683
28024
|
border-color: transparent;
|
27684
28025
|
border-radius: 0;
|
27685
28026
|
border-width: 0 0 0 0.25rem;
|
27686
28027
|
margin: 0;
|
27687
28028
|
}
|
27688
28029
|
|
27689
|
-
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li > a:first-child:hover,
|
27690
|
-
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li > a:first-child:focus {
|
28030
|
+
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:hover,
|
28031
|
+
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:focus {
|
27691
28032
|
color: #2468f2;
|
27692
28033
|
border-color: transparent;
|
27693
28034
|
}
|
27694
28035
|
|
27695
|
-
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child,
|
27696
|
-
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child:hover,
|
27697
|
-
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-links > li.is-active > a:first-child:focus {
|
28036
|
+
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child,
|
28037
|
+
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:hover,
|
28038
|
+
.amis-scope .cxd-Tabs--vertical > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:focus {
|
27698
28039
|
color: #2468f2;
|
27699
28040
|
background: #f5f5f5;
|
27700
28041
|
border-color: #2468f2;
|
@@ -27709,15 +28050,103 @@ readers do not read off random characters that represent icons */
|
|
27709
28050
|
height: 100%;
|
27710
28051
|
}
|
27711
28052
|
|
27712
|
-
.amis-scope .cxd-Tabs--
|
28053
|
+
.amis-scope .cxd-Tabs--sidebar {
|
28054
|
+
display: flex;
|
28055
|
+
height: 100%;
|
28056
|
+
}
|
28057
|
+
|
28058
|
+
.amis-scope .cxd-Tabs--sidebar.sidebar--left {
|
28059
|
+
flex-direction: row;
|
28060
|
+
}
|
28061
|
+
|
28062
|
+
.amis-scope .cxd-Tabs--sidebar.sidebar--left > .cxd-Tabs-content {
|
28063
|
+
border-right: none;
|
28064
|
+
}
|
28065
|
+
|
28066
|
+
.amis-scope .cxd-Tabs--sidebar.sidebar--right {
|
28067
|
+
flex-direction: row-reverse;
|
28068
|
+
}
|
28069
|
+
|
28070
|
+
.amis-scope .cxd-Tabs--sidebar.sidebar--right > .cxd-Tabs-content {
|
28071
|
+
border-left: none;
|
28072
|
+
}
|
28073
|
+
|
28074
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper {
|
28075
|
+
flex: 0 0 3.875rem;
|
28076
|
+
align-items: flex-start;
|
28077
|
+
border: none;
|
28078
|
+
}
|
28079
|
+
|
28080
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links {
|
28081
|
+
position: relative;
|
28082
|
+
margin: 0;
|
28083
|
+
padding-top: 1.6875rem;
|
28084
|
+
flex-grow: 1;
|
28085
|
+
border: none;
|
28086
|
+
flex-direction: column;
|
28087
|
+
border: 0;
|
28088
|
+
}
|
28089
|
+
|
28090
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li {
|
28091
|
+
display: flex;
|
28092
|
+
margin: 0 0 1.375rem 0;
|
28093
|
+
padding: 0;
|
28094
|
+
flex-direction: column;
|
28095
|
+
justify-content: flex-start;
|
28096
|
+
align-items: center;
|
28097
|
+
border: 0;
|
28098
|
+
}
|
28099
|
+
|
28100
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child {
|
28101
|
+
padding: 0;
|
28102
|
+
border: 0;
|
28103
|
+
margin: 0;
|
28104
|
+
display: flex;
|
28105
|
+
flex-direction: column;
|
28106
|
+
align-items: center;
|
28107
|
+
color: #83868c;
|
28108
|
+
}
|
28109
|
+
|
28110
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child .cxd-Icon {
|
28111
|
+
font-size: 1.5rem;
|
28112
|
+
height: 1.5rem;
|
28113
|
+
margin-bottom: 0.3125rem;
|
28114
|
+
}
|
28115
|
+
|
28116
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child,
|
28117
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:hover,
|
28118
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child:focus {
|
28119
|
+
color: #2468f2;
|
28120
|
+
}
|
28121
|
+
|
28122
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-content {
|
28123
|
+
flex-grow: 1;
|
28124
|
+
border-bottom: none;
|
28125
|
+
}
|
28126
|
+
|
28127
|
+
.amis-scope .cxd-Tabs--sidebar > .cxd-Tabs-content > .cxd-Tabs-pane {
|
28128
|
+
height: 100%;
|
28129
|
+
}
|
28130
|
+
|
28131
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper {
|
27713
28132
|
background: #f5f5f5;
|
28133
|
+
border-bottom: none;
|
28134
|
+
}
|
28135
|
+
|
28136
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-addable {
|
28137
|
+
margin-left: 0;
|
28138
|
+
padding: 0;
|
28139
|
+
padding-top: 10px;
|
28140
|
+
}
|
28141
|
+
|
28142
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links {
|
27714
28143
|
border-bottom: 0;
|
27715
28144
|
padding: 0 0.625rem;
|
27716
28145
|
padding-top: 0.5rem;
|
27717
28146
|
display: flex;
|
27718
28147
|
}
|
27719
28148
|
|
27720
|
-
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-links > li {
|
28149
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li {
|
27721
28150
|
position: relative;
|
27722
28151
|
margin-bottom: 0;
|
27723
28152
|
white-space: nowrap;
|
@@ -27726,29 +28155,31 @@ readers do not read off random characters that represent icons */
|
|
27726
28155
|
padding: 0.4375rem 1.25rem 0.375rem;
|
27727
28156
|
cursor: pointer;
|
27728
28157
|
flex: 1;
|
28158
|
+
overflow: inherit;
|
27729
28159
|
}
|
27730
28160
|
|
27731
|
-
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-links > li > a:first-child {
|
28161
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li > a:first-child {
|
27732
28162
|
background: none;
|
27733
28163
|
border: none;
|
27734
28164
|
position: relative;
|
27735
28165
|
z-index: 5;
|
27736
28166
|
overflow: hidden;
|
27737
28167
|
padding: 0;
|
28168
|
+
text-overflow: unset;
|
27738
28169
|
}
|
27739
28170
|
|
27740
|
-
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-links > li.is-active > a:first-child,
|
27741
|
-
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-links > li.is-active > a:first-child:hover,
|
27742
|
-
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-links > li.is-active > a:first-child:focus {
|
28171
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child,
|
28172
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:hover,
|
28173
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active > a:first-child:focus {
|
27743
28174
|
background: none;
|
27744
28175
|
border: none;
|
27745
28176
|
}
|
27746
28177
|
|
27747
|
-
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-links > li.is-active:after {
|
28178
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active:after {
|
27748
28179
|
display: none;
|
27749
28180
|
}
|
27750
28181
|
|
27751
|
-
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-links > li:after {
|
28182
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:after {
|
27752
28183
|
content: "";
|
27753
28184
|
width: 1px;
|
27754
28185
|
height: calc(100% - 0.5rem * 2);
|
@@ -27758,26 +28189,26 @@ readers do not read off random characters that represent icons */
|
|
27758
28189
|
top: 0.5rem;
|
27759
28190
|
}
|
27760
28191
|
|
27761
|
-
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-links > li:hover .chrome-tab-background {
|
28192
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:hover .chrome-tab-background {
|
27762
28193
|
z-index: 3;
|
27763
28194
|
display: block;
|
27764
28195
|
background-color: #fcfcfc;
|
27765
28196
|
}
|
27766
28197
|
|
27767
|
-
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-links > li:hover .chrome-tab-background > svg {
|
28198
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:hover .chrome-tab-background > svg {
|
27768
28199
|
fill: #fcfcfc;
|
27769
28200
|
}
|
27770
28201
|
|
27771
|
-
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-links > li:hover:after {
|
28202
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li:hover:after {
|
27772
28203
|
display: none;
|
27773
28204
|
}
|
27774
28205
|
|
27775
|
-
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-links > li.is-active .chrome-tab-background {
|
28206
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active .chrome-tab-background {
|
27776
28207
|
display: block;
|
27777
28208
|
background-color: #fff;
|
27778
28209
|
}
|
27779
28210
|
|
27780
|
-
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-links > li.is-active .chrome-tab-background > svg {
|
28211
|
+
.amis-scope .cxd-Tabs--chrome > .cxd-Tabs-linksWrapper > .cxd-Tabs-links > li.is-active .chrome-tab-background > svg {
|
27781
28212
|
fill: #fff;
|
27782
28213
|
}
|
27783
28214
|
|
@@ -27808,10 +28239,181 @@ readers do not read off random characters that represent icons */
|
|
27808
28239
|
left: calc(0.5rem * -1);
|
27809
28240
|
}
|
27810
28241
|
|
28242
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper {
|
28243
|
+
border-bottom: none;
|
28244
|
+
}
|
28245
|
+
|
28246
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
|
28247
|
+
padding: 0;
|
28248
|
+
}
|
28249
|
+
|
28250
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-arrow {
|
28251
|
+
margin-bottom: 0;
|
28252
|
+
}
|
28253
|
+
|
28254
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links {
|
28255
|
+
border: none;
|
28256
|
+
}
|
28257
|
+
|
28258
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li {
|
28259
|
+
position: relative;
|
28260
|
+
border: none;
|
28261
|
+
padding: 0.25rem 1rem;
|
28262
|
+
}
|
28263
|
+
|
28264
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li::after {
|
28265
|
+
content: "";
|
28266
|
+
position: absolute;
|
28267
|
+
top: 50%;
|
28268
|
+
right: 0;
|
28269
|
+
width: 0.0625rem;
|
28270
|
+
height: 0.9375rem;
|
28271
|
+
transform: translateY(-50%);
|
28272
|
+
background-color: #f2f2f4;
|
28273
|
+
}
|
28274
|
+
|
28275
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > .cxd-Tabs-link-close {
|
28276
|
+
padding-top: 0.0625rem;
|
28277
|
+
cursor: pointer;
|
28278
|
+
}
|
28279
|
+
|
28280
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:last-of-type::after {
|
28281
|
+
content: none;
|
28282
|
+
}
|
28283
|
+
|
28284
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child,
|
28285
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:hover,
|
28286
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li.is-active > a:first-child:focus,
|
28287
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover > a:first-child,
|
28288
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover > a:first-child:hover,
|
28289
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover > a:first-child:focus {
|
28290
|
+
color: #2468f2;
|
28291
|
+
border: none;
|
28292
|
+
}
|
28293
|
+
|
28294
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li:hover .cxd-Tabs-link-close {
|
28295
|
+
fill: #2468f2;
|
28296
|
+
}
|
28297
|
+
|
28298
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child {
|
28299
|
+
padding: 0;
|
28300
|
+
}
|
28301
|
+
|
28302
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child,
|
28303
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:hover,
|
28304
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > li > a:first-child:focus {
|
28305
|
+
border: none;
|
28306
|
+
}
|
28307
|
+
|
28308
|
+
.amis-scope .cxd-Tabs--simple > .cxd-Tabs-content {
|
28309
|
+
border: none;
|
28310
|
+
}
|
28311
|
+
|
28312
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper {
|
28313
|
+
align-items: stretch;
|
28314
|
+
border-bottom: 0.0625rem solid #f2f2f4;
|
28315
|
+
}
|
28316
|
+
|
28317
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable {
|
28318
|
+
width: 2rem;
|
28319
|
+
margin-left: 0.5rem;
|
28320
|
+
padding: 0;
|
28321
|
+
margin-bottom: calc(0.0625rem * -1);
|
28322
|
+
align-items: center;
|
28323
|
+
justify-content: center;
|
28324
|
+
font-size: 0;
|
28325
|
+
border: 0.0625rem solid #f2f2f4;
|
28326
|
+
border-top-left-radius: 0.25rem;
|
28327
|
+
border-top-right-radius: 0.25rem;
|
28328
|
+
flex: none;
|
28329
|
+
}
|
28330
|
+
|
28331
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable > .cxd-Tabs-addable-icon {
|
28332
|
+
margin-right: 0;
|
28333
|
+
}
|
28334
|
+
|
28335
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper .cxd-Tabs-addable:hover {
|
28336
|
+
color: #2468f2;
|
28337
|
+
}
|
28338
|
+
|
28339
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer {
|
28340
|
+
margin-bottom: calc(0.0625rem * -1);
|
28341
|
+
}
|
28342
|
+
|
28343
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer.cxd-Tabs-linksContainer--overflow > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:first-of-type {
|
28344
|
+
border-left-width: 0;
|
28345
|
+
border-top-left-radius: 0;
|
28346
|
+
}
|
28347
|
+
|
28348
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer.cxd-Tabs-linksContainer--overflow > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:last-of-type {
|
28349
|
+
border-right-width: 0;
|
28350
|
+
border-top-right-radius: 0;
|
28351
|
+
}
|
28352
|
+
|
28353
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-arrow {
|
28354
|
+
width: 1.5rem;
|
28355
|
+
margin-bottom: 0;
|
28356
|
+
padding: 0;
|
28357
|
+
justify-content: center;
|
28358
|
+
border: 0.0625rem solid #f2f2f4;
|
28359
|
+
border-top-right-radius: 0.25rem;
|
28360
|
+
box-sizing: border-box;
|
28361
|
+
}
|
28362
|
+
|
28363
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-arrow--left {
|
28364
|
+
padding-right: 0;
|
28365
|
+
border-right-width: 0;
|
28366
|
+
border-top-left-radius: 0.25rem;
|
28367
|
+
}
|
28368
|
+
|
28369
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer .cxd-Tabs-linksContainer-arrow--right {
|
28370
|
+
padding-left: 0;
|
28371
|
+
border-left-width: 0;
|
28372
|
+
border-top-right-radius: 0.25rem;
|
28373
|
+
}
|
28374
|
+
|
28375
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link {
|
28376
|
+
margin-right: 0.5rem;
|
28377
|
+
padding: 0.5rem 1rem;
|
28378
|
+
background: #fff;
|
28379
|
+
border-top-left-radius: 0.25rem;
|
28380
|
+
border-top-right-radius: 0.25rem;
|
28381
|
+
border: 0.0625rem solid #f2f2f4;
|
28382
|
+
cursor: pointer;
|
28383
|
+
}
|
28384
|
+
|
28385
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-active {
|
28386
|
+
border-bottom-color: #fff;
|
28387
|
+
}
|
28388
|
+
|
28389
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-active > a:first-child,
|
28390
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-active > a:first-child:hover,
|
28391
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link.is-active > a:first-child:focus,
|
28392
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:hover > a:first-child,
|
28393
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:hover > a:first-child:hover,
|
28394
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:hover > a:first-child:focus {
|
28395
|
+
color: #2468f2;
|
28396
|
+
}
|
28397
|
+
|
28398
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:hover .cxd-Tabs-link-close {
|
28399
|
+
fill: #2468f2;
|
28400
|
+
}
|
28401
|
+
|
28402
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link:last-of-type {
|
28403
|
+
margin-right: 0;
|
28404
|
+
}
|
28405
|
+
|
28406
|
+
.amis-scope .cxd-Tabs--strong > .cxd-Tabs-linksContainer-wrapper > .cxd-Tabs-linksContainer > .cxd-Tabs-linksContainer-main > .cxd-Tabs-links > .cxd-Tabs-link > a:first-child {
|
28407
|
+
padding: 0;
|
28408
|
+
margin: 0;
|
28409
|
+
border: none;
|
28410
|
+
}
|
28411
|
+
|
27811
28412
|
.amis-scope .cxd-Tabs-toolbar {
|
27812
|
-
|
27813
|
-
|
27814
|
-
|
28413
|
+
margin-left: 0.75rem;
|
28414
|
+
display: flex;
|
28415
|
+
flex-direction: row;
|
28416
|
+
align-items: center;
|
27815
28417
|
}
|
27816
28418
|
|
27817
28419
|
.amis-scope .cxd-Nav {
|
@@ -27942,7 +28544,7 @@ readers do not read off random characters that represent icons */
|
|
27942
28544
|
font-size: 12px;
|
27943
28545
|
text-align: center;
|
27944
28546
|
color: #fff;
|
27945
|
-
background: #
|
28547
|
+
background: #30bf13;
|
27946
28548
|
}
|
27947
28549
|
|
27948
28550
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Nav-item > .cxd-Nav-item-atcions,
|
@@ -28009,7 +28611,7 @@ readers do not read off random characters that represent icons */
|
|
28009
28611
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-disabled > a,
|
28010
28612
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.disabled > .cxd-Badge > a,
|
28011
28613
|
.amis-scope .cxd-Nav .cxd-Nav-list--stacked .cxd-Badge.is-disabled > .cxd-Badge > a {
|
28012
|
-
color: #
|
28614
|
+
color: #b8babf;
|
28013
28615
|
background: transparent;
|
28014
28616
|
pointer-events: none;
|
28015
28617
|
}
|
@@ -28348,7 +28950,7 @@ readers do not read off random characters that represent icons */
|
|
28348
28950
|
display: block;
|
28349
28951
|
width: 100%;
|
28350
28952
|
padding: 5px 10px;
|
28351
|
-
color: #
|
28953
|
+
color: #f33e3e;
|
28352
28954
|
background: rgba(255, 255, 255, 0.4);
|
28353
28955
|
text-align: center;
|
28354
28956
|
top: 0;
|
@@ -28586,22 +29188,22 @@ readers do not read off random characters that represent icons */
|
|
28586
29188
|
}
|
28587
29189
|
|
28588
29190
|
.amis-scope .cxd-Panel--success {
|
28589
|
-
border-color: #
|
29191
|
+
border-color: #30bf13;
|
28590
29192
|
}
|
28591
29193
|
|
28592
29194
|
.amis-scope .cxd-Panel--success > .cxd-Panel-heading {
|
28593
|
-
background: #
|
29195
|
+
background: #30bf13;
|
28594
29196
|
color: #fff;
|
28595
29197
|
}
|
28596
29198
|
|
28597
29199
|
.amis-scope .cxd-Panel--success > .cxd-Panel-heading .badge {
|
28598
|
-
color: #
|
29200
|
+
color: #30bf13;
|
28599
29201
|
background: #fff;
|
28600
29202
|
}
|
28601
29203
|
|
28602
29204
|
.amis-scope .cxd-Panel--success > .cxd-Panel-heading,
|
28603
29205
|
.amis-scope .cxd-Panel--success > .cxd-Panel-footer {
|
28604
|
-
border-color: #
|
29206
|
+
border-color: #30bf13;
|
28605
29207
|
}
|
28606
29208
|
|
28607
29209
|
.amis-scope .cxd-Panel--info {
|
@@ -28624,41 +29226,41 @@ readers do not read off random characters that represent icons */
|
|
28624
29226
|
}
|
28625
29227
|
|
28626
29228
|
.amis-scope .cxd-Panel--warning {
|
28627
|
-
border-color: #
|
29229
|
+
border-color: #ff9326;
|
28628
29230
|
}
|
28629
29231
|
|
28630
29232
|
.amis-scope .cxd-Panel--warning > .cxd-Panel-heading {
|
28631
|
-
background: #
|
29233
|
+
background: #ff9326;
|
28632
29234
|
color: #fff;
|
28633
29235
|
}
|
28634
29236
|
|
28635
29237
|
.amis-scope .cxd-Panel--warning > .cxd-Panel-heading .badge {
|
28636
|
-
color: #
|
29238
|
+
color: #ff9326;
|
28637
29239
|
background: #fff;
|
28638
29240
|
}
|
28639
29241
|
|
28640
29242
|
.amis-scope .cxd-Panel--warning > .cxd-Panel-heading,
|
28641
29243
|
.amis-scope .cxd-Panel--warning > .cxd-Panel-footer {
|
28642
|
-
border-color: #
|
29244
|
+
border-color: #ff9326;
|
28643
29245
|
}
|
28644
29246
|
|
28645
29247
|
.amis-scope .cxd-Panel--danger {
|
28646
|
-
border-color: #
|
29248
|
+
border-color: #f33e3e;
|
28647
29249
|
}
|
28648
29250
|
|
28649
29251
|
.amis-scope .cxd-Panel--danger > .cxd-Panel-heading {
|
28650
|
-
background: #
|
29252
|
+
background: #f33e3e;
|
28651
29253
|
color: #fff;
|
28652
29254
|
}
|
28653
29255
|
|
28654
29256
|
.amis-scope .cxd-Panel--danger > .cxd-Panel-heading .badge {
|
28655
|
-
color: #
|
29257
|
+
color: #f33e3e;
|
28656
29258
|
background: #fff;
|
28657
29259
|
}
|
28658
29260
|
|
28659
29261
|
.amis-scope .cxd-Panel--danger > .cxd-Panel-heading,
|
28660
29262
|
.amis-scope .cxd-Panel--danger > .cxd-Panel-footer {
|
28661
|
-
border-color: #
|
29263
|
+
border-color: #f33e3e;
|
28662
29264
|
}
|
28663
29265
|
|
28664
29266
|
.amis-scope .cxd-Panel-heading {
|
@@ -28945,10 +29547,15 @@ readers do not read off random characters that represent icons */
|
|
28945
29547
|
border-bottom-left-radius: 0;
|
28946
29548
|
}
|
28947
29549
|
|
29550
|
+
.amis-scope .cxd-ButtonGroup > .cxd-ButtonGroup:last-child > .cxd-Button:not(:last-child) {
|
29551
|
+
border-top-right-radius: 0;
|
29552
|
+
}
|
29553
|
+
|
28948
29554
|
.amis-scope .cxd-ButtonGroup--vertical {
|
28949
29555
|
flex-direction: column;
|
28950
29556
|
align-items: flex-start;
|
28951
29557
|
justify-content: center;
|
29558
|
+
/* 修正头尾的圆角 */
|
28952
29559
|
}
|
28953
29560
|
|
28954
29561
|
.amis-scope .cxd-ButtonGroup--vertical .cxd-Button,
|
@@ -28976,6 +29583,16 @@ readers do not read off random characters that represent icons */
|
|
28976
29583
|
border-top-right-radius: 0;
|
28977
29584
|
}
|
28978
29585
|
|
29586
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:first-child,
|
29587
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:first-child > .cxd-Button:first-child {
|
29588
|
+
border-top-right-radius: 0.25rem;
|
29589
|
+
}
|
29590
|
+
|
29591
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-Button:last-child,
|
29592
|
+
.amis-scope .cxd-ButtonGroup--vertical > .cxd-ButtonGroup:last-child > .cxd-Button:last-child {
|
29593
|
+
border-bottom-left-radius: 0.25rem;
|
29594
|
+
}
|
29595
|
+
|
28979
29596
|
.amis-scope .cxd-ButtonGroup--tiled {
|
28980
29597
|
display: flex;
|
28981
29598
|
}
|
@@ -29142,7 +29759,7 @@ readers do not read off random characters that represent icons */
|
|
29142
29759
|
}
|
29143
29760
|
|
29144
29761
|
.amis-scope .cxd-Each-placeholder {
|
29145
|
-
color: #
|
29762
|
+
color: #b8babf;
|
29146
29763
|
text-align: left;
|
29147
29764
|
padding: 0.5rem;
|
29148
29765
|
}
|
@@ -29544,7 +30161,7 @@ readers do not read off random characters that represent icons */
|
|
29544
30161
|
}
|
29545
30162
|
|
29546
30163
|
.amis-scope .cxd-Collapse {
|
29547
|
-
border: 0.0625rem solid #
|
30164
|
+
border: 0.0625rem solid #e8e9eb;
|
29548
30165
|
padding: 0;
|
29549
30166
|
line-height: 1.25rem;
|
29550
30167
|
}
|
@@ -29556,7 +30173,7 @@ readers do not read off random characters that represent icons */
|
|
29556
30173
|
padding: 1rem;
|
29557
30174
|
margin: 0;
|
29558
30175
|
cursor: pointer;
|
29559
|
-
background: #
|
30176
|
+
background: #f7f7f9;
|
29560
30177
|
}
|
29561
30178
|
|
29562
30179
|
.amis-scope .cxd-Collapse-header-wrapper {
|
@@ -29569,7 +30186,7 @@ readers do not read off random characters that represent icons */
|
|
29569
30186
|
}
|
29570
30187
|
|
29571
30188
|
.amis-scope .cxd-Collapse-header:hover {
|
29572
|
-
background: #
|
30189
|
+
background: #f2f2f4;
|
29573
30190
|
}
|
29574
30191
|
|
29575
30192
|
.amis-scope .cxd-Collapse-arrow {
|
@@ -29616,15 +30233,15 @@ readers do not read off random characters that represent icons */
|
|
29616
30233
|
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header {
|
29617
30234
|
cursor: not-allowed;
|
29618
30235
|
user-select: none;
|
29619
|
-
color: #
|
30236
|
+
color: #b8babf;
|
29620
30237
|
}
|
29621
30238
|
|
29622
30239
|
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-header:hover {
|
29623
|
-
background-color: #
|
30240
|
+
background-color: #f7f7f9;
|
29624
30241
|
}
|
29625
30242
|
|
29626
30243
|
.amis-scope .cxd-Collapse--disabled .cxd-Collapse-arrow:before {
|
29627
|
-
border-color: #
|
30244
|
+
border-color: #b8babf;
|
29628
30245
|
}
|
29629
30246
|
|
29630
30247
|
.amis-scope .cxd-Collapse--title-bottom .cxd-Collapse-header {
|
@@ -29754,12 +30371,12 @@ readers do not read off random characters that represent icons */
|
|
29754
30371
|
transition: transform 0s ease-out;
|
29755
30372
|
margin: 5px;
|
29756
30373
|
display: flex;
|
29757
|
-
color: #
|
30374
|
+
color: #84868c;
|
29758
30375
|
}
|
29759
30376
|
|
29760
30377
|
.amis-scope .cxd-CBGroup-fieldCaret:hover,
|
29761
30378
|
.amis-scope .cxd-CBGroup-operatorCaret:hover {
|
29762
|
-
color: #
|
30379
|
+
color: #84868c;
|
29763
30380
|
}
|
29764
30381
|
|
29765
30382
|
.amis-scope .cxd-CBGroup-fieldCaret > svg,
|
@@ -29775,7 +30392,7 @@ readers do not read off random characters that represent icons */
|
|
29775
30392
|
}
|
29776
30393
|
|
29777
30394
|
.amis-scope .cxd-CBGroup-placeholder {
|
29778
|
-
color: #
|
30395
|
+
color: #b8babf;
|
29779
30396
|
position: relative;
|
29780
30397
|
margin-left: 30px;
|
29781
30398
|
padding: 10px;
|
@@ -29973,7 +30590,7 @@ readers do not read off random characters that represent icons */
|
|
29973
30590
|
}
|
29974
30591
|
|
29975
30592
|
.amis-scope .cxd-CBFunc-error {
|
29976
|
-
color: #
|
30593
|
+
color: #f33e3e;
|
29977
30594
|
}
|
29978
30595
|
|
29979
30596
|
.amis-scope .cxd-CBFunc-args {
|
@@ -30005,8 +30622,8 @@ readers do not read off random characters that represent icons */
|
|
30005
30622
|
}
|
30006
30623
|
|
30007
30624
|
.amis-scope .cxd-CBFormula-label {
|
30008
|
-
background: #
|
30009
|
-
color: #
|
30625
|
+
background: #f7f7f9;
|
30626
|
+
color: #b8babf;
|
30010
30627
|
display: block;
|
30011
30628
|
font-size: 0.75rem;
|
30012
30629
|
align-self: center;
|
@@ -30721,14 +31338,14 @@ readers do not read off random characters that represent icons */
|
|
30721
31338
|
}
|
30722
31339
|
|
30723
31340
|
.amis-scope .cxd-Table-placeholder {
|
30724
|
-
color: #
|
31341
|
+
color: #b8babf;
|
30725
31342
|
text-align: center;
|
30726
31343
|
height: 6.25rem;
|
30727
31344
|
background: transparent !important;
|
30728
31345
|
}
|
30729
31346
|
|
30730
31347
|
.amis-scope .cxd-Table-placeholder:hover {
|
30731
|
-
color: #
|
31348
|
+
color: #b8babf;
|
30732
31349
|
background: transparent !important;
|
30733
31350
|
}
|
30734
31351
|
|
@@ -31210,38 +31827,38 @@ readers do not read off random characters that represent icons */
|
|
31210
31827
|
}
|
31211
31828
|
|
31212
31829
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success {
|
31213
|
-
background-color: #
|
31214
|
-
color: #
|
31830
|
+
background-color: #30bf13;
|
31831
|
+
color: #b8f2ac;
|
31215
31832
|
}
|
31216
31833
|
|
31217
31834
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.lt,
|
31218
31835
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .lt {
|
31219
|
-
background: #
|
31836
|
+
background: #38d318;
|
31220
31837
|
}
|
31221
31838
|
|
31222
31839
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.lter,
|
31223
31840
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .lter {
|
31224
|
-
background: #
|
31841
|
+
background: #43e223;
|
31225
31842
|
}
|
31226
31843
|
|
31227
31844
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.dk,
|
31228
31845
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .dk {
|
31229
|
-
background: #
|
31846
|
+
background: #29aa0e;
|
31230
31847
|
}
|
31231
31848
|
|
31232
31849
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.dker,
|
31233
31850
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .dker {
|
31234
|
-
background: #
|
31851
|
+
background: #22950a;
|
31235
31852
|
}
|
31236
31853
|
|
31237
31854
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success.bg,
|
31238
31855
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .bg {
|
31239
|
-
background-color: #
|
31856
|
+
background-color: #30bf13;
|
31240
31857
|
}
|
31241
31858
|
|
31242
31859
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success a,
|
31243
31860
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success .cxd-Button--link {
|
31244
|
-
color: #
|
31861
|
+
color: #def9d8;
|
31245
31862
|
}
|
31246
31863
|
|
31247
31864
|
.amis-scope .cxd-Table-table > tbody > tr.bg-success a:hover,
|
@@ -31318,33 +31935,33 @@ readers do not read off random characters that represent icons */
|
|
31318
31935
|
}
|
31319
31936
|
|
31320
31937
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning {
|
31321
|
-
background-color: #
|
31322
|
-
color: #
|
31938
|
+
background-color: #ff9326;
|
31939
|
+
color: #fef9f3;
|
31323
31940
|
}
|
31324
31941
|
|
31325
31942
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.lt,
|
31326
31943
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .lt {
|
31327
|
-
background: #
|
31944
|
+
background: #fda042;
|
31328
31945
|
}
|
31329
31946
|
|
31330
31947
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.lter,
|
31331
31948
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .lter {
|
31332
|
-
background: #
|
31949
|
+
background: #fbac5d;
|
31333
31950
|
}
|
31334
31951
|
|
31335
31952
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.dk,
|
31336
31953
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .dk {
|
31337
|
-
background: #
|
31954
|
+
background: #ff860d;
|
31338
31955
|
}
|
31339
31956
|
|
31340
31957
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.dker,
|
31341
31958
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .dker {
|
31342
|
-
background: #
|
31959
|
+
background: #f27a00;
|
31343
31960
|
}
|
31344
31961
|
|
31345
31962
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning.bg,
|
31346
31963
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning .bg {
|
31347
|
-
background-color: #
|
31964
|
+
background-color: #ff9326;
|
31348
31965
|
}
|
31349
31966
|
|
31350
31967
|
.amis-scope .cxd-Table-table > tbody > tr.bg-warning a,
|
@@ -31372,33 +31989,33 @@ readers do not read off random characters that represent icons */
|
|
31372
31989
|
}
|
31373
31990
|
|
31374
31991
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger {
|
31375
|
-
background-color: #
|
31376
|
-
color:
|
31992
|
+
background-color: #f33e3e;
|
31993
|
+
color: #fffefe;
|
31377
31994
|
}
|
31378
31995
|
|
31379
31996
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.lt,
|
31380
31997
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .lt {
|
31381
|
-
background: #
|
31998
|
+
background: #f25858;
|
31382
31999
|
}
|
31383
32000
|
|
31384
32001
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.lter,
|
31385
32002
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .lter {
|
31386
|
-
background: #
|
32003
|
+
background: #f27272;
|
31387
32004
|
}
|
31388
32005
|
|
31389
32006
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.dk,
|
31390
32007
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .dk {
|
31391
|
-
background: #
|
32008
|
+
background: #f42323;
|
31392
32009
|
}
|
31393
32010
|
|
31394
32011
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.dker,
|
31395
32012
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .dker {
|
31396
|
-
background: #
|
32013
|
+
background: #f50909;
|
31397
32014
|
}
|
31398
32015
|
|
31399
32016
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger.bg,
|
31400
32017
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger .bg {
|
31401
|
-
background-color: #
|
32018
|
+
background-color: #f33e3e;
|
31402
32019
|
}
|
31403
32020
|
|
31404
32021
|
.amis-scope .cxd-Table-table > tbody > tr.bg-danger a,
|
@@ -32001,7 +32618,7 @@ readers do not read off random characters that represent icons */
|
|
32001
32618
|
}
|
32002
32619
|
|
32003
32620
|
.amis-scope .cxd-TableCell-sortBtn--default.is-active {
|
32004
|
-
color: #
|
32621
|
+
color: #b8babf;
|
32005
32622
|
}
|
32006
32623
|
|
32007
32624
|
.amis-scope .cxd-TableCell-sortBtn--default.is-active:hover {
|
@@ -32019,7 +32636,7 @@ readers do not read off random characters that represent icons */
|
|
32019
32636
|
right: 0.25rem;
|
32020
32637
|
top: 50%;
|
32021
32638
|
transform: translateY(-50%);
|
32022
|
-
color: #
|
32639
|
+
color: #b8babf;
|
32023
32640
|
}
|
32024
32641
|
|
32025
32642
|
.amis-scope .cxd-TableCell-searchBtn svg.icon {
|
@@ -32052,7 +32669,7 @@ readers do not read off random characters that represent icons */
|
|
32052
32669
|
right: calc( 0.625rem - 1rem / 2 );
|
32053
32670
|
top: 50%;
|
32054
32671
|
transform: translateY(-50%);
|
32055
|
-
color: #
|
32672
|
+
color: #b8babf;
|
32056
32673
|
}
|
32057
32674
|
|
32058
32675
|
.amis-scope .cxd-TableCell-filterBtn svg.icon {
|
@@ -32145,7 +32762,7 @@ readers do not read off random characters that represent icons */
|
|
32145
32762
|
.amis-scope .cxd-Table-itemActions a.is-disabled {
|
32146
32763
|
pointer-events: none;
|
32147
32764
|
opacity: 0.65;
|
32148
|
-
color: #
|
32765
|
+
color: #b8babf;
|
32149
32766
|
}
|
32150
32767
|
|
32151
32768
|
.amis-scope .cxd-Table-dragTip {
|
@@ -32637,7 +33254,7 @@ readers do not read off random characters that represent icons */
|
|
32637
33254
|
}
|
32638
33255
|
|
32639
33256
|
.amis-scope .cxd-List-placeholder {
|
32640
|
-
color: #
|
33257
|
+
color: #b8babf;
|
32641
33258
|
text-align: center;
|
32642
33259
|
min-height: 1.875rem;
|
32643
33260
|
line-height: 1.875rem;
|
@@ -32678,7 +33295,7 @@ readers do not read off random characters that represent icons */
|
|
32678
33295
|
}
|
32679
33296
|
|
32680
33297
|
.amis-scope .cxd-ListGroup-item.is-disabled {
|
32681
|
-
color: #
|
33298
|
+
color: #b8babf;
|
32682
33299
|
}
|
32683
33300
|
|
32684
33301
|
.amis-scope .cxd-ListGroup--expanded .cxd-ListGroup-item {
|
@@ -32764,7 +33381,7 @@ readers do not read off random characters that represent icons */
|
|
32764
33381
|
|
32765
33382
|
.amis-scope .cxd-ListItem-fieldLabel {
|
32766
33383
|
width: 9.375rem;
|
32767
|
-
color: #
|
33384
|
+
color: #b8babf;
|
32768
33385
|
}
|
32769
33386
|
|
32770
33387
|
.amis-scope .cxd-ListItem.is-checked {
|
@@ -32890,7 +33507,7 @@ readers do not read off random characters that represent icons */
|
|
32890
33507
|
|
32891
33508
|
.amis-scope .cxd-Cards-placeholder {
|
32892
33509
|
background: #fff;
|
32893
|
-
color: #
|
33510
|
+
color: #b8babf;
|
32894
33511
|
text-align: center;
|
32895
33512
|
height: 6.25rem;
|
32896
33513
|
line-height: 6.25rem;
|
@@ -33032,7 +33649,7 @@ readers do not read off random characters that represent icons */
|
|
33032
33649
|
max-height: calc(0.875rem * 1.5 * 2);
|
33033
33650
|
overflow: hidden;
|
33034
33651
|
text-overflow: ellipsis;
|
33035
|
-
color: #
|
33652
|
+
color: #b8babf;
|
33036
33653
|
-webkit-line-clamp: 2;
|
33037
33654
|
-webkit-box-orient: vertical;
|
33038
33655
|
display: -webkit-box;
|
@@ -33097,7 +33714,7 @@ readers do not read off random characters that represent icons */
|
|
33097
33714
|
}
|
33098
33715
|
|
33099
33716
|
.amis-scope .cxd-Card-highlight {
|
33100
|
-
background: #
|
33717
|
+
background: #30bf13;
|
33101
33718
|
width: 0.5rem;
|
33102
33719
|
height: 0.5rem;
|
33103
33720
|
border-radius: 100%;
|
@@ -33131,7 +33748,7 @@ readers do not read off random characters that represent icons */
|
|
33131
33748
|
|
33132
33749
|
.amis-scope .cxd-Card-fieldLabel {
|
33133
33750
|
width: 3.75rem;
|
33134
|
-
color: #
|
33751
|
+
color: #b8babf;
|
33135
33752
|
}
|
33136
33753
|
|
33137
33754
|
.amis-scope .cxd-Card-actions {
|
@@ -33170,7 +33787,7 @@ readers do not read off random characters that represent icons */
|
|
33170
33787
|
}
|
33171
33788
|
|
33172
33789
|
.amis-scope .cxd-Card-actions > a.is-disabled {
|
33173
|
-
color: #
|
33790
|
+
color: #b8babf;
|
33174
33791
|
}
|
33175
33792
|
|
33176
33793
|
.amis-scope .cxd-Card-actions > a.is-disabled:hover {
|
@@ -33592,11 +34209,11 @@ readers do not read off random characters that represent icons */
|
|
33592
34209
|
}
|
33593
34210
|
|
33594
34211
|
.amis-scope .cxd-Progress-circle .bg-warning-circle-path {
|
33595
|
-
stroke: #
|
34212
|
+
stroke: #ff9326;
|
33596
34213
|
}
|
33597
34214
|
|
33598
34215
|
.amis-scope .cxd-Progress-circle .bg-danger-circle-path {
|
33599
|
-
stroke: #
|
34216
|
+
stroke: #f33e3e;
|
33600
34217
|
}
|
33601
34218
|
|
33602
34219
|
.amis-scope .cxd-Progress-circle .bg-info-circle-path {
|
@@ -33604,7 +34221,7 @@ readers do not read off random characters that represent icons */
|
|
33604
34221
|
}
|
33605
34222
|
|
33606
34223
|
.amis-scope .cxd-Progress-circle .bg-success-circle-path {
|
33607
|
-
stroke: #
|
34224
|
+
stroke: #30bf13;
|
33608
34225
|
}
|
33609
34226
|
|
33610
34227
|
.amis-scope .cxd-Progress-circle .bg-primary-circle-path {
|
@@ -33890,7 +34507,7 @@ readers do not read off random characters that represent icons */
|
|
33890
34507
|
.amis-scope .cxd-StatusField .cxd-Status-icon.rolling::before {
|
33891
34508
|
content: "";
|
33892
34509
|
display: inline-block;
|
33893
|
-
border: 5px solid #
|
34510
|
+
border: 5px solid #f33e3e;
|
33894
34511
|
border-radius: 500px;
|
33895
34512
|
position: absolute;
|
33896
34513
|
top: 0;
|
@@ -33912,23 +34529,23 @@ readers do not read off random characters that represent icons */
|
|
33912
34529
|
}
|
33913
34530
|
|
33914
34531
|
.amis-scope .cxd-StatusField .cxd-Status-icon.icon-warning {
|
33915
|
-
color: #
|
34532
|
+
color: #ff9326;
|
33916
34533
|
}
|
33917
34534
|
|
33918
34535
|
.amis-scope .cxd-Status-icon.rolling + .cxd-StatusField-label {
|
33919
|
-
color: #
|
34536
|
+
color: #ff9326;
|
33920
34537
|
}
|
33921
34538
|
|
33922
34539
|
.amis-scope .cxd-Status-icon.icon-success + .cxd-StatusField-label {
|
33923
|
-
color: #
|
34540
|
+
color: #30bf13;
|
33924
34541
|
}
|
33925
34542
|
|
33926
34543
|
.amis-scope .cxd-Status-icon.icon-fail + .cxd-StatusField-label {
|
33927
|
-
color: #
|
34544
|
+
color: #f33e3e;
|
33928
34545
|
}
|
33929
34546
|
|
33930
34547
|
.amis-scope .cxd-Status-icon.icon-warning + .cxd-StatusField-label {
|
33931
|
-
color: #
|
34548
|
+
color: #ff9326;
|
33932
34549
|
}
|
33933
34550
|
|
33934
34551
|
.amis-scope .cxd-Carousel {
|
@@ -34549,7 +35166,7 @@ readers do not read off random characters that represent icons */
|
|
34549
35166
|
.amis-scope .cxd-InputBox {
|
34550
35167
|
display: flex;
|
34551
35168
|
background: #ffffff;
|
34552
|
-
border: 0.0625rem solid #
|
35169
|
+
border: 0.0625rem solid #e8e9eb;
|
34553
35170
|
border-radius: 0.25rem;
|
34554
35171
|
line-height: 1.4285714286;
|
34555
35172
|
padding: calc(
|
@@ -34569,18 +35186,18 @@ readers do not read off random characters that represent icons */
|
|
34569
35186
|
outline: none;
|
34570
35187
|
background: transparent;
|
34571
35188
|
border: none;
|
34572
|
-
color: #
|
35189
|
+
color: #151b26;
|
34573
35190
|
width: 100%;
|
34574
35191
|
height: calc(1.4285714286 * 0.875rem);
|
34575
35192
|
}
|
34576
35193
|
|
34577
35194
|
.amis-scope .cxd-InputBox input::placeholder {
|
34578
|
-
color: #
|
35195
|
+
color: #b8babf;
|
34579
35196
|
user-select: none;
|
34580
35197
|
}
|
34581
35198
|
|
34582
35199
|
.amis-scope .cxd-InputBox:hover {
|
34583
|
-
border-color: #
|
35200
|
+
border-color: #144bcc;
|
34584
35201
|
}
|
34585
35202
|
|
34586
35203
|
.amis-scope .cxd-InputBox--borderHalf {
|
@@ -34602,30 +35219,30 @@ readers do not read off random characters that represent icons */
|
|
34602
35219
|
}
|
34603
35220
|
|
34604
35221
|
.amis-scope .cxd-InputBox.is-error {
|
34605
|
-
border-color: #
|
35222
|
+
border-color: #f33e3e;
|
34606
35223
|
background: #ffffff;
|
34607
35224
|
}
|
34608
35225
|
|
34609
35226
|
.amis-scope .cxd-InputBox.is-focused {
|
34610
|
-
border-color: #
|
35227
|
+
border-color: #144bcc;
|
34611
35228
|
box-shadow: none;
|
34612
35229
|
background: #ffffff;
|
34613
35230
|
}
|
34614
35231
|
|
34615
35232
|
.amis-scope .cxd-InputBox.is-clickable:hover {
|
34616
|
-
border-color: #
|
35233
|
+
border-color: #144bcc;
|
34617
35234
|
box-shadow: none;
|
34618
35235
|
cursor: pointer;
|
34619
35236
|
}
|
34620
35237
|
|
34621
35238
|
.amis-scope .cxd-InputBox.is-error.is-focused {
|
34622
|
-
border-color: #
|
35239
|
+
border-color: #f33e3e;
|
34623
35240
|
}
|
34624
35241
|
|
34625
35242
|
.amis-scope .cxd-InputBox.is-disabled {
|
34626
|
-
color: #
|
34627
|
-
background: #
|
34628
|
-
border-color: #
|
35243
|
+
color: #b8babf;
|
35244
|
+
background: #f7f7f9;
|
35245
|
+
border-color: #e8e9eb;
|
34629
35246
|
}
|
34630
35247
|
|
34631
35248
|
.amis-scope .cxd-InputBox-clear {
|
@@ -34639,18 +35256,18 @@ readers do not read off random characters that represent icons */
|
|
34639
35256
|
}
|
34640
35257
|
|
34641
35258
|
.amis-scope .cxd-InputBox-clear svg {
|
34642
|
-
fill: #
|
35259
|
+
fill: #d4d6d9;
|
34643
35260
|
top: 0;
|
34644
35261
|
width: 0.875rem;
|
34645
35262
|
height: 0.875rem;
|
34646
35263
|
}
|
34647
35264
|
|
34648
35265
|
.amis-scope .cxd-InputBox-clear:hover svg {
|
34649
|
-
fill: #
|
35266
|
+
fill: #5c5f66;
|
34650
35267
|
}
|
34651
35268
|
|
34652
35269
|
.amis-scope .cxd-InputBox-clear:active svg {
|
34653
|
-
fill: #
|
35270
|
+
fill: #303540;
|
34654
35271
|
}
|
34655
35272
|
|
34656
35273
|
.amis-scope .cxd-InputBox > svg {
|
@@ -34666,7 +35283,7 @@ readers do not read off random characters that represent icons */
|
|
34666
35283
|
.amis-scope .cxd-ResultBox {
|
34667
35284
|
display: flex;
|
34668
35285
|
background: #ffffff;
|
34669
|
-
border: 0.0625rem solid #
|
35286
|
+
border: 0.0625rem solid #e8e9eb;
|
34670
35287
|
border-radius: 0.25rem;
|
34671
35288
|
line-height: 1.4285714286;
|
34672
35289
|
padding: calc(
|
@@ -34692,18 +35309,18 @@ readers do not read off random characters that represent icons */
|
|
34692
35309
|
outline: none;
|
34693
35310
|
background: transparent;
|
34694
35311
|
border: none;
|
34695
|
-
color: #
|
35312
|
+
color: #151b26;
|
34696
35313
|
width: 100%;
|
34697
35314
|
height: calc(1.4285714286 * 0.875rem);
|
34698
35315
|
}
|
34699
35316
|
|
34700
35317
|
.amis-scope .cxd-ResultBox input::placeholder {
|
34701
|
-
color: #
|
35318
|
+
color: #b8babf;
|
34702
35319
|
user-select: none;
|
34703
35320
|
}
|
34704
35321
|
|
34705
35322
|
.amis-scope .cxd-ResultBox:hover {
|
34706
|
-
border-color: #
|
35323
|
+
border-color: #144bcc;
|
34707
35324
|
}
|
34708
35325
|
|
34709
35326
|
.amis-scope .cxd-ResultBox--borderHalf {
|
@@ -34721,7 +35338,7 @@ readers do not read off random characters that represent icons */
|
|
34721
35338
|
}
|
34722
35339
|
|
34723
35340
|
.amis-scope .cxd-ResultBox.is-error {
|
34724
|
-
border-color: #
|
35341
|
+
border-color: #f33e3e;
|
34725
35342
|
background: #ffffff;
|
34726
35343
|
}
|
34727
35344
|
|
@@ -34729,7 +35346,7 @@ readers do not read off random characters that represent icons */
|
|
34729
35346
|
.amis-scope .cxd-ResultBox.is-active,
|
34730
35347
|
.amis-scope .cxd-ResultBox:focus {
|
34731
35348
|
outline: none;
|
34732
|
-
border-color: #
|
35349
|
+
border-color: #144bcc;
|
34733
35350
|
box-shadow: none;
|
34734
35351
|
background: #ffffff;
|
34735
35352
|
}
|
@@ -34739,19 +35356,19 @@ readers do not read off random characters that represent icons */
|
|
34739
35356
|
}
|
34740
35357
|
|
34741
35358
|
.amis-scope .cxd-ResultBox.is-clickable:not(.is-disabled):hover {
|
34742
|
-
border-color: #
|
35359
|
+
border-color: #144bcc;
|
34743
35360
|
box-shadow: none;
|
34744
35361
|
background: #ffffff;
|
34745
35362
|
}
|
34746
35363
|
|
34747
35364
|
.amis-scope .cxd-ResultBox.is-error.is-focused {
|
34748
|
-
border-color: #
|
35365
|
+
border-color: #f33e3e;
|
34749
35366
|
}
|
34750
35367
|
|
34751
35368
|
.amis-scope .cxd-ResultBox.is-disabled {
|
34752
|
-
color: #
|
34753
|
-
background: #
|
34754
|
-
border-color: #
|
35369
|
+
color: #b8babf;
|
35370
|
+
background: #f7f7f9;
|
35371
|
+
border-color: #e8e9eb;
|
34755
35372
|
pointer-events: none;
|
34756
35373
|
}
|
34757
35374
|
|
@@ -34800,18 +35417,18 @@ readers do not read off random characters that represent icons */
|
|
34800
35417
|
}
|
34801
35418
|
|
34802
35419
|
.amis-scope .cxd-ResultBox-clear svg {
|
34803
|
-
fill: #
|
35420
|
+
fill: #d4d6d9;
|
34804
35421
|
top: 0;
|
34805
35422
|
width: 0.875rem;
|
34806
35423
|
height: 0.875rem;
|
34807
35424
|
}
|
34808
35425
|
|
34809
35426
|
.amis-scope .cxd-ResultBox-clear:hover svg {
|
34810
|
-
fill: #
|
35427
|
+
fill: #5c5f66;
|
34811
35428
|
}
|
34812
35429
|
|
34813
35430
|
.amis-scope .cxd-ResultBox-clear:active svg {
|
34814
|
-
fill: #
|
35431
|
+
fill: #303540;
|
34815
35432
|
}
|
34816
35433
|
|
34817
35434
|
.amis-scope .cxd-ResultBox-clear-wrap {
|
@@ -34838,7 +35455,7 @@ readers do not read off random characters that represent icons */
|
|
34838
35455
|
}
|
34839
35456
|
|
34840
35457
|
.amis-scope .cxd-ResultBox-value {
|
34841
|
-
background: #
|
35458
|
+
background: #f7f7f9;
|
34842
35459
|
color: #000;
|
34843
35460
|
font-size: 0.875rem;
|
34844
35461
|
padding: 0 0.25rem;
|
@@ -34883,7 +35500,7 @@ readers do not read off random characters that represent icons */
|
|
34883
35500
|
}
|
34884
35501
|
|
34885
35502
|
.amis-scope .cxd-ResultBox-placeholder {
|
34886
|
-
color: #
|
35503
|
+
color: #b8babf;
|
34887
35504
|
user-select: none;
|
34888
35505
|
margin-left: 8px;
|
34889
35506
|
}
|
@@ -34898,11 +35515,11 @@ readers do not read off random characters that represent icons */
|
|
34898
35515
|
}
|
34899
35516
|
|
34900
35517
|
.amis-scope .cxd-ResultBox.cxd-TransferDropDown > .cxd-ResultBox-value {
|
34901
|
-
background: #
|
35518
|
+
background: #f7f7f9;
|
34902
35519
|
}
|
34903
35520
|
|
34904
35521
|
.amis-scope .cxd-ResultBox.cxd-TransferDropDown > .cxd-ResultBox-value:hover {
|
34905
|
-
background: #
|
35522
|
+
background: #e8e9eb;
|
34906
35523
|
}
|
34907
35524
|
|
34908
35525
|
.amis-scope .cxd-ResultBox.is-mobile {
|
@@ -34935,18 +35552,18 @@ readers do not read off random characters that represent icons */
|
|
34935
35552
|
}
|
34936
35553
|
|
34937
35554
|
.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-clear svg {
|
34938
|
-
fill: #
|
35555
|
+
fill: #d4d6d9;
|
34939
35556
|
top: 0;
|
34940
35557
|
width: 0.875rem;
|
34941
35558
|
height: 0.875rem;
|
34942
35559
|
}
|
34943
35560
|
|
34944
35561
|
.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-clear:hover svg {
|
34945
|
-
fill: #
|
35562
|
+
fill: #5c5f66;
|
34946
35563
|
}
|
34947
35564
|
|
34948
35565
|
.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-clear:active svg {
|
34949
|
-
fill: #
|
35566
|
+
fill: #303540;
|
34950
35567
|
}
|
34951
35568
|
|
34952
35569
|
.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-arrow {
|
@@ -34963,7 +35580,7 @@ readers do not read off random characters that represent icons */
|
|
34963
35580
|
.amis-scope .cxd-ResultBox.is-mobile .cxd-ResultBox-arrow > svg {
|
34964
35581
|
transition: transform 0s;
|
34965
35582
|
display: inline-block;
|
34966
|
-
color: #
|
35583
|
+
color: #84868c;
|
34967
35584
|
width: 10px;
|
34968
35585
|
height: 10px;
|
34969
35586
|
top: 0;
|
@@ -34993,7 +35610,7 @@ readers do not read off random characters that represent icons */
|
|
34993
35610
|
|
34994
35611
|
.amis-scope .cxd-SearchBox.is-active {
|
34995
35612
|
background: #ffffff;
|
34996
|
-
border: 0.0625rem solid #
|
35613
|
+
border: 0.0625rem solid #e8e9eb;
|
34997
35614
|
width: 150px;
|
34998
35615
|
}
|
34999
35616
|
|
@@ -35025,13 +35642,13 @@ readers do not read off random characters that represent icons */
|
|
35025
35642
|
outline: none;
|
35026
35643
|
border: none;
|
35027
35644
|
background: transparent;
|
35028
|
-
color: #
|
35645
|
+
color: #151b26;
|
35029
35646
|
width: 0;
|
35030
35647
|
height: calc(1.4285714286 * 0.875rem);
|
35031
35648
|
}
|
35032
35649
|
|
35033
35650
|
.amis-scope .cxd-SearchBox > input::placeholder {
|
35034
|
-
color: #
|
35651
|
+
color: #b8babf;
|
35035
35652
|
user-select: none;
|
35036
35653
|
}
|
35037
35654
|
|
@@ -35044,7 +35661,7 @@ readers do not read off random characters that represent icons */
|
|
35044
35661
|
|
35045
35662
|
.amis-scope .cxd-ListMenu-groupLabel {
|
35046
35663
|
font-size: 0.6875rem;
|
35047
|
-
color: #
|
35664
|
+
color: #b8babf;
|
35048
35665
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem - 0.5rem ) / 2 ) 0 0 calc(0.625rem - 0.25rem);
|
35049
35666
|
}
|
35050
35667
|
|
@@ -35073,14 +35690,14 @@ readers do not read off random characters that represent icons */
|
|
35073
35690
|
}
|
35074
35691
|
|
35075
35692
|
.amis-scope .cxd-ListMenu-item.is-disabled {
|
35076
|
-
color: #
|
35693
|
+
color: #b8babf;
|
35077
35694
|
background: transparent;
|
35078
35695
|
}
|
35079
35696
|
|
35080
35697
|
.amis-scope .cxd-ListMenu-placeholder {
|
35081
35698
|
display: block;
|
35082
35699
|
min-height: 1.875rem;
|
35083
|
-
color: #
|
35700
|
+
color: #b8babf;
|
35084
35701
|
line-height: 1.4285714286;
|
35085
35702
|
font-size: 0.875rem;
|
35086
35703
|
cursor: pointer;
|
@@ -35340,15 +35957,15 @@ readers do not read off random characters that represent icons */
|
|
35340
35957
|
}
|
35341
35958
|
|
35342
35959
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-icon {
|
35343
|
-
background-color: #
|
35960
|
+
background-color: #f33e3e;
|
35344
35961
|
color: #fff;
|
35345
|
-
border: 1px solid #
|
35962
|
+
border: 1px solid #f33e3e;
|
35346
35963
|
}
|
35347
35964
|
|
35348
35965
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-title,
|
35349
35966
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-subTitle,
|
35350
35967
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-description {
|
35351
|
-
color: #
|
35968
|
+
color: #f33e3e;
|
35352
35969
|
}
|
35353
35970
|
|
35354
35971
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-finish .cxd-StepsItem-icon,
|
@@ -35910,7 +36527,7 @@ readers do not read off random characters that represent icons */
|
|
35910
36527
|
|
35911
36528
|
.amis-scope .cxd-InputGroup-addOn {
|
35912
36529
|
background: #fff;
|
35913
|
-
border: 0.0625rem solid #
|
36530
|
+
border: 0.0625rem solid #e8e9eb;
|
35914
36531
|
line-height: calc( 2rem - calc(
|
35915
36532
|
(
|
35916
36533
|
2rem - 1.4285714286 *
|
@@ -35943,7 +36560,7 @@ readers do not read off random characters that represent icons */
|
|
35943
36560
|
|
35944
36561
|
.amis-scope .cxd-InputGroup-btn .cxd-Button {
|
35945
36562
|
border-radius: 0;
|
35946
|
-
border: 0.0625rem solid #
|
36563
|
+
border: 0.0625rem solid #e8e9eb;
|
35947
36564
|
}
|
35948
36565
|
|
35949
36566
|
.amis-scope .cxd-InputGroup-btn:not(:last-child) .cxd-Button {
|
@@ -35979,7 +36596,7 @@ readers do not read off random characters that represent icons */
|
|
35979
36596
|
|
35980
36597
|
.amis-scope .cxd-InputGroup .cxd-SelectControl .cxd-Select {
|
35981
36598
|
background: #fff;
|
35982
|
-
border: 0.0625rem solid #
|
36599
|
+
border: 0.0625rem solid #e8e9eb;
|
35983
36600
|
color: #333;
|
35984
36601
|
}
|
35985
36602
|
|
@@ -36016,7 +36633,7 @@ readers do not read off random characters that represent icons */
|
|
36016
36633
|
.amis-scope .cxd-InputGroup.is-focused .cxd-TextControl-input,
|
36017
36634
|
.amis-scope .cxd-InputGroup.is-focused .cxd-Select,
|
36018
36635
|
.amis-scope .cxd-InputGroup.is-focused .cxd-InputGroup-btn .cxd-Button {
|
36019
|
-
border-color: #
|
36636
|
+
border-color: #144bcc;
|
36020
36637
|
}
|
36021
36638
|
|
36022
36639
|
.amis-scope .cxd-InputGroup.is-focused .cxd-Select {
|
@@ -36052,7 +36669,7 @@ readers do not read off random characters that represent icons */
|
|
36052
36669
|
.amis-scope .cxd-TextControl-input {
|
36053
36670
|
display: flex;
|
36054
36671
|
background: #ffffff;
|
36055
|
-
border: 0.0625rem solid #
|
36672
|
+
border: 0.0625rem solid #e8e9eb;
|
36056
36673
|
border-radius: 0.25rem;
|
36057
36674
|
line-height: 1.4285714286;
|
36058
36675
|
padding: calc(
|
@@ -36072,18 +36689,18 @@ readers do not read off random characters that represent icons */
|
|
36072
36689
|
outline: none;
|
36073
36690
|
background: transparent;
|
36074
36691
|
border: none;
|
36075
|
-
color: #
|
36692
|
+
color: #151b26;
|
36076
36693
|
width: 100%;
|
36077
36694
|
height: calc(1.4285714286 * 0.875rem);
|
36078
36695
|
}
|
36079
36696
|
|
36080
36697
|
.amis-scope .cxd-TextControl-input input::placeholder {
|
36081
|
-
color: #
|
36698
|
+
color: #b8babf;
|
36082
36699
|
user-select: none;
|
36083
36700
|
}
|
36084
36701
|
|
36085
36702
|
.amis-scope .cxd-TextControl-input:hover {
|
36086
|
-
border-color: #
|
36703
|
+
border-color: #144bcc;
|
36087
36704
|
}
|
36088
36705
|
|
36089
36706
|
.amis-scope .cxd-TextControl-input--borderHalf {
|
@@ -36097,26 +36714,26 @@ readers do not read off random characters that represent icons */
|
|
36097
36714
|
}
|
36098
36715
|
|
36099
36716
|
.amis-scope .cxd-TextControl.is-error > .cxd-TextControl-input {
|
36100
|
-
border-color: #
|
36717
|
+
border-color: #f33e3e;
|
36101
36718
|
background: #ffffff;
|
36102
36719
|
transition: all 0s;
|
36103
36720
|
}
|
36104
36721
|
|
36105
36722
|
.amis-scope .cxd-TextControl.is-focused > .cxd-TextControl-input {
|
36106
|
-
border-color: #
|
36723
|
+
border-color: #144bcc;
|
36107
36724
|
box-shadow: none;
|
36108
36725
|
background: #ffffff;
|
36109
36726
|
transition: all 0s;
|
36110
36727
|
}
|
36111
36728
|
|
36112
36729
|
.amis-scope .cxd-TextControl.is-error.is-focused > .cxd-TextControl-input {
|
36113
|
-
border-color: #
|
36730
|
+
border-color: #f33e3e;
|
36114
36731
|
}
|
36115
36732
|
|
36116
36733
|
.amis-scope .cxd-TextControl.is-disabled > .cxd-TextControl-input {
|
36117
|
-
color: #
|
36118
|
-
background: #
|
36119
|
-
border-color: #
|
36734
|
+
color: #b8babf;
|
36735
|
+
background: #f7f7f9;
|
36736
|
+
border-color: #e8e9eb;
|
36120
36737
|
transition: all 0s;
|
36121
36738
|
}
|
36122
36739
|
|
@@ -36135,18 +36752,18 @@ readers do not read off random characters that represent icons */
|
|
36135
36752
|
}
|
36136
36753
|
|
36137
36754
|
.amis-scope .cxd-TextControl-clear svg {
|
36138
|
-
fill: #
|
36755
|
+
fill: #d4d6d9;
|
36139
36756
|
top: 0;
|
36140
36757
|
width: 0.875rem;
|
36141
36758
|
height: 0.875rem;
|
36142
36759
|
}
|
36143
36760
|
|
36144
36761
|
.amis-scope .cxd-TextControl-clear:hover svg {
|
36145
|
-
fill: #
|
36762
|
+
fill: #5c5f66;
|
36146
36763
|
}
|
36147
36764
|
|
36148
36765
|
.amis-scope .cxd-TextControl-clear:active svg {
|
36149
|
-
fill: #
|
36766
|
+
fill: #303540;
|
36150
36767
|
}
|
36151
36768
|
|
36152
36769
|
@media (min-width: 576px) {
|
@@ -36160,7 +36777,7 @@ readers do not read off random characters that represent icons */
|
|
36160
36777
|
}
|
36161
36778
|
|
36162
36779
|
.amis-scope .cxd-TextControl-placeholder {
|
36163
|
-
color: #
|
36780
|
+
color: #b8babf;
|
36164
36781
|
user-select: none;
|
36165
36782
|
position: absolute;
|
36166
36783
|
left: 0.625rem;
|
@@ -36220,7 +36837,7 @@ readers do not read off random characters that represent icons */
|
|
36220
36837
|
padding-right: 0.625rem;
|
36221
36838
|
background: #fff;
|
36222
36839
|
color: #666;
|
36223
|
-
border-color: #
|
36840
|
+
border-color: #e8e9eb;
|
36224
36841
|
border-style: solid;
|
36225
36842
|
border-width: 0.0625rem 0;
|
36226
36843
|
}
|
@@ -36239,7 +36856,7 @@ readers do not read off random characters that represent icons */
|
|
36239
36856
|
position: relative;
|
36240
36857
|
border-radius: 0;
|
36241
36858
|
margin-left: -0.0625rem;
|
36242
|
-
border: 0.0625rem solid #
|
36859
|
+
border: 0.0625rem solid #e8e9eb;
|
36243
36860
|
}
|
36244
36861
|
|
36245
36862
|
.amis-scope .cxd-TextControl--withAddOn > .cxd-TextControl-button:not(:last-child) .cxd-Button {
|
@@ -36257,21 +36874,21 @@ readers do not read off random characters that represent icons */
|
|
36257
36874
|
}
|
36258
36875
|
|
36259
36876
|
.amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-button .cxd-Button {
|
36260
|
-
border-color: #
|
36877
|
+
border-color: #144bcc;
|
36261
36878
|
}
|
36262
36879
|
|
36263
36880
|
.amis-scope .cxd-TextControl--withAddOn.is-error > .cxd-TextControl-addOn {
|
36264
|
-
border-color: #
|
36881
|
+
border-color: #f33e3e;
|
36265
36882
|
}
|
36266
36883
|
|
36267
36884
|
.amis-scope .cxd-TextControl--withAddOn.is-focused > .cxd-TextControl-addOn {
|
36268
|
-
border-color: #
|
36885
|
+
border-color: #144bcc;
|
36269
36886
|
color: #2468f2;
|
36270
36887
|
box-shadow: none;
|
36271
36888
|
}
|
36272
36889
|
|
36273
36890
|
.amis-scope .cxd-TextControl--withAddOn.is-disabled > .cxd-TextControl-addOn {
|
36274
|
-
color: #
|
36891
|
+
color: #b8babf;
|
36275
36892
|
}
|
36276
36893
|
|
36277
36894
|
.amis-scope .cxd-TextControl--withAddOn.is-inline {
|
@@ -36299,8 +36916,8 @@ readers do not read off random characters that represent icons */
|
|
36299
36916
|
.amis-scope .cxd-TextControl-sugs {
|
36300
36917
|
position: absolute;
|
36301
36918
|
background: #fff;
|
36302
|
-
color: #
|
36303
|
-
border: 0.0625rem solid #
|
36919
|
+
color: #151b26;
|
36920
|
+
border: 0.0625rem solid #144bcc;
|
36304
36921
|
left: -0.0625rem;
|
36305
36922
|
right: -0.0625rem;
|
36306
36923
|
top: 100%;
|
@@ -36325,8 +36942,8 @@ readers do not read off random characters that represent icons */
|
|
36325
36942
|
}
|
36326
36943
|
|
36327
36944
|
.amis-scope .cxd-TextControl-sugItem.is-highlight {
|
36328
|
-
color: #
|
36329
|
-
background: #
|
36945
|
+
color: #151b26;
|
36946
|
+
background: #e6f0ff;
|
36330
36947
|
}
|
36331
36948
|
|
36332
36949
|
.amis-scope .cxd-TextControl-value {
|
@@ -36390,11 +37007,11 @@ readers do not read off random characters that represent icons */
|
|
36390
37007
|
}
|
36391
37008
|
|
36392
37009
|
.amis-scope .cxd-TextControl-counter {
|
36393
|
-
color: #
|
37010
|
+
color: #b8babf;
|
36394
37011
|
}
|
36395
37012
|
|
36396
37013
|
.amis-scope .has-error--maxLength .cxd-TextControl-counter {
|
36397
|
-
color: #
|
37014
|
+
color: #f33e3e;
|
36398
37015
|
}
|
36399
37016
|
|
36400
37017
|
.amis-scope .cxd-TextControl-input:hover {
|
@@ -36402,7 +37019,7 @@ readers do not read off random characters that represent icons */
|
|
36402
37019
|
}
|
36403
37020
|
|
36404
37021
|
.amis-scope .cxd-TextControl.is-disabled-input input {
|
36405
|
-
color: #
|
37022
|
+
color: #84868c;
|
36406
37023
|
}
|
36407
37024
|
|
36408
37025
|
.amis-scope .cxd-TextareaControl {
|
@@ -36411,7 +37028,7 @@ readers do not read off random characters that represent icons */
|
|
36411
37028
|
}
|
36412
37029
|
|
36413
37030
|
.amis-scope .cxd-TextareaControl > textarea {
|
36414
|
-
border: 1px solid #
|
37031
|
+
border: 1px solid #e8e9eb;
|
36415
37032
|
border-radius: 0.25rem;
|
36416
37033
|
background: #ffffff;
|
36417
37034
|
padding: calc(
|
@@ -36439,7 +37056,7 @@ readers do not read off random characters that represent icons */
|
|
36439
37056
|
}
|
36440
37057
|
|
36441
37058
|
.amis-scope .cxd-TextareaControl > textarea::placeholder {
|
36442
|
-
color: #
|
37059
|
+
color: #b8babf;
|
36443
37060
|
}
|
36444
37061
|
|
36445
37062
|
.amis-scope .cxd-TextareaControl > textarea:hover {
|
@@ -36448,23 +37065,23 @@ readers do not read off random characters that represent icons */
|
|
36448
37065
|
|
36449
37066
|
.amis-scope .cxd-TextareaControl > textarea:focus,
|
36450
37067
|
.amis-scope .cxd-TextareaControl.is-focused > textarea {
|
36451
|
-
border-color: #
|
37068
|
+
border-color: #144bcc;
|
36452
37069
|
box-shadow: none;
|
36453
37070
|
}
|
36454
37071
|
|
36455
37072
|
.amis-scope .cxd-TextareaControl > textarea:focus:hover,
|
36456
37073
|
.amis-scope .cxd-TextareaControl.is-focused > textarea:hover {
|
36457
|
-
border-color: #
|
37074
|
+
border-color: #144bcc;
|
36458
37075
|
}
|
36459
37076
|
|
36460
37077
|
.amis-scope .cxd-TextareaControl.is-disabled > textarea,
|
36461
37078
|
.amis-scope .cxd-TextareaControl > textarea[disabled] {
|
36462
37079
|
background: #e5e7eb;
|
36463
|
-
color: #
|
37080
|
+
color: #b8babf;
|
36464
37081
|
}
|
36465
37082
|
|
36466
37083
|
.amis-scope .cxd-TextareaControl.is-error > textarea {
|
36467
|
-
border-color: #
|
37084
|
+
border-color: #f33e3e;
|
36468
37085
|
}
|
36469
37086
|
|
36470
37087
|
.amis-scope .cxd-TextareaControl-counter {
|
@@ -36493,7 +37110,7 @@ readers do not read off random characters that represent icons */
|
|
36493
37110
|
}
|
36494
37111
|
|
36495
37112
|
.amis-scope .has-error--maxLength .cxd-TextareaControl-counter {
|
36496
|
-
background: #
|
37113
|
+
background: #f33e3e;
|
36497
37114
|
}
|
36498
37115
|
|
36499
37116
|
.amis-scope .cxd-TextareaControl-clear {
|
@@ -36515,18 +37132,18 @@ readers do not read off random characters that represent icons */
|
|
36515
37132
|
}
|
36516
37133
|
|
36517
37134
|
.amis-scope .cxd-TextareaControl-clear svg {
|
36518
|
-
fill: #
|
37135
|
+
fill: #d4d6d9;
|
36519
37136
|
top: 0;
|
36520
37137
|
width: 0.875rem;
|
36521
37138
|
height: 0.875rem;
|
36522
37139
|
}
|
36523
37140
|
|
36524
37141
|
.amis-scope .cxd-TextareaControl-clear:hover svg {
|
36525
|
-
fill: #
|
37142
|
+
fill: #5c5f66;
|
36526
37143
|
}
|
36527
37144
|
|
36528
37145
|
.amis-scope .cxd-TextareaControl-clear:active svg {
|
36529
|
-
fill: #
|
37146
|
+
fill: #303540;
|
36530
37147
|
}
|
36531
37148
|
|
36532
37149
|
.amis-scope .cxd-Checkbox {
|
@@ -36622,19 +37239,19 @@ readers do not read off random characters that represent icons */
|
|
36622
37239
|
|
36623
37240
|
.amis-scope .cxd-Checkbox--checkbox input[disabled] + i + span {
|
36624
37241
|
cursor: not-allowed;
|
36625
|
-
color: #
|
37242
|
+
color: #b8babf;
|
36626
37243
|
}
|
36627
37244
|
|
36628
37245
|
.amis-scope .cxd-Checkbox--checkbox > i {
|
36629
37246
|
width: 0.875rem;
|
36630
37247
|
height: 0.875rem;
|
36631
|
-
border: 0.0625rem solid #
|
37248
|
+
border: 0.0625rem solid #e8e9eb;
|
36632
37249
|
border-radius: 0.25rem;
|
36633
37250
|
margin-left: calc(0.875rem * -1);
|
36634
37251
|
}
|
36635
37252
|
|
36636
37253
|
.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox:not(:disabled) + i:hover {
|
36637
|
-
border-color: #
|
37254
|
+
border-color: #e8e9eb;
|
36638
37255
|
}
|
36639
37256
|
|
36640
37257
|
.amis-scope .cxd-Checkbox--full.cxd-Checkbox--checkbox input:checked + i {
|
@@ -36701,18 +37318,18 @@ readers do not read off random characters that represent icons */
|
|
36701
37318
|
}
|
36702
37319
|
|
36703
37320
|
.amis-scope .cxd-Checkbox--radio input[disabled] + i {
|
36704
|
-
border-color: #
|
37321
|
+
border-color: #b8babf;
|
36705
37322
|
background: #e5e7eb;
|
36706
37323
|
cursor: not-allowed;
|
36707
37324
|
}
|
36708
37325
|
|
36709
37326
|
.amis-scope .cxd-Checkbox--radio input[disabled] + i:before {
|
36710
|
-
background: #
|
37327
|
+
background: #b8babf;
|
36711
37328
|
}
|
36712
37329
|
|
36713
37330
|
.amis-scope .cxd-Checkbox--radio input[disabled] + i + span {
|
36714
37331
|
cursor: not-allowed;
|
36715
|
-
color: #
|
37332
|
+
color: #b8babf;
|
36716
37333
|
}
|
36717
37334
|
|
36718
37335
|
.amis-scope .cxd-Checkbox--radio input:focus + i {
|
@@ -36723,7 +37340,7 @@ readers do not read off random characters that represent icons */
|
|
36723
37340
|
cursor: pointer;
|
36724
37341
|
width: 1rem;
|
36725
37342
|
height: 1rem;
|
36726
|
-
border: 0.0625rem solid #
|
37343
|
+
border: 0.0625rem solid #e8e9eb;
|
36727
37344
|
margin-left: calc(1rem * -1);
|
36728
37345
|
margin-top: -0.125rem;
|
36729
37346
|
border-radius: 50%;
|
@@ -36759,7 +37376,7 @@ readers do not read off random characters that represent icons */
|
|
36759
37376
|
}
|
36760
37377
|
|
36761
37378
|
.amis-scope .cxd-Checkbox-desc {
|
36762
|
-
color: #
|
37379
|
+
color: #b8babf;
|
36763
37380
|
margin-left: 0.25rem;
|
36764
37381
|
margin-top: 0.25rem;
|
36765
37382
|
pointer-events: all;
|
@@ -36845,7 +37462,7 @@ readers do not read off random characters that represent icons */
|
|
36845
37462
|
|
36846
37463
|
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-itemLabel {
|
36847
37464
|
padding: 0.25rem 0.75rem;
|
36848
|
-
color: #
|
37465
|
+
color: #b8babf;
|
36849
37466
|
}
|
36850
37467
|
|
36851
37468
|
.amis-scope .cxd-GroupedSelection-item {
|
@@ -36873,7 +37490,7 @@ readers do not read off random characters that represent icons */
|
|
36873
37490
|
|
36874
37491
|
.amis-scope .cxd-GroupedSelection-item.is-disabled {
|
36875
37492
|
pointer-events: none;
|
36876
|
-
color: #
|
37493
|
+
color: #b8babf;
|
36877
37494
|
}
|
36878
37495
|
|
36879
37496
|
.amis-scope .cxd-GroupedSelection-group > .cxd-GroupedSelection-items > .cxd-GroupedSelection-item {
|
@@ -36894,7 +37511,7 @@ readers do not read off random characters that represent icons */
|
|
36894
37511
|
line-height: 1.4285714286;
|
36895
37512
|
font-size: 0.875rem;
|
36896
37513
|
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
36897
|
-
color: #
|
37514
|
+
color: #b8babf;
|
36898
37515
|
}
|
36899
37516
|
|
36900
37517
|
.amis-scope .cxd-TableSelection .cxd-Table-content {
|
@@ -37017,7 +37634,7 @@ readers do not read off random characters that represent icons */
|
|
37017
37634
|
|
37018
37635
|
.amis-scope .cxd-TreeSelection-itemInner.is-disabled {
|
37019
37636
|
pointer-events: none;
|
37020
|
-
color: #
|
37637
|
+
color: #b8babf;
|
37021
37638
|
}
|
37022
37639
|
|
37023
37640
|
.amis-scope .cxd-TreeSelection-itemLabel {
|
@@ -37034,7 +37651,7 @@ readers do not read off random characters that represent icons */
|
|
37034
37651
|
line-height: 1.4285714286;
|
37035
37652
|
font-size: 0.875rem;
|
37036
37653
|
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
37037
|
-
color: #
|
37654
|
+
color: #b8babf;
|
37038
37655
|
}
|
37039
37656
|
|
37040
37657
|
.amis-scope .cxd-ChainedSelection {
|
@@ -37055,7 +37672,7 @@ readers do not read off random characters that represent icons */
|
|
37055
37672
|
.amis-scope .cxd-ChainedSelection-subTitle {
|
37056
37673
|
font-size: 0.75rem;
|
37057
37674
|
padding: 0.25rem 0.25rem;
|
37058
|
-
color: #
|
37675
|
+
color: #b8babf;
|
37059
37676
|
}
|
37060
37677
|
|
37061
37678
|
.amis-scope .cxd-ChainedSelection-item {
|
@@ -37083,7 +37700,7 @@ readers do not read off random characters that represent icons */
|
|
37083
37700
|
|
37084
37701
|
.amis-scope .cxd-ChainedSelection-item.is-disabled {
|
37085
37702
|
pointer-events: none;
|
37086
|
-
color: #
|
37703
|
+
color: #b8babf;
|
37087
37704
|
}
|
37088
37705
|
|
37089
37706
|
.amis-scope .cxd-ChainedSelection-itemLabel {
|
@@ -37100,7 +37717,7 @@ readers do not read off random characters that represent icons */
|
|
37100
37717
|
line-height: 1.4285714286;
|
37101
37718
|
font-size: 0.875rem;
|
37102
37719
|
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
37103
|
-
color: #
|
37720
|
+
color: #b8babf;
|
37104
37721
|
}
|
37105
37722
|
|
37106
37723
|
.amis-scope .cxd-AssociatedSelection {
|
@@ -37134,7 +37751,7 @@ readers do not read off random characters that represent icons */
|
|
37134
37751
|
.amis-scope .cxd-AssociatedSelection-box {
|
37135
37752
|
line-height: 1.4285714286;
|
37136
37753
|
font-size: 0.75rem;
|
37137
|
-
color: #
|
37754
|
+
color: #b8babf;
|
37138
37755
|
flex-grow: 1;
|
37139
37756
|
display: flex;
|
37140
37757
|
flex-direction: column;
|
@@ -37146,7 +37763,7 @@ readers do not read off random characters that represent icons */
|
|
37146
37763
|
.amis-scope .cxd-AssociatedSelection-box > p {
|
37147
37764
|
text-align: center;
|
37148
37765
|
margin: 10px 0 20px;
|
37149
|
-
color: #
|
37766
|
+
color: #b8babf;
|
37150
37767
|
}
|
37151
37768
|
|
37152
37769
|
.amis-scope .cxd-CityPicker .cxd-Select {
|
@@ -37157,7 +37774,7 @@ readers do not read off random characters that represent icons */
|
|
37157
37774
|
.amis-scope .cxd-CityPicker-input {
|
37158
37775
|
outline: none;
|
37159
37776
|
vertical-align: top;
|
37160
|
-
border: 0.0625rem solid #
|
37777
|
+
border: 0.0625rem solid #e8e9eb;
|
37161
37778
|
border-radius: 0.25rem;
|
37162
37779
|
line-height: 1.4285714286;
|
37163
37780
|
padding: calc(
|
@@ -37170,12 +37787,12 @@ readers do not read off random characters that represent icons */
|
|
37170
37787
|
}
|
37171
37788
|
|
37172
37789
|
.amis-scope .cxd-CityPicker-input::placeholder {
|
37173
|
-
color: #
|
37790
|
+
color: #b8babf;
|
37174
37791
|
user-select: none;
|
37175
37792
|
}
|
37176
37793
|
|
37177
37794
|
.amis-scope .cxd-CityPicker-input:focus {
|
37178
|
-
border-color: #
|
37795
|
+
border-color: #144bcc;
|
37179
37796
|
box-shadow: none;
|
37180
37797
|
background: #ffffff;
|
37181
37798
|
}
|
@@ -37184,6 +37801,10 @@ readers do not read off random characters that represent icons */
|
|
37184
37801
|
display: inline-block;
|
37185
37802
|
}
|
37186
37803
|
|
37804
|
+
.amis-scope .cxd-CityArea {
|
37805
|
+
text-align: right;
|
37806
|
+
}
|
37807
|
+
|
37187
37808
|
.amis-scope .cxd-CityArea-popup {
|
37188
37809
|
height: 17.5rem;
|
37189
37810
|
}
|
@@ -37192,7 +37813,7 @@ readers do not read off random characters that represent icons */
|
|
37192
37813
|
margin-top: 0.25rem;
|
37193
37814
|
outline: none;
|
37194
37815
|
vertical-align: top;
|
37195
|
-
border: 0.0625rem solid #
|
37816
|
+
border: 0.0625rem solid #e8e9eb;
|
37196
37817
|
border-radius: 0.25rem;
|
37197
37818
|
line-height: 1.4285714286;
|
37198
37819
|
padding: calc(
|
@@ -37206,12 +37827,12 @@ readers do not read off random characters that represent icons */
|
|
37206
37827
|
}
|
37207
37828
|
|
37208
37829
|
.amis-scope .cxd-CityArea-Input::placeholder {
|
37209
|
-
color: #
|
37830
|
+
color: #b8babf;
|
37210
37831
|
user-select: none;
|
37211
37832
|
}
|
37212
37833
|
|
37213
37834
|
.amis-scope .cxd-CityArea-Input:focus {
|
37214
|
-
border-color: #
|
37835
|
+
border-color: #144bcc;
|
37215
37836
|
box-shadow: none;
|
37216
37837
|
background: #ffffff;
|
37217
37838
|
}
|
@@ -37224,7 +37845,7 @@ readers do not read off random characters that represent icons */
|
|
37224
37845
|
min-width: 2.75rem;
|
37225
37846
|
overflow: hidden;
|
37226
37847
|
border-radius: 1.875rem;
|
37227
|
-
background: #
|
37848
|
+
background: #d4d6d9;
|
37228
37849
|
margin: 0;
|
37229
37850
|
vertical-align: middle;
|
37230
37851
|
text-align: left;
|
@@ -37238,7 +37859,7 @@ readers do not read off random characters that represent icons */
|
|
37238
37859
|
.amis-scope .cxd-Switch .text {
|
37239
37860
|
margin: 0 0.4375rem 0 1.5625rem;
|
37240
37861
|
color: #ffffff;
|
37241
|
-
text-indent:
|
37862
|
+
text-indent: 0.25rem;
|
37242
37863
|
text-transform: uppercase;
|
37243
37864
|
font-size: 0.75rem;
|
37244
37865
|
line-height: 1.25rem;
|
@@ -37266,7 +37887,7 @@ readers do not read off random characters that represent icons */
|
|
37266
37887
|
}
|
37267
37888
|
|
37268
37889
|
.amis-scope .cxd-Switch.is-checked {
|
37269
|
-
background: #
|
37890
|
+
background: #b8babf;
|
37270
37891
|
}
|
37271
37892
|
|
37272
37893
|
.amis-scope .cxd-Switch.is-checked .slider::before {
|
@@ -37276,9 +37897,7 @@ readers do not read off random characters that represent icons */
|
|
37276
37897
|
}
|
37277
37898
|
|
37278
37899
|
.amis-scope .cxd-Switch.is-checked .text {
|
37279
|
-
margin: 0 25px 0 7px;
|
37280
37900
|
color: #fff;
|
37281
|
-
text-indent: 0.25rem;
|
37282
37901
|
}
|
37283
37902
|
|
37284
37903
|
.amis-scope .cxd-Switch.is-checked.is-disabled .slider:before {
|
@@ -37325,8 +37944,9 @@ readers do not read off random characters that represent icons */
|
|
37325
37944
|
display: inline-block;
|
37326
37945
|
vertical-align: middle;
|
37327
37946
|
background: #ffffff;
|
37328
|
-
border: 0.0625rem solid #
|
37947
|
+
border: 0.0625rem solid #e8e9eb;
|
37329
37948
|
border-radius: 0.25rem;
|
37949
|
+
overflow: hidden;
|
37330
37950
|
}
|
37331
37951
|
|
37332
37952
|
.amis-scope .cxd-Number--borderHalf {
|
@@ -37344,7 +37964,7 @@ readers do not read off random characters that represent icons */
|
|
37344
37964
|
}
|
37345
37965
|
|
37346
37966
|
.amis-scope .cxd-Number-focused {
|
37347
|
-
border-color: #
|
37967
|
+
border-color: #144bcc;
|
37348
37968
|
box-shadow: none;
|
37349
37969
|
}
|
37350
37970
|
|
@@ -37367,21 +37987,21 @@ readers do not read off random characters that represent icons */
|
|
37367
37987
|
}
|
37368
37988
|
|
37369
37989
|
.amis-scope .cxd-Number:hover {
|
37370
|
-
border-color: #
|
37990
|
+
border-color: #144bcc;
|
37371
37991
|
}
|
37372
37992
|
|
37373
37993
|
.amis-scope .cxd-Number:hover .cxd-Number-handler-up,
|
37374
37994
|
.amis-scope .cxd-Number:hover .cxd-Number-handler-wrap {
|
37375
|
-
border-color: #
|
37995
|
+
border-color: #144bcc;
|
37376
37996
|
}
|
37377
37997
|
|
37378
37998
|
.amis-scope .cxd-Number-disabled:hover {
|
37379
|
-
border-color: #
|
37999
|
+
border-color: #e8e9eb;
|
37380
38000
|
}
|
37381
38001
|
|
37382
38002
|
.amis-scope .cxd-Number-disabled:hover .cxd-Number-handler-up,
|
37383
38003
|
.amis-scope .cxd-Number-disabled:hover .cxd-Number-handler-wrap {
|
37384
|
-
border-color: #
|
38004
|
+
border-color: #e8e9eb;
|
37385
38005
|
}
|
37386
38006
|
|
37387
38007
|
.amis-scope .cxd-Number-input-wrap {
|
@@ -37401,6 +38021,7 @@ readers do not read off random characters that represent icons */
|
|
37401
38021
|
transition: all 0s ease;
|
37402
38022
|
border: 0;
|
37403
38023
|
border-radius: 0.25rem;
|
38024
|
+
color: #151b26;
|
37404
38025
|
padding: 0 0.625rem;
|
37405
38026
|
}
|
37406
38027
|
|
@@ -37434,7 +38055,7 @@ readers do not read off random characters that represent icons */
|
|
37434
38055
|
|
37435
38056
|
.amis-scope .cxd-Number-handler-wrap {
|
37436
38057
|
float: right;
|
37437
|
-
border-left: 0.0625rem solid #
|
38058
|
+
border-left: 0.0625rem solid #e8e9eb;
|
37438
38059
|
width: 1rem;
|
37439
38060
|
height: 100%;
|
37440
38061
|
}
|
@@ -37467,8 +38088,8 @@ readers do not read off random characters that represent icons */
|
|
37467
38088
|
}
|
37468
38089
|
|
37469
38090
|
.amis-scope .cxd-Number-disabled .cxd-Number-handler:hover {
|
37470
|
-
color: #
|
37471
|
-
border-color: #
|
38091
|
+
color: #b8babf;
|
38092
|
+
border-color: #e8e9eb;
|
37472
38093
|
}
|
37473
38094
|
|
37474
38095
|
.amis-scope .cxd-NumberControl:not(.is-inline) > .cxd-Number {
|
@@ -37500,7 +38121,7 @@ readers do not read off random characters that represent icons */
|
|
37500
38121
|
outline: none;
|
37501
38122
|
position: relative;
|
37502
38123
|
font-size: 0.875rem;
|
37503
|
-
border: 0.0625rem solid #
|
38124
|
+
border: 0.0625rem solid #e8e9eb;
|
37504
38125
|
background: #fff;
|
37505
38126
|
border-radius: 0.25rem;
|
37506
38127
|
min-height: 2rem;
|
@@ -37515,13 +38136,13 @@ readers do not read off random characters that represent icons */
|
|
37515
38136
|
}
|
37516
38137
|
|
37517
38138
|
.amis-scope .cxd-Select:hover .cxd-Select-arrow:before {
|
37518
|
-
color: #
|
38139
|
+
color: #84868c;
|
37519
38140
|
}
|
37520
38141
|
|
37521
38142
|
.amis-scope .cxd-Select.is-disabled {
|
37522
|
-
color: #
|
37523
|
-
background: #
|
37524
|
-
border-color: #
|
38143
|
+
color: #b8babf;
|
38144
|
+
background: #f7f7f9;
|
38145
|
+
border-color: #e8e9eb;
|
37525
38146
|
}
|
37526
38147
|
|
37527
38148
|
.amis-scope .cxd-Select:focus {
|
@@ -37569,7 +38190,7 @@ readers do not read off random characters that represent icons */
|
|
37569
38190
|
}
|
37570
38191
|
|
37571
38192
|
.amis-scope .cxd-Select-value.is-disabled {
|
37572
|
-
color: #
|
38193
|
+
color: #84868c;
|
37573
38194
|
}
|
37574
38195
|
|
37575
38196
|
.amis-scope .cxd-Select--multi {
|
@@ -37599,15 +38220,15 @@ readers do not read off random characters that represent icons */
|
|
37599
38220
|
display: inline-block;
|
37600
38221
|
vertical-align: middle;
|
37601
38222
|
font-size: 0.75rem;
|
37602
|
-
background: #
|
37603
|
-
border: 0.0625rem solid #
|
38223
|
+
background: #f7f7f9;
|
38224
|
+
border: 0.0625rem solid #f2f2f4;
|
37604
38225
|
border-radius: 0.125rem;
|
37605
38226
|
margin-right: 0.25rem;
|
37606
38227
|
margin-bottom: 0.25rem;
|
37607
38228
|
}
|
37608
38229
|
|
37609
38230
|
.amis-scope .cxd-Select--multi .cxd-Select-value:hover {
|
37610
|
-
background-color: #
|
38231
|
+
background-color: #e8e9eb;
|
37611
38232
|
}
|
37612
38233
|
|
37613
38234
|
.amis-scope .cxd-Select--multi .cxd-Select-valueLabel {
|
@@ -37623,7 +38244,7 @@ readers do not read off random characters that represent icons */
|
|
37623
38244
|
.amis-scope .cxd-Select-valueIcon {
|
37624
38245
|
cursor: pointer;
|
37625
38246
|
padding: 1px 5px;
|
37626
|
-
color: #
|
38247
|
+
color: #5c5f66;
|
37627
38248
|
}
|
37628
38249
|
|
37629
38250
|
.amis-scope .cxd-Select-valueIcon:hover {
|
@@ -37650,7 +38271,7 @@ readers do not read off random characters that represent icons */
|
|
37650
38271
|
.amis-scope .cxd-Select-arrow > svg {
|
37651
38272
|
transition: transform 0s;
|
37652
38273
|
display: inline-block;
|
37653
|
-
color: #
|
38274
|
+
color: #84868c;
|
37654
38275
|
width: 10px;
|
37655
38276
|
height: 10px;
|
37656
38277
|
top: 0;
|
@@ -37744,17 +38365,17 @@ readers do not read off random characters that represent icons */
|
|
37744
38365
|
}
|
37745
38366
|
|
37746
38367
|
.amis-scope .cxd-Select-option.is-highlight {
|
37747
|
-
color: #
|
37748
|
-
background: #
|
38368
|
+
color: #151b26;
|
38369
|
+
background: #e6f0ff;
|
37749
38370
|
}
|
37750
38371
|
|
37751
38372
|
.amis-scope .cxd-Select-option.is-disabled {
|
37752
|
-
color: #
|
38373
|
+
color: #b8babf;
|
37753
38374
|
background: transparent;
|
37754
38375
|
}
|
37755
38376
|
|
37756
38377
|
.amis-scope .cxd-Select-option--placeholder {
|
37757
|
-
color: #
|
38378
|
+
color: #b8babf;
|
37758
38379
|
}
|
37759
38380
|
|
37760
38381
|
.amis-scope .cxd-Select-option > label {
|
@@ -37801,7 +38422,7 @@ readers do not read off random characters that represent icons */
|
|
37801
38422
|
|
37802
38423
|
.amis-scope .cxd-Select.is-focused:not(.is-mobile),
|
37803
38424
|
.amis-scope .cxd-Select.is-opened:not(.is-mobile) {
|
37804
|
-
border-color: #
|
38425
|
+
border-color: #144bcc;
|
37805
38426
|
color: #000;
|
37806
38427
|
}
|
37807
38428
|
|
@@ -37820,14 +38441,14 @@ readers do not read off random characters that represent icons */
|
|
37820
38441
|
}
|
37821
38442
|
|
37822
38443
|
.amis-scope .cxd-Select-clear svg {
|
37823
|
-
fill: #
|
38444
|
+
fill: #84868c;
|
37824
38445
|
width: 0.875rem;
|
37825
38446
|
height: 0.875rem;
|
37826
38447
|
top: 0;
|
37827
38448
|
}
|
37828
38449
|
|
37829
38450
|
.amis-scope .cxd-Select-clear svg:hover > path:first-of-type {
|
37830
|
-
fill: #
|
38451
|
+
fill: #5c5f66;
|
37831
38452
|
}
|
37832
38453
|
|
37833
38454
|
.amis-scope .cxd-Select-popup {
|
@@ -37837,8 +38458,8 @@ readers do not read off random characters that represent icons */
|
|
37837
38458
|
.amis-scope .cxd-Select-popover {
|
37838
38459
|
margin-top: calc(0 * -1);
|
37839
38460
|
background: #fff;
|
37840
|
-
color: #
|
37841
|
-
border: 0 solid #
|
38461
|
+
color: #151b26;
|
38462
|
+
border: 0 solid #144bcc;
|
37842
38463
|
box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
|
37843
38464
|
border-top-left-radius: 0;
|
37844
38465
|
border-top-right-radius: 0;
|
@@ -37854,7 +38475,7 @@ readers do not read off random characters that represent icons */
|
|
37854
38475
|
}
|
37855
38476
|
|
37856
38477
|
.amis-scope .cxd-SelectControl.is-error > .cxd-Select {
|
37857
|
-
border-color: #
|
38478
|
+
border-color: #f33e3e;
|
37858
38479
|
background: #ffffff;
|
37859
38480
|
}
|
37860
38481
|
|
@@ -37892,7 +38513,7 @@ readers do not read off random characters that represent icons */
|
|
37892
38513
|
}
|
37893
38514
|
|
37894
38515
|
.amis-scope .cxd-Selections-placeholder {
|
37895
|
-
color: #
|
38516
|
+
color: #b8babf;
|
37896
38517
|
text-align: center;
|
37897
38518
|
width: 100%;
|
37898
38519
|
flex-basis: 2rem;
|
@@ -37968,7 +38589,7 @@ readers do not read off random characters that represent icons */
|
|
37968
38589
|
border: 0.0625rem solid #ccc;
|
37969
38590
|
background: #ffffff;
|
37970
38591
|
padding: 0.375rem 0.625rem;
|
37971
|
-
color: #
|
38592
|
+
color: #151b26;
|
37972
38593
|
transition: none;
|
37973
38594
|
max-width: calc(12.5rem + 2 * 0.625rem);
|
37974
38595
|
border-radius: 0.25rem;
|
@@ -37979,7 +38600,7 @@ readers do not read off random characters that represent icons */
|
|
37979
38600
|
}
|
37980
38601
|
|
37981
38602
|
.amis-scope .cxd-ListControl-item .b-inherit {
|
37982
|
-
border-color: #
|
38603
|
+
border-color: #151b26;
|
37983
38604
|
}
|
37984
38605
|
|
37985
38606
|
.amis-scope .cxd-ListControl-item:hover {
|
@@ -37995,8 +38616,8 @@ readers do not read off random characters that represent icons */
|
|
37995
38616
|
.amis-scope .cxd-ListControl-item:hover:active,
|
37996
38617
|
.amis-scope .cxd-ListControl-item.is-active {
|
37997
38618
|
background: #ffffff;
|
37998
|
-
border-color: #
|
37999
|
-
color: #
|
38619
|
+
border-color: #144bcc;
|
38620
|
+
color: #144bcc;
|
38000
38621
|
}
|
38001
38622
|
|
38002
38623
|
.amis-scope .cxd-ListControl-item:hover:active:hover,
|
@@ -38006,7 +38627,7 @@ readers do not read off random characters that represent icons */
|
|
38006
38627
|
|
38007
38628
|
.amis-scope .cxd-ListControl-item:hover:active .b-inherit,
|
38008
38629
|
.amis-scope .cxd-ListControl-item.is-active .b-inherit {
|
38009
|
-
border-color: #
|
38630
|
+
border-color: #144bcc;
|
38010
38631
|
}
|
38011
38632
|
|
38012
38633
|
.amis-scope .cxd-ListControl-item:hover:active:before,
|
@@ -38015,7 +38636,7 @@ readers do not read off random characters that represent icons */
|
|
38015
38636
|
position: absolute;
|
38016
38637
|
width: 0.875rem;
|
38017
38638
|
height: 0.875rem;
|
38018
|
-
background: #
|
38639
|
+
background: #144bcc;
|
38019
38640
|
right: 0;
|
38020
38641
|
bottom: 0;
|
38021
38642
|
}
|
@@ -38037,17 +38658,17 @@ readers do not read off random characters that represent icons */
|
|
38037
38658
|
.amis-scope .cxd-ListControl-item.is-disabled {
|
38038
38659
|
pointer-events: none;
|
38039
38660
|
opacity: 1;
|
38040
|
-
border-color: #
|
38041
|
-
background: #
|
38042
|
-
color: #
|
38661
|
+
border-color: #f2f2f4;
|
38662
|
+
background: #f2f2f4;
|
38663
|
+
color: #b8babf;
|
38043
38664
|
}
|
38044
38665
|
|
38045
38666
|
.amis-scope .cxd-ListControl-item.is-disabled:before {
|
38046
|
-
background: #
|
38667
|
+
background: #b8babf;
|
38047
38668
|
}
|
38048
38669
|
|
38049
38670
|
.amis-scope .cxd-ListControl-item.is-disabled .b-inherit {
|
38050
|
-
border-color: #
|
38671
|
+
border-color: #f2f2f4;
|
38051
38672
|
}
|
38052
38673
|
|
38053
38674
|
.amis-scope .cxd-ListControl-itemImage {
|
@@ -38068,14 +38689,14 @@ readers do not read off random characters that represent icons */
|
|
38068
38689
|
}
|
38069
38690
|
|
38070
38691
|
.amis-scope .cxd-ListControl-placeholder {
|
38071
|
-
color: #
|
38692
|
+
color: #b8babf;
|
38072
38693
|
}
|
38073
38694
|
|
38074
38695
|
.amis-scope .cxd-LocationPicker {
|
38075
38696
|
position: relative;
|
38076
38697
|
display: inline-flex;
|
38077
38698
|
flex-wrap: nowrap;
|
38078
|
-
border: 0.0625rem solid #
|
38699
|
+
border: 0.0625rem solid #e8e9eb;
|
38079
38700
|
font-size: 0.875rem;
|
38080
38701
|
padding: calc(
|
38081
38702
|
(
|
@@ -38106,7 +38727,7 @@ readers do not read off random characters that represent icons */
|
|
38106
38727
|
|
38107
38728
|
.amis-scope .cxd-LocationPicker.is-focused,
|
38108
38729
|
.amis-scope .cxd-LocationPicker.is-active {
|
38109
|
-
border-color: #
|
38730
|
+
border-color: #144bcc;
|
38110
38731
|
box-shadow: none;
|
38111
38732
|
}
|
38112
38733
|
|
@@ -38115,7 +38736,7 @@ readers do not read off random characters that represent icons */
|
|
38115
38736
|
}
|
38116
38737
|
|
38117
38738
|
.amis-scope .cxd-LocationPicker.is-disabled > cxd-LocationPicker-input {
|
38118
|
-
color: #
|
38739
|
+
color: #b8babf;
|
38119
38740
|
}
|
38120
38741
|
|
38121
38742
|
.amis-scope .cxd-LocationPicker-placeholder {
|
@@ -38154,18 +38775,18 @@ readers do not read off random characters that represent icons */
|
|
38154
38775
|
}
|
38155
38776
|
|
38156
38777
|
.amis-scope .cxd-LocationPicker-clear svg {
|
38157
|
-
fill: #
|
38778
|
+
fill: #d4d6d9;
|
38158
38779
|
top: 0;
|
38159
38780
|
width: 0.875rem;
|
38160
38781
|
height: 0.875rem;
|
38161
38782
|
}
|
38162
38783
|
|
38163
38784
|
.amis-scope .cxd-LocationPicker-clear:hover svg {
|
38164
|
-
fill: #
|
38785
|
+
fill: #5c5f66;
|
38165
38786
|
}
|
38166
38787
|
|
38167
38788
|
.amis-scope .cxd-LocationPicker-clear:active svg {
|
38168
|
-
fill: #
|
38789
|
+
fill: #303540;
|
38169
38790
|
}
|
38170
38791
|
|
38171
38792
|
.amis-scope .cxd-LocationControl {
|
@@ -38182,7 +38803,7 @@ readers do not read off random characters that represent icons */
|
|
38182
38803
|
width: 100%;
|
38183
38804
|
max-width: 100%;
|
38184
38805
|
margin-top: -1px;
|
38185
|
-
border-color: #
|
38806
|
+
border-color: #144bcc;
|
38186
38807
|
}
|
38187
38808
|
|
38188
38809
|
.amis-scope .cxd-MapPicker-search {
|
@@ -38239,7 +38860,7 @@ readers do not read off random characters that represent icons */
|
|
38239
38860
|
display: inline-flex;
|
38240
38861
|
flex-wrap: nowrap;
|
38241
38862
|
white-space: nowrap;
|
38242
|
-
border: 0.0625rem solid #
|
38863
|
+
border: 0.0625rem solid #e8e9eb;
|
38243
38864
|
font-size: 0.875rem;
|
38244
38865
|
padding: calc(
|
38245
38866
|
(
|
@@ -38282,7 +38903,7 @@ readers do not read off random characters that represent icons */
|
|
38282
38903
|
}
|
38283
38904
|
|
38284
38905
|
.amis-scope .cxd-ColorPicker.is-focused {
|
38285
|
-
border-color: #
|
38906
|
+
border-color: #144bcc;
|
38286
38907
|
box-shadow: none;
|
38287
38908
|
}
|
38288
38909
|
|
@@ -38325,18 +38946,18 @@ readers do not read off random characters that represent icons */
|
|
38325
38946
|
}
|
38326
38947
|
|
38327
38948
|
.amis-scope .cxd-ColorPicker-clear svg {
|
38328
|
-
fill: #
|
38949
|
+
fill: #d4d6d9;
|
38329
38950
|
top: 0;
|
38330
38951
|
width: 0.875rem;
|
38331
38952
|
height: 0.875rem;
|
38332
38953
|
}
|
38333
38954
|
|
38334
38955
|
.amis-scope .cxd-ColorPicker-clear:hover svg {
|
38335
|
-
fill: #
|
38956
|
+
fill: #5c5f66;
|
38336
38957
|
}
|
38337
38958
|
|
38338
38959
|
.amis-scope .cxd-ColorPicker-clear:active svg {
|
38339
|
-
fill: #
|
38960
|
+
fill: #303540;
|
38340
38961
|
}
|
38341
38962
|
|
38342
38963
|
.amis-scope .cxd-ColorPicker-arrow {
|
@@ -38352,7 +38973,7 @@ readers do not read off random characters that represent icons */
|
|
38352
38973
|
.amis-scope .cxd-ColorPicker-arrow > svg {
|
38353
38974
|
transition: transform 0s;
|
38354
38975
|
display: inline-block;
|
38355
|
-
color: #
|
38976
|
+
color: #84868c;
|
38356
38977
|
width: 10px;
|
38357
38978
|
height: 10px;
|
38358
38979
|
top: 0;
|
@@ -38381,7 +39002,7 @@ readers do not read off random characters that represent icons */
|
|
38381
39002
|
position: relative;
|
38382
39003
|
display: inline-flex;
|
38383
39004
|
flex-wrap: nowrap;
|
38384
|
-
border: 0.0625rem solid #
|
39005
|
+
border: 0.0625rem solid #e8e9eb;
|
38385
39006
|
font-size: 0.875rem;
|
38386
39007
|
padding: calc(
|
38387
39008
|
(
|
@@ -38421,7 +39042,7 @@ readers do not read off random characters that represent icons */
|
|
38421
39042
|
}
|
38422
39043
|
|
38423
39044
|
.amis-scope .cxd-DatePicker.is-focused {
|
38424
|
-
border-color: #
|
39045
|
+
border-color: #144bcc;
|
38425
39046
|
box-shadow: none;
|
38426
39047
|
}
|
38427
39048
|
|
@@ -38430,7 +39051,7 @@ readers do not read off random characters that represent icons */
|
|
38430
39051
|
}
|
38431
39052
|
|
38432
39053
|
.amis-scope .cxd-DatePicker.is-disabled > .cxd-DatePicker-input {
|
38433
|
-
color: #
|
39054
|
+
color: #b8babf;
|
38434
39055
|
}
|
38435
39056
|
|
38436
39057
|
.amis-scope .cxd-DatePicker-placeholder {
|
@@ -38460,18 +39081,18 @@ readers do not read off random characters that represent icons */
|
|
38460
39081
|
}
|
38461
39082
|
|
38462
39083
|
.amis-scope .cxd-DatePicker-toggler svg {
|
38463
|
-
fill: #
|
39084
|
+
fill: #d4d6d9;
|
38464
39085
|
top: 0;
|
38465
39086
|
width: 0.875rem;
|
38466
39087
|
height: 0.875rem;
|
38467
39088
|
}
|
38468
39089
|
|
38469
39090
|
.amis-scope .cxd-DatePicker-toggler:hover svg {
|
38470
|
-
fill: #
|
39091
|
+
fill: #5c5f66;
|
38471
39092
|
}
|
38472
39093
|
|
38473
39094
|
.amis-scope .cxd-DatePicker-toggler:active svg {
|
38474
|
-
fill: #
|
39095
|
+
fill: #303540;
|
38475
39096
|
}
|
38476
39097
|
|
38477
39098
|
.amis-scope .cxd-DatePicker-toggler svg polyline,
|
@@ -38497,18 +39118,18 @@ readers do not read off random characters that represent icons */
|
|
38497
39118
|
}
|
38498
39119
|
|
38499
39120
|
.amis-scope .cxd-DatePicker-clear svg {
|
38500
|
-
fill: #
|
39121
|
+
fill: #d4d6d9;
|
38501
39122
|
top: 0;
|
38502
39123
|
width: 0.875rem;
|
38503
39124
|
height: 0.875rem;
|
38504
39125
|
}
|
38505
39126
|
|
38506
39127
|
.amis-scope .cxd-DatePicker-clear:hover svg {
|
38507
|
-
fill: #
|
39128
|
+
fill: #5c5f66;
|
38508
39129
|
}
|
38509
39130
|
|
38510
39131
|
.amis-scope .cxd-DatePicker-clear:active svg {
|
38511
|
-
fill: #
|
39132
|
+
fill: #303540;
|
38512
39133
|
}
|
38513
39134
|
|
38514
39135
|
.amis-scope .cxd-DateControl:not(.is-inline) > .cxd-DatePicker {
|
@@ -38695,8 +39316,8 @@ readers do not read off random characters that represent icons */
|
|
38695
39316
|
list-style: none;
|
38696
39317
|
position: absolute;
|
38697
39318
|
background: #fff;
|
38698
|
-
color: #
|
38699
|
-
border: 0.0625rem solid #
|
39319
|
+
color: #151b26;
|
39320
|
+
border: 0.0625rem solid #144bcc;
|
38700
39321
|
left: -0.0625rem;
|
38701
39322
|
right: -0.0625rem;
|
38702
39323
|
top: 100%;
|
@@ -38711,8 +39332,8 @@ readers do not read off random characters that represent icons */
|
|
38711
39332
|
|
38712
39333
|
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem.is-highlight,
|
38713
39334
|
.amis-scope .cxd-CalendarInputWrapper .cxd-CalendarInput-sugsItem:hover {
|
38714
|
-
color: #
|
38715
|
-
background: #
|
39335
|
+
color: #151b26;
|
39336
|
+
background: #e6f0ff;
|
38716
39337
|
}
|
38717
39338
|
|
38718
39339
|
.amis-scope .cxd-CalendarInput {
|
@@ -38755,7 +39376,7 @@ readers do not read off random characters that represent icons */
|
|
38755
39376
|
}
|
38756
39377
|
|
38757
39378
|
.amis-scope .cxd-CalendarCounter-btn:hover {
|
38758
|
-
color: #
|
39379
|
+
color: #144bcc;
|
38759
39380
|
}
|
38760
39381
|
|
38761
39382
|
.amis-scope .cxd-CalendarCounter-btn > svg {
|
@@ -38816,7 +39437,7 @@ readers do not read off random characters that represent icons */
|
|
38816
39437
|
}
|
38817
39438
|
|
38818
39439
|
.amis-scope .rdtBtn.is-disabled {
|
38819
|
-
border-color: #
|
39440
|
+
border-color: #f2f2f4;
|
38820
39441
|
opacity: 0.6;
|
38821
39442
|
pointer-events: none;
|
38822
39443
|
}
|
@@ -38849,7 +39470,7 @@ readers do not read off random characters that represent icons */
|
|
38849
39470
|
.amis-scope .rdtBtnCancel {
|
38850
39471
|
color: #151a26;
|
38851
39472
|
background: #eaf6fe;
|
38852
|
-
border-color: #
|
39473
|
+
border-color: #e8e9eb;
|
38853
39474
|
box-shadow: none;
|
38854
39475
|
text-shadow: none;
|
38855
39476
|
}
|
@@ -38861,9 +39482,9 @@ readers do not read off random characters that represent icons */
|
|
38861
39482
|
}
|
38862
39483
|
|
38863
39484
|
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
|
38864
|
-
color: #
|
39485
|
+
color: #144bcc;
|
38865
39486
|
background: #ffffff;
|
38866
|
-
border-color: #
|
39487
|
+
border-color: #144bcc;
|
38867
39488
|
}
|
38868
39489
|
|
38869
39490
|
.amis-scope .rdtBtnCancel:hover:focus {
|
@@ -38985,7 +39606,7 @@ readers do not read off random characters that represent icons */
|
|
38985
39606
|
|
38986
39607
|
.amis-scope .cxd-DateCalendar {
|
38987
39608
|
display: inline-block;
|
38988
|
-
border: 0.0625rem solid #
|
39609
|
+
border: 0.0625rem solid #e8e9eb;
|
38989
39610
|
background: #fff;
|
38990
39611
|
border-radius: 0.25rem;
|
38991
39612
|
}
|
@@ -38994,7 +39615,7 @@ readers do not read off random characters that represent icons */
|
|
38994
39615
|
position: relative;
|
38995
39616
|
display: inline-flex;
|
38996
39617
|
flex-wrap: nowrap;
|
38997
|
-
border: 0.0625rem solid #
|
39618
|
+
border: 0.0625rem solid #e8e9eb;
|
38998
39619
|
font-size: 0.875rem;
|
38999
39620
|
padding: calc(
|
39000
39621
|
(
|
@@ -39033,7 +39654,7 @@ readers do not read off random characters that represent icons */
|
|
39033
39654
|
}
|
39034
39655
|
|
39035
39656
|
.amis-scope .cxd-DateRangePicker.is-focused {
|
39036
|
-
border-color: #
|
39657
|
+
border-color: #144bcc;
|
39037
39658
|
box-shadow: none;
|
39038
39659
|
}
|
39039
39660
|
|
@@ -39042,7 +39663,7 @@ readers do not read off random characters that represent icons */
|
|
39042
39663
|
}
|
39043
39664
|
|
39044
39665
|
.amis-scope .cxd-DateRangePicker.is-disabled > .cxd-DateRangePicker-input {
|
39045
|
-
color: #
|
39666
|
+
color: #b8babf;
|
39046
39667
|
}
|
39047
39668
|
|
39048
39669
|
.amis-scope .cxd-DateRangePicker-placeholder {
|
@@ -39071,18 +39692,18 @@ readers do not read off random characters that represent icons */
|
|
39071
39692
|
}
|
39072
39693
|
|
39073
39694
|
.amis-scope .cxd-DateRangePicker-toggler svg {
|
39074
|
-
fill: #
|
39695
|
+
fill: #d4d6d9;
|
39075
39696
|
top: 0;
|
39076
39697
|
width: 0.875rem;
|
39077
39698
|
height: 0.875rem;
|
39078
39699
|
}
|
39079
39700
|
|
39080
39701
|
.amis-scope .cxd-DateRangePicker-toggler:hover svg {
|
39081
|
-
fill: #
|
39702
|
+
fill: #5c5f66;
|
39082
39703
|
}
|
39083
39704
|
|
39084
39705
|
.amis-scope .cxd-DateRangePicker-toggler:active svg {
|
39085
|
-
fill: #
|
39706
|
+
fill: #303540;
|
39086
39707
|
}
|
39087
39708
|
|
39088
39709
|
.amis-scope .cxd-DateRangePicker-toggler svg polyline,
|
@@ -39108,18 +39729,18 @@ readers do not read off random characters that represent icons */
|
|
39108
39729
|
}
|
39109
39730
|
|
39110
39731
|
.amis-scope .cxd-DateRangePicker-clear svg {
|
39111
|
-
fill: #
|
39732
|
+
fill: #d4d6d9;
|
39112
39733
|
top: 0;
|
39113
39734
|
width: 0.875rem;
|
39114
39735
|
height: 0.875rem;
|
39115
39736
|
}
|
39116
39737
|
|
39117
39738
|
.amis-scope .cxd-DateRangePicker-clear:hover svg {
|
39118
|
-
fill: #
|
39739
|
+
fill: #5c5f66;
|
39119
39740
|
}
|
39120
39741
|
|
39121
39742
|
.amis-scope .cxd-DateRangePicker-clear:active svg {
|
39122
|
-
fill: #
|
39743
|
+
fill: #303540;
|
39123
39744
|
}
|
39124
39745
|
|
39125
39746
|
.amis-scope .cxd-DateRangePicker-wrap {
|
@@ -39194,7 +39815,7 @@ readers do not read off random characters that represent icons */
|
|
39194
39815
|
|
39195
39816
|
.amis-scope .cxd-DateRangeCalendar {
|
39196
39817
|
display: inline-block;
|
39197
|
-
border: 0.0625rem solid #
|
39818
|
+
border: 0.0625rem solid #e8e9eb;
|
39198
39819
|
background: #fff;
|
39199
39820
|
border-radius: 0.25rem;
|
39200
39821
|
}
|
@@ -39324,6 +39945,36 @@ readers do not read off random characters that represent icons */
|
|
39324
39945
|
width: 7.5rem;
|
39325
39946
|
}
|
39326
39947
|
|
39948
|
+
.amis-scope .cxd-ImageControl-item.is-invalid {
|
39949
|
+
padding: 0;
|
39950
|
+
border-color: #f33e3e;
|
39951
|
+
}
|
39952
|
+
|
39953
|
+
.amis-scope .cxd-ImageControl-item svg.icon-refresh {
|
39954
|
+
transform: rotate(180deg);
|
39955
|
+
}
|
39956
|
+
|
39957
|
+
.amis-scope .cxd-ImageControl-filename {
|
39958
|
+
display: inline-flex;
|
39959
|
+
flex-direction: column;
|
39960
|
+
justify-content: center;
|
39961
|
+
align-items: center;
|
39962
|
+
color: #f33e3e;
|
39963
|
+
}
|
39964
|
+
|
39965
|
+
.amis-scope .cxd-ImageControl-filename > svg.icon-image {
|
39966
|
+
margin-bottom: 8px;
|
39967
|
+
width: 24px;
|
39968
|
+
height: 24px;
|
39969
|
+
}
|
39970
|
+
|
39971
|
+
.amis-scope .cxd-ImageControl-filename > span {
|
39972
|
+
max-width: 100%;
|
39973
|
+
overflow: hidden;
|
39974
|
+
white-space: nowrap;
|
39975
|
+
text-overflow: ellipsis;
|
39976
|
+
}
|
39977
|
+
|
39327
39978
|
.amis-scope .cxd-ImageControl-image {
|
39328
39979
|
width: 100%;
|
39329
39980
|
height: 100%;
|
@@ -39387,33 +40038,8 @@ readers do not read off random characters that represent icons */
|
|
39387
40038
|
display: block;
|
39388
40039
|
}
|
39389
40040
|
|
39390
|
-
.amis-scope .cxd-ImageControl-retryBtn {
|
39391
|
-
margin: 0;
|
39392
|
-
width: 6.875rem;
|
39393
|
-
height: 6.875rem;
|
39394
|
-
display: inline-flex;
|
39395
|
-
cursor: pointer;
|
39396
|
-
justify-content: center;
|
39397
|
-
align-items: center;
|
39398
|
-
align-content: center;
|
39399
|
-
flex-wrap: wrap;
|
39400
|
-
color: #666;
|
39401
|
-
}
|
39402
|
-
|
39403
|
-
.amis-scope .cxd-ImageControl-retryBtn:hover {
|
39404
|
-
color: #333;
|
39405
|
-
text-decoration: none;
|
39406
|
-
}
|
39407
|
-
|
39408
|
-
.amis-scope .cxd-ImageControl-retryBtn > p {
|
39409
|
-
width: 100%;
|
39410
|
-
text-align: center;
|
39411
|
-
color: #e8684a;
|
39412
|
-
margin: 10px 0 0;
|
39413
|
-
}
|
39414
|
-
|
39415
40041
|
.amis-scope .cxd-ImageControl-errorMsg {
|
39416
|
-
color: #
|
40042
|
+
color: #f33e3e;
|
39417
40043
|
margin: 5px 0 0;
|
39418
40044
|
}
|
39419
40045
|
|
@@ -39499,13 +40125,18 @@ readers do not read off random characters that represent icons */
|
|
39499
40125
|
|
39500
40126
|
.amis-scope .cxd-FileControl-selectBtn {
|
39501
40127
|
display: inline-flex;
|
39502
|
-
align-items: center;
|
39503
40128
|
margin-right: 10px;
|
39504
40129
|
}
|
39505
40130
|
|
39506
40131
|
.amis-scope .cxd-FileControl-selectBtn > svg {
|
39507
|
-
|
39508
|
-
|
40132
|
+
margin-right: 4px !important;
|
40133
|
+
width: 1rem;
|
40134
|
+
height: 1rem;
|
40135
|
+
}
|
40136
|
+
|
40137
|
+
.amis-scope .cxd-FileControl-selectBtn > span {
|
40138
|
+
font-size: 0.75rem;
|
40139
|
+
line-height: 20px;
|
39509
40140
|
}
|
39510
40141
|
|
39511
40142
|
.amis-scope .cxd-FileControl-description {
|
@@ -39513,25 +40144,41 @@ readers do not read off random characters that represent icons */
|
|
39513
40144
|
font-size: 12px;
|
39514
40145
|
}
|
39515
40146
|
|
40147
|
+
.amis-scope .cxd-FileControl-sizeTip {
|
40148
|
+
margin-top: 4px;
|
40149
|
+
line-height: 20px;
|
40150
|
+
font-size: 0.75rem;
|
40151
|
+
color: #84868c;
|
40152
|
+
}
|
40153
|
+
|
39516
40154
|
.amis-scope .cxd-FileControl-list {
|
39517
40155
|
list-style: none;
|
39518
|
-
margin:
|
40156
|
+
margin: 8px 0;
|
39519
40157
|
padding: 0;
|
40158
|
+
max-height: 144px;
|
40159
|
+
overflow-x: hidden;
|
40160
|
+
overflow-y: auto;
|
39520
40161
|
}
|
39521
40162
|
|
39522
40163
|
.amis-scope .cxd-FileControl-list > li {
|
39523
|
-
|
40164
|
+
margin-bottom: 4px;
|
39524
40165
|
font-size: 12px;
|
39525
40166
|
}
|
39526
40167
|
|
39527
40168
|
.amis-scope .cxd-FileControl-list > li:hover {
|
39528
|
-
|
39529
|
-
background: #
|
40169
|
+
border-radius: 2px;
|
40170
|
+
background: #f2f2f4;
|
40171
|
+
}
|
40172
|
+
|
40173
|
+
.amis-scope .cxd-FileControl-list-tooltip span {
|
40174
|
+
font-size: 0.75rem;
|
40175
|
+
color: #f33e3e;
|
39530
40176
|
}
|
39531
40177
|
|
39532
40178
|
.amis-scope .cxd-FileControl-itemInfo {
|
39533
|
-
padding:
|
39534
|
-
|
40179
|
+
padding: 2px 4px;
|
40180
|
+
display: flex;
|
40181
|
+
line-height: 24px;
|
39535
40182
|
height: auto;
|
39536
40183
|
}
|
39537
40184
|
|
@@ -39540,11 +40187,7 @@ readers do not read off random characters that represent icons */
|
|
39540
40187
|
}
|
39541
40188
|
|
39542
40189
|
.amis-scope .cxd-FileControl-itemInfo.is-invalid {
|
39543
|
-
color: #
|
39544
|
-
}
|
39545
|
-
|
39546
|
-
.amis-scope .cxd-FileControl-itemInfo > svg:first-child {
|
39547
|
-
margin-right: 10px;
|
40190
|
+
color: #f33e3e;
|
39548
40191
|
}
|
39549
40192
|
|
39550
40193
|
.amis-scope .cxd-FileControl-itemInfo > svg:not(:first-child) {
|
@@ -39554,24 +40197,26 @@ readers do not read off random characters that represent icons */
|
|
39554
40197
|
top: 0.25rem;
|
39555
40198
|
}
|
39556
40199
|
|
40200
|
+
.amis-scope .cxd-FileControl-itemInfoIcon {
|
40201
|
+
margin-right: 4px;
|
40202
|
+
}
|
40203
|
+
|
39557
40204
|
.amis-scope .cxd-FileControl-itemInfoText {
|
39558
40205
|
white-space: nowrap;
|
39559
|
-
max-width: 170px;
|
39560
40206
|
overflow: hidden;
|
39561
40207
|
text-overflow: ellipsis;
|
39562
|
-
display: inline-block;
|
39563
40208
|
vertical-align: middle;
|
39564
40209
|
}
|
39565
40210
|
|
39566
40211
|
.amis-scope .cxd-FileControl-clear {
|
39567
40212
|
float: right;
|
39568
|
-
color: #
|
40213
|
+
color: #84868c;
|
39569
40214
|
display: none;
|
39570
40215
|
cursor: pointer;
|
39571
40216
|
}
|
39572
40217
|
|
39573
40218
|
.amis-scope .cxd-FileControl-clear:hover {
|
39574
|
-
color: #
|
40219
|
+
color: #5c5f66;
|
39575
40220
|
}
|
39576
40221
|
|
39577
40222
|
.amis-scope .cxd-FileControl-list:empty {
|
@@ -39622,14 +40267,52 @@ readers do not read off random characters that represent icons */
|
|
39622
40267
|
transition: ease-out width 0s;
|
39623
40268
|
}
|
39624
40269
|
|
40270
|
+
.amis-scope .cxd-FileControl-dropzone.disabled > .cxd-FileControl-acceptTip {
|
40271
|
+
filter: grayscale(100%);
|
40272
|
+
box-shadow: none;
|
40273
|
+
cursor: not-allowed;
|
40274
|
+
color: #b8babf;
|
40275
|
+
pointer-events: auto;
|
40276
|
+
background: #f7f7f9;
|
40277
|
+
}
|
40278
|
+
|
40279
|
+
.amis-scope .cxd-FileControl-dropzone.disabled > .cxd-FileControl-acceptTip:hover {
|
40280
|
+
border-color: #e8e9eb;
|
40281
|
+
}
|
40282
|
+
|
40283
|
+
.amis-scope .cxd-FileControl-dropzone.disabled > .cxd-FileControl-acceptTip > div,
|
40284
|
+
.amis-scope .cxd-FileControl-dropzone.disabled > .cxd-FileControl-acceptTip > span {
|
40285
|
+
color: #b8babf;
|
40286
|
+
}
|
40287
|
+
|
39625
40288
|
.amis-scope .cxd-FileControl-acceptTip {
|
39626
|
-
|
39627
|
-
|
39628
|
-
|
39629
|
-
|
39630
|
-
|
39631
|
-
line-height: 120px;
|
40289
|
+
display: flex;
|
40290
|
+
align-items: center;
|
40291
|
+
justify-content: center;
|
40292
|
+
flex-flow: column;
|
40293
|
+
height: 180px;
|
39632
40294
|
text-align: center;
|
40295
|
+
border: 1px dashed #e8e9eb;
|
40296
|
+
border-radius: 0.25rem;
|
40297
|
+
background: #fff;
|
40298
|
+
cursor: pointer;
|
40299
|
+
}
|
40300
|
+
|
40301
|
+
.amis-scope .cxd-FileControl-acceptTip:hover {
|
40302
|
+
border-color: #2468f2;
|
40303
|
+
}
|
40304
|
+
|
40305
|
+
.amis-scope .cxd-FileControl-acceptTip > span {
|
40306
|
+
margin-top: 8px;
|
40307
|
+
line-height: 20px;
|
40308
|
+
font-size: 0.75rem;
|
40309
|
+
color: #303540;
|
40310
|
+
}
|
40311
|
+
|
40312
|
+
.amis-scope .cxd-FileControl-acceptTip > svg {
|
40313
|
+
width: 48px;
|
40314
|
+
height: 48px;
|
40315
|
+
top: 0;
|
39633
40316
|
}
|
39634
40317
|
|
39635
40318
|
.amis-scope .cxd-FileControl-sum {
|
@@ -39684,7 +40367,7 @@ readers do not read off random characters that represent icons */
|
|
39684
40367
|
max-height: 25rem;
|
39685
40368
|
overflow: visible;
|
39686
40369
|
height: auto;
|
39687
|
-
border: 0.0625rem solid #
|
40370
|
+
border: 0.0625rem solid #e8e9eb;
|
39688
40371
|
max-width: 100%;
|
39689
40372
|
box-sizing: content-box;
|
39690
40373
|
}
|
@@ -39695,11 +40378,11 @@ readers do not read off random characters that represent icons */
|
|
39695
40378
|
}
|
39696
40379
|
|
39697
40380
|
.amis-scope .cxd-EditorControl.is-error {
|
39698
|
-
border-color: #
|
40381
|
+
border-color: #f33e3e;
|
39699
40382
|
}
|
39700
40383
|
|
39701
40384
|
.amis-scope .cxd-EditorControl.is-focused {
|
39702
|
-
border-color: #
|
40385
|
+
border-color: #144bcc;
|
39703
40386
|
}
|
39704
40387
|
|
39705
40388
|
.amis-scope .cxd-EditorControl .cxd-MonacoEditor {
|
@@ -39724,7 +40407,7 @@ readers do not read off random characters that represent icons */
|
|
39724
40407
|
|
39725
40408
|
.amis-scope .cxd-EditorControl .cxd-MonacoEditor-fullscreen {
|
39726
40409
|
cursor: pointer;
|
39727
|
-
color: #
|
40410
|
+
color: #b8babf;
|
39728
40411
|
line-height: inherit;
|
39729
40412
|
text-decoration: none;
|
39730
40413
|
text-align: center;
|
@@ -39801,7 +40484,7 @@ readers do not read off random characters that represent icons */
|
|
39801
40484
|
.amis-scope .cxd-RichTextControl {
|
39802
40485
|
min-height: 12.5rem;
|
39803
40486
|
height: auto;
|
39804
|
-
border: 0.0625rem solid #
|
40487
|
+
border: 0.0625rem solid #e8e9eb;
|
39805
40488
|
width: 100%;
|
39806
40489
|
}
|
39807
40490
|
|
@@ -39843,7 +40526,7 @@ readers do not read off random characters that represent icons */
|
|
39843
40526
|
|
39844
40527
|
.amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn,
|
39845
40528
|
.amis-scope .cxd-RichTextControl .fr-popup .fr-command.fr-btn {
|
39846
|
-
color: #
|
40529
|
+
color: #151b26;
|
39847
40530
|
}
|
39848
40531
|
|
39849
40532
|
.amis-scope .cxd-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
|
@@ -39868,7 +40551,7 @@ readers do not read off random characters that represent icons */
|
|
39868
40551
|
}
|
39869
40552
|
|
39870
40553
|
.amis-scope .cxd-RichTextControl.is-focused {
|
39871
|
-
border: 0.0625rem solid #
|
40554
|
+
border: 0.0625rem solid #144bcc;
|
39872
40555
|
}
|
39873
40556
|
|
39874
40557
|
.amis-scope .cxd-RichTextControl .fr-box.fr-basic .fr-element {
|
@@ -39880,13 +40563,13 @@ readers do not read off random characters that represent icons */
|
|
39880
40563
|
}
|
39881
40564
|
|
39882
40565
|
.amis-scope .cxd-RichTextControl.is-disabled {
|
39883
|
-
border-color: #
|
40566
|
+
border-color: #e8e9eb;
|
39884
40567
|
pointer-events: none;
|
39885
40568
|
opacity: 0.6;
|
39886
40569
|
}
|
39887
40570
|
|
39888
40571
|
.amis-scope .cxd-RichTextControl.is-disabled .fr-box.fr-basic.fr-top .fr-wrapper {
|
39889
|
-
border-color: #
|
40572
|
+
border-color: #e8e9eb;
|
39890
40573
|
}
|
39891
40574
|
|
39892
40575
|
.tox-tinymce-aux {
|
@@ -39975,7 +40658,7 @@ readers do not read off random characters that represent icons */
|
|
39975
40658
|
|
39976
40659
|
.amis-scope .cxd-InputRange.is-disabled .cxd-Number-handler-up-inner:hover,
|
39977
40660
|
.amis-scope .cxd-InputRange.is-disabled .cxd-Number-handler-down-inner:hover {
|
39978
|
-
color: #
|
40661
|
+
color: #b8babf;
|
39979
40662
|
}
|
39980
40663
|
|
39981
40664
|
.amis-scope .cxd-InputRange-handle {
|
@@ -40199,7 +40882,7 @@ readers do not read off random characters that represent icons */
|
|
40199
40882
|
}
|
40200
40883
|
|
40201
40884
|
.amis-scope .cxd-TreeControl {
|
40202
|
-
border: 1px solid #
|
40885
|
+
border: 1px solid #e8e9eb;
|
40203
40886
|
padding: 6px 12px;
|
40204
40887
|
border-radius: 2px;
|
40205
40888
|
max-height: 300px;
|
@@ -40352,7 +41035,7 @@ readers do not read off random characters that represent icons */
|
|
40352
41035
|
width: 100%;
|
40353
41036
|
outline: none;
|
40354
41037
|
background: #ffffff;
|
40355
|
-
border: 0.0625rem solid #
|
41038
|
+
border: 0.0625rem solid #e8e9eb;
|
40356
41039
|
border-radius: 0.25rem;
|
40357
41040
|
line-height: 1.4285714286;
|
40358
41041
|
padding: calc( ( calc(2rem * 0.85) - 1.4285714286 * 0.875rem - 0.125rem ) / 2 ) 0.625rem;
|
@@ -40360,12 +41043,12 @@ readers do not read off random characters that represent icons */
|
|
40360
41043
|
}
|
40361
41044
|
|
40362
41045
|
.amis-scope .cxd-Tree-itemInput > input::placeholder {
|
40363
|
-
color: #
|
41046
|
+
color: #b8babf;
|
40364
41047
|
user-select: none;
|
40365
41048
|
}
|
40366
41049
|
|
40367
41050
|
.amis-scope .cxd-Tree-itemInput > input:focus {
|
40368
|
-
border-color: #
|
41051
|
+
border-color: #144bcc;
|
40369
41052
|
box-shadow: none;
|
40370
41053
|
background: #ffffff;
|
40371
41054
|
}
|
@@ -40383,7 +41066,7 @@ readers do not read off random characters that represent icons */
|
|
40383
41066
|
|
40384
41067
|
.amis-scope .cxd-Tree-addTopBtn.is-disabled {
|
40385
41068
|
pointer-events: none;
|
40386
|
-
color: #
|
41069
|
+
color: #b8babf;
|
40387
41070
|
}
|
40388
41071
|
|
40389
41072
|
.amis-scope .cxd-Tree-addTopBtn > svg {
|
@@ -40450,7 +41133,7 @@ readers do not read off random characters that represent icons */
|
|
40450
41133
|
}
|
40451
41134
|
|
40452
41135
|
.amis-scope .cxd-Tree-itemLabel.is-disabled {
|
40453
|
-
color: #
|
41136
|
+
color: #b8babf;
|
40454
41137
|
}
|
40455
41138
|
|
40456
41139
|
.amis-scope .cxd-Tree-itemLabel > .cxd-Checkbox {
|
@@ -40466,7 +41149,7 @@ readers do not read off random characters that represent icons */
|
|
40466
41149
|
}
|
40467
41150
|
|
40468
41151
|
.amis-scope .cxd-Tree-placeholder {
|
40469
|
-
color: #
|
41152
|
+
color: #b8babf;
|
40470
41153
|
}
|
40471
41154
|
|
40472
41155
|
.amis-scope .cxd-Tree-dropIndicator {
|
@@ -40520,7 +41203,7 @@ readers do not read off random characters that represent icons */
|
|
40520
41203
|
.amis-scope .cxd-TreeSelect-input {
|
40521
41204
|
display: flex;
|
40522
41205
|
background: #ffffff;
|
40523
|
-
border: 0.0625rem solid #
|
41206
|
+
border: 0.0625rem solid #e8e9eb;
|
40524
41207
|
border-radius: 0.25rem;
|
40525
41208
|
line-height: 1.4285714286;
|
40526
41209
|
padding: calc(
|
@@ -40540,18 +41223,18 @@ readers do not read off random characters that represent icons */
|
|
40540
41223
|
outline: none;
|
40541
41224
|
background: transparent;
|
40542
41225
|
border: none;
|
40543
|
-
color: #
|
41226
|
+
color: #151b26;
|
40544
41227
|
width: 100%;
|
40545
41228
|
height: calc(1.4285714286 * 0.875rem);
|
40546
41229
|
}
|
40547
41230
|
|
40548
41231
|
.amis-scope .cxd-TreeSelect-input input::placeholder {
|
40549
|
-
color: #
|
41232
|
+
color: #b8babf;
|
40550
41233
|
user-select: none;
|
40551
41234
|
}
|
40552
41235
|
|
40553
41236
|
.amis-scope .cxd-TreeSelect-input:hover {
|
40554
|
-
border-color: #
|
41237
|
+
border-color: #144bcc;
|
40555
41238
|
}
|
40556
41239
|
|
40557
41240
|
.amis-scope .cxd-TreeSelect-input--borderHalf {
|
@@ -40565,26 +41248,26 @@ readers do not read off random characters that represent icons */
|
|
40565
41248
|
}
|
40566
41249
|
|
40567
41250
|
.amis-scope .cxd-TreeSelect.is-error > .cxd-TreeSelect-input {
|
40568
|
-
border-color: #
|
41251
|
+
border-color: #f33e3e;
|
40569
41252
|
background: #ffffff;
|
40570
41253
|
transition: all 0s;
|
40571
41254
|
}
|
40572
41255
|
|
40573
41256
|
.amis-scope .cxd-TreeSelect.is-focused > .cxd-TreeSelect-input {
|
40574
|
-
border-color: #
|
41257
|
+
border-color: #144bcc;
|
40575
41258
|
box-shadow: none;
|
40576
41259
|
background: #ffffff;
|
40577
41260
|
transition: all 0s;
|
40578
41261
|
}
|
40579
41262
|
|
40580
41263
|
.amis-scope .cxd-TreeSelect.is-error.is-focused > .cxd-TreeSelect-input {
|
40581
|
-
border-color: #
|
41264
|
+
border-color: #f33e3e;
|
40582
41265
|
}
|
40583
41266
|
|
40584
41267
|
.amis-scope .cxd-TreeSelect.is-disabled > .cxd-TreeSelect-input {
|
40585
|
-
color: #
|
40586
|
-
background: #
|
40587
|
-
border-color: #
|
41268
|
+
color: #b8babf;
|
41269
|
+
background: #f7f7f9;
|
41270
|
+
border-color: #e8e9eb;
|
40588
41271
|
transition: all 0s;
|
40589
41272
|
}
|
40590
41273
|
|
@@ -40603,18 +41286,18 @@ readers do not read off random characters that represent icons */
|
|
40603
41286
|
}
|
40604
41287
|
|
40605
41288
|
.amis-scope .cxd-TreeSelect-clear svg {
|
40606
|
-
fill: #
|
41289
|
+
fill: #d4d6d9;
|
40607
41290
|
top: 0;
|
40608
41291
|
width: 0.875rem;
|
40609
41292
|
height: 0.875rem;
|
40610
41293
|
}
|
40611
41294
|
|
40612
41295
|
.amis-scope .cxd-TreeSelect-clear:hover svg {
|
40613
|
-
fill: #
|
41296
|
+
fill: #5c5f66;
|
40614
41297
|
}
|
40615
41298
|
|
40616
41299
|
.amis-scope .cxd-TreeSelect-clear:active svg {
|
40617
|
-
fill: #
|
41300
|
+
fill: #303540;
|
40618
41301
|
}
|
40619
41302
|
|
40620
41303
|
@media (min-width: 576px) {
|
@@ -40628,7 +41311,7 @@ readers do not read off random characters that represent icons */
|
|
40628
41311
|
}
|
40629
41312
|
|
40630
41313
|
.amis-scope .cxd-TreeSelect.is-opened {
|
40631
|
-
border-color: #
|
41314
|
+
border-color: #144bcc;
|
40632
41315
|
box-shadow: none;
|
40633
41316
|
background: #ffffff;
|
40634
41317
|
}
|
@@ -40645,7 +41328,7 @@ readers do not read off random characters that represent icons */
|
|
40645
41328
|
|
40646
41329
|
.amis-scope .cxd-TreeSelect-popover > .cxd-Tree {
|
40647
41330
|
background: #fff;
|
40648
|
-
border: 0.0625rem solid #
|
41331
|
+
border: 0.0625rem solid #144bcc;
|
40649
41332
|
padding: 0.25rem 0.625rem;
|
40650
41333
|
border-radius: 0;
|
40651
41334
|
margin-top: -1px;
|
@@ -40654,7 +41337,7 @@ readers do not read off random characters that represent icons */
|
|
40654
41337
|
}
|
40655
41338
|
|
40656
41339
|
.amis-scope .cxd-Combo-placeholder {
|
40657
|
-
color: #
|
41340
|
+
color: #b8babf;
|
40658
41341
|
padding-top: calc(
|
40659
41342
|
(
|
40660
41343
|
2rem - 1.4285714286 *
|
@@ -40973,7 +41656,7 @@ readers do not read off random characters that represent icons */
|
|
40973
41656
|
}
|
40974
41657
|
|
40975
41658
|
.amis-scope .cxd-Combo-dragableTip {
|
40976
|
-
color: #
|
41659
|
+
color: #b8babf;
|
40977
41660
|
font-size: 0.75rem;
|
40978
41661
|
margin-left: 0.25rem;
|
40979
41662
|
}
|
@@ -41007,7 +41690,7 @@ readers do not read off random characters that represent icons */
|
|
41007
41690
|
}
|
41008
41691
|
|
41009
41692
|
.amis-scope .cxd-SubForm-value {
|
41010
|
-
background: #
|
41693
|
+
background: #f7f7f9;
|
41011
41694
|
color: #000;
|
41012
41695
|
font-size: 0.875rem;
|
41013
41696
|
padding: 0 0.25rem;
|
@@ -41109,13 +41792,13 @@ readers do not read off random characters that represent icons */
|
|
41109
41792
|
|
41110
41793
|
.amis-scope .cxd-SubForm-addBtn:disabled,
|
41111
41794
|
.amis-scope .cxd-SubForm-addBtn.is-disabled {
|
41112
|
-
color: #
|
41795
|
+
color: #b8babf;
|
41113
41796
|
pointer-events: none;
|
41114
41797
|
background: transparent;
|
41115
41798
|
}
|
41116
41799
|
|
41117
41800
|
.amis-scope .cxd-SubForm-placeholder {
|
41118
|
-
color: #
|
41801
|
+
color: #b8babf;
|
41119
41802
|
user-select: none;
|
41120
41803
|
padding: 4px;
|
41121
41804
|
}
|
@@ -41138,7 +41821,7 @@ readers do not read off random characters that represent icons */
|
|
41138
41821
|
.amis-scope .cxd-Picker-input {
|
41139
41822
|
display: flex;
|
41140
41823
|
background: #ffffff;
|
41141
|
-
border: 0.0625rem solid #
|
41824
|
+
border: 0.0625rem solid #e8e9eb;
|
41142
41825
|
border-radius: 0.25rem;
|
41143
41826
|
line-height: 1.4285714286;
|
41144
41827
|
padding: calc(
|
@@ -41158,18 +41841,18 @@ readers do not read off random characters that represent icons */
|
|
41158
41841
|
outline: none;
|
41159
41842
|
background: transparent;
|
41160
41843
|
border: none;
|
41161
|
-
color: #
|
41844
|
+
color: #151b26;
|
41162
41845
|
width: 100%;
|
41163
41846
|
height: calc(1.4285714286 * 0.875rem);
|
41164
41847
|
}
|
41165
41848
|
|
41166
41849
|
.amis-scope .cxd-Picker-input input::placeholder {
|
41167
|
-
color: #
|
41850
|
+
color: #b8babf;
|
41168
41851
|
user-select: none;
|
41169
41852
|
}
|
41170
41853
|
|
41171
41854
|
.amis-scope .cxd-Picker-input:hover {
|
41172
|
-
border-color: #
|
41855
|
+
border-color: #144bcc;
|
41173
41856
|
}
|
41174
41857
|
|
41175
41858
|
.amis-scope .cxd-Picker-input--borderHalf {
|
@@ -41183,26 +41866,26 @@ readers do not read off random characters that represent icons */
|
|
41183
41866
|
}
|
41184
41867
|
|
41185
41868
|
.amis-scope .cxd-Picker.is-error > .cxd-Picker-input {
|
41186
|
-
border-color: #
|
41869
|
+
border-color: #f33e3e;
|
41187
41870
|
background: #ffffff;
|
41188
41871
|
transition: all 0s;
|
41189
41872
|
}
|
41190
41873
|
|
41191
41874
|
.amis-scope .cxd-Picker.is-focused > .cxd-Picker-input {
|
41192
|
-
border-color: #
|
41875
|
+
border-color: #144bcc;
|
41193
41876
|
box-shadow: none;
|
41194
41877
|
background: #ffffff;
|
41195
41878
|
transition: all 0s;
|
41196
41879
|
}
|
41197
41880
|
|
41198
41881
|
.amis-scope .cxd-Picker.is-error.is-focused > .cxd-Picker-input {
|
41199
|
-
border-color: #
|
41882
|
+
border-color: #f33e3e;
|
41200
41883
|
}
|
41201
41884
|
|
41202
41885
|
.amis-scope .cxd-Picker.is-disabled > .cxd-Picker-input {
|
41203
|
-
color: #
|
41204
|
-
background: #
|
41205
|
-
border-color: #
|
41886
|
+
color: #b8babf;
|
41887
|
+
background: #f7f7f9;
|
41888
|
+
border-color: #e8e9eb;
|
41206
41889
|
transition: all 0s;
|
41207
41890
|
}
|
41208
41891
|
|
@@ -41221,18 +41904,18 @@ readers do not read off random characters that represent icons */
|
|
41221
41904
|
}
|
41222
41905
|
|
41223
41906
|
.amis-scope .cxd-Picker-clear svg {
|
41224
|
-
fill: #
|
41907
|
+
fill: #d4d6d9;
|
41225
41908
|
top: 0;
|
41226
41909
|
width: 0.875rem;
|
41227
41910
|
height: 0.875rem;
|
41228
41911
|
}
|
41229
41912
|
|
41230
41913
|
.amis-scope .cxd-Picker-clear:hover svg {
|
41231
|
-
fill: #
|
41914
|
+
fill: #5c5f66;
|
41232
41915
|
}
|
41233
41916
|
|
41234
41917
|
.amis-scope .cxd-Picker-clear:active svg {
|
41235
|
-
fill: #
|
41918
|
+
fill: #303540;
|
41236
41919
|
}
|
41237
41920
|
|
41238
41921
|
@media (min-width: 576px) {
|
@@ -41246,7 +41929,7 @@ readers do not read off random characters that represent icons */
|
|
41246
41929
|
}
|
41247
41930
|
|
41248
41931
|
.amis-scope .cxd-Picker.is-focus > .cxd-Picker-input {
|
41249
|
-
border-color: #
|
41932
|
+
border-color: #144bcc;
|
41250
41933
|
box-shadow: none;
|
41251
41934
|
background: #ffffff;
|
41252
41935
|
}
|
@@ -41257,7 +41940,7 @@ readers do not read off random characters that represent icons */
|
|
41257
41940
|
}
|
41258
41941
|
|
41259
41942
|
.amis-scope .cxd-Picker-placeholder {
|
41260
|
-
color: #
|
41943
|
+
color: #b8babf;
|
41261
41944
|
user-select: none;
|
41262
41945
|
position: absolute;
|
41263
41946
|
line-height: 1.4285714286;
|
@@ -41339,18 +42022,18 @@ readers do not read off random characters that represent icons */
|
|
41339
42022
|
}
|
41340
42023
|
|
41341
42024
|
.amis-scope .cxd-Picker-clear svg {
|
41342
|
-
fill: #
|
42025
|
+
fill: #d4d6d9;
|
41343
42026
|
top: 0;
|
41344
42027
|
width: 0.875rem;
|
41345
42028
|
height: 0.875rem;
|
41346
42029
|
}
|
41347
42030
|
|
41348
42031
|
.amis-scope .cxd-Picker-clear:hover svg {
|
41349
|
-
fill: #
|
42032
|
+
fill: #5c5f66;
|
41350
42033
|
}
|
41351
42034
|
|
41352
42035
|
.amis-scope .cxd-Picker-clear:active svg {
|
41353
|
-
fill: #
|
42036
|
+
fill: #303540;
|
41354
42037
|
}
|
41355
42038
|
|
41356
42039
|
.amis-scope .cxd-PickerControl.is-inline .cxd-Picker {
|
@@ -41424,9 +42107,9 @@ readers do not read off random characters that represent icons */
|
|
41424
42107
|
line-height: 18 / 12;
|
41425
42108
|
border-radius: 0.25rem;
|
41426
42109
|
height: 1.875rem;
|
41427
|
-
color: #
|
42110
|
+
color: #151b26;
|
41428
42111
|
background: #ffffff;
|
41429
|
-
border-color: #
|
42112
|
+
border-color: #e8e9eb;
|
41430
42113
|
box-shadow: none;
|
41431
42114
|
text-shadow: none;
|
41432
42115
|
}
|
@@ -41459,13 +42142,13 @@ readers do not read off random characters that represent icons */
|
|
41459
42142
|
}
|
41460
42143
|
|
41461
42144
|
.amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover {
|
41462
|
-
color: #
|
42145
|
+
color: #151b26;
|
41463
42146
|
background: #ececec;
|
41464
42147
|
border-color: #b4bbc5;
|
41465
42148
|
}
|
41466
42149
|
|
41467
42150
|
.amis-scope .cxd-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
|
41468
|
-
color: #
|
42151
|
+
color: #151b26;
|
41469
42152
|
background: #e6e6e6;
|
41470
42153
|
border-color: #adb4bf;
|
41471
42154
|
}
|
@@ -41515,7 +42198,7 @@ readers do not read off random characters that represent icons */
|
|
41515
42198
|
line-height: 1;
|
41516
42199
|
cursor: pointer;
|
41517
42200
|
user-select: none;
|
41518
|
-
color: #
|
42201
|
+
color: #f2f2f4;
|
41519
42202
|
}
|
41520
42203
|
|
41521
42204
|
.amis-scope .cxd-Rating-star-half > svg.icon,
|
@@ -41603,7 +42286,7 @@ readers do not read off random characters that represent icons */
|
|
41603
42286
|
min-width: 12.5rem;
|
41604
42287
|
max-height: 25rem;
|
41605
42288
|
flex-grow: 1;
|
41606
|
-
border: 0.0625rem solid #
|
42289
|
+
border: 0.0625rem solid #e8e9eb;
|
41607
42290
|
display: flex;
|
41608
42291
|
flex-direction: column;
|
41609
42292
|
border-radius: 0.25rem;
|
@@ -41670,7 +42353,7 @@ readers do not read off random characters that represent icons */
|
|
41670
42353
|
.amis-scope .cxd-Transfer-checkAll.is-disabled,
|
41671
42354
|
.amis-scope .cxd-Transfer-clearAll.is-disabled {
|
41672
42355
|
pointer-events: none;
|
41673
|
-
color: #
|
42356
|
+
color: #b8babf;
|
41674
42357
|
}
|
41675
42358
|
|
41676
42359
|
.amis-scope .cxd-TabsTransfer .cxd-Transfer-title {
|
@@ -41682,7 +42365,7 @@ readers do not read off random characters that represent icons */
|
|
41682
42365
|
line-height: 1.4285714286;
|
41683
42366
|
font-size: 0.875rem;
|
41684
42367
|
padding: calc( ( 2rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
41685
|
-
color: #
|
42368
|
+
color: #b8babf;
|
41686
42369
|
}
|
41687
42370
|
|
41688
42371
|
.amis-scope .cxd-TabsTransfer-tab {
|
@@ -41759,11 +42442,11 @@ readers do not read off random characters that represent icons */
|
|
41759
42442
|
transition: transform 0s ease-out;
|
41760
42443
|
margin: 5px 5px 5px auto;
|
41761
42444
|
display: flex;
|
41762
|
-
color: #
|
42445
|
+
color: #84868c;
|
41763
42446
|
}
|
41764
42447
|
|
41765
42448
|
.amis-scope .cxd-TransferPicker-icon:hover {
|
41766
|
-
color: #
|
42449
|
+
color: #84868c;
|
41767
42450
|
}
|
41768
42451
|
|
41769
42452
|
.amis-scope .cxd-TransferPicker-icon > svg {
|
@@ -41776,11 +42459,11 @@ readers do not read off random characters that represent icons */
|
|
41776
42459
|
transition: transform 0s ease-out;
|
41777
42460
|
margin: 5px 5px 5px auto;
|
41778
42461
|
display: flex;
|
41779
|
-
color: #
|
42462
|
+
color: #84868c;
|
41780
42463
|
}
|
41781
42464
|
|
41782
42465
|
.amis-scope .cxd-TransferDropDown-icon:hover {
|
41783
|
-
color: #
|
42466
|
+
color: #84868c;
|
41784
42467
|
}
|
41785
42468
|
|
41786
42469
|
.amis-scope .cxd-TransferDropDown-icon > svg {
|
@@ -41837,7 +42520,7 @@ readers do not read off random characters that represent icons */
|
|
41837
42520
|
.amis-scope .cxd-NestedSelect-optionArrowRight svg {
|
41838
42521
|
width: 0.75rem;
|
41839
42522
|
height: 0.75rem;
|
41840
|
-
fill: #
|
42523
|
+
fill: #84868c;
|
41841
42524
|
}
|
41842
42525
|
|
41843
42526
|
.amis-scope .cxd-NestedSelect-menuOuter {
|
@@ -41858,8 +42541,8 @@ readers do not read off random characters that represent icons */
|
|
41858
42541
|
width: 10rem;
|
41859
42542
|
height: 10.9375rem;
|
41860
42543
|
background: #fff;
|
41861
|
-
color: #
|
41862
|
-
border: 0 solid #
|
42544
|
+
color: #151b26;
|
42545
|
+
border: 0 solid #144bcc;
|
41863
42546
|
box-shadow: 0.125rem 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
|
41864
42547
|
overflow-y: auto;
|
41865
42548
|
overflow-x: hidden;
|
@@ -41885,7 +42568,7 @@ readers do not read off random characters that represent icons */
|
|
41885
42568
|
|
41886
42569
|
.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option > .cxd-NestedSelect-optionLabel.is-disabled {
|
41887
42570
|
cursor: not-allowed;
|
41888
|
-
color: #
|
42571
|
+
color: #b8babf;
|
41889
42572
|
}
|
41890
42573
|
|
41891
42574
|
.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option .cxd-NestedSelect-optionLabel-highlight {
|
@@ -41898,8 +42581,8 @@ readers do not read off random characters that represent icons */
|
|
41898
42581
|
}
|
41899
42582
|
|
41900
42583
|
.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option:hover {
|
41901
|
-
color: #
|
41902
|
-
background: #
|
42584
|
+
color: #151b26;
|
42585
|
+
background: #e6f0ff;
|
41903
42586
|
}
|
41904
42587
|
|
41905
42588
|
.amis-scope .cxd-NestedSelect-menu .cxd-NestedSelect-option:hover > .cxd-NestedSelect-childrenOuter {
|
@@ -42048,7 +42731,7 @@ readers do not read off random characters that represent icons */
|
|
42048
42731
|
.amis-scope .cxd-IconPickerControl-input {
|
42049
42732
|
display: flex;
|
42050
42733
|
background: #ffffff;
|
42051
|
-
border: 0.0625rem solid #
|
42734
|
+
border: 0.0625rem solid #e8e9eb;
|
42052
42735
|
border-radius: 0.25rem;
|
42053
42736
|
line-height: 1.4285714286;
|
42054
42737
|
padding: calc(
|
@@ -42068,18 +42751,18 @@ readers do not read off random characters that represent icons */
|
|
42068
42751
|
outline: none;
|
42069
42752
|
background: transparent;
|
42070
42753
|
border: none;
|
42071
|
-
color: #
|
42754
|
+
color: #151b26;
|
42072
42755
|
width: 100%;
|
42073
42756
|
height: calc(1.4285714286 * 0.875rem);
|
42074
42757
|
}
|
42075
42758
|
|
42076
42759
|
.amis-scope .cxd-IconPickerControl-input input::placeholder {
|
42077
|
-
color: #
|
42760
|
+
color: #b8babf;
|
42078
42761
|
user-select: none;
|
42079
42762
|
}
|
42080
42763
|
|
42081
42764
|
.amis-scope .cxd-IconPickerControl-input:hover {
|
42082
|
-
border-color: #
|
42765
|
+
border-color: #144bcc;
|
42083
42766
|
}
|
42084
42767
|
|
42085
42768
|
.amis-scope .cxd-IconPickerControl-input--borderHalf {
|
@@ -42093,26 +42776,26 @@ readers do not read off random characters that represent icons */
|
|
42093
42776
|
}
|
42094
42777
|
|
42095
42778
|
.amis-scope .cxd-IconPickerControl.is-error > .cxd-IconPickerControl-input {
|
42096
|
-
border-color: #
|
42779
|
+
border-color: #f33e3e;
|
42097
42780
|
background: #ffffff;
|
42098
42781
|
transition: all 0s;
|
42099
42782
|
}
|
42100
42783
|
|
42101
42784
|
.amis-scope .cxd-IconPickerControl.is-focused > .cxd-IconPickerControl-input {
|
42102
|
-
border-color: #
|
42785
|
+
border-color: #144bcc;
|
42103
42786
|
box-shadow: none;
|
42104
42787
|
background: #ffffff;
|
42105
42788
|
transition: all 0s;
|
42106
42789
|
}
|
42107
42790
|
|
42108
42791
|
.amis-scope .cxd-IconPickerControl.is-error.is-focused > .cxd-IconPickerControl-input {
|
42109
|
-
border-color: #
|
42792
|
+
border-color: #f33e3e;
|
42110
42793
|
}
|
42111
42794
|
|
42112
42795
|
.amis-scope .cxd-IconPickerControl.is-disabled > .cxd-IconPickerControl-input {
|
42113
|
-
color: #
|
42114
|
-
background: #
|
42115
|
-
border-color: #
|
42796
|
+
color: #b8babf;
|
42797
|
+
background: #f7f7f9;
|
42798
|
+
border-color: #e8e9eb;
|
42116
42799
|
transition: all 0s;
|
42117
42800
|
}
|
42118
42801
|
|
@@ -42131,18 +42814,18 @@ readers do not read off random characters that represent icons */
|
|
42131
42814
|
}
|
42132
42815
|
|
42133
42816
|
.amis-scope .cxd-IconPickerControl-clear svg {
|
42134
|
-
fill: #
|
42817
|
+
fill: #d4d6d9;
|
42135
42818
|
top: 0;
|
42136
42819
|
width: 0.875rem;
|
42137
42820
|
height: 0.875rem;
|
42138
42821
|
}
|
42139
42822
|
|
42140
42823
|
.amis-scope .cxd-IconPickerControl-clear:hover svg {
|
42141
|
-
fill: #
|
42824
|
+
fill: #5c5f66;
|
42142
42825
|
}
|
42143
42826
|
|
42144
42827
|
.amis-scope .cxd-IconPickerControl-clear:active svg {
|
42145
|
-
fill: #
|
42828
|
+
fill: #303540;
|
42146
42829
|
}
|
42147
42830
|
|
42148
42831
|
@media (min-width: 576px) {
|
@@ -42156,7 +42839,7 @@ readers do not read off random characters that represent icons */
|
|
42156
42839
|
}
|
42157
42840
|
|
42158
42841
|
.amis-scope .cxd-IconPickerControl-placeholder {
|
42159
|
-
color: #
|
42842
|
+
color: #b8babf;
|
42160
42843
|
user-select: none;
|
42161
42844
|
position: absolute;
|
42162
42845
|
left: 0.625rem;
|
@@ -42196,8 +42879,8 @@ readers do not read off random characters that represent icons */
|
|
42196
42879
|
.amis-scope .cxd-IconPickerControl-sugsPanel {
|
42197
42880
|
position: absolute;
|
42198
42881
|
background: #fff;
|
42199
|
-
color: #
|
42200
|
-
border: 0.0625rem solid #
|
42882
|
+
color: #151b26;
|
42883
|
+
border: 0.0625rem solid #144bcc;
|
42201
42884
|
left: -0.0625rem;
|
42202
42885
|
right: -0.0625rem;
|
42203
42886
|
top: 100%;
|
@@ -42241,7 +42924,7 @@ readers do not read off random characters that represent icons */
|
|
42241
42924
|
}
|
42242
42925
|
|
42243
42926
|
.amis-scope .cxd-IconPickerControl-sugItem:hover {
|
42244
|
-
background: #
|
42927
|
+
background: #e6f0ff;
|
42245
42928
|
}
|
42246
42929
|
|
42247
42930
|
.amis-scope .cxd-IconPickerControl-sugItem.is-active {
|
@@ -42308,7 +42991,7 @@ readers do not read off random characters that represent icons */
|
|
42308
42991
|
}
|
42309
42992
|
|
42310
42993
|
.amis-scope .cxd-Form-static--borderFull {
|
42311
|
-
border: 0.0625rem solid #
|
42994
|
+
border: 0.0625rem solid #e8e9eb;
|
42312
42995
|
border-radius: 0.25rem;
|
42313
42996
|
padding: calc(
|
42314
42997
|
(
|
@@ -42319,7 +43002,7 @@ readers do not read off random characters that represent icons */
|
|
42319
43002
|
}
|
42320
43003
|
|
42321
43004
|
.amis-scope .cxd-Form-static--borderHalf {
|
42322
|
-
border-bottom: 0.0625rem solid #
|
43005
|
+
border-bottom: 0.0625rem solid #e8e9eb;
|
42323
43006
|
border-radius: 0.25rem;
|
42324
43007
|
padding: calc(
|
42325
43008
|
(
|
@@ -42334,7 +43017,7 @@ readers do not read off random characters that represent icons */
|
|
42334
43017
|
margin-bottom: 0.25rem;
|
42335
43018
|
position: relative;
|
42336
43019
|
font-size: 0.875rem;
|
42337
|
-
color: #
|
43020
|
+
color: #5c5f66;
|
42338
43021
|
}
|
42339
43022
|
|
42340
43023
|
.amis-scope .cxd-Form-label > span {
|
@@ -42342,13 +43025,13 @@ readers do not read off random characters that represent icons */
|
|
42342
43025
|
}
|
42343
43026
|
|
42344
43027
|
.amis-scope .cxd-Form-star {
|
42345
|
-
color: #
|
43028
|
+
color: #f33e3e;
|
42346
43029
|
font-size: 0.6875rem;
|
42347
43030
|
line-height: 1;
|
42348
43031
|
}
|
42349
43032
|
|
42350
43033
|
.amis-scope .cxd-Form-feedback {
|
42351
|
-
color: #
|
43034
|
+
color: #f33e3e;
|
42352
43035
|
margin: 0.375rem 0 0;
|
42353
43036
|
padding-left: 0.75rem;
|
42354
43037
|
font-size: 0.75rem;
|
@@ -42421,11 +43104,11 @@ readers do not read off random characters that represent icons */
|
|
42421
43104
|
}
|
42422
43105
|
|
42423
43106
|
.amis-scope .cxd-Form-item.is-error > .cxd-Form-label {
|
42424
|
-
color: #
|
43107
|
+
color: #f33e3e;
|
42425
43108
|
}
|
42426
43109
|
|
42427
43110
|
.amis-scope .cxd-Form-placeholder {
|
42428
|
-
color: #
|
43111
|
+
color: #b8babf;
|
42429
43112
|
}
|
42430
43113
|
|
42431
43114
|
.amis-scope .cxd-Form-caption {
|
@@ -42851,7 +43534,7 @@ readers do not read off random characters that represent icons */
|
|
42851
43534
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-Form-hint {
|
42852
43535
|
font-size: 0.875rem;
|
42853
43536
|
margin-left: 0;
|
42854
|
-
color: #
|
43537
|
+
color: #b8babf;
|
42855
43538
|
}
|
42856
43539
|
|
42857
43540
|
.amis-scope .cxd-Form .cxd-Form-item .cxd-TextControl-placeholder {
|
@@ -43314,7 +43997,7 @@ readers do not read off random characters that represent icons */
|
|
43314
43997
|
|
43315
43998
|
.amis-scope .cxd-Link.is-disabled {
|
43316
43999
|
cursor: not-allowed;
|
43317
|
-
color: #
|
44000
|
+
color: #b8babf;
|
43318
44001
|
}
|
43319
44002
|
|
43320
44003
|
.amis-scope .cxd-MappingField {
|
@@ -43335,7 +44018,7 @@ readers do not read off random characters that represent icons */
|
|
43335
44018
|
|
43336
44019
|
.amis-scope .cxd-FormulaEditor-content {
|
43337
44020
|
border-radius: 0.25rem;
|
43338
|
-
border: 0.0625rem solid #
|
44021
|
+
border: 0.0625rem solid #e8e9eb;
|
43339
44022
|
}
|
43340
44023
|
|
43341
44024
|
.amis-scope .cxd-FormulaEditor-header {
|
@@ -43346,7 +44029,7 @@ readers do not read off random characters that represent icons */
|
|
43346
44029
|
box-sizing: border-box;
|
43347
44030
|
background: #fafafa;
|
43348
44031
|
border-radius: 0.25rem 0.25rem 0 0;
|
43349
|
-
border-bottom: 0.0625rem solid #
|
44032
|
+
border-bottom: 0.0625rem solid #e8e9eb;
|
43350
44033
|
font-weight: 500;
|
43351
44034
|
}
|
43352
44035
|
|
@@ -43372,11 +44055,11 @@ readers do not read off random characters that represent icons */
|
|
43372
44055
|
}
|
43373
44056
|
|
43374
44057
|
.amis-scope .cxd-FormulaEditor.is-error .cxd-FormulaEditor-editor {
|
43375
|
-
border-color: #
|
44058
|
+
border-color: #f33e3e;
|
43376
44059
|
}
|
43377
44060
|
|
43378
44061
|
.amis-scope .cxd-FormulaEditor.is-focused .cxd-FormulaEditor-editor {
|
43379
|
-
border-color: #
|
44062
|
+
border-color: #144bcc;
|
43380
44063
|
}
|
43381
44064
|
|
43382
44065
|
.amis-scope .cxd-FormulaEditor-settings {
|
@@ -43396,7 +44079,7 @@ readers do not read off random characters that represent icons */
|
|
43396
44079
|
height: 15.625rem;
|
43397
44080
|
width: 13.75rem;
|
43398
44081
|
border-radius: 0.25rem;
|
43399
|
-
border: 0.0625rem solid #
|
44082
|
+
border: 0.0625rem solid #e8e9eb;
|
43400
44083
|
}
|
43401
44084
|
|
43402
44085
|
.amis-scope .cxd-FormulaEditor-panel:not(:last-child) {
|
@@ -43415,7 +44098,7 @@ readers do not read off random characters that represent icons */
|
|
43415
44098
|
box-sizing: border-box;
|
43416
44099
|
background: #fafafa;
|
43417
44100
|
border-radius: 0.25rem 0.25rem 0 0;
|
43418
|
-
border-bottom: 0.0625rem solid #
|
44101
|
+
border-bottom: 0.0625rem solid #e8e9eb;
|
43419
44102
|
font-weight: 500;
|
43420
44103
|
}
|
43421
44104
|
|
@@ -43594,7 +44277,7 @@ readers do not read off random characters that represent icons */
|
|
43594
44277
|
.amis-scope .cxd-FormulaEditor-FuncList-doc pre {
|
43595
44278
|
white-space: pre-wrap;
|
43596
44279
|
word-wrap: break-word;
|
43597
|
-
background: #
|
44280
|
+
background: #f7f7f9;
|
43598
44281
|
padding: 0.3125rem 0.625rem;
|
43599
44282
|
border-radius: 0.25rem;
|
43600
44283
|
margin-top: 0;
|
@@ -43715,7 +44398,7 @@ readers do not read off random characters that represent icons */
|
|
43715
44398
|
}
|
43716
44399
|
|
43717
44400
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
|
43718
|
-
background: #
|
44401
|
+
background: #f33e3e;
|
43719
44402
|
}
|
43720
44403
|
|
43721
44404
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
|
@@ -43723,11 +44406,11 @@ readers do not read off random characters that represent icons */
|
|
43723
44406
|
}
|
43724
44407
|
|
43725
44408
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
|
43726
|
-
background: #
|
44409
|
+
background: #30bf13;
|
43727
44410
|
}
|
43728
44411
|
|
43729
44412
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
|
43730
|
-
background: #
|
44413
|
+
background: #ff9326;
|
43731
44414
|
}
|
43732
44415
|
|
43733
44416
|
.amis-scope .cxd-Timeline-vertical .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
|
@@ -43842,7 +44525,7 @@ readers do not read off random characters that represent icons */
|
|
43842
44525
|
}
|
43843
44526
|
|
43844
44527
|
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--danger {
|
43845
|
-
background: #
|
44528
|
+
background: #f33e3e;
|
43846
44529
|
}
|
43847
44530
|
|
43848
44531
|
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--info {
|
@@ -43850,11 +44533,11 @@ readers do not read off random characters that represent icons */
|
|
43850
44533
|
}
|
43851
44534
|
|
43852
44535
|
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--success {
|
43853
|
-
background: #
|
44536
|
+
background: #30bf13;
|
43854
44537
|
}
|
43855
44538
|
|
43856
44539
|
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-round--warning {
|
43857
|
-
background: #
|
44540
|
+
background: #ff9326;
|
43858
44541
|
}
|
43859
44542
|
|
43860
44543
|
.amis-scope .cxd-Timeline-horizontal .cxd-TimelineItem-axle .cxd-TimelineItem-icon {
|
@@ -44240,38 +44923,38 @@ readers do not read off random characters that represent icons */
|
|
44240
44923
|
}
|
44241
44924
|
|
44242
44925
|
.amis-scope .bg-success {
|
44243
|
-
background-color: #
|
44244
|
-
color: #
|
44926
|
+
background-color: #30bf13;
|
44927
|
+
color: #b8f2ac;
|
44245
44928
|
}
|
44246
44929
|
|
44247
44930
|
.amis-scope .bg-success.lt,
|
44248
44931
|
.amis-scope .bg-success .lt {
|
44249
|
-
background: #
|
44932
|
+
background: #38d318;
|
44250
44933
|
}
|
44251
44934
|
|
44252
44935
|
.amis-scope .bg-success.lter,
|
44253
44936
|
.amis-scope .bg-success .lter {
|
44254
|
-
background: #
|
44937
|
+
background: #43e223;
|
44255
44938
|
}
|
44256
44939
|
|
44257
44940
|
.amis-scope .bg-success.dk,
|
44258
44941
|
.amis-scope .bg-success .dk {
|
44259
|
-
background: #
|
44942
|
+
background: #29aa0e;
|
44260
44943
|
}
|
44261
44944
|
|
44262
44945
|
.amis-scope .bg-success.dker,
|
44263
44946
|
.amis-scope .bg-success .dker {
|
44264
|
-
background: #
|
44947
|
+
background: #22950a;
|
44265
44948
|
}
|
44266
44949
|
|
44267
44950
|
.amis-scope .bg-success.bg,
|
44268
44951
|
.amis-scope .bg-success .bg {
|
44269
|
-
background-color: #
|
44952
|
+
background-color: #30bf13;
|
44270
44953
|
}
|
44271
44954
|
|
44272
44955
|
.amis-scope .bg-success a,
|
44273
44956
|
.amis-scope .bg-success .cxd-Button--link {
|
44274
|
-
color: #
|
44957
|
+
color: #def9d8;
|
44275
44958
|
}
|
44276
44959
|
|
44277
44960
|
.amis-scope .bg-success a:hover,
|
@@ -44348,33 +45031,33 @@ readers do not read off random characters that represent icons */
|
|
44348
45031
|
}
|
44349
45032
|
|
44350
45033
|
.amis-scope .bg-warning {
|
44351
|
-
background-color: #
|
44352
|
-
color: #
|
45034
|
+
background-color: #ff9326;
|
45035
|
+
color: #fef9f3;
|
44353
45036
|
}
|
44354
45037
|
|
44355
45038
|
.amis-scope .bg-warning.lt,
|
44356
45039
|
.amis-scope .bg-warning .lt {
|
44357
|
-
background: #
|
45040
|
+
background: #fda042;
|
44358
45041
|
}
|
44359
45042
|
|
44360
45043
|
.amis-scope .bg-warning.lter,
|
44361
45044
|
.amis-scope .bg-warning .lter {
|
44362
|
-
background: #
|
45045
|
+
background: #fbac5d;
|
44363
45046
|
}
|
44364
45047
|
|
44365
45048
|
.amis-scope .bg-warning.dk,
|
44366
45049
|
.amis-scope .bg-warning .dk {
|
44367
|
-
background: #
|
45050
|
+
background: #ff860d;
|
44368
45051
|
}
|
44369
45052
|
|
44370
45053
|
.amis-scope .bg-warning.dker,
|
44371
45054
|
.amis-scope .bg-warning .dker {
|
44372
|
-
background: #
|
45055
|
+
background: #f27a00;
|
44373
45056
|
}
|
44374
45057
|
|
44375
45058
|
.amis-scope .bg-warning.bg,
|
44376
45059
|
.amis-scope .bg-warning .bg {
|
44377
|
-
background-color: #
|
45060
|
+
background-color: #ff9326;
|
44378
45061
|
}
|
44379
45062
|
|
44380
45063
|
.amis-scope .bg-warning a,
|
@@ -44402,33 +45085,33 @@ readers do not read off random characters that represent icons */
|
|
44402
45085
|
}
|
44403
45086
|
|
44404
45087
|
.amis-scope .bg-danger {
|
44405
|
-
background-color: #
|
44406
|
-
color:
|
45088
|
+
background-color: #f33e3e;
|
45089
|
+
color: #fffefe;
|
44407
45090
|
}
|
44408
45091
|
|
44409
45092
|
.amis-scope .bg-danger.lt,
|
44410
45093
|
.amis-scope .bg-danger .lt {
|
44411
|
-
background: #
|
45094
|
+
background: #f25858;
|
44412
45095
|
}
|
44413
45096
|
|
44414
45097
|
.amis-scope .bg-danger.lter,
|
44415
45098
|
.amis-scope .bg-danger .lter {
|
44416
|
-
background: #
|
45099
|
+
background: #f27272;
|
44417
45100
|
}
|
44418
45101
|
|
44419
45102
|
.amis-scope .bg-danger.dk,
|
44420
45103
|
.amis-scope .bg-danger .dk {
|
44421
|
-
background: #
|
45104
|
+
background: #f42323;
|
44422
45105
|
}
|
44423
45106
|
|
44424
45107
|
.amis-scope .bg-danger.dker,
|
44425
45108
|
.amis-scope .bg-danger .dker {
|
44426
|
-
background: #
|
45109
|
+
background: #f50909;
|
44427
45110
|
}
|
44428
45111
|
|
44429
45112
|
.amis-scope .bg-danger.bg,
|
44430
45113
|
.amis-scope .bg-danger .bg {
|
44431
|
-
background-color: #
|
45114
|
+
background-color: #f33e3e;
|
44432
45115
|
}
|
44433
45116
|
|
44434
45117
|
.amis-scope .bg-danger a,
|
@@ -44550,87 +45233,87 @@ readers do not read off random characters that represent icons */
|
|
44550
45233
|
}
|
44551
45234
|
|
44552
45235
|
.amis-scope a.bg-success:hover {
|
44553
|
-
background: #
|
45236
|
+
background: #2aa811;
|
44554
45237
|
}
|
44555
45238
|
|
44556
45239
|
.amis-scope a.text-success:hover {
|
44557
|
-
color: #
|
45240
|
+
color: #2aa811;
|
44558
45241
|
}
|
44559
45242
|
|
44560
45243
|
.amis-scope .text-success {
|
44561
|
-
color: #
|
45244
|
+
color: #30bf13;
|
44562
45245
|
}
|
44563
45246
|
|
44564
45247
|
.amis-scope .text-success-lt {
|
44565
|
-
color: #
|
45248
|
+
color: #2aa811;
|
44566
45249
|
}
|
44567
45250
|
|
44568
45251
|
.amis-scope .text-success-lter {
|
44569
|
-
color: #
|
45252
|
+
color: #24910e;
|
44570
45253
|
}
|
44571
45254
|
|
44572
45255
|
.amis-scope .text-success-dk {
|
44573
|
-
color: #
|
45256
|
+
color: #2aa811;
|
44574
45257
|
}
|
44575
45258
|
|
44576
45259
|
.amis-scope .text-success-dker {
|
44577
|
-
color: #
|
45260
|
+
color: #24910e;
|
44578
45261
|
}
|
44579
45262
|
|
44580
45263
|
.amis-scope a.bg-warning:hover {
|
44581
|
-
background: #
|
45264
|
+
background: #ff860d;
|
44582
45265
|
}
|
44583
45266
|
|
44584
45267
|
.amis-scope a.text-warning:hover {
|
44585
|
-
color: #
|
45268
|
+
color: #ff860d;
|
44586
45269
|
}
|
44587
45270
|
|
44588
45271
|
.amis-scope .text-warning {
|
44589
|
-
color: #
|
45272
|
+
color: #ff9326;
|
44590
45273
|
}
|
44591
45274
|
|
44592
45275
|
.amis-scope .text-warning-lt {
|
44593
|
-
color: #
|
45276
|
+
color: #ff860d;
|
44594
45277
|
}
|
44595
45278
|
|
44596
45279
|
.amis-scope .text-warning-lter {
|
44597
|
-
color: #
|
45280
|
+
color: #f27a00;
|
44598
45281
|
}
|
44599
45282
|
|
44600
45283
|
.amis-scope .text-warning-dk {
|
44601
|
-
color: #
|
45284
|
+
color: #ff860d;
|
44602
45285
|
}
|
44603
45286
|
|
44604
45287
|
.amis-scope .text-warning-dker {
|
44605
|
-
color: #
|
45288
|
+
color: #f27a00;
|
44606
45289
|
}
|
44607
45290
|
|
44608
45291
|
.amis-scope a.bg-danger:hover {
|
44609
|
-
background: #
|
45292
|
+
background: #f22626;
|
44610
45293
|
}
|
44611
45294
|
|
44612
45295
|
.amis-scope a.text-danger:hover {
|
44613
|
-
color: #
|
45296
|
+
color: #f22626;
|
44614
45297
|
}
|
44615
45298
|
|
44616
45299
|
.amis-scope .text-danger {
|
44617
|
-
color: #
|
45300
|
+
color: #f33e3e;
|
44618
45301
|
}
|
44619
45302
|
|
44620
45303
|
.amis-scope .text-danger-lt {
|
44621
|
-
color: #
|
45304
|
+
color: #f22626;
|
44622
45305
|
}
|
44623
45306
|
|
44624
45307
|
.amis-scope .text-danger-lter {
|
44625
|
-
color: #
|
45308
|
+
color: #ef0f0f;
|
44626
45309
|
}
|
44627
45310
|
|
44628
45311
|
.amis-scope .text-danger-dk {
|
44629
|
-
color: #
|
45312
|
+
color: #f22626;
|
44630
45313
|
}
|
44631
45314
|
|
44632
45315
|
.amis-scope .text-danger-dker {
|
44633
|
-
color: #
|
45316
|
+
color: #ef0f0f;
|
44634
45317
|
}
|
44635
45318
|
|
44636
45319
|
.amis-scope a.bg-dark:hover {
|
@@ -44718,7 +45401,7 @@ readers do not read off random characters that represent icons */
|
|
44718
45401
|
}
|
44719
45402
|
|
44720
45403
|
.amis-scope .text-muted {
|
44721
|
-
color: #
|
45404
|
+
color: #b8babf;
|
44722
45405
|
}
|
44723
45406
|
|
44724
45407
|
.amis-scope .text-loud {
|
@@ -45129,7 +45812,7 @@ readers do not read off random characters that represent icons */
|
|
45129
45812
|
}
|
45130
45813
|
|
45131
45814
|
.amis-scope .b-success {
|
45132
|
-
border-color: #
|
45815
|
+
border-color: #30bf13;
|
45133
45816
|
}
|
45134
45817
|
|
45135
45818
|
.amis-scope .b-info {
|
@@ -45137,11 +45820,11 @@ readers do not read off random characters that represent icons */
|
|
45137
45820
|
}
|
45138
45821
|
|
45139
45822
|
.amis-scope .b-warning {
|
45140
|
-
border-color: #
|
45823
|
+
border-color: #ff9326;
|
45141
45824
|
}
|
45142
45825
|
|
45143
45826
|
.amis-scope .b-danger {
|
45144
|
-
border-color: #
|
45827
|
+
border-color: #f33e3e;
|
45145
45828
|
}
|
45146
45829
|
|
45147
45830
|
.amis-scope .b-white {
|
@@ -45169,7 +45852,7 @@ readers do not read off random characters that represent icons */
|
|
45169
45852
|
}
|
45170
45853
|
|
45171
45854
|
.amis-scope .b-l-success {
|
45172
|
-
border-left-color: #
|
45855
|
+
border-left-color: #30bf13;
|
45173
45856
|
}
|
45174
45857
|
|
45175
45858
|
.amis-scope .b-l-info {
|
@@ -45177,11 +45860,11 @@ readers do not read off random characters that represent icons */
|
|
45177
45860
|
}
|
45178
45861
|
|
45179
45862
|
.amis-scope .b-l-warning {
|
45180
|
-
border-left-color: #
|
45863
|
+
border-left-color: #ff9326;
|
45181
45864
|
}
|
45182
45865
|
|
45183
45866
|
.amis-scope .b-l-danger {
|
45184
|
-
border-left-color: #
|
45867
|
+
border-left-color: #f33e3e;
|
45185
45868
|
}
|
45186
45869
|
|
45187
45870
|
.amis-scope .b-l-white {
|
@@ -45768,19 +46451,19 @@ readers do not read off random characters that represent icons */
|
|
45768
46451
|
}
|
45769
46452
|
|
45770
46453
|
.amis-scope .avatar i.on {
|
45771
|
-
background: #
|
46454
|
+
background: #30bf13;
|
45772
46455
|
}
|
45773
46456
|
|
45774
46457
|
.amis-scope .avatar i.off {
|
45775
|
-
background: #
|
46458
|
+
background: #b8babf;
|
45776
46459
|
}
|
45777
46460
|
|
45778
46461
|
.amis-scope .avatar i.busy {
|
45779
|
-
background: #
|
46462
|
+
background: #f33e3e;
|
45780
46463
|
}
|
45781
46464
|
|
45782
46465
|
.amis-scope .avatar i.away {
|
45783
|
-
background: #
|
46466
|
+
background: #ff9326;
|
45784
46467
|
}
|
45785
46468
|
|
45786
46469
|
.amis-scope .avatar.thumb-md i {
|
@@ -46218,7 +46901,7 @@ readers do not read off random characters that represent icons */
|
|
46218
46901
|
}
|
46219
46902
|
|
46220
46903
|
.amis-scope .label-success {
|
46221
|
-
background: #
|
46904
|
+
background: #30bf13;
|
46222
46905
|
}
|
46223
46906
|
|
46224
46907
|
.amis-scope .label-info {
|
@@ -46226,11 +46909,11 @@ readers do not read off random characters that represent icons */
|
|
46226
46909
|
}
|
46227
46910
|
|
46228
46911
|
.amis-scope .label-warning {
|
46229
|
-
background: #
|
46912
|
+
background: #ff9326;
|
46230
46913
|
}
|
46231
46914
|
|
46232
46915
|
.amis-scope .label-danger {
|
46233
|
-
background: #
|
46916
|
+
background: #f33e3e;
|
46234
46917
|
}
|
46235
46918
|
|
46236
46919
|
@keyframes apearSensor {
|
@@ -46403,7 +47086,7 @@ readers do not read off random characters that represent icons */
|
|
46403
47086
|
}
|
46404
47087
|
|
46405
47088
|
.amis-scope .cxd-Switch:hover {
|
46406
|
-
background: #
|
47089
|
+
background: #b8babf;
|
46407
47090
|
}
|
46408
47091
|
|
46409
47092
|
.amis-scope .cxd-Switch.is-checked {
|
@@ -46419,11 +47102,11 @@ readers do not read off random characters that represent icons */
|
|
46419
47102
|
}
|
46420
47103
|
|
46421
47104
|
.amis-scope .cxd-Switch.is-checked:hover {
|
46422
|
-
background: #
|
47105
|
+
background: #144bcc;
|
46423
47106
|
}
|
46424
47107
|
|
46425
47108
|
.amis-scope .cxd-Switch.is-checked:active {
|
46426
|
-
background: #
|
47109
|
+
background: #144bcc;
|
46427
47110
|
}
|
46428
47111
|
|
46429
47112
|
.amis-scope .cxd-TextControl-sugs {
|
@@ -46487,15 +47170,15 @@ readers do not read off random characters that represent icons */
|
|
46487
47170
|
|
46488
47171
|
.amis-scope .cxd-Alert .cxd-Alert-close {
|
46489
47172
|
opacity: 1;
|
46490
|
-
color: #
|
47173
|
+
color: #84868c;
|
46491
47174
|
}
|
46492
47175
|
|
46493
47176
|
.amis-scope .cxd-Alert .cxd-Alert-close:hover {
|
46494
|
-
color: #
|
47177
|
+
color: #5c5f66;
|
46495
47178
|
}
|
46496
47179
|
|
46497
47180
|
.amis-scope .cxd-Alert .cxd-Alert-close:active {
|
46498
|
-
color: #
|
47181
|
+
color: #303540;
|
46499
47182
|
}
|
46500
47183
|
|
46501
47184
|
.amis-scope .cxd-IconPickerControl .cxd-IconPickerControl-input--withAC .cxd-IconPickerControl-sugsPanel {
|
@@ -46631,9 +47314,9 @@ readers do not read off random characters that represent icons */
|
|
46631
47314
|
}
|
46632
47315
|
|
46633
47316
|
.amis-scope .cxd-Steps .cxd-StepsItem.is-error .cxd-StepsItem-icon {
|
46634
|
-
color: #
|
47317
|
+
color: #f33e3e;
|
46635
47318
|
background-color: #fff;
|
46636
|
-
border: 1px solid #
|
47319
|
+
border: 1px solid #f33e3e;
|
46637
47320
|
}
|
46638
47321
|
|
46639
47322
|
.amis-scope .cxd-Form-feedback {
|