amis 1.3.5-beta.7 → 1.4.2-beta.11
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/README.md +1 -1
- package/lib/Schema.d.ts +26 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/Alert.js +3 -1
- package/lib/components/Alert.js.map +2 -2
- package/lib/components/AnchorNav.d.ts +22 -21
- package/lib/components/AnchorNav.js +7 -3
- package/lib/components/AnchorNav.js.map +2 -2
- package/lib/components/ArrayInput.d.ts +84 -84
- package/lib/components/AssociatedSelection.d.ts +930 -0
- package/lib/components/AssociatedSelection.js +89 -0
- package/lib/components/AssociatedSelection.js.map +13 -0
- package/lib/components/Badge.d.ts +16 -3
- package/lib/components/Badge.js +54 -5
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/Button.d.ts +24 -22
- package/lib/components/Button.js +13 -7
- package/lib/components/Button.js.map +2 -2
- package/lib/components/{ChainedCheckboxes.d.ts → ChainedSelection.d.ts} +267 -98
- package/lib/components/{ChainedCheckboxes.js → ChainedSelection.js} +30 -24
- package/lib/components/ChainedSelection.js.map +13 -0
- package/lib/components/Checkbox.d.ts +1 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/Collapse.js +1 -1
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DatePicker.js +1 -1
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.js +1 -1
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/Editor.d.ts +84 -84
- package/lib/components/GroupedSelection.d.ts +907 -0
- package/lib/components/GroupedSelection.js +48 -0
- package/lib/components/GroupedSelection.js.map +13 -0
- package/lib/components/InputBox.js +1 -1
- package/lib/components/InputBox.js.map +2 -2
- package/lib/components/Link.d.ts +84 -0
- package/lib/components/Link.js +43 -0
- package/lib/components/Link.js.map +13 -0
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/ModalManager.js +1 -1
- package/lib/components/ModalManager.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +84 -84
- package/lib/components/MonthRangePicker.js +1 -1
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/NumberInput.d.ts +20 -20
- package/lib/components/PickerColumn.d.ts +514 -0
- package/lib/components/PickerColumn.js +279 -0
- package/lib/components/PickerColumn.js.map +13 -0
- package/lib/components/PickerContainer.d.ts +513 -0
- package/lib/components/PickerContainer.js +96 -0
- package/lib/components/PickerContainer.js.map +13 -0
- package/lib/components/Radios.d.ts +22 -21
- package/lib/components/Radios.js +1 -0
- package/lib/components/Radios.js.map +2 -2
- package/lib/components/Rating.d.ts +21 -21
- package/lib/components/ResultBox.d.ts +84 -84
- package/lib/components/RichText.d.ts +6 -1
- package/lib/components/RichText.js +207 -8
- package/lib/components/RichText.js.map +2 -2
- package/lib/components/SearchBox.d.ts +84 -84
- package/lib/components/SearchBox.js +4 -4
- package/lib/components/SearchBox.js.map +2 -2
- package/lib/components/Select.d.ts +252 -237
- package/lib/components/Select.js +28 -4
- package/lib/components/Select.js.map +2 -2
- package/lib/components/{Checkboxes.d.ts → Selection.d.ts} +273 -98
- package/lib/components/Selection.js +134 -0
- package/lib/components/Selection.js.map +13 -0
- package/lib/components/SparkLine.d.ts +85 -84
- package/lib/components/SparkLine.js +2 -2
- package/lib/components/SparkLine.js.map +2 -2
- package/lib/components/Steps.d.ts +3 -3
- package/lib/components/Steps.js.map +1 -1
- package/lib/components/{TableCheckboxes.d.ts → TableSelection.d.ts} +266 -96
- package/lib/components/{TableCheckboxes.js → TableSelection.js} +30 -30
- package/lib/components/TableSelection.js.map +13 -0
- package/lib/components/Tabs.d.ts +20 -20
- package/lib/components/TabsTransfer.d.ts +84 -84
- package/lib/components/TabsTransfer.js +9 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +489 -0
- package/lib/components/TabsTransferPicker.js +60 -0
- package/lib/components/TabsTransferPicker.js.map +13 -0
- package/lib/components/Toast.js +2 -2
- package/lib/components/Toast.js.map +2 -2
- package/lib/components/Transfer.d.ts +908 -274
- package/lib/components/Transfer.js +31 -24
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +487 -0
- package/lib/components/TransferDropDown.js +59 -0
- package/lib/components/TransferDropDown.js.map +13 -0
- package/lib/components/TransferPicker.d.ts +489 -0
- package/lib/components/TransferPicker.js +60 -0
- package/lib/components/TransferPicker.js.map +13 -0
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/Tree.js +5 -3
- package/lib/components/Tree.js.map +2 -2
- package/lib/components/{TreeCheckboxes.d.ts → TreeSelection.d.ts} +269 -99
- package/lib/components/{TreeCheckboxes.js → TreeSelection.js} +36 -32
- package/lib/components/TreeSelection.js.map +13 -0
- package/lib/components/WithRemoteConfig.d.ts +8 -0
- package/lib/components/WithRemoteConfig.js +29 -3
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/calendar/DaysView.js +2 -2
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +5 -3
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +2 -2
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/condition-builder/InputSwitch.js +2 -2
- package/lib/components/condition-builder/InputSwitch.js.map +2 -2
- package/lib/components/condition-builder/Item.js +3 -3
- package/lib/components/condition-builder/Item.js.map +2 -2
- package/lib/components/condition-builder/Value.js +2 -1
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/types.d.ts +5 -0
- package/lib/components/condition-builder/types.js.map +1 -1
- package/lib/components/icons.js +14 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +8 -8
- package/lib/components/index.js +16 -16
- package/lib/components/index.js.map +2 -2
- package/lib/envOverwrite.js.map +2 -2
- package/lib/factory.d.ts +9 -1
- package/lib/factory.js +13 -6
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/hooks/index.d.ts +5 -0
- package/lib/hooks/index.js +14 -0
- package/lib/hooks/index.js.map +13 -0
- package/lib/hooks/use-set-state.d.ts +2 -0
- package/lib/hooks/use-set-state.js +15 -0
- package/lib/hooks/use-set-state.js.map +13 -0
- package/lib/hooks/use-touch.d.ts +16 -0
- package/lib/hooks/use-touch.js +73 -0
- package/lib/hooks/use-touch.js.map +13 -0
- package/lib/hooks/use-update-effect.d.ts +3 -0
- package/lib/hooks/use-update-effect.js +17 -0
- package/lib/hooks/use-update-effect.js.map +13 -0
- package/lib/icons/clock.js +10 -0
- package/lib/icons/loading-outline.js +7 -0
- package/lib/icons/status-close.js +11 -0
- package/lib/icons/status-fail.js +11 -0
- package/lib/icons/status-info.js +10 -0
- package/lib/icons/status-success.js +11 -0
- package/lib/icons/status-warning.js +10 -0
- package/lib/index.d.ts +3 -0
- package/lib/index.js +4 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +5 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +6 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +9 -4
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +17 -1
- package/lib/renderers/Action.js +21 -8
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/AnchorNav.d.ts +1 -0
- package/lib/renderers/AnchorNav.js +2 -2
- package/lib/renderers/AnchorNav.js.map +2 -2
- package/lib/renderers/Avatar.js +3 -3
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +9 -0
- package/lib/renderers/CRUD.js +48 -23
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.d.ts +4 -0
- package/lib/renderers/Card.js +29 -23
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Chart.js +1 -1
- package/lib/renderers/Chart.js.map +2 -2
- package/lib/renderers/Collapse.d.ts +1 -1
- package/lib/renderers/Collapse.js +8 -3
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +0 -252
- package/lib/renderers/Dialog.js +1 -4
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +0 -3
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +13 -1
- package/lib/renderers/DropDownButton.js +9 -5
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +5 -0
- package/lib/renderers/Form/Checkbox.js +4 -0
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Combo.js +2 -2
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +4 -5
- package/lib/renderers/Form/Editor.d.ts +3 -4
- package/lib/renderers/Form/Editor.js +1 -1
- package/lib/renderers/Form/Editor.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +7 -6
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputExcel.d.ts +5 -0
- package/lib/renderers/Form/InputExcel.js +24 -3
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputFile.js +12 -6
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +8 -0
- package/lib/renderers/Form/InputImage.js +18 -8
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputTable.d.ts +23 -5
- package/lib/renderers/Form/InputTable.js +32 -3
- package/lib/renderers/Form/InputTable.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +1 -1
- package/lib/renderers/Form/Item.js.map +1 -1
- package/lib/renderers/Form/Options.js +19 -6
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Picker.js +2 -2
- package/lib/renderers/Form/Picker.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +41 -4
- package/lib/renderers/Form/Select.js +23 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TabsTransferPicker.js +29 -0
- package/lib/renderers/Form/TabsTransferPicker.js.map +13 -0
- package/lib/renderers/Form/Transfer.js +3 -2
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +48 -0
- package/lib/renderers/Form/TransferPicker.js +29 -0
- package/lib/renderers/Form/TransferPicker.js.map +13 -0
- package/lib/renderers/Form/TreeSelect.js +2 -2
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +1 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +15 -3
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/IFrame.js +3 -5
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Image.d.ts +1 -0
- package/lib/renderers/Image.js +15 -1
- package/lib/renderers/Image.js.map +2 -2
- package/lib/renderers/Json.d.ts +4 -0
- package/lib/renderers/Json.js +7 -12
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Link.d.ts +18 -3
- package/lib/renderers/Link.js +27 -15
- package/lib/renderers/Link.js.map +2 -2
- package/lib/renderers/List.js +1 -1
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Log.d.ts +2 -2
- package/lib/renderers/Log.js +7 -1
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/Mapping.d.ts +9 -2
- package/lib/renderers/Mapping.js +18 -6
- package/lib/renderers/Mapping.js.map +2 -2
- package/lib/renderers/Nav.d.ts +81 -25
- package/lib/renderers/Nav.js +292 -31
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.js +4 -1
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Portlet.d.ts +125 -0
- package/lib/renderers/Portlet.js +156 -0
- package/lib/renderers/Portlet.js.map +13 -0
- package/lib/renderers/Property.js +2 -1
- package/lib/renderers/Property.js.map +2 -2
- package/lib/renderers/SearchBox.d.ts +6 -1
- package/lib/renderers/SearchBox.js +19 -5
- package/lib/renderers/SearchBox.js.map +2 -2
- package/lib/renderers/Service.d.ts +10 -1
- package/lib/renderers/Service.js +85 -3
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/SparkLine.d.ts +4 -0
- package/lib/renderers/SparkLine.js.map +2 -2
- package/lib/renderers/Steps.d.ts +4 -4
- package/lib/renderers/Steps.js +5 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/ColumnToggler.d.ts +113 -0
- package/lib/renderers/Table/ColumnToggler.js +216 -0
- package/lib/renderers/Table/ColumnToggler.js.map +13 -0
- package/lib/renderers/Table/ItemActionsWrapper.d.ts +11 -0
- package/lib/renderers/Table/ItemActionsWrapper.js +31 -0
- package/lib/renderers/Table/ItemActionsWrapper.js.map +13 -0
- package/lib/renderers/Table/TableBody.d.ts +5 -1
- package/lib/renderers/Table/TableBody.js.map +1 -1
- package/lib/renderers/Table/TableCell.js +3 -1
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +5 -2
- package/lib/renderers/Table/TableContent.js +21 -1
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +27 -5
- package/lib/renderers/Table/index.js +251 -101
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +9 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/WebComponent.js +1 -1
- package/lib/renderers/WebComponent.js.map +2 -2
- package/lib/store/app.d.ts +0 -1
- package/lib/store/combo.d.ts +2 -18
- package/lib/store/crud.d.ts +0 -1
- package/lib/store/crud.js +3 -7
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +1 -2
- package/lib/store/form.js +5 -6
- package/lib/store/form.js.map +2 -2
- package/lib/store/modal.d.ts +1 -1
- package/lib/store/modal.js +4 -0
- package/lib/store/modal.js.map +2 -2
- package/lib/store/root.d.ts +0 -1
- package/lib/store/service.d.ts +0 -1
- package/lib/store/service.js +5 -17
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +260 -5
- package/lib/store/table.js +83 -7
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +1360 -244
- package/lib/themes/ang.css +1360 -244
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1360 -244
- package/lib/themes/antd.css +1360 -244
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1960 -517
- package/lib/themes/cxd.css +1960 -517
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1360 -244
- package/lib/themes/dark.css +1360 -244
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1960 -517
- package/lib/themes/default.css.map +1 -1
- package/lib/types.d.ts +37 -0
- package/lib/types.js +0 -5
- package/lib/types.js.map +2 -2
- package/lib/utils/api.d.ts +3 -2
- package/lib/utils/api.js +43 -15
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/attachmentAdpator.d.ts +7 -0
- package/lib/utils/attachmentAdpator.js +82 -0
- package/lib/utils/attachmentAdpator.js.map +13 -0
- package/lib/utils/dom.d.ts +4 -0
- package/lib/utils/dom.js +11 -1
- package/lib/utils/dom.js.map +2 -2
- package/lib/utils/handleAction.d.ts +7 -0
- package/lib/utils/handleAction.js +30 -0
- package/lib/utils/handleAction.js.map +13 -0
- package/lib/utils/helper.d.ts +3 -1
- package/lib/utils/helper.js +14 -5
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/icon.js +3 -0
- package/lib/utils/icon.js.map +2 -2
- package/lib/utils/tpl-builtin.d.ts +1 -1
- package/lib/utils/tpl-builtin.js +25 -15
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/lib/utils/validations.js +62 -5
- package/lib/utils/validations.js.map +2 -2
- package/package.json +1 -2
- package/schema.json +3638 -1030
- package/scss/_mixins.scss +27 -0
- package/scss/_properties.scss +88 -13
- package/scss/_utilities.scss +4 -0
- package/scss/base/_normalize.scss +2 -0
- package/scss/components/_anchor-nav.scss +88 -29
- package/scss/components/_badge.scss +67 -2
- package/scss/components/_button.scss +34 -3
- package/scss/components/_card.scss +8 -14
- package/scss/components/_collapse.scss +41 -8
- package/scss/components/_column-toggler.scss +234 -0
- package/scss/components/_dropdown.scss +2 -1
- package/scss/components/_image-gallery.scss +1 -1
- package/scss/components/_images.scss +2 -1
- package/scss/components/_link.scss +6 -0
- package/scss/components/_mapping.scss +6 -0
- package/scss/components/_markdown.scss +266 -0
- package/scss/components/_nav.scss +236 -154
- package/scss/components/_page.scss +5 -4
- package/scss/components/_picker-columns.scss +123 -0
- package/scss/components/_popover.scss +17 -0
- package/scss/components/_portlet.scss +51 -0
- package/scss/components/_progress.scss +2 -0
- package/scss/components/_spinner.scss +6 -2
- package/scss/components/_status.scss +1 -1
- package/scss/components/_steps.scss +1 -1
- package/scss/components/_table.scss +51 -1
- package/scss/components/form/_checks.scss +0 -351
- package/scss/components/form/_color.scss +1 -0
- package/scss/components/form/_date-range.scss +2 -0
- package/scss/components/form/_date.scss +2 -0
- package/scss/components/form/_fieldset.scss +6 -3
- package/scss/components/form/_file.scss +5 -4
- package/scss/components/form/_group.scss +4 -0
- package/scss/components/form/_image.scss +7 -2
- package/scss/components/form/_list.scss +1 -0
- package/scss/components/form/_location.scss +1 -1
- package/scss/components/form/_selection.scss +354 -0
- package/scss/components/form/_text.scss +13 -0
- package/scss/components/form/_textarea.scss +10 -0
- package/scss/components/form/_transfer.scss +77 -18
- package/scss/themes/_common.scss +7 -0
- package/scss/themes/_cxd-colors.scss +56 -0
- package/scss/themes/_cxd-variables.scss +219 -91
- package/scss/themes/cxd.scss +370 -0
- package/sdk/ang-ie11.css +1752 -431
- package/sdk/ang.css +1706 -323
- package/sdk/antd-ie11.css +1739 -420
- package/sdk/antd.css +1706 -323
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +65 -69
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +3015 -1397
- package/sdk/cxd.css +2402 -651
- package/sdk/dark-ie11.css +1750 -429
- package/sdk/dark.css +1706 -323
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/ie11-patch.css +1 -0
- package/sdk/locale/de-DE.js +5 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +20 -30
- package/sdk/rich-text.js +62 -64
- package/sdk/sdk-ie11.css +3015 -1397
- package/sdk/sdk.css +2402 -651
- package/sdk/sdk.js +1278 -1220
- 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 +32 -0
- package/src/components/Alert.tsx +3 -1
- package/src/components/AnchorNav.tsx +15 -4
- package/src/components/{AssociatedCheckboxes.tsx → AssociatedSelection.tsx} +41 -37
- package/src/components/Badge.tsx +126 -23
- package/src/components/Button.tsx +23 -7
- package/src/components/{ChainedCheckboxes.tsx → ChainedSelection.tsx} +57 -40
- package/src/components/Checkbox.tsx +5 -2
- package/src/components/Collapse.tsx +14 -9
- package/src/components/DatePicker.tsx +1 -1
- package/src/components/DateRangePicker.tsx +23 -11
- package/src/components/Drawer.tsx +3 -2
- package/src/components/{ListCheckboxes.tsx → GroupedSelection.tsx} +26 -21
- package/src/components/InputBox.tsx +1 -1
- package/src/components/Link.tsx +85 -0
- package/src/components/Modal.tsx +3 -2
- package/src/components/ModalManager.ts +1 -1
- package/src/components/MonthRangePicker.tsx +10 -2
- package/src/components/PickerColumn.tsx +429 -0
- package/src/components/PickerContainer.tsx +128 -0
- package/src/components/Radios.tsx +3 -8
- package/src/components/RichText.tsx +244 -3
- package/src/components/SearchBox.tsx +4 -5
- package/src/components/Select.tsx +61 -5
- package/src/components/{Checkboxes.tsx → Selection.tsx} +75 -21
- package/src/components/SparkLine.tsx +4 -1
- package/src/components/Steps.tsx +3 -3
- package/src/components/{TableCheckboxes.tsx → TableSelection.tsx} +46 -25
- package/src/components/TabsTransfer.tsx +13 -7
- package/src/components/TabsTransferPicker.tsx +85 -0
- package/src/components/Toast.tsx +5 -5
- package/src/components/Transfer.tsx +71 -50
- package/src/components/TransferDropDown.tsx +117 -0
- package/src/components/TransferPicker.tsx +84 -0
- package/src/components/Tree.tsx +6 -8
- package/src/components/{TreeCheckboxes.tsx → TreeSelection.tsx} +33 -26
- package/src/components/WithRemoteConfig.tsx +44 -4
- package/src/components/calendar/DaysView.tsx +2 -2
- package/src/components/condition-builder/Field.tsx +6 -7
- package/src/components/condition-builder/Func.tsx +3 -3
- package/src/components/condition-builder/InputSwitch.tsx +3 -3
- package/src/components/condition-builder/Item.tsx +5 -12
- package/src/components/condition-builder/Value.tsx +3 -0
- package/src/components/condition-builder/types.ts +6 -0
- package/src/components/icons.tsx +15 -0
- package/src/components/index.tsx +13 -13
- package/src/envOverwrite.ts +0 -1
- package/src/factory.tsx +31 -6
- package/src/hooks/index.ts +5 -0
- package/src/hooks/use-set-state.ts +19 -0
- package/src/hooks/use-touch.ts +100 -0
- package/src/hooks/use-update-effect.ts +16 -0
- package/src/icons/clock.svg +1 -0
- package/src/icons/loading-outline.svg +4 -0
- package/src/icons/status-close.svg +10 -0
- package/src/icons/status-fail.svg +10 -0
- package/src/icons/status-info.svg +8 -0
- package/src/icons/status-success.svg +10 -0
- package/src/icons/status-warning.svg +8 -0
- package/src/index.tsx +3 -0
- package/src/locale/de-DE.ts +5 -0
- package/src/locale/en-US.ts +6 -1
- package/src/locale/zh-CN.ts +9 -4
- package/src/renderers/Action.tsx +99 -15
- package/src/renderers/AnchorNav.tsx +4 -0
- package/src/renderers/Avatar.tsx +8 -4
- package/src/renderers/Breadcrumb.tsx +5 -1
- package/src/renderers/CRUD.tsx +70 -56
- package/src/renderers/Card.tsx +63 -34
- package/src/renderers/Chart.tsx +6 -2
- package/src/renderers/Collapse.tsx +9 -3
- package/src/renderers/Dialog.tsx +1 -5
- package/src/renderers/Drawer.tsx +0 -4
- package/src/renderers/DropDownButton.tsx +34 -12
- package/src/renderers/Form/Checkbox.tsx +8 -0
- package/src/renderers/Form/Combo.tsx +2 -3
- package/src/renderers/Form/Editor.tsx +19 -20
- package/src/renderers/Form/InputCity.tsx +4 -8
- package/src/renderers/Form/InputExcel.tsx +28 -3
- package/src/renderers/Form/InputFile.tsx +30 -20
- package/src/renderers/Form/InputImage.tsx +39 -13
- package/src/renderers/Form/InputTable.tsx +88 -9
- package/src/renderers/Form/Item.tsx +1 -1
- package/src/renderers/Form/Options.tsx +32 -7
- package/src/renderers/Form/Picker.tsx +3 -2
- package/src/renderers/Form/Select.tsx +144 -21
- package/src/renderers/Form/TabsTransferPicker.tsx +123 -0
- package/src/renderers/Form/Transfer.tsx +3 -2
- package/src/renderers/Form/TransferPicker.tsx +123 -0
- package/src/renderers/Form/TreeSelect.tsx +25 -0
- package/src/renderers/Form/index.tsx +1 -1
- package/src/renderers/Form/wrapControl.tsx +28 -3
- package/src/renderers/IFrame.tsx +4 -5
- package/src/renderers/Image.tsx +10 -0
- package/src/renderers/Json.tsx +19 -10
- package/src/renderers/Link.tsx +53 -14
- package/src/renderers/List.tsx +1 -1
- package/src/renderers/Log.tsx +16 -3
- package/src/renderers/Mapping.tsx +27 -11
- package/src/renderers/Nav.tsx +392 -60
- package/src/renderers/Page.tsx +3 -1
- package/src/renderers/Portlet.tsx +423 -0
- package/src/renderers/Property.tsx +3 -2
- package/src/renderers/SearchBox.tsx +23 -4
- package/src/renderers/Service.tsx +101 -3
- package/src/renderers/SparkLine.tsx +5 -0
- package/src/renderers/Steps.tsx +12 -9
- package/src/renderers/Table/ColumnToggler.tsx +544 -0
- package/src/renderers/Table/ItemActionsWrapper.tsx +44 -0
- package/src/renderers/Table/TableBody.tsx +1 -1
- package/src/renderers/Table/TableCell.tsx +16 -1
- package/src/renderers/Table/TableContent.tsx +41 -3
- package/src/renderers/Table/index.tsx +318 -92
- package/src/renderers/Tabs.tsx +9 -1
- package/src/renderers/WebComponent.tsx +2 -2
- package/src/store/crud.ts +3 -8
- package/src/store/form.ts +5 -10
- package/src/store/modal.ts +4 -0
- package/src/store/service.ts +5 -23
- package/src/store/table.ts +103 -4
- package/src/types.ts +57 -0
- package/src/utils/api.ts +63 -23
- package/src/utils/attachmentAdpator.ts +90 -0
- package/src/utils/dom.tsx +12 -0
- package/src/utils/handleAction.ts +41 -0
- package/src/utils/helper.ts +12 -3
- package/src/utils/icon.tsx +4 -0
- package/src/utils/tpl-builtin.ts +48 -17
- package/src/utils/validations.ts +80 -12
- package/dump.rdb +0 -0
- package/lib/components/AssociatedCheckboxes.d.ts +0 -762
- package/lib/components/AssociatedCheckboxes.js +0 -90
- package/lib/components/AssociatedCheckboxes.js.map +0 -13
- package/lib/components/ChainedCheckboxes.js.map +0 -13
- package/lib/components/Checkboxes.js +0 -101
- package/lib/components/Checkboxes.js.map +0 -13
- package/lib/components/ListCheckboxes.d.ts +0 -739
- package/lib/components/ListCheckboxes.js +0 -48
- package/lib/components/ListCheckboxes.js.map +0 -13
- package/lib/components/ListRadios.d.ts +0 -763
- package/lib/components/ListRadios.js +0 -86
- package/lib/components/ListRadios.js.map +0 -13
- package/lib/components/TableCheckboxes.js.map +0 -13
- package/lib/components/TreeCheckboxes.js.map +0 -13
- package/lib/components/TreeRadios.d.ts +0 -838
- package/lib/components/TreeRadios.js +0 -116
- package/lib/components/TreeRadios.js.map +0 -13
- package/src/components/ListRadios.tsx +0 -159
- package/src/components/TreeRadios.tsx +0 -202
package/sdk/ang-ie11.css
CHANGED
@@ -19493,6 +19493,8 @@ readers do not read off random characters that represent icons */
|
|
19493
19493
|
width: 1em;
|
19494
19494
|
height: 1em;
|
19495
19495
|
fill: currentColor;
|
19496
|
+
position: relative;
|
19497
|
+
top: 0.125em;
|
19496
19498
|
}
|
19497
19499
|
|
19498
19500
|
.amis-scope svg.r90 {
|
@@ -19742,7 +19744,7 @@ readers do not read off random characters that represent icons */
|
|
19742
19744
|
|
19743
19745
|
@media (max-width: 767px) {
|
19744
19746
|
.amis-scope .a-Layout-content {
|
19745
|
-
transition: transform
|
19747
|
+
transition: transform 0s ease;
|
19746
19748
|
}
|
19747
19749
|
|
19748
19750
|
.amis-scope .a-Layout-aside {
|
@@ -19769,7 +19771,7 @@ readers do not read off random characters that represent icons */
|
|
19769
19771
|
.amis-scope .a-Layout--offScreen .a-Layout-body,
|
19770
19772
|
.amis-scope .a-Layout--offScreen .a-Layout-footer {
|
19771
19773
|
background: #edf1f2;
|
19772
|
-
transition: transform
|
19774
|
+
transition: transform 0s ease;
|
19773
19775
|
backface-visibility: hidden;
|
19774
19776
|
transform: translate3d(75%, 0px, 0px);
|
19775
19777
|
overflow: hidden;
|
@@ -19815,7 +19817,7 @@ readers do not read off random characters that represent icons */
|
|
19815
19817
|
.amis-scope .a-Layout-brandBar,
|
19816
19818
|
.amis-scope .a-Layout-aside {
|
19817
19819
|
width: 12.5rem;
|
19818
|
-
transition: width
|
19820
|
+
transition: width 0s ease;
|
19819
19821
|
}
|
19820
19822
|
|
19821
19823
|
.amis-scope .a-Layout-brandBar {
|
@@ -19837,7 +19839,7 @@ readers do not read off random characters that represent icons */
|
|
19837
19839
|
.amis-scope .a-Layout--withAside .a-Layout-headerBar,
|
19838
19840
|
.amis-scope .a-Layout--withAside .a-Layout-footer {
|
19839
19841
|
margin-left: 12.5rem;
|
19840
|
-
transition: margin
|
19842
|
+
transition: margin 0s ease;
|
19841
19843
|
}
|
19842
19844
|
|
19843
19845
|
.amis-scope .a-Layout .visible-folded {
|
@@ -20600,7 +20602,7 @@ readers do not read off random characters that represent icons */
|
|
20600
20602
|
content: "";
|
20601
20603
|
display: inline-block;
|
20602
20604
|
transform-origin: center;
|
20603
|
-
transition: transform
|
20605
|
+
transition: transform 0s ease;
|
20604
20606
|
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgNTEzIDEwMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+Cgk8ZyBpZD0icmlnaHQtYXJyb3ciIGZpbGw9IiNmZmZmZmYiIGZpbGwtcnVsZT0ibm9uemVybyI+CgkJPHBhdGggZD0iTTU2LjU1OTA1NCwxMDEzLjc3MzY5IEw1MTIuOTA4MTE2LDUxMi42ODQ1MjQgTDU2LjU1OTA1NCwxMi4yMzQ1MDEgQzQ5LjQxMTQ2NzgsMi45MzQ1NTkxMiAzNy42NjY0MjM4LC0xLjU5MTg4MTc2IDI2LjEyNjIzMjQsMC41MDU5NDgyNDYgQzE0LjU4NjA0MSwyLjYwMzc3ODI1IDUuMTg1NDQ0MDksMTAuOTc0MTcyNyAxLjc2ODE1NTE2LDIyLjE5NDY0NzEgQy0xLjY0OTEzMzc3LDMzLjQxNTEyMTQgMS40ODk4MDIyOCw0NS42MDQ1MzUxIDkuOTAxNTE2LDUzLjc3ODg4NCBMNDI0LjcwNjE5Nyw1MTIuNjg0NTI0IEwxMi40NTgwOTQsOTY5LjY3MjczMSBDMi40NTgyMDU5Niw5ODIuNTUxNDk4IDQuMDEyOTc3MzcsMTAwMC45NDgzIDE2LjAzMjQ0MjIsMTAxMS45NjYxNSBDMjguMDUxOTA3MSwxMDIyLjk4Mzk5IDQ2LjUxNDIzNDYsMTAyMi45MzYxOSA1OC40NzY0ODcsMTAxMS44NTYyNiBMNTYuNTU5MDU0LDEwMTMuNzczNjkgWiIgaWQ9Iui3r+W+hCI+CgkJPC9wYXRoPgoJPC9nPgo8L3N2Zz4K);
|
20605
20607
|
width: 0.625rem;
|
20606
20608
|
height: 0.625rem;
|
@@ -20618,7 +20620,7 @@ readers do not read off random characters that represent icons */
|
|
20618
20620
|
width: 0.625rem;
|
20619
20621
|
height: 0.625rem;
|
20620
20622
|
transform-origin: center;
|
20621
|
-
transition: transform
|
20623
|
+
transition: transform 0s ease;
|
20622
20624
|
}
|
20623
20625
|
|
20624
20626
|
.amis-scope .a-AsideNav-item.is-open > a > .a-AsideNav-itemArrow > svg {
|
@@ -20666,7 +20668,7 @@ readers do not read off random characters that represent icons */
|
|
20666
20668
|
height: 0;
|
20667
20669
|
overflow: hidden;
|
20668
20670
|
margin-left: calc(1rem * -1);
|
20669
|
-
transition: all
|
20671
|
+
transition: all 0s ease-in-out 0s;
|
20670
20672
|
background: #242734;
|
20671
20673
|
}
|
20672
20674
|
|
@@ -20699,7 +20701,7 @@ readers do not read off random characters that represent icons */
|
|
20699
20701
|
font-size: 0.875rem;
|
20700
20702
|
padding: calc( ( 2.5rem - 1.5 * 0.875rem ) / 2 ) 0.75rem;
|
20701
20703
|
position: relative;
|
20702
|
-
transition: background-color
|
20704
|
+
transition: background-color 0s ease-in-out 0s;
|
20703
20705
|
color: #b4b6bd;
|
20704
20706
|
text-decoration: none;
|
20705
20707
|
user-select: none;
|
@@ -20786,7 +20788,7 @@ readers do not read off random characters that represent icons */
|
|
20786
20788
|
color: #fff;
|
20787
20789
|
padding: 0.125rem 0.625rem;
|
20788
20790
|
opacity: 0;
|
20789
|
-
transition: all
|
20791
|
+
transition: all 0s ease-in-out;
|
20790
20792
|
}
|
20791
20793
|
|
20792
20794
|
.amis-scope .a-AsideNav-divider {
|
@@ -21064,10 +21066,10 @@ readers do not read off random characters that represent icons */
|
|
21064
21066
|
user-select: none;
|
21065
21067
|
background: transparent;
|
21066
21068
|
border: 0.0625rem solid transparent;
|
21067
|
-
transition: color
|
21068
|
-
background-color
|
21069
|
-
border-color
|
21070
|
-
box-shadow
|
21069
|
+
transition: color 0s ease-in-out,
|
21070
|
+
background-color 0s ease-in-out,
|
21071
|
+
border-color 0s ease-in-out,
|
21072
|
+
box-shadow 0s ease-in-out;
|
21071
21073
|
white-space: nowrap;
|
21072
21074
|
min-width: auto;
|
21073
21075
|
padding: calc(
|
@@ -21105,6 +21107,17 @@ readers do not read off random characters that represent icons */
|
|
21105
21107
|
margin-left: 0.75rem;
|
21106
21108
|
}
|
21107
21109
|
|
21110
|
+
.amis-scope .a-Button .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21111
|
+
.amis-scope .a-Button > svg.icon:not(:last-child):not(.pull-right),
|
21112
|
+
.amis-scope .a-Button > .pull-left {
|
21113
|
+
margin-right: 0.75rem;
|
21114
|
+
}
|
21115
|
+
|
21116
|
+
.amis-scope .a-Button .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21117
|
+
.amis-scope .a-Button > .pull-right {
|
21118
|
+
margin-left: 0.75rem;
|
21119
|
+
}
|
21120
|
+
|
21108
21121
|
.amis-scope .a-Button img.a-Button-icon {
|
21109
21122
|
height: 0.875rem;
|
21110
21123
|
vertical-align: middle;
|
@@ -21122,16 +21135,24 @@ readers do not read off random characters that represent icons */
|
|
21122
21135
|
|
21123
21136
|
.amis-scope .a-Button.is-disabled,
|
21124
21137
|
.amis-scope .a-Button:disabled {
|
21125
|
-
opacity: 0.65;
|
21126
21138
|
filter: grayscale(100%);
|
21127
21139
|
box-shadow: none;
|
21128
21140
|
cursor: not-allowed;
|
21141
|
+
color: #99a6ad;
|
21142
|
+
pointer-events: auto;
|
21143
|
+
border: 0.0625rem solid #dee2e6;
|
21144
|
+
background: #f2f3f3;
|
21129
21145
|
}
|
21130
21146
|
|
21131
21147
|
.amis-scope .a-Button:not(:disabled):not(.is-disabled) {
|
21132
21148
|
cursor: pointer;
|
21133
21149
|
}
|
21134
21150
|
|
21151
|
+
.amis-scope .a-Button.cxd-Button--link.is-disabled {
|
21152
|
+
background: transparent;
|
21153
|
+
border: none;
|
21154
|
+
}
|
21155
|
+
|
21135
21156
|
.amis-scope .a-Button > .pull-left,
|
21136
21157
|
.amis-scope .a-Button > .pull-right {
|
21137
21158
|
line-height: inherit;
|
@@ -21159,8 +21180,14 @@ readers do not read off random characters that represent icons */
|
|
21159
21180
|
|
21160
21181
|
.amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover {
|
21161
21182
|
color: #fff;
|
21162
|
-
background: #
|
21163
|
-
border-color: #
|
21183
|
+
background: #4f86f4;
|
21184
|
+
border-color: #4f86f4;
|
21185
|
+
}
|
21186
|
+
|
21187
|
+
.amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover:active {
|
21188
|
+
color: #fff;
|
21189
|
+
background: #1c53c1;
|
21190
|
+
border-color: #1c53c1;
|
21164
21191
|
}
|
21165
21192
|
|
21166
21193
|
.amis-scope .a-Button--primary:hover:focus {
|
@@ -21183,6 +21210,12 @@ readers do not read off random characters that represent icons */
|
|
21183
21210
|
border-color: #545b62;
|
21184
21211
|
}
|
21185
21212
|
|
21213
|
+
.amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
|
21214
|
+
color: #fff;
|
21215
|
+
background: #545b62;
|
21216
|
+
border-color: #4e555b;
|
21217
|
+
}
|
21218
|
+
|
21186
21219
|
.amis-scope .a-Button--secondary:hover:focus {
|
21187
21220
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21188
21221
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -21203,11 +21236,43 @@ readers do not read off random characters that represent icons */
|
|
21203
21236
|
border-color: #1e983b;
|
21204
21237
|
}
|
21205
21238
|
|
21239
|
+
.amis-scope .a-Button--success:not(:disabled):not(.is-disabled):hover:active {
|
21240
|
+
color: #fff;
|
21241
|
+
background: #1e983b;
|
21242
|
+
border-color: #1c8d37;
|
21243
|
+
}
|
21244
|
+
|
21206
21245
|
.amis-scope .a-Button--success:hover:focus {
|
21207
21246
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21208
21247
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
21209
21248
|
}
|
21210
21249
|
|
21250
|
+
.amis-scope .a-Button--enhance {
|
21251
|
+
color: #7266ba;
|
21252
|
+
background: var(--Button--enhance-bg);
|
21253
|
+
border-color: #7266ba;
|
21254
|
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21255
|
+
0 1px 1px rgba(0, 0, 0, 0.075);
|
21256
|
+
text-shadow: none;
|
21257
|
+
}
|
21258
|
+
|
21259
|
+
.amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
21260
|
+
color: #4f86f4;
|
21261
|
+
background: #fff;
|
21262
|
+
border-color: #4f86f4;
|
21263
|
+
}
|
21264
|
+
|
21265
|
+
.amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
21266
|
+
color: #1c53c1;
|
21267
|
+
background: #fff;
|
21268
|
+
border-color: #1c53c1;
|
21269
|
+
}
|
21270
|
+
|
21271
|
+
.amis-scope .a-Button--enhance:hover:focus {
|
21272
|
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21273
|
+
0 1px 1px rgba(0, 0, 0, 0.075);
|
21274
|
+
}
|
21275
|
+
|
21211
21276
|
.amis-scope .a-Button--info {
|
21212
21277
|
color: #fff;
|
21213
21278
|
background: #23b7e5;
|
@@ -21223,6 +21288,12 @@ readers do not read off random characters that represent icons */
|
|
21223
21288
|
border-color: #1797be;
|
21224
21289
|
}
|
21225
21290
|
|
21291
|
+
.amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover:active {
|
21292
|
+
color: #fff;
|
21293
|
+
background: #1797be;
|
21294
|
+
border-color: #158eb3;
|
21295
|
+
}
|
21296
|
+
|
21226
21297
|
.amis-scope .a-Button--info:hover:focus {
|
21227
21298
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21228
21299
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -21243,6 +21314,12 @@ readers do not read off random characters that represent icons */
|
|
21243
21314
|
border-color: #f4ca06;
|
21244
21315
|
}
|
21245
21316
|
|
21317
|
+
.amis-scope .a-Button--warning:not(:disabled):not(.is-disabled):hover:active {
|
21318
|
+
color: #fff;
|
21319
|
+
background: #f4ca06;
|
21320
|
+
border-color: #e8c006;
|
21321
|
+
}
|
21322
|
+
|
21246
21323
|
.amis-scope .a-Button--warning:hover:focus {
|
21247
21324
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21248
21325
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -21263,6 +21340,12 @@ readers do not read off random characters that represent icons */
|
|
21263
21340
|
border-color: #ec2121;
|
21264
21341
|
}
|
21265
21342
|
|
21343
|
+
.amis-scope .a-Button--danger:not(:disabled):not(.is-disabled):hover:active {
|
21344
|
+
color: #fff;
|
21345
|
+
background: #ec2121;
|
21346
|
+
border-color: #eb1515;
|
21347
|
+
}
|
21348
|
+
|
21266
21349
|
.amis-scope .a-Button--danger:hover:focus {
|
21267
21350
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21268
21351
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -21283,6 +21366,12 @@ readers do not read off random characters that represent icons */
|
|
21283
21366
|
border-color: #cfdadd;
|
21284
21367
|
}
|
21285
21368
|
|
21369
|
+
.amis-scope .a-Button--light:not(:disabled):not(.is-disabled):hover:active {
|
21370
|
+
color: #58666e;
|
21371
|
+
background: #cfdadd;
|
21372
|
+
border-color: #c8d4d7;
|
21373
|
+
}
|
21374
|
+
|
21286
21375
|
.amis-scope .a-Button--light:hover:focus {
|
21287
21376
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21288
21377
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -21303,6 +21392,12 @@ readers do not read off random characters that represent icons */
|
|
21303
21392
|
border-color: #252833;
|
21304
21393
|
}
|
21305
21394
|
|
21395
|
+
.amis-scope .a-Button--dark:not(:disabled):not(.is-disabled):hover:active {
|
21396
|
+
color: #fff;
|
21397
|
+
background: #252833;
|
21398
|
+
border-color: #1f222c;
|
21399
|
+
}
|
21400
|
+
|
21306
21401
|
.amis-scope .a-Button--dark:hover:focus {
|
21307
21402
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21308
21403
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -21318,9 +21413,15 @@ readers do not read off random characters that represent icons */
|
|
21318
21413
|
}
|
21319
21414
|
|
21320
21415
|
.amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover {
|
21321
|
-
color: #
|
21322
|
-
background: #
|
21323
|
-
border-color: #
|
21416
|
+
color: #7266ba;
|
21417
|
+
background: #fff;
|
21418
|
+
border-color: #7266ba;
|
21419
|
+
}
|
21420
|
+
|
21421
|
+
.amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
21422
|
+
color: #1c53c1;
|
21423
|
+
background: #fff;
|
21424
|
+
border-color: #1c53c1;
|
21324
21425
|
}
|
21325
21426
|
|
21326
21427
|
.amis-scope .a-Button--default:hover:focus {
|
@@ -21352,6 +21453,17 @@ readers do not read off random characters that represent icons */
|
|
21352
21453
|
margin-left: 0.25rem;
|
21353
21454
|
}
|
21354
21455
|
|
21456
|
+
.amis-scope .a-Button--xs .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21457
|
+
.amis-scope .a-Button--xs > svg.icon:not(:last-child):not(.pull-right),
|
21458
|
+
.amis-scope .a-Button--xs > .pull-left {
|
21459
|
+
margin-right: 0.25rem;
|
21460
|
+
}
|
21461
|
+
|
21462
|
+
.amis-scope .a-Button--xs .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21463
|
+
.amis-scope .a-Button--xs > .pull-right {
|
21464
|
+
margin-left: 0.25rem;
|
21465
|
+
}
|
21466
|
+
|
21355
21467
|
.amis-scope .a-Button--xs img.a-Button-icon {
|
21356
21468
|
height: 0.875rem;
|
21357
21469
|
vertical-align: middle;
|
@@ -21385,6 +21497,17 @@ readers do not read off random characters that represent icons */
|
|
21385
21497
|
margin-left: 0.5rem;
|
21386
21498
|
}
|
21387
21499
|
|
21500
|
+
.amis-scope .a-Button--sm .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21501
|
+
.amis-scope .a-Button--sm > svg.icon:not(:last-child):not(.pull-right),
|
21502
|
+
.amis-scope .a-Button--sm > .pull-left {
|
21503
|
+
margin-right: 0.5rem;
|
21504
|
+
}
|
21505
|
+
|
21506
|
+
.amis-scope .a-Button--sm .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21507
|
+
.amis-scope .a-Button--sm > .pull-right {
|
21508
|
+
margin-left: 0.5rem;
|
21509
|
+
}
|
21510
|
+
|
21388
21511
|
.amis-scope .a-Button--sm img.a-Button-icon {
|
21389
21512
|
height: 0.875rem;
|
21390
21513
|
vertical-align: middle;
|
@@ -21418,6 +21541,17 @@ readers do not read off random characters that represent icons */
|
|
21418
21541
|
margin-left: 0.75rem;
|
21419
21542
|
}
|
21420
21543
|
|
21544
|
+
.amis-scope .a-Button--md .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21545
|
+
.amis-scope .a-Button--md > svg.icon:not(:last-child):not(.pull-right),
|
21546
|
+
.amis-scope .a-Button--md > .pull-left {
|
21547
|
+
margin-right: 0.75rem;
|
21548
|
+
}
|
21549
|
+
|
21550
|
+
.amis-scope .a-Button--md .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21551
|
+
.amis-scope .a-Button--md > .pull-right {
|
21552
|
+
margin-left: 0.75rem;
|
21553
|
+
}
|
21554
|
+
|
21421
21555
|
.amis-scope .a-Button--md img.a-Button-icon {
|
21422
21556
|
height: 0.875rem;
|
21423
21557
|
vertical-align: middle;
|
@@ -21451,6 +21585,17 @@ readers do not read off random characters that represent icons */
|
|
21451
21585
|
margin-left: 1rem;
|
21452
21586
|
}
|
21453
21587
|
|
21588
|
+
.amis-scope .a-Button--lg .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21589
|
+
.amis-scope .a-Button--lg > svg.icon:not(:last-child):not(.pull-right),
|
21590
|
+
.amis-scope .a-Button--lg > .pull-left {
|
21591
|
+
margin-right: 1rem;
|
21592
|
+
}
|
21593
|
+
|
21594
|
+
.amis-scope .a-Button--lg .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21595
|
+
.amis-scope .a-Button--lg > .pull-right {
|
21596
|
+
margin-left: 1rem;
|
21597
|
+
}
|
21598
|
+
|
21454
21599
|
.amis-scope .a-Button--lg img.a-Button-icon {
|
21455
21600
|
height: 0.875rem;
|
21456
21601
|
vertical-align: middle;
|
@@ -21479,6 +21624,14 @@ readers do not read off random characters that represent icons */
|
|
21479
21624
|
line-height: 1;
|
21480
21625
|
}
|
21481
21626
|
|
21627
|
+
.amis-scope .a-Button--loading {
|
21628
|
+
transition: --Button-transition;
|
21629
|
+
}
|
21630
|
+
|
21631
|
+
.amis-scope .a-Button--loading svg {
|
21632
|
+
animation: spin 1s infinite linear;
|
21633
|
+
}
|
21634
|
+
|
21482
21635
|
.amis-scope .a-Button--link {
|
21483
21636
|
width: auto;
|
21484
21637
|
min-width: auto;
|
@@ -21490,8 +21643,12 @@ readers do not read off random characters that represent icons */
|
|
21490
21643
|
}
|
21491
21644
|
|
21492
21645
|
.amis-scope .a-Button--link:hover:focus {
|
21493
|
-
color: #
|
21494
|
-
|
21646
|
+
color: #4f86f4;
|
21647
|
+
box-shadow: none;
|
21648
|
+
}
|
21649
|
+
|
21650
|
+
.amis-scope .a-Button--link:hover:active {
|
21651
|
+
color: #1c53c1;
|
21495
21652
|
box-shadow: none;
|
21496
21653
|
}
|
21497
21654
|
|
@@ -21499,7 +21656,7 @@ readers do not read off random characters that represent icons */
|
|
21499
21656
|
.amis-scope .a-Button--link.is-disabled {
|
21500
21657
|
color: #99a6ad;
|
21501
21658
|
pointer-events: none;
|
21502
|
-
background:
|
21659
|
+
background: #f2f3f3;
|
21503
21660
|
}
|
21504
21661
|
|
21505
21662
|
.amis-scope .a-Button--block {
|
@@ -21578,7 +21735,8 @@ readers do not read off random characters that represent icons */
|
|
21578
21735
|
}
|
21579
21736
|
|
21580
21737
|
.amis-scope .a-Badge-text,
|
21581
|
-
.amis-scope .a-Badge-dot
|
21738
|
+
.amis-scope .a-Badge-dot,
|
21739
|
+
.amis-scope .a-Badge-ribbon {
|
21582
21740
|
background: #f05050;
|
21583
21741
|
position: absolute;
|
21584
21742
|
top: 0;
|
@@ -21587,7 +21745,6 @@ readers do not read off random characters that represent icons */
|
|
21587
21745
|
transform-origin: 100% 0;
|
21588
21746
|
z-index: auto;
|
21589
21747
|
border-radius: calc(1rem / 2);
|
21590
|
-
box-shadow: 0 0 0 1px #fff;
|
21591
21748
|
}
|
21592
21749
|
|
21593
21750
|
.amis-scope .a-Badge--top-left {
|
@@ -21613,6 +21770,22 @@ readers do not read off random characters that represent icons */
|
|
21613
21770
|
transform: translate(50%, 50%);
|
21614
21771
|
}
|
21615
21772
|
|
21773
|
+
.amis-scope .a-Badge--danger {
|
21774
|
+
background: #f05050;
|
21775
|
+
}
|
21776
|
+
|
21777
|
+
.amis-scope .a-Badge--info {
|
21778
|
+
background: #23b7e5;
|
21779
|
+
}
|
21780
|
+
|
21781
|
+
.amis-scope .a-Badge--success {
|
21782
|
+
background: #27c24c;
|
21783
|
+
}
|
21784
|
+
|
21785
|
+
.amis-scope .a-Badge--warning {
|
21786
|
+
background: #fad733;
|
21787
|
+
}
|
21788
|
+
|
21616
21789
|
.amis-scope .a-Badge-text {
|
21617
21790
|
color: #fff;
|
21618
21791
|
height: 1rem;
|
@@ -21629,6 +21802,56 @@ readers do not read off random characters that represent icons */
|
|
21629
21802
|
border-radius: 50%;
|
21630
21803
|
}
|
21631
21804
|
|
21805
|
+
.amis-scope .a-Badge-ribbon-out {
|
21806
|
+
overflow: hidden;
|
21807
|
+
position: absolute;
|
21808
|
+
top: 0;
|
21809
|
+
bottom: 0;
|
21810
|
+
right: 0;
|
21811
|
+
}
|
21812
|
+
|
21813
|
+
.amis-scope .a-Badge-ribbon {
|
21814
|
+
color: #fff;
|
21815
|
+
height: 1rem;
|
21816
|
+
line-height: 1rem;
|
21817
|
+
transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
|
21818
|
+
transform-origin: 50% 0;
|
21819
|
+
border-radius: 0;
|
21820
|
+
text-align: center;
|
21821
|
+
width: 62.5rem;
|
21822
|
+
top: 5px;
|
21823
|
+
}
|
21824
|
+
|
21825
|
+
.amis-scope .a-Badge-ribbon-out--top-left,
|
21826
|
+
.amis-scope .a-Badge-ribbon-out--bottom-left {
|
21827
|
+
left: 0;
|
21828
|
+
right: auto;
|
21829
|
+
}
|
21830
|
+
|
21831
|
+
.amis-scope .a-Badge-ribbon--top-left {
|
21832
|
+
transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
|
21833
|
+
left: 0;
|
21834
|
+
right: auto;
|
21835
|
+
}
|
21836
|
+
|
21837
|
+
.amis-scope .a-Badge-ribbon--bottom-left {
|
21838
|
+
transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
|
21839
|
+
transform-origin: 50% 100%;
|
21840
|
+
left: 0;
|
21841
|
+
right: auto;
|
21842
|
+
bottom: 5px;
|
21843
|
+
top: auto;
|
21844
|
+
}
|
21845
|
+
|
21846
|
+
.amis-scope .a-Badge-ribbon--bottom-right {
|
21847
|
+
transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
|
21848
|
+
transform-origin: 50% 100%;
|
21849
|
+
left: auto;
|
21850
|
+
right: 0;
|
21851
|
+
bottom: 5px;
|
21852
|
+
top: auto;
|
21853
|
+
}
|
21854
|
+
|
21632
21855
|
@keyframes badgeDotAnimation {
|
21633
21856
|
0% {
|
21634
21857
|
transform: scale(0.8);
|
@@ -21695,7 +21918,7 @@ readers do not read off random characters that represent icons */
|
|
21695
21918
|
|
21696
21919
|
.amis-scope .a-Modal-content.in,
|
21697
21920
|
.amis-scope .a-Modal-content.out {
|
21698
|
-
animation-duration:
|
21921
|
+
animation-duration: 0s;
|
21699
21922
|
animation-fill-mode: both;
|
21700
21923
|
}
|
21701
21924
|
|
@@ -21708,7 +21931,7 @@ readers do not read off random characters that represent icons */
|
|
21708
21931
|
}
|
21709
21932
|
|
21710
21933
|
.amis-scope .a-Modal-overlay {
|
21711
|
-
transition: ease-in-out opacity
|
21934
|
+
transition: ease-in-out opacity 0s;
|
21712
21935
|
position: fixed;
|
21713
21936
|
top: 0;
|
21714
21937
|
right: 0;
|
@@ -21932,11 +22155,11 @@ readers do not read off random characters that represent icons */
|
|
21932
22155
|
z-index: 2;
|
21933
22156
|
border: 0.0625rem solid #d1d5db;
|
21934
22157
|
border-radius: 0;
|
21935
|
-
transition: transform ease-in-out
|
22158
|
+
transition: transform ease-in-out 0s;
|
21936
22159
|
}
|
21937
22160
|
|
21938
22161
|
.amis-scope .a-Drawer-overlay {
|
21939
|
-
transition: ease-out opacity
|
22162
|
+
transition: ease-out opacity 0s;
|
21940
22163
|
position: fixed;
|
21941
22164
|
top: 0;
|
21942
22165
|
right: 0;
|
@@ -22444,7 +22667,7 @@ readers do not read off random characters that represent icons */
|
|
22444
22667
|
color: #fff;
|
22445
22668
|
padding: 0.125rem 0.625rem;
|
22446
22669
|
display: none;
|
22447
|
-
animation-duration:
|
22670
|
+
animation-duration: 0s;
|
22448
22671
|
animation-fill-mode: both;
|
22449
22672
|
}
|
22450
22673
|
|
@@ -22547,98 +22770,235 @@ readers do not read off random characters that represent icons */
|
|
22547
22770
|
background: transparent;
|
22548
22771
|
}
|
22549
22772
|
|
22550
|
-
|
22551
|
-
|
22552
|
-
|
22553
|
-
}
|
22554
|
-
|
22555
|
-
0% {
|
22556
|
-
opacity: 0;
|
22557
|
-
transform: scale3d(0.3, 0.3, 0.3);
|
22558
|
-
}
|
22559
|
-
|
22560
|
-
20% {
|
22561
|
-
transform: scale3d(1.1, 1.1, 1.1);
|
22562
|
-
}
|
22563
|
-
|
22564
|
-
40% {
|
22565
|
-
transform: scale3d(0.9, 0.9, 0.9);
|
22566
|
-
}
|
22567
|
-
|
22568
|
-
60% {
|
22569
|
-
opacity: 1;
|
22570
|
-
transform: scale3d(1.03, 1.03, 1.03);
|
22571
|
-
}
|
22773
|
+
.amis-scope .a-PopOver-isMobile .a-PopOver-overlay {
|
22774
|
+
background: rgba(0, 0, 0, 0.3);
|
22775
|
+
}
|
22572
22776
|
|
22573
|
-
|
22574
|
-
|
22575
|
-
|
22777
|
+
.amis-scope .a-PopOver--leftBottomLeftTop {
|
22778
|
+
margin-top: 0.25rem;
|
22779
|
+
}
|
22576
22780
|
|
22577
|
-
|
22578
|
-
|
22579
|
-
transform: scale3d(1, 1, 1);
|
22580
|
-
}
|
22781
|
+
.amis-scope .a-PopOver--leftTopLeftBottom {
|
22782
|
+
margin-top: -0.25rem;
|
22581
22783
|
}
|
22582
22784
|
|
22583
|
-
|
22584
|
-
|
22585
|
-
|
22586
|
-
}
|
22785
|
+
.amis-scope .has-popover {
|
22786
|
+
position: relative;
|
22787
|
+
}
|
22587
22788
|
|
22588
|
-
|
22589
|
-
|
22590
|
-
|
22591
|
-
|
22789
|
+
.amis-scope .a-PickerColumns {
|
22790
|
+
position: relative;
|
22791
|
+
background-color: white;
|
22792
|
+
user-select: none;
|
22793
|
+
}
|
22592
22794
|
|
22593
|
-
|
22594
|
-
|
22595
|
-
|
22596
|
-
|
22795
|
+
.amis-scope .a-PickerColumns-popOver {
|
22796
|
+
position: fixed;
|
22797
|
+
bottom: 0;
|
22798
|
+
left: 0;
|
22799
|
+
width: 100%;
|
22800
|
+
padding: 0 0.5rem;
|
22597
22801
|
}
|
22598
22802
|
|
22599
|
-
.amis-scope .a-
|
22803
|
+
.amis-scope .a-PickerColumns-toolbar {
|
22600
22804
|
display: flex;
|
22601
22805
|
align-items: center;
|
22602
|
-
|
22603
|
-
|
22604
|
-
margin-bottom: 0.25rem;
|
22605
|
-
padding: 0.25rem 0.5rem;
|
22606
|
-
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
22607
|
-
border-radius: 0.428rem;
|
22608
|
-
border: 0 solid;
|
22609
|
-
color: #fff;
|
22610
|
-
position: relative;
|
22611
|
-
opacity: 0.8;
|
22612
|
-
cursor: pointer;
|
22613
|
-
opacity: 0;
|
22614
|
-
transform: translateZ(0);
|
22806
|
+
justify-content: space-between;
|
22807
|
+
height: 3.125rem;
|
22615
22808
|
}
|
22616
22809
|
|
22617
|
-
.amis-scope .a-
|
22618
|
-
|
22619
|
-
|
22620
|
-
|
22810
|
+
.amis-scope .a-PickerColumns-cancel,
|
22811
|
+
.amis-scope .a-PickerColumns-confirm {
|
22812
|
+
height: 100%;
|
22813
|
+
padding: 0 0.5rem;
|
22814
|
+
font-size: 0.875rem;
|
22815
|
+
background-color: transparent;
|
22816
|
+
border: none;
|
22817
|
+
cursor: pointer;
|
22621
22818
|
}
|
22622
22819
|
|
22623
|
-
.amis-scope .a-
|
22624
|
-
.amis-scope .a-
|
22625
|
-
|
22626
|
-
animation-duration: 0.2s;
|
22627
|
-
opacity: 1;
|
22820
|
+
.amis-scope .a-PickerColumns-cancel:active,
|
22821
|
+
.amis-scope .a-PickerColumns-confirm:active {
|
22822
|
+
opacity: 0.7;
|
22628
22823
|
}
|
22629
22824
|
|
22630
|
-
.amis-scope .a-
|
22631
|
-
|
22825
|
+
.amis-scope .a-PickerColumns-confirm {
|
22826
|
+
color: #23b7e5;
|
22632
22827
|
}
|
22633
22828
|
|
22634
|
-
.amis-scope .a-
|
22635
|
-
|
22829
|
+
.amis-scope .a-PickerColumns-cancel {
|
22830
|
+
color: #edf1f2;
|
22636
22831
|
}
|
22637
22832
|
|
22638
|
-
.amis-scope .a-
|
22639
|
-
|
22640
|
-
|
22641
|
-
|
22833
|
+
.amis-scope .a-PickerColumns-title {
|
22834
|
+
max-width: 50%;
|
22835
|
+
font-weight: 500;
|
22836
|
+
font-size: 1rem;
|
22837
|
+
line-height: 1.5;
|
22838
|
+
text-align: center;
|
22839
|
+
}
|
22840
|
+
|
22841
|
+
.amis-scope .a-PickerColumns-columns {
|
22842
|
+
position: relative;
|
22843
|
+
display: flex;
|
22844
|
+
cursor: grab;
|
22845
|
+
}
|
22846
|
+
|
22847
|
+
.amis-scope .a-PickerColumns-loading {
|
22848
|
+
position: absolute;
|
22849
|
+
top: 0;
|
22850
|
+
right: 0;
|
22851
|
+
bottom: 0;
|
22852
|
+
left: 0;
|
22853
|
+
z-index: 3;
|
22854
|
+
display: flex;
|
22855
|
+
align-items: center;
|
22856
|
+
justify-content: center;
|
22857
|
+
color: #4b5563;
|
22858
|
+
background-color: var(--PickerColumns-loadingMask-color);
|
22859
|
+
}
|
22860
|
+
|
22861
|
+
.amis-scope .a-PickerColumns-frame {
|
22862
|
+
position: absolute;
|
22863
|
+
top: 50%;
|
22864
|
+
right: 1rem;
|
22865
|
+
left: 1rem;
|
22866
|
+
z-index: 2;
|
22867
|
+
transform: translateY(-50%);
|
22868
|
+
pointer-events: none;
|
22869
|
+
}
|
22870
|
+
|
22871
|
+
.amis-scope .a-PickerColumns-mask {
|
22872
|
+
position: absolute;
|
22873
|
+
top: 0;
|
22874
|
+
left: 0;
|
22875
|
+
z-index: 1;
|
22876
|
+
width: 100%;
|
22877
|
+
height: 100%;
|
22878
|
+
background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4)), linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.4));
|
22879
|
+
background-repeat: no-repeat;
|
22880
|
+
background-position: top, bottom;
|
22881
|
+
transform: translateZ(0);
|
22882
|
+
pointer-events: none;
|
22883
|
+
}
|
22884
|
+
|
22885
|
+
.amis-scope .a-PickerColumns-column {
|
22886
|
+
flex: 1;
|
22887
|
+
overflow: hidden;
|
22888
|
+
font-size: 1rem;
|
22889
|
+
}
|
22890
|
+
|
22891
|
+
.amis-scope .a-PickerColumns-columnWrapper {
|
22892
|
+
margin: 0;
|
22893
|
+
padding: 0;
|
22894
|
+
list-style: none;
|
22895
|
+
transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
|
22896
|
+
}
|
22897
|
+
|
22898
|
+
.amis-scope .a-PickerColumns-columnItem {
|
22899
|
+
display: flex;
|
22900
|
+
align-items: center;
|
22901
|
+
justify-content: center;
|
22902
|
+
color: #58666e;
|
22903
|
+
}
|
22904
|
+
|
22905
|
+
.amis-scope .a-PickerColumns-columnItem.is-disabled {
|
22906
|
+
cursor: not-allowed;
|
22907
|
+
opacity: 0.3;
|
22908
|
+
}
|
22909
|
+
|
22910
|
+
@keyframes bounceIn {
|
22911
|
+
from, 20%, 40%, 60%, 80%, to {
|
22912
|
+
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
22913
|
+
}
|
22914
|
+
|
22915
|
+
0% {
|
22916
|
+
opacity: 0;
|
22917
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
22918
|
+
}
|
22919
|
+
|
22920
|
+
20% {
|
22921
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
22922
|
+
}
|
22923
|
+
|
22924
|
+
40% {
|
22925
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
22926
|
+
}
|
22927
|
+
|
22928
|
+
60% {
|
22929
|
+
opacity: 1;
|
22930
|
+
transform: scale3d(1.03, 1.03, 1.03);
|
22931
|
+
}
|
22932
|
+
|
22933
|
+
80% {
|
22934
|
+
transform: scale3d(0.97, 0.97, 0.97);
|
22935
|
+
}
|
22936
|
+
|
22937
|
+
to {
|
22938
|
+
opacity: 1;
|
22939
|
+
transform: scale3d(1, 1, 1);
|
22940
|
+
}
|
22941
|
+
}
|
22942
|
+
|
22943
|
+
@keyframes bounceOut {
|
22944
|
+
20% {
|
22945
|
+
transform: scale3d(0.9, 0.9, 0.9);
|
22946
|
+
}
|
22947
|
+
|
22948
|
+
50%, 55% {
|
22949
|
+
opacity: 1;
|
22950
|
+
transform: scale3d(1.1, 1.1, 1.1);
|
22951
|
+
}
|
22952
|
+
|
22953
|
+
to {
|
22954
|
+
opacity: 0;
|
22955
|
+
transform: scale3d(0.3, 0.3, 0.3);
|
22956
|
+
}
|
22957
|
+
}
|
22958
|
+
|
22959
|
+
.amis-scope .a-Toast {
|
22960
|
+
display: flex;
|
22961
|
+
align-items: center;
|
22962
|
+
max-width: 18.75rem;
|
22963
|
+
pointer-events: auto;
|
22964
|
+
margin-bottom: 0.25rem;
|
22965
|
+
padding: 0.25rem 0.5rem;
|
22966
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
22967
|
+
border-radius: 0.428rem;
|
22968
|
+
border: 0 solid;
|
22969
|
+
color: #fff;
|
22970
|
+
position: relative;
|
22971
|
+
opacity: 0.8;
|
22972
|
+
cursor: pointer;
|
22973
|
+
opacity: 0;
|
22974
|
+
transform: translateZ(0);
|
22975
|
+
}
|
22976
|
+
|
22977
|
+
.amis-scope .a-Toast-wrap {
|
22978
|
+
pointer-events: none;
|
22979
|
+
position: fixed;
|
22980
|
+
z-index: 2000;
|
22981
|
+
}
|
22982
|
+
|
22983
|
+
.amis-scope .a-Toast.in,
|
22984
|
+
.amis-scope .a-Toast.out {
|
22985
|
+
animation-fill-mode: both;
|
22986
|
+
animation-duration: 0s;
|
22987
|
+
opacity: 1;
|
22988
|
+
}
|
22989
|
+
|
22990
|
+
.amis-scope .a-Toast.in {
|
22991
|
+
animation-name: bounceIn;
|
22992
|
+
}
|
22993
|
+
|
22994
|
+
.amis-scope .a-Toast.out {
|
22995
|
+
animation-name: bounceOut;
|
22996
|
+
}
|
22997
|
+
|
22998
|
+
.amis-scope .a-Toast-close {
|
22999
|
+
color: #fff;
|
23000
|
+
display: inline-flex;
|
23001
|
+
margin-left: 0.25rem;
|
22642
23002
|
opacity: 0.8;
|
22643
23003
|
}
|
22644
23004
|
|
@@ -22867,6 +23227,17 @@ readers do not read off random characters that represent icons */
|
|
22867
23227
|
margin-left: 0.5rem;
|
22868
23228
|
}
|
22869
23229
|
|
23230
|
+
.amis-scope .a-ArrayInput-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
23231
|
+
.amis-scope .a-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
23232
|
+
.amis-scope .a-ArrayInput-addBtn > .pull-left {
|
23233
|
+
margin-right: 0.5rem;
|
23234
|
+
}
|
23235
|
+
|
23236
|
+
.amis-scope .a-ArrayInput-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
23237
|
+
.amis-scope .a-ArrayInput-addBtn > .pull-right {
|
23238
|
+
margin-left: 0.5rem;
|
23239
|
+
}
|
23240
|
+
|
22870
23241
|
.amis-scope .a-ArrayInput-addBtn img.a-Button-icon {
|
22871
23242
|
height: 0.875rem;
|
22872
23243
|
vertical-align: middle;
|
@@ -22878,6 +23249,12 @@ readers do not read off random characters that represent icons */
|
|
22878
23249
|
border-color: #b4bbc5;
|
22879
23250
|
}
|
22880
23251
|
|
23252
|
+
.amis-scope .a-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
23253
|
+
color: #fff;
|
23254
|
+
background: #1797be;
|
23255
|
+
border-color: #adb4bf;
|
23256
|
+
}
|
23257
|
+
|
22881
23258
|
.amis-scope .a-ArrayInput-addBtn:hover:focus {
|
22882
23259
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
22883
23260
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -23100,7 +23477,7 @@ readers do not read off random characters that represent icons */
|
|
23100
23477
|
display: none;
|
23101
23478
|
padding: 0.75rem;
|
23102
23479
|
opacity: 0;
|
23103
|
-
transition: opacity
|
23480
|
+
transition: opacity 0s linear;
|
23104
23481
|
}
|
23105
23482
|
|
23106
23483
|
.amis-scope .a-Tabs-pane.is-active {
|
@@ -23463,6 +23840,10 @@ readers do not read off random characters that represent icons */
|
|
23463
23840
|
}
|
23464
23841
|
|
23465
23842
|
.amis-scope .a-Nav {
|
23843
|
+
position: relative;
|
23844
|
+
}
|
23845
|
+
|
23846
|
+
.amis-scope .a-Nav .a-Nav-list {
|
23466
23847
|
list-style: none;
|
23467
23848
|
user-select: none;
|
23468
23849
|
margin: 0;
|
@@ -23470,25 +23851,26 @@ readers do not read off random characters that represent icons */
|
|
23470
23851
|
position: relative;
|
23471
23852
|
}
|
23472
23853
|
|
23473
|
-
.amis-scope .a-Nav .a-Nav-itemIcon {
|
23854
|
+
.amis-scope .a-Nav .a-Nav-list .a-Nav-itemIcon {
|
23474
23855
|
margin-right: 0.5rem;
|
23475
23856
|
}
|
23476
23857
|
|
23477
|
-
.amis-scope .a-Nav img.a-Nav-itemIcon {
|
23858
|
+
.amis-scope .a-Nav .a-Nav-list img.a-Nav-itemIcon {
|
23478
23859
|
height: 0.875rem;
|
23479
23860
|
vertical-align: middle;
|
23480
23861
|
}
|
23481
23862
|
|
23482
|
-
.amis-scope .a-Nav--tabs {
|
23863
|
+
.amis-scope .a-Nav .a-Nav-list--tabs {
|
23483
23864
|
border-bottom: 0.0625rem solid #d1d5db;
|
23484
23865
|
}
|
23485
23866
|
|
23486
|
-
.amis-scope .a-Nav--tabs .a-Nav-item {
|
23867
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item {
|
23487
23868
|
margin-bottom: calc(0.0625rem * -1);
|
23488
23869
|
display: inline-block;
|
23870
|
+
position: relative;
|
23489
23871
|
}
|
23490
23872
|
|
23491
|
-
.amis-scope .a-Nav--tabs .a-Nav-item > a {
|
23873
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
|
23492
23874
|
font-size: 0.875rem;
|
23493
23875
|
display: block;
|
23494
23876
|
outline: none;
|
@@ -23498,142 +23880,267 @@ readers do not read off random characters that represent icons */
|
|
23498
23880
|
color: #58666e;
|
23499
23881
|
text-decoration: none;
|
23500
23882
|
margin-right: 0.125rem;
|
23501
|
-
padding: 0.5rem
|
23883
|
+
padding: 0.5rem 1.5rem;
|
23502
23884
|
cursor: pointer;
|
23503
23885
|
}
|
23504
23886
|
|
23505
|
-
.amis-scope .a-Nav--tabs .a-Nav-item:hover > a,
|
23506
|
-
.amis-scope .a-Nav--tabs .a-Nav-item > a:focus {
|
23887
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a,
|
23888
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a:focus {
|
23507
23889
|
border-color: #e5e7eb;
|
23508
23890
|
text-decoration: none;
|
23509
23891
|
}
|
23510
23892
|
|
23511
|
-
.amis-scope .a-Nav--tabs .a-Nav-item.disabled > a,
|
23512
|
-
.amis-scope .a-Nav--tabs .a-Nav-item.is-disabled > a {
|
23893
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.disabled > a,
|
23894
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-disabled > a {
|
23513
23895
|
color: #4b5563;
|
23514
23896
|
background: transparent;
|
23515
23897
|
border-color: transparent;
|
23516
23898
|
pointer-events: none;
|
23517
23899
|
}
|
23518
23900
|
|
23519
|
-
.amis-scope .a-Nav--tabs .a-Nav-item.active > a,
|
23520
|
-
.amis-scope .a-Nav--tabs .a-Nav-item.is-active > a {
|
23901
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.active > a,
|
23902
|
+
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-active > a {
|
23521
23903
|
color: #374151;
|
23522
23904
|
background: #fff;
|
23523
23905
|
border-color: #d1d5db;
|
23524
23906
|
border-bottom-color: #fff;
|
23525
23907
|
}
|
23526
23908
|
|
23527
|
-
.amis-scope .a-Nav--stacked {
|
23909
|
+
.amis-scope .a-Nav .a-Nav-list--stacked {
|
23528
23910
|
min-height: 3.125rem;
|
23529
23911
|
}
|
23530
23912
|
|
23531
|
-
.amis-scope .a-Nav--stacked .a-Nav-item
|
23913
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item,
|
23914
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge {
|
23532
23915
|
position: relative;
|
23916
|
+
display: flex;
|
23917
|
+
flex-wrap: wrap;
|
23918
|
+
align-items: stretch;
|
23919
|
+
width: 100%;
|
23533
23920
|
}
|
23534
23921
|
|
23535
|
-
.amis-scope .a-Nav--stacked .a-Nav-item
|
23536
|
-
|
23922
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager,
|
23923
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager {
|
23924
|
+
cursor: move;
|
23925
|
+
position: absolute;
|
23926
|
+
left: 0;
|
23927
|
+
top: 0.6875rem;
|
23928
|
+
display: none;
|
23929
|
+
}
|
23930
|
+
|
23931
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon,
|
23932
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon,
|
23933
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon,
|
23934
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon {
|
23935
|
+
color: #4b5563;
|
23936
|
+
}
|
23937
|
+
|
23938
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon:hover,
|
23939
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon:hover,
|
23940
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon:hover,
|
23941
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon:hover {
|
23942
|
+
color: #111827;
|
23943
|
+
}
|
23944
|
+
|
23945
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager svg,
|
23946
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager svg {
|
23947
|
+
width: 1rem;
|
23948
|
+
height: 1rem;
|
23949
|
+
}
|
23950
|
+
|
23951
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText,
|
23952
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText {
|
23953
|
+
position: absolute;
|
23954
|
+
top: 0;
|
23955
|
+
bottom: 0;
|
23956
|
+
width: 2.1875rem;
|
23957
|
+
overflow: hidden;
|
23958
|
+
}
|
23959
|
+
|
23960
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-badgeText > span,
|
23961
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-badgeText > span {
|
23962
|
+
position: absolute;
|
23963
|
+
top: 0.125rem;
|
23964
|
+
left: -0.8125rem;
|
23965
|
+
transform: rotate(-45deg);
|
23966
|
+
width: 3.125rem;
|
23967
|
+
font-size: 12px;
|
23968
|
+
text-align: center;
|
23969
|
+
color: #fff;
|
23970
|
+
background: #27c24c;
|
23971
|
+
}
|
23972
|
+
|
23973
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-atcions,
|
23974
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-atcions {
|
23975
|
+
display: flex;
|
23976
|
+
align-items: center;
|
23977
|
+
}
|
23978
|
+
|
23979
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a,
|
23980
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a,
|
23981
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a,
|
23982
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a {
|
23983
|
+
display: flex;
|
23984
|
+
align-items: center;
|
23537
23985
|
outline: none;
|
23538
23986
|
color: #58666e;
|
23539
23987
|
text-decoration: none;
|
23540
|
-
padding: 0.5rem 0.
|
23988
|
+
padding: 0.5rem 0.5rem;
|
23541
23989
|
cursor: pointer;
|
23542
23990
|
background: transparent;
|
23543
23991
|
border-radius: 0;
|
23544
23992
|
text-overflow: ellipsis;
|
23993
|
+
flex: 1;
|
23545
23994
|
}
|
23546
23995
|
|
23547
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a
|
23548
|
-
|
23549
|
-
|
23550
|
-
|
23551
|
-
|
23552
|
-
|
23553
|
-
|
23554
|
-
|
23555
|
-
|
23556
|
-
|
23557
|
-
|
23558
|
-
|
23559
|
-
.amis-scope .a-Nav
|
23560
|
-
|
23561
|
-
|
23562
|
-
|
23563
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a:hover,
|
23564
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a:focus {
|
23996
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover,
|
23997
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus,
|
23998
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover + .a-Nav-item-atcions,
|
23999
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus + .a-Nav-item-atcions,
|
24000
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover,
|
24001
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus,
|
24002
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover + .a-Nav-item-atcions,
|
24003
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus + .a-Nav-item-atcions,
|
24004
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover,
|
24005
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus,
|
24006
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover + .a-Nav-item-atcions,
|
24007
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus + .a-Nav-item-atcions,
|
24008
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover,
|
24009
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus,
|
24010
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover + .a-Nav-item-atcions,
|
24011
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus + .a-Nav-item-atcions {
|
23565
24012
|
border-color: #414c52;
|
23566
24013
|
text-decoration: none;
|
23567
24014
|
background: rgba(0, 0, 0, 0.05);
|
24015
|
+
z-index: 1;
|
24016
|
+
}
|
24017
|
+
|
24018
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
|
24019
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
|
24020
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover > .a-Nav-itemDrager,
|
24021
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus > .a-Nav-itemDrager,
|
24022
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover > .a-Nav-itemDrager,
|
24023
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus > .a-Nav-itemDrager,
|
24024
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover > .a-Nav-itemDrager,
|
24025
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus > .a-Nav-itemDrager {
|
24026
|
+
display: block;
|
23568
24027
|
}
|
23569
24028
|
|
23570
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.disabled > a,
|
23571
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > a
|
24029
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > a,
|
24030
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > a,
|
24031
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > .a-Badge > a,
|
24032
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > .a-Badge > a,
|
24033
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > a,
|
24034
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > a,
|
24035
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > .a-Badge > a,
|
24036
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > .a-Badge > a {
|
23572
24037
|
color: #99a6ad;
|
23573
24038
|
background: transparent;
|
23574
24039
|
pointer-events: none;
|
23575
24040
|
}
|
23576
24041
|
|
23577
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.active
|
23578
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active
|
24042
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active,
|
24043
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active,
|
24044
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active,
|
24045
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active {
|
24046
|
+
background: #23b7e5 !important;
|
24047
|
+
}
|
24048
|
+
|
24049
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a,
|
24050
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
|
24051
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a,
|
24052
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a,
|
24053
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions,
|
24054
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a,
|
24055
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a,
|
24056
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions,
|
24057
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a,
|
24058
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a,
|
24059
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions,
|
24060
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
|
23579
24061
|
color: #fff;
|
23580
|
-
background: #23b7e5;
|
23581
|
-
padding-left: 0.75rem;
|
23582
24062
|
position: relative;
|
23583
24063
|
}
|
23584
24064
|
|
23585
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.active > a::after,
|
23586
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > a::after
|
24065
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a::after,
|
24066
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after,
|
24067
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a::after,
|
24068
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a::after,
|
24069
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after,
|
24070
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a::after,
|
24071
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a::after,
|
24072
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions::after,
|
24073
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a::after,
|
24074
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a::after,
|
24075
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after,
|
24076
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a::after {
|
23587
24077
|
transform: scaleY(1);
|
23588
24078
|
}
|
23589
24079
|
|
23590
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-itemToggler
|
24080
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler,
|
24081
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
|
24082
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
|
24083
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
|
23591
24084
|
transform: rotate(180deg) scale(0.8);
|
23592
24085
|
}
|
23593
24086
|
|
23594
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems
|
24087
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems,
|
24088
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > .a-Nav-subItems,
|
24089
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Nav-subItems,
|
24090
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
|
23595
24091
|
display: block;
|
23596
24092
|
}
|
23597
24093
|
|
23598
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-spinner
|
24094
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-spinner,
|
24095
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-spinner {
|
23599
24096
|
position: absolute;
|
23600
24097
|
right: 0.625rem;
|
23601
24098
|
top: 0.5rem;
|
23602
24099
|
}
|
23603
24100
|
|
23604
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler
|
23605
|
-
|
23606
|
-
|
23607
|
-
|
23608
|
-
|
23609
|
-
height: 1.875rem;
|
24101
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler,
|
24102
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler {
|
24103
|
+
float: left;
|
24104
|
+
margin-right: 0.625rem;
|
24105
|
+
height: 1.5rem;
|
23610
24106
|
text-align: center;
|
23611
|
-
line-height: 1.
|
24107
|
+
line-height: 1.5rem;
|
23612
24108
|
vertical-align: middle;
|
23613
24109
|
cursor: pointer;
|
23614
24110
|
transform: scale(0.8);
|
23615
|
-
transition: transform
|
24111
|
+
transition: transform 0s;
|
23616
24112
|
}
|
23617
24113
|
|
23618
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler > svg
|
24114
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemToggler > svg,
|
24115
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemToggler > svg {
|
23619
24116
|
width: 10px;
|
23620
24117
|
height: 10px;
|
23621
24118
|
top: 0;
|
23622
24119
|
}
|
23623
24120
|
|
23624
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-subItems
|
24121
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-subItems,
|
24122
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-subItems {
|
23625
24123
|
display: none;
|
23626
24124
|
padding-left: 0;
|
23627
24125
|
list-style: none;
|
24126
|
+
width: 100%;
|
23628
24127
|
}
|
23629
24128
|
|
23630
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item
|
24129
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-item,
|
24130
|
+
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-item {
|
23631
24131
|
font-size: 0.875rem;
|
23632
24132
|
}
|
23633
24133
|
|
24134
|
+
.amis-scope .a-Nav .a-Nav-dropIndicator {
|
24135
|
+
position: absolute;
|
24136
|
+
background: #fff;
|
24137
|
+
height: 2px;
|
24138
|
+
}
|
24139
|
+
|
23634
24140
|
.amis-scope .a-Page {
|
23635
24141
|
width: 100%;
|
23636
24142
|
height: 100%;
|
24143
|
+
background: transparent;
|
23637
24144
|
}
|
23638
24145
|
|
23639
24146
|
.amis-scope .a-Page-header {
|
@@ -23641,7 +24148,6 @@ readers do not read off random characters that represent icons */
|
|
23641
24148
|
}
|
23642
24149
|
|
23643
24150
|
.amis-scope .a-Page-main {
|
23644
|
-
background: transparent;
|
23645
24151
|
height: 100%;
|
23646
24152
|
display: flex;
|
23647
24153
|
flex-direction: column;
|
@@ -23656,11 +24162,9 @@ readers do not read off random characters that represent icons */
|
|
23656
24162
|
|
23657
24163
|
.amis-scope .a-Page-main > .a-Page-header {
|
23658
24164
|
border-bottom: 0.0625rem solid #d1d5db;
|
23659
|
-
background: transparent;
|
23660
24165
|
}
|
23661
24166
|
|
23662
24167
|
.amis-scope .a-Page-headerRow {
|
23663
|
-
background: transparent;
|
23664
24168
|
border-bottom: 0.0625rem solid #d1d5db;
|
23665
24169
|
display: flex;
|
23666
24170
|
flex-direction: row;
|
@@ -23705,10 +24209,6 @@ readers do not read off random characters that represent icons */
|
|
23705
24209
|
margin-left: 0.25rem;
|
23706
24210
|
}
|
23707
24211
|
|
23708
|
-
.amis-scope .a-Page-aside {
|
23709
|
-
background: #e5eaeb;
|
23710
|
-
}
|
23711
|
-
|
23712
24212
|
@media (min-width: 768px) {
|
23713
24213
|
.amis-scope .a-Page-aside {
|
23714
24214
|
min-width: 12.5rem;
|
@@ -23823,7 +24323,7 @@ readers do not read off random characters that represent icons */
|
|
23823
24323
|
.amis-scope .a-Video-cursor {
|
23824
24324
|
position: absolute;
|
23825
24325
|
border: 2px solid #23b7e5;
|
23826
|
-
transition: all
|
24326
|
+
transition: all 0s ease-out;
|
23827
24327
|
}
|
23828
24328
|
|
23829
24329
|
.amis-scope .a-Video-frameList .a-Video-frameItem {
|
@@ -24268,7 +24768,7 @@ readers do not read off random characters that represent icons */
|
|
24268
24768
|
right: 0;
|
24269
24769
|
bottom: 0;
|
24270
24770
|
background: rgba(255, 255, 255, 0.4);
|
24271
|
-
transition: ease-out opacity
|
24771
|
+
transition: ease-out opacity 0s;
|
24272
24772
|
opacity: 0;
|
24273
24773
|
}
|
24274
24774
|
|
@@ -24283,7 +24783,7 @@ readers do not read off random characters that represent icons */
|
|
24283
24783
|
display: inline-block;
|
24284
24784
|
background: url("data:image/svg+xml,%0A%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3ClinearGradient x1='8.042%25' y1='0%25' x2='65.682%25' y2='23.865%25' id='a'%3E%3Cstop stop-color='%23eee' stop-opacity='0' offset='0%25'/%3E%3Cstop stop-color='%23999' stop-opacity='.631' offset='63.146%25'/%3E%3Cstop stop-color='%23666' offset='100%25'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18' id='Oval-2' stroke='url(%23a)' stroke-width='2'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/path%3E%3Ccircle fill='%23eee' cx='36' cy='18' r='1'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='0.9s' repeatCount='indefinite' /%3E%3C/circle%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
|
24285
24785
|
background-size: 100%;
|
24286
|
-
transition: ease-out all
|
24786
|
+
transition: ease-out all 0s;
|
24287
24787
|
}
|
24288
24788
|
|
24289
24789
|
.amis-scope .a-Spinner--lg {
|
@@ -24299,8 +24799,13 @@ readers do not read off random characters that represent icons */
|
|
24299
24799
|
.amis-scope .a-Spinner--icon {
|
24300
24800
|
background: transparent;
|
24301
24801
|
animation: spin 2s linear infinite;
|
24302
|
-
width:
|
24303
|
-
height:
|
24802
|
+
width: 1rem;
|
24803
|
+
height: 1rem;
|
24804
|
+
}
|
24805
|
+
|
24806
|
+
.amis-scope .a-Spinner--icon svg.icon {
|
24807
|
+
width: 1rem;
|
24808
|
+
height: 1rem;
|
24304
24809
|
}
|
24305
24810
|
|
24306
24811
|
.amis-scope .a-Spinner--overlay {
|
@@ -24444,7 +24949,7 @@ readers do not read off random characters that represent icons */
|
|
24444
24949
|
margin-left: 0.5rem;
|
24445
24950
|
display: inline-block;
|
24446
24951
|
vertical-align: top;
|
24447
|
-
transition: transform
|
24952
|
+
transition: transform 0s ease;
|
24448
24953
|
}
|
24449
24954
|
|
24450
24955
|
.amis-scope .a-DropDown-caret > svg {
|
@@ -24501,19 +25006,20 @@ readers do not read off random characters that represent icons */
|
|
24501
25006
|
height: 2.125rem;
|
24502
25007
|
vertical-align: middle;
|
24503
25008
|
user-select: none;
|
24504
|
-
color: #
|
25009
|
+
color: #58666e;
|
24505
25010
|
text-decoration: none;
|
24506
25011
|
}
|
24507
25012
|
|
24508
25013
|
.amis-scope .a-DropDown-menuItem:hover,
|
24509
25014
|
.amis-scope .a-DropDown-menu > li:hover {
|
24510
25015
|
background: rgba(0, 126, 255, 0.08);
|
24511
|
-
color:
|
25016
|
+
color: #7266ba;
|
24512
25017
|
}
|
24513
25018
|
|
24514
25019
|
.amis-scope .a-DropDown-menuItem.is-active,
|
24515
25020
|
.amis-scope .a-DropDown-menu > li.is-active {
|
24516
|
-
|
25021
|
+
background: rgba(0, 126, 255, 0.08);
|
25022
|
+
color: #7266ba;
|
24517
25023
|
}
|
24518
25024
|
|
24519
25025
|
.amis-scope .a-DropDown-menuItem:not(.is-disabled),
|
@@ -24566,19 +25072,34 @@ readers do not read off random characters that represent icons */
|
|
24566
25072
|
margin-bottom: 0.75rem;
|
24567
25073
|
}
|
24568
25074
|
|
24569
|
-
.amis-scope .a-Collapse-header {
|
24570
|
-
font-size: 0.875rem;
|
24571
|
-
font-weight: 400;
|
24572
|
-
color: #414c52;
|
24573
|
-
padding: 0.25rem 0;
|
24574
|
-
|
25075
|
+
.amis-scope .a-Collapse-header {
|
25076
|
+
font-size: 0.875rem;
|
25077
|
+
font-weight: 400;
|
25078
|
+
color: #414c52;
|
25079
|
+
padding: 1.125rem 0 0.25rem 0;
|
25080
|
+
margin: 0;
|
25081
|
+
border-bottom: 0.0625rem solid #dfe2e6;
|
25082
|
+
background: transparent;
|
25083
|
+
}
|
25084
|
+
|
25085
|
+
.amis-scope .a-Collapse-header-wrapper {
|
25086
|
+
display: inline-flex;
|
25087
|
+
flex-direction: row;
|
25088
|
+
}
|
25089
|
+
|
25090
|
+
.amis-scope .a-Collapse-header-tpl {
|
25091
|
+
margin-right: 0.5rem;
|
25092
|
+
}
|
25093
|
+
|
25094
|
+
.amis-scope .a-Collapse-header:hover {
|
25095
|
+
background: transparent;
|
24575
25096
|
}
|
24576
25097
|
|
24577
25098
|
.amis-scope .a-Collapse-arrow {
|
24578
25099
|
display: inline-block;
|
24579
25100
|
width: 1rem;
|
24580
25101
|
text-align: center;
|
24581
|
-
margin-
|
25102
|
+
margin-right: 0.5rem;
|
24582
25103
|
cursor: pointer;
|
24583
25104
|
}
|
24584
25105
|
|
@@ -24596,11 +25117,20 @@ readers do not read off random characters that represent icons */
|
|
24596
25117
|
transform-origin: 50% 50%;
|
24597
25118
|
}
|
24598
25119
|
|
25120
|
+
.amis-scope .a-Collapse-TplField {
|
25121
|
+
display: inline-block;
|
25122
|
+
}
|
25123
|
+
|
24599
25124
|
.amis-scope .a-Collapse.is-collapsed .a-Collapse-arrow:before {
|
24600
25125
|
transform: rotate(45deg);
|
24601
25126
|
transform-origin: 0% 50%;
|
24602
25127
|
}
|
24603
25128
|
|
25129
|
+
.amis-scope .a-Collapse.is-collapsed .a-Collapse-header {
|
25130
|
+
border-bottom: 0.0625rem solid
|
25131
|
+
#dfe2e6;
|
25132
|
+
}
|
25133
|
+
|
24604
25134
|
.amis-scope .a-Collapse--collapsable .a-Collapse-header {
|
24605
25135
|
cursor: pointer;
|
24606
25136
|
user-select: none;
|
@@ -24611,6 +25141,13 @@ readers do not read off random characters that represent icons */
|
|
24611
25141
|
color: #23b7e5;
|
24612
25142
|
border-left: none;
|
24613
25143
|
font-size: 0.875rem;
|
25144
|
+
border-top: none;
|
25145
|
+
border-bottom: 0.0625rem solid
|
25146
|
+
#dfe2e6;
|
25147
|
+
}
|
25148
|
+
|
25149
|
+
.amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
|
25150
|
+
border-top: none;
|
24614
25151
|
}
|
24615
25152
|
|
24616
25153
|
.amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
|
@@ -24625,16 +25162,23 @@ readers do not read off random characters that represent icons */
|
|
24625
25162
|
transform-origin: 0% 50%;
|
24626
25163
|
}
|
24627
25164
|
|
24628
|
-
.amis-scope .a-Collapse-
|
24629
|
-
transition: height
|
25165
|
+
.amis-scope .a-Collapse-contentWrapper {
|
25166
|
+
transition: height 0s ease;
|
24630
25167
|
}
|
24631
25168
|
|
24632
|
-
.amis-scope .a-Collapse-
|
24633
|
-
.amis-scope .a-Collapse-
|
25169
|
+
.amis-scope .a-Collapse-contentWrapper.in,
|
25170
|
+
.amis-scope .a-Collapse-contentWrapper.out {
|
24634
25171
|
height: 0;
|
24635
25172
|
overflow: hidden;
|
24636
25173
|
}
|
24637
25174
|
|
25175
|
+
.amis-scope .a-Collapse-content {
|
25176
|
+
padding: 1.125rem 0;
|
25177
|
+
color: #58666e;
|
25178
|
+
font-size: 0.875rem;
|
25179
|
+
font-weight: 400;
|
25180
|
+
}
|
25181
|
+
|
24638
25182
|
.amis-scope .a-ColorField {
|
24639
25183
|
display: inline-block;
|
24640
25184
|
}
|
@@ -24665,7 +25209,7 @@ readers do not read off random characters that represent icons */
|
|
24665
25209
|
}
|
24666
25210
|
|
24667
25211
|
.amis-scope .a-CBGroup-toolbar .a-Button {
|
24668
|
-
transition: padding
|
25212
|
+
transition: padding 0s;
|
24669
25213
|
min-width: unset;
|
24670
25214
|
}
|
24671
25215
|
|
@@ -24686,7 +25230,7 @@ readers do not read off random characters that represent icons */
|
|
24686
25230
|
}
|
24687
25231
|
|
24688
25232
|
.amis-scope .a-CBGroup-toolbar .a-CBGroup-toolbarConditionAdd {
|
24689
|
-
transition: opacity
|
25233
|
+
transition: opacity 0s;
|
24690
25234
|
display: flex;
|
24691
25235
|
align-items: center;
|
24692
25236
|
margin-left: 0.75rem;
|
@@ -24710,7 +25254,7 @@ readers do not read off random characters that represent icons */
|
|
24710
25254
|
|
24711
25255
|
.amis-scope .a-CBGroup-fieldCaret,
|
24712
25256
|
.amis-scope .a-CBGroup-operatorCaret {
|
24713
|
-
transition: transform
|
25257
|
+
transition: transform 0s ease-out;
|
24714
25258
|
margin: 5px;
|
24715
25259
|
display: flex;
|
24716
25260
|
color: #4b5563;
|
@@ -24775,7 +25319,7 @@ readers do not read off random characters that represent icons */
|
|
24775
25319
|
color: #4b5563;
|
24776
25320
|
cursor: pointer;
|
24777
25321
|
margin-left: auto;
|
24778
|
-
transition: opacity
|
25322
|
+
transition: opacity 0s;
|
24779
25323
|
}
|
24780
25324
|
|
24781
25325
|
.amis-scope .a-CBDelete:hover {
|
@@ -24799,7 +25343,7 @@ readers do not read off random characters that represent icons */
|
|
24799
25343
|
align-items: center;
|
24800
25344
|
position: relative;
|
24801
25345
|
background: rgba(0, 0, 0, 0.03);
|
24802
|
-
transition: all
|
25346
|
+
transition: all 0s ease-out;
|
24803
25347
|
}
|
24804
25348
|
|
24805
25349
|
.amis-scope .a-CBGroupOrItem-body > .a-CBGroup {
|
@@ -24831,7 +25375,7 @@ readers do not read off random characters that represent icons */
|
|
24831
25375
|
margin-left: -5px;
|
24832
25376
|
opacity: 0.6;
|
24833
25377
|
text-align: center;
|
24834
|
-
transition: opacity
|
25378
|
+
transition: opacity 0s ease-out;
|
24835
25379
|
color: #4b5563;
|
24836
25380
|
}
|
24837
25381
|
|
@@ -25012,13 +25556,13 @@ readers do not read off random characters that represent icons */
|
|
25012
25556
|
|
25013
25557
|
.amis-scope .a-ContextMenu-menu.in,
|
25014
25558
|
.amis-scope .a-ContextMenu-menu.out {
|
25015
|
-
animation-duration:
|
25559
|
+
animation-duration: 0s;
|
25016
25560
|
animation-fill-mode: both;
|
25017
25561
|
}
|
25018
25562
|
|
25019
25563
|
.amis-scope .a-ContextMenu-menu.in {
|
25020
25564
|
animation-name: contextMenuInSpecial;
|
25021
|
-
animation-duration:
|
25565
|
+
animation-duration: 0s;
|
25022
25566
|
}
|
25023
25567
|
|
25024
25568
|
.amis-scope .a-ContextMenu-menu.out {
|
@@ -25110,7 +25654,7 @@ readers do not read off random characters that represent icons */
|
|
25110
25654
|
|
25111
25655
|
.amis-scope .a-ContextMenu-item:hover > .a-ContextMenu-subList {
|
25112
25656
|
display: block;
|
25113
|
-
animation-duration:
|
25657
|
+
animation-duration: 0s;
|
25114
25658
|
animation-fill-mode: both;
|
25115
25659
|
animation-name: contextMenuIn;
|
25116
25660
|
display: block;
|
@@ -25676,6 +26220,20 @@ readers do not read off random characters that represent icons */
|
|
25676
26220
|
text-align: center;
|
25677
26221
|
}
|
25678
26222
|
|
26223
|
+
.amis-scope .a-Table-searchableForm {
|
26224
|
+
background: #f6f7f8;
|
26225
|
+
border-radius: 0.25rem;
|
26226
|
+
}
|
26227
|
+
|
26228
|
+
.amis-scope .a-Table-searchableForm-footer {
|
26229
|
+
padding: 0.5rem 0.75rem;
|
26230
|
+
clear: both;
|
26231
|
+
}
|
26232
|
+
|
26233
|
+
.amis-scope .a-Table-searchableForm-checkbox > div > .a-CheckboxControl {
|
26234
|
+
padding-top: 0;
|
26235
|
+
}
|
26236
|
+
|
25679
26237
|
.amis-scope .a-Table-header {
|
25680
26238
|
padding: 0.75rem 0;
|
25681
26239
|
}
|
@@ -25809,6 +26367,10 @@ readers do not read off random characters that represent icons */
|
|
25809
26367
|
border-right: 0.0625rem solid #d1d5db;
|
25810
26368
|
}
|
25811
26369
|
|
26370
|
+
.amis-scope .a-Table-table--checkOnItemClick > tbody > tr {
|
26371
|
+
cursor: pointer;
|
26372
|
+
}
|
26373
|
+
|
25812
26374
|
.amis-scope .a-Table-table > thead > tr > th {
|
25813
26375
|
background: #f6f8f8;
|
25814
26376
|
padding: calc(
|
@@ -25852,6 +26414,7 @@ readers do not read off random characters that represent icons */
|
|
25852
26414
|
}
|
25853
26415
|
|
25854
26416
|
.amis-scope .a-Table-table > tbody > tr {
|
26417
|
+
position: relative;
|
25855
26418
|
background: transparent;
|
25856
26419
|
}
|
25857
26420
|
|
@@ -27039,7 +27602,7 @@ readers do not read off random characters that represent icons */
|
|
27039
27602
|
top: 0.0625rem;
|
27040
27603
|
bottom: 0;
|
27041
27604
|
right: 0;
|
27042
|
-
padding-left:
|
27605
|
+
padding-left: 5rem;
|
27043
27606
|
padding-right: 0.5rem;
|
27044
27607
|
display: flex;
|
27045
27608
|
align-items: center;
|
@@ -27117,7 +27680,7 @@ readers do not read off random characters that represent icons */
|
|
27117
27680
|
display: inline-block;
|
27118
27681
|
text-align: center;
|
27119
27682
|
cursor: pointer;
|
27120
|
-
transition: transform ease-in-out
|
27683
|
+
transition: transform ease-in-out 0s, top ease-in-out 0s;
|
27121
27684
|
position: relative;
|
27122
27685
|
transform-origin: 50% 50%;
|
27123
27686
|
width: 0.625rem;
|
@@ -27157,33 +27720,305 @@ readers do not read off random characters that represent icons */
|
|
27157
27720
|
position: absolute;
|
27158
27721
|
}
|
27159
27722
|
|
27160
|
-
.amis-scope .a-
|
27161
|
-
|
27162
|
-
|
27163
|
-
|
27164
|
-
|
27723
|
+
.amis-scope .a-Table-badge {
|
27724
|
+
position: absolute;
|
27725
|
+
top: 0;
|
27726
|
+
left: 0;
|
27727
|
+
}
|
27728
|
+
|
27729
|
+
.amis-scope .a-Table--autoFillHeight {
|
27730
|
+
margin-bottom: 0;
|
27731
|
+
}
|
27732
|
+
|
27733
|
+
.amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table {
|
27734
|
+
border-top: none;
|
27735
|
+
}
|
27736
|
+
|
27737
|
+
.amis-scope .a-Table--autoFillHeight > .a-Table-contentWrap > .a-Table-content table thead {
|
27738
|
+
position: sticky;
|
27739
|
+
top: 0;
|
27740
|
+
z-index: 1;
|
27741
|
+
}
|
27742
|
+
|
27743
|
+
.amis-scope .a-Table--autoFillHeight > .a-Table-fixedTop {
|
27744
|
+
display: none;
|
27745
|
+
}
|
27746
|
+
|
27747
|
+
.amis-scope .a-Table--autoFillHeight > .a-Table-footToolbar {
|
27748
|
+
margin-bottom: 0;
|
27749
|
+
}
|
27750
|
+
|
27751
|
+
.amis-scope .a-InputTable-toolbar {
|
27752
|
+
display: flex;
|
27753
|
+
flex-direction: row;
|
27754
|
+
flex-wrap: wrap;
|
27755
|
+
justify-content: space-between;
|
27756
|
+
}
|
27757
|
+
|
27758
|
+
.amis-scope .a-InputTable-pager {
|
27759
|
+
margin-left: auto;
|
27760
|
+
}
|
27761
|
+
|
27762
|
+
.amis-scope .a-OperationField {
|
27763
|
+
margin: -0.1875rem;
|
27764
|
+
}
|
27765
|
+
|
27766
|
+
.amis-scope .a-OperationField > .a-Button,
|
27767
|
+
.amis-scope .a-OperationField > .a-Button--disabled-wrap > .a-Button {
|
27768
|
+
margin: 0.1875rem;
|
27769
|
+
}
|
27770
|
+
|
27771
|
+
.amis-scope .a-OperationField > .a-Button--disabled-wrap > .a-Button--link {
|
27772
|
+
padding: 0;
|
27773
|
+
}
|
27774
|
+
|
27775
|
+
.amis-scope .a-OperationField > .a-Button--link {
|
27776
|
+
padding: 0;
|
27777
|
+
margin-right: 0.625rem;
|
27778
|
+
}
|
27779
|
+
|
27780
|
+
.amis-scope .a-ColumnToggler {
|
27781
|
+
position: relative;
|
27782
|
+
display: inline-block;
|
27783
|
+
}
|
27784
|
+
|
27785
|
+
.amis-scope .a-ColumnToggler-caret {
|
27786
|
+
margin-left: 0.5rem;
|
27787
|
+
display: inline-block;
|
27788
|
+
vertical-align: top;
|
27789
|
+
transition: transform 0s ease;
|
27790
|
+
}
|
27791
|
+
|
27792
|
+
.amis-scope .a-ColumnToggler-caret > svg {
|
27793
|
+
width: 0.625rem;
|
27794
|
+
height: 0.625rem;
|
27795
|
+
top: 0.125em;
|
27796
|
+
}
|
27797
|
+
|
27798
|
+
.amis-scope .a-ColumnToggler.is-opened .a-ColumnToggler-caret {
|
27799
|
+
transform: rotate(180deg);
|
27800
|
+
}
|
27801
|
+
|
27802
|
+
.amis-scope .a-ColumnToggler.is-actived > .a-Button {
|
27803
|
+
color: #23b7e5;
|
27804
|
+
}
|
27805
|
+
|
27806
|
+
.amis-scope .a-ColumnToggler--block {
|
27807
|
+
display: block;
|
27808
|
+
}
|
27809
|
+
|
27810
|
+
.amis-scope .a-ColumnToggler--block .a-Button {
|
27811
|
+
display: block;
|
27812
|
+
}
|
27813
|
+
|
27814
|
+
.amis-scope .a-ColumnToggler-menu {
|
27815
|
+
position: absolute;
|
27816
|
+
z-index: 1000;
|
27817
|
+
top: 100%;
|
27818
|
+
left: 0;
|
27819
|
+
margin: 0.0625rem 0 0;
|
27820
|
+
background: #fff;
|
27821
|
+
list-style: none;
|
27822
|
+
padding: 0.25rem 0;
|
27823
|
+
border: 0.0625rem solid #d1d5db;
|
27824
|
+
border-radius: 0.142rem;
|
27825
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
27826
|
+
min-width: 10rem;
|
27827
|
+
text-align: left;
|
27828
|
+
}
|
27829
|
+
|
27830
|
+
.amis-scope .a-ColumnToggler--alignRight .a-ColumnToggler-menu {
|
27831
|
+
left: auto;
|
27832
|
+
right: 0;
|
27833
|
+
}
|
27834
|
+
|
27835
|
+
.amis-scope .a-ColumnToggler-menuItem,
|
27836
|
+
.amis-scope .a-ColumnToggler-menu > li {
|
27837
|
+
padding: calc(
|
27838
|
+
(2.125rem - 0.875rem * 1.5) /
|
27839
|
+
2
|
27840
|
+
) 0.5rem;
|
27841
|
+
white-space: nowrap;
|
27842
|
+
box-sizing: border-box;
|
27843
|
+
height: 2.125rem;
|
27844
|
+
vertical-align: middle;
|
27845
|
+
user-select: none;
|
27846
|
+
color: #23b7e5;
|
27847
|
+
text-decoration: none;
|
27848
|
+
}
|
27849
|
+
|
27850
|
+
.amis-scope .a-ColumnToggler-menuItem:hover,
|
27851
|
+
.amis-scope .a-ColumnToggler-menu > li:hover {
|
27852
|
+
background: rgba(0, 126, 255, 0.08);
|
27853
|
+
color: #7266ba;
|
27854
|
+
}
|
27855
|
+
|
27856
|
+
.amis-scope .a-ColumnToggler-menuItem.is-active,
|
27857
|
+
.amis-scope .a-ColumnToggler-menu > li.is-active {
|
27858
|
+
color: #7266ba;
|
27859
|
+
}
|
27860
|
+
|
27861
|
+
.amis-scope .a-ColumnToggler-menuItem:not(.is-disabled),
|
27862
|
+
.amis-scope .a-ColumnToggler-menuItem:not(.disabled),
|
27863
|
+
.amis-scope .a-ColumnToggler-menu > li:not(.is-disabled),
|
27864
|
+
.amis-scope .a-ColumnToggler-menu > li:not(.disabled) {
|
27865
|
+
cursor: pointer;
|
27866
|
+
}
|
27867
|
+
|
27868
|
+
.amis-scope .a-ColumnToggler-menuItem.is-disabled,
|
27869
|
+
.amis-scope .a-ColumnToggler-menu > li.is-disabled {
|
27870
|
+
cursor: not-allowed;
|
27871
|
+
color: #99a6ad;
|
27872
|
+
filter: grayscale(80%);
|
27873
|
+
}
|
27874
|
+
|
27875
|
+
.amis-scope .a-ColumnToggler-menuItem.a-DropDown-divider,
|
27876
|
+
.amis-scope .a-ColumnToggler-menu > li.a-DropDown-divider {
|
27877
|
+
height: 0.0625rem;
|
27878
|
+
margin: 0.5625rem 0;
|
27879
|
+
overflow: hidden;
|
27880
|
+
background: #d1d5db;
|
27881
|
+
padding: 0;
|
27882
|
+
}
|
27883
|
+
|
27884
|
+
.amis-scope .a-ColumnToggler-menu > li a {
|
27885
|
+
color: inherit;
|
27886
|
+
display: block;
|
27887
|
+
text-decoration: none;
|
27888
|
+
}
|
27889
|
+
|
27890
|
+
.amis-scope .a-ColumnToggler-popover {
|
27891
|
+
border: none;
|
27892
|
+
box-shadow: none;
|
27893
|
+
}
|
27894
|
+
|
27895
|
+
.amis-scope .a-ColumnToggler > .a-Button {
|
27896
|
+
min-width: unset;
|
27897
|
+
}
|
27898
|
+
|
27899
|
+
.amis-scope .a-ColumnToggler-modal {
|
27900
|
+
display: flex;
|
27901
|
+
flex-flow: column nowrap;
|
27902
|
+
justify-content: space-between;
|
27903
|
+
align-items: center;
|
27904
|
+
width: 25rem;
|
27905
|
+
padding: 1.5rem;
|
27906
|
+
margin-top: calc(50vh - 100px);
|
27907
|
+
border-radius: 0.25rem;
|
27908
|
+
background: #fff;
|
27909
|
+
box-shadow: 0 4px 5px 0 rgba(21, 26, 38, 0.06), 0 1px 10px 0 rgba(21, 26, 38, 0.05), 0 2px 4px -1px rgba(21, 26, 38, 0.04);
|
27910
|
+
}
|
27911
|
+
|
27912
|
+
.amis-scope .a-ColumnToggler-modal-header {
|
27913
|
+
width: 100%;
|
27914
|
+
display: flex;
|
27915
|
+
flex-flow: row nowrap;
|
27916
|
+
justify-content: space-between;
|
27917
|
+
align-items: center;
|
27918
|
+
}
|
27919
|
+
|
27920
|
+
.amis-scope .a-ColumnToggler-modal-header a,
|
27921
|
+
.amis-scope .a-ColumnToggler-modal-header span {
|
27922
|
+
display: inline-block;
|
27923
|
+
}
|
27924
|
+
|
27925
|
+
.amis-scope .a-ColumnToggler-modal-header .a-ColumnToggler-modal-title {
|
27926
|
+
opacity: 0.95;
|
27927
|
+
font-size: 0.875rem;
|
27928
|
+
color: #080e1a;
|
27929
|
+
line-height: 1.5rem;
|
27930
|
+
font-weight: bold;
|
27931
|
+
}
|
27932
|
+
|
27933
|
+
.amis-scope .a-ColumnToggler-modal-content {
|
27934
|
+
padding: 0;
|
27935
|
+
width: 100%;
|
27936
|
+
list-style: none;
|
27937
|
+
margin: 0.5rem 0;
|
27938
|
+
}
|
27939
|
+
|
27940
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem {
|
27941
|
+
color: #080e1a;
|
27942
|
+
background: #f6f7f8;
|
27943
|
+
border-radius: 0.125rem;
|
27944
|
+
font-size: 0.75rem;
|
27945
|
+
padding: 0.25rem 0.5rem;
|
27946
|
+
height: 1.5rem;
|
27947
|
+
width: calc((100% - 24px) / 3);
|
27948
|
+
float: left;
|
27949
|
+
margin: 0.25rem;
|
27950
|
+
text-overflow: ellipsis;
|
27951
|
+
white-space: nowrap;
|
27952
|
+
overflow: hidden;
|
27953
|
+
}
|
27954
|
+
|
27955
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem:hover {
|
27956
|
+
background: rgba(36, 104, 242, 0.1);
|
27957
|
+
}
|
27958
|
+
|
27959
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem--dragging {
|
27960
|
+
border: 1px solid #23b7e5;
|
27961
|
+
}
|
27962
|
+
|
27963
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem label > i {
|
27964
|
+
height: 1rem;
|
27965
|
+
width: 1rem;
|
27966
|
+
vertical-align: top;
|
27967
|
+
}
|
27968
|
+
|
27969
|
+
.amis-scope .a-ColumnToggler-modal-content .a-ColumnToggler-menuItem-dragBar {
|
27970
|
+
margin-left: 0;
|
27971
|
+
margin-right: 0.25rem;
|
27972
|
+
cursor: move;
|
27973
|
+
color: #d8d8d8;
|
27974
|
+
}
|
27975
|
+
|
27976
|
+
.amis-scope .a-ColumnToggler-modal-footer {
|
27977
|
+
width: 100%;
|
27978
|
+
display: flex;
|
27979
|
+
flex-flow: row nowrap;
|
27980
|
+
justify-content: space-between;
|
27981
|
+
align-items: center;
|
27982
|
+
}
|
27983
|
+
|
27984
|
+
.amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect {
|
27985
|
+
color: #151a26;
|
27986
|
+
font-size: 0.75rem;
|
27987
|
+
}
|
27988
|
+
|
27989
|
+
.amis-scope .a-ColumnToggler-modal-footer .a-ColumnToggler-modeSelect.is-actived {
|
27990
|
+
color: #23b7e5;
|
27991
|
+
}
|
27992
|
+
|
27993
|
+
.amis-scope .a-ColumnToggler-modal-footer > div {
|
27994
|
+
display: flex;
|
27995
|
+
flex-flow: row nowrap;
|
27996
|
+
justify-content: space-between;
|
27997
|
+
align-items: center;
|
27998
|
+
}
|
27999
|
+
|
28000
|
+
.amis-scope .a-ColumnToggler-modal-footer > div:first-child {
|
28001
|
+
justify-content: flex-start;
|
27165
28002
|
}
|
27166
28003
|
|
27167
|
-
.amis-scope .a-
|
27168
|
-
|
28004
|
+
.amis-scope .a-ColumnToggler-modal-footer > div:first-child a {
|
28005
|
+
display: inline-block;
|
27169
28006
|
}
|
27170
28007
|
|
27171
|
-
.amis-scope .a-
|
27172
|
-
|
28008
|
+
.amis-scope .a-ColumnToggler-modal-footer > div:last-child {
|
28009
|
+
justify-content: flex-end;
|
27173
28010
|
}
|
27174
28011
|
|
27175
|
-
.amis-scope .a-
|
27176
|
-
|
27177
|
-
margin: 0.1875rem;
|
28012
|
+
.amis-scope .a-ColumnToggler-modal-footer > div:last-child button {
|
28013
|
+
width: 72px;
|
27178
28014
|
}
|
27179
28015
|
|
27180
|
-
.amis-scope .a-
|
27181
|
-
|
28016
|
+
.amis-scope .a-ColumnToggler-tooltip {
|
28017
|
+
border: none;
|
27182
28018
|
}
|
27183
28019
|
|
27184
|
-
.amis-scope .a-
|
27185
|
-
|
27186
|
-
margin-right: 0.625rem;
|
28020
|
+
.amis-scope .a-ColumnToggler-tooltip .a-Tooltip-arrow::before {
|
28021
|
+
border-top-color: transparent;
|
27187
28022
|
}
|
27188
28023
|
|
27189
28024
|
.amis-scope .a-List {
|
@@ -27680,18 +28515,6 @@ readers do not read off random characters that represent icons */
|
|
27680
28515
|
margin-top: 0.25rem;
|
27681
28516
|
}
|
27682
28517
|
|
27683
|
-
.amis-scope .a-Card-checkBtn {
|
27684
|
-
position: absolute;
|
27685
|
-
top: 0;
|
27686
|
-
right: 0;
|
27687
|
-
margin: 0.5rem;
|
27688
|
-
z-index: 1;
|
27689
|
-
}
|
27690
|
-
|
27691
|
-
.amis-scope .a-Card-checkBtn .a-Checkbox {
|
27692
|
-
margin-right: 0;
|
27693
|
-
}
|
27694
|
-
|
27695
28518
|
.amis-scope .a-Card-dragBtn {
|
27696
28519
|
cursor: pointer;
|
27697
28520
|
float: right;
|
@@ -27699,7 +28522,8 @@ readers do not read off random characters that represent icons */
|
|
27699
28522
|
}
|
27700
28523
|
|
27701
28524
|
.amis-scope .a-Card-heading {
|
27702
|
-
|
28525
|
+
display: flex;
|
28526
|
+
flex-direction: row;
|
27703
28527
|
padding: 0.5rem 0.75rem;
|
27704
28528
|
flex: 1 0 auto;
|
27705
28529
|
}
|
@@ -27731,12 +28555,17 @@ readers do not read off random characters that represent icons */
|
|
27731
28555
|
|
27732
28556
|
.amis-scope .a-Card-meta {
|
27733
28557
|
display: block;
|
28558
|
+
flex-grow: 1;
|
27734
28559
|
height: 100%;
|
27735
|
-
overflow: hidden;
|
27736
28560
|
position: relative;
|
27737
28561
|
margin-right: 1rem;
|
27738
28562
|
}
|
27739
28563
|
|
28564
|
+
.amis-scope .a-Card-toolbar {
|
28565
|
+
margin-right: calc(-1 * 0.75rem);
|
28566
|
+
text-align: right;
|
28567
|
+
}
|
28568
|
+
|
27740
28569
|
.amis-scope .a-Card-highlight {
|
27741
28570
|
background: #27c24c;
|
27742
28571
|
width: 0.5rem;
|
@@ -27986,6 +28815,7 @@ readers do not read off random characters that represent icons */
|
|
27986
28815
|
height: 10px;
|
27987
28816
|
background: #ebebeb;
|
27988
28817
|
overflow: hidden;
|
28818
|
+
border-radius: 0.142rem;
|
27989
28819
|
}
|
27990
28820
|
|
27991
28821
|
.amis-scope .a-Progress-bar {
|
@@ -27997,7 +28827,8 @@ readers do not read off random characters that represent icons */
|
|
27997
28827
|
color: #fff;
|
27998
28828
|
text-align: center;
|
27999
28829
|
background: #7266ba;
|
28000
|
-
transition: width
|
28830
|
+
transition: width 0s ease;
|
28831
|
+
border-radius: 0.142rem;
|
28001
28832
|
}
|
28002
28833
|
|
28003
28834
|
.amis-scope .a-Progress-bar--stripe {
|
@@ -28223,7 +29054,7 @@ readers do not read off random characters that represent icons */
|
|
28223
29054
|
|
28224
29055
|
.amis-scope .a-StatusField-label {
|
28225
29056
|
font-size: 0.75rem;
|
28226
|
-
margin-left: 0.
|
29057
|
+
margin-left: 0.25rem;
|
28227
29058
|
}
|
28228
29059
|
|
28229
29060
|
@keyframes animation-rolling_red {
|
@@ -28359,7 +29190,7 @@ readers do not read off random characters that represent icons */
|
|
28359
29190
|
position: absolute;
|
28360
29191
|
left: 0;
|
28361
29192
|
top: 0;
|
28362
|
-
transition-duration:
|
29193
|
+
transition-duration: 0s;
|
28363
29194
|
transition-timing-function: ease-out;
|
28364
29195
|
transition-property: transform, opacity;
|
28365
29196
|
}
|
@@ -28442,7 +29273,7 @@ readers do not read off random characters that represent icons */
|
|
28442
29273
|
width: 0.5rem;
|
28443
29274
|
border-radius: 0.25rem;
|
28444
29275
|
margin: 0.4375rem 0.25rem;
|
28445
|
-
transition-duration:
|
29276
|
+
transition-duration: 0s;
|
28446
29277
|
opacity: 0.3;
|
28447
29278
|
}
|
28448
29279
|
|
@@ -28458,7 +29289,7 @@ readers do not read off random characters that represent icons */
|
|
28458
29289
|
top: 0;
|
28459
29290
|
bottom: 0;
|
28460
29291
|
position: absolute;
|
28461
|
-
transition-duration:
|
29292
|
+
transition-duration: 0s;
|
28462
29293
|
display: none;
|
28463
29294
|
left: 0;
|
28464
29295
|
}
|
@@ -28481,7 +29312,7 @@ readers do not read off random characters that represent icons */
|
|
28481
29312
|
top: 0;
|
28482
29313
|
bottom: 0;
|
28483
29314
|
position: absolute;
|
28484
|
-
transition-duration:
|
29315
|
+
transition-duration: 0s;
|
28485
29316
|
display: none;
|
28486
29317
|
right: 0;
|
28487
29318
|
}
|
@@ -28588,8 +29419,8 @@ readers do not read off random characters that represent icons */
|
|
28588
29419
|
color: #999;
|
28589
29420
|
text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
|
28590
29421
|
animation-name: disappear;
|
28591
|
-
animation-delay:
|
28592
|
-
animation-duration:
|
29422
|
+
animation-delay: 0s;
|
29423
|
+
animation-duration: 0s;
|
28593
29424
|
animation-fill-mode: both;
|
28594
29425
|
}
|
28595
29426
|
|
@@ -28614,7 +29445,7 @@ readers do not read off random characters that represent icons */
|
|
28614
29445
|
.amis-scope .a-ImageGallery-main:hover .a-ImageGallery-nextBtn {
|
28615
29446
|
animation-name: appear;
|
28616
29447
|
animation-delay: 0s;
|
28617
|
-
animation-duration:
|
29448
|
+
animation-duration: 0s;
|
28618
29449
|
}
|
28619
29450
|
|
28620
29451
|
.amis-scope .a-ImageGallery-prevBtn {
|
@@ -28719,7 +29550,7 @@ readers do not read off random characters that represent icons */
|
|
28719
29550
|
}
|
28720
29551
|
|
28721
29552
|
.amis-scope .a-ImageGallery-item.is-active {
|
28722
|
-
border: 1px solid #
|
29553
|
+
border: 1px solid #7266ba;
|
28723
29554
|
}
|
28724
29555
|
|
28725
29556
|
.amis-scope .a-ImageGallery-item.is-active:after {
|
@@ -28748,6 +29579,7 @@ readers do not read off random characters that represent icons */
|
|
28748
29579
|
|
28749
29580
|
.amis-scope .a-Image-thumbWrap {
|
28750
29581
|
position: relative;
|
29582
|
+
height: 100%;
|
28751
29583
|
}
|
28752
29584
|
|
28753
29585
|
.amis-scope .a-Image-image {
|
@@ -28863,7 +29695,7 @@ readers do not read off random characters that represent icons */
|
|
28863
29695
|
}
|
28864
29696
|
|
28865
29697
|
.amis-scope .a-Image-overlay {
|
28866
|
-
background: rgba(
|
29698
|
+
background: rgba(8, 14, 26, 0.5);
|
28867
29699
|
position: absolute;
|
28868
29700
|
width: 100%;
|
28869
29701
|
height: 100%;
|
@@ -29217,7 +30049,7 @@ readers do not read off random characters that represent icons */
|
|
29217
30049
|
height: 30px;
|
29218
30050
|
width: 30px;
|
29219
30051
|
padding: 0 8px;
|
29220
|
-
transition: all
|
30052
|
+
transition: all 0s ease-in-out;
|
29221
30053
|
border: 0.0625rem solid transparent;
|
29222
30054
|
border-radius: 0.142rem;
|
29223
30055
|
height: 30px;
|
@@ -29506,7 +30338,7 @@ readers do not read off random characters that represent icons */
|
|
29506
30338
|
height: 1px;
|
29507
30339
|
left: 100%;
|
29508
30340
|
width: 9999px;
|
29509
|
-
padding-right:
|
30341
|
+
padding-right: 0.625rem;
|
29510
30342
|
background-color: #b4bbc5;
|
29511
30343
|
}
|
29512
30344
|
|
@@ -29594,6 +30426,49 @@ readers do not read off random characters that represent icons */
|
|
29594
30426
|
border: 1px solid #23b7e5;
|
29595
30427
|
}
|
29596
30428
|
|
30429
|
+
.amis-scope .a-Portlet {
|
30430
|
+
border: 0.0625rem solid #d1d5db;
|
30431
|
+
border-radius: 0.142rem;
|
30432
|
+
padding: 0.75rem;
|
30433
|
+
}
|
30434
|
+
|
30435
|
+
.amis-scope .a-Portlet-tab.unactive-select .is-active a:first-child,
|
30436
|
+
.amis-scope .a-Portlet-tab.unactive-select .is-active:hover > a:first-child,
|
30437
|
+
.amis-scope .a-Portlet-tab.unactive-select .is-active > a:first-child:focus {
|
30438
|
+
border: none !important;
|
30439
|
+
color: inherit !important;
|
30440
|
+
cursor: auto !important;
|
30441
|
+
}
|
30442
|
+
|
30443
|
+
.amis-scope .a-Portlet-tab.no-divider .a-Tabs-links {
|
30444
|
+
border-bottom: none;
|
30445
|
+
}
|
30446
|
+
|
30447
|
+
.amis-scope .a-Portlet .a-Tabs-pane {
|
30448
|
+
padding: unset;
|
30449
|
+
}
|
30450
|
+
|
30451
|
+
.amis-scope .a-Portlet-toolbar {
|
30452
|
+
display: inline-flex;
|
30453
|
+
float: right;
|
30454
|
+
justify-content: flex-end;
|
30455
|
+
}
|
30456
|
+
|
30457
|
+
.amis-scope .a-Portlet-toolbar .a-Button {
|
30458
|
+
margin-left: calc(0.25rem);
|
30459
|
+
}
|
30460
|
+
|
30461
|
+
.amis-scope .a-Portlet-header-desc {
|
30462
|
+
height: 100%;
|
30463
|
+
overflow: hidden;
|
30464
|
+
position: relative;
|
30465
|
+
margin-left: 0.75rem;
|
30466
|
+
}
|
30467
|
+
|
30468
|
+
.amis-scope .a-Portlet.no-header .a-Portlet-tab .a-Tabs-links {
|
30469
|
+
display: none;
|
30470
|
+
}
|
30471
|
+
|
29597
30472
|
.amis-scope fieldset.a-Collapse--lg,
|
29598
30473
|
.amis-scope fieldset.a-Collapse--md,
|
29599
30474
|
.amis-scope fieldset.a-Collapse--base,
|
@@ -29652,11 +30527,14 @@ readers do not read off random characters that represent icons */
|
|
29652
30527
|
margin: 0.75rem 0;
|
29653
30528
|
padding: 0 0 0 14px;
|
29654
30529
|
cursor: pointer;
|
29655
|
-
border-bottom:
|
30530
|
+
border-bottom: none !important;
|
30531
|
+
background: transparent;
|
29656
30532
|
display: flex;
|
29657
30533
|
flex-direction: row;
|
29658
|
-
|
29659
|
-
|
30534
|
+
}
|
30535
|
+
|
30536
|
+
.amis-scope fieldset.a-Collapse > legend:hover {
|
30537
|
+
background: transparent;
|
29660
30538
|
}
|
29661
30539
|
|
29662
30540
|
.amis-scope fieldset.a-Collapse--xs {
|
@@ -29743,6 +30621,10 @@ readers do not read off random characters that represent icons */
|
|
29743
30621
|
margin-bottom: 0.75rem;
|
29744
30622
|
}
|
29745
30623
|
|
30624
|
+
.amis-scope .a-Form-group:last-child {
|
30625
|
+
margin-bottom: 0;
|
30626
|
+
}
|
30627
|
+
|
29746
30628
|
.amis-scope .a-Form-value > .a-Form-group {
|
29747
30629
|
margin-bottom: 0.375rem;
|
29748
30630
|
}
|
@@ -30118,14 +31000,14 @@ readers do not read off random characters that represent icons */
|
|
30118
31000
|
.amis-scope .a-TextControl.is-error > .a-TextControl-input {
|
30119
31001
|
border-color: #f05050;
|
30120
31002
|
background: #fff;
|
30121
|
-
transition: all
|
31003
|
+
transition: all 0s;
|
30122
31004
|
}
|
30123
31005
|
|
30124
31006
|
.amis-scope .a-TextControl.is-focused > .a-TextControl-input {
|
30125
31007
|
border-color: #23b7e5;
|
30126
31008
|
box-shadow: none;
|
30127
31009
|
background: #fff;
|
30128
|
-
transition: all
|
31010
|
+
transition: all 0s;
|
30129
31011
|
}
|
30130
31012
|
|
30131
31013
|
.amis-scope .a-TextControl.is-error.is-focused > .a-TextControl-input {
|
@@ -30136,7 +31018,7 @@ readers do not read off random characters that represent icons */
|
|
30136
31018
|
color: #99a6ad;
|
30137
31019
|
background: #e5e7eb;
|
30138
31020
|
border-color: #d1d5db;
|
30139
|
-
transition: all
|
31021
|
+
transition: all 0s;
|
30140
31022
|
}
|
30141
31023
|
|
30142
31024
|
.amis-scope .a-TextControl-spinner {
|
@@ -30411,6 +31293,14 @@ readers do not read off random characters that represent icons */
|
|
30411
31293
|
color: #f05050;
|
30412
31294
|
}
|
30413
31295
|
|
31296
|
+
.amis-scope .a-TextControl-input:hover {
|
31297
|
+
border-color: #23b7e5;
|
31298
|
+
}
|
31299
|
+
|
31300
|
+
.amis-scope .a-TextControl.is-disabled-input input {
|
31301
|
+
color: #99a6ad;
|
31302
|
+
}
|
31303
|
+
|
30414
31304
|
.amis-scope .a-TextareaControl {
|
30415
31305
|
position: relative;
|
30416
31306
|
}
|
@@ -30447,12 +31337,21 @@ readers do not read off random characters that represent icons */
|
|
30447
31337
|
color: #99a6ad;
|
30448
31338
|
}
|
30449
31339
|
|
31340
|
+
.amis-scope .a-TextareaControl > textarea:hover {
|
31341
|
+
border-color: #23b7e5;
|
31342
|
+
}
|
31343
|
+
|
30450
31344
|
.amis-scope .a-TextareaControl > textarea:focus,
|
30451
31345
|
.amis-scope .a-TextareaControl.is-focused > textarea {
|
30452
31346
|
border-color: #23b7e5;
|
30453
31347
|
box-shadow: none;
|
30454
31348
|
}
|
30455
31349
|
|
31350
|
+
.amis-scope .a-TextareaControl > textarea:focus:hover,
|
31351
|
+
.amis-scope .a-TextareaControl.is-focused > textarea:hover {
|
31352
|
+
border-color: #23b7e5;
|
31353
|
+
}
|
31354
|
+
|
30456
31355
|
.amis-scope .a-TextareaControl.is-disabled > textarea,
|
30457
31356
|
.amis-scope .a-TextareaControl > textarea[disabled] {
|
30458
31357
|
background: #e5e7eb;
|
@@ -30539,7 +31438,7 @@ readers do not read off random characters that represent icons */
|
|
30539
31438
|
width: 0px;
|
30540
31439
|
height: 0px;
|
30541
31440
|
background: transparent;
|
30542
|
-
transition: all
|
31441
|
+
transition: all 0s;
|
30543
31442
|
transform-origin: 50% 50%;
|
30544
31443
|
transform: translate(-50%, -50%);
|
30545
31444
|
}
|
@@ -30632,7 +31531,7 @@ readers do not read off random characters that represent icons */
|
|
30632
31531
|
width: 0;
|
30633
31532
|
height: 0;
|
30634
31533
|
border-color: transparent;
|
30635
|
-
transition: width
|
31534
|
+
transition: width 0s, height 0s, transform 0s;
|
30636
31535
|
border-width: 0 0 0.125rem 0.125rem;
|
30637
31536
|
transform: translate(-50%, -60%) rotate(-40deg);
|
30638
31537
|
border-style: solid;
|
@@ -30759,7 +31658,7 @@ readers do not read off random characters that represent icons */
|
|
30759
31658
|
color: #999;
|
30760
31659
|
}
|
30761
31660
|
|
30762
|
-
.amis-scope .a-
|
31661
|
+
.amis-scope .a-Selection > .a-Checkbox {
|
30763
31662
|
display: block;
|
30764
31663
|
height: 1.875rem;
|
30765
31664
|
line-height: 1.4285714286;
|
@@ -30767,43 +31666,36 @@ readers do not read off random characters that represent icons */
|
|
30767
31666
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) calc(0.5rem + 0.875rem);
|
30768
31667
|
}
|
30769
31668
|
|
30770
|
-
.amis-scope .a-
|
31669
|
+
.amis-scope .a-Selection--inline > .a-Checkbox {
|
30771
31670
|
display: inline-block;
|
30772
31671
|
}
|
30773
31672
|
|
30774
|
-
.amis-scope .a-
|
31673
|
+
.amis-scope .a-Selection-addBtn {
|
30775
31674
|
display: block;
|
30776
31675
|
cursor: pointer;
|
30777
31676
|
}
|
30778
31677
|
|
30779
|
-
.amis-scope .a-
|
31678
|
+
.amis-scope .a-Selection-addBtn:hover {
|
30780
31679
|
text-decoration: none;
|
30781
31680
|
}
|
30782
31681
|
|
30783
|
-
.amis-scope .a-
|
31682
|
+
.amis-scope .a-Selection-addBtn > svg {
|
30784
31683
|
width: 0.875rem;
|
30785
31684
|
height: 0.875rem;
|
30786
31685
|
margin-right: 0.25rem;
|
30787
31686
|
}
|
30788
31687
|
|
30789
|
-
.amis-scope .a-
|
30790
|
-
.amis-scope .a-ListCheckboxes-group:not(:first-child) > .a-ListRadios-itemLabel,
|
30791
|
-
.amis-scope .a-ListRadios-group:not(:first-child) > .a-ListCheckboxes-itemLabel,
|
30792
|
-
.amis-scope .a-ListRadios-group:not(:first-child) > .a-ListRadios-itemLabel {
|
31688
|
+
.amis-scope .a-GroupedSelection-group:not(:first-child) > .a-GroupedSelection-itemLabel {
|
30793
31689
|
border-top: 0.0625rem solid #dfe2e6;
|
30794
31690
|
}
|
30795
31691
|
|
30796
|
-
.amis-scope .a-
|
30797
|
-
.amis-scope .a-ListCheckboxes-group > .a-ListRadios-itemLabel,
|
30798
|
-
.amis-scope .a-ListRadios-group > .a-ListCheckboxes-itemLabel,
|
30799
|
-
.amis-scope .a-ListRadios-group > .a-ListRadios-itemLabel {
|
31692
|
+
.amis-scope .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
|
30800
31693
|
font-size: 0.75rem;
|
30801
31694
|
padding: 0.25rem 0.25rem;
|
30802
31695
|
color: #99a6ad;
|
30803
31696
|
}
|
30804
31697
|
|
30805
|
-
.amis-scope .a-
|
30806
|
-
.amis-scope .a-ListRadios-item {
|
31698
|
+
.amis-scope .a-GroupedSelection-item {
|
30807
31699
|
display: flex;
|
30808
31700
|
height: 1.875rem;
|
30809
31701
|
line-height: 1.4285714286;
|
@@ -30814,51 +31706,37 @@ readers do not read off random characters that represent icons */
|
|
30814
31706
|
user-select: none;
|
30815
31707
|
}
|
30816
31708
|
|
30817
|
-
.amis-scope .a-
|
30818
|
-
.amis-scope .a-ListRadios-item > .a-Checkbox {
|
31709
|
+
.amis-scope .a-GroupedSelection-item > .a-Checkbox {
|
30819
31710
|
margin-right: 0;
|
30820
31711
|
}
|
30821
31712
|
|
30822
|
-
.amis-scope .a-
|
30823
|
-
.amis-scope .a-ListRadios-item.is-active {
|
31713
|
+
.amis-scope .a-GroupedSelection-item.is-active {
|
30824
31714
|
color: #23b7e5;
|
30825
31715
|
background: transparent;
|
30826
31716
|
}
|
30827
31717
|
|
30828
|
-
.amis-scope .a-
|
30829
|
-
.amis-scope .a-ListRadios-item:hover {
|
31718
|
+
.amis-scope .a-GroupedSelection-item:hover {
|
30830
31719
|
background: rgba(0, 126, 255, 0.08);
|
30831
31720
|
}
|
30832
31721
|
|
30833
|
-
.amis-scope .a-
|
30834
|
-
.amis-scope .a-ListRadios-item.is-disabled {
|
31722
|
+
.amis-scope .a-GroupedSelection-item.is-disabled {
|
30835
31723
|
pointer-events: none;
|
30836
31724
|
color: #99a6ad;
|
30837
31725
|
}
|
30838
31726
|
|
30839
|
-
.amis-scope .a-
|
30840
|
-
.amis-scope .a-ListCheckboxes-group > .a-ListCheckboxes-items > .a-ListRadios-item,
|
30841
|
-
.amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListCheckboxes-item,
|
30842
|
-
.amis-scope .a-ListCheckboxes-group > .a-ListRadios-items > .a-ListRadios-item,
|
30843
|
-
.amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListCheckboxes-item,
|
30844
|
-
.amis-scope .a-ListRadios-group > .a-ListCheckboxes-items > .a-ListRadios-item,
|
30845
|
-
.amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListCheckboxes-item,
|
30846
|
-
.amis-scope .a-ListRadios-group > .a-ListRadios-items > .a-ListRadios-item {
|
31727
|
+
.amis-scope .a-GroupedSelection-group > .a-GroupedSelection-items > .a-GroupedSelection-item {
|
30847
31728
|
padding-left: 0.75rem;
|
30848
31729
|
}
|
30849
31730
|
|
30850
|
-
.amis-scope .a-
|
30851
|
-
.amis-scope .a-ListRadios-itemLabel {
|
31731
|
+
.amis-scope .a-GroupedSelection-itemLabel {
|
30852
31732
|
flex-grow: 1;
|
30853
31733
|
}
|
30854
31734
|
|
30855
|
-
.amis-scope .a-
|
30856
|
-
.amis-scope .a-ListRadios-itemLabel span {
|
31735
|
+
.amis-scope .a-GroupedSelection-itemLabel span {
|
30857
31736
|
white-space: nowrap;
|
30858
31737
|
}
|
30859
31738
|
|
30860
|
-
.amis-scope .a-
|
30861
|
-
.amis-scope .a-ListRadios-placeholder {
|
31739
|
+
.amis-scope .a-GroupedSelection-placeholder {
|
30862
31740
|
height: 1.875rem;
|
30863
31741
|
line-height: 1.4285714286;
|
30864
31742
|
font-size: 0.875rem;
|
@@ -30866,52 +31744,54 @@ readers do not read off random characters that represent icons */
|
|
30866
31744
|
color: #99a6ad;
|
30867
31745
|
}
|
30868
31746
|
|
30869
|
-
.amis-scope .a-
|
31747
|
+
.amis-scope .a-TableSelection .a-Table-content {
|
30870
31748
|
border-top: 0.0625rem solid #d1d5db;
|
30871
31749
|
}
|
30872
31750
|
|
30873
|
-
.amis-scope .a-
|
30874
|
-
.amis-scope .a-
|
31751
|
+
.amis-scope .a-TableSelection .a-Table-table > thead > tr > th,
|
31752
|
+
.amis-scope .a-TableSelection .a-Table-table > tbody > tr > td {
|
30875
31753
|
font-size: 0.75rem;
|
30876
31754
|
padding-top: 0.25rem;
|
30877
31755
|
padding-bottom: 0.375rem;
|
30878
31756
|
vertical-align: middle;
|
30879
31757
|
}
|
30880
31758
|
|
30881
|
-
.amis-scope .a-
|
31759
|
+
.amis-scope .a-TableSelection .a-Table-table > thead > tr > th {
|
30882
31760
|
padding-top: 0.375rem;
|
30883
31761
|
}
|
30884
31762
|
|
30885
|
-
.amis-scope .a-
|
30886
|
-
.amis-scope .a-
|
31763
|
+
.amis-scope .a-TableSelection .a-Table-table > thead > tr > th:first-child,
|
31764
|
+
.amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:first-child {
|
30887
31765
|
padding-left: 0.625rem;
|
30888
31766
|
padding-right: 0;
|
30889
31767
|
}
|
30890
31768
|
|
30891
|
-
.amis-scope .a-
|
30892
|
-
.amis-scope .a-
|
31769
|
+
.amis-scope .a-TableSelection .a-Table-table > thead > tr > th:last-child,
|
31770
|
+
.amis-scope .a-TableSelection .a-Table-table > tbody > tr > td:last-child {
|
30893
31771
|
padding-right: 1rem;
|
30894
31772
|
}
|
30895
31773
|
|
30896
|
-
.amis-scope .a-
|
31774
|
+
.amis-scope .a-TableSelection .a-Table-table > tbody > tr {
|
30897
31775
|
cursor: pointer;
|
30898
31776
|
}
|
30899
31777
|
|
30900
|
-
.amis-scope .a-
|
30901
|
-
|
31778
|
+
.amis-scope .a-TableSelection .a-Table-table > tbody > tr.is-active {
|
31779
|
+
color: #23b7e5;
|
31780
|
+
background: transparent;
|
31781
|
+
}
|
31782
|
+
|
31783
|
+
.amis-scope .a-TreeSelection .a-Table-expandBtn {
|
30902
31784
|
color: #4b5563;
|
30903
31785
|
margin-right: 5px;
|
30904
31786
|
}
|
30905
31787
|
|
30906
|
-
.amis-scope .a-
|
30907
|
-
.amis-scope .a-TreeRadios-sublist {
|
31788
|
+
.amis-scope .a-TreeSelection-sublist {
|
30908
31789
|
position: relative;
|
30909
31790
|
margin: 0 0 0 2.1875rem;
|
30910
31791
|
display: none;
|
30911
31792
|
}
|
30912
31793
|
|
30913
|
-
.amis-scope .a-
|
30914
|
-
.amis-scope .a-TreeRadios-sublist:before {
|
31794
|
+
.amis-scope .a-TreeSelection-sublist:before {
|
30915
31795
|
width: 1px;
|
30916
31796
|
content: "";
|
30917
31797
|
display: block;
|
@@ -30922,29 +31802,19 @@ readers do not read off random characters that represent icons */
|
|
30922
31802
|
border-left: dashed 1px #4b5563;
|
30923
31803
|
}
|
30924
31804
|
|
30925
|
-
.amis-scope .a-
|
30926
|
-
.amis-scope .a-TreeRadios-item {
|
31805
|
+
.amis-scope .a-TreeSelection-item {
|
30927
31806
|
position: relative;
|
30928
31807
|
}
|
30929
31808
|
|
30930
|
-
.amis-scope .a-
|
30931
|
-
.amis-scope .a-TreeCheckboxes-item.is-expanded > .a-TreeRadios-sublist,
|
30932
|
-
.amis-scope .a-TreeRadios-item.is-expanded > .a-TreeCheckboxes-sublist,
|
30933
|
-
.amis-scope .a-TreeRadios-item.is-expanded > .a-TreeRadios-sublist {
|
31809
|
+
.amis-scope .a-TreeSelection-item.is-expanded > .a-TreeSelection-sublist {
|
30934
31810
|
display: block;
|
30935
31811
|
}
|
30936
31812
|
|
30937
|
-
.amis-scope .a-
|
30938
|
-
.amis-scope .a-TreeCheckboxes-item:not(:last-child) > .a-TreeRadios-sublist:before,
|
30939
|
-
.amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeCheckboxes-sublist:before,
|
30940
|
-
.amis-scope .a-TreeRadios-item:not(:last-child) > .a-TreeRadios-sublist:before {
|
31813
|
+
.amis-scope .a-TreeSelection-item:not(:last-child) > .a-TreeSelection-sublist:before {
|
30941
31814
|
bottom: 0;
|
30942
31815
|
}
|
30943
31816
|
|
30944
|
-
.amis-scope .a-
|
30945
|
-
.amis-scope .a-TreeCheckboxes-sublist .a-TreeRadios-item:before,
|
30946
|
-
.amis-scope .a-TreeRadios-sublist .a-TreeCheckboxes-item:before,
|
30947
|
-
.amis-scope .a-TreeRadios-sublist .a-TreeRadios-item:before {
|
31817
|
+
.amis-scope .a-TreeSelection-sublist .a-TreeSelection-item:before {
|
30948
31818
|
height: 1px;
|
30949
31819
|
content: "";
|
30950
31820
|
display: block;
|
@@ -30955,8 +31825,7 @@ readers do not read off random characters that represent icons */
|
|
30955
31825
|
border-top: dashed 1px #4b5563;
|
30956
31826
|
}
|
30957
31827
|
|
30958
|
-
.amis-scope .a-
|
30959
|
-
.amis-scope .a-TreeRadios-itemInner {
|
31828
|
+
.amis-scope .a-TreeSelection-itemInner {
|
30960
31829
|
display: flex;
|
30961
31830
|
align-items: center;
|
30962
31831
|
height: 1.875rem;
|
@@ -30969,20 +31838,17 @@ readers do not read off random characters that represent icons */
|
|
30969
31838
|
position: relative;
|
30970
31839
|
}
|
30971
31840
|
|
30972
|
-
.amis-scope .a-
|
30973
|
-
.amis-scope .a-TreeRadios-itemInner > .a-Checkbox {
|
31841
|
+
.amis-scope .a-TreeSelection-itemInner > .a-Checkbox {
|
30974
31842
|
margin-right: 0;
|
30975
31843
|
margin-left: 0.5rem;
|
30976
31844
|
}
|
30977
31845
|
|
30978
|
-
.amis-scope .a-
|
30979
|
-
.amis-scope .a-TreeRadios-itemInner > * {
|
31846
|
+
.amis-scope .a-TreeSelection-itemInner > * {
|
30980
31847
|
position: relative;
|
30981
31848
|
z-index: 2;
|
30982
31849
|
}
|
30983
31850
|
|
30984
|
-
.amis-scope .a-
|
30985
|
-
.amis-scope .a-TreeRadios-itemInner:hover:after {
|
31851
|
+
.amis-scope .a-TreeSelection-itemInner:hover:after {
|
30986
31852
|
position: absolute;
|
30987
31853
|
content: "";
|
30988
31854
|
z-index: 1;
|
@@ -30993,24 +31859,20 @@ readers do not read off random characters that represent icons */
|
|
30993
31859
|
background: rgba(0, 126, 255, 0.08);
|
30994
31860
|
}
|
30995
31861
|
|
30996
|
-
.amis-scope .a-
|
30997
|
-
.amis-scope .a-TreeRadios-itemInner.is-active {
|
31862
|
+
.amis-scope .a-TreeSelection-itemInner.is-active {
|
30998
31863
|
color: #23b7e5;
|
30999
31864
|
}
|
31000
31865
|
|
31001
|
-
.amis-scope .a-
|
31002
|
-
.amis-scope .a-TreeRadios-itemInner.is-disabled {
|
31866
|
+
.amis-scope .a-TreeSelection-itemInner.is-disabled {
|
31003
31867
|
pointer-events: none;
|
31004
31868
|
color: #99a6ad;
|
31005
31869
|
}
|
31006
31870
|
|
31007
|
-
.amis-scope .a-
|
31008
|
-
.amis-scope .a-TreeRadios-itemLabel {
|
31871
|
+
.amis-scope .a-TreeSelection-itemLabel {
|
31009
31872
|
flex-grow: 1;
|
31010
31873
|
}
|
31011
31874
|
|
31012
|
-
.amis-scope .a-
|
31013
|
-
.amis-scope .a-TreeRadios-placeholder {
|
31875
|
+
.amis-scope .a-TreeSelection-placeholder {
|
31014
31876
|
height: 1.875rem;
|
31015
31877
|
line-height: 1.4285714286;
|
31016
31878
|
font-size: 0.875rem;
|
@@ -31018,27 +31880,27 @@ readers do not read off random characters that represent icons */
|
|
31018
31880
|
color: #99a6ad;
|
31019
31881
|
}
|
31020
31882
|
|
31021
|
-
.amis-scope .a-
|
31883
|
+
.amis-scope .a-ChainedSelection {
|
31022
31884
|
display: flex;
|
31023
31885
|
flex-direction: row;
|
31024
31886
|
}
|
31025
31887
|
|
31026
|
-
.amis-scope .a-
|
31888
|
+
.amis-scope .a-ChainedSelection-col {
|
31027
31889
|
flex-grow: 1;
|
31028
31890
|
min-width: 150px;
|
31029
31891
|
}
|
31030
31892
|
|
31031
|
-
.amis-scope .a-
|
31893
|
+
.amis-scope .a-ChainedSelection-col:not(:last-child) {
|
31032
31894
|
border-right: 1px solid #d1d5db;
|
31033
31895
|
}
|
31034
31896
|
|
31035
|
-
.amis-scope .a-
|
31897
|
+
.amis-scope .a-ChainedSelection-subTitle {
|
31036
31898
|
font-size: 0.75rem;
|
31037
31899
|
padding: 0.25rem 0.25rem;
|
31038
31900
|
color: #99a6ad;
|
31039
31901
|
}
|
31040
31902
|
|
31041
|
-
.amis-scope .a-
|
31903
|
+
.amis-scope .a-ChainedSelection-item {
|
31042
31904
|
display: flex;
|
31043
31905
|
height: 1.875rem;
|
31044
31906
|
line-height: 1.4285714286;
|
@@ -31049,29 +31911,29 @@ readers do not read off random characters that represent icons */
|
|
31049
31911
|
user-select: none;
|
31050
31912
|
}
|
31051
31913
|
|
31052
|
-
.amis-scope .a-
|
31914
|
+
.amis-scope .a-ChainedSelection-item > .a-Checkbox {
|
31053
31915
|
margin-right: 0;
|
31054
31916
|
}
|
31055
31917
|
|
31056
|
-
.amis-scope .a-
|
31918
|
+
.amis-scope .a-ChainedSelection-item.is-active {
|
31057
31919
|
color: #23b7e5;
|
31058
31920
|
background: transparent;
|
31059
31921
|
}
|
31060
31922
|
|
31061
|
-
.amis-scope .a-
|
31923
|
+
.amis-scope .a-ChainedSelection-item:hover {
|
31062
31924
|
background: rgba(0, 126, 255, 0.08);
|
31063
31925
|
}
|
31064
31926
|
|
31065
|
-
.amis-scope .a-
|
31927
|
+
.amis-scope .a-ChainedSelection-item.is-disabled {
|
31066
31928
|
pointer-events: none;
|
31067
31929
|
color: #99a6ad;
|
31068
31930
|
}
|
31069
31931
|
|
31070
|
-
.amis-scope .a-
|
31932
|
+
.amis-scope .a-ChainedSelection-itemLabel {
|
31071
31933
|
flex-grow: 1;
|
31072
31934
|
}
|
31073
31935
|
|
31074
|
-
.amis-scope .a-
|
31936
|
+
.amis-scope .a-ChainedSelection-placeholder {
|
31075
31937
|
height: 1.875rem;
|
31076
31938
|
line-height: 1.4285714286;
|
31077
31939
|
font-size: 0.875rem;
|
@@ -31079,34 +31941,35 @@ readers do not read off random characters that represent icons */
|
|
31079
31941
|
color: #99a6ad;
|
31080
31942
|
}
|
31081
31943
|
|
31082
|
-
.amis-scope .a-
|
31944
|
+
.amis-scope .a-AssociatedSelection {
|
31083
31945
|
display: flex;
|
31084
31946
|
flex-direction: row;
|
31085
31947
|
}
|
31086
31948
|
|
31087
|
-
.amis-scope .a-
|
31088
|
-
.amis-scope .a-
|
31949
|
+
.amis-scope .a-AssociatedSelection-left,
|
31950
|
+
.amis-scope .a-AssociatedSelection-right {
|
31089
31951
|
flex-grow: 1;
|
31090
31952
|
width: 0;
|
31091
|
-
height:
|
31953
|
+
min-height: 12.5rem;
|
31954
|
+
max-height: 25rem;
|
31092
31955
|
overflow: auto;
|
31093
31956
|
}
|
31094
31957
|
|
31095
|
-
.amis-scope .a-
|
31958
|
+
.amis-scope .a-AssociatedSelection-left {
|
31096
31959
|
border-right: 1px solid #d1d5db;
|
31097
31960
|
}
|
31098
31961
|
|
31099
|
-
.amis-scope .a-
|
31962
|
+
.amis-scope .a-AssociatedSelection-reload {
|
31100
31963
|
text-align: center;
|
31101
31964
|
color: #23b7e5;
|
31102
31965
|
margin: 20px 0 0;
|
31103
31966
|
}
|
31104
31967
|
|
31105
|
-
.amis-scope .a-
|
31968
|
+
.amis-scope .a-AssociatedSelection-reload.is-clickable {
|
31106
31969
|
cursor: pointer;
|
31107
31970
|
}
|
31108
31971
|
|
31109
|
-
.amis-scope .a-
|
31972
|
+
.amis-scope .a-AssociatedSelection-box {
|
31110
31973
|
line-height: 1.4285714286;
|
31111
31974
|
font-size: 0.75rem;
|
31112
31975
|
color: #99a6ad;
|
@@ -31118,7 +31981,7 @@ readers do not read off random characters that represent icons */
|
|
31118
31981
|
height: 100%;
|
31119
31982
|
}
|
31120
31983
|
|
31121
|
-
.amis-scope .a-
|
31984
|
+
.amis-scope .a-AssociatedSelection-box > p {
|
31122
31985
|
text-align: center;
|
31123
31986
|
margin: 10px 0 20px;
|
31124
31987
|
color: #99a6ad;
|
@@ -31187,7 +32050,7 @@ readers do not read off random characters that represent icons */
|
|
31187
32050
|
line-height: 1.375rem;
|
31188
32051
|
font-style: normal;
|
31189
32052
|
font-weight: bold;
|
31190
|
-
transition: all
|
32053
|
+
transition: all 0s;
|
31191
32054
|
}
|
31192
32055
|
|
31193
32056
|
.amis-scope .a-Switch .slider:before {
|
@@ -31199,7 +32062,7 @@ readers do not read off random characters that represent icons */
|
|
31199
32062
|
bottom: 0.0625rem;
|
31200
32063
|
left: 0.0625rem;
|
31201
32064
|
border-radius: 50%;
|
31202
|
-
transition: margin-left
|
32065
|
+
transition: margin-left 0s;
|
31203
32066
|
}
|
31204
32067
|
|
31205
32068
|
.amis-scope .a-Switch.is-checked {
|
@@ -31335,7 +32198,7 @@ readers do not read off random characters that represent icons */
|
|
31335
32198
|
-moz-appearance: textfield;
|
31336
32199
|
line-height: calc(1.875rem - 0.0625rem * 2);
|
31337
32200
|
height: 100%;
|
31338
|
-
transition: all
|
32201
|
+
transition: all 0s ease;
|
31339
32202
|
border: 0;
|
31340
32203
|
border-radius: 0.142rem;
|
31341
32204
|
padding: 0 0.5rem;
|
@@ -31571,7 +32434,7 @@ readers do not read off random characters that represent icons */
|
|
31571
32434
|
}
|
31572
32435
|
|
31573
32436
|
.amis-scope .a-Select-arrow > svg {
|
31574
|
-
transition: transform
|
32437
|
+
transition: transform 0s;
|
31575
32438
|
display: inline-block;
|
31576
32439
|
color: #4b5563;
|
31577
32440
|
width: 10px;
|
@@ -31860,6 +32723,7 @@ readers do not read off random characters that represent icons */
|
|
31860
32723
|
color: #58666e;
|
31861
32724
|
transition: none;
|
31862
32725
|
max-width: calc(12.5rem + 2 * 0.75rem);
|
32726
|
+
border-radius: 0.1875rem;
|
31863
32727
|
}
|
31864
32728
|
|
31865
32729
|
.amis-scope .a-ListControl-item:not(.is-disabled) {
|
@@ -31975,7 +32839,7 @@ readers do not read off random characters that represent icons */
|
|
31975
32839
|
white-space: nowrap;
|
31976
32840
|
color: #58666e;
|
31977
32841
|
background: #fff;
|
31978
|
-
border-radius: 0.
|
32842
|
+
border-radius: 0.0625rem;
|
31979
32843
|
}
|
31980
32844
|
|
31981
32845
|
.amis-scope .a-LocationPicker:not(.is-disabled) {
|
@@ -32131,6 +32995,7 @@ readers do not read off random characters that represent icons */
|
|
32131
32995
|
) / 2 - 0.0625rem) 0.75rem;
|
32132
32996
|
background: #fff;
|
32133
32997
|
color: #58666e;
|
32998
|
+
border-radius: 0.142rem;
|
32134
32999
|
}
|
32135
33000
|
|
32136
33001
|
.amis-scope .a-ColorPicker:not(.is-disabled) {
|
@@ -32296,6 +33161,8 @@ readers do not read off random characters that represent icons */
|
|
32296
33161
|
.amis-scope .a-DatePicker-toggler {
|
32297
33162
|
cursor: pointer;
|
32298
33163
|
color: #4b5563;
|
33164
|
+
display: inline-flex;
|
33165
|
+
align-items: center;
|
32299
33166
|
}
|
32300
33167
|
|
32301
33168
|
.amis-scope .a-DatePicker-toggler:hover {
|
@@ -32522,7 +33389,7 @@ readers do not read off random characters that represent icons */
|
|
32522
33389
|
}
|
32523
33390
|
|
32524
33391
|
.amis-scope .a-CalendarCounter-btn:hover {
|
32525
|
-
color: #
|
33392
|
+
color: #1c53c1;
|
32526
33393
|
}
|
32527
33394
|
|
32528
33395
|
.amis-scope .a-CalendarCounter-btn > svg {
|
@@ -32600,6 +33467,12 @@ readers do not read off random characters that represent icons */
|
|
32600
33467
|
border-color: #1797be;
|
32601
33468
|
}
|
32602
33469
|
|
33470
|
+
.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
|
33471
|
+
color: #fff;
|
33472
|
+
background: #1797be;
|
33473
|
+
border-color: #158eb3;
|
33474
|
+
}
|
33475
|
+
|
32603
33476
|
.amis-scope .rdtBtn:hover:focus {
|
32604
33477
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
32605
33478
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -32619,9 +33492,15 @@ readers do not read off random characters that represent icons */
|
|
32619
33492
|
}
|
32620
33493
|
|
32621
33494
|
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
|
32622
|
-
color: #
|
32623
|
-
background: #
|
32624
|
-
border-color: #
|
33495
|
+
color: #7266ba;
|
33496
|
+
background: #fff;
|
33497
|
+
border-color: #7266ba;
|
33498
|
+
}
|
33499
|
+
|
33500
|
+
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
|
33501
|
+
color: #1c53c1;
|
33502
|
+
background: #fff;
|
33503
|
+
border-color: #1c53c1;
|
32625
33504
|
}
|
32626
33505
|
|
32627
33506
|
.amis-scope .rdtBtnCancel:hover:focus {
|
@@ -32820,6 +33699,8 @@ readers do not read off random characters that represent icons */
|
|
32820
33699
|
.amis-scope .a-DateRangePicker-toggler {
|
32821
33700
|
cursor: pointer;
|
32822
33701
|
color: #4b5563;
|
33702
|
+
display: inline-flex;
|
33703
|
+
align-items: center;
|
32823
33704
|
}
|
32824
33705
|
|
32825
33706
|
.amis-scope .a-DateRangePicker-toggler:hover {
|
@@ -32935,9 +33816,11 @@ readers do not read off random characters that represent icons */
|
|
32935
33816
|
width: 7.5rem;
|
32936
33817
|
height: 7.5rem;
|
32937
33818
|
display: inline-flex;
|
33819
|
+
flex-direction: column;
|
32938
33820
|
justify-content: center;
|
32939
33821
|
align-items: center;
|
32940
33822
|
border: 0.0625rem solid #d1d5db;
|
33823
|
+
border-radius: 0;
|
32941
33824
|
cursor: pointer;
|
32942
33825
|
margin-right: 0.75rem;
|
32943
33826
|
color: #58666e;
|
@@ -32954,15 +33837,22 @@ readers do not read off random characters that represent icons */
|
|
32954
33837
|
border-color: #b4bbc5;
|
32955
33838
|
}
|
32956
33839
|
|
33840
|
+
.amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
33841
|
+
color: #58666e;
|
33842
|
+
background: #e6e6e6;
|
33843
|
+
border-color: #adb4bf;
|
33844
|
+
}
|
33845
|
+
|
32957
33846
|
.amis-scope .a-ImageControl-addBtn:hover:focus {
|
32958
33847
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
32959
33848
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
32960
33849
|
}
|
32961
33850
|
|
32962
33851
|
.amis-scope .a-ImageControl-addBtn > svg {
|
32963
|
-
width:
|
32964
|
-
height:
|
33852
|
+
width: 1.5rem;
|
33853
|
+
height: 1.5rem;
|
32965
33854
|
top: 0;
|
33855
|
+
margin-bottom: 0.5rem;
|
32966
33856
|
}
|
32967
33857
|
|
32968
33858
|
.amis-scope .a-ImageControl-addBtn.is-disabled {
|
@@ -33000,6 +33890,7 @@ readers do not read off random characters that represent icons */
|
|
33000
33890
|
|
33001
33891
|
.amis-scope .a-ImageControl-item {
|
33002
33892
|
border: 0.0625rem solid #d1d5db;
|
33893
|
+
border-radius: 0;
|
33003
33894
|
vertical-align: top;
|
33004
33895
|
padding: 0.25rem;
|
33005
33896
|
display: inline-block;
|
@@ -33057,10 +33948,11 @@ readers do not read off random characters that represent icons */
|
|
33057
33948
|
|
33058
33949
|
.amis-scope .a-ImageControl-progressValue {
|
33059
33950
|
height: 5px;
|
33951
|
+
border-radius: 0;
|
33060
33952
|
display: block;
|
33061
33953
|
background: #23b7e5;
|
33062
33954
|
min-width: 10%;
|
33063
|
-
transition: ease-out width
|
33955
|
+
transition: ease-out width 0s;
|
33064
33956
|
}
|
33065
33957
|
|
33066
33958
|
.amis-scope .a-ImageControl-item.is-invalid .a-ImageControl-itemClear {
|
@@ -33166,13 +34058,13 @@ readers do not read off random characters that represent icons */
|
|
33166
34058
|
}
|
33167
34059
|
|
33168
34060
|
.amis-scope .a-FileControl-selectBtn {
|
33169
|
-
|
34061
|
+
display: flex;
|
34062
|
+
align-items: center;
|
33170
34063
|
}
|
33171
34064
|
|
33172
34065
|
.amis-scope .a-FileControl-selectBtn > svg {
|
33173
|
-
|
33174
|
-
|
33175
|
-
height: pxrem(16px);
|
34066
|
+
width: 0.875rem;
|
34067
|
+
height: 0.875rem;
|
33176
34068
|
}
|
33177
34069
|
|
33178
34070
|
.amis-scope .a-FileControl-description {
|
@@ -33284,9 +34176,10 @@ readers do not read off random characters that represent icons */
|
|
33284
34176
|
.amis-scope .a-FileControl-progress > span {
|
33285
34177
|
display: block;
|
33286
34178
|
background: #23b7e5;
|
34179
|
+
border-radius: 0;
|
33287
34180
|
height: 100%;
|
33288
34181
|
min-width: 10%;
|
33289
|
-
transition: ease-out width
|
34182
|
+
transition: ease-out width 0s;
|
33290
34183
|
}
|
33291
34184
|
|
33292
34185
|
.amis-scope .a-FileControl-acceptTip {
|
@@ -33655,8 +34548,8 @@ readers do not read off random characters that represent icons */
|
|
33655
34548
|
position: absolute;
|
33656
34549
|
z-index: 2;
|
33657
34550
|
top: 50%;
|
33658
|
-
transition: transform
|
33659
|
-
box-shadow
|
34551
|
+
transition: transform 0s ease-out,
|
34552
|
+
box-shadow 0s ease-out;
|
33660
34553
|
}
|
33661
34554
|
|
33662
34555
|
.amis-scope .a-InputRange-slider:active {
|
@@ -33684,7 +34577,7 @@ readers do not read off random characters that represent icons */
|
|
33684
34577
|
}
|
33685
34578
|
|
33686
34579
|
.amis-scope .a-InputRange-sliderContainer {
|
33687
|
-
transition: left
|
34580
|
+
transition: left 0s
|
33688
34581
|
ease-out;
|
33689
34582
|
}
|
33690
34583
|
|
@@ -33725,8 +34618,8 @@ readers do not read off random characters that represent icons */
|
|
33725
34618
|
display: block;
|
33726
34619
|
height: 0.75rem;
|
33727
34620
|
position: relative;
|
33728
|
-
transition: left
|
33729
|
-
width
|
34621
|
+
transition: left 0s ease-out,
|
34622
|
+
width 0s ease-out;
|
33730
34623
|
}
|
33731
34624
|
|
33732
34625
|
.amis-scope .a-InputRange.is-disabled .a-InputRange-track {
|
@@ -33891,7 +34784,7 @@ readers do not read off random characters that represent icons */
|
|
33891
34784
|
|
33892
34785
|
.amis-scope .a-Tree-item-icons {
|
33893
34786
|
visibility: hidden;
|
33894
|
-
transition: visibility
|
34787
|
+
transition: visibility 0s ease;
|
33895
34788
|
display: inline-block;
|
33896
34789
|
vertical-align: top;
|
33897
34790
|
height: 1.875rem;
|
@@ -33988,7 +34881,7 @@ readers do not read off random characters that represent icons */
|
|
33988
34881
|
width: 0.75rem;
|
33989
34882
|
height: 0.75rem;
|
33990
34883
|
display: block;
|
33991
|
-
transition: transform
|
34884
|
+
transition: transform 0s;
|
33992
34885
|
top: 0;
|
33993
34886
|
transform: rotate(90deg);
|
33994
34887
|
}
|
@@ -34117,14 +35010,14 @@ readers do not read off random characters that represent icons */
|
|
34117
35010
|
.amis-scope .a-TreeSelect.is-error > .a-TreeSelect-input {
|
34118
35011
|
border-color: #f05050;
|
34119
35012
|
background: #fff;
|
34120
|
-
transition: all
|
35013
|
+
transition: all 0s;
|
34121
35014
|
}
|
34122
35015
|
|
34123
35016
|
.amis-scope .a-TreeSelect.is-focused > .a-TreeSelect-input {
|
34124
35017
|
border-color: #23b7e5;
|
34125
35018
|
box-shadow: none;
|
34126
35019
|
background: #fff;
|
34127
|
-
transition: all
|
35020
|
+
transition: all 0s;
|
34128
35021
|
}
|
34129
35022
|
|
34130
35023
|
.amis-scope .a-TreeSelect.is-error.is-focused > .a-TreeSelect-input {
|
@@ -34135,7 +35028,7 @@ readers do not read off random characters that represent icons */
|
|
34135
35028
|
color: #99a6ad;
|
34136
35029
|
background: #e5e7eb;
|
34137
35030
|
border-color: #d1d5db;
|
34138
|
-
transition: all
|
35031
|
+
transition: all 0s;
|
34139
35032
|
}
|
34140
35033
|
|
34141
35034
|
.amis-scope .a-TreeSelect-spinner {
|
@@ -34257,6 +35150,17 @@ readers do not read off random characters that represent icons */
|
|
34257
35150
|
margin-left: 0.5rem;
|
34258
35151
|
}
|
34259
35152
|
|
35153
|
+
.amis-scope .a-Combo-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
35154
|
+
.amis-scope .a-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
35155
|
+
.amis-scope .a-Combo-addBtn > .pull-left {
|
35156
|
+
margin-right: 0.5rem;
|
35157
|
+
}
|
35158
|
+
|
35159
|
+
.amis-scope .a-Combo-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
35160
|
+
.amis-scope .a-Combo-addBtn > .pull-right {
|
35161
|
+
margin-left: 0.5rem;
|
35162
|
+
}
|
35163
|
+
|
34260
35164
|
.amis-scope .a-Combo-addBtn img.a-Button-icon {
|
34261
35165
|
height: 0.875rem;
|
34262
35166
|
vertical-align: middle;
|
@@ -34268,6 +35172,12 @@ readers do not read off random characters that represent icons */
|
|
34268
35172
|
border-color: #b4bbc5;
|
34269
35173
|
}
|
34270
35174
|
|
35175
|
+
.amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
35176
|
+
color: #fff;
|
35177
|
+
background: #1797be;
|
35178
|
+
border-color: #adb4bf;
|
35179
|
+
}
|
35180
|
+
|
34271
35181
|
.amis-scope .a-Combo-addBtn:hover:focus {
|
34272
35182
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
34273
35183
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -34627,7 +35537,7 @@ readers do not read off random characters that represent icons */
|
|
34627
35537
|
}
|
34628
35538
|
|
34629
35539
|
.amis-scope .a-SubForm-addBtn:hover:focus {
|
34630
|
-
color: #
|
35540
|
+
color: #4f86f4;
|
34631
35541
|
text-decoration: underline;
|
34632
35542
|
box-shadow: none;
|
34633
35543
|
}
|
@@ -34717,14 +35627,14 @@ readers do not read off random characters that represent icons */
|
|
34717
35627
|
.amis-scope .a-Picker.is-error > .a-Picker-input {
|
34718
35628
|
border-color: #f05050;
|
34719
35629
|
background: #fff;
|
34720
|
-
transition: all
|
35630
|
+
transition: all 0s;
|
34721
35631
|
}
|
34722
35632
|
|
34723
35633
|
.amis-scope .a-Picker.is-focused > .a-Picker-input {
|
34724
35634
|
border-color: #23b7e5;
|
34725
35635
|
box-shadow: none;
|
34726
35636
|
background: #fff;
|
34727
|
-
transition: all
|
35637
|
+
transition: all 0s;
|
34728
35638
|
}
|
34729
35639
|
|
34730
35640
|
.amis-scope .a-Picker.is-error.is-focused > .a-Picker-input {
|
@@ -34735,7 +35645,7 @@ readers do not read off random characters that represent icons */
|
|
34735
35645
|
color: #99a6ad;
|
34736
35646
|
background: #e5e7eb;
|
34737
35647
|
border-color: #d1d5db;
|
34738
|
-
transition: all
|
35648
|
+
transition: all 0s;
|
34739
35649
|
}
|
34740
35650
|
|
34741
35651
|
.amis-scope .a-Picker-spinner {
|
@@ -34966,6 +35876,17 @@ readers do not read off random characters that represent icons */
|
|
34966
35876
|
margin-left: 0.5rem;
|
34967
35877
|
}
|
34968
35878
|
|
35879
|
+
.amis-scope .a-TagControl-sugItem .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
35880
|
+
.amis-scope .a-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
|
35881
|
+
.amis-scope .a-TagControl-sugItem > .pull-left {
|
35882
|
+
margin-right: 0.5rem;
|
35883
|
+
}
|
35884
|
+
|
35885
|
+
.amis-scope .a-TagControl-sugItem .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
35886
|
+
.amis-scope .a-TagControl-sugItem > .pull-right {
|
35887
|
+
margin-left: 0.5rem;
|
35888
|
+
}
|
35889
|
+
|
34969
35890
|
.amis-scope .a-TagControl-sugItem img.a-Button-icon {
|
34970
35891
|
height: 0.875rem;
|
34971
35892
|
vertical-align: middle;
|
@@ -34977,6 +35898,12 @@ readers do not read off random characters that represent icons */
|
|
34977
35898
|
border-color: #b4bbc5;
|
34978
35899
|
}
|
34979
35900
|
|
35901
|
+
.amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
|
35902
|
+
color: #58666e;
|
35903
|
+
background: #e6e6e6;
|
35904
|
+
border-color: #adb4bf;
|
35905
|
+
}
|
35906
|
+
|
34980
35907
|
.amis-scope .a-TagControl-sugItem:hover:focus {
|
34981
35908
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
34982
35909
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -35055,6 +35982,7 @@ readers do not read off random characters that represent icons */
|
|
35055
35982
|
font-size: 0.875rem;
|
35056
35983
|
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
35057
35984
|
flex-direction: row;
|
35985
|
+
border-radius: 0.142rem 0.142rem 0 0;
|
35058
35986
|
}
|
35059
35987
|
|
35060
35988
|
.amis-scope .a-Transfer-title--light {
|
@@ -35074,21 +36002,22 @@ readers do not read off random characters that represent icons */
|
|
35074
36002
|
border: 0.0625rem solid #d1d5db;
|
35075
36003
|
display: flex;
|
35076
36004
|
flex-direction: column;
|
36005
|
+
border-radius: 0.142rem;
|
35077
36006
|
}
|
35078
36007
|
|
35079
|
-
.amis-scope .a-Transfer-select > .a-Transfer-
|
35080
|
-
.amis-scope .a-Transfer-result > .a-Transfer-
|
36008
|
+
.amis-scope .a-Transfer-select > .a-Transfer-selection,
|
36009
|
+
.amis-scope .a-Transfer-result > .a-Transfer-value {
|
35081
36010
|
flex-grow: 1;
|
35082
36011
|
max-height: 100%;
|
35083
36012
|
overflow: auto;
|
35084
36013
|
position: relative;
|
35085
36014
|
}
|
35086
36015
|
|
35087
|
-
.amis-scope .a-Transfer-search + .a-Transfer-
|
36016
|
+
.amis-scope .a-Transfer-search + .a-Transfer-selection {
|
35088
36017
|
border-top: 1px solid #d1d5db;
|
35089
36018
|
}
|
35090
36019
|
|
35091
|
-
.amis-scope .a-Transfer-
|
36020
|
+
.amis-scope .a-Transfer-selection .a-ListSelection-placeholder {
|
35092
36021
|
height: 100%;
|
35093
36022
|
display: flex;
|
35094
36023
|
align-items: center;
|
@@ -35136,13 +36065,29 @@ readers do not read off random characters that represent icons */
|
|
35136
36065
|
color: #99a6ad;
|
35137
36066
|
}
|
35138
36067
|
|
35139
|
-
.amis-scope .a-Transfer-
|
36068
|
+
.amis-scope .a-TabsTransfer .a-Transfer-title {
|
36069
|
+
height: 40px;
|
36070
|
+
}
|
36071
|
+
|
36072
|
+
.amis-scope .a-TabsTransfer-placeholder {
|
36073
|
+
height: 1.875rem;
|
36074
|
+
line-height: 1.4285714286;
|
36075
|
+
font-size: 0.875rem;
|
36076
|
+
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
36077
|
+
color: #99a6ad;
|
36078
|
+
}
|
36079
|
+
|
36080
|
+
.amis-scope .a-TabsTransfer-tab {
|
36081
|
+
padding: 0;
|
36082
|
+
}
|
36083
|
+
|
36084
|
+
.amis-scope .a-TabsTransfer-tabs {
|
35140
36085
|
display: flex;
|
35141
36086
|
flex-direction: column;
|
35142
36087
|
height: 100%;
|
35143
36088
|
}
|
35144
36089
|
|
35145
|
-
.amis-scope .a-
|
36090
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-links {
|
35146
36091
|
border-top: 0 none;
|
35147
36092
|
padding: 5px 0 0 5px;
|
35148
36093
|
display: flex;
|
@@ -35151,67 +36096,107 @@ readers do not read off random characters that represent icons */
|
|
35151
36096
|
align-items: center;
|
35152
36097
|
}
|
35153
36098
|
|
35154
|
-
.amis-scope .a-
|
36099
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-Tabs-link > a:first-child {
|
35155
36100
|
font-size: 12px;
|
35156
36101
|
padding: 7px 8px;
|
35157
36102
|
}
|
35158
36103
|
|
35159
|
-
.amis-scope .a-
|
36104
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-links .a-TabsTransfer-tabsMid {
|
35160
36105
|
flex-grow: 1;
|
35161
36106
|
}
|
35162
36107
|
|
35163
|
-
.amis-scope .a-
|
36108
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox {
|
35164
36109
|
margin: -5px 5px 0 10px;
|
35165
36110
|
}
|
35166
36111
|
|
35167
|
-
.amis-scope .a-
|
36112
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-links > .a-SearchBox.is-active {
|
35168
36113
|
width: 150px;
|
35169
36114
|
margin-right: 10px;
|
35170
36115
|
padding-left: 10px;
|
35171
36116
|
}
|
35172
36117
|
|
35173
|
-
.amis-scope .a-
|
35174
|
-
flex-grow: 1;
|
35175
|
-
|
35176
|
-
|
36118
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-content {
|
36119
|
+
flex-grow: 1;
|
36120
|
+
min-height: 0;
|
36121
|
+
position: relative;
|
36122
|
+
padding: 5px 0 0;
|
36123
|
+
}
|
36124
|
+
|
36125
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane {
|
36126
|
+
position: relative;
|
36127
|
+
height: 100%;
|
36128
|
+
}
|
36129
|
+
|
36130
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active {
|
36131
|
+
display: flex;
|
36132
|
+
flex-direction: column;
|
36133
|
+
}
|
36134
|
+
|
36135
|
+
.amis-scope .a-TabsTransfer-tabs > .a-Tabs-content > .a-Tabs-pane.is-active > .a-Transfer-selection {
|
36136
|
+
flex-grow: 1;
|
36137
|
+
max-height: 100%;
|
36138
|
+
overflow: auto;
|
36139
|
+
}
|
36140
|
+
|
36141
|
+
.amis-scope .a-TransferControl {
|
36142
|
+
position: relative;
|
36143
|
+
}
|
36144
|
+
|
36145
|
+
.amis-scope .a-TransferControl.is-inline {
|
36146
|
+
display: inline-block;
|
36147
|
+
}
|
36148
|
+
|
36149
|
+
.amis-scope .a-TransferPicker-icon {
|
36150
|
+
transition: transform 0s ease-out;
|
36151
|
+
margin: 5px 5px 5px auto;
|
36152
|
+
display: flex;
|
36153
|
+
color: #4b5563;
|
36154
|
+
}
|
36155
|
+
|
36156
|
+
.amis-scope .a-TransferPicker-icon:hover {
|
36157
|
+
color: #111827;
|
36158
|
+
}
|
36159
|
+
|
36160
|
+
.amis-scope .a-TransferPicker-icon > svg {
|
36161
|
+
width: 0.75rem;
|
36162
|
+
height: 0.75rem;
|
36163
|
+
top: 0;
|
36164
|
+
}
|
36165
|
+
|
36166
|
+
.amis-scope .a-TransferDropDown-icon {
|
36167
|
+
transition: transform 0s ease-out;
|
36168
|
+
margin: 5px 5px 5px auto;
|
36169
|
+
display: flex;
|
36170
|
+
color: #4b5563;
|
36171
|
+
}
|
36172
|
+
|
36173
|
+
.amis-scope .a-TransferDropDown-icon:hover {
|
36174
|
+
color: #111827;
|
36175
|
+
}
|
36176
|
+
|
36177
|
+
.amis-scope .a-TransferDropDown-icon > svg {
|
36178
|
+
width: 0.625rem;
|
36179
|
+
height: 0.625rem;
|
36180
|
+
top: 0;
|
35177
36181
|
}
|
35178
36182
|
|
35179
|
-
.amis-scope .a-
|
35180
|
-
|
35181
|
-
min-height: 100%;
|
36183
|
+
.amis-scope .a-TransferDropDown.is-active .a-TransferDropDown-icon {
|
36184
|
+
transform: rotate(180deg);
|
35182
36185
|
}
|
35183
36186
|
|
35184
|
-
.amis-scope .a-
|
36187
|
+
.amis-scope .a-TransferDropDown-content {
|
36188
|
+
min-height: 12.5rem;
|
35185
36189
|
display: flex;
|
35186
36190
|
flex-direction: column;
|
35187
36191
|
}
|
35188
36192
|
|
35189
|
-
.amis-scope .a-
|
36193
|
+
.amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
|
35190
36194
|
flex-grow: 1;
|
35191
36195
|
max-height: 100%;
|
35192
36196
|
overflow: auto;
|
35193
|
-
}
|
35194
|
-
|
35195
|
-
.amis-scope .a-TabsTransfer .a-Transfer-title {
|
35196
|
-
height: 40px;
|
35197
|
-
}
|
35198
|
-
|
35199
|
-
.amis-scope .a-TabsTransfer-placeholder {
|
35200
|
-
height: 1.875rem;
|
35201
|
-
line-height: 1.4285714286;
|
35202
|
-
font-size: 0.875rem;
|
35203
|
-
padding: calc( ( 1.875rem - 1.4285714286 * 0.875rem ) / 2 ) 0.5rem;
|
35204
|
-
color: #99a6ad;
|
35205
|
-
}
|
35206
|
-
|
35207
|
-
.amis-scope .a-TransferControl {
|
35208
36197
|
position: relative;
|
35209
36198
|
}
|
35210
36199
|
|
35211
|
-
.amis-scope .a-TransferControl.is-inline {
|
35212
|
-
display: inline-block;
|
35213
|
-
}
|
35214
|
-
|
35215
36200
|
.amis-scope .a-NestedSelectControl {
|
35216
36201
|
position: relative;
|
35217
36202
|
}
|
@@ -35366,14 +36351,14 @@ readers do not read off random characters that represent icons */
|
|
35366
36351
|
.amis-scope .a-IconPickerControl.is-error > .a-IconPickerControl-input {
|
35367
36352
|
border-color: #f05050;
|
35368
36353
|
background: #fff;
|
35369
|
-
transition: all
|
36354
|
+
transition: all 0s;
|
35370
36355
|
}
|
35371
36356
|
|
35372
36357
|
.amis-scope .a-IconPickerControl.is-focused > .a-IconPickerControl-input {
|
35373
36358
|
border-color: #23b7e5;
|
35374
36359
|
box-shadow: none;
|
35375
36360
|
background: #fff;
|
35376
|
-
transition: all
|
36361
|
+
transition: all 0s;
|
35377
36362
|
}
|
35378
36363
|
|
35379
36364
|
.amis-scope .a-IconPickerControl.is-error.is-focused > .a-IconPickerControl-input {
|
@@ -35384,7 +36369,7 @@ readers do not read off random characters that represent icons */
|
|
35384
36369
|
color: #99a6ad;
|
35385
36370
|
background: #e5e7eb;
|
35386
36371
|
border-color: #d1d5db;
|
35387
|
-
transition: all
|
36372
|
+
transition: all 0s;
|
35388
36373
|
}
|
35389
36374
|
|
35390
36375
|
.amis-scope .a-IconPickerControl-spinner {
|
@@ -35985,7 +36970,7 @@ readers do not read off random characters that represent icons */
|
|
35985
36970
|
height: 25rem;
|
35986
36971
|
}
|
35987
36972
|
|
35988
|
-
.amis-scope .a-AnchorNav-link-wrap {
|
36973
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap {
|
35989
36974
|
margin: 0;
|
35990
36975
|
padding: 0;
|
35991
36976
|
width: 8.75rem;
|
@@ -35993,12 +36978,12 @@ readers do not read off random characters that represent icons */
|
|
35993
36978
|
padding-bottom: 3.75rem;
|
35994
36979
|
}
|
35995
36980
|
|
35996
|
-
.amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link {
|
36981
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link {
|
35997
36982
|
position: relative;
|
35998
36983
|
display: block;
|
35999
36984
|
}
|
36000
36985
|
|
36001
|
-
.amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
|
36986
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a {
|
36002
36987
|
display: block;
|
36003
36988
|
border: 0.0625rem solid transparent;
|
36004
36989
|
border-width: 0 0.125rem 0 0;
|
@@ -36012,14 +36997,68 @@ readers do not read off random characters that represent icons */
|
|
36012
36997
|
margin: 0;
|
36013
36998
|
}
|
36014
36999
|
|
36015
|
-
.amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
|
37000
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:hover {
|
36016
37001
|
color: #7266ba;
|
36017
37002
|
}
|
36018
37003
|
|
36019
|
-
.amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
|
36020
|
-
.amis-scope .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
|
37004
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a,
|
37005
|
+
.amis-scope .a-AnchorNav--vertical .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:hover {
|
37006
|
+
color: #7266ba;
|
37007
|
+
border-color: #7266ba;
|
37008
|
+
}
|
37009
|
+
|
37010
|
+
.amis-scope .a-AnchorNav--horizontal {
|
37011
|
+
flex-direction: column;
|
37012
|
+
}
|
37013
|
+
|
37014
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap {
|
37015
|
+
user-select: none;
|
37016
|
+
margin: 0px;
|
37017
|
+
padding: 0px;
|
37018
|
+
border-bottom: 0.0625rem solid #d1d5db;
|
37019
|
+
list-style: none;
|
37020
|
+
}
|
37021
|
+
|
37022
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link {
|
37023
|
+
margin-bottom: calc(0.0625rem * -1);
|
37024
|
+
display: inline-block;
|
37025
|
+
position: relative;
|
37026
|
+
}
|
37027
|
+
|
37028
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child {
|
37029
|
+
font-size: 0.875rem;
|
37030
|
+
outline: 0;
|
37031
|
+
border: 0.0625rem solid transparent;
|
37032
|
+
border-width: 0 0 0.125rem 0;
|
37033
|
+
border-top-left-radius: 0.142rem;
|
37034
|
+
border-top-right-radius: 0.142rem;
|
37035
|
+
color: #58666e;
|
37036
|
+
margin: 0 0.1875rem 0 0;
|
37037
|
+
padding: 0.5rem 0.75rem;
|
37038
|
+
text-decoration: none;
|
37039
|
+
cursor: pointer;
|
37040
|
+
display: block;
|
37041
|
+
}
|
37042
|
+
|
37043
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:hover,
|
37044
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link > a:first-child:focus {
|
36021
37045
|
color: #7266ba;
|
37046
|
+
background: transparent;
|
37047
|
+
border-color: transparent;
|
37048
|
+
}
|
37049
|
+
|
37050
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link:last-child > a {
|
37051
|
+
margin: 0;
|
37052
|
+
}
|
37053
|
+
|
37054
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child,
|
37055
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:hover,
|
37056
|
+
.amis-scope .a-AnchorNav--horizontal .a-AnchorNav-link-wrap > .a-AnchorNav-link.is-active > a:first-child:focus {
|
37057
|
+
font-size: 0.875rem;
|
37058
|
+
border-width: 0 0 0.125rem 0;
|
36022
37059
|
border-color: #7266ba;
|
37060
|
+
color: #7266ba;
|
37061
|
+
background: transparent;
|
36023
37062
|
}
|
36024
37063
|
|
36025
37064
|
.amis-scope .a-AnchorNav-section-wrap {
|
@@ -36034,6 +37073,284 @@ readers do not read off random characters that represent icons */
|
|
36034
37073
|
padding: 0.75rem;
|
36035
37074
|
}
|
36036
37075
|
|
37076
|
+
.amis-scope .a-Markdown strong {
|
37077
|
+
font-weight: bolder;
|
37078
|
+
}
|
37079
|
+
|
37080
|
+
.amis-scope .a-Markdown img {
|
37081
|
+
border-style: none;
|
37082
|
+
}
|
37083
|
+
|
37084
|
+
.amis-scope .a-Markdown svg:not(:root) {
|
37085
|
+
overflow: hidden;
|
37086
|
+
}
|
37087
|
+
|
37088
|
+
.amis-scope .a-Markdown button:-moz-focusring,
|
37089
|
+
.amis-scope .a-Markdown [type=button]:-moz-focusring,
|
37090
|
+
.amis-scope .a-Markdown [type=reset]:-moz-focusring,
|
37091
|
+
.amis-scope .a-Markdown [type=submit]:-moz-focusring {
|
37092
|
+
outline: 1px dotted ButtonText;
|
37093
|
+
}
|
37094
|
+
|
37095
|
+
.amis-scope .a-Markdown [type=checkbox] {
|
37096
|
+
box-sizing: border-box;
|
37097
|
+
padding: 0;
|
37098
|
+
}
|
37099
|
+
|
37100
|
+
.amis-scope .a-Markdown table {
|
37101
|
+
border-spacing: 0;
|
37102
|
+
border-collapse: collapse;
|
37103
|
+
}
|
37104
|
+
|
37105
|
+
.amis-scope .a-Markdown table td,
|
37106
|
+
.amis-scope .a-Markdown table th {
|
37107
|
+
padding: 0;
|
37108
|
+
}
|
37109
|
+
|
37110
|
+
.amis-scope .a-Markdown hr {
|
37111
|
+
height: 0;
|
37112
|
+
margin: 15px 0;
|
37113
|
+
overflow: hidden;
|
37114
|
+
background: transparent;
|
37115
|
+
border: 0;
|
37116
|
+
border-bottom: 1px solid #ddd;
|
37117
|
+
}
|
37118
|
+
|
37119
|
+
.amis-scope .a-Markdown hr::before {
|
37120
|
+
display: table;
|
37121
|
+
content: "";
|
37122
|
+
}
|
37123
|
+
|
37124
|
+
.amis-scope .a-Markdown hr::after {
|
37125
|
+
display: table;
|
37126
|
+
clear: both;
|
37127
|
+
content: "";
|
37128
|
+
}
|
37129
|
+
|
37130
|
+
.amis-scope .a-Markdown p {
|
37131
|
+
margin-top: 0;
|
37132
|
+
margin-bottom: 10px;
|
37133
|
+
}
|
37134
|
+
|
37135
|
+
.amis-scope .a-Markdown blockquote {
|
37136
|
+
margin: 0;
|
37137
|
+
}
|
37138
|
+
|
37139
|
+
.amis-scope .a-Markdown ul,
|
37140
|
+
.amis-scope .a-Markdown ol {
|
37141
|
+
padding-left: 0;
|
37142
|
+
margin-top: 0;
|
37143
|
+
margin-bottom: 0;
|
37144
|
+
}
|
37145
|
+
|
37146
|
+
.amis-scope .a-Markdown ol ol,
|
37147
|
+
.amis-scope .a-Markdown ul ol {
|
37148
|
+
list-style-type: lower-roman;
|
37149
|
+
}
|
37150
|
+
|
37151
|
+
.amis-scope .a-Markdown ul ul ol,
|
37152
|
+
.amis-scope .a-Markdown ul ol ol,
|
37153
|
+
.amis-scope .a-Markdown ol ul ol,
|
37154
|
+
.amis-scope .a-Markdown ol ol ol {
|
37155
|
+
list-style-type: lower-alpha;
|
37156
|
+
}
|
37157
|
+
|
37158
|
+
.amis-scope .a-Markdown dd {
|
37159
|
+
margin-left: 0;
|
37160
|
+
}
|
37161
|
+
|
37162
|
+
.amis-scope .a-Markdown p,
|
37163
|
+
.amis-scope .a-Markdown blockquote,
|
37164
|
+
.amis-scope .a-Markdown ul,
|
37165
|
+
.amis-scope .a-Markdown ol,
|
37166
|
+
.amis-scope .a-Markdown dl,
|
37167
|
+
.amis-scope .a-Markdown table,
|
37168
|
+
.amis-scope .a-Markdown pre {
|
37169
|
+
margin-top: 0;
|
37170
|
+
margin-bottom: 16px;
|
37171
|
+
}
|
37172
|
+
|
37173
|
+
.amis-scope .a-Markdown hr {
|
37174
|
+
height: 4px;
|
37175
|
+
padding: 0;
|
37176
|
+
margin: 16px 0;
|
37177
|
+
background-color: #e7e7e7;
|
37178
|
+
border: 0 none;
|
37179
|
+
}
|
37180
|
+
|
37181
|
+
.amis-scope .a-Markdown ul:not(.dropdown-menu):not(.nav),
|
37182
|
+
.amis-scope .a-Markdown ol {
|
37183
|
+
padding-left: 2em;
|
37184
|
+
}
|
37185
|
+
|
37186
|
+
.amis-scope .a-Markdown ul ul,
|
37187
|
+
.amis-scope .a-Markdown ul ol,
|
37188
|
+
.amis-scope .a-Markdown ol ol,
|
37189
|
+
.amis-scope .a-Markdown ol ul {
|
37190
|
+
margin-top: 0;
|
37191
|
+
margin-bottom: 0;
|
37192
|
+
}
|
37193
|
+
|
37194
|
+
.amis-scope .a-Markdown li > p {
|
37195
|
+
margin-top: 16px;
|
37196
|
+
}
|
37197
|
+
|
37198
|
+
.amis-scope .a-Markdown dl {
|
37199
|
+
padding: 0;
|
37200
|
+
}
|
37201
|
+
|
37202
|
+
.amis-scope .a-Markdown dl dt {
|
37203
|
+
padding: 0;
|
37204
|
+
margin-top: 16px;
|
37205
|
+
font-size: 1em;
|
37206
|
+
font-style: italic;
|
37207
|
+
font-weight: bold;
|
37208
|
+
}
|
37209
|
+
|
37210
|
+
.amis-scope .a-Markdown dl dd {
|
37211
|
+
padding: 0 16px;
|
37212
|
+
margin-bottom: 16px;
|
37213
|
+
}
|
37214
|
+
|
37215
|
+
.amis-scope .a-Markdown blockquote {
|
37216
|
+
padding: 0 15px;
|
37217
|
+
color: #777;
|
37218
|
+
border-left: 4px solid #ddd;
|
37219
|
+
}
|
37220
|
+
|
37221
|
+
.amis-scope .a-Markdown blockquote > :first-child {
|
37222
|
+
margin-top: 0;
|
37223
|
+
}
|
37224
|
+
|
37225
|
+
.amis-scope .a-Markdown blockquote > :last-child {
|
37226
|
+
margin-bottom: 0;
|
37227
|
+
}
|
37228
|
+
|
37229
|
+
.amis-scope .a-Markdown table {
|
37230
|
+
display: block;
|
37231
|
+
width: 100%;
|
37232
|
+
overflow: auto;
|
37233
|
+
word-break: normal;
|
37234
|
+
}
|
37235
|
+
|
37236
|
+
.amis-scope .a-Markdown table th {
|
37237
|
+
font-weight: bold;
|
37238
|
+
}
|
37239
|
+
|
37240
|
+
.amis-scope .a-Markdown table th,
|
37241
|
+
.amis-scope .a-Markdown table td {
|
37242
|
+
padding: 6px 13px;
|
37243
|
+
border: 1px solid #ddd;
|
37244
|
+
}
|
37245
|
+
|
37246
|
+
.amis-scope .a-Markdown table tr {
|
37247
|
+
background-color: #fff;
|
37248
|
+
border-top: 1px solid #ccc;
|
37249
|
+
}
|
37250
|
+
|
37251
|
+
.amis-scope .a-Markdown table tr:nth-child(2n) {
|
37252
|
+
background-color: #f8f8f8;
|
37253
|
+
}
|
37254
|
+
|
37255
|
+
@media (min-width: 1200px) {
|
37256
|
+
.amis-scope .a-Markdown img {
|
37257
|
+
max-width: 800px;
|
37258
|
+
}
|
37259
|
+
}
|
37260
|
+
|
37261
|
+
.amis-scope .a-Markdown code {
|
37262
|
+
padding: 0;
|
37263
|
+
padding-top: 0.2em;
|
37264
|
+
padding-bottom: 0.2em;
|
37265
|
+
margin: 0;
|
37266
|
+
background-color: rgba(0, 0, 0, 0.04);
|
37267
|
+
border-radius: 3px;
|
37268
|
+
}
|
37269
|
+
|
37270
|
+
.amis-scope .a-Markdown code:before,
|
37271
|
+
.amis-scope .a-Markdown code:after {
|
37272
|
+
letter-spacing: -0.2em;
|
37273
|
+
content: " ";
|
37274
|
+
}
|
37275
|
+
|
37276
|
+
.amis-scope .a-Markdown pre > code {
|
37277
|
+
padding: 0;
|
37278
|
+
margin: 0;
|
37279
|
+
word-break: normal;
|
37280
|
+
white-space: pre;
|
37281
|
+
background: transparent;
|
37282
|
+
border: 0;
|
37283
|
+
}
|
37284
|
+
|
37285
|
+
.amis-scope .a-Markdown .highlight {
|
37286
|
+
margin-bottom: 16px;
|
37287
|
+
}
|
37288
|
+
|
37289
|
+
.amis-scope .a-Markdown .highlight pre,
|
37290
|
+
.amis-scope .a-Markdown pre {
|
37291
|
+
padding: 16px;
|
37292
|
+
overflow: auto;
|
37293
|
+
line-height: 1.45;
|
37294
|
+
background-color: #f7f7f7;
|
37295
|
+
border-radius: 3px;
|
37296
|
+
}
|
37297
|
+
|
37298
|
+
.amis-scope .a-Markdown .highlight pre {
|
37299
|
+
margin-bottom: 0;
|
37300
|
+
word-break: normal;
|
37301
|
+
}
|
37302
|
+
|
37303
|
+
.amis-scope .a-Markdown pre {
|
37304
|
+
word-wrap: normal;
|
37305
|
+
}
|
37306
|
+
|
37307
|
+
.amis-scope .a-Markdown pre code {
|
37308
|
+
display: inline;
|
37309
|
+
max-width: initial;
|
37310
|
+
padding: 0;
|
37311
|
+
margin: 0;
|
37312
|
+
overflow: initial;
|
37313
|
+
line-height: inherit;
|
37314
|
+
word-wrap: normal;
|
37315
|
+
background-color: transparent;
|
37316
|
+
border: 0;
|
37317
|
+
}
|
37318
|
+
|
37319
|
+
.amis-scope .a-Markdown pre code:before,
|
37320
|
+
.amis-scope .a-Markdown pre code:after {
|
37321
|
+
content: normal;
|
37322
|
+
}
|
37323
|
+
|
37324
|
+
.amis-scope .a-Markdown kbd {
|
37325
|
+
display: inline-block;
|
37326
|
+
padding: 3px 5px;
|
37327
|
+
line-height: 10px;
|
37328
|
+
color: #555;
|
37329
|
+
vertical-align: middle;
|
37330
|
+
background-color: #fcfcfc;
|
37331
|
+
border: solid 1px #ccc;
|
37332
|
+
border-bottom-color: #bbb;
|
37333
|
+
border-radius: 3px;
|
37334
|
+
box-shadow: inset 0 -1px 0 #bbb;
|
37335
|
+
}
|
37336
|
+
|
37337
|
+
.amis-scope .a-Markdown hr {
|
37338
|
+
border-bottom-color: #eee;
|
37339
|
+
}
|
37340
|
+
|
37341
|
+
.amis-scope .a-Link.is-disabled {
|
37342
|
+
cursor: not-allowed;
|
37343
|
+
color: #99a6ad;
|
37344
|
+
}
|
37345
|
+
|
37346
|
+
.amis-scope .a-MappingField {
|
37347
|
+
margin-right: 0.25rem;
|
37348
|
+
}
|
37349
|
+
|
37350
|
+
.amis-scope .a-MappingField:last-child {
|
37351
|
+
margin-right: 0;
|
37352
|
+
}
|
37353
|
+
|
36037
37354
|
/*
|
36038
37355
|
* utilities
|
36039
37356
|
*/
|
@@ -36480,6 +37797,10 @@ readers do not read off random characters that represent icons */
|
|
36480
37797
|
background: none !important;
|
36481
37798
|
}
|
36482
37799
|
|
37800
|
+
.cursor-pointer {
|
37801
|
+
cursor: pointer;
|
37802
|
+
}
|
37803
|
+
|
36483
37804
|
.amis-scope a.bg-primary:hover {
|
36484
37805
|
background: #6254b2;
|
36485
37806
|
}
|
@@ -38037,7 +39358,7 @@ readers do not read off random characters that represent icons */
|
|
38037
39358
|
}
|
38038
39359
|
|
38039
39360
|
.amis-scope .hover-rotate {
|
38040
|
-
transition: all
|
39361
|
+
transition: all 0s ease-in-out 0s;
|
38041
39362
|
}
|
38042
39363
|
|
38043
39364
|
.amis-scope .hover-anchor:hover > .hover-action,
|
@@ -38371,4 +39692,4 @@ readers do not read off random characters that represent icons */
|
|
38371
39692
|
.amis-scope .no-padder-xs {
|
38372
39693
|
padding: 0 !important;
|
38373
39694
|
}
|
38374
|
-
}
|
39695
|
+
}
|