amis 1.5.6-beta.5 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.husky/pre-commit +1 -1
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js.map +1 -1
- package/lib/components/AssociatedSelection.d.ts +84 -84
- package/lib/components/AssociatedSelection.js +2 -2
- package/lib/components/AssociatedSelection.js.map +2 -2
- package/lib/components/Avatar.d.ts +135 -0
- package/lib/components/Avatar.js +120 -0
- package/lib/components/Avatar.js.map +13 -0
- package/lib/components/BaiduMapPicker.js.map +2 -2
- package/lib/components/CalendarMobile.d.ts +547 -0
- package/lib/components/CalendarMobile.js +432 -0
- package/lib/components/CalendarMobile.js.map +13 -0
- package/lib/components/Card.js +1 -1
- package/lib/components/Card.js.map +2 -2
- package/lib/components/Cascader.d.ts +123 -0
- package/lib/components/Cascader.js +487 -0
- package/lib/components/Cascader.js.map +13 -0
- package/lib/components/ChainedSelection.d.ts +84 -84
- package/lib/components/ChainedSelection.js +15 -3
- package/lib/components/ChainedSelection.js.map +2 -2
- package/lib/components/CityArea.d.ts +527 -0
- package/lib/components/CityArea.js +177 -0
- package/lib/components/CityArea.js.map +13 -0
- package/lib/components/Collapse.js +1 -1
- package/lib/components/Collapse.js.map +2 -2
- package/lib/components/ColorPicker.d.ts +84 -84
- package/lib/components/ColorPicker.js +4 -3
- package/lib/components/ColorPicker.js.map +2 -2
- package/lib/components/DatePicker.d.ts +85 -84
- package/lib/components/DatePicker.js +15 -8
- package/lib/components/DatePicker.js.map +2 -2
- package/lib/components/DateRangePicker.d.ts +85 -84
- package/lib/components/DateRangePicker.js +18 -6
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/GroupedSelection.d.ts +84 -84
- package/lib/components/GroupedSelection.js +14 -2
- package/lib/components/GroupedSelection.js.map +2 -2
- package/lib/components/MonthRangePicker.d.ts +85 -84
- package/lib/components/MonthRangePicker.js +16 -6
- package/lib/components/MonthRangePicker.js.map +2 -2
- package/lib/components/Overlay.d.ts +1 -1
- package/lib/components/Overlay.js.map +1 -1
- package/lib/components/Picker.d.ts +1 -0
- package/lib/components/Picker.js +16 -7
- package/lib/components/Picker.js.map +2 -2
- package/lib/components/PickerColumn.d.ts +1 -0
- package/lib/components/PickerColumn.js +21 -18
- package/lib/components/PickerColumn.js.map +2 -2
- package/lib/components/PickerContainer.d.ts +3 -0
- package/lib/components/PickerContainer.js +12 -5
- package/lib/components/PickerContainer.js.map +2 -2
- package/lib/components/PopOverContainer.d.ts +1 -0
- package/lib/components/PopOverContainer.js +5 -3
- package/lib/components/PopOverContainer.js.map +2 -2
- package/lib/components/PopUp.d.ts +1041 -28
- package/lib/components/PopUp.js +32 -8
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/Rating.d.ts +203 -73
- package/lib/components/Rating.js +147 -31
- package/lib/components/Rating.js.map +2 -2
- package/lib/components/ResultBox.d.ts +85 -84
- package/lib/components/ResultBox.js +9 -4
- package/lib/components/ResultBox.js.map +2 -2
- package/lib/components/ResultList.d.ts +9 -2
- package/lib/components/ResultList.js +22 -2
- package/lib/components/ResultList.js.map +2 -2
- package/lib/components/Select.d.ts +237 -237
- package/lib/components/Select.js +9 -6
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Selection.d.ts +94 -86
- package/lib/components/Selection.js +11 -2
- package/lib/components/Selection.js.map +2 -2
- package/lib/components/Steps.js.map +2 -2
- package/lib/components/TableSelection.d.ts +85 -85
- package/lib/components/TableSelection.js +1 -9
- package/lib/components/TableSelection.js.map +2 -2
- package/lib/components/Tabs.js +31 -33
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/TabsTransfer.d.ts +87 -256
- package/lib/components/TabsTransfer.js +52 -9
- package/lib/components/TabsTransfer.js.map +2 -2
- package/lib/components/TabsTransferPicker.d.ts +1 -1
- package/lib/components/TabsTransferPicker.js +20 -18
- package/lib/components/TabsTransferPicker.js.map +2 -2
- package/lib/components/Timeline.d.ts +69 -0
- package/lib/components/Timeline.js +16 -0
- package/lib/components/Timeline.js.map +13 -0
- package/lib/components/TimelineItem.d.ts +516 -0
- package/lib/components/TimelineItem.js +41 -0
- package/lib/components/TimelineItem.js.map +13 -0
- package/lib/components/Transfer.d.ts +100 -98
- package/lib/components/Transfer.js +2 -3
- package/lib/components/Transfer.js.map +2 -2
- package/lib/components/TransferDropDown.d.ts +85 -84
- package/lib/components/TransferDropDown.js +9 -10
- package/lib/components/TransferDropDown.js.map +2 -2
- package/lib/components/TransferPicker.d.ts +1 -0
- package/lib/components/TransferPicker.js +19 -4
- package/lib/components/TransferPicker.js.map +2 -2
- package/lib/components/TreeSelection.d.ts +85 -85
- package/lib/components/TreeSelection.js +7 -1
- package/lib/components/TreeSelection.js.map +2 -2
- package/lib/components/calendar/Calendar.d.ts +19 -0
- package/lib/components/calendar/Calendar.js +71 -1
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.d.ts +21 -0
- package/lib/components/calendar/DaysView.js +76 -17
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/calendar/MonthsView.d.ts +34 -0
- package/lib/components/calendar/MonthsView.js +68 -3
- package/lib/components/calendar/MonthsView.js.map +2 -2
- package/lib/components/calendar/QuartersView.d.ts +1 -0
- package/lib/components/calendar/QuartersView.js +2 -2
- package/lib/components/calendar/QuartersView.js.map +2 -2
- package/lib/components/calendar/TimeView.d.ts +30 -18
- package/lib/components/calendar/TimeView.js +47 -8
- package/lib/components/calendar/TimeView.js.map +2 -2
- package/lib/components/calendar/YearsView.d.ts +6 -0
- package/lib/components/calendar/YearsView.js +21 -10
- package/lib/components/calendar/YearsView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +1 -4
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Func.js +1 -1
- package/lib/components/condition-builder/Func.js.map +2 -2
- package/lib/components/formula/Editor.d.ts +3 -0
- package/lib/components/formula/Editor.js +3 -2
- package/lib/components/formula/Editor.js.map +2 -2
- package/lib/components/formula/FuncList.js +2 -1
- package/lib/components/formula/FuncList.js.map +2 -2
- package/lib/components/formula/Picker.js +1 -1
- package/lib/components/formula/Picker.js.map +2 -2
- package/lib/components/icons.js +4 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/components/virtual-list/SizeAndPositionManager.js.map +2 -2
- package/lib/components/virtual-list/index.js +1 -2
- package/lib/components/virtual-list/index.js.map +2 -2
- package/lib/factory.js +5 -0
- package/lib/factory.js.map +2 -2
- package/lib/icons/star.js +12 -0
- package/lib/icons/tree-down.js +7 -0
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/de-DE.js +17 -2
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +17 -2
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +16 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Avatar.d.ts +35 -26
- package/lib/renderers/Avatar.js +14 -19
- package/lib/renderers/Avatar.js.map +2 -2
- package/lib/renderers/CRUD.js +1 -2
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.js +6 -5
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Custom.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +11 -2
- package/lib/renderers/DropDownButton.js +30 -12
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Each.js +5 -2
- package/lib/renderers/Each.js.map +2 -2
- package/lib/renderers/Flex.js +1 -5
- package/lib/renderers/Flex.js.map +2 -2
- package/lib/renderers/Form/ChartRadios.js.map +2 -2
- package/lib/renderers/Form/Checkboxes.js.map +2 -2
- package/lib/renderers/Form/CityDB.js +526 -2
- package/lib/renderers/Form/CityDB.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.js +2 -1
- package/lib/renderers/Form/DiffEditor.js.map +2 -2
- package/lib/renderers/Form/InputCity.d.ts +85 -84
- package/lib/renderers/Form/InputCity.js +4 -2
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.d.ts +84 -84
- package/lib/renderers/Form/InputColor.js +6 -2
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +10 -5
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +6 -2
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputFormula.d.ts +4 -1
- package/lib/renderers/Form/InputFormula.js +2 -2
- package/lib/renderers/Form/InputFormula.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +1 -0
- package/lib/renderers/Form/InputImage.js +8 -4
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputMonthRange.js +1 -1
- package/lib/renderers/Form/InputMonthRange.js.map +2 -2
- package/lib/renderers/Form/InputQuarterRange.js +1 -1
- package/lib/renderers/Form/InputQuarterRange.js.map +2 -2
- package/lib/renderers/Form/InputRating.d.ts +37 -0
- package/lib/renderers/Form/InputRating.js +6 -2
- package/lib/renderers/Form/InputRating.js.map +2 -2
- package/lib/renderers/Form/InputYearRange.js +1 -1
- package/lib/renderers/Form/InputYearRange.js.map +2 -2
- package/lib/renderers/Form/Item.d.ts +10 -14
- package/lib/renderers/Form/Item.js +18 -9
- package/lib/renderers/Form/Item.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +1 -0
- package/lib/renderers/Form/NestedSelect.js +8 -4
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Select.d.ts +2 -0
- package/lib/renderers/Form/Select.js +7 -4
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/TabsTransfer.d.ts +5 -32
- package/lib/renderers/Form/TabsTransfer.js +20 -1
- package/lib/renderers/Form/TabsTransfer.js.map +2 -2
- package/lib/renderers/Form/TabsTransferPicker.d.ts +5 -35
- package/lib/renderers/Form/TabsTransferPicker.js +21 -2
- package/lib/renderers/Form/TabsTransferPicker.js.map +2 -2
- package/lib/renderers/Form/Transfer.d.ts +15 -4
- package/lib/renderers/Form/Transfer.js +55 -18
- package/lib/renderers/Form/Transfer.js.map +2 -2
- package/lib/renderers/Form/TransferPicker.d.ts +3 -32
- package/lib/renderers/Form/TransferPicker.js +1 -1
- package/lib/renderers/Form/TransferPicker.js.map +2 -2
- package/lib/renderers/Form/TreeSelect.js +4 -4
- package/lib/renderers/Form/TreeSelect.js.map +2 -2
- package/lib/renderers/Form/index.js +2 -1
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/IFrame.js +0 -2
- package/lib/renderers/IFrame.js.map +2 -2
- package/lib/renderers/Json.js +7 -0
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/Nav.js +4 -1
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Remark.d.ts +4 -0
- package/lib/renderers/Remark.js +39 -7
- package/lib/renderers/Remark.js.map +2 -2
- package/lib/renderers/Steps.js +5 -5
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/TableRow.js +4 -1
- package/lib/renderers/Table/TableRow.js.map +2 -2
- package/lib/renderers/Table/index.js +4 -1
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/renderers/Tabs.js +1 -1
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/Timeline.d.ts +65 -0
- package/lib/renderers/Timeline.js +54 -0
- package/lib/renderers/Timeline.js.map +13 -0
- package/lib/renderers/Video.js.map +2 -2
- package/lib/schemaExtend.js +23 -9
- package/lib/schemaExtend.js.map +2 -2
- package/lib/store/combo.js.map +2 -2
- package/lib/store/formItem.js +6 -6
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +1018 -67
- package/lib/themes/ang.css +1018 -67
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +1053 -67
- package/lib/themes/antd.css +1053 -67
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1058 -78
- package/lib/themes/cxd.css +1058 -78
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +1019 -67
- package/lib/themes/dark.css +1019 -67
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +1058 -78
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/RootClose.js +3 -1
- package/lib/utils/RootClose.js.map +2 -2
- package/lib/utils/helper.d.ts +1 -6
- package/lib/utils/helper.js +6 -17
- package/lib/utils/helper.js.map +2 -2
- package/package.json +12 -6
- package/schema.json +3696 -971
- package/scss/_properties.scss +21 -7
- package/scss/components/_avatar.scss +27 -9
- package/scss/components/_calendar.scss +287 -0
- package/scss/components/_card.scss +1 -1
- package/scss/components/_cascader.scss +102 -0
- package/scss/components/_city-area.scss +27 -0
- package/scss/components/_collapse-group.scss +1 -3
- package/scss/components/_dropdown.scss +39 -9
- package/scss/components/_formula.scss +30 -6
- package/scss/components/_modal.scss +18 -0
- package/scss/components/_panel.scss +45 -0
- package/scss/components/_picker-columns.scss +15 -5
- package/scss/components/_popup.scss +42 -15
- package/scss/components/_result-box.scss +31 -0
- package/scss/components/_timeline.scss +198 -0
- package/scss/components/form/_checks.scss +2 -0
- package/scss/components/form/_color.scss +2 -2
- package/scss/components/form/_date-range.scss +1 -1
- package/scss/components/form/_date.scss +46 -1
- package/scss/components/form/_form.scss +168 -0
- package/scss/components/form/_nested-select.scss +3 -0
- package/scss/components/form/_rating.scss +60 -21
- package/scss/components/form/_result-list.scss +2 -0
- package/scss/components/form/_select.scss +32 -3
- package/scss/components/form/_selection.scss +5 -4
- package/scss/components/form/_transfer.scss +3 -0
- package/scss/components/form/_tree-select.scss +1 -1
- package/scss/themes/_antd-variables.scss +42 -0
- package/scss/themes/_common.scss +3 -0
- package/scss/themes/_cxd-variables.scss +51 -2
- package/scss/themes/_dark-variables.scss +1 -0
- package/scss/themes/cxd.scss +0 -12
- package/sdk/ang-ie11.css +1278 -141
- package/sdk/ang.css +1296 -153
- package/sdk/antd-ie11.css +1278 -141
- package/sdk/antd.css +1331 -153
- 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 +1258 -132
- package/sdk/cxd.css +1338 -168
- package/sdk/dark-ie11.css +1278 -141
- package/sdk/dark.css +1297 -153
- package/sdk/exceljs.js +1 -1
- package/sdk/locale/de-DE.js +17 -2
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +18 -18
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1258 -132
- package/sdk/sdk.css +1338 -168
- package/sdk/sdk.js +1242 -1218
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +3 -0
- package/src/components/AssociatedSelection.tsx +5 -1
- package/src/components/Avatar.tsx +253 -0
- package/src/components/BaiduMapPicker.tsx +19 -14
- package/src/components/CalendarMobile.tsx +563 -0
- package/src/components/Card.tsx +2 -2
- package/src/components/Cascader.tsx +564 -0
- package/src/components/ChainedSelection.tsx +16 -3
- package/src/components/CityArea.tsx +315 -0
- package/src/components/Collapse.tsx +1 -1
- package/src/components/ColorPicker.tsx +41 -40
- package/src/components/DatePicker.tsx +54 -38
- package/src/components/DateRangePicker.tsx +83 -29
- package/src/components/GroupedSelection.tsx +14 -2
- package/src/components/MonthRangePicker.tsx +76 -30
- package/src/components/Overlay.tsx +1 -1
- package/src/components/Picker.tsx +55 -35
- package/src/components/PickerColumn.tsx +43 -36
- package/src/components/PickerContainer.tsx +13 -1
- package/src/components/PopOverContainer.tsx +31 -17
- package/src/components/PopUp.tsx +84 -57
- package/src/components/Rating.tsx +235 -47
- package/src/components/ResultBox.tsx +14 -2
- package/src/components/ResultList.tsx +36 -6
- package/src/components/Select.tsx +20 -23
- package/src/components/Selection.tsx +21 -3
- package/src/components/Steps.tsx +23 -10
- package/src/components/TableSelection.tsx +1 -44
- package/src/components/Tabs.tsx +65 -54
- package/src/components/TabsTransfer.tsx +78 -9
- package/src/components/TabsTransferPicker.tsx +25 -13
- package/src/components/Timeline.tsx +31 -0
- package/src/components/TimelineItem.tsx +107 -0
- package/src/components/Transfer.tsx +11 -8
- package/src/components/TransferDropDown.tsx +20 -12
- package/src/components/TransferPicker.tsx +25 -4
- package/src/components/TreeSelection.tsx +7 -1
- package/src/components/calendar/Calendar.tsx +101 -4
- package/src/components/calendar/DaysView.tsx +165 -33
- package/src/components/calendar/MonthsView.tsx +108 -1
- package/src/components/calendar/QuartersView.tsx +3 -2
- package/src/components/calendar/TimeView.tsx +104 -41
- package/src/components/calendar/YearsView.tsx +34 -17
- package/src/components/condition-builder/Field.tsx +1 -3
- package/src/components/condition-builder/Func.tsx +1 -1
- package/src/components/formula/Editor.tsx +16 -11
- package/src/components/formula/FuncList.tsx +3 -1
- package/src/components/formula/Picker.tsx +2 -1
- package/src/components/icons.tsx +4 -0
- package/src/components/index.tsx +2 -0
- package/src/components/virtual-list/SizeAndPositionManager.ts +6 -3
- package/src/components/virtual-list/index.tsx +4 -6
- package/src/factory.tsx +6 -0
- package/src/icons/star.svg +12 -0
- package/src/icons/tree-down.svg +5 -0
- package/src/index.tsx +1 -0
- package/src/locale/de-DE.ts +17 -2
- package/src/locale/en-US.ts +17 -2
- package/src/locale/zh-CN.ts +16 -1
- package/src/renderers/Avatar.tsx +83 -74
- package/src/renderers/CRUD.tsx +1 -3
- package/src/renderers/Card.tsx +10 -6
- package/src/renderers/Custom.tsx +6 -3
- package/src/renderers/DropDownButton.tsx +69 -35
- package/src/renderers/Each.tsx +4 -4
- package/src/renderers/Flex.tsx +3 -7
- package/src/renderers/Form/ChartRadios.tsx +2 -7
- package/src/renderers/Form/Checkboxes.tsx +1 -1
- package/src/renderers/Form/CityDB.ts +526 -2
- package/src/renderers/Form/DiffEditor.tsx +2 -3
- package/src/renderers/Form/InputCity.tsx +23 -3
- package/src/renderers/Form/InputColor.tsx +21 -2
- package/src/renderers/Form/InputDate.tsx +48 -20
- package/src/renderers/Form/InputDateRange.tsx +9 -2
- package/src/renderers/Form/InputFormula.tsx +9 -4
- package/src/renderers/Form/InputImage.tsx +9 -4
- package/src/renderers/Form/InputMonthRange.tsx +0 -1
- package/src/renderers/Form/InputQuarterRange.tsx +0 -1
- package/src/renderers/Form/InputRating.tsx +66 -3
- package/src/renderers/Form/InputYearRange.tsx +0 -1
- package/src/renderers/Form/Item.tsx +29 -8
- package/src/renderers/Form/NestedSelect.tsx +32 -4
- package/src/renderers/Form/Select.tsx +15 -3
- package/src/renderers/Form/TabsTransfer.tsx +28 -38
- package/src/renderers/Form/TabsTransferPicker.tsx +28 -46
- package/src/renderers/Form/Transfer.tsx +75 -24
- package/src/renderers/Form/TransferPicker.tsx +6 -38
- package/src/renderers/Form/TreeSelect.tsx +18 -16
- package/src/renderers/Form/index.tsx +2 -1
- package/src/renderers/IFrame.tsx +0 -2
- package/src/renderers/Json.tsx +5 -0
- package/src/renderers/Nav.tsx +4 -1
- package/src/renderers/Remark.tsx +68 -18
- package/src/renderers/Steps.tsx +11 -13
- package/src/renderers/Table/TableRow.tsx +3 -1
- package/src/renderers/Table/index.tsx +7 -1
- package/src/renderers/Tabs.tsx +6 -2
- package/src/renderers/Timeline.tsx +141 -0
- package/src/renderers/Video.tsx +4 -20
- package/src/schemaExtend.ts +22 -10
- package/src/store/combo.ts +1 -3
- package/src/store/formItem.ts +2 -2
- package/src/store/table.ts +2 -1
- package/src/utils/RootClose.ts +5 -1
- package/src/utils/helper.ts +6 -16
package/lib/themes/ang.css
CHANGED
@@ -138,6 +138,12 @@
|
|
138
138
|
--Audio-volumeControl-width: 6.875rem;
|
139
139
|
--Avatar-bg: #d1d5db;
|
140
140
|
--Avatar-width: 2.5rem;
|
141
|
+
--Avatar-size-large: 3rem;
|
142
|
+
--Avatar-size-default: var(--Avatar-width);
|
143
|
+
--Avatar-size-small: 2rem;
|
144
|
+
--Avatar-icon-size-large: 1.25rem;
|
145
|
+
--Avatar-icon-size-default: var(--fontSizeLg);
|
146
|
+
--Avatar-icon-size-small: 0.75rem;
|
141
147
|
--Badge-size: var(--gap-md);
|
142
148
|
--Badge-color: var(--white);
|
143
149
|
--Badge--success-bg: var(--success);
|
@@ -573,10 +579,11 @@
|
|
573
579
|
--DropDown-menu-paddingX: 0;
|
574
580
|
--DropDown-menu-paddingY: var(--gap-xs);
|
575
581
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
576
|
-
--DropDown-
|
582
|
+
--DropDown-group-color: #848b99;
|
583
|
+
--DropDown-menuItem-color: #151a26;
|
577
584
|
--DropDown-menuItem-onHover-color: var(--primary);
|
578
585
|
--DropDown-menuItem-onActive-color: var(--primary);
|
579
|
-
--DropDown-menuItem-onDisabled-color:
|
586
|
+
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
580
587
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
581
588
|
--DropDown-menuItem-paddingY: calc(
|
582
589
|
(var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) /
|
@@ -1000,11 +1007,12 @@
|
|
1000
1007
|
--PickerColumns-bg: white;
|
1001
1008
|
--PickerColumns-toolbar-height: 3.125rem;
|
1002
1009
|
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
1010
|
+
--PickerColumns-title-color: #222;
|
1003
1011
|
--PickerColumns-title-lineHeight: 1.5;
|
1004
|
-
--PickerColumns-action-padding: 0 var(--gap-
|
1005
|
-
--PickerColumns-action-fontSize: var(--
|
1006
|
-
--PickerColumns-confirmAction-color: #
|
1007
|
-
--PickerColumns-cancelAction-color: #
|
1012
|
+
--PickerColumns-action-padding: 0 var(--gap-md);
|
1013
|
+
--PickerColumns-action-fontSize: var(--fontSizeLg);
|
1014
|
+
--PickerColumns-confirmAction-color: #2468f2;
|
1015
|
+
--PickerColumns-cancelAction-color: #666;
|
1008
1016
|
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
1009
1017
|
--PickerColumns-optionText-color: var(--text-color);
|
1010
1018
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
@@ -1013,6 +1021,7 @@
|
|
1013
1021
|
--PopOver-bg: white;
|
1014
1022
|
--PopOverAble-iconColor: inherit;
|
1015
1023
|
--PopOverAble-onHover-iconColor: inherit;
|
1024
|
+
--PopUp-cancelAction-color: #666;
|
1016
1025
|
--Property-title-bg: #f2f2f2;
|
1017
1026
|
--Property-label-bg: #f7f7f7;
|
1018
1027
|
--Portlet-borderColor: var(--borderColor);
|
@@ -1048,7 +1057,9 @@
|
|
1048
1057
|
--ResultBox-value--onHover-bg: rgba(0, 145, 255, 0.1);
|
1049
1058
|
--ResultBox-value-bg: #f5f5f5;
|
1050
1059
|
--ResultBox-value-color: #000;
|
1051
|
-
--Rating-
|
1060
|
+
--Rating-inactive-color: #e6e6e8;
|
1061
|
+
--Rating-star-margin: 0.5rem;
|
1062
|
+
--Rating-star-size: 1.5rem;
|
1052
1063
|
--Satus-icon-width: var(--gap-lg);
|
1053
1064
|
--Satus-icon-height: var(--Satus-icon-width);
|
1054
1065
|
--Sparkline-line-color: var(--info);
|
@@ -3545,29 +3556,49 @@ input[type=button].a-Button--block {
|
|
3545
3556
|
|
3546
3557
|
.a-Avatar {
|
3547
3558
|
background: var(--Avatar-bg);
|
3548
|
-
width: var(--Avatar-
|
3549
|
-
height: var(--Avatar-
|
3550
|
-
line-height: var(--Avatar-
|
3559
|
+
width: var(--Avatar-size-default);
|
3560
|
+
height: var(--Avatar-size-default);
|
3561
|
+
line-height: var(--Avatar-size-default);
|
3562
|
+
position: relative;
|
3551
3563
|
display: inline-block;
|
3552
3564
|
overflow: hidden;
|
3553
3565
|
flex-shrink: 0;
|
3554
3566
|
border-radius: 50%;
|
3555
3567
|
text-align: center;
|
3556
3568
|
}
|
3569
|
+
.a-Avatar i {
|
3570
|
+
font-size: var(--Avatar-icon-size-default);
|
3571
|
+
}
|
3572
|
+
.a-Avatar--lg {
|
3573
|
+
width: var(--Avatar-size-large);
|
3574
|
+
height: var(--Avatar-size-large);
|
3575
|
+
line-height: var(--Avatar-size-large);
|
3576
|
+
}
|
3577
|
+
.a-Avatar--lg i {
|
3578
|
+
font-size: var(--Avatar-icon-size-large);
|
3579
|
+
}
|
3580
|
+
.a-Avatar--sm {
|
3581
|
+
width: var(--Avatar-size-small);
|
3582
|
+
height: var(--Avatar-size-small);
|
3583
|
+
line-height: var(--Avatar-size-small);
|
3584
|
+
}
|
3585
|
+
.a-Avatar--sm i {
|
3586
|
+
font-size: var(--Avatar-icon-size-small);
|
3587
|
+
}
|
3588
|
+
.a-Avatar--text {
|
3589
|
+
position: absolute;
|
3590
|
+
left: 50%;
|
3591
|
+
transform-origin: 0 center;
|
3592
|
+
}
|
3557
3593
|
.a-Avatar--square {
|
3558
3594
|
border-radius: 0%;
|
3559
3595
|
}
|
3560
3596
|
.a-Avatar--rounded {
|
3561
3597
|
border-radius: 10%;
|
3562
3598
|
}
|
3563
|
-
.a-Avatar i {
|
3564
|
-
font-size: var(--fontSizeLg);
|
3565
|
-
}
|
3566
3599
|
.a-Avatar img {
|
3567
|
-
color: transparent;
|
3568
3600
|
width: 100%;
|
3569
3601
|
height: 100%;
|
3570
|
-
object-fit: cover;
|
3571
3602
|
}
|
3572
3603
|
.a-Avatar:hover img,
|
3573
3604
|
.a-Avatar:hover i {
|
@@ -3929,6 +3960,19 @@ input[type=button].a-Button--block {
|
|
3929
3960
|
overflow: auto;
|
3930
3961
|
}
|
3931
3962
|
|
3963
|
+
/* 移动端样式调整 */
|
3964
|
+
@media (max-width: 767px) {
|
3965
|
+
.a-Modal .a-Modal-footer {
|
3966
|
+
display: flex;
|
3967
|
+
}
|
3968
|
+
.a-Modal .a-Modal-footer > .a-Button {
|
3969
|
+
flex: 1;
|
3970
|
+
height: 2.75rem;
|
3971
|
+
}
|
3972
|
+
.a-Modal .a-Modal-footer > .a-Button:first-child {
|
3973
|
+
margin-left: 0;
|
3974
|
+
}
|
3975
|
+
}
|
3932
3976
|
.a-Drawer {
|
3933
3977
|
position: fixed;
|
3934
3978
|
top: 0;
|
@@ -4521,6 +4565,7 @@ input[type=button].a-Button--block {
|
|
4521
4565
|
}
|
4522
4566
|
.a-PopUp {
|
4523
4567
|
width: 100%;
|
4568
|
+
height: 25rem;
|
4524
4569
|
position: fixed;
|
4525
4570
|
background: var(--PopOver-bg);
|
4526
4571
|
left: 0;
|
@@ -4568,24 +4613,44 @@ input[type=button].a-Button--block {
|
|
4568
4613
|
height: 100%;
|
4569
4614
|
box-sizing: border-box;
|
4570
4615
|
background: #fff;
|
4571
|
-
|
4616
|
+
display: flex;
|
4617
|
+
flex-direction: column;
|
4572
4618
|
}
|
4573
4619
|
.a-PopUp-closeWrap {
|
4574
|
-
|
4575
|
-
|
4576
|
-
|
4577
|
-
|
4620
|
+
position: relative;
|
4621
|
+
text-align: center;
|
4622
|
+
height: 3rem;
|
4623
|
+
line-height: 3rem;
|
4578
4624
|
}
|
4579
|
-
.a-PopUp-close {
|
4580
|
-
|
4581
|
-
|
4582
|
-
|
4625
|
+
.a-PopUp-closeWrap .a-PopUp-close {
|
4626
|
+
position: absolute;
|
4627
|
+
z-index: 1;
|
4628
|
+
color: var(--icon-color);
|
4583
4629
|
cursor: pointer;
|
4630
|
+
top: 0.9375rem;
|
4631
|
+
right: 0.9375rem;
|
4632
|
+
}
|
4633
|
+
.a-PopUp-toolbar {
|
4634
|
+
display: flex;
|
4635
|
+
align-items: center;
|
4636
|
+
justify-content: space-between;
|
4637
|
+
height: 3.75rem;
|
4638
|
+
}
|
4639
|
+
.a-PopUp-title {
|
4640
|
+
font-size: var(--fontSizeMd);
|
4641
|
+
}
|
4642
|
+
.a-PopUp-cancel {
|
4643
|
+
color: var(--PopUp-cancelAction-color);
|
4644
|
+
margin-left: var(--gap-sm);
|
4645
|
+
}
|
4646
|
+
.a-PopUp-confirm {
|
4647
|
+
margin-right: var(--gap-sm);
|
4584
4648
|
}
|
4585
4649
|
.a-PopUp-content {
|
4586
4650
|
overflow-y: auto;
|
4587
4651
|
height: 100%;
|
4588
4652
|
display: flex;
|
4653
|
+
flex: 1;
|
4589
4654
|
}
|
4590
4655
|
.a-PopUp > * {
|
4591
4656
|
position: relative;
|
@@ -4609,6 +4674,9 @@ input[type=button].a-Button--block {
|
|
4609
4674
|
.a-PopUp--leftTopLeftBottom {
|
4610
4675
|
margin-top: -0.25rem;
|
4611
4676
|
}
|
4677
|
+
.a-PopUp-safearea {
|
4678
|
+
height: 1rem;
|
4679
|
+
}
|
4612
4680
|
|
4613
4681
|
.a-PickerColumns {
|
4614
4682
|
position: relative;
|
@@ -4618,7 +4686,10 @@ input[type=button].a-Button--block {
|
|
4618
4686
|
overflow: hidden;
|
4619
4687
|
font-size: var(--PickerColumns-option-fontSize);
|
4620
4688
|
}
|
4621
|
-
.a-PickerColumns
|
4689
|
+
.a-PickerColumns li:focus {
|
4690
|
+
outline: none;
|
4691
|
+
}
|
4692
|
+
.a-PickerColumns-header {
|
4622
4693
|
display: flex;
|
4623
4694
|
align-items: center;
|
4624
4695
|
justify-content: space-between;
|
@@ -4628,21 +4699,21 @@ input[type=button].a-Button--block {
|
|
4628
4699
|
height: 100%;
|
4629
4700
|
padding: var(--PickerColumns-action-padding);
|
4630
4701
|
font-size: var(--PickerColumns-action-fontSize);
|
4631
|
-
background-color: transparent;
|
4702
|
+
background-color: transparent !important;
|
4632
4703
|
border: none;
|
4633
4704
|
cursor: pointer;
|
4634
4705
|
}
|
4635
4706
|
.a-PickerColumns-cancel:active, .a-PickerColumns-confirm:active {
|
4636
|
-
|
4707
|
+
background-color: none !important;
|
4637
4708
|
}
|
4638
4709
|
.a-PickerColumns-cancel:hover, .a-PickerColumns-confirm:hover {
|
4639
4710
|
background-color: none !important;
|
4640
4711
|
}
|
4641
4712
|
.a-PickerColumns-confirm {
|
4642
|
-
color: var(--PickerColumns-confirmAction-color);
|
4713
|
+
color: var(--PickerColumns-confirmAction-color) !important;
|
4643
4714
|
}
|
4644
4715
|
.a-PickerColumns-cancel {
|
4645
|
-
color: var(--PickerColumns-cancelAction-color);
|
4716
|
+
color: var(--PickerColumns-cancelAction-color) !important;
|
4646
4717
|
}
|
4647
4718
|
.a-PickerColumns-title {
|
4648
4719
|
max-width: 50%;
|
@@ -4650,6 +4721,7 @@ input[type=button].a-Button--block {
|
|
4650
4721
|
font-size: var(--PickerColumns-title-fontSize);
|
4651
4722
|
line-height: var(--PickerColumns-title-lineHeight);
|
4652
4723
|
text-align: center;
|
4724
|
+
color: var(--PickerColumns-title-color);
|
4653
4725
|
}
|
4654
4726
|
.a-PickerColumns-columns {
|
4655
4727
|
touch-action: none;
|
@@ -4719,6 +4791,10 @@ input[type=button].a-Button--block {
|
|
4719
4791
|
cursor: not-allowed;
|
4720
4792
|
opacity: var(--PickerColumns-optionDisabled-opacity);
|
4721
4793
|
}
|
4794
|
+
.a-PickerColumns-columnItemis-selected {
|
4795
|
+
font-size: 18px;
|
4796
|
+
color: --PickerColumns-title-color;
|
4797
|
+
}
|
4722
4798
|
|
4723
4799
|
@keyframes bounceIn {
|
4724
4800
|
from, 20%, 40%, 60%, 80%, to {
|
@@ -6234,6 +6310,41 @@ input[type=button].a-Button--block {
|
|
6234
6310
|
display: none;
|
6235
6311
|
}
|
6236
6312
|
|
6313
|
+
/* 移动端样式调整 */
|
6314
|
+
@media (max-width: 767px) {
|
6315
|
+
.a-Panel--form {
|
6316
|
+
border: none;
|
6317
|
+
box-shadow: none;
|
6318
|
+
margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
|
6319
|
+
}
|
6320
|
+
.a-Panel--form .a-Panel-body {
|
6321
|
+
padding: 0 var(--gap-md) var(--gap-md);
|
6322
|
+
}
|
6323
|
+
.a-Panel--form > .a-Panel-heading {
|
6324
|
+
background: none;
|
6325
|
+
border: none;
|
6326
|
+
border-radius: 0;
|
6327
|
+
}
|
6328
|
+
.a-Panel--form > .a-Panel-heading .a-Panel-title {
|
6329
|
+
padding-left: var(--Panel-bodyPadding);
|
6330
|
+
border-left: 0.1875rem solid var(--primary);
|
6331
|
+
font-size: var(--fontSizeLg);
|
6332
|
+
}
|
6333
|
+
.a-Panel--form .a-Panel-footerWrap {
|
6334
|
+
padding-bottom: var(--Panel-bodyPadding);
|
6335
|
+
}
|
6336
|
+
.a-Panel--form .a-Panel-footer {
|
6337
|
+
border-top: none;
|
6338
|
+
display: flex;
|
6339
|
+
padding: 0 var(--Panel-bodyPadding);
|
6340
|
+
}
|
6341
|
+
.a-Panel--form .a-Panel-footer > .a-Button {
|
6342
|
+
flex: 1;
|
6343
|
+
}
|
6344
|
+
.a-Panel--form .a-Panel-footer > .a-Button:first-child {
|
6345
|
+
margin-left: 0;
|
6346
|
+
}
|
6347
|
+
}
|
6237
6348
|
.a-Service {
|
6238
6349
|
position: relative;
|
6239
6350
|
}
|
@@ -6460,19 +6571,27 @@ input[type=button].a-Button--block {
|
|
6460
6571
|
display: block;
|
6461
6572
|
}
|
6462
6573
|
.a-DropDown-menu {
|
6574
|
+
background: var(--DropDown-menu-bg);
|
6575
|
+
list-style: none;
|
6576
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
6577
|
+
min-width: var(--DropDown-menu-minWidth);
|
6578
|
+
text-align: left;
|
6579
|
+
border: none;
|
6580
|
+
user-select: none;
|
6581
|
+
}
|
6582
|
+
.a-DropDown-menu-root {
|
6463
6583
|
position: absolute;
|
6464
6584
|
z-index: 1000;
|
6465
6585
|
top: 100%;
|
6466
6586
|
left: 0;
|
6467
6587
|
margin: 0.0625rem 0 0;
|
6468
|
-
|
6469
|
-
list-style: none;
|
6470
|
-
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
6471
|
-
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
6588
|
+
border: none;
|
6472
6589
|
border-radius: var(--DropDown-menu-borderRadius);
|
6473
6590
|
box-shadow: var(--DropDown-menu-boxShadow);
|
6474
6591
|
min-width: var(--DropDown-menu-minWidth);
|
6475
|
-
|
6592
|
+
overflow-y: auto;
|
6593
|
+
overflow-x: hidden;
|
6594
|
+
max-height: 18.75rem;
|
6476
6595
|
}
|
6477
6596
|
.a-DropDown--alignRight .a-DropDown-menu {
|
6478
6597
|
left: auto;
|
@@ -6511,6 +6630,24 @@ input[type=button].a-Button--block {
|
|
6511
6630
|
background: var(--DropDown-menu-borderColor);
|
6512
6631
|
padding: 0;
|
6513
6632
|
}
|
6633
|
+
.a-DropDown-menuItem.a-DropDown-groupTitle, .a-DropDown-menu > li.a-DropDown-groupTitle {
|
6634
|
+
height: inherit;
|
6635
|
+
font-size: var(--fontSizeSm);
|
6636
|
+
padding: var(--gap-xs) var(--gap-xs);
|
6637
|
+
padding-left: var(--gap-sm);
|
6638
|
+
color: var(--DropDown-group-color);
|
6639
|
+
flex-grow: 1;
|
6640
|
+
cursor: default;
|
6641
|
+
}
|
6642
|
+
.a-DropDown-menuItem.a-DropDown-groupTitle:hover, .a-DropDown-menu > li.a-DropDown-groupTitle:hover {
|
6643
|
+
background: none;
|
6644
|
+
}
|
6645
|
+
.a-DropDown-menuItem.a-DropDown-groupTitle span, .a-DropDown-menu > li.a-DropDown-groupTitle span {
|
6646
|
+
white-space: nowrap;
|
6647
|
+
}
|
6648
|
+
.a-DropDown-menuItem.a-DropDown-groupTitle ~ .a-DropDown-button, .a-DropDown-menu > li.a-DropDown-groupTitle ~ .a-DropDown-button {
|
6649
|
+
padding-left: var(--gap-lg);
|
6650
|
+
}
|
6514
6651
|
.a-DropDown-menu > li a {
|
6515
6652
|
color: inherit;
|
6516
6653
|
display: block;
|
@@ -6604,6 +6741,254 @@ input[type=button].a-Button--block {
|
|
6604
6741
|
position: relative;
|
6605
6742
|
}
|
6606
6743
|
|
6744
|
+
.a-CalendarMobile {
|
6745
|
+
height: 100%;
|
6746
|
+
overflow: scroll;
|
6747
|
+
}
|
6748
|
+
.a-CalendarMobile-pop {
|
6749
|
+
position: fixed;
|
6750
|
+
bottom: 0;
|
6751
|
+
left: 0;
|
6752
|
+
width: 100vw;
|
6753
|
+
height: 90vh;
|
6754
|
+
background: #fff;
|
6755
|
+
border-radius: 1rem 1rem 0 0;
|
6756
|
+
overflow: hidden;
|
6757
|
+
border-width: 0;
|
6758
|
+
}
|
6759
|
+
.a-CalendarMobile-wrap {
|
6760
|
+
display: flex;
|
6761
|
+
flex-direction: column;
|
6762
|
+
height: 100%;
|
6763
|
+
}
|
6764
|
+
.a-CalendarMobile-header {
|
6765
|
+
flex-shrink: 0;
|
6766
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
6767
|
+
position: relative;
|
6768
|
+
}
|
6769
|
+
.a-CalendarMobile-header .subtitle-text {
|
6770
|
+
display: inline-block;
|
6771
|
+
width: 6.875rem;
|
6772
|
+
position: relative;
|
6773
|
+
}
|
6774
|
+
.a-CalendarMobile-header .rdtPrev {
|
6775
|
+
width: 1.25rem;
|
6776
|
+
height: 2.75rem;
|
6777
|
+
display: block;
|
6778
|
+
position: absolute;
|
6779
|
+
top: 0;
|
6780
|
+
left: -1.25rem;
|
6781
|
+
}
|
6782
|
+
.a-CalendarMobile-header .rdtNext {
|
6783
|
+
width: 1.25rem;
|
6784
|
+
height: 2.75rem;
|
6785
|
+
display: block;
|
6786
|
+
position: absolute;
|
6787
|
+
top: 0;
|
6788
|
+
right: -1.25rem;
|
6789
|
+
}
|
6790
|
+
.a-CalendarMobile-title, .a-CalendarMobile-subtitle {
|
6791
|
+
height: 2.75rem;
|
6792
|
+
font-weight: 500;
|
6793
|
+
line-height: 2.75rem;
|
6794
|
+
text-align: center;
|
6795
|
+
}
|
6796
|
+
.a-CalendarMobile-title {
|
6797
|
+
font-size: var(--fontSizeLg);
|
6798
|
+
}
|
6799
|
+
.a-CalendarMobile-weekdays {
|
6800
|
+
display: flex;
|
6801
|
+
}
|
6802
|
+
.a-CalendarMobile-weekdays .weekday {
|
6803
|
+
flex: 1;
|
6804
|
+
line-height: 1.875rem;
|
6805
|
+
text-align: center;
|
6806
|
+
}
|
6807
|
+
.a-CalendarMobile-close {
|
6808
|
+
position: absolute;
|
6809
|
+
z-index: 1;
|
6810
|
+
color: #c8c9cc;
|
6811
|
+
font-size: 1rem;
|
6812
|
+
cursor: pointer;
|
6813
|
+
top: 0.6875rem;
|
6814
|
+
right: 1rem;
|
6815
|
+
}
|
6816
|
+
.a-CalendarMobile-body::-webkit-scrollbar {
|
6817
|
+
width: 0;
|
6818
|
+
}
|
6819
|
+
.a-CalendarMobile-body {
|
6820
|
+
flex: 1;
|
6821
|
+
overflow-y: scroll;
|
6822
|
+
}
|
6823
|
+
.a-CalendarMobile-body table {
|
6824
|
+
border-spacing: 0 0.25rem;
|
6825
|
+
}
|
6826
|
+
.a-CalendarMobile-body .rdt .rdtPicker td.rdtActive, .a-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
6827
|
+
background: transparent;
|
6828
|
+
color: var(--Calendar-color);
|
6829
|
+
text-shadow: none;
|
6830
|
+
}
|
6831
|
+
.a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled, .a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
6832
|
+
color: #999;
|
6833
|
+
}
|
6834
|
+
.a-CalendarMobile-body .rdtOldNone td.rdtOld {
|
6835
|
+
display: none;
|
6836
|
+
}
|
6837
|
+
.a-CalendarMobile-body .rdtPicker td {
|
6838
|
+
height: 3.5rem;
|
6839
|
+
position: relative;
|
6840
|
+
}
|
6841
|
+
.a-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
6842
|
+
.a-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
6843
|
+
.a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
6844
|
+
.a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
6845
|
+
background: transparent;
|
6846
|
+
}
|
6847
|
+
.a-CalendarMobile-body .calendar-wrap {
|
6848
|
+
position: relative;
|
6849
|
+
width: 3.125rem;
|
6850
|
+
height: 100%;
|
6851
|
+
text-align: center;
|
6852
|
+
display: inline-flex;
|
6853
|
+
align-items: center;
|
6854
|
+
justify-content: center;
|
6855
|
+
border-radius: 0.25rem;
|
6856
|
+
}
|
6857
|
+
.a-CalendarMobile-embed .a-CalendarMobile-body .calendar-wrap {
|
6858
|
+
width: auto;
|
6859
|
+
max-width: 3.125rem;
|
6860
|
+
}
|
6861
|
+
.a-CalendarMobile-footer {
|
6862
|
+
flex-shrink: 0;
|
6863
|
+
}
|
6864
|
+
.a-CalendarMobile-footer .date-range-confirm {
|
6865
|
+
height: 2.25rem;
|
6866
|
+
margin: 0.4375rem 0;
|
6867
|
+
border-radius: var(--borderRadiusMd);
|
6868
|
+
display: block;
|
6869
|
+
}
|
6870
|
+
.a-CalendarMobile-footer .is-disabled {
|
6871
|
+
opacity: 0.5;
|
6872
|
+
color: var(--Button--primary-color);
|
6873
|
+
background: var(--Button--primary-bg);
|
6874
|
+
border-color: var(--Button--primary-bg);
|
6875
|
+
filter: none;
|
6876
|
+
}
|
6877
|
+
.a-CalendarMobile-footer-toolbar {
|
6878
|
+
padding: 0 1rem;
|
6879
|
+
}
|
6880
|
+
.a-CalendarMobile-footer-ranges {
|
6881
|
+
background: #fff;
|
6882
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
6883
|
+
border-radius: 24px;
|
6884
|
+
overflow-x: auto;
|
6885
|
+
position: relative;
|
6886
|
+
height: 3rem;
|
6887
|
+
line-height: 3rem;
|
6888
|
+
}
|
6889
|
+
.a-CalendarMobile-footer .a-DateRangePicker-rangers {
|
6890
|
+
position: absolute;
|
6891
|
+
white-space: nowrap;
|
6892
|
+
}
|
6893
|
+
.a-CalendarMobile-footer .a-DateRangePicker-rangers .a-DateRangePicker-ranger {
|
6894
|
+
margin: 0 1.5625rem;
|
6895
|
+
}
|
6896
|
+
.a-CalendarMobile-calendar-wrap {
|
6897
|
+
padding: var(--gap-sm) 0;
|
6898
|
+
}
|
6899
|
+
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker {
|
6900
|
+
width: 100%;
|
6901
|
+
padding: 0;
|
6902
|
+
}
|
6903
|
+
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtOld {
|
6904
|
+
visibility: hidden;
|
6905
|
+
}
|
6906
|
+
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtNew {
|
6907
|
+
display: none;
|
6908
|
+
}
|
6909
|
+
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
6910
|
+
background: var(--Calendar-cell-onBetween-bg) !important;
|
6911
|
+
color: var(--Button--primary-bg);
|
6912
|
+
}
|
6913
|
+
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
6914
|
+
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
6915
|
+
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
6916
|
+
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
6917
|
+
background: var(--Calendar-cell-onActive-bg) !important;
|
6918
|
+
color: #fff;
|
6919
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
6920
|
+
}
|
6921
|
+
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
6922
|
+
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
6923
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
|
6924
|
+
}
|
6925
|
+
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
6926
|
+
.a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
6927
|
+
background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
|
6928
|
+
}
|
6929
|
+
.a-CalendarMobile-calendar-header {
|
6930
|
+
height: 1.875rem;
|
6931
|
+
line-height: 1.875rem;
|
6932
|
+
text-align: center;
|
6933
|
+
}
|
6934
|
+
.a-CalendarMobile-range-text {
|
6935
|
+
position: absolute;
|
6936
|
+
right: 0;
|
6937
|
+
left: 0;
|
6938
|
+
bottom: 0;
|
6939
|
+
color: #fff;
|
6940
|
+
font-size: var(--fontSizeSm);
|
6941
|
+
white-space: nowrap;
|
6942
|
+
}
|
6943
|
+
.a-CalendarMobile-calendar-wrap {
|
6944
|
+
position: relative;
|
6945
|
+
}
|
6946
|
+
.a-CalendarMobile-calendar-mark {
|
6947
|
+
position: absolute;
|
6948
|
+
top: 50%;
|
6949
|
+
left: 50%;
|
6950
|
+
z-index: 0;
|
6951
|
+
color: rgba(242, 243, 245, 0.8);
|
6952
|
+
font-size: 10rem;
|
6953
|
+
transform: translate(-50%, -50%);
|
6954
|
+
pointer-events: none;
|
6955
|
+
}
|
6956
|
+
.a-CalendarMobile-toast {
|
6957
|
+
position: fixed;
|
6958
|
+
top: 50%;
|
6959
|
+
left: 50%;
|
6960
|
+
transform: translate(-50%, -50%);
|
6961
|
+
width: 8.5rem;
|
6962
|
+
height: 2.25rem;
|
6963
|
+
background: rgba(0, 0, 0, 0.9);
|
6964
|
+
border-radius: 4px;
|
6965
|
+
color: #fff;
|
6966
|
+
display: flex;
|
6967
|
+
justify-content: center;
|
6968
|
+
align-items: center;
|
6969
|
+
}
|
6970
|
+
.a-CalendarMobile-time {
|
6971
|
+
height: 11.25rem;
|
6972
|
+
}
|
6973
|
+
.a-CalendarMobile-time-title {
|
6974
|
+
border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
|
6975
|
+
border-left: none;
|
6976
|
+
border-right: none;
|
6977
|
+
text-align: center;
|
6978
|
+
height: 1.875rem;
|
6979
|
+
line-height: 1.875rem;
|
6980
|
+
}
|
6981
|
+
.a-CalendarMobile-time .rdtPicker {
|
6982
|
+
margin: 0 auto;
|
6983
|
+
}
|
6984
|
+
.a-CalendarMobile .a-CalendarTime {
|
6985
|
+
height: 8.125rem;
|
6986
|
+
overflow: hidden;
|
6987
|
+
}
|
6988
|
+
.a-CalendarMobile .a-PickerColumns-header {
|
6989
|
+
display: none;
|
6990
|
+
}
|
6991
|
+
|
6607
6992
|
.a-Collapse {
|
6608
6993
|
border: var(--Collapse-border);
|
6609
6994
|
padding: 0;
|
@@ -9632,7 +10017,7 @@ input[type=button].a-Button--block {
|
|
9632
10017
|
}
|
9633
10018
|
.a-Card-multiMedia-img {
|
9634
10019
|
display: block;
|
9635
|
-
width:
|
10020
|
+
width: auto;
|
9636
10021
|
height: auto;
|
9637
10022
|
object-fit: cover;
|
9638
10023
|
border-radius: var(--Card-borderRadius);
|
@@ -10891,13 +11276,40 @@ input[type=button].a-Button--block {
|
|
10891
11276
|
padding-left: 8px;
|
10892
11277
|
min-height: 24px;
|
10893
11278
|
}
|
10894
|
-
|
10895
|
-
|
10896
|
-
|
10897
|
-
|
10898
|
-
|
10899
|
-
|
10900
|
-
|
11279
|
+
.a-ResultBox.is-mobile {
|
11280
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
11281
|
+
border: none;
|
11282
|
+
padding: 0;
|
11283
|
+
font-size: var(--fontSizeLg);
|
11284
|
+
border: none;
|
11285
|
+
justify-content: flex-end;
|
11286
|
+
}
|
11287
|
+
.a-ResultBox.is-mobile .a-ResultBox-arrow {
|
11288
|
+
margin-right: var(--gap-xs);
|
11289
|
+
width: var(--gap-md);
|
11290
|
+
text-align: center;
|
11291
|
+
display: flex;
|
11292
|
+
align-items: center;
|
11293
|
+
justify-content: center;
|
11294
|
+
line-height: 1;
|
11295
|
+
margin-left: 4px;
|
11296
|
+
}
|
11297
|
+
.a-ResultBox.is-mobile .a-ResultBox-arrow > svg {
|
11298
|
+
transition: transform var(--animation-duration);
|
11299
|
+
display: inline-block;
|
11300
|
+
color: var(--Form-select-caret-iconColor);
|
11301
|
+
width: 10px;
|
11302
|
+
height: 10px;
|
11303
|
+
top: 0;
|
11304
|
+
transform: rotate(-90deg);
|
11305
|
+
}
|
11306
|
+
|
11307
|
+
.a-SearchBox {
|
11308
|
+
display: inline-flex;
|
11309
|
+
flex-direction: row;
|
11310
|
+
line-height: var(--Form-input-lineHeight);
|
11311
|
+
font-size: var(--Form-input-fontSize);
|
11312
|
+
flex-wrap: nowrap;
|
10901
11313
|
align-items: center;
|
10902
11314
|
justify-content: flex-end;
|
10903
11315
|
height: 30px;
|
@@ -12133,6 +12545,8 @@ fieldset.a-Collapse--lg:after {
|
|
12133
12545
|
pointer-events: all;
|
12134
12546
|
margin-left: var(--Checkbox-gap);
|
12135
12547
|
cursor: pointer;
|
12548
|
+
display: inline-block;
|
12549
|
+
vertical-align: middle;
|
12136
12550
|
}
|
12137
12551
|
.a-Checkbox > i + span > a {
|
12138
12552
|
margin-left: var(--gap-xs);
|
@@ -12331,7 +12745,6 @@ fieldset.a-Collapse--lg:after {
|
|
12331
12745
|
|
12332
12746
|
.a-Selection > .a-Checkbox {
|
12333
12747
|
display: block;
|
12334
|
-
height: var(--Form-input-height);
|
12335
12748
|
line-height: var(--Form-input-lineHeight);
|
12336
12749
|
font-size: var(--Form-input-fontSize);
|
12337
12750
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm) calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) calc(var(--gap-sm) + var(--Checkbox-size));
|
@@ -12367,7 +12780,6 @@ fieldset.a-Collapse--lg:after {
|
|
12367
12780
|
}
|
12368
12781
|
.a-GroupedSelection-item {
|
12369
12782
|
display: flex;
|
12370
|
-
height: var(--Form-input-height);
|
12371
12783
|
line-height: var(--Form-input-lineHeight);
|
12372
12784
|
font-size: var(--Form-input-fontSize);
|
12373
12785
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -12477,7 +12889,6 @@ fieldset.a-Collapse--lg:after {
|
|
12477
12889
|
.a-TreeSelection-itemInner {
|
12478
12890
|
display: flex;
|
12479
12891
|
align-items: center;
|
12480
|
-
height: var(--Form-input-height);
|
12481
12892
|
line-height: var(--Form-input-lineHeight);
|
12482
12893
|
font-size: var(--Form-input-fontSize);
|
12483
12894
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -12525,6 +12936,7 @@ fieldset.a-Collapse--lg:after {
|
|
12525
12936
|
.a-ChainedSelection {
|
12526
12937
|
display: flex;
|
12527
12938
|
flex-direction: row;
|
12939
|
+
min-height: 100%;
|
12528
12940
|
}
|
12529
12941
|
.a-ChainedSelection-col {
|
12530
12942
|
flex-grow: 1;
|
@@ -12540,7 +12952,6 @@ fieldset.a-Collapse--lg:after {
|
|
12540
12952
|
}
|
12541
12953
|
.a-ChainedSelection-item {
|
12542
12954
|
display: flex;
|
12543
|
-
height: var(--Form-input-height);
|
12544
12955
|
line-height: var(--Form-input-lineHeight);
|
12545
12956
|
font-size: var(--Form-input-fontSize);
|
12546
12957
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -12639,6 +13050,30 @@ fieldset.a-Collapse--lg:after {
|
|
12639
13050
|
display: inline-block;
|
12640
13051
|
}
|
12641
13052
|
|
13053
|
+
.a-CityArea-popup {
|
13054
|
+
height: 17.5rem;
|
13055
|
+
}
|
13056
|
+
.a-CityArea-Input {
|
13057
|
+
margin-top: var(--gap-xs);
|
13058
|
+
outline: none;
|
13059
|
+
vertical-align: top;
|
13060
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
13061
|
+
border-radius: var(--Form-input-borderRadius);
|
13062
|
+
line-height: var(--Form-input-lineHeight);
|
13063
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
13064
|
+
font-size: var(--Form-input-fontSize);
|
13065
|
+
display: inline-flex !important;
|
13066
|
+
}
|
13067
|
+
.a-CityArea-Input::placeholder {
|
13068
|
+
color: var(--Form-input-placeholderColor);
|
13069
|
+
user-select: none;
|
13070
|
+
}
|
13071
|
+
.a-CityArea-Input:focus {
|
13072
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
13073
|
+
box-shadow: var(--Form-input-boxShadow);
|
13074
|
+
background: var(--Form-input-onFocused-bg);
|
13075
|
+
}
|
13076
|
+
|
12642
13077
|
.a-Switch {
|
12643
13078
|
cursor: pointer;
|
12644
13079
|
position: relative;
|
@@ -12876,6 +13311,7 @@ fieldset.a-Collapse--lg:after {
|
|
12876
13311
|
display: inline-flex;
|
12877
13312
|
vertical-align: middle;
|
12878
13313
|
text-align: left;
|
13314
|
+
align-items: center;
|
12879
13315
|
outline: none;
|
12880
13316
|
position: relative;
|
12881
13317
|
font-size: var(--Form-input-fontSize);
|
@@ -13000,9 +13436,22 @@ fieldset.a-Collapse--lg:after {
|
|
13000
13436
|
height: 10px;
|
13001
13437
|
top: 0;
|
13002
13438
|
}
|
13003
|
-
.a-Select.is-opened .a-Select-arrow > svg {
|
13439
|
+
.a-Select.is-opened:not(.is-mobile) .a-Select-arrow > svg {
|
13004
13440
|
transform: rotate(180deg);
|
13005
13441
|
}
|
13442
|
+
.a-Select.is-mobile {
|
13443
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
13444
|
+
border: none;
|
13445
|
+
padding: 0;
|
13446
|
+
font-size: var(--fontSizeLg);
|
13447
|
+
}
|
13448
|
+
.a-Select.is-mobile .a-Select-valueWrap {
|
13449
|
+
text-align: right;
|
13450
|
+
padding-right: 4px;
|
13451
|
+
}
|
13452
|
+
.a-Select.is-mobile .a-Select-arrow > svg {
|
13453
|
+
transform: rotate(-90deg);
|
13454
|
+
}
|
13006
13455
|
.a-Select-menu {
|
13007
13456
|
max-height: 18.75rem;
|
13008
13457
|
overflow: auto;
|
@@ -13011,6 +13460,13 @@ fieldset.a-Collapse--lg:after {
|
|
13011
13460
|
.a-Select-menu .a-Checkbox--sm > i {
|
13012
13461
|
margin-top: -0.1875rem;
|
13013
13462
|
}
|
13463
|
+
.a-Select-menu.is-mobile {
|
13464
|
+
width: 100%;
|
13465
|
+
text-align: center;
|
13466
|
+
}
|
13467
|
+
.a-Select-menu.is-mobile .a-Select-option {
|
13468
|
+
line-height: 2.25rem;
|
13469
|
+
}
|
13014
13470
|
.a-Select--longlist {
|
13015
13471
|
overflow: hidden;
|
13016
13472
|
max-height: max-content;
|
@@ -13095,7 +13551,7 @@ fieldset.a-Collapse--lg:after {
|
|
13095
13551
|
height: 0.875rem;
|
13096
13552
|
margin-right: var(--Checkbox-gap);
|
13097
13553
|
}
|
13098
|
-
.a-Select.is-focused, .a-Select.is-opened {
|
13554
|
+
.a-Select.is-focused:not(.is-mobile), .a-Select.is-opened:not(.is-mobile) {
|
13099
13555
|
border-color: var(--Form-input-onFocused-borderColor);
|
13100
13556
|
color: var(--Form-select-onFocused-color);
|
13101
13557
|
}
|
@@ -13120,6 +13576,9 @@ fieldset.a-Collapse--lg:after {
|
|
13120
13576
|
.a-Select-clear:hover svg {
|
13121
13577
|
fill: var(--Form-input-onHover-iconColor);
|
13122
13578
|
}
|
13579
|
+
.a-Select-popup {
|
13580
|
+
height: 20rem;
|
13581
|
+
}
|
13123
13582
|
|
13124
13583
|
.a-Select-popover {
|
13125
13584
|
margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
|
@@ -13192,6 +13651,7 @@ fieldset.a-Collapse--lg:after {
|
|
13192
13651
|
height: var(--Form-input-height);
|
13193
13652
|
line-height: var(--Form-input-lineHeight);
|
13194
13653
|
font-size: var(--Form-input-fontSize);
|
13654
|
+
align-items: center;
|
13195
13655
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
13196
13656
|
}
|
13197
13657
|
.a-Selections-item > label {
|
@@ -13199,6 +13659,7 @@ fieldset.a-Collapse--lg:after {
|
|
13199
13659
|
flex-grow: 1;
|
13200
13660
|
}
|
13201
13661
|
.a-Selections-item > .a-Selections-dragbar {
|
13662
|
+
top: 0;
|
13202
13663
|
width: var(--gap-lg);
|
13203
13664
|
position: relative;
|
13204
13665
|
left: calc(var(--gap-xs) * -1);
|
@@ -13464,7 +13925,7 @@ fieldset.a-Collapse--lg:after {
|
|
13464
13925
|
border-radius: var(--borderRadius);
|
13465
13926
|
}
|
13466
13927
|
.a-ColorPicker-popup {
|
13467
|
-
height:
|
13928
|
+
height: 25rem;
|
13468
13929
|
}
|
13469
13930
|
.a-ColorPicker:not(.is-disabled) {
|
13470
13931
|
cursor: pointer;
|
@@ -13692,7 +14153,43 @@ fieldset.a-Collapse--lg:after {
|
|
13692
14153
|
}
|
13693
14154
|
|
13694
14155
|
.a-DatePicker-popup {
|
13695
|
-
height:
|
14156
|
+
height: 18.75rem;
|
14157
|
+
}
|
14158
|
+
|
14159
|
+
.a-DatePicker.is-mobile {
|
14160
|
+
border: 0;
|
14161
|
+
justify-content: flex-end;
|
14162
|
+
}
|
14163
|
+
.a-DatePicker.is-mobile span:focus,
|
14164
|
+
.a-DatePicker.is-mobile a:focus {
|
14165
|
+
outline: unset;
|
14166
|
+
}
|
14167
|
+
.a-DatePicker.is-mobile .a-DatePicker-value,
|
14168
|
+
.a-DatePicker.is-mobile .a-DatePicker-clear {
|
14169
|
+
display: inline-flex;
|
14170
|
+
justify-content: flex-end;
|
14171
|
+
padding: 0 0;
|
14172
|
+
}
|
14173
|
+
.a-DatePicker.is-mobile .a-DatePicker-value {
|
14174
|
+
margin-right: var(--gap-xs);
|
14175
|
+
}
|
14176
|
+
.a-DatePicker.is-mobile .a-DatePicker-placeholder {
|
14177
|
+
flex-grow: unset;
|
14178
|
+
flex-basis: unset;
|
14179
|
+
}
|
14180
|
+
.a-DatePicker.is-mobile .a-DatePicker-toggler {
|
14181
|
+
margin-top: -3px;
|
14182
|
+
}
|
14183
|
+
|
14184
|
+
.a-DatePicker-popup.a-DatePicker-mobile {
|
14185
|
+
color: red;
|
14186
|
+
}
|
14187
|
+
.a-DatePicker-popup.a-DatePicker-mobile .rdt {
|
14188
|
+
width: 100%;
|
14189
|
+
}
|
14190
|
+
.a-DatePicker-popup.a-DatePicker-mobile .rdt .rdtPicker {
|
14191
|
+
width: 100%;
|
14192
|
+
padding: unset;
|
13696
14193
|
}
|
13697
14194
|
|
13698
14195
|
.rdt {
|
@@ -14159,7 +14656,7 @@ td.rdtQuarter.rdtDisabled > span {
|
|
14159
14656
|
}
|
14160
14657
|
|
14161
14658
|
.a-DateRangePicker-popup {
|
14162
|
-
height:
|
14659
|
+
height: 25rem;
|
14163
14660
|
}
|
14164
14661
|
|
14165
14662
|
@media (min-width: 576px) {
|
@@ -15278,7 +15775,7 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15278
15775
|
background: var(--Form-input-onFocused-bg);
|
15279
15776
|
}
|
15280
15777
|
.a-TreeSelect-popup {
|
15281
|
-
height:
|
15778
|
+
height: 25rem;
|
15282
15779
|
}
|
15283
15780
|
|
15284
15781
|
.a-TreeSelect-popover {
|
@@ -15957,22 +16454,45 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15957
16454
|
}
|
15958
16455
|
|
15959
16456
|
.a-Rating {
|
16457
|
+
display: flex;
|
16458
|
+
position: relative;
|
16459
|
+
align-items: center;
|
16460
|
+
justify-content: flex-start;
|
16461
|
+
flex-flow: row wrap;
|
16462
|
+
}
|
16463
|
+
.a-Rating > ul {
|
16464
|
+
display: flex;
|
16465
|
+
padding: unset;
|
16466
|
+
margin: unset;
|
16467
|
+
align-items: center;
|
16468
|
+
justify-content: flex-start;
|
16469
|
+
flex-flow: row wrap;
|
16470
|
+
}
|
16471
|
+
.a-Rating-star {
|
15960
16472
|
position: relative;
|
16473
|
+
margin-right: var(--Rating-star-margin);
|
15961
16474
|
overflow: hidden;
|
15962
16475
|
display: block;
|
15963
|
-
|
15964
|
-
|
15965
|
-
color: var(--dark);
|
16476
|
+
font-size: var(--Rating-star-size);
|
16477
|
+
line-height: 1;
|
15966
16478
|
cursor: pointer;
|
16479
|
+
user-select: none;
|
16480
|
+
color: var(--Rating-inactive-color);
|
15967
16481
|
}
|
15968
|
-
.a-Rating.
|
15969
|
-
|
16482
|
+
.a-Rating-star-half > svg.icon, .a-Rating-star > svg.icon {
|
16483
|
+
display: block;
|
16484
|
+
width: 1.5rem;
|
16485
|
+
height: 1.5rem;
|
16486
|
+
top: 0;
|
15970
16487
|
}
|
15971
|
-
.a-Rating
|
16488
|
+
.a-Rating-star:last-of-type {
|
16489
|
+
margin-right: 0;
|
16490
|
+
}
|
16491
|
+
.a-Rating-star.is-disabled {
|
15972
16492
|
cursor: not-allowed;
|
15973
16493
|
pointer-events: none;
|
15974
16494
|
}
|
15975
|
-
.a-Rating-half
|
16495
|
+
.a-Rating-star-half {
|
15976
16496
|
position: absolute;
|
15977
16497
|
overflow: hidden;
|
15978
16498
|
display: block;
|
@@ -15980,8 +16500,17 @@ td.rdtQuarter.rdtDisabled > span {
|
|
15980
16500
|
top: 0;
|
15981
16501
|
left: 0;
|
15982
16502
|
width: 50%;
|
15983
|
-
|
15984
|
-
|
16503
|
+
}
|
16504
|
+
.a-Rating-text {
|
16505
|
+
font-size: var(--fontSizeSm);
|
16506
|
+
color: var(--text-color);
|
16507
|
+
font-weight: var(--fontWeightNormal);
|
16508
|
+
}
|
16509
|
+
.a-Rating-text--left {
|
16510
|
+
margin-right: var(--Rating-star-margin);
|
16511
|
+
}
|
16512
|
+
.a-Rating-text--right {
|
16513
|
+
margin-left: var(--Rating-star-margin);
|
15985
16514
|
}
|
15986
16515
|
|
15987
16516
|
.a-RatingControl {
|
@@ -16183,6 +16712,9 @@ td.rdtQuarter.rdtDisabled > span {
|
|
16183
16712
|
display: flex;
|
16184
16713
|
flex-direction: column;
|
16185
16714
|
}
|
16715
|
+
.a-TransferDropDown-content.is-mobile {
|
16716
|
+
width: 100%;
|
16717
|
+
}
|
16186
16718
|
.a-TransferDropDown-content > .a-Transfer-selection {
|
16187
16719
|
flex-grow: 1;
|
16188
16720
|
max-height: 100%;
|
@@ -16268,6 +16800,109 @@ td.rdtQuarter.rdtDisabled > span {
|
|
16268
16800
|
.a-NestedSelect-menu .a-NestedSelect-option.checkall {
|
16269
16801
|
border-bottom: 0.0625rem solid #eceff8;
|
16270
16802
|
}
|
16803
|
+
.a-NestedSelect-popup {
|
16804
|
+
height: 28.75rem;
|
16805
|
+
}
|
16806
|
+
|
16807
|
+
.a-Cascader-tabs {
|
16808
|
+
display: flex;
|
16809
|
+
}
|
16810
|
+
.a-Cascader-tabs.scrollable {
|
16811
|
+
display: block;
|
16812
|
+
overflow-x: auto;
|
16813
|
+
white-space: nowrap;
|
16814
|
+
}
|
16815
|
+
.a-Cascader-tabs.scrollable::-webkit-scrollbar {
|
16816
|
+
display: none;
|
16817
|
+
}
|
16818
|
+
|
16819
|
+
.a-Cascader-tab {
|
16820
|
+
flex: 1;
|
16821
|
+
width: calc((100vw - 20px) / 3);
|
16822
|
+
height: 23.125rem;
|
16823
|
+
overflow-y: auto;
|
16824
|
+
display: inline-block;
|
16825
|
+
}
|
16826
|
+
.a-Cascader-tab::-webkit-scrollbar {
|
16827
|
+
display: none;
|
16828
|
+
}
|
16829
|
+
|
16830
|
+
.a-Cascader {
|
16831
|
+
width: 100%;
|
16832
|
+
padding: 0 10px;
|
16833
|
+
}
|
16834
|
+
.a-Cascader-Nav {
|
16835
|
+
overflow-x: auto;
|
16836
|
+
}
|
16837
|
+
.a-Cascader-NavItem {
|
16838
|
+
display: inline-block;
|
16839
|
+
margin-right: 0.625rem;
|
16840
|
+
list-style: none;
|
16841
|
+
cursor: pointer;
|
16842
|
+
user-select: none;
|
16843
|
+
padding: 0 0.375rem;
|
16844
|
+
}
|
16845
|
+
.a-Cascader-btnGroup {
|
16846
|
+
display: flex;
|
16847
|
+
justify-content: space-between;
|
16848
|
+
align-items: center;
|
16849
|
+
height: 3.75rem;
|
16850
|
+
}
|
16851
|
+
.a-Cascader-options {
|
16852
|
+
box-sizing: border-box;
|
16853
|
+
height: var(--Cascader-option-height);
|
16854
|
+
padding-top: 0.375rem;
|
16855
|
+
overflow-y: auto;
|
16856
|
+
-webkit-overflow-scrolling: touch;
|
16857
|
+
margin: 0;
|
16858
|
+
padding: 0;
|
16859
|
+
}
|
16860
|
+
.a-Cascader-option {
|
16861
|
+
display: flex;
|
16862
|
+
align-items: center;
|
16863
|
+
justify-content: space-between;
|
16864
|
+
padding: 0.375rem 0;
|
16865
|
+
font-size: var(--fontSizeMd);
|
16866
|
+
line-height: var(--Cascader-option-lineHeight);
|
16867
|
+
cursor: pointer;
|
16868
|
+
position: relative;
|
16869
|
+
}
|
16870
|
+
.a-Cascader-option.selected span {
|
16871
|
+
color: var(--primary);
|
16872
|
+
}
|
16873
|
+
.a-Cascader-option.disabled span {
|
16874
|
+
color: gray;
|
16875
|
+
}
|
16876
|
+
.a-Cascader-option--text {
|
16877
|
+
white-space: nowrap;
|
16878
|
+
overflow: hidden;
|
16879
|
+
text-overflow: ellipsis;
|
16880
|
+
user-select: none;
|
16881
|
+
}
|
16882
|
+
.a-Cascader-option-selectedNum {
|
16883
|
+
min-width: 1rem;
|
16884
|
+
height: 1rem;
|
16885
|
+
line-height: 1rem;
|
16886
|
+
border-radius: 100%;
|
16887
|
+
text-align: center;
|
16888
|
+
background: var(--Form-select-menu-onActive-color);
|
16889
|
+
color: var(--white) !important;
|
16890
|
+
font-size: var(--fontSizeSm);
|
16891
|
+
display: inline-block;
|
16892
|
+
position: absolute;
|
16893
|
+
right: 0;
|
16894
|
+
top: 50%;
|
16895
|
+
transform: translateY(-50%);
|
16896
|
+
}
|
16897
|
+
.a-Cascader-icon {
|
16898
|
+
color: var(--primary);
|
16899
|
+
}
|
16900
|
+
.a-Cascader-tab {
|
16901
|
+
padding: 0;
|
16902
|
+
}
|
16903
|
+
.a-Cascader-btnCancel {
|
16904
|
+
color: var(--PopUp-cancelAction-color);
|
16905
|
+
}
|
16271
16906
|
|
16272
16907
|
.a-IconPickerControl {
|
16273
16908
|
position: relative;
|
@@ -16838,6 +17473,144 @@ td.rdtQuarter.rdtDisabled > span {
|
|
16838
17473
|
width: 10%;
|
16839
17474
|
}
|
16840
17475
|
|
17476
|
+
/* 移动端样式调整 */
|
17477
|
+
@media (max-width: 767px) {
|
17478
|
+
.a-Form .a-Form-item {
|
17479
|
+
display: flex;
|
17480
|
+
flex-wrap: wrap;
|
17481
|
+
margin-bottom: 0;
|
17482
|
+
padding: var(--Form-item-gap) 0;
|
17483
|
+
position: relative;
|
17484
|
+
}
|
17485
|
+
.a-Form .a-Form-item::after {
|
17486
|
+
position: absolute;
|
17487
|
+
box-sizing: border-box;
|
17488
|
+
content: " ";
|
17489
|
+
pointer-events: none;
|
17490
|
+
right: 0;
|
17491
|
+
bottom: 0;
|
17492
|
+
left: 0;
|
17493
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
17494
|
+
transform: scaleY(0.5);
|
17495
|
+
}
|
17496
|
+
.a-Form .a-Form-item .a-InputGroup-addOn,
|
17497
|
+
.a-Form .a-Form-item .a-TextControl-addOn {
|
17498
|
+
border: none;
|
17499
|
+
}
|
17500
|
+
.a-Form .a-Form-item > .a-Form-label {
|
17501
|
+
flex: 0 0 28%;
|
17502
|
+
max-width: 28%;
|
17503
|
+
min-height: 1px;
|
17504
|
+
text-align: left;
|
17505
|
+
padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
|
17506
|
+
overflow-wrap: break-word;
|
17507
|
+
margin-right: 0;
|
17508
|
+
margin-bottom: 0;
|
17509
|
+
font-size: var(--fontSizeLg);
|
17510
|
+
}
|
17511
|
+
.a-Form .a-Form-item .a-Form-description {
|
17512
|
+
font-size: var(--fontSizeBase);
|
17513
|
+
}
|
17514
|
+
.a-Form .a-Form-item .a-TextControl-input {
|
17515
|
+
font-size: var(--fontSizeLg);
|
17516
|
+
}
|
17517
|
+
.a-Form .a-Form-item .a-TextControl-input input {
|
17518
|
+
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
17519
|
+
}
|
17520
|
+
.a-Form .a-Form-item .a-Form-value,
|
17521
|
+
.a-Form .a-Form-item .a-Form-control {
|
17522
|
+
flex: 1;
|
17523
|
+
flex-wrap: wrap;
|
17524
|
+
font-size: var(--fontSizeLg);
|
17525
|
+
}
|
17526
|
+
.a-Form .a-Form-item .a-Form-value.is-disabled > .a-TextControl-input,
|
17527
|
+
.a-Form .a-Form-item .a-Form-control.is-disabled > .a-TextControl-input {
|
17528
|
+
background: transparent;
|
17529
|
+
}
|
17530
|
+
.a-Form .a-Form-item .a-Form-hint,
|
17531
|
+
.a-Form .a-Form-item .a-Form-remark,
|
17532
|
+
.a-Form .a-Form-item .a-Form-static,
|
17533
|
+
.a-Form .a-Form-item .a-Form-group--hor .a-Form-item,
|
17534
|
+
.a-Form .a-Form-item .a-SwitchControl,
|
17535
|
+
.a-Form .a-Form-item .a-CheckboxControl,
|
17536
|
+
.a-Form .a-Form-item .a-RadiosControl,
|
17537
|
+
.a-Form .a-Form-item .a-CheckboxesControl {
|
17538
|
+
padding-top: 0;
|
17539
|
+
padding-bottom: 0;
|
17540
|
+
}
|
17541
|
+
.a-Form .a-Form-item .a-Form-group--horizontal .a-TextControl-input input {
|
17542
|
+
height: var(--Form-input-height);
|
17543
|
+
}
|
17544
|
+
.a-Form .a-Form-item .a-Form-hint {
|
17545
|
+
font-size: var(--fontSizeBase);
|
17546
|
+
margin-left: 0;
|
17547
|
+
color: var(--text--muted-color);
|
17548
|
+
}
|
17549
|
+
.a-Form .a-Form-item .a-TextControl-placeholder {
|
17550
|
+
top: 0;
|
17551
|
+
}
|
17552
|
+
.a-Form .a-Form-item .a-Form-static {
|
17553
|
+
min-height: 0;
|
17554
|
+
}
|
17555
|
+
.a-Form .a-Form-item .a-Form-description,
|
17556
|
+
.a-Form .a-Form-item .a-Form-feedback {
|
17557
|
+
font-size: var(--fontSizeBase);
|
17558
|
+
}
|
17559
|
+
.a-Form .a-Form-item .a-InputGroup .a-Select,
|
17560
|
+
.a-Form .a-Form-item .a-InputGroup .a-InputGroup-btn .a-Button {
|
17561
|
+
border: none;
|
17562
|
+
}
|
17563
|
+
.a-Form .a-Form-item .a-InputGroup > .a-TextControl-input input {
|
17564
|
+
height: var(--Form-input-height);
|
17565
|
+
}
|
17566
|
+
.a-Form .a-Form-item .a-ColorPicker {
|
17567
|
+
padding: 0;
|
17568
|
+
border: none;
|
17569
|
+
}
|
17570
|
+
.a-Form .a-Form-item .a-ColorPicker .a-ColorPicker-arrow {
|
17571
|
+
display: none;
|
17572
|
+
}
|
17573
|
+
.a-Form .a-Form-item .a-Form-group--hor .a-Form-item .a-Button {
|
17574
|
+
margin-bottom: var(--gap-xs);
|
17575
|
+
}
|
17576
|
+
.a-Form .a-Form-item .a-TextareaControl > textarea,
|
17577
|
+
.a-Form .a-Form-item .a-Form-control > .a-TextControl-input,
|
17578
|
+
.a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input {
|
17579
|
+
border: none;
|
17580
|
+
padding: 0 var(--Form-input-paddingX) 0 0;
|
17581
|
+
box-shadow: none;
|
17582
|
+
}
|
17583
|
+
.a-Form .a-Form-item .a-TextareaControl > textarea:hover, .a-Form .a-Form-item .a-TextareaControl > textarea:focus, .a-Form .a-Form-item .a-TextareaControl > textarea.active,
|
17584
|
+
.a-Form .a-Form-item .a-Form-control > .a-TextControl-input:hover,
|
17585
|
+
.a-Form .a-Form-item .a-Form-control > .a-TextControl-input:focus,
|
17586
|
+
.a-Form .a-Form-item .a-Form-control > .a-TextControl-input.active,
|
17587
|
+
.a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:hover,
|
17588
|
+
.a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:focus,
|
17589
|
+
.a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input.active {
|
17590
|
+
border: none;
|
17591
|
+
outline: none;
|
17592
|
+
outline-style: none;
|
17593
|
+
}
|
17594
|
+
.a-Form .a-Form-item .a-Form-control > .a-TextControl-input--multiple {
|
17595
|
+
padding: 0;
|
17596
|
+
min-height: 0;
|
17597
|
+
}
|
17598
|
+
.a-Form .a-Form-groupColumn {
|
17599
|
+
margin-bottom: 0;
|
17600
|
+
}
|
17601
|
+
.a-Form .a-Divider {
|
17602
|
+
display: none;
|
17603
|
+
}
|
17604
|
+
.a-Form .a-Tabs-pane {
|
17605
|
+
padding: 0;
|
17606
|
+
}
|
17607
|
+
.a-Form > .a-Form-item:last-child::after, .a-Form > .a-Form-item:last-of-type::after {
|
17608
|
+
display: none;
|
17609
|
+
}
|
17610
|
+
.a-Form .a-Form-item .a-Form-groupColumn > .a-Form-item {
|
17611
|
+
padding-bottom: var(--Form-input-paddingX);
|
17612
|
+
}
|
17613
|
+
}
|
16841
17614
|
.a-AnchorNav {
|
16842
17615
|
display: flex;
|
16843
17616
|
height: 25rem;
|
@@ -17171,19 +17944,27 @@ td.rdtQuarter.rdtDisabled > span {
|
|
17171
17944
|
max-width: 100%;
|
17172
17945
|
box-sizing: content-box;
|
17173
17946
|
}
|
17947
|
+
.a-FormulaEditor-content {
|
17948
|
+
border-radius: var(--borderRadius);
|
17949
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
17950
|
+
}
|
17174
17951
|
.a-FormulaEditor-header {
|
17175
17952
|
width: 100%;
|
17176
|
-
height:
|
17177
|
-
line-height:
|
17178
|
-
padding
|
17953
|
+
height: 1.875rem;
|
17954
|
+
line-height: 1.875rem;
|
17955
|
+
padding: 0 0.625rem;
|
17179
17956
|
box-sizing: border-box;
|
17180
|
-
background:
|
17957
|
+
background: var(--Formula-header-bgColor);
|
17958
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
17959
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
17960
|
+
font-weight: 500;
|
17181
17961
|
}
|
17182
17962
|
.a-FormulaEditor-editor {
|
17183
17963
|
min-height: 14.875rem;
|
17184
17964
|
max-height: 20rem;
|
17185
17965
|
height: auto;
|
17186
|
-
|
17966
|
+
padding: 0.625rem;
|
17967
|
+
padding-right: 0;
|
17187
17968
|
}
|
17188
17969
|
.a-FormulaEditor.is-error .a-FormulaEditor-editor {
|
17189
17970
|
border-color: var(--Form-input-onError-borderColor);
|
@@ -17255,7 +18036,7 @@ td.rdtQuarter.rdtDisabled > span {
|
|
17255
18036
|
cursor: pointer;
|
17256
18037
|
}
|
17257
18038
|
.a-FormulaFuncList-funcItem.is-active {
|
17258
|
-
|
18039
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
17259
18040
|
}
|
17260
18041
|
.a-FormulaFuncList-groupTitle {
|
17261
18042
|
padding: 5px 0;
|
@@ -17267,9 +18048,179 @@ td.rdtQuarter.rdtDisabled > span {
|
|
17267
18048
|
.a-FormulaFuncList-funcDetail {
|
17268
18049
|
padding: 10px 20px;
|
17269
18050
|
}
|
18051
|
+
.a-FormulaFuncList-funcDetail pre {
|
18052
|
+
white-space: pre-wrap;
|
18053
|
+
word-wrap: break-word;
|
18054
|
+
background: var(--Formula-header-bgColor);
|
18055
|
+
padding: 0.625rem;
|
18056
|
+
border-radius: var(--borderRadius);
|
18057
|
+
margin-top: 0;
|
18058
|
+
}
|
18059
|
+
.a-FormulaFuncList-funcDetail div {
|
18060
|
+
color: var(--text--loud-color);
|
18061
|
+
}
|
17270
18062
|
|
17271
18063
|
.a-FormulaPicker-icon {
|
17272
18064
|
margin-left: auto;
|
18065
|
+
margin-right: 0.3125rem;
|
18066
|
+
}
|
18067
|
+
|
18068
|
+
.a-Timeline-vertical {
|
18069
|
+
display: flex;
|
18070
|
+
flex-flow: column;
|
18071
|
+
}
|
18072
|
+
.a-Timeline-vertical .a-TimelineItem {
|
18073
|
+
display: flex;
|
18074
|
+
flex: 1;
|
18075
|
+
flex-direction: row;
|
18076
|
+
}
|
18077
|
+
.a-Timeline-vertical .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
|
18078
|
+
display: none;
|
18079
|
+
}
|
18080
|
+
.a-Timeline-vertical .a-TimelineItem-axle {
|
18081
|
+
position: relative;
|
18082
|
+
flex: var(--TimelineItem--axle-flex);
|
18083
|
+
}
|
18084
|
+
.a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-line {
|
18085
|
+
position: absolute;
|
18086
|
+
height: calc(100% - var(--TimelineItem--left-line-top));
|
18087
|
+
width: var(--TimelineItem--left-line-width);
|
18088
|
+
left: var(--TimelineItem--left-line-left);
|
18089
|
+
top: var(--TimelineItem--left-line-top);
|
18090
|
+
background-color: var(--TimelineItem--line-bg);
|
18091
|
+
}
|
18092
|
+
.a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round {
|
18093
|
+
position: absolute;
|
18094
|
+
width: var(--TimelineItem--round-width);
|
18095
|
+
height: var(--TimelineItem--round-height);
|
18096
|
+
left: var(--TimelineItem--round-left);
|
18097
|
+
top: var(--TimelineItem--round-top);
|
18098
|
+
background: var(--TimelineItem-round-bg);
|
18099
|
+
border-radius: var(--TimelineItem--round-radius);
|
18100
|
+
}
|
18101
|
+
.a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--danger {
|
18102
|
+
background: var(--Timeline--danger-bg);
|
18103
|
+
}
|
18104
|
+
.a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--info {
|
18105
|
+
background: var(--Timeline--info-bg);
|
18106
|
+
}
|
18107
|
+
.a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--success {
|
18108
|
+
background: var(--Timeline--success-bg);
|
18109
|
+
}
|
18110
|
+
.a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--warning {
|
18111
|
+
background: var(--Timeline--warning-bg);
|
18112
|
+
}
|
18113
|
+
.a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-icon {
|
18114
|
+
position: absolute;
|
18115
|
+
width: var(--TimelineItem--icon-width);
|
18116
|
+
height: var(--TimelineItem--icon-height);
|
18117
|
+
left: var(--TimelineItem--icon-left);
|
18118
|
+
border-radius: var(--TimelineItem--icon-radius);
|
18119
|
+
}
|
18120
|
+
.a-Timeline-vertical .a-TimelineItem-content {
|
18121
|
+
padding-bottom: var(--TimelineItem--content-padding-bottom);
|
18122
|
+
margin-left: var(--TimelineItem--content-margin-left);
|
18123
|
+
}
|
18124
|
+
.a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-time {
|
18125
|
+
color: var(--TimelineItem--text-secondary-color);
|
18126
|
+
font-size: var(--Timeline--font-size);
|
18127
|
+
margin-bottom: var(--TimelineItem--content-time-margin-bottom);
|
18128
|
+
}
|
18129
|
+
.a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-title {
|
18130
|
+
color: var(--TimelineItem--text-primary-color);
|
18131
|
+
font-size: var(--Timeline--font-size);
|
18132
|
+
margin-bottom: var(--TimelineItem--content-title-margin-bottom);
|
18133
|
+
}
|
18134
|
+
.a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-button {
|
18135
|
+
display: flex;
|
18136
|
+
cursor: pointer;
|
18137
|
+
align-items: center;
|
18138
|
+
font-size: var(--Timeline--font-size);
|
18139
|
+
color: var(--TimelineItem--detail-button-color);
|
18140
|
+
margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
|
18141
|
+
}
|
18142
|
+
.a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow {
|
18143
|
+
width: var(--TimelineItem-detail-arrow-width);
|
18144
|
+
height: var(--TimelineItem-detail-arrow-width);
|
18145
|
+
}
|
18146
|
+
.a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow-top {
|
18147
|
+
transform: rotateX(180deg);
|
18148
|
+
}
|
18149
|
+
.a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
|
18150
|
+
display: block;
|
18151
|
+
max-width: var(--TimelineItem-detail-visible-max-width);
|
18152
|
+
font-size: var(--Timeline--font-size);
|
18153
|
+
padding: var(--TimelineItem-detail-visible-padding);
|
18154
|
+
box-shadow: var(--TimelineItem-detail-visible-shadow);
|
18155
|
+
}
|
18156
|
+
.a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-invisible {
|
18157
|
+
display: none;
|
18158
|
+
}
|
18159
|
+
.a-Timeline-vertical.a-Timeline-left .a-TimelineItem {
|
18160
|
+
flex-direction: row-reverse;
|
18161
|
+
}
|
18162
|
+
.a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(odd) {
|
18163
|
+
flex-direction: row-reverse;
|
18164
|
+
max-width: 50%;
|
18165
|
+
}
|
18166
|
+
.a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(even) {
|
18167
|
+
margin-left: calc(50% - var(--Timeline-alternate-margin-left));
|
18168
|
+
max-width: calc(50% + var(--Timeline-alternate-margin-left));
|
18169
|
+
}
|
18170
|
+
|
18171
|
+
.a-Timeline-horizontal {
|
18172
|
+
display: flex;
|
18173
|
+
flex-flow: row;
|
18174
|
+
margin-left: 50%;
|
18175
|
+
transform: translateX(-50%);
|
18176
|
+
}
|
18177
|
+
.a-Timeline-horizontal .a-TimelineItem {
|
18178
|
+
display: flex;
|
18179
|
+
width: -webkit-fill-available;
|
18180
|
+
flex-flow: column;
|
18181
|
+
}
|
18182
|
+
.a-Timeline-horizontal .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
|
18183
|
+
display: none;
|
18184
|
+
}
|
18185
|
+
.a-Timeline-horizontal .a-TimelineItem-axle {
|
18186
|
+
position: relative;
|
18187
|
+
flex: var(--TimelineItem--axle-flex);
|
18188
|
+
}
|
18189
|
+
.a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-line {
|
18190
|
+
position: absolute;
|
18191
|
+
height: var(--TimelineItem--left-line-width);
|
18192
|
+
width: calc(100% - var(--TimelineItem--left-line-left));
|
18193
|
+
left: var(--TimelineItem--left-line-top);
|
18194
|
+
top: var(--TimelineItem--left-line-left);
|
18195
|
+
background-color: var(--TimelineItem--line-bg);
|
18196
|
+
}
|
18197
|
+
.a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round {
|
18198
|
+
position: absolute;
|
18199
|
+
width: var(--TimelineItem--round-width);
|
18200
|
+
height: var(--TimelineItem--round-height);
|
18201
|
+
left: var(--TimelineItem--round-top);
|
18202
|
+
top: var(--TimelineItem--round-left);
|
18203
|
+
background: var(--TimelineItem-round-bg);
|
18204
|
+
border-radius: var(--TimelineItem--round-radius);
|
18205
|
+
}
|
18206
|
+
.a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--danger {
|
18207
|
+
background: var(--Timeline--danger-bg);
|
18208
|
+
}
|
18209
|
+
.a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--info {
|
18210
|
+
background: var(--Timeline--info-bg);
|
18211
|
+
}
|
18212
|
+
.a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--success {
|
18213
|
+
background: var(--Timeline--success-bg);
|
18214
|
+
}
|
18215
|
+
.a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--warning {
|
18216
|
+
background: var(--Timeline--warning-bg);
|
18217
|
+
}
|
18218
|
+
.a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-icon {
|
18219
|
+
position: absolute;
|
18220
|
+
width: var(--TimelineItem--icon-width);
|
18221
|
+
height: var(--TimelineItem--icon-height);
|
18222
|
+
left: var(--TimelineItem--icon-left);
|
18223
|
+
border-radius: var(--TimelineItem--icon-radius);
|
17273
18224
|
}
|
17274
18225
|
|
17275
18226
|
/*
|