amis 2.9.0 → 3.0.0
Sign up to get free protection for your applications and to get access to all the features.
- package/esm/Schema.d.ts +3 -3
- package/esm/compat.js +1 -1
- package/esm/index.d.ts +9 -0
- package/esm/index.js +2 -2
- package/esm/preset.js +1 -1
- package/esm/renderers/Action.d.ts +4 -4
- package/esm/renderers/Action.js +5 -4
- package/esm/renderers/Alert.d.ts +1 -1
- package/esm/renderers/Alert.js +1 -1
- package/esm/renderers/AnchorNav.d.ts +2 -2
- package/esm/renderers/AnchorNav.js +5 -3
- package/esm/renderers/App.d.ts +1 -1
- package/esm/renderers/App.js +3 -3
- package/esm/renderers/Audio.d.ts +1 -1
- package/esm/renderers/Audio.js +4 -2
- package/esm/renderers/Avatar.js +1 -1
- package/esm/renderers/BarCode.d.ts +1 -1
- package/esm/renderers/BarCode.js +1 -1
- package/esm/renderers/Breadcrumb.d.ts +1 -1
- package/esm/renderers/Breadcrumb.js +1 -1
- package/esm/renderers/ButtonGroup.d.ts +1 -1
- package/esm/renderers/ButtonGroup.js +1 -1
- package/esm/renderers/CRUD.d.ts +15 -2
- package/esm/renderers/CRUD.js +39 -10
- package/esm/renderers/CRUD2.d.ts +4 -2
- package/esm/renderers/CRUD2.js +30 -12
- package/esm/renderers/Calendar.js +1 -1
- package/esm/renderers/Card.d.ts +2 -2
- package/esm/renderers/Card.js +1 -1
- package/esm/renderers/Card2.d.ts +1 -1
- package/esm/renderers/Card2.js +1 -1
- package/esm/renderers/Cards.d.ts +4 -4
- package/esm/renderers/Cards.js +1 -1
- package/esm/renderers/Carousel.d.ts +1 -1
- package/esm/renderers/Carousel.js +33 -19
- package/esm/renderers/Chart.d.ts +1 -1
- package/esm/renderers/Chart.js +5 -4
- package/esm/renderers/Code.d.ts +1 -1
- package/esm/renderers/Code.js +1 -1
- package/esm/renderers/Collapse.d.ts +1 -1
- package/esm/renderers/Collapse.js +1 -1
- package/esm/renderers/CollapseGroup.d.ts +1 -1
- package/esm/renderers/CollapseGroup.js +1 -1
- package/esm/renderers/Color.d.ts +1 -1
- package/esm/renderers/Color.js +1 -1
- package/esm/renderers/Container.d.ts +1 -1
- package/esm/renderers/Container.js +1 -1
- package/esm/renderers/Copyable.js +1 -1
- package/esm/renderers/Custom.js +1 -1
- package/esm/renderers/Date.d.ts +1 -1
- package/esm/renderers/Date.js +1 -1
- package/esm/renderers/DateRange.js +1 -1
- package/esm/renderers/Dialog.d.ts +43 -45
- package/esm/renderers/Dialog.js +89 -73
- package/esm/renderers/Divider.d.ts +1 -1
- package/esm/renderers/Divider.js +1 -1
- package/esm/renderers/Drawer.d.ts +1 -1
- package/esm/renderers/Drawer.js +77 -63
- package/esm/renderers/DropDownButton.d.ts +1 -1
- package/esm/renderers/DropDownButton.js +3 -3
- package/esm/renderers/Each.d.ts +1 -1
- package/esm/renderers/Each.js +1 -1
- package/esm/renderers/Flex.d.ts +1 -1
- package/esm/renderers/Flex.js +1 -1
- package/esm/renderers/Form/ButtonGroupSelect.d.ts +3 -1
- package/esm/renderers/Form/ButtonGroupSelect.js +14 -5
- package/esm/renderers/Form/ButtonToolbar.d.ts +1 -1
- package/esm/renderers/Form/ButtonToolbar.js +1 -1
- package/esm/renderers/Form/ChainedSelect.d.ts +1 -1
- package/esm/renderers/Form/ChainedSelect.js +3 -3
- package/esm/renderers/Form/ChartRadios.d.ts +1 -1
- package/esm/renderers/Form/ChartRadios.js +3 -2
- package/esm/renderers/Form/Checkbox.d.ts +1 -1
- package/esm/renderers/Form/Checkbox.js +2 -2
- package/esm/renderers/Form/Checkboxes.d.ts +1 -1
- package/esm/renderers/Form/Checkboxes.js +1 -1
- package/esm/renderers/Form/Combo.d.ts +6 -2
- package/esm/renderers/Form/Combo.js +7 -7
- package/esm/renderers/Form/ConditionBuilder.d.ts +1 -1
- package/esm/renderers/Form/ConditionBuilder.js +2 -2
- package/esm/renderers/Form/Control.d.ts +1 -1
- package/esm/renderers/Form/Control.js +1 -1
- package/esm/renderers/Form/DiffEditor.d.ts +5 -6
- package/esm/renderers/Form/DiffEditor.js +4 -4
- package/esm/renderers/Form/Editor.d.ts +10 -9
- package/esm/renderers/Form/Editor.js +5 -5
- package/esm/renderers/Form/FieldSet.d.ts +1 -1
- package/esm/renderers/Form/FieldSet.js +2 -2
- package/esm/renderers/Form/Formula.d.ts +1 -1
- package/esm/renderers/Form/Formula.js +1 -1
- package/esm/renderers/Form/Group.d.ts +5 -1
- package/esm/renderers/Form/Group.js +6 -3
- package/esm/renderers/Form/Hidden.d.ts +1 -1
- package/esm/renderers/Form/Hidden.js +1 -1
- package/esm/renderers/Form/IconPicker.d.ts +1 -1
- package/esm/renderers/Form/IconPicker.js +1 -1
- package/esm/renderers/Form/IconPickerIcons.js +1 -1
- package/esm/renderers/Form/IconSelect.d.ts +1 -0
- package/esm/renderers/Form/IconSelect.js +24 -6
- package/esm/renderers/Form/IconSelectStore.js +1 -1
- package/esm/renderers/Form/InputArray.d.ts +1 -1
- package/esm/renderers/Form/InputArray.js +1 -1
- package/esm/renderers/Form/InputCity.d.ts +14 -40
- package/esm/renderers/Form/InputCity.js +1 -1
- package/esm/renderers/Form/InputColor.d.ts +41 -41
- package/esm/renderers/Form/InputColor.js +1 -1
- package/esm/renderers/Form/InputDate.d.ts +4 -5
- package/esm/renderers/Form/InputDate.js +3 -4
- package/esm/renderers/Form/InputDateRange.d.ts +1 -2
- package/esm/renderers/Form/InputDateRange.js +3 -4
- package/esm/renderers/Form/InputExcel.d.ts +2 -1
- package/esm/renderers/Form/InputExcel.js +75 -57
- package/esm/renderers/Form/InputFile.d.ts +1 -1
- package/esm/renderers/Form/InputFile.js +1 -1
- package/esm/renderers/Form/InputFormula.js +1 -1
- package/esm/renderers/Form/InputGroup.d.ts +2 -2
- package/esm/renderers/Form/InputGroup.js +1 -1
- package/esm/renderers/Form/InputImage.d.ts +9 -1
- package/esm/renderers/Form/InputImage.js +175 -59
- package/esm/renderers/Form/InputMonthRange.d.ts +1 -1
- package/esm/renderers/Form/InputMonthRange.js +1 -1
- package/esm/renderers/Form/InputNumber.d.ts +1 -2
- package/esm/renderers/Form/InputNumber.js +18 -27
- package/esm/renderers/Form/InputQuarterRange.d.ts +1 -1
- package/esm/renderers/Form/InputQuarterRange.js +1 -1
- package/esm/renderers/Form/InputRange.d.ts +1 -1
- package/esm/renderers/Form/InputRange.js +4 -4
- package/esm/renderers/Form/InputRating.d.ts +1 -1
- package/esm/renderers/Form/InputRating.js +2 -2
- package/esm/renderers/Form/InputRepeat.d.ts +1 -1
- package/esm/renderers/Form/InputRepeat.js +1 -1
- package/esm/renderers/Form/InputRichText.d.ts +1 -1
- package/esm/renderers/Form/InputRichText.js +1 -1
- package/esm/renderers/Form/InputSubForm.d.ts +1 -1
- package/esm/renderers/Form/InputSubForm.js +1 -1
- package/esm/renderers/Form/InputTable.d.ts +21 -6
- package/esm/renderers/Form/InputTable.js +439 -138
- package/esm/renderers/Form/InputTag.d.ts +1 -1
- package/esm/renderers/Form/InputTag.js +36 -25
- package/esm/renderers/Form/InputText.d.ts +1 -1
- package/esm/renderers/Form/InputText.js +12 -12
- package/esm/renderers/Form/InputTree.d.ts +5 -1
- package/esm/renderers/Form/InputTree.js +5 -4
- package/esm/renderers/Form/InputYearRange.d.ts +1 -1
- package/esm/renderers/Form/InputYearRange.js +1 -1
- package/esm/renderers/Form/JSONSchema.d.ts +1 -1
- package/esm/renderers/Form/JSONSchema.js +1 -1
- package/esm/renderers/Form/JSONSchemaEditor.d.ts +2 -2
- package/esm/renderers/Form/JSONSchemaEditor.js +2 -3
- package/esm/renderers/Form/ListSelect.d.ts +1 -1
- package/esm/renderers/Form/ListSelect.js +6 -7
- package/esm/renderers/Form/LocationPicker.d.ts +1 -1
- package/esm/renderers/Form/LocationPicker.js +1 -1
- package/esm/renderers/Form/MatrixCheckboxes.d.ts +1 -1
- package/esm/renderers/Form/MatrixCheckboxes.js +2 -2
- package/esm/renderers/Form/NestedSelect.d.ts +1 -1
- package/esm/renderers/Form/NestedSelect.js +6 -14
- package/esm/renderers/Form/Picker.d.ts +1 -1
- package/esm/renderers/Form/Picker.js +5 -5
- package/esm/renderers/Form/Radios.d.ts +1 -1
- package/esm/renderers/Form/Radios.js +2 -2
- package/esm/renderers/Form/Select.d.ts +1 -1
- package/esm/renderers/Form/Select.js +3 -3
- package/esm/renderers/Form/Static.d.ts +1 -1
- package/esm/renderers/Form/Static.js +1 -1
- package/esm/renderers/Form/StaticHoc.js +1 -1
- package/esm/renderers/Form/Switch.d.ts +1 -1
- package/esm/renderers/Form/Switch.js +2 -2
- package/esm/renderers/Form/TabsTransfer.d.ts +1 -1
- package/esm/renderers/Form/TabsTransfer.js +4 -4
- package/esm/renderers/Form/TabsTransferPicker.d.ts +1 -1
- package/esm/renderers/Form/TabsTransferPicker.js +2 -2
- package/esm/renderers/Form/Textarea.d.ts +1 -1
- package/esm/renderers/Form/Textarea.js +4 -4
- package/esm/renderers/Form/Transfer.d.ts +1 -1
- package/esm/renderers/Form/Transfer.js +9 -7
- package/esm/renderers/Form/TransferPicker.d.ts +1 -1
- package/esm/renderers/Form/TransferPicker.js +2 -2
- package/esm/renderers/Form/TreeSelect.d.ts +1 -1
- package/esm/renderers/Form/TreeSelect.js +4 -4
- package/esm/renderers/Form/UUID.d.ts +1 -1
- package/esm/renderers/Form/UUID.js +1 -1
- package/esm/renderers/Form/UserSelect.js +2 -2
- package/esm/renderers/Grid.d.ts +5 -1
- package/esm/renderers/Grid.js +8 -6
- package/esm/renderers/Grid2D.d.ts +1 -1
- package/esm/renderers/Grid2D.js +1 -1
- package/esm/renderers/GridNav.d.ts +1 -1
- package/esm/renderers/GridNav.js +1 -1
- package/esm/renderers/HBox.d.ts +1 -1
- package/esm/renderers/HBox.js +1 -1
- package/esm/renderers/IFrame.d.ts +1 -1
- package/esm/renderers/IFrame.js +1 -1
- package/esm/renderers/Icon.d.ts +1 -1
- package/esm/renderers/Icon.js +1 -1
- package/esm/renderers/Image.d.ts +50 -14
- package/esm/renderers/Image.js +4 -3
- package/esm/renderers/Images.d.ts +5 -1
- package/esm/renderers/Images.js +3 -3
- package/esm/renderers/Json.d.ts +1 -1
- package/esm/renderers/Json.js +1 -1
- package/esm/renderers/Link.d.ts +1 -1
- package/esm/renderers/Link.js +1 -1
- package/esm/renderers/List.d.ts +3 -3
- package/esm/renderers/List.js +2 -2
- package/esm/renderers/Log.d.ts +3 -2
- package/esm/renderers/Log.js +29 -24
- package/esm/renderers/Mapping.d.ts +16 -6
- package/esm/renderers/Mapping.js +8 -15
- package/esm/renderers/Markdown.d.ts +1 -1
- package/esm/renderers/Markdown.js +1 -1
- package/esm/renderers/MultilineText.js +1 -1
- package/esm/renderers/Nav.d.ts +4 -11
- package/esm/renderers/Nav.js +62 -20
- package/esm/renderers/Number.d.ts +1 -1
- package/esm/renderers/Number.js +3 -4
- package/esm/renderers/OfficeViewer.d.ts +2 -2
- package/esm/renderers/OfficeViewer.js +35 -13
- package/esm/renderers/Operation.d.ts +1 -1
- package/esm/renderers/Operation.js +1 -1
- package/esm/renderers/Page.d.ts +1 -1
- package/esm/renderers/Page.js +1 -1
- package/esm/renderers/Pagination.js +3 -2
- package/esm/renderers/PaginationWrapper.d.ts +1 -1
- package/esm/renderers/PaginationWrapper.js +1 -1
- package/esm/renderers/Panel.d.ts +1 -1
- package/esm/renderers/Panel.js +5 -6
- package/esm/renderers/Password.js +1 -1
- package/esm/renderers/Plain.d.ts +2 -2
- package/esm/renderers/Plain.js +1 -1
- package/esm/renderers/PopOver.js +1 -1
- package/esm/renderers/Portlet.d.ts +1 -1
- package/esm/renderers/Portlet.js +1 -1
- package/esm/renderers/Progress.d.ts +1 -1
- package/esm/renderers/Progress.js +1 -1
- package/esm/renderers/Property.d.ts +1 -1
- package/esm/renderers/Property.js +1 -1
- package/esm/renderers/QRCode.d.ts +1 -1
- package/esm/renderers/QRCode.js +1 -1
- package/esm/renderers/QuickEdit.js +8 -8
- package/esm/renderers/Remark.js +1 -1
- package/esm/renderers/SearchBox.d.ts +1 -1
- package/esm/renderers/SearchBox.js +3 -3
- package/esm/renderers/Service.d.ts +1 -1
- package/esm/renderers/Service.js +1 -1
- package/esm/renderers/SparkLine.js +1 -1
- package/esm/renderers/Spinner.js +1 -1
- package/esm/renderers/Status.d.ts +1 -1
- package/esm/renderers/Status.js +1 -1
- package/esm/renderers/Steps.js +1 -1
- package/esm/renderers/Table/ColumnToggler.d.ts +2 -2
- package/esm/renderers/Table/ColumnToggler.js +1 -1
- package/esm/renderers/Table/HeadCellFilterDropdown.js +2 -1
- package/esm/renderers/Table/HeadCellSearchDropdown.js +1 -1
- package/esm/renderers/Table/ItemActionsWrapper.js +1 -1
- package/esm/renderers/Table/TableBody.d.ts +4 -4
- package/esm/renderers/Table/TableBody.js +11 -11
- package/esm/renderers/Table/TableCell.js +1 -1
- package/esm/renderers/Table/TableContent.d.ts +1 -1
- package/esm/renderers/Table/TableContent.js +1 -1
- package/esm/renderers/Table/TableRow.d.ts +3 -1
- package/esm/renderers/Table/TableRow.js +30 -10
- package/esm/renderers/Table/exportExcel.js +11 -3
- package/esm/renderers/Table/index.d.ts +5 -4
- package/esm/renderers/Table/index.js +20 -10
- package/esm/renderers/Table2/ColumnToggler.js +1 -1
- package/esm/renderers/Table2/HeadCellSearchDropdown.d.ts +1 -1
- package/esm/renderers/Table2/HeadCellSearchDropdown.js +2 -2
- package/esm/renderers/Table2/TableCell.js +1 -1
- package/esm/renderers/Table2/index.d.ts +6 -4
- package/esm/renderers/Table2/index.js +125 -43
- package/esm/renderers/TableView.d.ts +1 -1
- package/esm/renderers/TableView.js +1 -1
- package/esm/renderers/Tabs.d.ts +1 -1
- package/esm/renderers/Tabs.js +2 -2
- package/esm/renderers/Tag.js +1 -1
- package/esm/renderers/Tasks.d.ts +1 -1
- package/esm/renderers/Tasks.js +1 -1
- package/esm/renderers/Timeline.js +1 -1
- package/esm/renderers/TooltipWrapper.js +3 -2
- package/esm/renderers/Tpl.d.ts +9 -2
- package/esm/renderers/Tpl.js +68 -6
- package/esm/renderers/VBox.d.ts +1 -1
- package/esm/renderers/VBox.js +1 -1
- package/esm/renderers/Video.d.ts +1 -1
- package/esm/renderers/Video.js +1 -1
- package/esm/renderers/WebComponent.d.ts +1 -1
- package/esm/renderers/WebComponent.js +2 -2
- package/esm/renderers/Wizard.d.ts +1 -1
- package/esm/renderers/Wizard.js +1 -1
- package/esm/renderers/Words.js +1 -1
- package/esm/renderers/Wrapper.d.ts +1 -1
- package/esm/renderers/Wrapper.js +1 -1
- package/esm/schemaExtend.js +1 -1
- package/lib/Schema.d.ts +3 -3
- package/lib/compat.js +1 -1
- package/lib/helper.css +9569 -1234
- package/lib/index.d.ts +9 -0
- package/lib/index.js +3 -2
- package/lib/preset.js +1 -1
- package/lib/renderers/Action.d.ts +4 -4
- package/lib/renderers/Action.js +5 -4
- package/lib/renderers/Alert.d.ts +1 -1
- package/lib/renderers/Alert.js +1 -1
- package/lib/renderers/AnchorNav.d.ts +2 -2
- package/lib/renderers/AnchorNav.js +5 -3
- package/lib/renderers/App.d.ts +1 -1
- package/lib/renderers/App.js +3 -3
- package/lib/renderers/Audio.d.ts +1 -1
- package/lib/renderers/Audio.js +4 -2
- package/lib/renderers/Avatar.js +1 -1
- package/lib/renderers/BarCode.d.ts +1 -1
- package/lib/renderers/BarCode.js +1 -1
- package/lib/renderers/Breadcrumb.d.ts +1 -1
- package/lib/renderers/Breadcrumb.js +1 -1
- package/lib/renderers/ButtonGroup.d.ts +1 -1
- package/lib/renderers/ButtonGroup.js +1 -1
- package/lib/renderers/CRUD.d.ts +15 -2
- package/lib/renderers/CRUD.js +40 -10
- package/lib/renderers/CRUD2.d.ts +4 -2
- package/lib/renderers/CRUD2.js +31 -12
- package/lib/renderers/Calendar.js +1 -1
- package/lib/renderers/Card.d.ts +2 -2
- package/lib/renderers/Card.js +1 -1
- package/lib/renderers/Card2.d.ts +1 -1
- package/lib/renderers/Card2.js +1 -1
- package/lib/renderers/Cards.d.ts +4 -4
- package/lib/renderers/Cards.js +1 -1
- package/lib/renderers/Carousel.d.ts +1 -1
- package/lib/renderers/Carousel.js +33 -19
- package/lib/renderers/Chart.d.ts +1 -1
- package/lib/renderers/Chart.js +4 -3
- package/lib/renderers/Code.d.ts +1 -1
- package/lib/renderers/Code.js +1 -1
- package/lib/renderers/Collapse.d.ts +1 -1
- package/lib/renderers/Collapse.js +1 -1
- package/lib/renderers/CollapseGroup.d.ts +1 -1
- package/lib/renderers/CollapseGroup.js +1 -1
- package/lib/renderers/Color.d.ts +1 -1
- package/lib/renderers/Color.js +1 -1
- package/lib/renderers/Container.d.ts +2 -2
- package/lib/renderers/Container.js +1 -1
- package/lib/renderers/Copyable.js +1 -1
- package/lib/renderers/Custom.js +1 -1
- package/lib/renderers/Date.d.ts +1 -1
- package/lib/renderers/Date.js +1 -1
- package/lib/renderers/DateRange.js +1 -1
- package/lib/renderers/Dialog.d.ts +43 -46
- package/lib/renderers/Dialog.js +89 -73
- package/lib/renderers/Divider.d.ts +1 -1
- package/lib/renderers/Divider.js +1 -1
- package/lib/renderers/Drawer.d.ts +1 -1
- package/lib/renderers/Drawer.js +77 -63
- package/lib/renderers/DropDownButton.d.ts +1 -1
- package/lib/renderers/DropDownButton.js +3 -3
- package/lib/renderers/Each.d.ts +1 -1
- package/lib/renderers/Each.js +1 -1
- package/lib/renderers/Flex.d.ts +1 -1
- package/lib/renderers/Flex.js +1 -1
- package/lib/renderers/Form/ButtonGroupSelect.d.ts +3 -1
- package/lib/renderers/Form/ButtonGroupSelect.js +13 -4
- package/lib/renderers/Form/ButtonToolbar.d.ts +1 -1
- package/lib/renderers/Form/ButtonToolbar.js +1 -1
- package/lib/renderers/Form/ChainedSelect.d.ts +1 -1
- package/lib/renderers/Form/ChainedSelect.js +3 -3
- package/lib/renderers/Form/ChartRadios.d.ts +1 -1
- package/lib/renderers/Form/ChartRadios.js +3 -2
- package/lib/renderers/Form/Checkbox.d.ts +1 -1
- package/lib/renderers/Form/Checkbox.js +2 -2
- package/lib/renderers/Form/Checkboxes.d.ts +1 -1
- package/lib/renderers/Form/Checkboxes.js +1 -1
- package/lib/renderers/Form/Combo.d.ts +6 -2
- package/lib/renderers/Form/Combo.js +7 -7
- package/lib/renderers/Form/ConditionBuilder.d.ts +1 -1
- package/lib/renderers/Form/ConditionBuilder.js +2 -2
- package/lib/renderers/Form/Control.d.ts +1 -1
- package/lib/renderers/Form/Control.js +1 -1
- package/lib/renderers/Form/DiffEditor.d.ts +21 -23
- package/lib/renderers/Form/DiffEditor.js +4 -4
- package/lib/renderers/Form/Editor.d.ts +14 -14
- package/lib/renderers/Form/Editor.js +5 -5
- package/lib/renderers/Form/FieldSet.d.ts +1 -1
- package/lib/renderers/Form/FieldSet.js +2 -2
- package/lib/renderers/Form/Formula.d.ts +1 -1
- package/lib/renderers/Form/Formula.js +1 -1
- package/lib/renderers/Form/Group.d.ts +5 -1
- package/lib/renderers/Form/Group.js +6 -3
- package/lib/renderers/Form/Hidden.d.ts +1 -1
- package/lib/renderers/Form/Hidden.js +1 -1
- package/lib/renderers/Form/IconPicker.d.ts +1 -1
- package/lib/renderers/Form/IconPicker.js +1 -1
- package/lib/renderers/Form/IconPickerIcons.js +1 -1
- package/lib/renderers/Form/IconSelect.d.ts +1 -0
- package/lib/renderers/Form/IconSelect.js +24 -6
- package/lib/renderers/Form/IconSelectStore.js +1 -1
- package/lib/renderers/Form/InputArray.d.ts +1 -1
- package/lib/renderers/Form/InputArray.js +1 -1
- package/lib/renderers/Form/InputCity.d.ts +94 -120
- package/lib/renderers/Form/InputCity.js +1 -1
- package/lib/renderers/Form/InputColor.d.ts +41 -41
- package/lib/renderers/Form/InputColor.js +1 -1
- package/lib/renderers/Form/InputDate.d.ts +4 -5
- package/lib/renderers/Form/InputDate.js +3 -4
- package/lib/renderers/Form/InputDateRange.d.ts +1 -2
- package/lib/renderers/Form/InputDateRange.js +3 -4
- package/lib/renderers/Form/InputExcel.d.ts +2 -1
- package/lib/renderers/Form/InputExcel.js +75 -57
- package/lib/renderers/Form/InputFile.d.ts +1 -1
- package/lib/renderers/Form/InputFile.js +1 -1
- package/lib/renderers/Form/InputFormula.js +1 -1
- package/lib/renderers/Form/InputGroup.d.ts +1 -1
- package/lib/renderers/Form/InputGroup.js +1 -1
- package/lib/renderers/Form/InputImage.d.ts +9 -1
- package/lib/renderers/Form/InputImage.js +172 -56
- package/lib/renderers/Form/InputMonthRange.d.ts +1 -1
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputNumber.d.ts +1 -2
- package/lib/renderers/Form/InputNumber.js +17 -26
- package/lib/renderers/Form/InputQuarterRange.d.ts +1 -1
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputRange.d.ts +1 -1
- package/lib/renderers/Form/InputRange.js +4 -4
- package/lib/renderers/Form/InputRating.d.ts +1 -1
- package/lib/renderers/Form/InputRating.js +2 -2
- package/lib/renderers/Form/InputRepeat.d.ts +1 -1
- package/lib/renderers/Form/InputRepeat.js +1 -1
- package/lib/renderers/Form/InputRichText.d.ts +1 -1
- package/lib/renderers/Form/InputRichText.js +1 -1
- package/lib/renderers/Form/InputSubForm.d.ts +1 -1
- package/lib/renderers/Form/InputSubForm.js +1 -1
- package/lib/renderers/Form/InputTable.d.ts +21 -6
- package/lib/renderers/Form/InputTable.js +437 -136
- package/lib/renderers/Form/InputTag.d.ts +1 -1
- package/lib/renderers/Form/InputTag.js +36 -25
- package/lib/renderers/Form/InputText.d.ts +1 -1
- package/lib/renderers/Form/InputText.js +12 -12
- package/lib/renderers/Form/InputTree.d.ts +5 -1
- package/lib/renderers/Form/InputTree.js +5 -4
- package/lib/renderers/Form/InputYearRange.d.ts +1 -1
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/JSONSchema.d.ts +1 -1
- package/lib/renderers/Form/JSONSchema.js +1 -1
- package/lib/renderers/Form/JSONSchemaEditor.d.ts +2 -2
- package/lib/renderers/Form/JSONSchemaEditor.js +4 -5
- package/lib/renderers/Form/ListSelect.d.ts +1 -1
- package/lib/renderers/Form/ListSelect.js +6 -7
- package/lib/renderers/Form/LocationPicker.d.ts +1 -1
- package/lib/renderers/Form/LocationPicker.js +1 -1
- package/lib/renderers/Form/MatrixCheckboxes.d.ts +1 -1
- package/lib/renderers/Form/MatrixCheckboxes.js +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +1 -1
- package/lib/renderers/Form/NestedSelect.js +5 -13
- package/lib/renderers/Form/Picker.d.ts +1 -1
- package/lib/renderers/Form/Picker.js +5 -5
- package/lib/renderers/Form/Radios.d.ts +1 -1
- package/lib/renderers/Form/Radios.js +2 -2
- package/lib/renderers/Form/Select.d.ts +1 -1
- package/lib/renderers/Form/Select.js +3 -3
- package/lib/renderers/Form/Static.d.ts +1 -1
- package/lib/renderers/Form/Static.js +1 -1
- package/lib/renderers/Form/StaticHoc.js +1 -1
- package/lib/renderers/Form/Switch.d.ts +1 -1
- package/lib/renderers/Form/Switch.js +2 -2
- package/lib/renderers/Form/TabsTransfer.d.ts +1 -1
- package/lib/renderers/Form/TabsTransfer.js +4 -4
- package/lib/renderers/Form/TabsTransferPicker.d.ts +1 -1
- package/lib/renderers/Form/TabsTransferPicker.js +2 -2
- package/lib/renderers/Form/Textarea.d.ts +1 -1
- package/lib/renderers/Form/Textarea.js +4 -4
- package/lib/renderers/Form/Transfer.d.ts +1 -1
- package/lib/renderers/Form/Transfer.js +9 -7
- package/lib/renderers/Form/TransferPicker.d.ts +1 -1
- package/lib/renderers/Form/TransferPicker.js +2 -2
- package/lib/renderers/Form/TreeSelect.d.ts +1 -1
- package/lib/renderers/Form/TreeSelect.js +4 -4
- package/lib/renderers/Form/UUID.d.ts +1 -1
- package/lib/renderers/Form/UUID.js +1 -1
- package/lib/renderers/Form/UserSelect.js +2 -2
- package/lib/renderers/Grid.d.ts +5 -1
- package/lib/renderers/Grid.js +7 -5
- package/lib/renderers/Grid2D.d.ts +1 -1
- package/lib/renderers/Grid2D.js +1 -1
- package/lib/renderers/GridNav.d.ts +1 -1
- package/lib/renderers/GridNav.js +1 -1
- package/lib/renderers/HBox.d.ts +1 -1
- package/lib/renderers/HBox.js +1 -1
- package/lib/renderers/IFrame.d.ts +1 -1
- package/lib/renderers/IFrame.js +1 -1
- package/lib/renderers/Icon.d.ts +1 -1
- package/lib/renderers/Icon.js +1 -1
- package/lib/renderers/Image.d.ts +50 -14
- package/lib/renderers/Image.js +4 -3
- package/lib/renderers/Images.d.ts +5 -1
- package/lib/renderers/Images.js +3 -3
- package/lib/renderers/Json.d.ts +1 -1
- package/lib/renderers/Json.js +1 -1
- package/lib/renderers/Link.d.ts +1 -1
- package/lib/renderers/Link.js +1 -1
- package/lib/renderers/List.d.ts +3 -3
- package/lib/renderers/List.js +2 -2
- package/lib/renderers/Log.d.ts +3 -2
- package/lib/renderers/Log.js +29 -24
- package/lib/renderers/Mapping.d.ts +16 -6
- package/lib/renderers/Mapping.js +8 -15
- package/lib/renderers/Markdown.d.ts +1 -1
- package/lib/renderers/Markdown.js +1 -1
- package/lib/renderers/MultilineText.js +1 -1
- package/lib/renderers/Nav.d.ts +4 -11
- package/lib/renderers/Nav.js +61 -19
- package/lib/renderers/Number.d.ts +1 -1
- package/lib/renderers/Number.js +3 -4
- package/lib/renderers/OfficeViewer.d.ts +2 -2
- package/lib/renderers/OfficeViewer.js +34 -12
- package/lib/renderers/Operation.d.ts +1 -1
- package/lib/renderers/Operation.js +1 -1
- package/lib/renderers/Page.d.ts +1 -1
- package/lib/renderers/Page.js +1 -1
- package/lib/renderers/Pagination.js +3 -2
- package/lib/renderers/PaginationWrapper.d.ts +1 -1
- package/lib/renderers/PaginationWrapper.js +1 -1
- package/lib/renderers/Panel.d.ts +1 -1
- package/lib/renderers/Panel.js +5 -5
- package/lib/renderers/Password.js +1 -1
- package/lib/renderers/Plain.d.ts +2 -2
- package/lib/renderers/Plain.js +1 -1
- package/lib/renderers/PopOver.js +1 -1
- package/lib/renderers/Portlet.d.ts +1 -1
- package/lib/renderers/Portlet.js +1 -1
- package/lib/renderers/Progress.d.ts +1 -1
- package/lib/renderers/Progress.js +1 -1
- package/lib/renderers/Property.d.ts +1 -1
- package/lib/renderers/Property.js +1 -1
- package/lib/renderers/QRCode.d.ts +1 -1
- package/lib/renderers/QRCode.js +1 -1
- package/lib/renderers/QuickEdit.js +8 -8
- package/lib/renderers/Remark.d.ts +1 -1
- package/lib/renderers/Remark.js +1 -1
- package/lib/renderers/SearchBox.d.ts +1 -1
- package/lib/renderers/SearchBox.js +3 -3
- package/lib/renderers/Service.d.ts +1 -1
- package/lib/renderers/Service.js +1 -1
- package/lib/renderers/SparkLine.js +1 -1
- package/lib/renderers/Spinner.js +1 -1
- package/lib/renderers/Status.d.ts +1 -1
- package/lib/renderers/Status.js +1 -1
- package/lib/renderers/Steps.js +1 -1
- package/lib/renderers/Table/ColumnToggler.d.ts +2 -2
- package/lib/renderers/Table/ColumnToggler.js +1 -1
- package/lib/renderers/Table/HeadCellFilterDropdown.js +2 -1
- package/lib/renderers/Table/HeadCellSearchDropdown.js +1 -1
- package/lib/renderers/Table/ItemActionsWrapper.js +1 -1
- package/lib/renderers/Table/TableBody.d.ts +4 -4
- package/lib/renderers/Table/TableBody.js +11 -11
- package/lib/renderers/Table/TableCell.js +1 -1
- package/lib/renderers/Table/TableContent.d.ts +1 -1
- package/lib/renderers/Table/TableContent.js +1 -1
- package/lib/renderers/Table/TableRow.d.ts +3 -1
- package/lib/renderers/Table/TableRow.js +29 -9
- package/lib/renderers/Table/exportExcel.js +11 -3
- package/lib/renderers/Table/index.d.ts +5 -4
- package/lib/renderers/Table/index.js +20 -10
- package/lib/renderers/Table2/ColumnToggler.js +1 -1
- package/lib/renderers/Table2/HeadCellSearchDropdown.d.ts +1 -1
- package/lib/renderers/Table2/HeadCellSearchDropdown.js +2 -2
- package/lib/renderers/Table2/TableCell.js +1 -1
- package/lib/renderers/Table2/index.d.ts +6 -4
- package/lib/renderers/Table2/index.js +124 -42
- package/lib/renderers/TableView.d.ts +1 -1
- package/lib/renderers/TableView.js +1 -1
- package/lib/renderers/Tabs.d.ts +1 -1
- package/lib/renderers/Tabs.js +2 -2
- package/lib/renderers/Tag.js +1 -1
- package/lib/renderers/Tasks.d.ts +1 -1
- package/lib/renderers/Tasks.js +1 -1
- package/lib/renderers/Timeline.js +1 -1
- package/lib/renderers/TooltipWrapper.js +3 -2
- package/lib/renderers/Tpl.d.ts +9 -2
- package/lib/renderers/Tpl.js +66 -4
- package/lib/renderers/VBox.d.ts +1 -1
- package/lib/renderers/VBox.js +1 -1
- package/lib/renderers/Video.d.ts +1 -1
- package/lib/renderers/Video.js +1 -1
- package/lib/renderers/WebComponent.d.ts +1 -1
- package/lib/renderers/WebComponent.js +2 -2
- package/lib/renderers/Wizard.d.ts +1 -1
- package/lib/renderers/Wizard.js +1 -1
- package/lib/renderers/Words.js +1 -1
- package/lib/renderers/Wrapper.d.ts +1 -1
- package/lib/renderers/Wrapper.js +1 -1
- package/lib/schemaExtend.js +1 -1
- package/lib/themes/ang-ie11.css +1516 -1456
- package/lib/themes/ang.css +2767 -1920
- package/lib/themes/antd-ie11.css +1524 -1464
- package/lib/themes/antd.css +2767 -1920
- package/lib/themes/cxd-ie11.css +1489 -1429
- package/lib/themes/cxd.css +2767 -1920
- package/lib/themes/dark-ie11.css +1519 -1459
- package/lib/themes/dark.css +2767 -1920
- package/lib/themes/default-ie11.css +1489 -1429
- package/lib/themes/default.css +2767 -1920
- package/package.json +8 -14
- package/schema.json +3168 -1919
- package/sdk/ang-ie11.css +1299 -1376
- package/sdk/ang.css +2553 -1843
- package/sdk/antd-ie11.css +1307 -1384
- package/sdk/antd.css +2553 -1843
- package/sdk/barcode.js +50 -50
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1272 -1349
- package/sdk/cxd.css +2553 -1843
- package/sdk/dark-ie11.css +1302 -1379
- package/sdk/dark.css +2553 -1843
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css +9569 -1234
- package/sdk/locale/de-DE.js +3 -2
- package/sdk/markdown.js +68 -68
- package/sdk/ooxml-viewer.js +2827 -0
- package/sdk/papaparse.js +1 -1
- package/sdk/rest.js +16 -16
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1272 -1349
- package/sdk/sdk.css +2553 -1843
- package/sdk/sdk.js +1570 -1556
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +2 -2
- package/sdk/tinymce.js +55 -55
- package/sdk/xlsx.js +10 -0
- package/sdk/office-viewer.js +0 -2781
package/sdk/ang-ie11.css
CHANGED
@@ -74358,6 +74358,8 @@ title: Word Break
|
|
74358
74358
|
|
74359
74359
|
@charset "UTF-8";
|
74360
74360
|
|
74361
|
+
/* 此处放置需要override的变量,因为部分变量已经在variables.scss中定义 */
|
74362
|
+
|
74361
74363
|
@media (max-width: 767px) {
|
74362
74364
|
:root {
|
74363
74365
|
--fontSizeBase: var(--fontSizeLg);
|
@@ -80144,23 +80146,45 @@ title: Word Break
|
|
80144
80146
|
color: #fff;
|
80145
80147
|
}
|
80146
80148
|
|
80147
|
-
.tox .tox-button.tox-button--enabled
|
80148
|
-
|
80149
|
-
background:
|
80150
|
-
border-
|
80149
|
+
.tox .tox-button.tox-button--enabled {
|
80150
|
+
background-color: #0054b4;
|
80151
|
+
background-image: none;
|
80152
|
+
border-color: #0054b4;
|
80151
80153
|
box-shadow: none;
|
80152
|
-
color: #
|
80154
|
+
color: #fff;
|
80153
80155
|
}
|
80154
80156
|
|
80155
|
-
.tox .tox-button.tox-button--enabled
|
80156
|
-
|
80157
|
-
|
80157
|
+
.tox .tox-button.tox-button--enabled[disabled] {
|
80158
|
+
background-color: #0054b4;
|
80159
|
+
background-image: none;
|
80160
|
+
border-color: #0054b4;
|
80161
|
+
box-shadow: none;
|
80162
|
+
color: rgba(255, 255, 255, 0.5);
|
80163
|
+
cursor: not-allowed;
|
80158
80164
|
}
|
80159
80165
|
|
80160
|
-
.tox .tox-button.tox-button--enabled
|
80161
|
-
|
80162
|
-
|
80163
|
-
|
80166
|
+
.tox .tox-button.tox-button--enabled:focus:not(:disabled) {
|
80167
|
+
background-color: #00489b;
|
80168
|
+
background-image: none;
|
80169
|
+
border-color: #00489b;
|
80170
|
+
box-shadow: none;
|
80171
|
+
color: #fff;
|
80172
|
+
}
|
80173
|
+
|
80174
|
+
.tox .tox-button.tox-button--enabled:hover:not(:disabled) {
|
80175
|
+
background-color: #00489b;
|
80176
|
+
background-image: none;
|
80177
|
+
border-color: #00489b;
|
80178
|
+
box-shadow: none;
|
80179
|
+
color: #fff;
|
80180
|
+
}
|
80181
|
+
|
80182
|
+
.tox .tox-button.tox-button--enabled:active:not(:disabled) {
|
80183
|
+
background-color: #003c81;
|
80184
|
+
background-image: none;
|
80185
|
+
border-color: #003c81;
|
80186
|
+
box-shadow: none;
|
80187
|
+
color: #fff;
|
80164
80188
|
}
|
80165
80189
|
|
80166
80190
|
.tox .tox-button--icon-and-text,
|
@@ -80230,6 +80254,46 @@ title: Word Break
|
|
80230
80254
|
color: #222f3e;
|
80231
80255
|
}
|
80232
80256
|
|
80257
|
+
.tox .tox-button--secondary.tox-button--enabled {
|
80258
|
+
background-color: #a8c8ed;
|
80259
|
+
background-image: none;
|
80260
|
+
border-color: #a8c8ed;
|
80261
|
+
box-shadow: none;
|
80262
|
+
color: #222f3e;
|
80263
|
+
}
|
80264
|
+
|
80265
|
+
.tox .tox-button--secondary.tox-button--enabled[disabled] {
|
80266
|
+
background-color: #a8c8ed;
|
80267
|
+
background-image: none;
|
80268
|
+
border-color: #a8c8ed;
|
80269
|
+
box-shadow: none;
|
80270
|
+
color: rgba(34, 47, 62, 0.5);
|
80271
|
+
}
|
80272
|
+
|
80273
|
+
.tox .tox-button--secondary.tox-button--enabled:focus:not(:disabled) {
|
80274
|
+
background-color: #93bbe9;
|
80275
|
+
background-image: none;
|
80276
|
+
border-color: #93bbe9;
|
80277
|
+
box-shadow: none;
|
80278
|
+
color: #222f3e;
|
80279
|
+
}
|
80280
|
+
|
80281
|
+
.tox .tox-button--secondary.tox-button--enabled:hover:not(:disabled) {
|
80282
|
+
background-color: #93bbe9;
|
80283
|
+
background-image: none;
|
80284
|
+
border-color: #93bbe9;
|
80285
|
+
box-shadow: none;
|
80286
|
+
color: #222f3e;
|
80287
|
+
}
|
80288
|
+
|
80289
|
+
.tox .tox-button--secondary.tox-button--enabled:active:not(:disabled) {
|
80290
|
+
background-color: #7daee4;
|
80291
|
+
background-image: none;
|
80292
|
+
border-color: #7daee4;
|
80293
|
+
box-shadow: none;
|
80294
|
+
color: #222f3e;
|
80295
|
+
}
|
80296
|
+
|
80233
80297
|
.tox .tox-button--icon,
|
80234
80298
|
.tox .tox-button.tox-button--icon,
|
80235
80299
|
.tox .tox-button.tox-button--secondary.tox-button--icon {
|
@@ -83678,6 +83742,7 @@ title: Word Break
|
|
83678
83742
|
}
|
83679
83743
|
|
83680
83744
|
.tox .tox-tree .tox-trbtn .tox-tree__label {
|
83745
|
+
cursor: default;
|
83681
83746
|
overflow: hidden;
|
83682
83747
|
text-overflow: ellipsis;
|
83683
83748
|
white-space: nowrap;
|
@@ -86269,6 +86334,10 @@ title: Word Break
|
|
86269
86334
|
position: relative;
|
86270
86335
|
}
|
86271
86336
|
|
86337
|
+
.amis-scope .is-keyword {
|
86338
|
+
color: #584a94;
|
86339
|
+
}
|
86340
|
+
|
86272
86341
|
.amis-scope,
|
86273
86342
|
.amis-scope {
|
86274
86343
|
width: 100%;
|
@@ -89076,7 +89145,7 @@ title: Word Break
|
|
89076
89145
|
margin-bottom: 1rem;
|
89077
89146
|
padding: 1.5rem 0rem;
|
89078
89147
|
border: 0px solid #e9e8eb;
|
89079
|
-
border-radius:
|
89148
|
+
border-radius: 0.375rem;
|
89080
89149
|
}
|
89081
89150
|
|
89082
89151
|
.amis-scope .a-Modal-content.in,
|
@@ -89133,10 +89202,15 @@ title: Word Break
|
|
89133
89202
|
clear: both;
|
89134
89203
|
}
|
89135
89204
|
|
89205
|
+
.amis-scope .a-Modal-header .Dialog-close {
|
89206
|
+
content: '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class="icon icon-close"><g id="close" transform="translate(1.439340, 1.439340)" fill="currentColor" fill-rule="nonzero"><polygon points="12.0606602 5.80646642e-14 13.1213203 1.06066017 7.62066017 6.56066017 13.1213203 12.0606602 12.0606602 13.1213203 6.56066017 7.62066017 1.06066017 13.1213203 0 12.0606602 5.49966017 6.56066017 1.72084569e-13 1.06066017 1.06066017 0 6.56066017 5.49966017"></polygon></g></svg>';
|
89207
|
+
}
|
89208
|
+
|
89136
89209
|
.amis-scope .a-Modal-title {
|
89137
89210
|
font-size: 14px;
|
89138
89211
|
color: #181526;
|
89139
89212
|
font-weight: 500;
|
89213
|
+
height: auto;
|
89140
89214
|
}
|
89141
89215
|
|
89142
89216
|
.amis-scope .a-Modal-close {
|
@@ -89152,6 +89226,7 @@ title: Word Break
|
|
89152
89226
|
width: 1rem;
|
89153
89227
|
height: 1rem;
|
89154
89228
|
fill: #b9b8bf;
|
89229
|
+
color: #b9b8bf;
|
89155
89230
|
}
|
89156
89231
|
|
89157
89232
|
.amis-scope .a-Modal-close:not(.is-disabled) {
|
@@ -89179,9 +89254,12 @@ title: Word Break
|
|
89179
89254
|
flex-grow: 1;
|
89180
89255
|
height: auto;
|
89181
89256
|
padding: 0 1.5rem;
|
89257
|
+
font-size: 0.875rem;
|
89258
|
+
color: #181526;
|
89182
89259
|
}
|
89183
89260
|
|
89184
89261
|
.amis-scope .a-Modal-footer {
|
89262
|
+
height: auto;
|
89185
89263
|
display: flex;
|
89186
89264
|
align-items: center;
|
89187
89265
|
justify-content: flex-end;
|
@@ -89237,6 +89315,7 @@ title: Word Break
|
|
89237
89315
|
@media (min-width: 576px) {
|
89238
89316
|
.amis-scope .a-Modal-content {
|
89239
89317
|
max-width: 31.25rem;
|
89318
|
+
border-width: 0rem;
|
89240
89319
|
}
|
89241
89320
|
|
89242
89321
|
.amis-scope .a-Modal--sm .a-Modal-content {
|
@@ -89372,6 +89451,7 @@ title: Word Break
|
|
89372
89451
|
font-size: 14px;
|
89373
89452
|
font-weight: 500;
|
89374
89453
|
color: #181526;
|
89454
|
+
height: auto;
|
89375
89455
|
}
|
89376
89456
|
|
89377
89457
|
.amis-scope .a-Drawer-close {
|
@@ -89386,6 +89466,11 @@ title: Word Break
|
|
89386
89466
|
width: 0.75rem;
|
89387
89467
|
height: 0.75rem;
|
89388
89468
|
fill: #181526;
|
89469
|
+
color: #181526;
|
89470
|
+
}
|
89471
|
+
|
89472
|
+
.amis-scope .a-Drawer-close .Drawer-close {
|
89473
|
+
content: '<svg viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" class=" icon-close"><g id="close" transform="translate(1.439340, 1.439340)" fill="currentColor" fill-rule="nonzero"><polygon points="12.0606602 5.80646642e-14 13.1213203 1.06066017 7.62066017 6.56066017 13.1213203 12.0606602 12.0606602 13.1213203 6.56066017 7.62066017 1.06066017 13.1213203 0 12.0606602 5.49966017 6.56066017 1.72084569e-13 1.06066017 1.06066017 0 6.56066017 5.49966017"></polygon></g></svg>';
|
89389
89474
|
}
|
89390
89475
|
|
89391
89476
|
.amis-scope .a-Drawer-close:not(.is-disabled) {
|
@@ -89402,7 +89487,7 @@ title: Word Break
|
|
89402
89487
|
}
|
89403
89488
|
|
89404
89489
|
.amis-scope .a-Drawer-body {
|
89405
|
-
padding: 1.5rem;
|
89490
|
+
padding: 1.5rem 1.5rem 1.5rem 1.5rem;
|
89406
89491
|
flex-basis: 0;
|
89407
89492
|
flex-grow: 1;
|
89408
89493
|
overflow: auto;
|
@@ -89411,6 +89496,7 @@ title: Word Break
|
|
89411
89496
|
.amis-scope .a-Drawer-footer {
|
89412
89497
|
display: flex;
|
89413
89498
|
align-items: flex-end;
|
89499
|
+
height: auto;
|
89414
89500
|
justify-content: flex-end;
|
89415
89501
|
padding: 0.75rem;
|
89416
89502
|
border-top: 0.0625rem solid #f8f7fa;
|
@@ -90653,11 +90739,11 @@ title: Word Break
|
|
90653
90739
|
max-width: 25rem;
|
90654
90740
|
pointer-events: auto;
|
90655
90741
|
margin-bottom: 0.25rem;
|
90656
|
-
padding: 0.25rem 1rem;
|
90742
|
+
padding: 0.25rem 1rem 0.25rem 1rem;
|
90657
90743
|
box-shadow: 0px 4px 6px 0px rgba(8, 14, 26, 0.06),
|
90658
90744
|
0px 1px 10px 0px rgba(8, 14, 26, 0.05),
|
90659
90745
|
0px 2px 4px -1px rgba(8, 14, 26, 0.04);
|
90660
|
-
border-radius: 2px;
|
90746
|
+
border-radius: 2px 2px 2px 2px;
|
90661
90747
|
border: 1px solid;
|
90662
90748
|
color: #ffffff;
|
90663
90749
|
position: relative;
|
@@ -90695,14 +90781,13 @@ title: Word Break
|
|
90695
90781
|
height: 1.5rem;
|
90696
90782
|
color: #85848c;
|
90697
90783
|
margin-left: 0.5rem;
|
90698
|
-
opacity: 0.8;
|
90699
90784
|
align-items: center;
|
90700
90785
|
cursor: pointer;
|
90701
90786
|
}
|
90702
90787
|
|
90703
90788
|
.amis-scope .a-Toast-close:hover {
|
90789
|
+
font-size: 16px;
|
90704
90790
|
color: #7266ba;
|
90705
|
-
opacity: 1;
|
90706
90791
|
}
|
90707
90792
|
|
90708
90793
|
.amis-scope .a-Toast-close > svg {
|
@@ -90726,7 +90811,6 @@ title: Word Break
|
|
90726
90811
|
}
|
90727
90812
|
|
90728
90813
|
.amis-scope .a-Toast-content .a-Toast-body {
|
90729
|
-
font-size: 12px;
|
90730
90814
|
display: inline-block;
|
90731
90815
|
vertical-align: middle;
|
90732
90816
|
white-space: pre-wrap;
|
@@ -90758,26 +90842,42 @@ title: Word Break
|
|
90758
90842
|
|
90759
90843
|
.amis-scope .a-Toast--error {
|
90760
90844
|
color: #181526;
|
90761
|
-
border-color: #ffffff;
|
90762
90845
|
background: #ffffff;
|
90846
|
+
font-size: 12px;
|
90847
|
+
font-weight: 400;
|
90848
|
+
border-width: 1px 1px 1px 1px;
|
90849
|
+
border-style: solid solid solid solid;
|
90850
|
+
border-color: #ffffff #ffffff #ffffff #ffffff;
|
90763
90851
|
}
|
90764
90852
|
|
90765
90853
|
.amis-scope .a-Toast--warning {
|
90766
90854
|
color: #181526;
|
90767
|
-
border-color: #ffffff;
|
90768
90855
|
background: #ffffff;
|
90856
|
+
font-size: 12px;
|
90857
|
+
font-weight: 400;
|
90858
|
+
border-width: 1px 1px 1px 1px;
|
90859
|
+
border-style: solid solid solid solid;
|
90860
|
+
border-color: #ffffff #ffffff #ffffff #ffffff;
|
90769
90861
|
}
|
90770
90862
|
|
90771
90863
|
.amis-scope .a-Toast--info {
|
90772
90864
|
color: #181526;
|
90773
|
-
|
90865
|
+
font-size: 16px;
|
90866
|
+
font-weight: 400;
|
90774
90867
|
background: #ffffff;
|
90868
|
+
border-width: 1px 1px 1px 1px;
|
90869
|
+
border-style: solid solid solid solid;
|
90870
|
+
border-color: #ffffff #ffffff #ffffff #ffffff;
|
90775
90871
|
}
|
90776
90872
|
|
90777
90873
|
.amis-scope .a-Toast--success {
|
90778
90874
|
color: #181526;
|
90779
|
-
|
90875
|
+
font-size: 12px;
|
90876
|
+
font-weight: 400;
|
90780
90877
|
background: #ffffff;
|
90878
|
+
border-width: 1px 1px 1px 1px;
|
90879
|
+
border-style: solid solid solid solid;
|
90880
|
+
border-color: #ffffff #ffffff #ffffff #ffffff;
|
90781
90881
|
}
|
90782
90882
|
|
90783
90883
|
.amis-scope .a-Toast-wrap--topRight {
|
@@ -90859,11 +90959,15 @@ title: Word Break
|
|
90859
90959
|
|
90860
90960
|
.amis-scope .a-Alert {
|
90861
90961
|
font-size: 12px;
|
90862
|
-
|
90863
|
-
|
90962
|
+
font-weight: 400;
|
90963
|
+
box-shadow: 0px 0px 0px 0px transparent;
|
90964
|
+
padding: 0.25rem 1rem 0.25rem 1rem;
|
90864
90965
|
border: 0.0625rem solid transparent;
|
90865
|
-
border-radius: 2px
|
90866
|
-
|
90966
|
+
border-radius: 2px
|
90967
|
+
2px
|
90968
|
+
2px
|
90969
|
+
2px;
|
90970
|
+
margin: 0rem 0rem 1rem 0rem;
|
90867
90971
|
position: relative;
|
90868
90972
|
color: #5d5c66;
|
90869
90973
|
display: flex;
|
@@ -90873,7 +90977,7 @@ title: Word Break
|
|
90873
90977
|
}
|
90874
90978
|
|
90875
90979
|
.amis-scope .a-Alert-has-title {
|
90876
|
-
padding: 1rem;
|
90980
|
+
padding: 1rem 1rem 1rem 1rem;
|
90877
90981
|
}
|
90878
90982
|
|
90879
90983
|
.amis-scope .a-Alert-has-title .a-Alert-content .a-Alert-title {
|
@@ -90886,7 +90990,7 @@ title: Word Break
|
|
90886
90990
|
|
90887
90991
|
.amis-scope .a-Alert-icon {
|
90888
90992
|
margin-right: 0.5rem;
|
90889
|
-
font-size:
|
90993
|
+
font-size: 1rem;
|
90890
90994
|
}
|
90891
90995
|
|
90892
90996
|
.amis-scope .a-Alert-content {
|
@@ -90934,24 +91038,40 @@ title: Word Break
|
|
90934
91038
|
border-color: transparent;
|
90935
91039
|
}
|
90936
91040
|
|
91041
|
+
.amis-scope .a-Alert--danger .a-Alert-icon .icon-alert-danger path {
|
91042
|
+
fill: #e62525;
|
91043
|
+
}
|
91044
|
+
|
90937
91045
|
.amis-scope .a-Alert--info {
|
90938
91046
|
color: #181526;
|
90939
|
-
background:
|
91047
|
+
background: rgba(0, 126, 255, 0.08);
|
90940
91048
|
border-color: transparent;
|
90941
91049
|
}
|
90942
91050
|
|
91051
|
+
.amis-scope .a-Alert--info .a-Alert-icon .icon-alert-info path {
|
91052
|
+
fill: #7266ba;
|
91053
|
+
}
|
91054
|
+
|
90943
91055
|
.amis-scope .a-Alert--success {
|
90944
91056
|
color: #181526;
|
90945
91057
|
background: #ddf0d8;
|
90946
91058
|
border-color: transparent;
|
90947
91059
|
}
|
90948
91060
|
|
91061
|
+
.amis-scope .a-Alert--success .a-Alert-icon .icon-alert-success path {
|
91062
|
+
fill: #45b035;
|
91063
|
+
}
|
91064
|
+
|
90949
91065
|
.amis-scope .a-Alert--warning {
|
90950
91066
|
color: #181526;
|
90951
91067
|
background: #fff4e6;
|
90952
91068
|
border-color: transparent;
|
90953
91069
|
}
|
90954
91070
|
|
91071
|
+
.amis-scope .a-Alert--warning .a-Alert-icon .icon-alert-warning path {
|
91072
|
+
fill: #f0861d;
|
91073
|
+
}
|
91074
|
+
|
90955
91075
|
.amis-scope .a-AppBcn {
|
90956
91076
|
height: 1.875rem;
|
90957
91077
|
line-height: 1.875rem;
|
@@ -91018,8 +91138,8 @@ title: Word Break
|
|
91018
91138
|
margin: 0rem 0rem 0rem 0rem;
|
91019
91139
|
color: #ffffff;
|
91020
91140
|
background: #7266ba;
|
91021
|
-
border-color: #ffffff #897fc7
|
91022
|
-
border-width: #584a94 #
|
91141
|
+
border-color: #ffffff #897fc7 #897fc7 #ffffff;
|
91142
|
+
border-width: #584a94 #584a94 #ffffff 1px;
|
91023
91143
|
border-style: solid solid solid solid;
|
91024
91144
|
box-shadow: 0px 0px 0px 0px transparent;
|
91025
91145
|
}
|
@@ -92408,398 +92528,14 @@ title: Word Break
|
|
92408
92528
|
|
92409
92529
|
.amis-scope .a-Nav {
|
92410
92530
|
position: relative;
|
92411
|
-
}
|
92412
|
-
|
92413
|
-
.amis-scope .a-Nav .a-Nav-itemIcon {
|
92414
|
-
margin-right: 0.5rem;
|
92415
|
-
}
|
92416
|
-
|
92417
|
-
.amis-scope .a-Nav .a-Nav-list {
|
92418
|
-
list-style: none;
|
92419
|
-
user-select: none;
|
92420
|
-
margin: 0;
|
92421
|
-
padding: 0;
|
92422
|
-
position: relative;
|
92423
|
-
}
|
92424
|
-
|
92425
|
-
.amis-scope .a-Nav .a-Nav-list img.a-Nav-itemIcon {
|
92426
|
-
height: 14px;
|
92427
|
-
vertical-align: middle;
|
92428
|
-
}
|
92429
|
-
|
92430
|
-
.amis-scope .a-Nav .a-Nav-list .a-Nav-itemToggler {
|
92431
|
-
margin-right: 0.625rem;
|
92432
|
-
height: 1.5rem;
|
92433
|
-
text-align: center;
|
92434
|
-
line-height: 1.5rem;
|
92435
|
-
vertical-align: middle;
|
92436
|
-
cursor: pointer;
|
92437
|
-
transform: scale(0.8);
|
92438
|
-
transition: transform 0s;
|
92439
|
-
}
|
92440
|
-
|
92441
|
-
.amis-scope .a-Nav .a-Nav-list .a-Nav-itemToggler > svg {
|
92442
|
-
width: 10px;
|
92443
|
-
height: 10px;
|
92444
|
-
top: 0;
|
92445
|
-
}
|
92446
|
-
|
92447
|
-
.amis-scope .a-Nav .a-Nav-list-overflow {
|
92448
|
-
min-height: 2.5rem !important;
|
92449
|
-
max-height: calc(2.5rem * 5);
|
92450
|
-
max-width: 10rem;
|
92451
|
-
font-size: 12px;
|
92452
|
-
overflow-x: hidden;
|
92453
|
-
overflow-y: auto;
|
92454
|
-
}
|
92455
|
-
|
92456
|
-
.amis-scope .a-Nav .a-Nav-list-overflow .a-Nav-subItems {
|
92457
|
-
margin-block-start: 0;
|
92458
|
-
margin-block-end: 0;
|
92459
|
-
}
|
92460
|
-
|
92461
|
-
.amis-scope .a-Nav .a-Nav-list-overflow .a-Nav-item {
|
92462
|
-
max-width: 10rem;
|
92463
|
-
height: 2.5rem;
|
92464
|
-
}
|
92465
|
-
|
92466
|
-
.amis-scope .a-Nav .a-Nav-list-overflow .a-Nav-item > a {
|
92467
|
-
border: none !important;
|
92468
|
-
display: block !important;
|
92469
|
-
text-overflow: ellipsis;
|
92470
|
-
overflow: hidden;
|
92471
|
-
white-space: nowrap;
|
92472
|
-
user-select: none;
|
92473
|
-
}
|
92474
|
-
|
92475
|
-
.amis-scope .a-Nav .a-Nav-list--tabs {
|
92476
|
-
border-bottom: 0.0625rem solid #e9e8eb;
|
92477
|
-
}
|
92478
|
-
|
92479
|
-
.amis-scope .a-Nav .a-Nav-list--tabs.nav-simple {
|
92480
|
-
display: flex;
|
92481
|
-
}
|
92482
|
-
|
92483
|
-
.amis-scope .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item {
|
92484
|
-
margin-bottom: 0;
|
92485
|
-
vertical-align: text-top;
|
92486
|
-
}
|
92487
|
-
|
92488
|
-
.amis-scope .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item > a {
|
92489
|
-
border: none;
|
92490
|
-
margin: 0;
|
92491
|
-
padding: 1rem 0;
|
92492
|
-
}
|
92493
|
-
|
92494
|
-
.amis-scope .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item:hover > a,
|
92495
|
-
.amis-scope .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item:hover > a:focus {
|
92496
|
-
border: none;
|
92497
|
-
color: #181526;
|
92498
|
-
text-decoration: none;
|
92499
|
-
}
|
92500
|
-
|
92501
|
-
.amis-scope .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item.active > a,
|
92502
|
-
.amis-scope .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item.is-active > a {
|
92503
|
-
border: none;
|
92504
|
-
background: none;
|
92505
|
-
}
|
92506
|
-
|
92507
|
-
.amis-scope .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item.is-active {
|
92508
|
-
position: relative;
|
92509
|
-
}
|
92510
|
-
|
92511
|
-
.amis-scope .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item.is-active:after {
|
92512
|
-
position: absolute;
|
92513
|
-
content: "";
|
92514
|
-
bottom: 0;
|
92515
|
-
width: 100%;
|
92516
|
-
height: 0.125rem;
|
92517
|
-
background-color: #181526;
|
92518
|
-
}
|
92519
|
-
|
92520
|
-
.amis-scope .a-Nav .a-Nav-list--tabs.nav-simple .a-Nav-item .a-Nav-subItems {
|
92521
|
-
display: none;
|
92522
|
-
}
|
92523
|
-
|
92524
|
-
.amis-scope .a-Nav .a-Nav-list--tabs.nav-simple:first-child {
|
92525
|
-
margin-left: 0;
|
92526
|
-
}
|
92527
|
-
|
92528
|
-
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item {
|
92529
|
-
margin-bottom: calc(0.0625rem * -1);
|
92530
|
-
display: inline-block;
|
92531
|
-
position: relative;
|
92532
|
-
max-width: 10rem;
|
92533
|
-
}
|
92534
|
-
|
92535
|
-
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item > a {
|
92536
|
-
font-size: 14px;
|
92537
|
-
display: block;
|
92538
|
-
outline: none;
|
92539
|
-
border: 0.0625rem solid transparent;
|
92540
|
-
border-top-left-radius: 2px;
|
92541
|
-
border-top-right-radius: 2px;
|
92542
|
-
color: #181526;
|
92543
|
-
text-decoration: none;
|
92544
|
-
margin-right: 0.125rem;
|
92545
|
-
padding: 0.5rem 1.5rem;
|
92546
|
-
cursor: pointer;
|
92547
|
-
text-overflow: ellipsis;
|
92548
|
-
overflow: hidden;
|
92549
|
-
white-space: nowrap;
|
92550
|
-
}
|
92551
|
-
|
92552
|
-
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a,
|
92553
|
-
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item:hover > a:focus {
|
92554
|
-
border-color: #e9e8eb;
|
92555
|
-
border-bottom: none;
|
92556
|
-
color: #181526;
|
92557
|
-
text-decoration: none;
|
92558
|
-
}
|
92559
|
-
|
92560
|
-
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.disabled > a,
|
92561
|
-
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-disabled > a {
|
92562
|
-
color: #d5d4d9;
|
92563
|
-
background: transparent;
|
92564
|
-
border-color: transparent;
|
92565
|
-
pointer-events: none;
|
92566
|
-
}
|
92567
|
-
|
92568
|
-
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.active > a,
|
92569
|
-
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item.is-active > a {
|
92570
|
-
color: #181526;
|
92571
|
-
background: #ffffff;
|
92572
|
-
border-color: #e9e8eb;
|
92573
|
-
border-bottom-color: #ffffff;
|
92574
|
-
}
|
92575
|
-
|
92576
|
-
.amis-scope .a-Nav .a-Nav-list--tabs > .a-Nav-item {
|
92577
|
-
margin-left: 2.5rem;
|
92578
|
-
}
|
92579
|
-
|
92580
|
-
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow:hover > a,
|
92581
|
-
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow > a:focus,
|
92582
|
-
.amis-scope .a-Nav .a-Nav-list--tabs .a-Nav-item-overflow.is-overflow-opened > a {
|
92583
|
-
color: #7266ba;
|
92584
|
-
border-color: transparent;
|
92585
|
-
}
|
92586
|
-
|
92587
|
-
.amis-scope .a-Nav .a-Nav-list--stacked {
|
92588
|
-
min-height: 3.125rem;
|
92589
|
-
}
|
92590
|
-
|
92591
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item,
|
92592
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge {
|
92593
|
-
position: relative;
|
92594
|
-
display: flex;
|
92595
|
-
flex-wrap: wrap;
|
92596
|
-
align-items: stretch;
|
92597
|
-
width: 100%;
|
92598
|
-
}
|
92599
|
-
|
92600
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager,
|
92601
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager {
|
92602
|
-
cursor: move;
|
92603
|
-
position: absolute;
|
92604
|
-
left: 0;
|
92605
|
-
display: none;
|
92606
|
-
line-height: 0;
|
92607
|
-
}
|
92608
|
-
|
92609
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon,
|
92610
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon,
|
92611
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon,
|
92612
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon {
|
92613
|
-
color: #85848c;
|
92614
|
-
}
|
92615
|
-
|
92616
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .icon:hover,
|
92617
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > .icon:hover,
|
92618
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .icon:hover,
|
92619
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > .icon:hover {
|
92620
|
-
color: #7266ba;
|
92621
|
-
}
|
92622
|
-
|
92623
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-itemDrager svg,
|
92624
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-itemDrager svg {
|
92625
|
-
width: 1rem;
|
92626
|
-
height: 1rem;
|
92627
|
-
}
|
92628
|
-
|
92629
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge-ribbon-out,
|
92630
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge-ribbon-out {
|
92631
|
-
z-index: 3;
|
92632
|
-
}
|
92633
|
-
|
92634
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Nav-item-atcions,
|
92635
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Nav-item-atcions {
|
92636
|
-
display: flex;
|
92637
|
-
align-items: center;
|
92638
|
-
}
|
92639
|
-
|
92640
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a,
|
92641
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a,
|
92642
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a,
|
92643
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a {
|
92644
|
-
display: flex;
|
92645
|
-
align-items: center;
|
92646
|
-
outline: none;
|
92647
|
-
color: #181526;
|
92648
|
-
text-decoration: none;
|
92649
|
-
padding: 0.5rem 0.5rem;
|
92650
92531
|
cursor: pointer;
|
92651
|
-
background:
|
92652
|
-
border-radius: 0px;
|
92653
|
-
text-overflow: ellipsis;
|
92654
|
-
flex: 1;
|
92655
|
-
}
|
92656
|
-
|
92657
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover,
|
92658
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus,
|
92659
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover + .a-Nav-item-atcions,
|
92660
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus + .a-Nav-item-atcions,
|
92661
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover,
|
92662
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus,
|
92663
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover + .a-Nav-item-atcions,
|
92664
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus + .a-Nav-item-atcions,
|
92665
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover,
|
92666
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus,
|
92667
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover + .a-Nav-item-atcions,
|
92668
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus + .a-Nav-item-atcions,
|
92669
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover,
|
92670
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus,
|
92671
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover + .a-Nav-item-atcions,
|
92672
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus + .a-Nav-item-atcions {
|
92673
|
-
border-color: #181526;
|
92674
|
-
text-decoration: none;
|
92675
|
-
background: rgba(0, 0, 0, 0.05);
|
92676
|
-
z-index: 1;
|
92677
|
-
}
|
92678
|
-
|
92679
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
|
92680
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
|
92681
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:hover > .a-Nav-itemDrager,
|
92682
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item > .a-Badge > a:focus > .a-Nav-itemDrager,
|
92683
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:hover > .a-Nav-itemDrager,
|
92684
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > a:focus > .a-Nav-itemDrager,
|
92685
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:hover > .a-Nav-itemDrager,
|
92686
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge > .a-Badge > a:focus > .a-Nav-itemDrager {
|
92687
|
-
display: block;
|
92688
|
-
}
|
92689
|
-
|
92690
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > a,
|
92691
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > a,
|
92692
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.disabled > .a-Badge > a,
|
92693
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-disabled > .a-Badge > a,
|
92694
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > a,
|
92695
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > a,
|
92696
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.disabled > .a-Badge > a,
|
92697
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-disabled > .a-Badge > a {
|
92698
|
-
color: #b9b8bf;
|
92699
|
-
background: transparent;
|
92700
|
-
pointer-events: none;
|
92701
|
-
}
|
92702
|
-
|
92703
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > a,
|
92704
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
|
92705
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > a,
|
92706
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.active > .a-Badge > a,
|
92707
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions,
|
92708
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-active > .a-Badge > a,
|
92709
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > a,
|
92710
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Nav-item-atcions,
|
92711
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > a,
|
92712
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.active > .a-Badge > a,
|
92713
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions,
|
92714
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-active > .a-Badge > a {
|
92715
|
-
color: #7266ba;
|
92716
|
-
position: relative;
|
92717
|
-
background: #ffffff !important;
|
92718
|
-
}
|
92719
|
-
|
92720
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler,
|
92721
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
|
92722
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
|
92723
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
|
92724
|
-
transform: rotate(180deg) scale(0.8);
|
92725
|
-
}
|
92726
|
-
|
92727
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems,
|
92728
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-unfolded > .a-Badge > .a-Nav-subItems,
|
92729
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Nav-subItems,
|
92730
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
|
92731
|
-
display: block;
|
92732
|
-
}
|
92733
|
-
|
92734
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after .a-Nav-itemToggler,
|
92735
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-after .a-Nav-itemToggler {
|
92736
|
-
margin-left: auto;
|
92737
|
-
}
|
92738
|
-
|
92739
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > a,
|
92740
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > .a-Badge > a,
|
92741
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-after > a,
|
92742
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-after > .a-Badge > a {
|
92532
|
+
background-color: #ffffff;
|
92743
92533
|
font-size: 14px;
|
92744
|
-
|
92745
|
-
height: 2.5rem;
|
92746
|
-
border-radius: 0;
|
92747
|
-
}
|
92748
|
-
|
92749
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > a:hover,
|
92750
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > a:focus,
|
92751
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > a:hover + .a-Nav-item-atcions,
|
92752
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > a:focus + .a-Nav-item-atcions,
|
92753
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > .a-Badge > a:hover,
|
92754
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > .a-Badge > a:focus,
|
92755
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > .a-Badge > a:hover + .a-Nav-item-atcions,
|
92756
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after > .a-Badge > a:focus + .a-Nav-item-atcions,
|
92757
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-after > a:hover,
|
92758
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-after > a:focus,
|
92759
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-after > a:hover + .a-Nav-item-atcions,
|
92760
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-after > a:focus + .a-Nav-item-atcions,
|
92761
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-after > .a-Badge > a:hover,
|
92762
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-after > .a-Badge > a:focus,
|
92763
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-after > .a-Badge > a:hover + .a-Nav-item-atcions,
|
92764
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-after > .a-Badge > a:focus + .a-Nav-item-atcions {
|
92765
|
-
background: none;
|
92766
|
-
color: #7266ba;
|
92767
|
-
}
|
92768
|
-
|
92769
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after.is-active > .a-Badge > a,
|
92770
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-after.is-active > .a-Badge > a {
|
92771
|
-
background-color: var(--colors-neutral-fill-12) !important;
|
92772
|
-
}
|
92773
|
-
|
92774
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item.is-after.is-active::after,
|
92775
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge.is-after.is-active::after {
|
92776
|
-
position: absolute;
|
92777
|
-
left: 0;
|
92778
|
-
content: "";
|
92779
|
-
width: 3px;
|
92780
|
-
height: 100%;
|
92781
|
-
background-color: #7266ba;
|
92782
|
-
z-index: 2;
|
92783
|
-
}
|
92784
|
-
|
92785
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-spinner,
|
92786
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-spinner {
|
92787
|
-
position: absolute;
|
92788
|
-
right: 0.625rem;
|
92789
|
-
top: 0.5rem;
|
92790
|
-
}
|
92791
|
-
|
92792
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Nav-item .a-Nav-subItems,
|
92793
|
-
.amis-scope .a-Nav .a-Nav-list--stacked .a-Badge .a-Nav-subItems {
|
92794
|
-
display: none;
|
92795
|
-
padding-left: 0;
|
92796
|
-
list-style: none;
|
92797
|
-
width: 100%;
|
92534
|
+
line-height: 2.5rem;
|
92798
92535
|
}
|
92799
92536
|
|
92800
|
-
.amis-scope .a-Nav
|
92801
|
-
|
92802
|
-
font-size: 12px;
|
92537
|
+
.amis-scope .a-Nav-horizontal {
|
92538
|
+
line-height: 3.125rem;
|
92803
92539
|
}
|
92804
92540
|
|
92805
92541
|
.amis-scope .a-Nav .a-Nav-dropIndicator {
|
@@ -92808,11 +92544,6 @@ title: Word Break
|
|
92808
92544
|
height: 2px;
|
92809
92545
|
}
|
92810
92546
|
|
92811
|
-
.amis-scope .a-Nav-itemIconAfter {
|
92812
|
-
margin-right: 0;
|
92813
|
-
margin-left: 0.5rem;
|
92814
|
-
}
|
92815
|
-
|
92816
92547
|
.amis-scope .a-Page {
|
92817
92548
|
width: 100%;
|
92818
92549
|
height: 100%;
|
@@ -93616,7 +93347,9 @@ title: Word Break
|
|
93616
93347
|
margin: 0.75rem 0 0 0;
|
93617
93348
|
word-break: keep-all;
|
93618
93349
|
white-space: nowrap;
|
93350
|
+
font-size: 12px;
|
93619
93351
|
color: #7266ba;
|
93352
|
+
font-weight: 400;
|
93620
93353
|
}
|
93621
93354
|
|
93622
93355
|
.amis-scope .a-Spinner.a-Spinner-tip--top {
|
@@ -93704,7 +93437,6 @@ title: Word Break
|
|
93704
93437
|
.amis-scope .a-ButtonGroup > .a-Button {
|
93705
93438
|
position: relative;
|
93706
93439
|
flex: 0 1 auto;
|
93707
|
-
max-width: 8.75rem;
|
93708
93440
|
overflow: hidden;
|
93709
93441
|
text-overflow: ellipsis;
|
93710
93442
|
white-space: nowrap;
|
@@ -94065,6 +93797,7 @@ title: Word Break
|
|
94065
93797
|
}
|
94066
93798
|
|
94067
93799
|
.amis-scope .a-ScheduleCalendar .rdt .rdtPicker td.rdtActive > span {
|
93800
|
+
color: #181526 !important;
|
94068
93801
|
background: transparent !important;
|
94069
93802
|
}
|
94070
93803
|
|
@@ -94089,8 +93822,16 @@ title: Word Break
|
|
94089
93822
|
border: 1px solid #e9e8eb;
|
94090
93823
|
}
|
94091
93824
|
|
93825
|
+
.amis-scope .a-ScheduleCalendar-large .rdtHeader {
|
93826
|
+
margin-top: 0;
|
93827
|
+
}
|
93828
|
+
|
93829
|
+
.amis-scope .a-ScheduleCalendar-large .rdtPicker .dow {
|
93830
|
+
height: 2.5rem;
|
93831
|
+
}
|
93832
|
+
|
94092
93833
|
.amis-scope .a-ScheduleCalendar-large .rdtDay {
|
94093
|
-
height: 6.
|
93834
|
+
height: 6.875rem;
|
94094
93835
|
vertical-align: top;
|
94095
93836
|
}
|
94096
93837
|
|
@@ -94110,6 +93851,12 @@ title: Word Break
|
|
94110
93851
|
padding: 0 0.25rem;
|
94111
93852
|
height: 1.25rem;
|
94112
93853
|
color: #ffffff;
|
93854
|
+
text-shadow: none;
|
93855
|
+
}
|
93856
|
+
|
93857
|
+
.amis-scope .a-ScheduleCalendar-large .a-ScheduleCalendar-large-day-wrap .a-ScheduleCalendar-large-schedule-header,
|
93858
|
+
.amis-scope .a-ScheduleCalendar-large .a-ScheduleCalendar-large-day-wrap .a-ScheduleCalendar-large-schedule-footer {
|
93859
|
+
text-shadow: none;
|
94113
93860
|
}
|
94114
93861
|
|
94115
93862
|
.amis-scope .a-ScheduleCalendar-large .a-ScheduleCalendar-action {
|
@@ -94666,9 +94413,9 @@ title: Word Break
|
|
94666
94413
|
width: 1.25rem;
|
94667
94414
|
height: 1.25rem;
|
94668
94415
|
border-radius: 50%;
|
94669
|
-
background: #
|
94416
|
+
background: #d7d5ed;
|
94670
94417
|
text-align: center;
|
94671
|
-
color: #
|
94418
|
+
color: #3e316e;
|
94672
94419
|
cursor: pointer;
|
94673
94420
|
transition: transform 0.3s ease;
|
94674
94421
|
}
|
@@ -94678,26 +94425,39 @@ title: Word Break
|
|
94678
94425
|
}
|
94679
94426
|
|
94680
94427
|
.amis-scope .a-CBGroup-toolbarCondition-arrow:hover {
|
94681
|
-
background: #
|
94682
|
-
color: #
|
94428
|
+
background: #7266ba;
|
94429
|
+
color: #ffffff;
|
94683
94430
|
}
|
94684
94431
|
|
94685
94432
|
.amis-scope .a-CBGroup-toolbarCondition .a-Select {
|
94686
|
-
font-size:
|
94433
|
+
font-size: 12px;
|
94687
94434
|
height: 1.75rem;
|
94688
94435
|
width: 1.75rem;
|
94689
|
-
background: #
|
94436
|
+
background: #d7d5ed;
|
94690
94437
|
border: none;
|
94691
|
-
color: #
|
94438
|
+
color: #3e316e;
|
94692
94439
|
font-weight: 500;
|
94693
94440
|
padding: 0;
|
94694
|
-
|
94441
|
+
text-align: center;
|
94695
94442
|
min-height: 1.75rem;
|
94696
94443
|
}
|
94697
94444
|
|
94445
|
+
.amis-scope .a-CBGroup-toolbarCondition .a-Select.is-focused {
|
94446
|
+
color: #3e316e !important;
|
94447
|
+
font-size: 12px;
|
94448
|
+
font-weight: 500;
|
94449
|
+
background: #d7d5ed !important;
|
94450
|
+
border: none !important;
|
94451
|
+
box-shadow: none !important;
|
94452
|
+
}
|
94453
|
+
|
94698
94454
|
.amis-scope .a-CBGroup-toolbarCondition .a-Select:hover {
|
94699
|
-
color: #
|
94700
|
-
|
94455
|
+
color: #ffffff !important;
|
94456
|
+
font-size: 12px;
|
94457
|
+
font-weight: 500;
|
94458
|
+
background: #7266ba !important;
|
94459
|
+
border: none !important;
|
94460
|
+
box-shadow: none !important;
|
94701
94461
|
}
|
94702
94462
|
|
94703
94463
|
.amis-scope .a-CBGroup-toolbarCondition .a-Select-arrow {
|
@@ -94721,8 +94481,8 @@ title: Word Break
|
|
94721
94481
|
position: absolute;
|
94722
94482
|
top: 0.3125rem;
|
94723
94483
|
bottom: 0.3125rem;
|
94724
|
-
width:
|
94725
|
-
background-color: #
|
94484
|
+
width: 0.125rem;
|
94485
|
+
background-color: #d7d5ed;
|
94726
94486
|
}
|
94727
94487
|
|
94728
94488
|
.amis-scope .a-CBGroup-body {
|
@@ -94830,9 +94590,8 @@ title: Word Break
|
|
94830
94590
|
.amis-scope .a-CBGroup-placeholder {
|
94831
94591
|
color: #b9b8bf;
|
94832
94592
|
position: relative;
|
94833
|
-
padding:
|
94834
|
-
background:
|
94835
|
-
border-radius: 5px;
|
94593
|
+
padding: 0.75rem 0.75rem 0.75rem 0.625rem;
|
94594
|
+
background: #f8f7fa;
|
94836
94595
|
}
|
94837
94596
|
|
94838
94597
|
.amis-scope .a-CBGroup-placeholder.simple {
|
@@ -94909,10 +94668,9 @@ title: Word Break
|
|
94909
94668
|
}
|
94910
94669
|
|
94911
94670
|
.amis-scope .a-CBGroupOrItem-body-item {
|
94912
|
-
background-color: #
|
94671
|
+
background-color: #f8f7fa;
|
94913
94672
|
width: 100%;
|
94914
|
-
padding: 0.75rem;
|
94915
|
-
padding-left: 1.75rem;
|
94673
|
+
padding: 0.75rem 0.75rem 0.75rem 1.75rem;
|
94916
94674
|
display: flex;
|
94917
94675
|
flex-direction: row;
|
94918
94676
|
align-items: center;
|
@@ -95328,7 +95086,7 @@ title: Word Break
|
|
95328
95086
|
float: left;
|
95329
95087
|
padding: 0 1rem 0 1.5625rem;
|
95330
95088
|
margin: 0;
|
95331
|
-
color: #
|
95089
|
+
color: #b9b8bf;
|
95332
95090
|
cursor: pointer;
|
95333
95091
|
height: 3.75rem;
|
95334
95092
|
line-height: 3.75rem;
|
@@ -95379,7 +95137,7 @@ title: Word Break
|
|
95379
95137
|
.amis-scope .a-Wizard > ul.nav li.is-active,
|
95380
95138
|
.amis-scope .a-Wizard-tabs > ul.nav li.is-active {
|
95381
95139
|
color: #323040;
|
95382
|
-
background: #
|
95140
|
+
background: #ffffff;
|
95383
95141
|
}
|
95384
95142
|
|
95385
95143
|
.amis-scope .a-Wizard > ul.nav li.is-active:after,
|
@@ -95389,7 +95147,9 @@ title: Word Break
|
|
95389
95147
|
|
95390
95148
|
.amis-scope .a-Wizard-steps {
|
95391
95149
|
font-size: 14px;
|
95392
|
-
padding: 0.625rem
|
95150
|
+
padding: 0.625rem
|
95151
|
+
0rem 0.625rem
|
95152
|
+
0rem;
|
95393
95153
|
background: #ffffff;
|
95394
95154
|
border-bottom: 0px solid #e9e8eb;
|
95395
95155
|
text-align: center;
|
@@ -95417,7 +95177,8 @@ title: Word Break
|
|
95417
95177
|
float: left;
|
95418
95178
|
padding: 0 1rem 0 1.5625rem;
|
95419
95179
|
margin: 0;
|
95420
|
-
|
95180
|
+
font-size: 14px;
|
95181
|
+
color: #b9b8bf;
|
95421
95182
|
cursor: default;
|
95422
95183
|
height: 3.75rem;
|
95423
95184
|
line-height: 3.75rem;
|
@@ -95436,6 +95197,7 @@ title: Word Break
|
|
95436
95197
|
bottom: 0;
|
95437
95198
|
right: -0.625rem;
|
95438
95199
|
z-index: 2;
|
95200
|
+
color: #ffffff;
|
95439
95201
|
}
|
95440
95202
|
|
95441
95203
|
.amis-scope .a-Wizard-steps ul li:after {
|
@@ -95449,7 +95211,11 @@ title: Word Break
|
|
95449
95211
|
background: #ffffff;
|
95450
95212
|
}
|
95451
95213
|
|
95452
|
-
.amis-scope .a-Wizard-steps ul li.is-active:after
|
95214
|
+
.amis-scope .a-Wizard-steps ul li.is-active:after,
|
95215
|
+
.amis-scope .a-Wizard-steps ul li.is-complete:after,
|
95216
|
+
.amis-scope .a-Wizard-steps ul li.is-active:before,
|
95217
|
+
.amis-scope .a-Wizard-steps ul li.is-complete:before {
|
95218
|
+
color: #ffffff;
|
95453
95219
|
border-left-color: #ffffff;
|
95454
95220
|
}
|
95455
95221
|
|
@@ -95460,7 +95226,10 @@ title: Word Break
|
|
95460
95226
|
}
|
95461
95227
|
|
95462
95228
|
.amis-scope .a-Wizard-stepContent {
|
95463
|
-
padding: 0.75rem
|
95229
|
+
padding: 0.75rem
|
95230
|
+
0.75rem
|
95231
|
+
0.75rem
|
95232
|
+
0.75rem;
|
95464
95233
|
}
|
95465
95234
|
|
95466
95235
|
.amis-scope .a-Wizard-stepContent .Step-pane {
|
@@ -95501,7 +95270,7 @@ title: Word Break
|
|
95501
95270
|
}
|
95502
95271
|
|
95503
95272
|
.amis-scope .a-Wizard--vertical > .a-Wizard-step > .a-Wizard-steps ul li.is-active {
|
95504
|
-
background: #
|
95273
|
+
background: #ffffff;
|
95505
95274
|
}
|
95506
95275
|
|
95507
95276
|
.amis-scope .a-Wizard--vertical > .a-Wizard-step > .a-Wizard-stepContent {
|
@@ -95534,10 +95303,13 @@ title: Word Break
|
|
95534
95303
|
line-height: calc( 1.5 * 14px - 0.125rem );
|
95535
95304
|
display: inline-block;
|
95536
95305
|
font-size: 12px;
|
95537
|
-
color: #
|
95306
|
+
color: #2468f2;
|
95307
|
+
font-weight: 400;
|
95538
95308
|
background: #cce5ff;
|
95539
|
-
border:
|
95540
|
-
border-
|
95309
|
+
border-width: 1px 1px 1px 1px;
|
95310
|
+
border-style: solid solid solid solid;
|
95311
|
+
border-color: #7dadff #7dadff #7dadff #7dadff;
|
95312
|
+
border-radius: 2px 2px 2px 2px;
|
95541
95313
|
margin-right: 0.25rem;
|
95542
95314
|
margin-top: 0.25rem;
|
95543
95315
|
}
|
@@ -95552,6 +95324,7 @@ title: Word Break
|
|
95552
95324
|
}
|
95553
95325
|
|
95554
95326
|
.amis-scope .a-Crud-valueIcon {
|
95327
|
+
color: #2468f2;
|
95555
95328
|
cursor: pointer;
|
95556
95329
|
border-right: 0.0625rem solid #a19bd4;
|
95557
95330
|
padding: 1px 5px;
|
@@ -95696,10 +95469,13 @@ title: Word Break
|
|
95696
95469
|
line-height: calc( 1.5 * 14px - 0.125rem );
|
95697
95470
|
display: inline-block;
|
95698
95471
|
font-size: 12px;
|
95699
|
-
color: #
|
95472
|
+
color: #2468f2;
|
95473
|
+
font-weight: 400;
|
95700
95474
|
background: #cce5ff;
|
95701
|
-
border:
|
95702
|
-
border-
|
95475
|
+
border-width: 1px 1px 1px 1px;
|
95476
|
+
border-style: solid solid solid solid;
|
95477
|
+
border-color: #7dadff #7dadff #7dadff #7dadff;
|
95478
|
+
border-radius: 2px 2px 2px 2px;
|
95703
95479
|
margin-right: 0.25rem;
|
95704
95480
|
margin-top: 0.25rem;
|
95705
95481
|
}
|
@@ -95714,6 +95490,7 @@ title: Word Break
|
|
95714
95490
|
}
|
95715
95491
|
|
95716
95492
|
.amis-scope .a-Crud2-valueIcon {
|
95493
|
+
color: #2468f2;
|
95717
95494
|
cursor: pointer;
|
95718
95495
|
border-right: 0.0625rem solid #a19bd4;
|
95719
95496
|
padding: 1px 5px;
|
@@ -96066,7 +95843,7 @@ title: Word Break
|
|
96066
95843
|
background: #ffffff;
|
96067
95844
|
border-spacing: 0;
|
96068
95845
|
border-collapse: collapse;
|
96069
|
-
border-bottom:
|
95846
|
+
border-bottom: 1px solid #e9e8eb;
|
96070
95847
|
}
|
96071
95848
|
|
96072
95849
|
.amis-scope .a-Table-table th,
|
@@ -96100,10 +95877,6 @@ title: Word Break
|
|
96100
95877
|
padding-right: 0.625rem !important;
|
96101
95878
|
}
|
96102
95879
|
|
96103
|
-
.amis-scope .a-Table-table--withCombine > tbody > tr.a-Table-tr--odd {
|
96104
|
-
background: transparent;
|
96105
|
-
}
|
96106
|
-
|
96107
95880
|
.amis-scope .a-Table-table--withCombine > tbody > tr:hover {
|
96108
95881
|
background: transparent;
|
96109
95882
|
}
|
@@ -96113,7 +95886,7 @@ title: Word Break
|
|
96113
95886
|
}
|
96114
95887
|
|
96115
95888
|
.amis-scope .a-Table-table--withCombine > tbody > tr > td:not(:last-child) {
|
96116
|
-
border-right:
|
95889
|
+
border-right: 1px solid #e9e8eb;
|
96117
95890
|
}
|
96118
95891
|
|
96119
95892
|
.amis-scope .a-Table-table--checkOnItemClick > tbody > tr {
|
@@ -96127,7 +95900,7 @@ title: Word Break
|
|
96127
95900
|
2
|
96128
95901
|
) 0.625rem;
|
96129
95902
|
text-align: left;
|
96130
|
-
border-bottom:
|
95903
|
+
border-bottom: 1px solid #ffffff;
|
96131
95904
|
font-size: 14px;
|
96132
95905
|
color: #181526;
|
96133
95906
|
font-weight: 400;
|
@@ -96152,7 +95925,7 @@ title: Word Break
|
|
96152
95925
|
}
|
96153
95926
|
|
96154
95927
|
.amis-scope .a-Table-table > thead > tr > th:not(:last-child) {
|
96155
|
-
border-right:
|
95928
|
+
border-right: 1px solid #ffffff;
|
96156
95929
|
}
|
96157
95930
|
|
96158
95931
|
.amis-scope .a-Table-table > thead > tr > th .a-Remark {
|
@@ -96172,24 +95945,23 @@ title: Word Break
|
|
96172
95945
|
}
|
96173
95946
|
|
96174
95947
|
.amis-scope .a-Table-table > thead > tr + tr {
|
96175
|
-
border-top:
|
95948
|
+
border-top: 1px solid #e9e8eb;
|
96176
95949
|
}
|
96177
95950
|
|
96178
95951
|
.amis-scope .a-Table-table > thead > tr {
|
96179
|
-
border-bottom:
|
95952
|
+
border-bottom: 1px solid #e9e8eb;
|
96180
95953
|
}
|
96181
95954
|
|
96182
95955
|
.amis-scope .a-Table-table > tbody > tr {
|
96183
95956
|
position: relative;
|
96184
|
-
background: transparent;
|
96185
95957
|
}
|
96186
95958
|
|
96187
95959
|
.amis-scope .a-Table-table > tbody > tr + tr {
|
96188
|
-
border-top:
|
95960
|
+
border-top: 1px solid #e9e8eb;
|
96189
95961
|
}
|
96190
95962
|
|
96191
95963
|
.amis-scope .a-Table-table > tbody > tr + tr > th {
|
96192
|
-
border-top:
|
95964
|
+
border-top: 1px solid #ffffff;
|
96193
95965
|
}
|
96194
95966
|
|
96195
95967
|
.amis-scope .a-Table-table > tbody > tr > th {
|
@@ -96197,7 +95969,7 @@ title: Word Break
|
|
96197
95969
|
color: #181526;
|
96198
95970
|
font-weight: 400;
|
96199
95971
|
white-space: nowrap;
|
96200
|
-
border-right:
|
95972
|
+
border-right: 1px solid #ffffff;
|
96201
95973
|
}
|
96202
95974
|
|
96203
95975
|
.amis-scope .a-Table-table > tbody > tr > td,
|
@@ -96218,10 +95990,6 @@ title: Word Break
|
|
96218
95990
|
padding-right: 1rem;
|
96219
95991
|
}
|
96220
95992
|
|
96221
|
-
.amis-scope .a-Table-table > tbody > tr.a-Table-tr--odd {
|
96222
|
-
background: transparent;
|
96223
|
-
}
|
96224
|
-
|
96225
95993
|
.amis-scope .a-Table-table > tbody > tr.a-Table-tr--hasItemAction:hover {
|
96226
95994
|
cursor: pointer;
|
96227
95995
|
}
|
@@ -97362,7 +97130,7 @@ title: Word Break
|
|
97362
97130
|
pointer-events: all;
|
97363
97131
|
position: absolute;
|
97364
97132
|
background: linear-gradient(90deg, rgba(245, 251, 255, 0) 0%, rgba(245, 251, 255, 1) 20%, rgba(245, 251, 255, 1) 100%);
|
97365
|
-
top:
|
97133
|
+
top: 1px;
|
97366
97134
|
bottom: 0;
|
97367
97135
|
right: 0;
|
97368
97136
|
padding-left: 5rem;
|
@@ -97428,7 +97196,7 @@ title: Word Break
|
|
97428
97196
|
}
|
97429
97197
|
|
97430
97198
|
.amis-scope .a-Table-footTable > tbody > tr:not(:first-child) {
|
97431
|
-
border-top:
|
97199
|
+
border-top: 1px solid #f3f2f5;
|
97432
97200
|
}
|
97433
97201
|
|
97434
97202
|
.amis-scope .a-Table-expandBtn {
|
@@ -97614,7 +97382,7 @@ title: Word Break
|
|
97614
97382
|
}
|
97615
97383
|
|
97616
97384
|
.amis-scope .a-Table2.a-Table-bordered {
|
97617
|
-
border-width:
|
97385
|
+
border-width: 1px 1px 0 1px;
|
97618
97386
|
border-style: solid;
|
97619
97387
|
border-color: #e9e8eb;
|
97620
97388
|
border-collapse: inherit;
|
@@ -97623,7 +97391,7 @@ title: Word Break
|
|
97623
97391
|
.amis-scope .a-Table2.a-Table-bordered .a-Table-table > thead > tr > th,
|
97624
97392
|
.amis-scope .a-Table2.a-Table-bordered .a-Table-table > tbody > tr > td,
|
97625
97393
|
.amis-scope .a-Table2.a-Table-bordered .a-Table-table > tfoot > tr > td {
|
97626
|
-
border-right:
|
97394
|
+
border-right: 1px solid #e9e8eb;
|
97627
97395
|
}
|
97628
97396
|
|
97629
97397
|
.amis-scope .a-Table2.a-Table-bordered .a-Table-table > thead > tr > th:last-child,
|
@@ -97633,39 +97401,24 @@ title: Word Break
|
|
97633
97401
|
}
|
97634
97402
|
|
97635
97403
|
.amis-scope .a-Table2.a-Table-bordered .a-Table-footer {
|
97636
|
-
border-bottom:
|
97404
|
+
border-bottom: 1px solid #e9e8eb;
|
97637
97405
|
}
|
97638
97406
|
|
97639
97407
|
.amis-scope .a-Table2.a-Table-bordered .a-Table-title {
|
97640
|
-
border-bottom:
|
97408
|
+
border-bottom: 1px solid #e9e8eb;
|
97641
97409
|
}
|
97642
97410
|
|
97643
97411
|
.amis-scope .a-Table2.a-Table-large .a-Table-table > thead > tr > th {
|
97644
|
-
padding:
|
97645
|
-
(
|
97646
|
-
3.8125rem - 12px *
|
97647
|
-
1.5
|
97648
|
-
) / 2
|
97649
|
-
) 0.75rem;
|
97412
|
+
padding: 1.25rem 0.75rem 1.25rem 0.75rem;
|
97650
97413
|
}
|
97651
97414
|
|
97652
97415
|
.amis-scope .a-Table2.a-Table-large .a-Table-table > tbody > tr > td,
|
97653
97416
|
.amis-scope .a-Table2.a-Table-large .a-Table-table > tbody > tr > th {
|
97654
|
-
padding:
|
97655
|
-
(
|
97656
|
-
3.8125rem - 12px *
|
97657
|
-
1.5
|
97658
|
-
) / 2
|
97659
|
-
) 0.75rem;
|
97417
|
+
padding: 1.25rem 0.75rem 1.25rem 0.75rem;
|
97660
97418
|
}
|
97661
97419
|
|
97662
97420
|
.amis-scope .a-Table2.a-Table-large .a-Table-table > tfoot > tr > td {
|
97663
|
-
padding:
|
97664
|
-
(
|
97665
|
-
3.8125rem - 12px *
|
97666
|
-
1.5
|
97667
|
-
) / 2
|
97668
|
-
) 0.75rem;
|
97421
|
+
padding: 1.25rem 0.75rem 1.25rem 0.75rem;
|
97669
97422
|
}
|
97670
97423
|
|
97671
97424
|
.amis-scope .a-Table2.a-Table-large .a-TableCell-filterBtn {
|
@@ -97673,31 +97426,16 @@ title: Word Break
|
|
97673
97426
|
}
|
97674
97427
|
|
97675
97428
|
.amis-scope .a-Table2.a-Table-small .a-Table-table > thead > tr > th {
|
97676
|
-
padding:
|
97677
|
-
(
|
97678
|
-
2.0625rem - 12px *
|
97679
|
-
1.5
|
97680
|
-
) / 2
|
97681
|
-
) 0.25rem;
|
97429
|
+
padding: 0.375rem 0.25rem 0.375rem 0.25rem;
|
97682
97430
|
}
|
97683
97431
|
|
97684
97432
|
.amis-scope .a-Table2.a-Table-small .a-Table-table > tbody > tr > td,
|
97685
97433
|
.amis-scope .a-Table2.a-Table-small .a-Table-table > tbody > tr > th {
|
97686
|
-
padding:
|
97687
|
-
(
|
97688
|
-
2.0625rem - 12px *
|
97689
|
-
1.5
|
97690
|
-
) / 2
|
97691
|
-
) 0.25rem;
|
97434
|
+
padding: 0.375rem 0.25rem 0.375rem 0.25rem;
|
97692
97435
|
}
|
97693
97436
|
|
97694
97437
|
.amis-scope .a-Table2.a-Table-small .a-Table-table > tfoot > tr > td {
|
97695
|
-
padding:
|
97696
|
-
(
|
97697
|
-
2.0625rem - 12px *
|
97698
|
-
1.5
|
97699
|
-
) / 2
|
97700
|
-
) 0.25rem;
|
97438
|
+
padding: 0.375rem 0.25rem 0.375rem 0.25rem;
|
97701
97439
|
}
|
97702
97440
|
|
97703
97441
|
.amis-scope .a-Table2.a-Table-small .a-TableCell-filterBtn {
|
@@ -97706,8 +97444,12 @@ title: Word Break
|
|
97706
97444
|
|
97707
97445
|
.amis-scope .a-Table2 .a-Table-title,
|
97708
97446
|
.amis-scope .a-Table2 .a-Table-footer {
|
97447
|
+
color: #181526;
|
97448
|
+
font-size: 14px;
|
97449
|
+
font-weight: 400;
|
97450
|
+
line-height: 1.5;
|
97709
97451
|
background: #ffffff;
|
97710
|
-
padding:
|
97452
|
+
padding: 0.625rem 0.5rem 0.625rem 0.5rem;
|
97711
97453
|
}
|
97712
97454
|
|
97713
97455
|
.amis-scope .a-Table2 .a-Table-header {
|
@@ -97765,6 +97507,8 @@ title: Word Break
|
|
97765
97507
|
margin-bottom: 0;
|
97766
97508
|
font-size: 12px;
|
97767
97509
|
color: #181526;
|
97510
|
+
font-weight: 400;
|
97511
|
+
line-height: 1.5;
|
97768
97512
|
background: #ffffff;
|
97769
97513
|
border-spacing: 0;
|
97770
97514
|
border-collapse: collapse;
|
@@ -97790,15 +97534,11 @@ title: Word Break
|
|
97790
97534
|
|
97791
97535
|
.amis-scope .a-Table2 .a-Table-table > thead > tr > th {
|
97792
97536
|
background: #ffffff;
|
97793
|
-
padding:
|
97794
|
-
(
|
97795
|
-
2.5625rem - 12px *
|
97796
|
-
1.5
|
97797
|
-
) / 2
|
97798
|
-
) 0.625rem;
|
97537
|
+
padding: 0.625rem 0.625rem 0.625rem 0.625rem;
|
97799
97538
|
font-size: 14px;
|
97800
97539
|
color: #181526;
|
97801
97540
|
font-weight: 400;
|
97541
|
+
line-height: 1.5;
|
97802
97542
|
white-space: nowrap;
|
97803
97543
|
}
|
97804
97544
|
|
@@ -97811,7 +97551,7 @@ title: Word Break
|
|
97811
97551
|
}
|
97812
97552
|
|
97813
97553
|
.amis-scope .a-Table2 .a-Table-table > thead > tr > th:not(.a-Table-cell-last) {
|
97814
|
-
border-right:
|
97554
|
+
border-right: 1px solid #ffffff;
|
97815
97555
|
}
|
97816
97556
|
|
97817
97557
|
.amis-scope .a-Table2 .a-Table-table > thead > tr > th.a-Table-row-expand-icon-cell {
|
@@ -97829,13 +97569,13 @@ title: Word Break
|
|
97829
97569
|
}
|
97830
97570
|
|
97831
97571
|
.amis-scope .a-Table2 .a-Table-table > thead > tr:not(:last-child) {
|
97832
|
-
border-bottom:
|
97572
|
+
border-bottom: 1px solid #e9e8eb;
|
97833
97573
|
}
|
97834
97574
|
|
97835
97575
|
.amis-scope .a-Table2 .a-Table-table > tbody > tr {
|
97836
97576
|
position: relative;
|
97837
|
-
border-bottom:
|
97838
|
-
background:
|
97577
|
+
border-bottom: 1px solid #e9e8eb;
|
97578
|
+
background: #ffffff;
|
97839
97579
|
}
|
97840
97580
|
|
97841
97581
|
.amis-scope .a-Table2 .a-Table-table > tbody > tr.a-Table-summary-row > td {
|
@@ -97846,18 +97586,14 @@ title: Word Break
|
|
97846
97586
|
background: #ffffff;
|
97847
97587
|
color: #181526;
|
97848
97588
|
font-weight: 400;
|
97589
|
+
line-height: 1.5;
|
97849
97590
|
white-space: nowrap;
|
97850
|
-
border-right:
|
97591
|
+
border-right: 1px solid #ffffff;
|
97851
97592
|
}
|
97852
97593
|
|
97853
97594
|
.amis-scope .a-Table2 .a-Table-table > tbody > tr > td,
|
97854
97595
|
.amis-scope .a-Table2 .a-Table-table > tbody > tr > th {
|
97855
|
-
padding:
|
97856
|
-
(
|
97857
|
-
2.5625rem - 12px *
|
97858
|
-
1.5
|
97859
|
-
) / 2
|
97860
|
-
) 0.625rem;
|
97596
|
+
padding: 0.625rem 0.625rem 0.625rem 0.625rem;
|
97861
97597
|
}
|
97862
97598
|
|
97863
97599
|
.amis-scope .a-Table2 .a-Table-table > tbody > tr > td:first-child,
|
@@ -97936,6 +97672,7 @@ title: Word Break
|
|
97936
97672
|
background: #ffffff;
|
97937
97673
|
color: #181526;
|
97938
97674
|
font-weight: 400;
|
97675
|
+
line-height: 1.5;
|
97939
97676
|
}
|
97940
97677
|
|
97941
97678
|
.amis-scope .a-Table2 .a-Table-table > tbody > tr.bg-light {
|
@@ -98929,16 +98666,11 @@ title: Word Break
|
|
98929
98666
|
}
|
98930
98667
|
|
98931
98668
|
.amis-scope .a-Table2 .a-Table-table > tfoot > tr {
|
98932
|
-
border-bottom:
|
98669
|
+
border-bottom: 1px solid #e9e8eb;
|
98933
98670
|
}
|
98934
98671
|
|
98935
98672
|
.amis-scope .a-Table2 .a-Table-table > tfoot > tr > td {
|
98936
|
-
padding:
|
98937
|
-
(
|
98938
|
-
2.5625rem - 12px *
|
98939
|
-
1.5
|
98940
|
-
) / 2
|
98941
|
-
) 0.625rem;
|
98673
|
+
padding: 0.625rem 0.625rem 0.625rem 0.625rem;
|
98942
98674
|
background: #ffffff;
|
98943
98675
|
}
|
98944
98676
|
|
@@ -99013,7 +98745,8 @@ title: Word Break
|
|
99013
98745
|
.amis-scope .a-Table2 .a-TableCell-sortBtn {
|
99014
98746
|
cursor: pointer;
|
99015
98747
|
width: 0.875rem;
|
99016
|
-
height:
|
98748
|
+
height: 100%;
|
98749
|
+
vertical-align: middle;
|
99017
98750
|
position: static;
|
99018
98751
|
display: inline-block;
|
99019
98752
|
transform: none;
|
@@ -99025,9 +98758,9 @@ title: Word Break
|
|
99025
98758
|
color: #7266ba;
|
99026
98759
|
}
|
99027
98760
|
|
99028
|
-
.amis-scope .a-Table2 .a-TableCell-sortBtn--up
|
99029
|
-
.amis-scope .a-Table2 .a-TableCell-sortBtn--down
|
99030
|
-
.amis-scope .a-Table2 .a-TableCell-sortBtn--default
|
98761
|
+
.amis-scope .a-Table2 .a-TableCell-sortBtn--up svg,
|
98762
|
+
.amis-scope .a-Table2 .a-TableCell-sortBtn--down svg,
|
98763
|
+
.amis-scope .a-Table2 .a-TableCell-sortBtn--default svg {
|
99031
98764
|
color: inherit;
|
99032
98765
|
width: 13px;
|
99033
98766
|
height: 13px;
|
@@ -99066,7 +98799,7 @@ title: Word Break
|
|
99066
98799
|
margin-left: 0.5rem;
|
99067
98800
|
}
|
99068
98801
|
|
99069
|
-
.amis-scope .a-Table2 .a-TableCell-searchBtn svg
|
98802
|
+
.amis-scope .a-Table2 .a-TableCell-searchBtn svg {
|
99070
98803
|
width: 12px;
|
99071
98804
|
height: 12px;
|
99072
98805
|
}
|
@@ -99092,6 +98825,8 @@ title: Word Break
|
|
99092
98825
|
.amis-scope .a-Table2 .a-TableCell-filterBtn {
|
99093
98826
|
cursor: pointer;
|
99094
98827
|
width: 1rem;
|
98828
|
+
height: 100%;
|
98829
|
+
vertical-align: middle;
|
99095
98830
|
position: static;
|
99096
98831
|
display: inline-block;
|
99097
98832
|
transform: none;
|
@@ -99099,7 +98834,7 @@ title: Word Break
|
|
99099
98834
|
margin-left: 0.5rem;
|
99100
98835
|
}
|
99101
98836
|
|
99102
|
-
.amis-scope .a-Table2 .a-TableCell-filterBtn svg
|
98837
|
+
.amis-scope .a-Table2 .a-TableCell-filterBtn svg {
|
99103
98838
|
width: 13px;
|
99104
98839
|
height: 13px;
|
99105
98840
|
}
|
@@ -99228,6 +98963,26 @@ title: Word Break
|
|
99228
98963
|
left: 0;
|
99229
98964
|
}
|
99230
98965
|
|
98966
|
+
.amis-scope .a-Table2 .table-sort-default {
|
98967
|
+
content: '<svg viewBox="0 0 7 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="currentColor"><polygon points="3.5354 0.0004 2.8284 0.7064 0.0004 3.5344 0.7074 4.2424 3.0354 1.9134 3.0354 5.0354 4.0354 5.0354 4.0354 1.9134 6.3634 4.2424 7.0704 3.5344 4.2424 0.7064"></polygon><polygon points="3.035 7.0348 3.035 10.1558 0.708 7.8278 0 8.5348 2.828 11.3628 3.535 12.0708 4.243 11.3628 7.071 8.5348 6.363 7.8278 4.036 10.1558 4.036 7.0348"></polygon></g></svg>';
|
98968
|
+
}
|
98969
|
+
|
98970
|
+
.amis-scope .a-Table2 .table-sort-up {
|
98971
|
+
content: '<svg viewBox="0 0 7 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="currentColor"><polygon points="3.5 0 2.8 0.703 0 3.514 0.7 4.217 3.005 1.903 3.005 10 3.995 10 3.995 1.903 6.3 4.217 7 3.514 4.2 0.703"></polygon></g></svg>';
|
98972
|
+
}
|
98973
|
+
|
98974
|
+
.amis-scope .a-Table2 .table-sort-down {
|
98975
|
+
content: '<svg viewBox="0 0 7 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="currentColor"><polygon transform="translate(3.500000, 5.000000) scale(1, -1) translate(-3.500000, -5.000000) " points="3.5 0 2.8 0.703 0 3.514 0.7 4.217 3.005 1.903 3.005 10 3.995 10 3.995 1.903 6.3 4.217 7 3.514 4.2 0.703"></polygon></g></svg>';
|
98976
|
+
}
|
98977
|
+
|
98978
|
+
.amis-scope .a-Table2 .table-filter-icon {
|
98979
|
+
content: '<svg viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g fill="currentColor"><path d="M0,0 L4,4.999 L4.082,10 L8,12 L8,4.999 L12,0 L0,0 Z M5.0528196,9.05445227 L4.97933146,4.82735426 L4.97320745,4.49967969 L4.75580505,4.24311339 L2,1 L10,1 L7.24419495,4.24311339 L7.02066854,4.50640615 L7.02066854,4.84272902 L7.02066854,10 L5.0528196,9.05445227 Z" ></path></g></g></svg>';
|
98980
|
+
}
|
98981
|
+
|
98982
|
+
.amis-scope .a-Table2 .table-search-icon {
|
98983
|
+
content: '<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 18 18" version="1.1"><path d="M2,8 C2,4.691 4.691,2 8,2 C11.309,2 14,4.691 14,8 C14,11.309 11.309,14 8,14 C4.691,14 2,11.309 2,8 L2,8 Z M18,16.586 L14.314,12.9 C15.367,11.545 16,9.849 16,8 C16,3.582 12.418,0 8,0 C3.582,0 0,3.582 0,8 C0,12.418 3.582,16 8,16 C9.849,16 11.545,15.367 12.9,14.314 L16.586,18 L18,16.586 Z" fill="currentColor"></path></svg>';
|
98984
|
+
}
|
98985
|
+
|
99231
98986
|
.amis-scope .a-InputTable-toolbar {
|
99232
98987
|
display: flex;
|
99233
98988
|
flex-direction: row;
|
@@ -99315,10 +99070,7 @@ title: Word Break
|
|
99315
99070
|
|
99316
99071
|
.amis-scope .a-ColumnToggler-menuItem,
|
99317
99072
|
.amis-scope .a-ColumnToggler-menu > li {
|
99318
|
-
padding:
|
99319
|
-
(2.125rem - 14px * 1.5) /
|
99320
|
-
2
|
99321
|
-
) 0.5rem;
|
99073
|
+
padding: 0.375rem 0.5rem 0.375rem 0.5rem;
|
99322
99074
|
white-space: nowrap;
|
99323
99075
|
box-sizing: border-box;
|
99324
99076
|
height: 2.125rem;
|
@@ -99326,6 +99078,7 @@ title: Word Break
|
|
99326
99078
|
user-select: none;
|
99327
99079
|
color: #7266ba;
|
99328
99080
|
text-decoration: none;
|
99081
|
+
background: #ffffff;
|
99329
99082
|
}
|
99330
99083
|
|
99331
99084
|
.amis-scope .a-ColumnToggler-menuItem:hover,
|
@@ -100536,7 +100289,7 @@ title: Word Break
|
|
100536
100289
|
|
100537
100290
|
.amis-scope .a-Progress-line-inter {
|
100538
100291
|
height: 100%;
|
100539
|
-
background-color: #
|
100292
|
+
background-color: #e9e8eb;
|
100540
100293
|
overflow: hidden;
|
100541
100294
|
border-radius: 2px;
|
100542
100295
|
}
|
@@ -100548,6 +100301,8 @@ title: Word Break
|
|
100548
100301
|
white-space: nowrap;
|
100549
100302
|
text-align: left;
|
100550
100303
|
word-break: normal;
|
100304
|
+
color: #181526;
|
100305
|
+
font-size: 12px;
|
100551
100306
|
}
|
100552
100307
|
|
100553
100308
|
.amis-scope .a-Progress-line-text .icon {
|
@@ -100563,6 +100318,10 @@ title: Word Break
|
|
100563
100318
|
border-radius: 2px;
|
100564
100319
|
}
|
100565
100320
|
|
100321
|
+
.amis-scope .a-Progress-line-bar.bg-info {
|
100322
|
+
background: #7266ba;
|
100323
|
+
}
|
100324
|
+
|
100566
100325
|
.amis-scope .a-Progress-line-bar--stripe {
|
100567
100326
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
|
100568
100327
|
background-size: 2rem 2rem;
|
@@ -100605,6 +100364,8 @@ title: Word Break
|
|
100605
100364
|
white-space: normal;
|
100606
100365
|
text-align: center;
|
100607
100366
|
transform: translate(-50%, -50%);
|
100367
|
+
color: #181526;
|
100368
|
+
font-size: 12px;
|
100608
100369
|
}
|
100609
100370
|
|
100610
100371
|
.amis-scope .a-Progress-circle-text .icon {
|
@@ -101026,6 +100787,18 @@ title: Word Break
|
|
101026
100787
|
color: #f0861d;
|
101027
100788
|
}
|
101028
100789
|
|
100790
|
+
.amis-scope .a-StatusField .a-Status-icon.icon-fail {
|
100791
|
+
color: #e62525;
|
100792
|
+
}
|
100793
|
+
|
100794
|
+
.amis-scope .a-StatusField .a-Status-icon.icon-success {
|
100795
|
+
color: #45b035;
|
100796
|
+
}
|
100797
|
+
|
100798
|
+
.amis-scope .a-StatusField .a-Status-icon.icon-schedule {
|
100799
|
+
color: #242734;
|
100800
|
+
}
|
100801
|
+
|
101029
100802
|
.amis-scope .a-Status-icon.rolling + .a-StatusField-label {
|
101030
100803
|
color: #f0861d;
|
101031
100804
|
}
|
@@ -101042,6 +100815,10 @@ title: Word Break
|
|
101042
100815
|
color: #f0861d;
|
101043
100816
|
}
|
101044
100817
|
|
100818
|
+
.amis-scope .a-Status-icon.icon-schedule + .a-StatusField-label {
|
100819
|
+
color: #242734;
|
100820
|
+
}
|
100821
|
+
|
101045
100822
|
.amis-scope .a-Carousel {
|
101046
100823
|
min-width: 6.25rem;
|
101047
100824
|
height: 12.5rem;
|
@@ -101325,7 +101102,7 @@ title: Word Break
|
|
101325
101102
|
top: 50%;
|
101326
101103
|
transform: translateY(-50%);
|
101327
101104
|
cursor: pointer;
|
101328
|
-
color: #
|
101105
|
+
color: #85848c;
|
101329
101106
|
text-shadow: rgba(0, 0, 0, 0.3) 0px 0px 4px;
|
101330
101107
|
animation-name: disappear;
|
101331
101108
|
animation-delay: 0s;
|
@@ -101471,7 +101248,7 @@ title: Word Break
|
|
101471
101248
|
border-radius: 0.25rem;
|
101472
101249
|
display: flex;
|
101473
101250
|
align-items: flex-start;
|
101474
|
-
padding: 0.25rem 1rem;
|
101251
|
+
padding: 0.25rem 1rem 0.25rem 1rem;
|
101475
101252
|
position: absolute;
|
101476
101253
|
bottom: 1.25rem;
|
101477
101254
|
left: 50%;
|
@@ -101535,7 +101312,7 @@ title: Word Break
|
|
101535
101312
|
|
101536
101313
|
.amis-scope .a-Images-item {
|
101537
101314
|
display: flex;
|
101538
|
-
margin: 0.25rem;
|
101315
|
+
margin: 0.25rem 0.25rem 0.25rem 0.25rem;
|
101539
101316
|
}
|
101540
101317
|
|
101541
101318
|
.amis-scope .a-Image {
|
@@ -101544,7 +101321,7 @@ title: Word Break
|
|
101544
101321
|
|
101545
101322
|
.amis-scope .a-Image--thumb {
|
101546
101323
|
display: inline-block;
|
101547
|
-
padding: 0.25rem;
|
101324
|
+
padding: 0.25rem 0.25rem 0.25rem 0.25rem;
|
101548
101325
|
}
|
101549
101326
|
|
101550
101327
|
.amis-scope .a-Image-thumbWrap {
|
@@ -101659,11 +101436,14 @@ title: Word Break
|
|
101659
101436
|
|
101660
101437
|
.amis-scope .a-Image-caption {
|
101661
101438
|
font-size: 12px;
|
101439
|
+
color: #181526;
|
101440
|
+
margin-top: var(--fonts-size-0);
|
101662
101441
|
}
|
101663
101442
|
|
101664
101443
|
.amis-scope .a-Image-title {
|
101665
101444
|
font-size: 14px;
|
101666
101445
|
color: #181526;
|
101446
|
+
margin-top: 0rem;
|
101667
101447
|
}
|
101668
101448
|
|
101669
101449
|
.amis-scope .a-Image-overlay {
|
@@ -101755,7 +101535,7 @@ title: Word Break
|
|
101755
101535
|
border: none;
|
101756
101536
|
color: #181526;
|
101757
101537
|
width: 100%;
|
101758
|
-
height:
|
101538
|
+
height: 1.5;
|
101759
101539
|
}
|
101760
101540
|
|
101761
101541
|
.amis-scope .a-InputBox input::placeholder {
|
@@ -102168,7 +101948,7 @@ title: Word Break
|
|
102168
101948
|
border: none;
|
102169
101949
|
color: #181526;
|
102170
101950
|
width: 100%;
|
102171
|
-
height:
|
101951
|
+
height: 1.5;
|
102172
101952
|
}
|
102173
101953
|
|
102174
101954
|
.amis-scope .a-ResultBox input::placeholder {
|
@@ -102273,6 +102053,7 @@ title: Word Break
|
|
102273
102053
|
max-width: 100%;
|
102274
102054
|
overflow: hidden;
|
102275
102055
|
text-overflow: ellipsis;
|
102056
|
+
word-break: break-all;
|
102276
102057
|
}
|
102277
102058
|
|
102278
102059
|
.amis-scope .a-ResultBox-pc-arrow {
|
@@ -102712,9 +102493,12 @@ title: Word Break
|
|
102712
102493
|
align-items: center;
|
102713
102494
|
font-size: 12px;
|
102714
102495
|
max-width: 160px;
|
102715
|
-
border-radius:
|
102716
|
-
|
102717
|
-
|
102496
|
+
border-radius: 0px
|
102497
|
+
0px
|
102498
|
+
0px
|
102499
|
+
0px;
|
102500
|
+
background-color: #f3f2f5;
|
102501
|
+
color: var(--Tag-base-color);
|
102718
102502
|
margin-bottom: 0.5rem;
|
102719
102503
|
margin-right: 0.5rem;
|
102720
102504
|
max-width: 96px;
|
@@ -103018,7 +102802,7 @@ title: Word Break
|
|
103018
102802
|
.amis-scope .a-Steps .a-StepsItem-containerIcon {
|
103019
102803
|
vertical-align: top;
|
103020
102804
|
display: inline-block;
|
103021
|
-
|
102805
|
+
padding-right: 0.625rem;
|
103022
102806
|
}
|
103023
102807
|
|
103024
102808
|
.amis-scope .a-Steps .a-StepsItem-containerIcon .a-StepsItem-icon {
|
@@ -103045,7 +102829,8 @@ title: Word Break
|
|
103045
102829
|
|
103046
102830
|
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title {
|
103047
102831
|
font-size: 14px;
|
103048
|
-
color: #
|
102832
|
+
color: #181526;
|
102833
|
+
font-weight: 400;
|
103049
102834
|
padding-right: 0.5rem;
|
103050
102835
|
position: relative;
|
103051
102836
|
display: inline-block;
|
@@ -103068,7 +102853,7 @@ title: Word Break
|
|
103068
102853
|
}
|
103069
102854
|
|
103070
102855
|
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title.is-success:after {
|
103071
|
-
background-color: #
|
102856
|
+
background-color: #7266ba;
|
103072
102857
|
}
|
103073
102858
|
|
103074
102859
|
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-ellText {
|
@@ -103082,6 +102867,7 @@ title: Word Break
|
|
103082
102867
|
padding-left: 0.625rem;
|
103083
102868
|
font-size: 14px;
|
103084
102869
|
color: #181526;
|
102870
|
+
font-weight: 400;
|
103085
102871
|
}
|
103086
102872
|
|
103087
102873
|
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-description {
|
@@ -103092,8 +102878,9 @@ title: Word Break
|
|
103092
102878
|
}
|
103093
102879
|
|
103094
102880
|
.amis-scope .a-Steps .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-description > span {
|
103095
|
-
color: #
|
102881
|
+
color: #85848c;
|
103096
102882
|
font-size: 12px;
|
102883
|
+
font-weight: 400;
|
103097
102884
|
}
|
103098
102885
|
|
103099
102886
|
.amis-scope .a-Steps .a-StepsItem:last-child {
|
@@ -103195,7 +102982,7 @@ title: Word Break
|
|
103195
102982
|
}
|
103196
102983
|
|
103197
102984
|
.amis-scope .a-Steps--vertical .is-finish .a-StepsItem-containerProgressDot:after {
|
103198
|
-
background: #
|
102985
|
+
background: #7266ba;
|
103199
102986
|
}
|
103200
102987
|
|
103201
102988
|
.amis-scope .a-Steps--Placement-vertical {
|
@@ -103271,7 +103058,7 @@ title: Word Break
|
|
103271
103058
|
}
|
103272
103059
|
|
103273
103060
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title.is-success:after {
|
103274
|
-
background-color: #
|
103061
|
+
background-color: #7266ba;
|
103275
103062
|
}
|
103276
103063
|
|
103277
103064
|
.amis-scope .a-Steps--Placement-vertical .a-StepsItem:last-child .a-StepsItem-containerTail:after {
|
@@ -103279,7 +103066,7 @@ title: Word Break
|
|
103279
103066
|
}
|
103280
103067
|
|
103281
103068
|
.amis-scope .a-Steps--Placement-vertical .is-finish .a-StepsItem-containerTail:after {
|
103282
|
-
background: #
|
103069
|
+
background: #7266ba;
|
103283
103070
|
}
|
103284
103071
|
|
103285
103072
|
.amis-scope .a-Steps--ProgressDot .a-StepsItem-containerTail:after {
|
@@ -103293,12 +103080,13 @@ title: Word Break
|
|
103293
103080
|
width: 0.5rem;
|
103294
103081
|
height: 0.5rem;
|
103295
103082
|
margin-left: 6rem;
|
103296
|
-
border: 1px solid #
|
103083
|
+
border: 1px solid #7266ba;
|
103297
103084
|
border-radius: 100%;
|
103085
|
+
background: #ffffff;
|
103298
103086
|
}
|
103299
103087
|
|
103300
103088
|
.amis-scope .a-Steps--ProgressDot .is-finish .a-StepsItem-containerTail:after {
|
103301
|
-
background: #
|
103089
|
+
background: #7266ba;
|
103302
103090
|
}
|
103303
103091
|
|
103304
103092
|
.amis-scope .a-Steps--ProgressDot .is-wait .a-StepsItem-containerProgressDot {
|
@@ -103312,8 +103100,8 @@ title: Word Break
|
|
103312
103100
|
}
|
103313
103101
|
|
103314
103102
|
.amis-scope .a-Steps--ProgressDot .is-process .a-StepsItem-containerProgressDot {
|
103315
|
-
border: 1px solid #
|
103316
|
-
background: #
|
103103
|
+
border: 1px solid #7266ba;
|
103104
|
+
background: #7266ba;
|
103317
103105
|
}
|
103318
103106
|
|
103319
103107
|
.amis-scope .a-Steps .a-StepsItem.is-wait .a-StepsItem-icon {
|
@@ -103325,7 +103113,7 @@ title: Word Break
|
|
103325
103113
|
.amis-scope .a-Steps .a-StepsItem.is-wait .a-StepsItem-title,
|
103326
103114
|
.amis-scope .a-Steps .a-StepsItem.is-wait .a-StepsItem-subTitle,
|
103327
103115
|
.amis-scope .a-Steps .a-StepsItem.is-wait .a-StepsItem-description {
|
103328
|
-
color: #
|
103116
|
+
color: #85848c;
|
103329
103117
|
}
|
103330
103118
|
|
103331
103119
|
.amis-scope .a-Steps .a-StepsItem.is-error .a-StepsItem-icon {
|
@@ -103334,11 +103122,44 @@ title: Word Break
|
|
103334
103122
|
border: 1px solid #e62525;
|
103335
103123
|
}
|
103336
103124
|
|
103337
|
-
.amis-scope .a-Steps .a-StepsItem.is-finish .a-StepsItem-icon
|
103125
|
+
.amis-scope .a-Steps .a-StepsItem.is-finish .a-StepsItem-icon {
|
103126
|
+
background-color: #7266ba;
|
103127
|
+
color: #ffffff;
|
103128
|
+
border: 1px solid #7266ba;
|
103129
|
+
}
|
103130
|
+
|
103338
103131
|
.amis-scope .a-Steps .a-StepsItem.is-process .a-StepsItem-icon {
|
103339
|
-
background-color: #
|
103132
|
+
background-color: #7266ba;
|
103340
103133
|
color: #ffffff;
|
103341
|
-
border: 1px solid #
|
103134
|
+
border: 1px solid #7266ba;
|
103135
|
+
}
|
103136
|
+
|
103137
|
+
.amis-scope .a-Steps--simple {
|
103138
|
+
justify-content: center;
|
103139
|
+
}
|
103140
|
+
|
103141
|
+
.amis-scope .a-Steps--simple .a-StepsItem {
|
103142
|
+
flex: none;
|
103143
|
+
}
|
103144
|
+
|
103145
|
+
.amis-scope .a-Steps--simple .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title:after {
|
103146
|
+
display: none;
|
103147
|
+
}
|
103148
|
+
|
103149
|
+
.amis-scope .a-Steps--simple .a-StepsItem-icon-line {
|
103150
|
+
display: inline-block;
|
103151
|
+
vertical-align: top;
|
103152
|
+
margin-left: 0.5rem;
|
103153
|
+
}
|
103154
|
+
|
103155
|
+
.amis-scope .a-Steps--simple .a-StepsItem-icon-line svg {
|
103156
|
+
width: 0.875rem;
|
103157
|
+
height: 0.875rem;
|
103158
|
+
font-size: 0.875rem;
|
103159
|
+
}
|
103160
|
+
|
103161
|
+
.amis-scope .a-Steps--simple .StepsItem-icon-line {
|
103162
|
+
content: "";
|
103342
103163
|
}
|
103343
103164
|
|
103344
103165
|
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerWrapper .a-StepsItem-body .a-StepsItem-title::after {
|
@@ -103366,7 +103187,7 @@ title: Word Break
|
|
103366
103187
|
}
|
103367
103188
|
|
103368
103189
|
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem-containerIcon.is-success:after {
|
103369
|
-
background-color: #
|
103190
|
+
background-color: #7266ba;
|
103370
103191
|
}
|
103371
103192
|
|
103372
103193
|
.amis-scope .a-Steps-mobile.a-Steps--horizontal .a-StepsItem:last-child {
|
@@ -103600,14 +103421,11 @@ title: Word Break
|
|
103600
103421
|
}
|
103601
103422
|
|
103602
103423
|
.amis-scope fieldset.a-Collapse > legend {
|
103603
|
-
font-weight: 400;
|
103604
|
-
padding: 0.25rem 0;
|
103605
|
-
font-size: 14px;
|
103606
|
-
color: #181526;
|
103607
103424
|
border-left: #7266ba 0.25rem solid;
|
103608
|
-
|
103609
|
-
|
103610
|
-
|
103425
|
+
height: 1rem;
|
103426
|
+
line-height: 1rem;
|
103427
|
+
margin: 0.75rem 0rem 0.75rem 0rem;
|
103428
|
+
padding: 0rem 0rem 0rem 0.875rem;
|
103611
103429
|
cursor: pointer;
|
103612
103430
|
border-bottom: none !important;
|
103613
103431
|
background: transparent;
|
@@ -103616,103 +103434,124 @@ title: Word Break
|
|
103616
103434
|
justify-content: flex-end;
|
103617
103435
|
}
|
103618
103436
|
|
103437
|
+
.amis-scope fieldset.a-Collapse > legend .a-TplField {
|
103438
|
+
font-weight: 400;
|
103439
|
+
font-size: 14px;
|
103440
|
+
color: #181526;
|
103441
|
+
}
|
103442
|
+
|
103619
103443
|
.amis-scope fieldset.a-Collapse > legend:hover {
|
103620
103444
|
background: transparent;
|
103621
103445
|
}
|
103622
103446
|
|
103623
103447
|
.amis-scope fieldset.a-Collapse--xs {
|
103624
|
-
padding:
|
103448
|
+
padding: 1.25rem 0.25rem 0.25rem 0.25rem;
|
103625
103449
|
}
|
103626
103450
|
|
103627
103451
|
.amis-scope fieldset.a-Collapse--xs > legend {
|
103628
|
-
left:
|
103629
|
-
font-size: 12px;
|
103452
|
+
left: 0.25rem;
|
103630
103453
|
padding: 0 3px;
|
103631
103454
|
margin: 0 0 0 -3px;
|
103632
103455
|
}
|
103633
103456
|
|
103457
|
+
.amis-scope fieldset.a-Collapse--xs > legend .a-TplField {
|
103458
|
+
font-size: 12px;
|
103459
|
+
}
|
103460
|
+
|
103634
103461
|
.amis-scope fieldset.a-Collapse--xs > legend:hover {
|
103635
103462
|
background-color: #ffffff;
|
103636
103463
|
}
|
103637
103464
|
|
103638
103465
|
.amis-scope fieldset.a-Collapse--xs:after {
|
103639
|
-
top:
|
103466
|
+
top: calc(12px / 2);
|
103640
103467
|
}
|
103641
103468
|
|
103642
103469
|
.amis-scope fieldset.a-Collapse--sm {
|
103643
|
-
padding:
|
103470
|
+
padding: 1.5rem 0.625rem 0.625rem 0.625rem;
|
103644
103471
|
}
|
103645
103472
|
|
103646
103473
|
.amis-scope fieldset.a-Collapse--sm > legend {
|
103647
|
-
left:
|
103648
|
-
font-size: 12px;
|
103474
|
+
left: 0.625rem;
|
103649
103475
|
padding: 0 5px;
|
103650
103476
|
margin: 0 0 0 -5px;
|
103651
103477
|
}
|
103652
103478
|
|
103479
|
+
.amis-scope fieldset.a-Collapse--sm > legend .a-TplField {
|
103480
|
+
font-size: 12px;
|
103481
|
+
}
|
103482
|
+
|
103653
103483
|
.amis-scope fieldset.a-Collapse--sm > legend:hover {
|
103654
103484
|
background-color: #ffffff;
|
103655
103485
|
}
|
103656
103486
|
|
103657
103487
|
.amis-scope fieldset.a-Collapse--sm:after {
|
103658
|
-
top:
|
103488
|
+
top: calc(12px / 2);
|
103659
103489
|
}
|
103660
103490
|
|
103661
103491
|
.amis-scope fieldset.a-Collapse--base {
|
103662
|
-
padding:
|
103492
|
+
padding: 1.875rem 1rem 1rem 1rem;
|
103663
103493
|
}
|
103664
103494
|
|
103665
103495
|
.amis-scope fieldset.a-Collapse--base > legend {
|
103666
103496
|
left: 1rem;
|
103667
|
-
font-size: 14px;
|
103668
103497
|
padding: 0 8px;
|
103669
103498
|
margin: 0 0 0 -8px;
|
103670
103499
|
}
|
103671
103500
|
|
103501
|
+
.amis-scope fieldset.a-Collapse--base > legend .a-TplField {
|
103502
|
+
font-size: 14px;
|
103503
|
+
}
|
103504
|
+
|
103672
103505
|
.amis-scope fieldset.a-Collapse--base > legend:hover {
|
103673
103506
|
background-color: #ffffff;
|
103674
103507
|
}
|
103675
103508
|
|
103676
103509
|
.amis-scope fieldset.a-Collapse--base:after {
|
103677
|
-
top:
|
103510
|
+
top: calc(14px / 2);
|
103678
103511
|
}
|
103679
103512
|
|
103680
103513
|
.amis-scope fieldset.a-Collapse--md {
|
103681
|
-
padding:
|
103514
|
+
padding: 1.875rem 1.25rem 1.25rem 1.25rem;
|
103682
103515
|
}
|
103683
103516
|
|
103684
103517
|
.amis-scope fieldset.a-Collapse--md > legend {
|
103685
|
-
left:
|
103686
|
-
font-size: 14px;
|
103518
|
+
left: 1.25rem;
|
103687
103519
|
padding: 0 10px;
|
103688
103520
|
margin: 0 0 0 -10px;
|
103689
103521
|
}
|
103690
103522
|
|
103523
|
+
.amis-scope fieldset.a-Collapse--md > legend .a-TplField {
|
103524
|
+
font-size: 14px;
|
103525
|
+
}
|
103526
|
+
|
103691
103527
|
.amis-scope fieldset.a-Collapse--md > legend:hover {
|
103692
103528
|
background-color: #ffffff;
|
103693
103529
|
}
|
103694
103530
|
|
103695
103531
|
.amis-scope fieldset.a-Collapse--md:after {
|
103696
|
-
top:
|
103532
|
+
top: calc(14px / 2);
|
103697
103533
|
}
|
103698
103534
|
|
103699
103535
|
.amis-scope fieldset.a-Collapse--lg {
|
103700
|
-
padding:
|
103536
|
+
padding: 2.5rem 1.875rem 1.875rem 1.875rem;
|
103701
103537
|
}
|
103702
103538
|
|
103703
103539
|
.amis-scope fieldset.a-Collapse--lg > legend {
|
103704
|
-
left:
|
103705
|
-
font-size: 16px;
|
103540
|
+
left: 1.875rem;
|
103706
103541
|
padding: 0 1rem;
|
103707
103542
|
margin: 0 0 0 calc(1rem * -1);
|
103708
103543
|
}
|
103709
103544
|
|
103545
|
+
.amis-scope fieldset.a-Collapse--lg > legend .a-TplField {
|
103546
|
+
font-size: 16px;
|
103547
|
+
}
|
103548
|
+
|
103710
103549
|
.amis-scope fieldset.a-Collapse--lg > legend:hover {
|
103711
103550
|
background-color: #ffffff;
|
103712
103551
|
}
|
103713
103552
|
|
103714
103553
|
.amis-scope fieldset.a-Collapse--lg:after {
|
103715
|
-
top:
|
103554
|
+
top: calc(16px / 2);
|
103716
103555
|
}
|
103717
103556
|
|
103718
103557
|
.amis-scope .a-Form-groupColumn {
|
@@ -104097,7 +103936,7 @@ title: Word Break
|
|
104097
103936
|
border: none;
|
104098
103937
|
color: #181526;
|
104099
103938
|
width: 100%;
|
104100
|
-
height:
|
103939
|
+
height: 1.5;
|
104101
103940
|
}
|
104102
103941
|
|
104103
103942
|
.amis-scope .a-TextControl-input input::placeholder {
|
@@ -104222,6 +104061,14 @@ title: Word Break
|
|
104222
104061
|
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
104223
104062
|
background: #ffffff;
|
104224
104063
|
height: 2rem;
|
104064
|
+
align-items: center;
|
104065
|
+
}
|
104066
|
+
|
104067
|
+
.amis-scope .a-TextControl-input input {
|
104068
|
+
color: #242734;
|
104069
|
+
font-size: 14px;
|
104070
|
+
font-weight: 400;
|
104071
|
+
line-height: 1.5;
|
104225
104072
|
}
|
104226
104073
|
|
104227
104074
|
.amis-scope .a-TextControl-input:hover,
|
@@ -104629,7 +104476,7 @@ title: Word Break
|
|
104629
104476
|
border: none;
|
104630
104477
|
color: #181526;
|
104631
104478
|
width: 100%;
|
104632
|
-
height:
|
104479
|
+
height: 1.5;
|
104633
104480
|
}
|
104634
104481
|
|
104635
104482
|
.amis-scope .a-TextareaControl-input input::placeholder {
|
@@ -104864,7 +104711,8 @@ title: Word Break
|
|
104864
104711
|
margin-left: 0.5rem;
|
104865
104712
|
cursor: pointer;
|
104866
104713
|
display: inline-block;
|
104867
|
-
vertical-align:
|
104714
|
+
vertical-align: top;
|
104715
|
+
line-height: 1.5;
|
104868
104716
|
}
|
104869
104717
|
|
104870
104718
|
.amis-scope .a-Checkbox > i + span > a {
|
@@ -104895,10 +104743,19 @@ title: Word Break
|
|
104895
104743
|
|
104896
104744
|
.amis-scope .a-Checkbox--checkbox {
|
104897
104745
|
padding-left: 1rem;
|
104746
|
+
font-weight: 400;
|
104898
104747
|
font-size: 0.875rem;
|
104899
104748
|
color: #181526;
|
104900
104749
|
}
|
104901
104750
|
|
104751
|
+
.amis-scope .a-Checkbox--checkbox:hover {
|
104752
|
+
color: #181526;
|
104753
|
+
}
|
104754
|
+
|
104755
|
+
.amis-scope .a-Checkbox--checkbox:active {
|
104756
|
+
color: #181526;
|
104757
|
+
}
|
104758
|
+
|
104902
104759
|
.amis-scope .a-Checkbox--checkbox input {
|
104903
104760
|
margin-left: calc(1rem * -1);
|
104904
104761
|
}
|
@@ -105200,11 +105057,17 @@ title: Word Break
|
|
105200
105057
|
|
105201
105058
|
.amis-scope .a-Checkbox--button--disabled--unchecked.a-Checkbox--checkbox:hover {
|
105202
105059
|
border-color: #e9e8eb !important;
|
105060
|
+
box-shadow: -1px 0 0 0 #e9e8eb !important;
|
105061
|
+
}
|
105062
|
+
|
105063
|
+
.amis-scope .a-Checkbox--button--disabled--unchecked.a-Checkbox--checkbox:hover:first-child {
|
105064
|
+
box-shadow: none !important;
|
105203
105065
|
}
|
105204
105066
|
|
105205
105067
|
.amis-scope .a-Checkbox--button--disabled--checked.a-Checkbox--checkbox {
|
105206
105068
|
background: #ffffff;
|
105207
105069
|
border-color: #e9e8eb !important;
|
105070
|
+
box-shadow: none !important;
|
105208
105071
|
}
|
105209
105072
|
|
105210
105073
|
.amis-scope .a-Checkbox--button--disabled--checked.a-Checkbox--checkbox:hover {
|
@@ -105546,7 +105409,7 @@ title: Word Break
|
|
105546
105409
|
}
|
105547
105410
|
|
105548
105411
|
.amis-scope .a-TableSelection .a-Table-content {
|
105549
|
-
border-top:
|
105412
|
+
border-top: 1px solid #e9e8eb;
|
105550
105413
|
}
|
105551
105414
|
|
105552
105415
|
.amis-scope .a-TableSelection .a-Table-content.is-virtual {
|
@@ -106236,6 +106099,11 @@ title: Word Break
|
|
106236
106099
|
color: #b9b8bf;
|
106237
106100
|
}
|
106238
106101
|
|
106102
|
+
.amis-scope .is-error > .a-Number {
|
106103
|
+
border-color: #e62525;
|
106104
|
+
background: #ffffff;
|
106105
|
+
}
|
106106
|
+
|
106239
106107
|
.amis-scope .a-Number-disabled {
|
106240
106108
|
border-color: #e9e8eb;
|
106241
106109
|
}
|
@@ -106319,13 +106187,14 @@ title: Word Break
|
|
106319
106187
|
.amis-scope .a-NumberControl--withUnit .a-NumberControl-unit {
|
106320
106188
|
border-top-left-radius: 0 !important;
|
106321
106189
|
border-bottom-left-radius: 0 !important;
|
106190
|
+
background-color: #ffffff;
|
106322
106191
|
min-width: 3.5rem;
|
106323
106192
|
padding: calc(
|
106324
106193
|
(
|
106325
106194
|
2rem - 1.5 *
|
106326
106195
|
14px - 0.0625rem * 2
|
106327
106196
|
) / 2
|
106328
|
-
) 0 calc(
|
106197
|
+
) 0.625rem calc(
|
106329
106198
|
(
|
106330
106199
|
2rem - 1.5 *
|
106331
106200
|
14px - 0.0625rem * 2
|
@@ -106335,6 +106204,9 @@ title: Word Break
|
|
106335
106204
|
|
106336
106205
|
.amis-scope .a-NumberControl--withUnit .a-NumberControl-single-unit {
|
106337
106206
|
cursor: default;
|
106207
|
+
text-align: center;
|
106208
|
+
min-width: unset;
|
106209
|
+
padding: 0 0.625rem;
|
106338
106210
|
}
|
106339
106211
|
|
106340
106212
|
.amis-scope .a-Number--enhance {
|
@@ -107607,6 +107479,11 @@ title: Word Break
|
|
107607
107479
|
box-shadow: none;
|
107608
107480
|
}
|
107609
107481
|
|
107482
|
+
.amis-scope .is-error > .a-ColorPicker {
|
107483
|
+
border-color: #e62525;
|
107484
|
+
background: #ffffff;
|
107485
|
+
}
|
107486
|
+
|
107610
107487
|
.amis-scope .a-ColorPicker.is-disabled {
|
107611
107488
|
background: #e9e8eb;
|
107612
107489
|
color: #b9b8bf;
|
@@ -107807,6 +107684,11 @@ title: Word Break
|
|
107807
107684
|
color: #181526;
|
107808
107685
|
}
|
107809
107686
|
|
107687
|
+
.amis-scope .is-error > .a-DatePicker {
|
107688
|
+
border-color: #e62525;
|
107689
|
+
background: #ffffff;
|
107690
|
+
}
|
107691
|
+
|
107810
107692
|
.amis-scope .a-DatePicker.is-disabled {
|
107811
107693
|
background: #ffffff;
|
107812
107694
|
border-width: 1px 1px 1px 1px;
|
@@ -108615,10 +108497,15 @@ title: Word Break
|
|
108615
108497
|
|
108616
108498
|
.amis-scope .a-DateCalendar {
|
108617
108499
|
display: inline-block;
|
108618
|
-
border: 1px
|
108500
|
+
border-width: 1px
|
108619
108501
|
1px
|
108620
108502
|
1px
|
108621
|
-
1px
|
108503
|
+
1px;
|
108504
|
+
border-style: solid
|
108505
|
+
solid
|
108506
|
+
solid
|
108507
|
+
solid;
|
108508
|
+
border-color: #e9e8eb
|
108622
108509
|
#e9e8eb
|
108623
108510
|
#e9e8eb
|
108624
108511
|
#e9e8eb;
|
@@ -108708,6 +108595,11 @@ title: Word Break
|
|
108708
108595
|
color: #181526;
|
108709
108596
|
}
|
108710
108597
|
|
108598
|
+
.amis-scope .is-error > .a-DateRangePicker {
|
108599
|
+
border-color: #e62525;
|
108600
|
+
background: #ffffff;
|
108601
|
+
}
|
108602
|
+
|
108711
108603
|
.amis-scope .a-DateRangePicker .a-DateRangePicker-input {
|
108712
108604
|
border: none;
|
108713
108605
|
border-bottom: 2px solid transparent;
|
@@ -108992,7 +108884,13 @@ title: Word Break
|
|
108992
108884
|
outline: none;
|
108993
108885
|
}
|
108994
108886
|
|
108887
|
+
.amis-scope .a-ImageControl .ImageControl-addBtn-icon {
|
108888
|
+
z-index: 1;
|
108889
|
+
content: '<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"><g><rect fill="currentColor" opacity="0" x="0" y="0" width="16" height="16"></rect><path d="M8.5,2 L8.5,7.5 L14,7.5 L14,8.5 L8.5,8.5 L8.5,14 L7.5,14 L7.5,8.5 L2,8.5 L2,7.5 L7.5,7.5 L7.5,2 L8.5,2 Z" fill="currentColor" fill-rule="nonzero"></path></g></g></svg>';
|
108890
|
+
}
|
108891
|
+
|
108995
108892
|
.amis-scope .a-ImageControl-addBtn {
|
108893
|
+
position: relative;
|
108996
108894
|
margin: 0;
|
108997
108895
|
width: 7.5rem;
|
108998
108896
|
height: 7.5rem;
|
@@ -109011,6 +108909,20 @@ title: Word Break
|
|
109011
108909
|
box-shadow: 0px 0px 0px 0px transparent;
|
109012
108910
|
}
|
109013
108911
|
|
108912
|
+
.amis-scope .a-ImageControl-addBtn-bg {
|
108913
|
+
position: absolute;
|
108914
|
+
z-index: 0;
|
108915
|
+
overflow: hidden;
|
108916
|
+
left: 0;
|
108917
|
+
right: 0;
|
108918
|
+
top: 0;
|
108919
|
+
bottom: 0;
|
108920
|
+
}
|
108921
|
+
|
108922
|
+
.amis-scope .a-ImageControl-addBtn-bg .a-Image {
|
108923
|
+
border: 0;
|
108924
|
+
}
|
108925
|
+
|
109014
108926
|
.amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover {
|
109015
108927
|
color: #85848c;
|
109016
108928
|
background: #ffffff;
|
@@ -109057,31 +108969,42 @@ title: Word Break
|
|
109057
108969
|
box-shadow: 0px 0px 0px 0px transparent;
|
109058
108970
|
}
|
109059
108971
|
|
109060
|
-
.amis-scope .a-ImageControl-addBtn
|
108972
|
+
.amis-scope .a-ImageControl-addBtn svg {
|
109061
108973
|
top: 0;
|
109062
108974
|
margin-bottom: 0.5rem;
|
109063
108975
|
font-size: 1.5rem;
|
109064
108976
|
color: #85848c;
|
108977
|
+
width: 1.5rem;
|
108978
|
+
height: 1.5rem;
|
109065
108979
|
}
|
109066
108980
|
|
109067
108981
|
.amis-scope .a-ImageControl-addBtn-text {
|
108982
|
+
z-index: 1;
|
109068
108983
|
font-size: 14px;
|
109069
108984
|
font-weight: 400;
|
109070
108985
|
}
|
109071
108986
|
|
109072
|
-
.amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover
|
108987
|
+
.amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled).is-invalid:hover {
|
108988
|
+
border-color: #e62525;
|
108989
|
+
}
|
108990
|
+
|
108991
|
+
.amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover svg {
|
109073
108992
|
color: #85848c;
|
109074
108993
|
}
|
109075
108994
|
|
109076
|
-
.amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active
|
108995
|
+
.amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active svg {
|
109077
108996
|
color: #85848c;
|
109078
108997
|
}
|
109079
108998
|
|
108999
|
+
.amis-scope .a-ImageControl-addBtn.is-invalid {
|
109000
|
+
border-color: #e62525;
|
109001
|
+
}
|
109002
|
+
|
109080
109003
|
.amis-scope .a-ImageControl-addBtn.is-disabled {
|
109081
109004
|
pointer-events: none;
|
109082
109005
|
}
|
109083
109006
|
|
109084
|
-
.amis-scope .a-ImageControl-addBtn.is-disabled
|
109007
|
+
.amis-scope .a-ImageControl-addBtn.is-disabled svg {
|
109085
109008
|
color: #b9b8bf;
|
109086
109009
|
}
|
109087
109010
|
|
@@ -109106,27 +109029,28 @@ title: Word Break
|
|
109106
109029
|
margin: 30px 0 0 0.5rem;
|
109107
109030
|
}
|
109108
109031
|
|
109109
|
-
.amis-scope .a-ImageControl-dropzone:focus .a-ImageControl-addBtn {
|
109032
|
+
.amis-scope .a-ImageControl-dropzone:focus .a-ImageControl-addBtn:not(.is-invalid) {
|
109110
109033
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
109111
109034
|
background: #ffffff;
|
109112
109035
|
color: #85848c;
|
109113
109036
|
}
|
109114
109037
|
|
109115
|
-
.amis-scope .a-ImageControl-dropzone:focus .a-ImageControl-addBtn > svg {
|
109038
|
+
.amis-scope .a-ImageControl-dropzone:focus .a-ImageControl-addBtn:not(.is-invalid) > svg {
|
109116
109039
|
color: #85848c;
|
109117
109040
|
}
|
109118
109041
|
|
109119
|
-
.amis-scope .a-ImageControl-dropzone:hover-addBtn:not(.is-disabled) {
|
109042
|
+
.amis-scope .a-ImageControl-dropzone:hover-addBtn:not(.is-disabled):not(.is-invalid) {
|
109120
109043
|
border-color: #7266ba #7266ba #7266ba #7266ba;
|
109121
109044
|
background: #ffffff;
|
109122
109045
|
color: #85848c;
|
109123
109046
|
}
|
109124
109047
|
|
109125
|
-
.amis-scope .a-ImageControl-dropzone:hover-addBtn:not(.is-disabled) .a-ImageControl-addBtn-text {
|
109048
|
+
.amis-scope .a-ImageControl-dropzone:hover-addBtn:not(.is-disabled):not(.is-invalid) .a-ImageControl-addBtn-text {
|
109126
109049
|
color: #85848c;
|
109127
109050
|
}
|
109128
109051
|
|
109129
109052
|
.amis-scope .a-ImageControl-item {
|
109053
|
+
border: 0.0625rem solid #e9e8eb;
|
109130
109054
|
border-radius: 2px;
|
109131
109055
|
vertical-align: top;
|
109132
109056
|
padding: 0.25rem;
|
@@ -109142,6 +109066,10 @@ title: Word Break
|
|
109142
109066
|
border-color: #e62525;
|
109143
109067
|
}
|
109144
109068
|
|
109069
|
+
.amis-scope .a-ImageControl-item-errorTip {
|
109070
|
+
color: #e62525;
|
109071
|
+
}
|
109072
|
+
|
109145
109073
|
.amis-scope .a-ImageControl-item svg.icon-refresh {
|
109146
109074
|
transform: rotate(180deg);
|
109147
109075
|
}
|
@@ -109726,7 +109654,10 @@ title: Word Break
|
|
109726
109654
|
.amis-scope .a-RichTextControl {
|
109727
109655
|
min-height: 12.5rem;
|
109728
109656
|
height: auto;
|
109729
|
-
border:
|
109657
|
+
border-width: 1px 1px 1px 1px;
|
109658
|
+
border-style: solid solid solid solid;
|
109659
|
+
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
109660
|
+
border-radius: 0px 0px 0px 0px;
|
109730
109661
|
width: 100%;
|
109731
109662
|
}
|
109732
109663
|
|
@@ -109766,34 +109697,18 @@ title: Word Break
|
|
109766
109697
|
border: none;
|
109767
109698
|
}
|
109768
109699
|
|
109769
|
-
.amis-scope .a-RichTextControl
|
109770
|
-
|
109771
|
-
|
109772
|
-
|
109773
|
-
|
109774
|
-
.amis-scope .a-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-active,
|
109775
|
-
.amis-scope .a-RichTextControl .fr-popup .fr-command.fr-btn.fr-active {
|
109776
|
-
color: #23b7e5;
|
109777
|
-
background: #ffffff;
|
109778
|
-
}
|
109779
|
-
|
109780
|
-
.amis-scope .a-RichTextControl .fr-desktop .fr-command:hover,
|
109781
|
-
.amis-scope .a-RichTextControl .fr-desktop .fr-command:focus {
|
109782
|
-
background: #ffffff;
|
109783
|
-
}
|
109784
|
-
|
109785
|
-
.amis-scope .a-RichTextControl .fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
|
109786
|
-
.amis-scope .a-RichTextControl .fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
|
109787
|
-
background: #ffffff;
|
109788
|
-
}
|
109789
|
-
|
109790
|
-
.amis-scope .a-RichTextControl .fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
|
109791
|
-
background: #23b7e5;
|
109792
|
-
color: #fff;
|
109700
|
+
.amis-scope .a-RichTextControl:hover {
|
109701
|
+
border-width: 1px 1px 1px 1px;
|
109702
|
+
border-style: solid solid solid solid;
|
109703
|
+
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
109704
|
+
border-radius: 0px 0px 0px 0px;
|
109793
109705
|
}
|
109794
109706
|
|
109795
109707
|
.amis-scope .a-RichTextControl.is-focused {
|
109796
|
-
border:
|
109708
|
+
border-width: 1px 1px 1px 1px;
|
109709
|
+
border-style: solid solid solid solid;
|
109710
|
+
border-color: #7266ba #7266ba #7266ba #7266ba;
|
109711
|
+
border-radius: 0px 0px 0px 0px;
|
109797
109712
|
}
|
109798
109713
|
|
109799
109714
|
.amis-scope .a-RichTextControl .fr-box.fr-basic .fr-element {
|
@@ -109805,13 +109720,19 @@ title: Word Break
|
|
109805
109720
|
}
|
109806
109721
|
|
109807
109722
|
.amis-scope .a-RichTextControl.is-disabled {
|
109808
|
-
border-
|
109723
|
+
border-width: 1px 1px 1px 1px;
|
109724
|
+
border-style: solid solid solid solid;
|
109725
|
+
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
109726
|
+
border-radius: 0px 0px 0px 0px;
|
109809
109727
|
pointer-events: none;
|
109810
109728
|
opacity: 0.6;
|
109811
109729
|
}
|
109812
109730
|
|
109813
109731
|
.amis-scope .a-RichTextControl.is-disabled .fr-box.fr-basic.fr-top .fr-wrapper {
|
109814
|
-
border-
|
109732
|
+
border-width: 1px 1px 1px 1px;
|
109733
|
+
border-style: solid solid solid solid;
|
109734
|
+
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
109735
|
+
border-radius: 0px 0px 0px 0px;
|
109815
109736
|
}
|
109816
109737
|
|
109817
109738
|
.tox-tinymce-aux {
|
@@ -110116,12 +110037,17 @@ title: Word Break
|
|
110116
110037
|
.amis-scope .a-InputRange-marks div {
|
110117
110038
|
position: absolute;
|
110118
110039
|
top: 0;
|
110040
|
+
transform: translateX(-50%);
|
110119
110041
|
}
|
110120
110042
|
|
110121
110043
|
.amis-scope .a-InputRange-marks div span {
|
110122
110044
|
position: absolute;
|
110123
110045
|
left: 50%;
|
110124
110046
|
transform: translateX(-50%);
|
110047
|
+
white-space: nowrap;
|
110048
|
+
max-width: 100%;
|
110049
|
+
overflow: hidden;
|
110050
|
+
text-overflow: ellipsis;
|
110125
110051
|
}
|
110126
110052
|
|
110127
110053
|
.amis-scope .a-RepeatControl .repeat-btn {
|
@@ -110150,13 +110076,6 @@ title: Word Break
|
|
110150
110076
|
border: 1px solid #e9e8eb;
|
110151
110077
|
padding: 6px 12px;
|
110152
110078
|
border-radius: 2px;
|
110153
|
-
max-height: 300px;
|
110154
|
-
overflow: auto;
|
110155
|
-
}
|
110156
|
-
|
110157
|
-
.amis-scope .a-TreeControl.h-full {
|
110158
|
-
max-height: none;
|
110159
|
-
overflow: visible;
|
110160
110079
|
}
|
110161
110080
|
|
110162
110081
|
.amis-scope .a-TreeControl.no-border {
|
@@ -110182,6 +110101,11 @@ title: Word Break
|
|
110182
110101
|
overflow: auto;
|
110183
110102
|
}
|
110184
110103
|
|
110104
|
+
.amis-scope .a-TreeControl.h-auto > .a-Tree {
|
110105
|
+
max-height: none;
|
110106
|
+
overflow: visible;
|
110107
|
+
}
|
110108
|
+
|
110185
110109
|
.amis-scope .a-Tree-list,
|
110186
110110
|
.amis-scope .a-Tree-sublist {
|
110187
110111
|
list-style: none;
|
@@ -110202,6 +110126,18 @@ title: Word Break
|
|
110202
110126
|
position: relative;
|
110203
110127
|
}
|
110204
110128
|
|
110129
|
+
.amis-scope .a-Tree-item > div {
|
110130
|
+
color: #181526;
|
110131
|
+
}
|
110132
|
+
|
110133
|
+
.amis-scope .a-Tree-item > div:hover {
|
110134
|
+
color: #181526;
|
110135
|
+
}
|
110136
|
+
|
110137
|
+
.amis-scope .a-Tree-item > div:active {
|
110138
|
+
color: #181526;
|
110139
|
+
}
|
110140
|
+
|
110205
110141
|
.amis-scope .a-Tree-item > div:hover {
|
110206
110142
|
text-decoration: none;
|
110207
110143
|
}
|
@@ -110224,6 +110160,14 @@ title: Word Break
|
|
110224
110160
|
pointer-events: none;
|
110225
110161
|
}
|
110226
110162
|
|
110163
|
+
.amis-scope .a-Tree.is-disabled .a-Tree-itemLabel.is-disabled {
|
110164
|
+
color: #b9b8bf;
|
110165
|
+
}
|
110166
|
+
|
110167
|
+
.amis-scope .a-Tree.is-disabled .a-Tree-itemLabel.is-disabled .a-Tree-itemArrow > svg {
|
110168
|
+
color: #84868c;
|
110169
|
+
}
|
110170
|
+
|
110227
110171
|
.amis-scope .a-Tree.is-draggable {
|
110228
110172
|
position: relative;
|
110229
110173
|
}
|
@@ -110283,6 +110227,10 @@ title: Word Break
|
|
110283
110227
|
visibility: visible;
|
110284
110228
|
}
|
110285
110229
|
|
110230
|
+
.amis-scope .a-Tree-itemLabel .a-Checkbox {
|
110231
|
+
margin-right: 0.5rem;
|
110232
|
+
}
|
110233
|
+
|
110286
110234
|
.amis-scope .a-Tree-item .is-checked {
|
110287
110235
|
border-radius: 1px;
|
110288
110236
|
}
|
@@ -110412,6 +110360,14 @@ title: Word Break
|
|
110412
110360
|
color: #84868c;
|
110413
110361
|
}
|
110414
110362
|
|
110363
|
+
.amis-scope .a-Tree-itemArrow > svg:hover {
|
110364
|
+
color: #84868c;
|
110365
|
+
}
|
110366
|
+
|
110367
|
+
.amis-scope .a-Tree-itemArrow > svg:active {
|
110368
|
+
color: #84868c;
|
110369
|
+
}
|
110370
|
+
|
110415
110371
|
.amis-scope .a-Tree-itemArrow.is-folded > svg {
|
110416
110372
|
transform: rotate(-90deg);
|
110417
110373
|
}
|
@@ -110455,6 +110411,14 @@ title: Word Break
|
|
110455
110411
|
white-space: nowrap;
|
110456
110412
|
}
|
110457
110413
|
|
110414
|
+
.amis-scope .a-Tree-itemText:hover {
|
110415
|
+
color: #181526;
|
110416
|
+
}
|
110417
|
+
|
110418
|
+
.amis-scope .a-Tree-itemText:active {
|
110419
|
+
color: #181526;
|
110420
|
+
}
|
110421
|
+
|
110458
110422
|
.amis-scope .is-disabled .a-Tree-itemText {
|
110459
110423
|
color: #b9b8bf;
|
110460
110424
|
}
|
@@ -110545,7 +110509,7 @@ title: Word Break
|
|
110545
110509
|
border: none;
|
110546
110510
|
color: #181526;
|
110547
110511
|
width: 100%;
|
110548
|
-
height:
|
110512
|
+
height: 1.5;
|
110549
110513
|
}
|
110550
110514
|
|
110551
110515
|
.amis-scope .a-TreeSelect-input input::placeholder {
|
@@ -110698,17 +110662,7 @@ title: Word Break
|
|
110698
110662
|
line-height: 1.5;
|
110699
110663
|
border-radius: 2px 2px 2px 2px;
|
110700
110664
|
height: 1.625rem;
|
110701
|
-
padding:
|
110702
|
-
(
|
110703
|
-
1.625rem - 1px * 2 -
|
110704
|
-
1.5 * 12px
|
110705
|
-
) / 2
|
110706
|
-
) 0.5rem calc(
|
110707
|
-
(
|
110708
|
-
1.625rem - 1px * 2 -
|
110709
|
-
1.5 * 12px
|
110710
|
-
) / 2
|
110711
|
-
) 0.5rem;
|
110665
|
+
padding: 0.25rem 0.5rem 0.25rem 0.5rem;
|
110712
110666
|
margin: 0rem 0rem 0rem 0rem;
|
110713
110667
|
color: #ffffff;
|
110714
110668
|
background: #7266ba;
|
@@ -110758,7 +110712,7 @@ title: Word Break
|
|
110758
110712
|
.amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled):hover {
|
110759
110713
|
color: #ffffff;
|
110760
110714
|
background: #897fc7;
|
110761
|
-
border-color:
|
110715
|
+
border-color: #897fc7 #897fc7 #897fc7 #897fc7;
|
110762
110716
|
border-width: 1px 1px 1px 1px;
|
110763
110717
|
border-style: solid solid solid solid;
|
110764
110718
|
box-shadow: 0px 0px 0px 0px transparent;
|
@@ -110767,7 +110721,7 @@ title: Word Break
|
|
110767
110721
|
.amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled).hover {
|
110768
110722
|
color: #ffffff;
|
110769
110723
|
background: #897fc7;
|
110770
|
-
border-color:
|
110724
|
+
border-color: #897fc7 #897fc7 #897fc7 #897fc7;
|
110771
110725
|
border-width: 1px 1px 1px 1px;
|
110772
110726
|
border-style: solid solid solid solid;
|
110773
110727
|
box-shadow: 0px 0px 0px 0px transparent;
|
@@ -110776,7 +110730,7 @@ title: Word Break
|
|
110776
110730
|
.amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
110777
110731
|
color: #ffffff;
|
110778
110732
|
background: #584a94;
|
110779
|
-
border-color: #
|
110733
|
+
border-color: #584a94 #584a94 #584a94 #584a94;
|
110780
110734
|
border-width: 1px 1px 1px 1px;
|
110781
110735
|
border-style: solid solid solid solid;
|
110782
110736
|
box-shadow: 0px 0px 0px 0px transparent;
|
@@ -110785,7 +110739,7 @@ title: Word Break
|
|
110785
110739
|
.amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled).active {
|
110786
110740
|
color: #ffffff;
|
110787
110741
|
background: #584a94;
|
110788
|
-
border-color: #
|
110742
|
+
border-color: #584a94 #584a94 #584a94 #584a94;
|
110789
110743
|
border-width: 1px 1px 1px 1px;
|
110790
110744
|
border-style: solid solid solid solid;
|
110791
110745
|
box-shadow: 0px 0px 0px 0px transparent;
|
@@ -110812,7 +110766,7 @@ title: Word Break
|
|
110812
110766
|
}
|
110813
110767
|
|
110814
110768
|
.amis-scope .a-Combo-delBtn:hover {
|
110815
|
-
color: #
|
110769
|
+
color: #181526;
|
110816
110770
|
}
|
110817
110771
|
|
110818
110772
|
.amis-scope .a-Combo-tab-delBtn {
|
@@ -110828,7 +110782,7 @@ title: Word Break
|
|
110828
110782
|
}
|
110829
110783
|
|
110830
110784
|
.amis-scope .a-Combo-tab-delBtn:hover {
|
110831
|
-
color: #
|
110785
|
+
color: #181526;
|
110832
110786
|
}
|
110833
110787
|
|
110834
110788
|
.amis-scope .a-Combo-items {
|
@@ -110844,7 +110798,7 @@ title: Word Break
|
|
110844
110798
|
}
|
110845
110799
|
|
110846
110800
|
.amis-scope .a-Combo-item {
|
110847
|
-
background: #
|
110801
|
+
background: #ffffff;
|
110848
110802
|
}
|
110849
110803
|
|
110850
110804
|
.amis-scope .a-Combo-itemDrager {
|
@@ -110948,8 +110902,23 @@ title: Word Break
|
|
110948
110902
|
|
110949
110903
|
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder) > .a-Combo-item,
|
110950
110904
|
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder) > .a-Combo-items > .a-Combo-item {
|
110951
|
-
border:
|
110952
|
-
|
110905
|
+
border-color: #e9e8eb
|
110906
|
+
#e9e8eb
|
110907
|
+
#e9e8eb
|
110908
|
+
#e9e8eb;
|
110909
|
+
border-width: 1px
|
110910
|
+
1px
|
110911
|
+
1px
|
110912
|
+
1px;
|
110913
|
+
border-style: dashed
|
110914
|
+
dashed
|
110915
|
+
dashed
|
110916
|
+
dashed;
|
110917
|
+
border-radius: 0px
|
110918
|
+
0px
|
110919
|
+
0px
|
110920
|
+
0px;
|
110921
|
+
padding: 0.625rem 0.625rem 0.625rem 0.625rem;
|
110953
110922
|
position: relative;
|
110954
110923
|
}
|
110955
110924
|
|
@@ -110966,7 +110935,12 @@ title: Word Break
|
|
110966
110935
|
|
110967
110936
|
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-item:hover,
|
110968
110937
|
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-items > .a-Combo-item:hover {
|
110969
|
-
border-color: #
|
110938
|
+
border-color: #7266ba
|
110939
|
+
#7266ba
|
110940
|
+
#7266ba
|
110941
|
+
#7266ba;
|
110942
|
+
border-width: 1px 1px 1px 1px;
|
110943
|
+
border-style: dashed dashed dashed dashed;
|
110970
110944
|
}
|
110971
110945
|
|
110972
110946
|
.amis-scope .a-Combo--ver:not(.a-Combo--noBorder):not(.is-disabled) > .a-Combo-item:hover > .a-Combo-delBtn,
|
@@ -111232,7 +111206,7 @@ title: Word Break
|
|
111232
111206
|
border: none;
|
111233
111207
|
color: #181526;
|
111234
111208
|
width: 100%;
|
111235
|
-
height:
|
111209
|
+
height: 1.5;
|
111236
111210
|
}
|
111237
111211
|
|
111238
111212
|
.amis-scope .a-Picker-input input::placeholder {
|
@@ -111326,10 +111300,19 @@ title: Word Break
|
|
111326
111300
|
}
|
111327
111301
|
}
|
111328
111302
|
|
111329
|
-
.amis-scope .a-Picker
|
111330
|
-
border-color: #7266ba;
|
111331
|
-
box-shadow: none;
|
111303
|
+
.amis-scope .a-Picker-input:hover {
|
111332
111304
|
background: #ffffff;
|
111305
|
+
border-width: 1px 1px 1px 1px;
|
111306
|
+
border-style: solid solid solid solid;
|
111307
|
+
border-color: #2468f2 #2468f2 #2468f2 #2468f2;
|
111308
|
+
}
|
111309
|
+
|
111310
|
+
.amis-scope .a-Picker.is-focused > .a-Picker-input {
|
111311
|
+
box-shadow: none;
|
111312
|
+
background-color: #ffffff;
|
111313
|
+
border-width: 1px 1px 1px 1px;
|
111314
|
+
border-style: solid solid solid solid;
|
111315
|
+
border-color: #7dadff #7dadff #7dadff #7dadff;
|
111333
111316
|
}
|
111334
111317
|
|
111335
111318
|
.amis-scope .a-Picker.is-disabled {
|
@@ -111337,17 +111320,30 @@ title: Word Break
|
|
111337
111320
|
opacity: var(--Button-onDisabled-opacity);
|
111338
111321
|
}
|
111339
111322
|
|
111323
|
+
.amis-scope .a-Picker.is-disabled .a-Picker-placeholder {
|
111324
|
+
color: #b9b8bf;
|
111325
|
+
font-size: 14px;
|
111326
|
+
font-weight: 400;
|
111327
|
+
}
|
111328
|
+
|
111329
|
+
.amis-scope .a-Picker.is-disabled > .a-Picker-input {
|
111330
|
+
color: #b9b8bf;
|
111331
|
+
font-size: 14px;
|
111332
|
+
font-weight: 400;
|
111333
|
+
background-color: #f8f7fa;
|
111334
|
+
border-width: 1px 1px 1px 1px;
|
111335
|
+
border-style: solid solid solid solid;
|
111336
|
+
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
111337
|
+
}
|
111338
|
+
|
111340
111339
|
.amis-scope .a-Picker-placeholder {
|
111341
111340
|
color: #b9b8bf;
|
111341
|
+
font-size: 14px;
|
111342
|
+
font-weight: 400;
|
111342
111343
|
user-select: none;
|
111343
111344
|
position: absolute;
|
111344
111345
|
line-height: 1.5;
|
111345
|
-
padding:
|
111346
|
-
(
|
111347
|
-
2rem - 1.5 *
|
111348
|
-
14px - 0.125rem
|
111349
|
-
) / 2
|
111350
|
-
) 0.625rem;
|
111346
|
+
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
111351
111347
|
}
|
111352
111348
|
|
111353
111349
|
.amis-scope .a-Picker-input {
|
@@ -111355,6 +111351,10 @@ title: Word Break
|
|
111355
111351
|
height: auto;
|
111356
111352
|
padding: 0;
|
111357
111353
|
flex-wrap: nowrap;
|
111354
|
+
background-color: #ffffff;
|
111355
|
+
border-width: 1px 1px 1px 1px;
|
111356
|
+
border-style: solid solid solid solid;
|
111357
|
+
border-color: #e9e8eb #e9e8eb #e9e8eb #e9e8eb;
|
111358
111358
|
}
|
111359
111359
|
|
111360
111360
|
.amis-scope .a-Picker .a-Picker-values {
|
@@ -111390,15 +111390,19 @@ title: Word Break
|
|
111390
111390
|
line-height: calc( 1.5 * 14px - 0.125rem );
|
111391
111391
|
display: inline-block;
|
111392
111392
|
font-size: 12px;
|
111393
|
-
color: #
|
111393
|
+
color: #2468f2;
|
111394
|
+
font-weight: 400;
|
111394
111395
|
background: #cce5ff;
|
111395
|
-
border:
|
111396
|
-
border-
|
111396
|
+
border-width: 1px 1px 1px 1px;
|
111397
|
+
border-style: solid solid solid solid;
|
111398
|
+
border-color: #7dadff #7dadff #7dadff #7dadff;
|
111399
|
+
border-radius: 2px 2px 2px 2px;
|
111397
111400
|
margin-right: 0.25rem;
|
111398
111401
|
margin-bottom: 0.25rem;
|
111399
111402
|
}
|
111400
111403
|
|
111401
111404
|
.amis-scope .a-Picker .a-Picker-valueIcon {
|
111405
|
+
color: #2468f2;
|
111402
111406
|
cursor: pointer;
|
111403
111407
|
border-right: 0.0625rem solid #a19bd4;
|
111404
111408
|
padding: 1px 5px;
|
@@ -111414,7 +111418,7 @@ title: Word Break
|
|
111414
111418
|
|
111415
111419
|
.amis-scope .a-Picker-btn {
|
111416
111420
|
cursor: pointer;
|
111417
|
-
color: #
|
111421
|
+
color: #84878c;
|
111418
111422
|
flex: 30px 0 0;
|
111419
111423
|
display: flex;
|
111420
111424
|
align-items: center;
|
@@ -111425,10 +111429,21 @@ title: Word Break
|
|
111425
111429
|
top: 0;
|
111426
111430
|
}
|
111427
111431
|
|
111432
|
+
.amis-scope .a-Picker-btn svg {
|
111433
|
+
width: 1rem;
|
111434
|
+
height: 1rem;
|
111435
|
+
}
|
111436
|
+
|
111428
111437
|
.amis-scope .a-Picker-btn:hover {
|
111429
111438
|
color: #7266ba;
|
111430
111439
|
}
|
111431
111440
|
|
111441
|
+
.amis-scope .a-Picker .Picker-icon {
|
111442
|
+
width: 1rem;
|
111443
|
+
height: 1rem;
|
111444
|
+
content: '<svg viewBox="0 0 200 200" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><g fill="currentColor" fill-rule="nonzero"><path d="M181.25,0 L56.25,0 C45.8984375,0 37.5,8.3984375 37.5,18.75 L37.5,37.5 L18.75,37.5 C8.3984375,37.5 0,45.8984375 0,56.25 L0,181.25 C0,191.601562 8.3984375,200 18.75,200 L143.75,200 C154.101562,200 162.5,191.601562 162.5,181.25 L162.5,162.5 L181.25,162.5 C191.601562,162.5 200,154.101562 200,143.75 L200,18.75 C200,8.3984375 191.601562,0 181.25,0 Z M143.75,181.25 L18.75,181.25 L18.75,100 L143.75,100 L143.75,181.25 Z M181.25,143.75 L162.5,143.75 L162.5,56.25 C162.5,45.8984375 154.101562,37.5 143.75,37.5 L56.25,37.5 L56.25,18.75 L181.25,18.75 L181.25,143.75 Z" ></path></g></svg>';
|
111445
|
+
}
|
111446
|
+
|
111432
111447
|
.amis-scope .a-Picker-clear {
|
111433
111448
|
padding: 0.1875rem;
|
111434
111449
|
cursor: pointer;
|
@@ -111486,7 +111501,7 @@ title: Word Break
|
|
111486
111501
|
padding: 0;
|
111487
111502
|
border: none;
|
111488
111503
|
width: 100%;
|
111489
|
-
margin-top:
|
111504
|
+
margin-top: 0.25rem;
|
111490
111505
|
}
|
111491
111506
|
|
111492
111507
|
.amis-scope .a-TagControl > .a-TagControl-popover.a-PopOver--leftBottomLeftTop {
|
@@ -111533,12 +111548,12 @@ title: Word Break
|
|
111533
111548
|
) / 2
|
111534
111549
|
) 0.625rem;
|
111535
111550
|
margin: 0rem 0rem 0rem 0rem;
|
111536
|
-
color: #
|
111551
|
+
color: #181526;
|
111537
111552
|
background: transparent;
|
111538
|
-
border-color: #
|
111539
|
-
border-width:
|
111553
|
+
border-color: #d5d4d9 #d5d4d9 #d5d4d9 #d5d4d9;
|
111554
|
+
border-width: 1px 1px 1px 1px;
|
111540
111555
|
border-style: solid solid solid solid;
|
111541
|
-
box-shadow:
|
111556
|
+
box-shadow: none;
|
111542
111557
|
}
|
111543
111558
|
|
111544
111559
|
.amis-scope .a-TagControl-sugItem .a-Button-icon:first-child:not(:last-child):not(.pull-right),
|
@@ -111573,36 +111588,36 @@ title: Word Break
|
|
111573
111588
|
}
|
111574
111589
|
|
111575
111590
|
.amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled):hover {
|
111576
|
-
color: #
|
111577
|
-
background: #
|
111578
|
-
border-color: #
|
111591
|
+
color: #181526;
|
111592
|
+
background: #e9e8eb;
|
111593
|
+
border-color: #b9b8bf #b9b8bf #b9b8bf #b9b8bf;
|
111579
111594
|
border-width: 1px 1px 1px 1px;
|
111580
111595
|
border-style: solid solid solid solid;
|
111581
|
-
box-shadow:
|
111596
|
+
box-shadow: none;
|
111582
111597
|
}
|
111583
111598
|
|
111584
111599
|
.amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled).hover {
|
111585
|
-
color: #
|
111586
|
-
background: #
|
111587
|
-
border-color: #
|
111600
|
+
color: #181526;
|
111601
|
+
background: #e9e8eb;
|
111602
|
+
border-color: #b9b8bf #b9b8bf #b9b8bf #b9b8bf;
|
111588
111603
|
border-width: 1px 1px 1px 1px;
|
111589
111604
|
border-style: solid solid solid solid;
|
111590
|
-
box-shadow:
|
111605
|
+
box-shadow: none;
|
111591
111606
|
}
|
111592
111607
|
|
111593
111608
|
.amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
|
111594
|
-
color: #
|
111595
|
-
background: #
|
111596
|
-
border-color: #
|
111609
|
+
color: #181526;
|
111610
|
+
background: #e9e8eb;
|
111611
|
+
border-color: #85848c #85848c #85848c #85848c;
|
111597
111612
|
border-width: 1px 1px 1px 1px;
|
111598
111613
|
border-style: solid solid solid solid;
|
111599
111614
|
box-shadow: 0px 0px 0px 0px transparent;
|
111600
111615
|
}
|
111601
111616
|
|
111602
111617
|
.amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled).active {
|
111603
|
-
color: #
|
111604
|
-
background: #
|
111605
|
-
border-color: #
|
111618
|
+
color: #181526;
|
111619
|
+
background: #e9e8eb;
|
111620
|
+
border-color: #85848c #85848c #85848c #85848c;
|
111606
111621
|
border-width: 1px 1px 1px 1px;
|
111607
111622
|
border-style: solid solid solid solid;
|
111608
111623
|
box-shadow: 0px 0px 0px 0px transparent;
|
@@ -111623,6 +111638,11 @@ title: Word Break
|
|
111623
111638
|
opacity: var(--Button-onDisabled-opacity);
|
111624
111639
|
}
|
111625
111640
|
|
111641
|
+
.amis-scope .a-TagControl.is-error > .a-ResultBox {
|
111642
|
+
border-color: #e62525;
|
111643
|
+
background: #ffffff;
|
111644
|
+
}
|
111645
|
+
|
111626
111646
|
.amis-scope .a-TagControl-popover.a-PopOver--leftBottomLeftTop > .a-ListMenu {
|
111627
111647
|
border-top-left-radius: 0;
|
111628
111648
|
border-top-right-radius: 0;
|
@@ -111633,6 +111653,25 @@ title: Word Break
|
|
111633
111653
|
border-bottom-right-radius: 0;
|
111634
111654
|
}
|
111635
111655
|
|
111656
|
+
.amis-scope .a-TagControl-popover .a-ListMenu {
|
111657
|
+
padding: 0.25rem 0;
|
111658
|
+
}
|
111659
|
+
|
111660
|
+
.amis-scope .a-TagControl-popover .a-ListMenu-item {
|
111661
|
+
height: 2rem;
|
111662
|
+
color: #181526;
|
111663
|
+
font-size: 14px;
|
111664
|
+
line-height: 1.5;
|
111665
|
+
font-weight: 400;
|
111666
|
+
padding: 0.25rem 0.625rem 0.25rem 0.625rem;
|
111667
|
+
background: #ffffff;
|
111668
|
+
}
|
111669
|
+
|
111670
|
+
.amis-scope .a-TagControl-popover .a-ListMenu-item:hover {
|
111671
|
+
color: #7266ba;
|
111672
|
+
background: rgba(0, 126, 255, 0.08);
|
111673
|
+
}
|
111674
|
+
|
111636
111675
|
.amis-scope .a-Rating {
|
111637
111676
|
display: flex;
|
111638
111677
|
position: relative;
|
@@ -111741,7 +111780,6 @@ title: Word Break
|
|
111741
111780
|
font-weight: 400;
|
111742
111781
|
font-family: var(--transfer-base-title-font-family);
|
111743
111782
|
padding: 0.5rem 0.875rem 0.5rem 0.875rem;
|
111744
|
-
margin: auto auto auto auto;
|
111745
111783
|
flex-direction: row;
|
111746
111784
|
width: 100%;
|
111747
111785
|
}
|
@@ -111775,15 +111813,14 @@ title: Word Break
|
|
111775
111813
|
max-height: 100%;
|
111776
111814
|
overflow: auto;
|
111777
111815
|
position: relative;
|
111778
|
-
padding:
|
111779
|
-
margin: auto auto auto auto;
|
111816
|
+
padding: 0rem 0rem 0rem 0rem;
|
111780
111817
|
width: 100%;
|
111781
111818
|
}
|
111782
111819
|
|
111783
111820
|
.amis-scope .a-Transfer .a-GroupedSelection-item,
|
111784
111821
|
.amis-scope .a-Transfer .a-Selections-item {
|
111785
111822
|
padding: 0.5rem 0.875rem 0.5rem 0.875rem;
|
111786
|
-
margin:
|
111823
|
+
margin: 0rem 0rem 0rem 0rem;
|
111787
111824
|
line-height: 1.5;
|
111788
111825
|
font-size: 14px;
|
111789
111826
|
font-weight: 400;
|
@@ -111792,7 +111829,7 @@ title: Word Break
|
|
111792
111829
|
|
111793
111830
|
.amis-scope .a-Transfer .a-ChainedSelection-item {
|
111794
111831
|
padding: 0.5rem 0.625rem 0.5rem 0.625rem;
|
111795
|
-
margin:
|
111832
|
+
margin: 0rem 0rem 0rem 0rem;
|
111796
111833
|
line-height: 1.5;
|
111797
111834
|
font-size: 14px;
|
111798
111835
|
font-weight: 400;
|
@@ -111800,10 +111837,9 @@ title: Word Break
|
|
111800
111837
|
}
|
111801
111838
|
|
111802
111839
|
.amis-scope .a-Transfer .a-GroupedSelection-group > .a-GroupedSelection-itemLabel {
|
111803
|
-
font-size:
|
111804
|
-
font-weight:
|
111805
|
-
line-height:
|
111806
|
-
font-family: var(--transfer-group-font-family);
|
111840
|
+
font-size: 14px;
|
111841
|
+
font-weight: 400;
|
111842
|
+
line-height: 1.5;
|
111807
111843
|
color: #85848c;
|
111808
111844
|
}
|
111809
111845
|
|
@@ -111878,7 +111914,6 @@ title: Word Break
|
|
111878
111914
|
|
111879
111915
|
.amis-scope .a-Transfer-search {
|
111880
111916
|
padding: 0.625rem 0.625rem 0.625rem 0.625rem;
|
111881
|
-
margin: auto auto auto auto;
|
111882
111917
|
width: 100%;
|
111883
111918
|
}
|
111884
111919
|
|
@@ -111893,7 +111928,6 @@ title: Word Break
|
|
111893
111928
|
border-radius: 2px 2px 2px 2px;
|
111894
111929
|
box-shadow: 0px 0px 0px 0px transparent;
|
111895
111930
|
padding: 0.375rem 0.75rem 0.375rem 0.75rem;
|
111896
|
-
margin: auto auto auto auto;
|
111897
111931
|
}
|
111898
111932
|
|
111899
111933
|
.amis-scope .a-Transfer-search .a-InputBox:hover {
|
@@ -111954,7 +111988,7 @@ title: Word Break
|
|
111954
111988
|
|
111955
111989
|
.amis-scope .a-Transfer .a-Tree {
|
111956
111990
|
padding: 0.25rem 0.75rem 0.25rem 0.75rem;
|
111957
|
-
margin:
|
111991
|
+
margin: 0rem 0rem 0.125rem 0rem;
|
111958
111992
|
}
|
111959
111993
|
|
111960
111994
|
.amis-scope .a-Transfer .a-Tree-itemLabel:hover::after {
|
@@ -111962,19 +111996,28 @@ title: Word Break
|
|
111962
111996
|
}
|
111963
111997
|
|
111964
111998
|
.amis-scope .a-Transfer .a-Tree-itemLabel {
|
111965
|
-
padding:
|
111966
|
-
margin:
|
111999
|
+
padding: 0rem 0rem 0rem 0.625rem;
|
112000
|
+
margin: 0rem 0rem 0.375rem 0rem;
|
111967
112001
|
border-radius: 1px 1px 1px 1px;
|
112002
|
+
overflow: hidden;
|
111968
112003
|
}
|
111969
112004
|
|
111970
112005
|
.amis-scope .a-Transfer .a-Tree-itemLabel:hover {
|
111971
112006
|
background: #ffffff;
|
111972
112007
|
}
|
111973
112008
|
|
112009
|
+
.amis-scope .a-Transfer .a-Tree-itemLabel:hover .a-Tree-itemLabel-item {
|
112010
|
+
background: #ffffff;
|
112011
|
+
}
|
112012
|
+
|
111974
112013
|
.amis-scope .a-Transfer .a-Tree-itemLabel.is-checked {
|
111975
112014
|
background: rgba(0, 126, 255, 0.08);
|
111976
112015
|
}
|
111977
112016
|
|
112017
|
+
.amis-scope .a-Transfer .a-Tree-itemLabel.is-checked .a-Tree-itemLabel-item {
|
112018
|
+
background: rgba(0, 126, 255, 0.08);
|
112019
|
+
}
|
112020
|
+
|
111978
112021
|
.amis-scope .a-Transfer .a-Tree-itemText {
|
111979
112022
|
line-height: 1.5;
|
111980
112023
|
font-size: 14px;
|
@@ -112459,7 +112502,7 @@ title: Word Break
|
|
112459
112502
|
border: none;
|
112460
112503
|
color: #181526;
|
112461
112504
|
width: 100%;
|
112462
|
-
height:
|
112505
|
+
height: 1.5;
|
112463
112506
|
}
|
112464
112507
|
|
112465
112508
|
.amis-scope .a-IconPickerControl-input input::placeholder {
|
@@ -112695,7 +112738,7 @@ title: Word Break
|
|
112695
112738
|
border: none;
|
112696
112739
|
color: #181526;
|
112697
112740
|
width: 100%;
|
112698
|
-
height:
|
112741
|
+
height: 1.5;
|
112699
112742
|
}
|
112700
112743
|
|
112701
112744
|
.amis-scope .a-IconSelectControl-input input::placeholder {
|
@@ -112804,6 +112847,11 @@ title: Word Break
|
|
112804
112847
|
margin-left: 0.75rem;
|
112805
112848
|
}
|
112806
112849
|
|
112850
|
+
.amis-scope .a-IconSelectControl-Modal-func {
|
112851
|
+
display: inline-block;
|
112852
|
+
margin-left: 12px;
|
112853
|
+
}
|
112854
|
+
|
112807
112855
|
.amis-scope .a-IconSelectControl-Modal-content {
|
112808
112856
|
display: flex;
|
112809
112857
|
position: relative;
|
@@ -112837,6 +112885,20 @@ title: Word Break
|
|
112837
112885
|
overflow: hidden;
|
112838
112886
|
}
|
112839
112887
|
|
112888
|
+
.amis-scope .a-IconSelectControl-input-area img.icon {
|
112889
|
+
height: 0.75rem;
|
112890
|
+
margin-right: 0.375rem;
|
112891
|
+
}
|
112892
|
+
|
112893
|
+
.amis-scope .a-IconSelectControl-input-area-str-svg {
|
112894
|
+
height: 14px;
|
112895
|
+
}
|
112896
|
+
|
112897
|
+
.amis-scope .a-IconSelectControl-input-area-str-svg svg {
|
112898
|
+
width: 100%;
|
112899
|
+
height: 100%;
|
112900
|
+
}
|
112901
|
+
|
112840
112902
|
.amis-scope .a-IconSelectControl-input-wrapper {
|
112841
112903
|
width: 100%;
|
112842
112904
|
}
|
@@ -113500,6 +113562,21 @@ title: Word Break
|
|
113500
113562
|
padding-right: calc(1rem / 2);
|
113501
113563
|
}
|
113502
113564
|
|
113565
|
+
.amis-scope .a-Form--column > .a-Form-item.a-Form-item--inline {
|
113566
|
+
/* 设置columnCount之后,margin-right自动计算,如果设置了会导致flex自动wrap */
|
113567
|
+
margin-right: unset;
|
113568
|
+
display: inline-flex;
|
113569
|
+
}
|
113570
|
+
|
113571
|
+
.amis-scope .a-Form--column > .a-Form-item.a-Form-item--inline > .a-Form-value {
|
113572
|
+
flex: 1;
|
113573
|
+
/* 如果size设置了full就占满剩余空间 */
|
113574
|
+
}
|
113575
|
+
|
113576
|
+
.amis-scope .a-Form--column > .a-Form-item.a-Form-item--inline > .a-Form-value .a-Form-control:first-child.is-full {
|
113577
|
+
width: -webkit-fill-available;
|
113578
|
+
}
|
113579
|
+
|
113503
113580
|
.amis-scope .a-Form--column-2 > .a-Form-item {
|
113504
113581
|
width: 50%;
|
113505
113582
|
}
|
@@ -115360,15 +115437,17 @@ title: Word Break
|
|
115360
115437
|
}
|
115361
115438
|
|
115362
115439
|
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-time {
|
115363
|
-
color: #
|
115364
|
-
font-size:
|
115440
|
+
color: #85848c;
|
115441
|
+
font-size: 14px;
|
115442
|
+
font-weight: 400;
|
115365
115443
|
margin-bottom: 0.25rem;
|
115366
115444
|
}
|
115367
115445
|
|
115368
115446
|
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-title {
|
115369
115447
|
display: flex;
|
115370
|
-
color: #
|
115371
|
-
font-size:
|
115448
|
+
color: #181526;
|
115449
|
+
font-size: 14px;
|
115450
|
+
font-weight: 400;
|
115372
115451
|
margin-bottom: 0.25rem;
|
115373
115452
|
}
|
115374
115453
|
|
@@ -115384,12 +115463,14 @@ title: Word Break
|
|
115384
115463
|
display: flex;
|
115385
115464
|
cursor: pointer;
|
115386
115465
|
align-items: center;
|
115387
|
-
font-size:
|
115466
|
+
font-size: 14px;
|
115388
115467
|
color: #7266ba;
|
115468
|
+
font-weight: 400;
|
115389
115469
|
margin-bottom: 0.75rem;
|
115390
115470
|
}
|
115391
115471
|
|
115392
115472
|
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow {
|
115473
|
+
color: #7266ba;
|
115393
115474
|
width: 1rem;
|
115394
115475
|
height: 1rem;
|
115395
115476
|
}
|
@@ -115400,12 +115481,19 @@ title: Word Break
|
|
115400
115481
|
|
115401
115482
|
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
|
115402
115483
|
display: block;
|
115403
|
-
border-radius:
|
115484
|
+
border-radius: 2px
|
115485
|
+
2px
|
115486
|
+
2px
|
115487
|
+
2px;
|
115404
115488
|
max-width: 18.75rem;
|
115405
|
-
font-size:
|
115406
|
-
|
115407
|
-
|
115408
|
-
|
115489
|
+
font-size: 14px;
|
115490
|
+
font-weight: 400;
|
115491
|
+
color: #181526;
|
115492
|
+
padding: 0.625rem
|
115493
|
+
0.625rem 0.625rem
|
115494
|
+
0.625rem;
|
115495
|
+
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
|
115496
|
+
0px 1px 2px 0px rgba(0, 0, 0, 0.06);
|
115409
115497
|
}
|
115410
115498
|
|
115411
115499
|
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-invisible {
|
@@ -115492,20 +115580,22 @@ title: Word Break
|
|
115492
115580
|
}
|
115493
115581
|
|
115494
115582
|
.amis-scope .a-Timeline-horizontal .a-TimelineItem-content {
|
115495
|
-
margin-top:
|
115583
|
+
margin-top: 0rem;
|
115496
115584
|
padding-bottom: 1rem;
|
115497
115585
|
margin-left: 0.125rem;
|
115498
115586
|
}
|
115499
115587
|
|
115500
115588
|
.amis-scope .a-Timeline-horizontal .a-TimelineItem-content .a-TimelineItem-time {
|
115501
|
-
color: #
|
115502
|
-
font-size:
|
115589
|
+
color: #85848c;
|
115590
|
+
font-size: 14px;
|
115591
|
+
font-weight: 400;
|
115503
115592
|
margin-bottom: 0.25rem;
|
115504
115593
|
}
|
115505
115594
|
|
115506
115595
|
.amis-scope .a-Timeline-horizontal .a-TimelineItem-content .a-TimelineItem-title {
|
115507
|
-
color: #
|
115508
|
-
font-size:
|
115596
|
+
color: #181526;
|
115597
|
+
font-size: 14px;
|
115598
|
+
font-weight: 400;
|
115509
115599
|
margin-bottom: 0.25rem;
|
115510
115600
|
}
|
115511
115601
|
|
@@ -115513,12 +115603,14 @@ title: Word Break
|
|
115513
115603
|
display: flex;
|
115514
115604
|
cursor: pointer;
|
115515
115605
|
align-items: center;
|
115516
|
-
font-size:
|
115606
|
+
font-size: 14px;
|
115517
115607
|
color: #7266ba;
|
115608
|
+
font-weight: 400;
|
115518
115609
|
margin-bottom: 0.75rem;
|
115519
115610
|
}
|
115520
115611
|
|
115521
115612
|
.amis-scope .a-Timeline-horizontal .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow {
|
115613
|
+
color: #7266ba;
|
115522
115614
|
width: 1rem;
|
115523
115615
|
height: 1rem;
|
115524
115616
|
}
|
@@ -115529,12 +115621,19 @@ title: Word Break
|
|
115529
115621
|
|
115530
115622
|
.amis-scope .a-Timeline-horizontal .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
|
115531
115623
|
display: block;
|
115532
|
-
border-radius:
|
115624
|
+
border-radius: 2px
|
115625
|
+
2px
|
115626
|
+
2px
|
115627
|
+
2px;
|
115533
115628
|
max-width: 18.75rem;
|
115534
|
-
font-size:
|
115535
|
-
|
115536
|
-
|
115537
|
-
|
115629
|
+
font-size: 14px;
|
115630
|
+
font-weight: 400;
|
115631
|
+
color: #181526;
|
115632
|
+
padding: 0.625rem
|
115633
|
+
0.625rem 0.625rem
|
115634
|
+
0.625rem;
|
115635
|
+
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1),
|
115636
|
+
0px 1px 2px 0px rgba(0, 0, 0, 0.06);
|
115538
115637
|
}
|
115539
115638
|
|
115540
115639
|
.amis-scope .a-Timeline-horizontal .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-invisible {
|
@@ -115549,16 +115648,21 @@ title: Word Break
|
|
115549
115648
|
.amis-scope .a-Tag {
|
115550
115649
|
display: inline-flex;
|
115551
115650
|
height: 1.5rem;
|
115552
|
-
padding:
|
115651
|
+
padding: 0rem 0.5rem
|
115652
|
+
0rem 0.5rem;
|
115553
115653
|
flex-flow: row nowrap;
|
115554
115654
|
justify-content: center;
|
115555
115655
|
align-items: center;
|
115556
115656
|
font-size: 12px;
|
115657
|
+
font-weight: 400;
|
115557
115658
|
max-width: 160px;
|
115558
115659
|
transition: all 0.3;
|
115559
|
-
border-radius:
|
115560
|
-
|
115561
|
-
|
115660
|
+
border-radius: 0px
|
115661
|
+
0px
|
115662
|
+
0px
|
115663
|
+
0px;
|
115664
|
+
background-color: #f3f2f5;
|
115665
|
+
color: var(--Tag-base-color);
|
115562
115666
|
}
|
115563
115667
|
|
115564
115668
|
.amis-scope .a-Tag-text {
|
@@ -115574,7 +115678,18 @@ title: Word Break
|
|
115574
115678
|
}
|
115575
115679
|
|
115576
115680
|
.amis-scope .a-Tag--normal {
|
115577
|
-
border-
|
115681
|
+
border-width: 1px
|
115682
|
+
1px
|
115683
|
+
1px
|
115684
|
+
1px;
|
115685
|
+
border-radius: 0px
|
115686
|
+
0px
|
115687
|
+
0px
|
115688
|
+
0px;
|
115689
|
+
border-color: #b9b8bf
|
115690
|
+
#b9b8bf
|
115691
|
+
#b9b8bf
|
115692
|
+
#b9b8bf;
|
115578
115693
|
}
|
115579
115694
|
|
115580
115695
|
.amis-scope .a-Tag--normal--hasColor {
|
@@ -115582,64 +115697,78 @@ title: Word Break
|
|
115582
115697
|
}
|
115583
115698
|
|
115584
115699
|
.amis-scope .a-Tag--normal--inactive {
|
115585
|
-
|
115700
|
+
color: #ffffff;
|
115701
|
+
background: #b9b8bf;
|
115586
115702
|
}
|
115587
115703
|
|
115588
115704
|
.amis-scope .a-Tag--normal--active {
|
115705
|
+
color: #ffffff;
|
115589
115706
|
background: #7266ba;
|
115590
115707
|
}
|
115591
115708
|
|
115592
115709
|
.amis-scope .a-Tag--normal--processing {
|
115710
|
+
color: #ffffff;
|
115593
115711
|
background: #897fc7;
|
115594
115712
|
}
|
115595
115713
|
|
115596
115714
|
.amis-scope .a-Tag--normal--success {
|
115715
|
+
color: #ffffff;
|
115597
115716
|
background: #45b035;
|
115598
115717
|
}
|
115599
115718
|
|
115600
115719
|
.amis-scope .a-Tag--normal--error {
|
115720
|
+
color: #ffffff;
|
115601
115721
|
background: #e62525;
|
115602
115722
|
}
|
115603
115723
|
|
115604
115724
|
.amis-scope .a-Tag--normal--warning {
|
115725
|
+
color: #ffffff;
|
115605
115726
|
background: #f0861d;
|
115606
115727
|
}
|
115607
115728
|
|
115608
115729
|
.amis-scope .a-Tag--rounded {
|
115609
115730
|
background-color: #ffffff;
|
115610
|
-
border-
|
115611
|
-
|
115612
|
-
|
115731
|
+
border-style: solid
|
115732
|
+
solid
|
115733
|
+
solid
|
115734
|
+
solid;
|
115735
|
+
border-width: 1px
|
115736
|
+
1px
|
115737
|
+
1px
|
115738
|
+
1px;
|
115739
|
+
border-radius: 12px
|
115740
|
+
12px
|
115741
|
+
12px
|
115742
|
+
12px;
|
115743
|
+
border-color: #b9b8bf
|
115744
|
+
#b9b8bf
|
115745
|
+
#b9b8bf
|
115746
|
+
#b9b8bf;
|
115747
|
+
color: #f3f2f5;
|
115613
115748
|
line-height: 22px;
|
115614
115749
|
}
|
115615
115750
|
|
115616
115751
|
.amis-scope .a-Tag--rounded--inactive {
|
115617
|
-
|
115618
|
-
color: #b8babf;
|
115752
|
+
color: #b9b8bf;
|
115619
115753
|
}
|
115620
115754
|
|
115621
115755
|
.amis-scope .a-Tag--rounded--active {
|
115622
|
-
border-color: #7266ba;
|
115623
115756
|
color: #7266ba;
|
115624
115757
|
}
|
115625
115758
|
|
115626
115759
|
.amis-scope .a-Tag--rounded--processing {
|
115627
|
-
border-color: #897fc7;
|
115628
115760
|
color: #897fc7;
|
115629
115761
|
}
|
115630
115762
|
|
115631
115763
|
.amis-scope .a-Tag--rounded--success {
|
115632
|
-
border-color: #45b035;
|
115633
115764
|
color: #45b035;
|
115634
115765
|
}
|
115635
115766
|
|
115636
115767
|
.amis-scope .a-Tag--rounded--error {
|
115637
|
-
border-color: #e62525;
|
115638
115768
|
color: #e62525;
|
115639
115769
|
}
|
115640
115770
|
|
115641
115771
|
.amis-scope .a-Tag--rounded--warning {
|
115642
|
-
border-color: #f0861d;
|
115643
115772
|
color: #f0861d;
|
115644
115773
|
}
|
115645
115774
|
|
@@ -115648,7 +115777,7 @@ title: Word Break
|
|
115648
115777
|
}
|
115649
115778
|
|
115650
115779
|
.amis-scope .a-Tag--status--inactive .a-Tag--prev {
|
115651
|
-
color: #
|
115780
|
+
color: #b9b8bf;
|
115652
115781
|
}
|
115653
115782
|
|
115654
115783
|
.amis-scope .a-Tag--status--active .a-Tag--prev {
|
@@ -115676,7 +115805,7 @@ title: Word Break
|
|
115676
115805
|
}
|
115677
115806
|
|
115678
115807
|
.amis-scope .a-Tag--prev {
|
115679
|
-
color: #
|
115808
|
+
color: #f3f2f5;
|
115680
115809
|
margin-right: 0.5rem;
|
115681
115810
|
}
|
115682
115811
|
|
@@ -115684,7 +115813,7 @@ title: Word Break
|
|
115684
115813
|
font-size: 0.5rem;
|
115685
115814
|
}
|
115686
115815
|
|
115687
|
-
.amis-scope .a-Tag--prev .icon {
|
115816
|
+
.amis-scope .a-Tag--prev .a-Tag-default-icon {
|
115688
115817
|
width: 0.5rem;
|
115689
115818
|
height: 0.5rem;
|
115690
115819
|
top: 0;
|
@@ -115692,7 +115821,6 @@ title: Word Break
|
|
115692
115821
|
|
115693
115822
|
.amis-scope .a-Tag--close {
|
115694
115823
|
margin-left: 0.5rem;
|
115695
|
-
margin-right: 0.25rem;
|
115696
115824
|
cursor: pointer;
|
115697
115825
|
}
|
115698
115826
|
|
@@ -115983,16 +116111,11 @@ title: Word Break
|
|
115983
116111
|
.amis-scope .a-Nav-Menu {
|
115984
116112
|
--Menu-width: var(--Layout-aside-width);
|
115985
116113
|
--Menu-width--collapsed: var(--Layout-aside-width-collapsed);
|
115986
|
-
--Menu-fontSize: var(--Nav-item-fontSize);
|
115987
116114
|
--Menu-fontSize--collapsed: var(--Nav-item-collapsed-fontSize);
|
115988
|
-
--Menu-fontWeight: var(--Nav-item-fontWeight);
|
115989
116115
|
--Menu-fontColor-onDisabled: var(--Nav-item-fontColor-onDisabled);
|
115990
|
-
--Menu-item-height--vertical: 2.5rem;
|
115991
|
-
--Menu-item-height--horizontal: var(--Nav-Item-height--horizontal);
|
115992
|
-
--Menu-Submenu-title-paddingX: var(--Layout-paddingX);
|
115993
116116
|
--Menu-Submenu-item-paddingX: var(--Nav-Item-Badge-paddingRight);
|
115994
|
-
--Menu-icon-size: var(--Layout-icon-size);
|
115995
116117
|
--Menu-light-backgroundColor: var(--Layout-light-backgroundColor);
|
116118
|
+
--Menu-light-active-backgroundColor: var(--colors-neutral-fill-12);
|
115996
116119
|
--Menu-light-backgroundColor-onHover: var(--Layout-light-bgColor-onHover);
|
115997
116120
|
--Menu-light-fontColor: var(--Layout-light-fontColor);
|
115998
116121
|
--Menu-light-fontColor-onHover: var(--Layout-fontColor--onHover);
|
@@ -116004,32 +116127,21 @@ title: Word Break
|
|
116004
116127
|
--Menu-dark-backgroundColor-onHover: var(--Layout-fontColor--info);
|
116005
116128
|
--Menu-dark-fontColor: var(--Layout-dark-fontColor);
|
116006
116129
|
--Menu-dark-fontColor-onHover: var(--Layout-fontColor--onHover);
|
116007
|
-
--Menu-dark-ancestor-fontColor-onActive: var(--Layout-fontColor--onActive);
|
116008
116130
|
--Menu-dark-fontColor-onActive: var(--Layout-dark-fontColor);
|
116009
116131
|
--Menu-dark-groupTitle-fontColor: #84868c;
|
116010
116132
|
--Menu-dark-selectedIndicator-color: var(--Layout-dark-selected-color);
|
116011
116133
|
outline: none;
|
116012
|
-
margin
|
116013
|
-
|
116014
|
-
padding-left: 0;
|
116015
|
-
padding-right: 0;
|
116134
|
+
margin: 0;
|
116135
|
+
padding: 0;
|
116016
116136
|
list-style: none;
|
116017
|
-
color: var(--Menu-light-fontColor);
|
116018
|
-
background-color: var(--Menu-light-backgroundColor);
|
116019
116137
|
transition: all 0.3s;
|
116020
116138
|
width: 100%;
|
116021
116139
|
}
|
116022
116140
|
|
116023
|
-
.amis-scope .a-Nav-Menu
|
116024
|
-
color: var(--Menu-dark-fontColor);
|
116141
|
+
.amis-scope .a-Nav-Menu-dark {
|
116025
116142
|
background-color: var(--Menu-dark-backgroundColor);
|
116026
116143
|
}
|
116027
116144
|
|
116028
|
-
.amis-scope .a-Nav-Menu.a-Nav-Menu-light {
|
116029
|
-
color: var(--Menu-light-fontColor);
|
116030
|
-
background-color: var(--Menu-light-backgroundColor);
|
116031
|
-
}
|
116032
|
-
|
116033
116145
|
.amis-scope .a-Nav-Menu-horizontal {
|
116034
116146
|
display: flex;
|
116035
116147
|
flex-wrap: nowrap;
|
@@ -116043,10 +116155,6 @@ title: Word Break
|
|
116043
116155
|
flex: none;
|
116044
116156
|
}
|
116045
116157
|
|
116046
|
-
.amis-scope .a-Nav-Menu-rtl {
|
116047
|
-
direction: rtl;
|
116048
|
-
}
|
116049
|
-
|
116050
116158
|
.amis-scope .a-Nav-Menu-hidden {
|
116051
116159
|
display: none;
|
116052
116160
|
}
|
@@ -116060,10 +116168,6 @@ title: Word Break
|
|
116060
116168
|
width: var(--Menu-width--collapsed);
|
116061
116169
|
}
|
116062
116170
|
|
116063
|
-
.amis-scope .a-Nav-Menu-disabled {
|
116064
|
-
cursor: not-allowed;
|
116065
|
-
}
|
116066
|
-
|
116067
116171
|
.amis-scope .a-Nav-Menu-root.a-Nav-Menu-collapsed .a-Nav-Menu-item,
|
116068
116172
|
.amis-scope .a-Nav-Menu-root.a-Nav-Menu-collapsed .a-Nav-Menu-submenu-title {
|
116069
116173
|
padding: 0;
|
@@ -116071,11 +116175,20 @@ title: Word Break
|
|
116071
116175
|
}
|
116072
116176
|
|
116073
116177
|
.amis-scope .a-Nav-Menu-item-link {
|
116074
|
-
|
116075
|
-
|
116076
|
-
height: 2.5rem;
|
116077
|
-
flex-grow: 1;
|
116178
|
+
max-width: var(--Menu-width);
|
116179
|
+
white-space: nowrap;
|
116078
116180
|
overflow: hidden;
|
116181
|
+
text-overflow: ellipsis;
|
116182
|
+
color: inherit;
|
116183
|
+
font-size: inherit;
|
116184
|
+
flex: 1;
|
116185
|
+
cursor: inherit;
|
116186
|
+
font-weight: inherit;
|
116187
|
+
}
|
116188
|
+
|
116189
|
+
.amis-scope .a-Nav-Menu-item-link:hover,
|
116190
|
+
.amis-scope .a-Nav-Menu-item-link:active {
|
116191
|
+
font-size: inherit;
|
116079
116192
|
}
|
116080
116193
|
|
116081
116194
|
.amis-scope .a-Nav-Menu-item-divider {
|
@@ -116086,15 +116199,18 @@ title: Word Break
|
|
116086
116199
|
border-bottom: 1px solid #3a3e47;
|
116087
116200
|
}
|
116088
116201
|
|
116089
|
-
.amis-scope .a-Nav-Menu-item-icon
|
116090
|
-
|
116091
|
-
|
116092
|
-
|
116093
|
-
|
116094
|
-
|
116095
|
-
.amis-scope .a-Nav-Menu-item-icon img {
|
116202
|
+
.amis-scope .a-Nav-Menu-item-icon img,
|
116203
|
+
.amis-scope .a-Nav-Menu-item-icon svg,
|
116204
|
+
.amis-scope .a-Nav-Menu-item-icon-after img,
|
116205
|
+
.amis-scope .a-Nav-Menu-item-icon-after svg {
|
116206
|
+
width: 14px;
|
116096
116207
|
height: 14px;
|
116097
116208
|
vertical-align: middle;
|
116209
|
+
fill: currentColor;
|
116210
|
+
}
|
116211
|
+
|
116212
|
+
.amis-scope .a-Nav-Menu-item-icon {
|
116213
|
+
margin-right: 0.5rem;
|
116098
116214
|
}
|
116099
116215
|
|
116100
116216
|
.amis-scope .a-Nav-Menu-item-icon-collapsed {
|
@@ -116105,29 +116221,14 @@ title: Word Break
|
|
116105
116221
|
.amis-scope .a-Nav-Menu-item-icon-svg-collapsed {
|
116106
116222
|
font-size: var(--Menu-fontSize--collapsed);
|
116107
116223
|
margin: 0 auto;
|
116108
|
-
height: var(--Menu-item-height--vertical);
|
116109
|
-
}
|
116110
|
-
|
116111
|
-
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-icon {
|
116112
|
-
color: var(--Menu-dark-fontColor);
|
116113
116224
|
}
|
116114
116225
|
|
116115
|
-
.amis-scope .a-Nav-Menu-
|
116116
|
-
|
116226
|
+
.amis-scope .a-Nav-Menu-item-icon-after {
|
116227
|
+
margin-right: 0;
|
116228
|
+
margin-left: 0.5rem;
|
116117
116229
|
}
|
116118
116230
|
|
116119
116231
|
.amis-scope .a-Nav-Menu-item-label {
|
116120
|
-
opacity: 0.95;
|
116121
|
-
font-size: var(--Menu-fontSize);
|
116122
|
-
color: var(--Menu-light-fontColor);
|
116123
|
-
font-weight: var(--Menu-fontWeight);
|
116124
|
-
padding: 0;
|
116125
|
-
text-align: left;
|
116126
|
-
display: inline-block;
|
116127
|
-
max-width: var(--Menu-width);
|
116128
|
-
white-space: nowrap;
|
116129
|
-
overflow: hidden;
|
116130
|
-
text-overflow: ellipsis;
|
116131
116232
|
user-select: none;
|
116132
116233
|
}
|
116133
116234
|
|
@@ -116137,14 +116238,6 @@ title: Word Break
|
|
116137
116238
|
font-weight: 600;
|
116138
116239
|
}
|
116139
116240
|
|
116140
|
-
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-label {
|
116141
|
-
color: var(--Menu-dark-fontColor);
|
116142
|
-
}
|
116143
|
-
|
116144
|
-
.amis-scope .a-Nav-Menu-light .a-Nav-Menu-item-label {
|
116145
|
-
color: var(--Menu-light-fontColor);
|
116146
|
-
}
|
116147
|
-
|
116148
116241
|
.amis-scope .a-Nav-Menu-item-dragBar {
|
116149
116242
|
color: #85848c;
|
116150
116243
|
position: absolute;
|
@@ -116155,6 +116248,7 @@ title: Word Break
|
|
116155
116248
|
.amis-scope .a-Nav-Menu-item-group-list {
|
116156
116249
|
margin: 0;
|
116157
116250
|
padding: 0;
|
116251
|
+
list-style: none;
|
116158
116252
|
}
|
116159
116253
|
|
116160
116254
|
.amis-scope .a-Nav-Menu-item-group-title {
|
@@ -116169,62 +116263,12 @@ title: Word Break
|
|
116169
116263
|
color: var(--Menu-dark-groupTitle-fontColor);
|
116170
116264
|
}
|
116171
116265
|
|
116172
|
-
.amis-scope .a-Nav-Menu-item-group-title.a-Nav-Menu-light {
|
116173
|
-
color: var(--Menu-light-groupTitle-fontColor);
|
116174
|
-
}
|
116175
|
-
|
116176
|
-
.amis-scope .a-Nav-Menu-item-active,
|
116177
|
-
.amis-scope .a-Nav-Menu-submenu-active {
|
116178
|
-
background-color: var(--Menu-light-backgroundColor);
|
116179
|
-
color: var(--Menu-light-fontColor-onActive);
|
116180
|
-
}
|
116181
|
-
|
116182
|
-
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-active,
|
116183
|
-
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-active {
|
116184
|
-
background-color: var(--Menu-dark-backgroundColor);
|
116185
|
-
color: var(--Menu-dark-fontColor-onActive);
|
116186
|
-
}
|
116187
|
-
|
116188
|
-
.amis-scope .a-Nav-Menu-light .a-Nav-Menu-item-active,
|
116189
|
-
.amis-scope .a-Nav-Menu-light .a-Nav-Menu-submenu-active {
|
116190
|
-
background-color: var(--Menu-light-backgroundColor);
|
116191
|
-
color: var(--Menu-light-fontColor-onActive);
|
116192
|
-
}
|
116193
|
-
|
116194
|
-
.amis-scope .a-Nav-Menu-item-selected {
|
116195
|
-
background-color: var(--Menu-light-backgroundColor);
|
116196
|
-
transform: translateZ(0);
|
116197
|
-
}
|
116198
|
-
|
116199
|
-
.amis-scope .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
116200
|
-
.amis-scope .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
|
116201
|
-
color: var(--Menu-light-fontColor-onActive) !important;
|
116202
|
-
}
|
116203
|
-
|
116204
|
-
.amis-scope .a-Nav-Menu-item-selected.a-Nav-Menu-dark {
|
116205
|
-
background-color: var(--Menu-dark-backgroundColor-onHover);
|
116206
|
-
}
|
116207
|
-
|
116208
|
-
.amis-scope .a-Nav-Menu-item-selected.a-Nav-Menu-dark .a-Nav-Menu-item-icon,
|
116209
|
-
.amis-scope .a-Nav-Menu-item-selected.a-Nav-Menu-dark .a-Menu-item-label {
|
116210
|
-
color: var(--Menu-dark-fontColor-onActive) !important;
|
116211
|
-
}
|
116212
|
-
|
116213
|
-
.amis-scope .a-Nav-Menu-item-selected.a-Nav-Menu-light {
|
116214
|
-
background-color: var(--Menu-light-backgroundColor-onHover);
|
116215
|
-
}
|
116216
|
-
|
116217
|
-
.amis-scope .a-Nav-Menu-item-selected.a-Nav-Menu-light .a-Nav-Menu-item-icon,
|
116218
|
-
.amis-scope .a-Nav-Menu-item-selected.a-Nav-Menu-light .a-Nav-Menu-item-label {
|
116219
|
-
color: var(--Menu-light-fontColor-onActive) !important;
|
116220
|
-
}
|
116221
|
-
|
116222
116266
|
.amis-scope .a-Nav-Menu-item .a-Badge,
|
116223
116267
|
.amis-scope .a-Nav-Menu-submenu .a-Badge {
|
116224
116268
|
position: static;
|
116225
|
-
|
116226
|
-
width: 0;
|
116269
|
+
overflow: hidden;
|
116227
116270
|
display: flex;
|
116271
|
+
flex: 1;
|
116228
116272
|
}
|
116229
116273
|
|
116230
116274
|
.amis-scope .a-Nav-Menu-item .a-Nav-Menu-item-wrap,
|
@@ -116239,6 +116283,7 @@ title: Word Break
|
|
116239
116283
|
|
116240
116284
|
.amis-scope .a-Nav-Menu-item-extra .a-DropDown > .a-Button {
|
116241
116285
|
padding: 0;
|
116286
|
+
color: inherit;
|
116242
116287
|
}
|
116243
116288
|
|
116244
116289
|
.amis-scope .a-Nav-Menu-item-extra .a-DropDown > .a-Button > i {
|
@@ -116246,7 +116291,22 @@ title: Word Break
|
|
116246
116291
|
}
|
116247
116292
|
|
116248
116293
|
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-item-selected {
|
116249
|
-
background-color: var(--Menu-light-backgroundColor
|
116294
|
+
background-color: var(--Menu-light-active-backgroundColor);
|
116295
|
+
color: var(--Menu-light-fontColor-onHover);
|
116296
|
+
}
|
116297
|
+
|
116298
|
+
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-item-selected .a-Nav-Menu-item-label,
|
116299
|
+
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
116300
|
+
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon-after,
|
116301
|
+
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-item-selected .a-Nav-Menu-submenu-arrow {
|
116302
|
+
color: var(--Menu-light-fontColor-onHover);
|
116303
|
+
}
|
116304
|
+
|
116305
|
+
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-item-selected .a-Nav-Menu-item-label svg,
|
116306
|
+
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon svg,
|
116307
|
+
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon-after svg,
|
116308
|
+
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-item-selected .a-Nav-Menu-submenu-arrow svg {
|
116309
|
+
fill: currentColor;
|
116250
116310
|
}
|
116251
116311
|
|
116252
116312
|
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-item-selected::before {
|
@@ -116261,13 +116321,23 @@ title: Word Break
|
|
116261
116321
|
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
116262
116322
|
}
|
116263
116323
|
|
116264
|
-
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
116265
|
-
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
|
116266
|
-
color: var(--Menu-light-fontColor-onActive) !important;
|
116267
|
-
}
|
116268
|
-
|
116269
116324
|
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected {
|
116270
116325
|
background-color: var(--Menu-dark-backgroundColor-onHover);
|
116326
|
+
color: var(--Menu-dark-fontColor-onActive);
|
116327
|
+
}
|
116328
|
+
|
116329
|
+
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
116330
|
+
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon-after,
|
116331
|
+
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-label,
|
116332
|
+
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-submenu-arrow {
|
116333
|
+
color: var(--Menu-dark-fontColor-onActive);
|
116334
|
+
}
|
116335
|
+
|
116336
|
+
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon svg,
|
116337
|
+
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon-after svg,
|
116338
|
+
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-label svg,
|
116339
|
+
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-submenu-arrow svg {
|
116340
|
+
fill: var(--Menu-dark-fontColor-onActive);
|
116271
116341
|
}
|
116272
116342
|
|
116273
116343
|
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-dark .a-Nav-Menu-item-selected::before {
|
@@ -116282,143 +116352,241 @@ title: Word Break
|
|
116282
116352
|
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
116283
116353
|
}
|
116284
116354
|
|
116285
|
-
.amis-scope .a-Nav-Menu-
|
116286
|
-
|
116287
|
-
|
116355
|
+
.amis-scope .a-Nav-Menu-vertical.a-Nav-Menu-sub {
|
116356
|
+
min-width: 160px;
|
116357
|
+
border-radius: 2px;
|
116358
|
+
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);
|
116288
116359
|
}
|
116289
116360
|
|
116290
|
-
.amis-scope .a-Nav-Menu-
|
116291
|
-
|
116361
|
+
.amis-scope .a-Nav-Menu-item,
|
116362
|
+
.amis-scope .a-Nav-Menu-submenu-title {
|
116363
|
+
margin: 0;
|
116364
|
+
position: relative;
|
116365
|
+
padding: 0 1rem;
|
116366
|
+
display: block;
|
116367
|
+
white-space: nowrap;
|
116368
|
+
overflow: hidden;
|
116369
|
+
text-overflow: ellipsis;
|
116292
116370
|
}
|
116293
116371
|
|
116294
|
-
.amis-scope .a-Nav-Menu-
|
116295
|
-
|
116296
|
-
|
116297
|
-
top: 0;
|
116298
|
-
left: 0;
|
116299
|
-
bottom: 0;
|
116300
|
-
border-right: 3px solid var(--Menu-light-selectedIndicator-color);
|
116301
|
-
transform: scaleY(1);
|
116302
|
-
opacity: 1;
|
116303
|
-
transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
|
116372
|
+
.amis-scope .a-Nav-Menu-item:active,
|
116373
|
+
.amis-scope .a-Nav-Menu-submenu-title:active {
|
116374
|
+
color: var(--Menu-light-fontColor-onActive);
|
116304
116375
|
}
|
116305
116376
|
|
116306
|
-
.amis-scope .a-Nav-Menu-
|
116307
|
-
.amis-scope .a-Nav-Menu-
|
116308
|
-
|
116377
|
+
.amis-scope .a-Nav-Menu-item:active .a-Nav-Menu-item-label,
|
116378
|
+
.amis-scope .a-Nav-Menu-item:active .a-Nav-Menu-item-icon,
|
116379
|
+
.amis-scope .a-Nav-Menu-item:active .a-Nav-Menu-item-icon-after,
|
116380
|
+
.amis-scope .a-Nav-Menu-item:active .a-Nav-Menu-submenu-arrow,
|
116381
|
+
.amis-scope .a-Nav-Menu-submenu-title:active .a-Nav-Menu-item-label,
|
116382
|
+
.amis-scope .a-Nav-Menu-submenu-title:active .a-Nav-Menu-item-icon,
|
116383
|
+
.amis-scope .a-Nav-Menu-submenu-title:active .a-Nav-Menu-item-icon-after,
|
116384
|
+
.amis-scope .a-Nav-Menu-submenu-title:active .a-Nav-Menu-submenu-arrow {
|
116385
|
+
color: var(--Menu-light-fontColor-onActive);
|
116309
116386
|
}
|
116310
116387
|
|
116311
|
-
.amis-scope .a-Nav-Menu-
|
116312
|
-
.amis-scope .a-Nav-Menu-
|
116313
|
-
.amis-scope .a-Nav-Menu-
|
116314
|
-
|
116388
|
+
.amis-scope .a-Nav-Menu-item:active .a-Nav-Menu-item-label svg,
|
116389
|
+
.amis-scope .a-Nav-Menu-item:active .a-Nav-Menu-item-icon svg,
|
116390
|
+
.amis-scope .a-Nav-Menu-item:active .a-Nav-Menu-item-icon-after svg,
|
116391
|
+
.amis-scope .a-Nav-Menu-item:active .a-Nav-Menu-submenu-arrow svg,
|
116392
|
+
.amis-scope .a-Nav-Menu-submenu-title:active .a-Nav-Menu-item-label svg,
|
116393
|
+
.amis-scope .a-Nav-Menu-submenu-title:active .a-Nav-Menu-item-icon svg,
|
116394
|
+
.amis-scope .a-Nav-Menu-submenu-title:active .a-Nav-Menu-item-icon-after svg,
|
116395
|
+
.amis-scope .a-Nav-Menu-submenu-title:active .a-Nav-Menu-submenu-arrow svg {
|
116396
|
+
fill: currentColor;
|
116315
116397
|
}
|
116316
116398
|
|
116317
|
-
.amis-scope .a-Nav-Menu
|
116318
|
-
|
116399
|
+
.amis-scope .a-Nav-Menu-submenu-title {
|
116400
|
+
display: flex;
|
116401
|
+
justify-content: space-between;
|
116319
116402
|
}
|
116320
116403
|
|
116321
|
-
.amis-scope .a-Nav-Menu
|
116322
|
-
|
116404
|
+
.amis-scope .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap {
|
116405
|
+
flex: 1;
|
116406
|
+
overflow: hidden;
|
116323
116407
|
}
|
116324
116408
|
|
116325
|
-
.amis-scope .a-Nav-Menu
|
116326
|
-
|
116327
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
116409
|
+
.amis-scope .a-Nav-Menu-item-active {
|
116410
|
+
color: var(--Menu-light-fontColor-onHover);
|
116328
116411
|
}
|
116329
116412
|
|
116330
|
-
.amis-scope .a-Nav-Menu
|
116331
|
-
.amis-scope .a-Nav-Menu
|
116332
|
-
|
116413
|
+
.amis-scope .a-Nav-Menu-item-active .a-Nav-Menu-item-label,
|
116414
|
+
.amis-scope .a-Nav-Menu-item-active .a-Nav-Menu-item-icon,
|
116415
|
+
.amis-scope .a-Nav-Menu-item-active .a-Nav-Menu-item-icon-after,
|
116416
|
+
.amis-scope .a-Nav-Menu-item-active .a-Nav-Menu-submenu-arrow {
|
116417
|
+
color: var(--Menu-light-fontColor-onHover);
|
116333
116418
|
}
|
116334
116419
|
|
116335
|
-
.amis-scope .a-Nav-Menu
|
116336
|
-
|
116420
|
+
.amis-scope .a-Nav-Menu-item-active .a-Nav-Menu-item-label svg,
|
116421
|
+
.amis-scope .a-Nav-Menu-item-active .a-Nav-Menu-item-icon svg,
|
116422
|
+
.amis-scope .a-Nav-Menu-item-active .a-Nav-Menu-item-icon-after svg,
|
116423
|
+
.amis-scope .a-Nav-Menu-item-active .a-Nav-Menu-submenu-arrow svg {
|
116424
|
+
fill: currentColor;
|
116337
116425
|
}
|
116338
116426
|
|
116339
|
-
.amis-scope .a-Nav-Menu
|
116340
|
-
|
116341
|
-
color: var(--Menu-light-ancestor-fontColor-onActive);
|
116427
|
+
.amis-scope .a-Nav-Menu-item-active .a-Nav-Menu-item-dragBar {
|
116428
|
+
visibility: visible;
|
116342
116429
|
}
|
116343
116430
|
|
116344
|
-
.amis-scope .a-Nav-Menu
|
116345
|
-
|
116431
|
+
.amis-scope .a-Nav-Menu-item-selected {
|
116432
|
+
color: var(--Menu-light-fontColor-onHover);
|
116346
116433
|
}
|
116347
116434
|
|
116348
|
-
.amis-scope .a-Nav-Menu-
|
116349
|
-
|
116350
|
-
|
116351
|
-
|
116352
|
-
|
116435
|
+
.amis-scope .a-Nav-Menu-item-selected .a-Nav-Menu-item-label,
|
116436
|
+
.amis-scope .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
116437
|
+
.amis-scope .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon-after,
|
116438
|
+
.amis-scope .a-Nav-Menu-item-selected .a-Nav-Menu-submenu-arrow {
|
116439
|
+
color: var(--Menu-light-fontColor-onHover);
|
116353
116440
|
}
|
116354
116441
|
|
116355
|
-
.amis-scope .a-Nav-Menu-item,
|
116356
|
-
.amis-scope .a-Nav-Menu-
|
116357
|
-
|
116358
|
-
|
116359
|
-
|
116360
|
-
|
116361
|
-
|
116362
|
-
|
116363
|
-
|
116364
|
-
text-overflow: ellipsis;
|
116365
|
-
color: var(--Menu-light-fontColor);
|
116442
|
+
.amis-scope .a-Nav-Menu-item-selected .a-Nav-Menu-item-label svg,
|
116443
|
+
.amis-scope .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon svg,
|
116444
|
+
.amis-scope .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon-after svg,
|
116445
|
+
.amis-scope .a-Nav-Menu-item-selected .a-Nav-Menu-submenu-arrow svg {
|
116446
|
+
fill: currentColor;
|
116447
|
+
}
|
116448
|
+
|
116449
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title {
|
116450
|
+
color: var(--Menu-light-fontColor-onHover);
|
116366
116451
|
}
|
116367
116452
|
|
116368
|
-
.amis-scope .a-Nav-Menu-
|
116369
|
-
.amis-scope .a-Nav-Menu-
|
116370
|
-
.amis-scope .a-Nav-Menu-
|
116371
|
-
.amis-scope .a-Nav-Menu-submenu-title
|
116372
|
-
.amis-scope .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-icon,
|
116373
|
-
.amis-scope .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-submenu-arrow {
|
116453
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
116454
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
116455
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after,
|
116456
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
116374
116457
|
color: var(--Menu-light-fontColor-onHover);
|
116375
116458
|
}
|
116376
116459
|
|
116377
|
-
.amis-scope .a-Nav-Menu-
|
116378
|
-
.amis-scope .a-Nav-Menu-submenu-title
|
116460
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label svg,
|
116461
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon svg,
|
116462
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after svg,
|
116463
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow svg {
|
116464
|
+
fill: currentColor;
|
116465
|
+
}
|
116466
|
+
|
116467
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-dragBar {
|
116379
116468
|
visibility: visible;
|
116380
116469
|
}
|
116381
116470
|
|
116471
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
|
116472
|
+
color: var(--Menu-light-fontColor-onHover);
|
116473
|
+
}
|
116474
|
+
|
116475
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
116476
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
116477
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after,
|
116478
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
116479
|
+
color: var(--Menu-light-fontColor-onHover);
|
116480
|
+
}
|
116481
|
+
|
116482
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label svg,
|
116483
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon svg,
|
116484
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after svg,
|
116485
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow svg {
|
116486
|
+
fill: currentColor;
|
116487
|
+
}
|
116488
|
+
|
116382
116489
|
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item,
|
116383
116490
|
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-title {
|
116384
116491
|
color: var(--Menu-dark-fontColor);
|
116492
|
+
}
|
116493
|
+
|
116494
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item .a-Nav-Menu-item-icon,
|
116495
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item .a-Nav-Menu-item-icon-after,
|
116496
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item .a-Nav-Menu-item-label,
|
116497
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item .a-Nav-Menu-submenu-arrow,
|
116498
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
116499
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after,
|
116500
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
116501
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
116502
|
+
color: var(--Menu-dark-fontColor);
|
116503
|
+
}
|
116504
|
+
|
116505
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item .a-Nav-Menu-item-icon svg,
|
116506
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item .a-Nav-Menu-item-icon-after svg,
|
116507
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item .a-Nav-Menu-item-label svg,
|
116508
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item .a-Nav-Menu-submenu-arrow svg,
|
116509
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon svg,
|
116510
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after svg,
|
116511
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label svg,
|
116512
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow svg {
|
116513
|
+
fill: var(--Menu-dark-fontColor);
|
116514
|
+
}
|
116515
|
+
|
116516
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-active {
|
116385
116517
|
background-color: var(--Menu-dark-backgroundColor);
|
116518
|
+
color: var(--Menu-dark-fontColor-onHover);
|
116386
116519
|
}
|
116387
116520
|
|
116388
|
-
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item
|
116389
|
-
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item
|
116390
|
-
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item
|
116391
|
-
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-
|
116392
|
-
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-item-icon,
|
116393
|
-
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-title:hover .a-Nav-Menu-submenu-arrow {
|
116521
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-active .a-Nav-Menu-item-icon,
|
116522
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-active .a-Nav-Menu-item-icon-after,
|
116523
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-active .a-Nav-Menu-item-label,
|
116524
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-active .a-Nav-Menu-submenu-arrow {
|
116394
116525
|
color: var(--Menu-dark-fontColor-onHover);
|
116395
116526
|
}
|
116396
116527
|
|
116397
|
-
.amis-scope .a-Nav-Menu-
|
116398
|
-
.amis-scope .a-Nav-Menu-
|
116399
|
-
|
116400
|
-
|
116528
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-active .a-Nav-Menu-item-icon svg,
|
116529
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-active .a-Nav-Menu-item-icon-after svg,
|
116530
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-active .a-Nav-Menu-item-label svg,
|
116531
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-active .a-Nav-Menu-submenu-arrow svg {
|
116532
|
+
fill: currentColor;
|
116401
116533
|
}
|
116402
116534
|
|
116403
|
-
.amis-scope .a-Nav-Menu-
|
116404
|
-
|
116405
|
-
|
116406
|
-
|
116407
|
-
|
116408
|
-
.amis-scope .a-Nav-Menu-
|
116409
|
-
|
116535
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-selected {
|
116536
|
+
background-color: var(--Menu-dark-backgroundColor);
|
116537
|
+
color: var(--Menu-dark-fontColor-onHover);
|
116538
|
+
}
|
116539
|
+
|
116540
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
116541
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon-after,
|
116542
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-label,
|
116543
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-submenu-arrow {
|
116544
|
+
color: var(--Menu-dark-fontColor-onHover);
|
116545
|
+
}
|
116546
|
+
|
116547
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon svg,
|
116548
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon-after svg,
|
116549
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-item-label svg,
|
116550
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-item-selected .a-Nav-Menu-submenu-arrow svg {
|
116551
|
+
fill: currentColor;
|
116552
|
+
}
|
116553
|
+
|
116554
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title {
|
116555
|
+
background-color: var(--Menu-dark-backgroundColor);
|
116556
|
+
color: var(--Menu-dark-fontColor-onHover);
|
116410
116557
|
}
|
116411
116558
|
|
116412
|
-
.amis-scope .a-Nav-Menu-
|
116413
|
-
.amis-scope .a-Nav-Menu-
|
116414
|
-
|
116559
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
116560
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after,
|
116561
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
116562
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
116563
|
+
color: var(--Menu-dark-fontColor-onHover);
|
116415
116564
|
}
|
116416
116565
|
|
116417
|
-
.amis-scope .a-Nav-Menu-
|
116418
|
-
.amis-scope .a-Nav-Menu-
|
116419
|
-
.amis-scope .a-Nav-Menu-submenu-title.a-Nav-Menu-item-
|
116420
|
-
.amis-scope .a-Nav-Menu-submenu-title.a-Nav-Menu-submenu-
|
116421
|
-
|
116566
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon svg,
|
116567
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after svg,
|
116568
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label svg,
|
116569
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow svg {
|
116570
|
+
fill: currentColor;
|
116571
|
+
}
|
116572
|
+
|
116573
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
|
116574
|
+
background-color: var(--Menu-dark-backgroundColor);
|
116575
|
+
color: var(--Menu-dark-fontColor-onHover);
|
116576
|
+
}
|
116577
|
+
|
116578
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
116579
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after,
|
116580
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
116581
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
116582
|
+
color: var(--Menu-dark-fontColor-onHover);
|
116583
|
+
}
|
116584
|
+
|
116585
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon svg,
|
116586
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after svg,
|
116587
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label svg,
|
116588
|
+
.amis-scope .a-Nav-Menu-dark .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow svg {
|
116589
|
+
fill: currentColor;
|
116422
116590
|
}
|
116423
116591
|
|
116424
116592
|
.amis-scope .a-Nav-Menu-item-tooltip-wrap {
|
@@ -116436,21 +116604,19 @@ title: Word Break
|
|
116436
116604
|
margin: 0 16px 4px 16px;
|
116437
116605
|
overflow: hidden;
|
116438
116606
|
padding: 0;
|
116439
|
-
line-height: 0;
|
116440
116607
|
background-color: #ebebeb;
|
116441
116608
|
}
|
116442
116609
|
|
116443
116610
|
.amis-scope .a-Nav-Menu-submenu-popup {
|
116444
|
-
position: absolute;
|
116611
|
+
position: absolute !important;
|
116445
116612
|
z-index: 1500;
|
116613
|
+
background-color: #ffffff;
|
116614
|
+
line-height: 2.5rem;
|
116615
|
+
cursor: pointer;
|
116446
116616
|
}
|
116447
116617
|
|
116448
|
-
.amis-scope .a-Nav-Menu-submenu
|
116449
|
-
|
116450
|
-
}
|
116451
|
-
|
116452
|
-
.amis-scope .a-Nav-Menu-submenu.a-Nav-Menu-submenu-dark > .a-Nav-Menu {
|
116453
|
-
background-color: var(--Menu-dark-backgroundColor);
|
116618
|
+
.amis-scope .a-Nav-Menu-submenu-popup .a-Nav-Menu-submenu-title .a-Nav-Menu-item-link .a-Nav-Menu-submenu-arrow {
|
116619
|
+
display: none;
|
116454
116620
|
}
|
116455
116621
|
|
116456
116622
|
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu {
|
@@ -116462,98 +116628,98 @@ title: Word Break
|
|
116462
116628
|
}
|
116463
116629
|
|
116464
116630
|
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-item-icon,
|
116465
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-item-
|
116631
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-item-icon-after,
|
116632
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-item-label,
|
116633
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-submenu-arrow {
|
116466
116634
|
color: var(--Menu-dark-fontColor);
|
116467
116635
|
}
|
116468
116636
|
|
116469
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-
|
116470
|
-
|
116471
|
-
|
116472
|
-
|
116473
|
-
|
116474
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-icon,
|
116475
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-label {
|
116476
|
-
color: var(--Menu-dark-fontColor-onHover);
|
116637
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-item-icon svg,
|
116638
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-item-icon-after svg,
|
116639
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-item-label svg,
|
116640
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item .a-Nav-Menu-submenu-arrow svg {
|
116641
|
+
fill: var(--Menu-dark-fontColor);
|
116477
116642
|
}
|
116478
116643
|
|
116644
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active,
|
116479
116645
|
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-selected {
|
116480
116646
|
background-color: var(--Menu-dark-backgroundColor);
|
116481
|
-
color: var(--Menu-dark-
|
116647
|
+
color: var(--Menu-dark-fontColor-onHover);
|
116482
116648
|
}
|
116483
116649
|
|
116650
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-icon,
|
116651
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-icon-after,
|
116652
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-label,
|
116653
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-submenu-arrow,
|
116484
116654
|
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
116485
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-item-
|
116486
|
-
|
116655
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon-after,
|
116656
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-item-label,
|
116657
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-submenu-arrow {
|
116658
|
+
color: var(--Menu-dark-fontColor-onHover);
|
116487
116659
|
}
|
116488
116660
|
|
116489
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-
|
116490
|
-
|
116661
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-icon svg,
|
116662
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-icon-after svg,
|
116663
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-item-label svg,
|
116664
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-active .a-Nav-Menu-submenu-arrow svg,
|
116665
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon svg,
|
116666
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon-after svg,
|
116667
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-item-label svg,
|
116668
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-item-selected .a-Nav-Menu-submenu-arrow svg {
|
116669
|
+
fill: currentColor;
|
116491
116670
|
}
|
116492
116671
|
|
116493
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-
|
116494
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
116495
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-dark .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
116672
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-title {
|
116496
116673
|
color: var(--Menu-dark-fontColor);
|
116497
116674
|
}
|
116498
116675
|
|
116499
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-
|
116500
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-
|
116501
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-
|
116502
|
-
|
116503
|
-
|
116504
|
-
|
116505
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active .a-Nav-Menu-submenu-title {
|
116506
|
-
background-color: var(--Menu-dark-backgroundColor);
|
116507
|
-
color: var(--Menu-dark-fontColor-onActive);
|
116676
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
116677
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after,
|
116678
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
116679
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
116680
|
+
color: var(--Menu-dark-fontColor);
|
116508
116681
|
}
|
116509
116682
|
|
116510
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-
|
116511
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-
|
116512
|
-
|
116683
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon svg,
|
116684
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after svg,
|
116685
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label svg,
|
116686
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow svg {
|
116687
|
+
fill: var(--Menu-dark-fontColor);
|
116513
116688
|
}
|
116514
116689
|
|
116515
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-
|
116690
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title,
|
116691
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
|
116516
116692
|
background-color: var(--Menu-dark-backgroundColor);
|
116517
|
-
color: var(--Menu-dark-
|
116518
|
-
}
|
116519
|
-
|
116520
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
116521
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
116522
|
-
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
116523
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
116524
|
-
}
|
116525
|
-
|
116526
|
-
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-title,
|
116527
|
-
.amis-scope .a-Nav-Menu .a-Nav-Menu-item {
|
116528
|
-
cursor: pointer;
|
116693
|
+
color: var(--Menu-dark-fontColor-onHover);
|
116529
116694
|
}
|
116530
116695
|
|
116531
|
-
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-title .
|
116532
|
-
.amis-scope .a-Nav-Menu .a-Nav-Menu-
|
116533
|
-
|
116534
|
-
|
116535
|
-
|
116536
|
-
|
116696
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
116697
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after,
|
116698
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
116699
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow,
|
116700
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
116701
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after,
|
116702
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
116703
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
116704
|
+
color: var(--Menu-dark-fontColor-onHover);
|
116537
116705
|
}
|
116538
116706
|
|
116539
|
-
.amis-scope .a-Nav-Menu-
|
116540
|
-
.amis-scope .a-Nav-Menu-
|
116541
|
-
|
116542
|
-
|
116707
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon svg,
|
116708
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after svg,
|
116709
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label svg,
|
116710
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-active > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow svg,
|
116711
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon svg,
|
116712
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon-after svg,
|
116713
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label svg,
|
116714
|
+
.amis-scope .a-Nav-Menu-submenu-popup-dark > .a-Nav-Menu .a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow svg {
|
116715
|
+
fill: currentColor;
|
116543
116716
|
}
|
116544
116717
|
|
116545
116718
|
.amis-scope .a-Nav-Menu-overflow-item-rest .a-Nav-Menu-submenu-title {
|
116546
116719
|
margin: 0;
|
116547
116720
|
}
|
116548
116721
|
|
116549
|
-
.amis-scope .a-Nav-Menu-overflow-item-rest .a-Nav-Menu-item-icon {
|
116550
|
-
display: initial;
|
116551
|
-
position: static;
|
116552
|
-
}
|
116553
|
-
|
116554
116722
|
.amis-scope .a-Nav-Menu-horizontal {
|
116555
|
-
height: var(--Menu-item-height--horizontal);
|
116556
|
-
background-color: var(--Menu-light-backgroundColor);
|
116557
116723
|
border: none;
|
116558
116724
|
white-space: nowrap;
|
116559
116725
|
overflow: hidden;
|
@@ -116568,153 +116734,59 @@ title: Word Break
|
|
116568
116734
|
|
116569
116735
|
.amis-scope .a-Nav-Menu-horizontal .a-Nav-Menu-overflow-item.a-Nav-Menu-overflow-item-rest > .a-Nav-Menu-submenu-title .a-Nav-Menu-overflowedIcon {
|
116570
116736
|
margin-right: 0;
|
116737
|
+
line-height: inherit;
|
116571
116738
|
}
|
116572
116739
|
|
116573
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-
|
116574
|
-
background
|
116575
|
-
}
|
116576
|
-
|
116577
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-light {
|
116578
|
-
background-color: var(--Menu-light-backgroundColor);
|
116579
|
-
}
|
116580
|
-
|
116581
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-item-tooltip-wrap > .a-Nav-Menu-item,
|
116582
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title {
|
116583
|
-
padding: 0 1rem;
|
116584
|
-
height: var(--Menu-item-height--horizontal);
|
116585
|
-
}
|
116586
|
-
|
116587
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-item-tooltip-wrap > .a-Nav-Menu-item .a-Nav-Menu-item-link,
|
116588
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-link {
|
116589
|
-
height: var(--Menu-item-height--horizontal);
|
116590
|
-
}
|
116591
|
-
|
116592
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-item-tooltip-wrap > .a-Nav-Menu-item .a-Nav-Menu-item-icon,
|
116593
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-item-tooltip-wrap > .a-Nav-Menu-item .a-Nav-Menu-item-label,
|
116594
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
116595
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label {
|
116596
|
-
line-height: var(--Menu-item-height--horizontal);
|
116740
|
+
.amis-scope .a-Nav-Menu-horizontal .a-Nav-Menu-item.a-Nav-Menu-item-selected {
|
116741
|
+
background: none;
|
116597
116742
|
}
|
116598
116743
|
|
116599
116744
|
.amis-scope .a-Nav-Menu-horizontal .a-Nav-Menu-item.a-Nav-Menu-item-selected:after {
|
116600
116745
|
content: " ";
|
116601
116746
|
width: 100%;
|
116602
116747
|
height: 2px;
|
116603
|
-
background: var(--Menu-
|
116748
|
+
background: var(--Menu-light-fontColor-onHover);
|
116604
116749
|
position: absolute;
|
116605
116750
|
left: 0;
|
116606
116751
|
bottom: 0;
|
116607
116752
|
}
|
116608
116753
|
|
116754
|
+
.amis-scope .a-Nav-Menu-horizontal .a-Nav-Menu-item.a-Nav-Menu-item-selected:before {
|
116755
|
+
display: none;
|
116756
|
+
}
|
116757
|
+
|
116758
|
+
.amis-scope .a-Nav-Menu-horizontal .a-Nav-Menu-item.a-Nav-Menu-item-selected:active:after {
|
116759
|
+
background: var(--Menu-light-fontColor-onActive);
|
116760
|
+
}
|
116761
|
+
|
116609
116762
|
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu,
|
116610
116763
|
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-item {
|
116611
116764
|
margin: 0;
|
116612
|
-
border-bottom: 2px solid transparent;
|
116613
116765
|
display: inline-block;
|
116614
116766
|
vertical-align: bottom;
|
116615
116767
|
}
|
116616
116768
|
|
116617
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu-active,
|
116618
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-item-active {
|
116619
|
-
background-color: var(--Menu-light-backgroundColor);
|
116620
|
-
color: var(--Menu-light-fontColor-onActive);
|
116621
|
-
}
|
116622
|
-
|
116623
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu-selected,
|
116624
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-item-selected {
|
116625
|
-
border-bottom: 2px solid var(--Menu-light-fontColor-onActive);
|
116626
|
-
background-color: transparent;
|
116627
|
-
}
|
116628
|
-
|
116629
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
|
116630
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label,
|
116631
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
116632
|
-
.amis-scope .a-Nav-Menu-horizontal > .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
|
116633
|
-
color: var(--Menu-light-fontColor-onActive);
|
116634
|
-
}
|
116635
|
-
|
116636
|
-
.amis-scope .a-Nav-Menu-horizontal:after {
|
116637
|
-
content: " ";
|
116638
|
-
display: block;
|
116639
|
-
height: 0;
|
116640
|
-
clear: both;
|
116641
|
-
}
|
116642
|
-
|
116643
116769
|
.amis-scope .a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow {
|
116644
116770
|
display: inline-block;
|
116645
116771
|
font-size: 0.5625rem;
|
116646
|
-
text-align: center;
|
116647
116772
|
vertical-align: middle;
|
116648
116773
|
text-transform: none;
|
116649
116774
|
text-rendering: auto;
|
116650
116775
|
line-height: 1.25rem;
|
116651
116776
|
margin-left: 5px;
|
116652
|
-
color: var(--Menu-light-fontColor);
|
116653
116777
|
}
|
116654
116778
|
|
116655
116779
|
.amis-scope .a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow > svg {
|
116656
116780
|
top: auto;
|
116657
116781
|
}
|
116658
116782
|
|
116659
|
-
.amis-scope .a-Nav-Menu-horizontal .a-Nav-Menu-
|
116660
|
-
|
116661
|
-
|
116662
|
-
|
116663
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-submenu-active,
|
116664
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-item-active {
|
116665
|
-
background-color: var(--Menu-dark-backgroundColor);
|
116666
|
-
color: var(--Menu-dark-fontColor-onActive);
|
116667
|
-
}
|
116668
|
-
|
116669
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected,
|
116670
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-item-selected {
|
116671
|
-
border-bottom: 2px solid var(--Menu-dark-selectedIndicator-color);
|
116672
|
-
}
|
116673
|
-
|
116674
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
|
116675
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label,
|
116676
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
116677
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-dark > .a-Nav-Menu-item-selected .a-Nav-Menu-item-label {
|
116678
|
-
color: var(--Menu-dark-fontColor-onActive);
|
116679
|
-
}
|
116680
|
-
|
116681
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-dark .a-Nav-Menu-submenu-arrow {
|
116682
|
-
color: var(--Menu-dark-fontColor);
|
116683
|
-
}
|
116684
|
-
|
116685
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-submenu-active,
|
116686
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-item-active {
|
116687
|
-
background-color: var(--Menu-light-backgroundColor);
|
116688
|
-
color: var(--Menu-light-fontColor-onActive);
|
116689
|
-
}
|
116690
|
-
|
116691
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected,
|
116692
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-item-selected {
|
116693
|
-
border-bottom: 2px solid var(--Menu-light-selectedIndicator-color);
|
116694
|
-
}
|
116695
|
-
|
116696
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
|
116697
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label,
|
116698
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-arrow,
|
116699
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-item-selected .a-Nav-Menu-item-icon,
|
116700
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-item-selected .a-Nav-Menu-item-label,
|
116701
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-light > .a-Nav-Menu-item-selected .a-Nav-Menu-submenu-arrow {
|
116702
|
-
color: var(--Menu-light-fontColor-onActive);
|
116703
|
-
}
|
116704
|
-
|
116705
|
-
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-light .a-Nav-Menu-submenu-arrow {
|
116706
|
-
color: var(--Menu-light-fontColor);
|
116783
|
+
.amis-scope .a-Nav-Menu-horizontal.a-Nav-Menu-rtl .a-Nav-Menu-submenu-arrow {
|
116784
|
+
margin-left: 0;
|
116785
|
+
margin-right: 5px;
|
116707
116786
|
}
|
116708
116787
|
|
116709
|
-
.amis-scope .a-Nav-Menu-
|
116710
|
-
|
116711
|
-
.amis-scope .a-Nav-Menu-rtl .a-Nav-Menu-vertical-left > .a-Nav-Menu-item,
|
116712
|
-
.amis-scope .a-Nav-Menu-rtl .a-Nav-Menu-vertical-left > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title,
|
116713
|
-
.amis-scope .a-Nav-Menu-rtl .a-Nav-Menu-vertical-right > .a-Nav-Menu-item,
|
116714
|
-
.amis-scope .a-Nav-Menu-rtl .a-Nav-Menu-vertical-right > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title,
|
116715
|
-
.amis-scope .a-Nav-Menu-rtl .a-Nav-Menu-inline > .a-Nav-Menu-item,
|
116716
|
-
.amis-scope .a-Nav-Menu-rtl .a-Nav-Menu-inline > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title {
|
116717
|
-
padding: 12px 24px 12px 8px;
|
116788
|
+
.amis-scope .a-Nav-Menu-horizontal .a-Nav-Menu-item-label {
|
116789
|
+
vertical-align: middle;
|
116718
116790
|
}
|
116719
116791
|
|
116720
116792
|
.amis-scope .a-Nav-Menu-vertical .a-Nav-Menu-submenu-arrow,
|
@@ -116722,15 +116794,11 @@ title: Word Break
|
|
116722
116794
|
.amis-scope .a-Nav-Menu-vertical-right .a-Nav-Menu-submenu-arrow,
|
116723
116795
|
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow {
|
116724
116796
|
display: inline-block;
|
116725
|
-
font-size: 0.
|
116797
|
+
font-size: 0.625rem;
|
116726
116798
|
vertical-align: baseline;
|
116727
|
-
text-align: center;
|
116728
116799
|
text-transform: none;
|
116729
116800
|
text-rendering: auto;
|
116730
|
-
|
116731
|
-
right: var(--Menu-Submenu-item-paddingX);
|
116732
|
-
top: 0;
|
116733
|
-
line-height: var(--Menu-item-height--vertical);
|
116801
|
+
margin: 0 0 0 0.625rem;
|
116734
116802
|
}
|
116735
116803
|
|
116736
116804
|
.amis-scope .a-Nav-Menu-vertical .a-Nav-Menu-submenu-arrow > svg,
|
@@ -116740,18 +116808,6 @@ title: Word Break
|
|
116740
116808
|
top: auto;
|
116741
116809
|
}
|
116742
116810
|
|
116743
|
-
.amis-scope .a-Nav-Menu-rtl .a-Nav-Menu-vertical .a-Nav-Menu-submenu-arrow,
|
116744
|
-
.amis-scope .a-Nav-Menu-submenu-rtl .a-Nav-Menu-vertical .a-Nav-Menu-submenu-arrow,
|
116745
|
-
.amis-scope .a-Nav-Menu-rtl .a-Nav-Menu-vertical-left .a-Nav-Menu-submenu-arrow,
|
116746
|
-
.amis-scope .a-Nav-Menu-submenu-rtl .a-Nav-Menu-vertical-left .a-Nav-Menu-submenu-arrow,
|
116747
|
-
.amis-scope .a-Nav-Menu-rtl .a-Nav-Menu-vertical-right .a-Nav-Menu-submenu-arrow,
|
116748
|
-
.amis-scope .a-Nav-Menu-submenu-rtl .a-Nav-Menu-vertical-right .a-Nav-Menu-submenu-arrow,
|
116749
|
-
.amis-scope .a-Nav-Menu-rtl .a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow,
|
116750
|
-
.amis-scope .a-Nav-Menu-submenu-rtl .a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow {
|
116751
|
-
right: auto;
|
116752
|
-
left: 16px;
|
116753
|
-
}
|
116754
|
-
|
116755
116811
|
.amis-scope .a-Nav-Menu-vertical.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap,
|
116756
116812
|
.amis-scope .a-Nav-Menu-vertical-left.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap,
|
116757
116813
|
.amis-scope .a-Nav-Menu-vertical-right.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap,
|
@@ -116765,29 +116821,36 @@ title: Word Break
|
|
116765
116821
|
.amis-scope .a-Nav-Menu-vertical-right.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow,
|
116766
116822
|
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow {
|
116767
116823
|
right: auto;
|
116824
|
+
position: absolute;
|
116825
|
+
margin: 0;
|
116768
116826
|
}
|
116769
116827
|
|
116770
|
-
.amis-scope .a-Nav-Menu-vertical.a-Nav-Menu-
|
116771
|
-
.amis-scope .a-Nav-Menu-vertical-left.a-Nav-Menu-
|
116772
|
-
.amis-scope .a-Nav-Menu-vertical-right.a-Nav-Menu-
|
116773
|
-
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-
|
116774
|
-
|
116828
|
+
.amis-scope .a-Nav-Menu-vertical.a-Nav-Menu-rtl.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap,
|
116829
|
+
.amis-scope .a-Nav-Menu-vertical-left.a-Nav-Menu-rtl.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap,
|
116830
|
+
.amis-scope .a-Nav-Menu-vertical-right.a-Nav-Menu-rtl.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap,
|
116831
|
+
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-rtl.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-title .a-Nav-Menu-item-wrap {
|
116832
|
+
padding-right: 1rem;
|
116833
|
+
padding-left: 0;
|
116775
116834
|
}
|
116776
116835
|
|
116777
|
-
.amis-scope .a-Nav-Menu-
|
116778
|
-
|
116779
|
-
.amis-scope .a-Nav-Menu-vertical-right.a-Nav-Menu-light .a-Nav-Menu-submenu-arrow,
|
116780
|
-
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-light .a-Nav-Menu-submenu-arrow {
|
116781
|
-
color: var(--Menu-light-fontColor);
|
116836
|
+
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-rtl .a-Nav-Menu-submenu-arrow {
|
116837
|
+
margin: 0 0.625rem 0 0;
|
116782
116838
|
}
|
116783
116839
|
|
116784
|
-
.amis-scope .a-Nav-Menu-
|
116785
|
-
|
116840
|
+
.amis-scope .a-Nav-Menu-inline.a-Nav-Menu-rtl.a-Nav-Menu-expand-before .a-Nav-Menu-submenu-arrow {
|
116841
|
+
margin: 0 0 0 0.625rem;
|
116842
|
+
}
|
116843
|
+
|
116844
|
+
.amis-scope .a-Nav-Menu-vertical.a-Nav-Menu-rtl .a-Nav-Menu-submenu-arrow {
|
116845
|
+
margin: 0 0 0 0.625rem;
|
116846
|
+
}
|
116847
|
+
|
116848
|
+
.amis-scope .a-Nav-Menu-vertical-right.a-Nav-Menu-rtl .a-Nav-Menu-submenu-arrow {
|
116849
|
+
margin: 0 0.625rem 0 0;
|
116786
116850
|
}
|
116787
116851
|
|
116788
116852
|
.amis-scope .a-Nav-Menu-inline .a-Nav-Menu-submenu-arrow,
|
116789
116853
|
.amis-scope .a-Nav-Menu-horizontal .a-Nav-Menu-submenu-arrow {
|
116790
|
-
cursor: pointer;
|
116791
116854
|
transition: transform 0.3s;
|
116792
116855
|
transform: rotate(90deg);
|
116793
116856
|
}
|
@@ -116798,7 +116861,7 @@ title: Word Break
|
|
116798
116861
|
}
|
116799
116862
|
|
116800
116863
|
.amis-scope .a-Nav-Menu-collapsed .a-Nav-Menu-item-wrap {
|
116801
|
-
|
116864
|
+
justify-content: center;
|
116802
116865
|
}
|
116803
116866
|
|
116804
116867
|
.amis-scope .a-Nav-Menu-collapsed .a-Nav-Menu-submenu-arrow {
|
@@ -116815,229 +116878,94 @@ title: Word Break
|
|
116815
116878
|
margin: 0 auto;
|
116816
116879
|
}
|
116817
116880
|
|
116818
|
-
.amis-scope .a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu,
|
116819
|
-
.amis-scope .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu,
|
116820
|
-
.amis-scope .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu {
|
116821
|
-
padding: 0;
|
116822
|
-
}
|
116823
|
-
|
116824
|
-
.amis-scope .a-Nav-Menu-submenu-rtl .a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu,
|
116825
|
-
.amis-scope .a-Nav-Menu-submenu-rtl .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu,
|
116826
|
-
.amis-scope .a-Nav-Menu-submenu-rtl .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu {
|
116827
|
-
direction: rtl;
|
116828
|
-
}
|
116829
|
-
|
116830
|
-
.amis-scope .a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title,
|
116831
|
-
.amis-scope .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title,
|
116832
|
-
.amis-scope .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
|
116833
|
-
color: var(--Menu-light-fontColor-onActive);
|
116834
|
-
}
|
116835
|
-
|
116836
|
-
.amis-scope .a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
|
116837
|
-
.amis-scope .a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label,
|
116838
|
-
.amis-scope .a-Nav-Menu-submenu-vertical.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-arrow,
|
116839
|
-
.amis-scope .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
|
116840
|
-
.amis-scope .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label,
|
116841
|
-
.amis-scope .a-Nav-Menu-submenu-vertical-left.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-arrow,
|
116842
|
-
.amis-scope .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-item-icon,
|
116843
|
-
.amis-scope .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-item-label,
|
116844
|
-
.amis-scope .a-Nav-Menu-submenu-vertical-right.a-Nav-Menu-submenu.a-Nav-Menu-submenu-selected .a-Nav-Menu-submenu-arrow {
|
116845
|
-
color: var(--Menu-light-fontColor-onActive);
|
116846
|
-
}
|
116847
|
-
|
116848
|
-
.amis-scope .a-Nav-Menu-sub.a-Nav-Menu-inline {
|
116849
|
-
padding: 0;
|
116850
|
-
border: none;
|
116851
|
-
border-radius: 0;
|
116852
|
-
box-shadow: none;
|
116853
|
-
}
|
116854
|
-
|
116855
|
-
.amis-scope .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-item,
|
116856
|
-
.amis-scope .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title {
|
116857
|
-
padding-top: 0;
|
116858
|
-
padding-bottom: 0;
|
116859
|
-
display: block;
|
116860
|
-
white-space: nowrap;
|
116861
|
-
overflow: hidden;
|
116862
|
-
text-overflow: ellipsis;
|
116863
|
-
}
|
116864
|
-
|
116865
|
-
.amis-scope .a-Nav-Menu-rtl .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-item,
|
116866
|
-
.amis-scope .a-Nav-Menu-rtl .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu > .a-Nav-Menu-submenu-title {
|
116867
|
-
padding-left: 0;
|
116868
|
-
}
|
116869
|
-
|
116870
|
-
.amis-scope .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu.a-Nav-Menu-submenu-dark.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title {
|
116871
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
116872
|
-
}
|
116873
|
-
|
116874
|
-
.amis-scope .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu.a-Nav-Menu-submenu-dark.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-label,
|
116875
|
-
.amis-scope .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu.a-Nav-Menu-submenu-dark.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-item-icon,
|
116876
|
-
.amis-scope .a-Nav-Menu-sub.a-Nav-Menu-inline > .a-Nav-Menu-submenu.a-Nav-Menu-submenu-dark.a-Nav-Menu-submenu-selected > .a-Nav-Menu-submenu-title .a-Nav-Menu-submenu-arrow {
|
116877
|
-
color: var(--Menu-dark-ancestor-fontColor-onActive);
|
116878
|
-
}
|
116879
|
-
|
116880
116881
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled,
|
116881
116882
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled {
|
116882
116883
|
cursor: not-allowed;
|
116883
116884
|
color: var(--Menu-fontColor-onDisabled) !important;
|
116884
116885
|
}
|
116885
116886
|
|
116887
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled svg,
|
116888
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled svg {
|
116889
|
+
fill: currentColor !important;
|
116890
|
+
}
|
116891
|
+
|
116886
116892
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled.a-Nav-Menu-item,
|
116887
116893
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled.a-Nav-Menu-item {
|
116888
116894
|
cursor: not-allowed;
|
116889
116895
|
color: var(--Menu-fontColor-onDisabled) !important;
|
116890
116896
|
}
|
116891
116897
|
|
116898
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled.a-Nav-Menu-item svg,
|
116899
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled.a-Nav-Menu-item svg {
|
116900
|
+
fill: currentColor !important;
|
116901
|
+
}
|
116902
|
+
|
116892
116903
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled.a-Nav-Menu-item .a-Nav-Menu-item-link,
|
116893
116904
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled.a-Nav-Menu-item .a-Nav-Menu-item-link {
|
116894
116905
|
cursor: not-allowed;
|
116895
116906
|
color: var(--Menu-fontColor-onDisabled) !important;
|
116896
116907
|
}
|
116897
116908
|
|
116909
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled.a-Nav-Menu-item .a-Nav-Menu-item-link svg,
|
116910
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled.a-Nav-Menu-item .a-Nav-Menu-item-link svg {
|
116911
|
+
fill: currentColor !important;
|
116912
|
+
}
|
116913
|
+
|
116898
116914
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title,
|
116899
116915
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title {
|
116900
116916
|
cursor: not-allowed;
|
116901
116917
|
color: var(--Menu-fontColor-onDisabled) !important;
|
116902
116918
|
}
|
116903
116919
|
|
116920
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title svg,
|
116921
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title svg {
|
116922
|
+
fill: currentColor !important;
|
116923
|
+
}
|
116924
|
+
|
116904
116925
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-icon,
|
116926
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-icon-after,
|
116905
116927
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-label,
|
116906
116928
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-submenu-arrow,
|
116907
116929
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-icon,
|
116930
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-icon-after,
|
116908
116931
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-label,
|
116909
116932
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-submenu-arrow {
|
116910
116933
|
cursor: not-allowed;
|
116911
116934
|
color: var(--Menu-fontColor-onDisabled) !important;
|
116912
116935
|
}
|
116913
116936
|
|
116937
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-icon svg,
|
116938
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-icon-after svg,
|
116939
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-label svg,
|
116940
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-submenu-arrow svg,
|
116941
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-icon svg,
|
116942
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-icon-after svg,
|
116943
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-item-label svg,
|
116944
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-title > .a-Nav-Menu-submenu-arrow svg {
|
116945
|
+
fill: currentColor !important;
|
116946
|
+
}
|
116947
|
+
|
116914
116948
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-item-icon,
|
116949
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-item-icon-after,
|
116915
116950
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-item-label,
|
116916
116951
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-arrow,
|
116917
116952
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-item-icon,
|
116953
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-item-icon-after,
|
116918
116954
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-item-label,
|
116919
116955
|
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-arrow {
|
116920
116956
|
cursor: not-allowed;
|
116921
116957
|
color: var(--Menu-fontColor-onDisabled) !important;
|
116922
116958
|
}
|
116923
116959
|
|
116924
|
-
.amis-scope .a-Nav-Menu-
|
116925
|
-
.amis-scope .a-Nav-Menu-
|
116926
|
-
|
116927
|
-
|
116928
|
-
|
116929
|
-
|
116930
|
-
|
116931
|
-
|
116932
|
-
|
116933
|
-
|
116934
|
-
.amis-scope .a-Nav-Menu-open-slide-up-leave {
|
116935
|
-
animation-duration: 0.3s;
|
116936
|
-
animation-fill-mode: both;
|
116937
|
-
transform-origin: 0 0;
|
116938
|
-
opacity: 1;
|
116939
|
-
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
116940
|
-
animation-play-state: paused;
|
116941
|
-
}
|
116942
|
-
|
116943
|
-
.amis-scope .a-Nav-Menu-open-slide-up-enter .a-Nav-Menu-open-slide-up-enter-active,
|
116944
|
-
.amis-scope .a-Nav-Menu-open-slide-up-appear .a-Nav-Menu-open-slide-up-appear-active {
|
116945
|
-
animation-name: rcMenuOpenSlideUpIn;
|
116946
|
-
animation-play-state: running;
|
116947
|
-
}
|
116948
|
-
|
116949
|
-
.amis-scope .a-Nav-Menu-open-slide-up-leave .a-Nav-Menu-open-slide-up-leave-active {
|
116950
|
-
animation-name: rcMenuOpenSlideUpOut;
|
116951
|
-
animation-play-state: running;
|
116952
|
-
}
|
116953
|
-
|
116954
|
-
@keyframes rcMenuOpenSlideUpIn {
|
116955
|
-
0% {
|
116956
|
-
opacity: 0;
|
116957
|
-
transform-origin: 0% 0%;
|
116958
|
-
transform: scaleY(0);
|
116959
|
-
}
|
116960
|
-
|
116961
|
-
100% {
|
116962
|
-
opacity: 1;
|
116963
|
-
transform-origin: 0% 0%;
|
116964
|
-
transform: scaleY(1);
|
116965
|
-
}
|
116966
|
-
}
|
116967
|
-
|
116968
|
-
@keyframes rcMenuOpenSlideUpOut {
|
116969
|
-
0% {
|
116970
|
-
opacity: 1;
|
116971
|
-
transform-origin: 0% 0%;
|
116972
|
-
transform: scaleY(1);
|
116973
|
-
}
|
116974
|
-
|
116975
|
-
100% {
|
116976
|
-
opacity: 0;
|
116977
|
-
transform-origin: 0% 0%;
|
116978
|
-
transform: scaleY(0);
|
116979
|
-
}
|
116980
|
-
}
|
116981
|
-
|
116982
|
-
.amis-scope .a-Nav-Menu-open-zoom-enter,
|
116983
|
-
.amis-scope .a-Nav-Menu-open-zoom-appear {
|
116984
|
-
opacity: 0;
|
116985
|
-
animation-duration: 0.3s;
|
116986
|
-
animation-fill-mode: both;
|
116987
|
-
transform-origin: 0 0;
|
116988
|
-
animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
|
116989
|
-
animation-play-state: paused;
|
116990
|
-
}
|
116991
|
-
|
116992
|
-
.amis-scope .a-Nav-Menu-open-zoom-leave {
|
116993
|
-
animation-duration: 0.3s;
|
116994
|
-
animation-fill-mode: both;
|
116995
|
-
transform-origin: 0 0;
|
116996
|
-
animation-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.34);
|
116997
|
-
animation-play-state: paused;
|
116998
|
-
}
|
116999
|
-
|
117000
|
-
.amis-scope .a-Nav-Menu-open-zoom-enter .a-Nav-Menu-open-zoom-enter-active,
|
117001
|
-
.amis-scope .a-Nav-Menu-open-zoom-appear .a-Nav-Menu-open-zoom-appear-active {
|
117002
|
-
animation-name: rcMenuOpenZoomIn;
|
117003
|
-
animation-play-state: running;
|
117004
|
-
}
|
117005
|
-
|
117006
|
-
.amis-scope .a-Nav-Menu-open-zoom-leave .a-Nav-Menu-open-zoom-leave-active {
|
117007
|
-
animation-name: rcMenuOpenZoomOut;
|
117008
|
-
animation-play-state: running;
|
117009
|
-
}
|
117010
|
-
|
117011
|
-
.amis-scope .a-Nav-Menu-submenu-rtl .a-Nav-Menu-open-zoom-enter,
|
117012
|
-
.amis-scope .a-Nav-Menu-submenu-rtl .a-Nav-Menu-open-zoom-enter,
|
117013
|
-
.amis-scope .a-Nav-Menu-submenu-rtl .a-Nav-Menu-open-zoom-appear,
|
117014
|
-
.amis-scope .a-Nav-Menu-submenu-rtl .a-Nav-Menu-open-zoom-appear,
|
117015
|
-
.amis-scope .a-Nav-Menu-submenu-rtl .a-Nav-Menu-open-zoom-leave,
|
117016
|
-
.amis-scope .a-Nav-Menu-submenu-rtl .a-Nav-Menu-open-zoom-leave {
|
117017
|
-
transform-origin: top right !important;
|
117018
|
-
}
|
117019
|
-
|
117020
|
-
@keyframes rcMenuOpenZoomIn {
|
117021
|
-
0% {
|
117022
|
-
opacity: 0;
|
117023
|
-
transform: scale(0, 0);
|
117024
|
-
}
|
117025
|
-
|
117026
|
-
100% {
|
117027
|
-
opacity: 1;
|
117028
|
-
transform: scale(1, 1);
|
117029
|
-
}
|
117030
|
-
}
|
117031
|
-
|
117032
|
-
@keyframes rcMenuOpenZoomOut {
|
117033
|
-
0% {
|
117034
|
-
transform: scale(1, 1);
|
117035
|
-
}
|
117036
|
-
|
117037
|
-
100% {
|
117038
|
-
opacity: 0;
|
117039
|
-
transform: scale(0, 0);
|
117040
|
-
}
|
116960
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-item-icon svg,
|
116961
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-item-icon-after svg,
|
116962
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-item-label svg,
|
116963
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-item-disabled .a-Nav-Menu-submenu-arrow svg,
|
116964
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-item-icon svg,
|
116965
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-item-icon-after svg,
|
116966
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-item-label svg,
|
116967
|
+
.amis-scope .a-Nav-Menu .a-Nav-Menu-submenu-disabled .a-Nav-Menu-submenu-arrow svg {
|
116968
|
+
fill: currentColor !important;
|
117041
116969
|
}
|
117042
116970
|
|
117043
116971
|
.amis-scope .a-Nav-Menu-item-tooltip {
|
@@ -117049,15 +116977,6 @@ title: Word Break
|
|
117049
116977
|
box-shadow: 0px 4px 6px 0px rgba(8, 14, 26, 0.06), 0px 1px 10px 0px rgba(8, 14, 26, 0.05), 0px 2px 4px -1px rgba(8, 14, 26, 0.04);
|
117050
116978
|
}
|
117051
116979
|
|
117052
|
-
.amis-scope .a-Nav-Menu-item-tooltip .a-Tooltip-body,
|
117053
|
-
.amis-scope .a-Nav-Menu-item-tooltip .a-Tooltip-body span {
|
117054
|
-
color: #090714;
|
117055
|
-
}
|
117056
|
-
|
117057
|
-
.amis-scope .a-Nav-Menu-item-tooltip .a-Tooltip-arrow:after {
|
117058
|
-
left: 0.25rem;
|
117059
|
-
}
|
117060
|
-
|
117061
116980
|
.amis-scope .a-Nav-Menu-item-tooltip .a-Tooltip-arrow:before {
|
117062
116981
|
display: none;
|
117063
116982
|
}
|
@@ -117066,6 +116985,10 @@ title: Word Break
|
|
117066
116985
|
background: #3a3f51;
|
117067
116986
|
}
|
117068
116987
|
|
116988
|
+
.amis-scope .a-Nav-Menu-item-tooltip.a-Nav-Menu-item-tooltip-dark .a-Tooltip-arrow:after {
|
116989
|
+
border-right-color: #3a3f51;
|
116990
|
+
}
|
116991
|
+
|
117069
116992
|
.amis-scope .a-Nav-Menu-item-tooltip.a-Nav-Menu-item-tooltip-dark .a-Tooltip-body,
|
117070
116993
|
.amis-scope .a-Nav-Menu-item-tooltip.a-Nav-Menu-item-tooltip-dark .a-Tooltip-body span {
|
117071
116994
|
color: #ffffff;
|