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/sdk/ang.css
CHANGED
@@ -19838,6 +19838,12 @@ readers do not read off random characters that represent icons */
|
|
19838
19838
|
--Audio-volumeControl-width: 6.875rem;
|
19839
19839
|
--Avatar-bg: #d1d5db;
|
19840
19840
|
--Avatar-width: 2.5rem;
|
19841
|
+
--Avatar-size-large: 3rem;
|
19842
|
+
--Avatar-size-default: var(--Avatar-width);
|
19843
|
+
--Avatar-size-small: 2rem;
|
19844
|
+
--Avatar-icon-size-large: 1.25rem;
|
19845
|
+
--Avatar-icon-size-default: var(--fontSizeLg);
|
19846
|
+
--Avatar-icon-size-small: 0.75rem;
|
19841
19847
|
--Badge-size: var(--gap-md);
|
19842
19848
|
--Badge-color: var(--white);
|
19843
19849
|
--Badge--success-bg: var(--success);
|
@@ -20273,10 +20279,11 @@ readers do not read off random characters that represent icons */
|
|
20273
20279
|
--DropDown-menu-paddingX: 0;
|
20274
20280
|
--DropDown-menu-paddingY: var(--gap-xs);
|
20275
20281
|
--DropDown-menuItem-onHover-bg: var(--ListMenu-item--onHover-bg);
|
20276
|
-
--DropDown-
|
20282
|
+
--DropDown-group-color: #848b99;
|
20283
|
+
--DropDown-menuItem-color: #151a26;
|
20277
20284
|
--DropDown-menuItem-onHover-color: var(--primary);
|
20278
20285
|
--DropDown-menuItem-onActive-color: var(--primary);
|
20279
|
-
--DropDown-menuItem-onDisabled-color:
|
20286
|
+
--DropDown-menuItem-onDisabled-color: #b4b6ba;
|
20280
20287
|
--DropDown-menuItem-paddingX: var(--gap-sm);
|
20281
20288
|
--DropDown-menuItem-paddingY: calc(
|
20282
20289
|
(var(--DropDown-menu-height) - var(--fontSizeBase) * var(--lineHeightBase)) /
|
@@ -20700,11 +20707,12 @@ readers do not read off random characters that represent icons */
|
|
20700
20707
|
--PickerColumns-bg: white;
|
20701
20708
|
--PickerColumns-toolbar-height: 3.125rem;
|
20702
20709
|
--PickerColumns-title-fontSize: var(--fontSizeLg);
|
20710
|
+
--PickerColumns-title-color: #222;
|
20703
20711
|
--PickerColumns-title-lineHeight: 1.5;
|
20704
|
-
--PickerColumns-action-padding: 0 var(--gap-
|
20705
|
-
--PickerColumns-action-fontSize: var(--
|
20706
|
-
--PickerColumns-confirmAction-color: #
|
20707
|
-
--PickerColumns-cancelAction-color: #
|
20712
|
+
--PickerColumns-action-padding: 0 var(--gap-md);
|
20713
|
+
--PickerColumns-action-fontSize: var(--fontSizeLg);
|
20714
|
+
--PickerColumns-confirmAction-color: #2468f2;
|
20715
|
+
--PickerColumns-cancelAction-color: #666;
|
20708
20716
|
--PickerColumns-option-fontSize: var(--fontSizeLg);
|
20709
20717
|
--PickerColumns-optionText-color: var(--text-color);
|
20710
20718
|
--PickerColumns-optionDisabled-opacity: 0.3;
|
@@ -20713,6 +20721,7 @@ readers do not read off random characters that represent icons */
|
|
20713
20721
|
--PopOver-bg: white;
|
20714
20722
|
--PopOverAble-iconColor: inherit;
|
20715
20723
|
--PopOverAble-onHover-iconColor: inherit;
|
20724
|
+
--PopUp-cancelAction-color: #666;
|
20716
20725
|
--Property-title-bg: #f2f2f2;
|
20717
20726
|
--Property-label-bg: #f7f7f7;
|
20718
20727
|
--Portlet-borderColor: var(--borderColor);
|
@@ -20748,7 +20757,9 @@ readers do not read off random characters that represent icons */
|
|
20748
20757
|
--ResultBox-value--onHover-bg: rgba(0, 145, 255, 0.1);
|
20749
20758
|
--ResultBox-value-bg: #f5f5f5;
|
20750
20759
|
--ResultBox-value-color: #000;
|
20751
|
-
--Rating-
|
20760
|
+
--Rating-inactive-color: #e6e6e8;
|
20761
|
+
--Rating-star-margin: 0.5rem;
|
20762
|
+
--Rating-star-size: 1.5rem;
|
20752
20763
|
--Satus-icon-width: var(--gap-lg);
|
20753
20764
|
--Satus-icon-height: var(--Satus-icon-width);
|
20754
20765
|
--Sparkline-line-color: var(--info);
|
@@ -23532,9 +23543,10 @@ readers do not read off random characters that represent icons */
|
|
23532
23543
|
|
23533
23544
|
.amis-scope .a-Avatar {
|
23534
23545
|
background: var(--Avatar-bg);
|
23535
|
-
width: var(--Avatar-
|
23536
|
-
height: var(--Avatar-
|
23537
|
-
line-height: var(--Avatar-
|
23546
|
+
width: var(--Avatar-size-default);
|
23547
|
+
height: var(--Avatar-size-default);
|
23548
|
+
line-height: var(--Avatar-size-default);
|
23549
|
+
position: relative;
|
23538
23550
|
display: inline-block;
|
23539
23551
|
overflow: hidden;
|
23540
23552
|
flex-shrink: 0;
|
@@ -23542,6 +23554,36 @@ readers do not read off random characters that represent icons */
|
|
23542
23554
|
text-align: center;
|
23543
23555
|
}
|
23544
23556
|
|
23557
|
+
.amis-scope .a-Avatar i {
|
23558
|
+
font-size: var(--Avatar-icon-size-default);
|
23559
|
+
}
|
23560
|
+
|
23561
|
+
.amis-scope .a-Avatar--lg {
|
23562
|
+
width: var(--Avatar-size-large);
|
23563
|
+
height: var(--Avatar-size-large);
|
23564
|
+
line-height: var(--Avatar-size-large);
|
23565
|
+
}
|
23566
|
+
|
23567
|
+
.amis-scope .a-Avatar--lg i {
|
23568
|
+
font-size: var(--Avatar-icon-size-large);
|
23569
|
+
}
|
23570
|
+
|
23571
|
+
.amis-scope .a-Avatar--sm {
|
23572
|
+
width: var(--Avatar-size-small);
|
23573
|
+
height: var(--Avatar-size-small);
|
23574
|
+
line-height: var(--Avatar-size-small);
|
23575
|
+
}
|
23576
|
+
|
23577
|
+
.amis-scope .a-Avatar--sm i {
|
23578
|
+
font-size: var(--Avatar-icon-size-small);
|
23579
|
+
}
|
23580
|
+
|
23581
|
+
.amis-scope .a-Avatar--text {
|
23582
|
+
position: absolute;
|
23583
|
+
left: 50%;
|
23584
|
+
transform-origin: 0 center;
|
23585
|
+
}
|
23586
|
+
|
23545
23587
|
.amis-scope .a-Avatar--square {
|
23546
23588
|
border-radius: 0%;
|
23547
23589
|
}
|
@@ -23550,15 +23592,9 @@ readers do not read off random characters that represent icons */
|
|
23550
23592
|
border-radius: 10%;
|
23551
23593
|
}
|
23552
23594
|
|
23553
|
-
.amis-scope .a-Avatar i {
|
23554
|
-
font-size: var(--fontSizeLg);
|
23555
|
-
}
|
23556
|
-
|
23557
23595
|
.amis-scope .a-Avatar img {
|
23558
|
-
color: transparent;
|
23559
23596
|
width: 100%;
|
23560
23597
|
height: 100%;
|
23561
|
-
object-fit: cover;
|
23562
23598
|
}
|
23563
23599
|
|
23564
23600
|
.amis-scope .a-Avatar:hover img,
|
@@ -23972,6 +24008,23 @@ readers do not read off random characters that represent icons */
|
|
23972
24008
|
overflow: auto;
|
23973
24009
|
}
|
23974
24010
|
|
24011
|
+
/* 移动端样式调整 */
|
24012
|
+
|
24013
|
+
@media (max-width: 767px) {
|
24014
|
+
.amis-scope .a-Modal .a-Modal-footer {
|
24015
|
+
display: flex;
|
24016
|
+
}
|
24017
|
+
|
24018
|
+
.amis-scope .a-Modal .a-Modal-footer > .a-Button {
|
24019
|
+
flex: 1;
|
24020
|
+
height: 2.75rem;
|
24021
|
+
}
|
24022
|
+
|
24023
|
+
.amis-scope .a-Modal .a-Modal-footer > .a-Button:first-child {
|
24024
|
+
margin-left: 0;
|
24025
|
+
}
|
24026
|
+
}
|
24027
|
+
|
23975
24028
|
.amis-scope .a-Drawer {
|
23976
24029
|
position: fixed;
|
23977
24030
|
top: 0;
|
@@ -24649,6 +24702,7 @@ readers do not read off random characters that represent icons */
|
|
24649
24702
|
|
24650
24703
|
.amis-scope .a-PopUp {
|
24651
24704
|
width: 100%;
|
24705
|
+
height: 25rem;
|
24652
24706
|
position: fixed;
|
24653
24707
|
background: var(--PopOver-bg);
|
24654
24708
|
left: 0;
|
@@ -24703,27 +24757,51 @@ readers do not read off random characters that represent icons */
|
|
24703
24757
|
height: 100%;
|
24704
24758
|
box-sizing: border-box;
|
24705
24759
|
background: #fff;
|
24706
|
-
|
24760
|
+
display: flex;
|
24761
|
+
flex-direction: column;
|
24707
24762
|
}
|
24708
24763
|
|
24709
24764
|
.amis-scope .a-PopUp-closeWrap {
|
24710
|
-
|
24711
|
-
|
24712
|
-
|
24713
|
-
|
24765
|
+
position: relative;
|
24766
|
+
text-align: center;
|
24767
|
+
height: 3rem;
|
24768
|
+
line-height: 3rem;
|
24714
24769
|
}
|
24715
24770
|
|
24716
|
-
.amis-scope .a-PopUp-close {
|
24717
|
-
|
24718
|
-
|
24719
|
-
|
24771
|
+
.amis-scope .a-PopUp-closeWrap .a-PopUp-close {
|
24772
|
+
position: absolute;
|
24773
|
+
z-index: 1;
|
24774
|
+
color: var(--icon-color);
|
24720
24775
|
cursor: pointer;
|
24776
|
+
top: 0.9375rem;
|
24777
|
+
right: 0.9375rem;
|
24778
|
+
}
|
24779
|
+
|
24780
|
+
.amis-scope .a-PopUp-toolbar {
|
24781
|
+
display: flex;
|
24782
|
+
align-items: center;
|
24783
|
+
justify-content: space-between;
|
24784
|
+
height: 3.75rem;
|
24785
|
+
}
|
24786
|
+
|
24787
|
+
.amis-scope .a-PopUp-title {
|
24788
|
+
font-size: var(--fontSizeMd);
|
24789
|
+
}
|
24790
|
+
|
24791
|
+
.amis-scope .a-PopUp-cancel {
|
24792
|
+
color: var(--PopUp-cancelAction-color);
|
24793
|
+
margin-left: var(--gap-sm);
|
24794
|
+
}
|
24795
|
+
|
24796
|
+
.amis-scope .a-PopUp-confirm {
|
24797
|
+
margin-right: var(--gap-sm);
|
24721
24798
|
}
|
24722
24799
|
|
24723
24800
|
.amis-scope .a-PopUp-content {
|
24724
24801
|
overflow-y: auto;
|
24725
24802
|
height: 100%;
|
24726
24803
|
display: flex;
|
24804
|
+
flex: 1;
|
24727
24805
|
}
|
24728
24806
|
|
24729
24807
|
.amis-scope .a-PopUp > * {
|
@@ -24752,6 +24830,10 @@ readers do not read off random characters that represent icons */
|
|
24752
24830
|
margin-top: -0.25rem;
|
24753
24831
|
}
|
24754
24832
|
|
24833
|
+
.amis-scope .a-PopUp-safearea {
|
24834
|
+
height: 1rem;
|
24835
|
+
}
|
24836
|
+
|
24755
24837
|
.amis-scope .a-PickerColumns {
|
24756
24838
|
position: relative;
|
24757
24839
|
background-color: var(--PickerColumns-bg);
|
@@ -24761,7 +24843,11 @@ readers do not read off random characters that represent icons */
|
|
24761
24843
|
font-size: var(--PickerColumns-option-fontSize);
|
24762
24844
|
}
|
24763
24845
|
|
24764
|
-
.amis-scope .a-PickerColumns
|
24846
|
+
.amis-scope .a-PickerColumns li:focus {
|
24847
|
+
outline: none;
|
24848
|
+
}
|
24849
|
+
|
24850
|
+
.amis-scope .a-PickerColumns-header {
|
24765
24851
|
display: flex;
|
24766
24852
|
align-items: center;
|
24767
24853
|
justify-content: space-between;
|
@@ -24773,14 +24859,14 @@ readers do not read off random characters that represent icons */
|
|
24773
24859
|
height: 100%;
|
24774
24860
|
padding: var(--PickerColumns-action-padding);
|
24775
24861
|
font-size: var(--PickerColumns-action-fontSize);
|
24776
|
-
background-color: transparent;
|
24862
|
+
background-color: transparent !important;
|
24777
24863
|
border: none;
|
24778
24864
|
cursor: pointer;
|
24779
24865
|
}
|
24780
24866
|
|
24781
24867
|
.amis-scope .a-PickerColumns-cancel:active,
|
24782
24868
|
.amis-scope .a-PickerColumns-confirm:active {
|
24783
|
-
|
24869
|
+
background-color: none !important;
|
24784
24870
|
}
|
24785
24871
|
|
24786
24872
|
.amis-scope .a-PickerColumns-cancel:hover,
|
@@ -24789,11 +24875,11 @@ readers do not read off random characters that represent icons */
|
|
24789
24875
|
}
|
24790
24876
|
|
24791
24877
|
.amis-scope .a-PickerColumns-confirm {
|
24792
|
-
color: var(--PickerColumns-confirmAction-color);
|
24878
|
+
color: var(--PickerColumns-confirmAction-color) !important;
|
24793
24879
|
}
|
24794
24880
|
|
24795
24881
|
.amis-scope .a-PickerColumns-cancel {
|
24796
|
-
color: var(--PickerColumns-cancelAction-color);
|
24882
|
+
color: var(--PickerColumns-cancelAction-color) !important;
|
24797
24883
|
}
|
24798
24884
|
|
24799
24885
|
.amis-scope .a-PickerColumns-title {
|
@@ -24802,6 +24888,7 @@ readers do not read off random characters that represent icons */
|
|
24802
24888
|
font-size: var(--PickerColumns-title-fontSize);
|
24803
24889
|
line-height: var(--PickerColumns-title-lineHeight);
|
24804
24890
|
text-align: center;
|
24891
|
+
color: var(--PickerColumns-title-color);
|
24805
24892
|
}
|
24806
24893
|
|
24807
24894
|
.amis-scope .a-PickerColumns-columns {
|
@@ -24880,6 +24967,11 @@ readers do not read off random characters that represent icons */
|
|
24880
24967
|
opacity: var(--PickerColumns-optionDisabled-opacity);
|
24881
24968
|
}
|
24882
24969
|
|
24970
|
+
.amis-scope .a-PickerColumns-columnItemis-selected {
|
24971
|
+
font-size: 18px;
|
24972
|
+
color: --PickerColumns-title-color;
|
24973
|
+
}
|
24974
|
+
|
24883
24975
|
@keyframes bounceIn {
|
24884
24976
|
from, 20%, 40%, 60%, 80%, to {
|
24885
24977
|
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
|
@@ -26753,6 +26845,50 @@ readers do not read off random characters that represent icons */
|
|
26753
26845
|
display: none;
|
26754
26846
|
}
|
26755
26847
|
|
26848
|
+
/* 移动端样式调整 */
|
26849
|
+
|
26850
|
+
@media (max-width: 767px) {
|
26851
|
+
.amis-scope .a-Panel--form {
|
26852
|
+
border: none;
|
26853
|
+
box-shadow: none;
|
26854
|
+
margin: 0 calc(var(--Panel-bodyPadding) * -1) calc(var(--Panel-marginBottom) / 2);
|
26855
|
+
}
|
26856
|
+
|
26857
|
+
.amis-scope .a-Panel--form .a-Panel-body {
|
26858
|
+
padding: 0 var(--gap-md) var(--gap-md);
|
26859
|
+
}
|
26860
|
+
|
26861
|
+
.amis-scope .a-Panel--form > .a-Panel-heading {
|
26862
|
+
background: none;
|
26863
|
+
border: none;
|
26864
|
+
border-radius: 0;
|
26865
|
+
}
|
26866
|
+
|
26867
|
+
.amis-scope .a-Panel--form > .a-Panel-heading .a-Panel-title {
|
26868
|
+
padding-left: var(--Panel-bodyPadding);
|
26869
|
+
border-left: 0.1875rem solid var(--primary);
|
26870
|
+
font-size: var(--fontSizeLg);
|
26871
|
+
}
|
26872
|
+
|
26873
|
+
.amis-scope .a-Panel--form .a-Panel-footerWrap {
|
26874
|
+
padding-bottom: var(--Panel-bodyPadding);
|
26875
|
+
}
|
26876
|
+
|
26877
|
+
.amis-scope .a-Panel--form .a-Panel-footer {
|
26878
|
+
border-top: none;
|
26879
|
+
display: flex;
|
26880
|
+
padding: 0 var(--Panel-bodyPadding);
|
26881
|
+
}
|
26882
|
+
|
26883
|
+
.amis-scope .a-Panel--form .a-Panel-footer > .a-Button {
|
26884
|
+
flex: 1;
|
26885
|
+
}
|
26886
|
+
|
26887
|
+
.amis-scope .a-Panel--form .a-Panel-footer > .a-Button:first-child {
|
26888
|
+
margin-left: 0;
|
26889
|
+
}
|
26890
|
+
}
|
26891
|
+
|
26756
26892
|
.amis-scope .a-Service {
|
26757
26893
|
position: relative;
|
26758
26894
|
}
|
@@ -27016,19 +27152,28 @@ readers do not read off random characters that represent icons */
|
|
27016
27152
|
}
|
27017
27153
|
|
27018
27154
|
.amis-scope .a-DropDown-menu {
|
27155
|
+
background: var(--DropDown-menu-bg);
|
27156
|
+
list-style: none;
|
27157
|
+
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27158
|
+
min-width: var(--DropDown-menu-minWidth);
|
27159
|
+
text-align: left;
|
27160
|
+
border: none;
|
27161
|
+
user-select: none;
|
27162
|
+
}
|
27163
|
+
|
27164
|
+
.amis-scope .a-DropDown-menu-root {
|
27019
27165
|
position: absolute;
|
27020
27166
|
z-index: 1000;
|
27021
27167
|
top: 100%;
|
27022
27168
|
left: 0;
|
27023
27169
|
margin: 0.0625rem 0 0;
|
27024
|
-
|
27025
|
-
list-style: none;
|
27026
|
-
padding: var(--DropDown-menu-paddingY) var(--DropDown-menu-paddingX);
|
27027
|
-
border: var(--DropDown-menu-borderWidth) solid var(--DropDown-menu-borderColor);
|
27170
|
+
border: none;
|
27028
27171
|
border-radius: var(--DropDown-menu-borderRadius);
|
27029
27172
|
box-shadow: var(--DropDown-menu-boxShadow);
|
27030
27173
|
min-width: var(--DropDown-menu-minWidth);
|
27031
|
-
|
27174
|
+
overflow-y: auto;
|
27175
|
+
overflow-x: hidden;
|
27176
|
+
max-height: 18.75rem;
|
27032
27177
|
}
|
27033
27178
|
|
27034
27179
|
.amis-scope .a-DropDown--alignRight .a-DropDown-menu {
|
@@ -27083,6 +27228,32 @@ readers do not read off random characters that represent icons */
|
|
27083
27228
|
padding: 0;
|
27084
27229
|
}
|
27085
27230
|
|
27231
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle,
|
27232
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle {
|
27233
|
+
height: inherit;
|
27234
|
+
font-size: var(--fontSizeSm);
|
27235
|
+
padding: var(--gap-xs) var(--gap-xs);
|
27236
|
+
padding-left: var(--gap-sm);
|
27237
|
+
color: var(--DropDown-group-color);
|
27238
|
+
flex-grow: 1;
|
27239
|
+
cursor: default;
|
27240
|
+
}
|
27241
|
+
|
27242
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle:hover,
|
27243
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle:hover {
|
27244
|
+
background: none;
|
27245
|
+
}
|
27246
|
+
|
27247
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle span,
|
27248
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle span {
|
27249
|
+
white-space: nowrap;
|
27250
|
+
}
|
27251
|
+
|
27252
|
+
.amis-scope .a-DropDown-menuItem.a-DropDown-groupTitle ~ .a-DropDown-button,
|
27253
|
+
.amis-scope .a-DropDown-menu > li.a-DropDown-groupTitle ~ .a-DropDown-button {
|
27254
|
+
padding-left: var(--gap-lg);
|
27255
|
+
}
|
27256
|
+
|
27086
27257
|
.amis-scope .a-DropDown-menu > li a {
|
27087
27258
|
color: inherit;
|
27088
27259
|
display: block;
|
@@ -27189,130 +27360,427 @@ readers do not read off random characters that represent icons */
|
|
27189
27360
|
position: relative;
|
27190
27361
|
}
|
27191
27362
|
|
27192
|
-
.amis-scope .a-
|
27193
|
-
|
27194
|
-
|
27195
|
-
line-height: 1.25rem;
|
27196
|
-
}
|
27197
|
-
|
27198
|
-
.amis-scope .a-Collapse-header {
|
27199
|
-
font-size: var(--Collapse-header-fontSize);
|
27200
|
-
font-weight: var(--Collapse-header-fontWeight);
|
27201
|
-
color: var(--text--loud-color);
|
27202
|
-
padding: var(--Collapse-header-padding);
|
27203
|
-
margin: 0;
|
27204
|
-
cursor: pointer;
|
27205
|
-
background: var(--Collapse-header-bg);
|
27363
|
+
.amis-scope .a-CalendarMobile {
|
27364
|
+
height: 100%;
|
27365
|
+
overflow: scroll;
|
27206
27366
|
}
|
27207
27367
|
|
27208
|
-
.amis-scope .a-
|
27209
|
-
|
27210
|
-
|
27368
|
+
.amis-scope .a-CalendarMobile-pop {
|
27369
|
+
position: fixed;
|
27370
|
+
bottom: 0;
|
27371
|
+
left: 0;
|
27372
|
+
width: 100vw;
|
27373
|
+
height: 90vh;
|
27374
|
+
background: #fff;
|
27375
|
+
border-radius: 1rem 1rem 0 0;
|
27376
|
+
overflow: hidden;
|
27377
|
+
border-width: 0;
|
27211
27378
|
}
|
27212
27379
|
|
27213
|
-
.amis-scope .a-
|
27214
|
-
|
27380
|
+
.amis-scope .a-CalendarMobile-wrap {
|
27381
|
+
display: flex;
|
27382
|
+
flex-direction: column;
|
27383
|
+
height: 100%;
|
27215
27384
|
}
|
27216
27385
|
|
27217
|
-
.amis-scope .a-
|
27218
|
-
|
27386
|
+
.amis-scope .a-CalendarMobile-header {
|
27387
|
+
flex-shrink: 0;
|
27388
|
+
box-shadow: 0 2px 10px rgba(125, 126, 128, 0.16);
|
27389
|
+
position: relative;
|
27219
27390
|
}
|
27220
27391
|
|
27221
|
-
.amis-scope .a-
|
27392
|
+
.amis-scope .a-CalendarMobile-header .subtitle-text {
|
27222
27393
|
display: inline-block;
|
27223
|
-
width:
|
27224
|
-
text-align: center;
|
27225
|
-
margin-right: var(--gap-sm);
|
27226
|
-
}
|
27227
|
-
|
27228
|
-
.amis-scope .a-Collapse-arrow:before {
|
27229
|
-
content: "";
|
27394
|
+
width: 6.875rem;
|
27230
27395
|
position: relative;
|
27231
|
-
display: inline-block;
|
27232
|
-
width: 0.375rem;
|
27233
|
-
height: 0.375rem;
|
27234
|
-
top: -0.125rem;
|
27235
|
-
border-color: var(--text-color);
|
27236
|
-
border-style: solid;
|
27237
|
-
border-width: 0.0625rem 0.0625rem 0 0;
|
27238
|
-
transform: rotate(45deg);
|
27239
|
-
transform-origin: 50% 50%;
|
27240
27396
|
}
|
27241
27397
|
|
27242
|
-
.amis-scope .a-
|
27243
|
-
|
27244
|
-
|
27245
|
-
|
27246
|
-
|
27398
|
+
.amis-scope .a-CalendarMobile-header .rdtPrev {
|
27399
|
+
width: 1.25rem;
|
27400
|
+
height: 2.75rem;
|
27401
|
+
display: block;
|
27402
|
+
position: absolute;
|
27403
|
+
top: 0;
|
27404
|
+
left: -1.25rem;
|
27247
27405
|
}
|
27248
27406
|
|
27249
|
-
.amis-scope .a-
|
27250
|
-
|
27407
|
+
.amis-scope .a-CalendarMobile-header .rdtNext {
|
27408
|
+
width: 1.25rem;
|
27409
|
+
height: 2.75rem;
|
27410
|
+
display: block;
|
27411
|
+
position: absolute;
|
27412
|
+
top: 0;
|
27413
|
+
right: -1.25rem;
|
27251
27414
|
}
|
27252
27415
|
|
27253
|
-
.amis-scope .a-
|
27254
|
-
|
27255
|
-
|
27416
|
+
.amis-scope .a-CalendarMobile-title,
|
27417
|
+
.amis-scope .a-CalendarMobile-subtitle {
|
27418
|
+
height: 2.75rem;
|
27419
|
+
font-weight: 500;
|
27420
|
+
line-height: 2.75rem;
|
27421
|
+
text-align: center;
|
27256
27422
|
}
|
27257
27423
|
|
27258
|
-
.amis-scope .a-
|
27259
|
-
|
27424
|
+
.amis-scope .a-CalendarMobile-title {
|
27425
|
+
font-size: var(--fontSizeLg);
|
27260
27426
|
}
|
27261
27427
|
|
27262
|
-
.amis-scope .a-
|
27263
|
-
|
27264
|
-
user-select: none;
|
27265
|
-
color: var(--text--muted-color);
|
27428
|
+
.amis-scope .a-CalendarMobile-weekdays {
|
27429
|
+
display: flex;
|
27266
27430
|
}
|
27267
27431
|
|
27268
|
-
.amis-scope .a-
|
27269
|
-
|
27432
|
+
.amis-scope .a-CalendarMobile-weekdays .weekday {
|
27433
|
+
flex: 1;
|
27434
|
+
line-height: 1.875rem;
|
27435
|
+
text-align: center;
|
27270
27436
|
}
|
27271
27437
|
|
27272
|
-
.amis-scope .a-
|
27273
|
-
|
27438
|
+
.amis-scope .a-CalendarMobile-close {
|
27439
|
+
position: absolute;
|
27440
|
+
z-index: 1;
|
27441
|
+
color: #c8c9cc;
|
27442
|
+
font-size: 1rem;
|
27443
|
+
cursor: pointer;
|
27444
|
+
top: 0.6875rem;
|
27445
|
+
right: 1rem;
|
27274
27446
|
}
|
27275
27447
|
|
27276
|
-
.amis-scope .a-
|
27277
|
-
|
27278
|
-
font-size: var(--fontSizeBase);
|
27279
|
-
border-top: var(--Collapse-header-collapsed-borderTop);
|
27280
|
-
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
27448
|
+
.amis-scope .a-CalendarMobile-body::-webkit-scrollbar {
|
27449
|
+
width: 0;
|
27281
27450
|
}
|
27282
27451
|
|
27283
|
-
.amis-scope .a-
|
27284
|
-
|
27452
|
+
.amis-scope .a-CalendarMobile-body {
|
27453
|
+
flex: 1;
|
27454
|
+
overflow-y: scroll;
|
27285
27455
|
}
|
27286
27456
|
|
27287
|
-
.amis-scope .a-
|
27288
|
-
|
27289
|
-
transform: rotate(135deg);
|
27457
|
+
.amis-scope .a-CalendarMobile-body table {
|
27458
|
+
border-spacing: 0 0.25rem;
|
27290
27459
|
}
|
27291
27460
|
|
27292
|
-
.amis-scope .a-
|
27293
|
-
|
27294
|
-
|
27461
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtActive,
|
27462
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtActive:hover {
|
27463
|
+
background: transparent;
|
27464
|
+
color: var(--Calendar-color);
|
27465
|
+
text-shadow: none;
|
27295
27466
|
}
|
27296
27467
|
|
27297
|
-
.amis-scope .a-
|
27298
|
-
|
27468
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled,
|
27469
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker tr td.rdtDisabled:hover {
|
27470
|
+
color: #999;
|
27299
27471
|
}
|
27300
27472
|
|
27301
|
-
.amis-scope .a-
|
27302
|
-
|
27303
|
-
height: 0;
|
27304
|
-
overflow: hidden;
|
27473
|
+
.amis-scope .a-CalendarMobile-body .rdtOldNone td.rdtOld {
|
27474
|
+
display: none;
|
27305
27475
|
}
|
27306
27476
|
|
27307
|
-
.amis-scope .a-
|
27308
|
-
|
27309
|
-
|
27310
|
-
font-size: var(--Collapse-content-fontSize);
|
27311
|
-
font-weight: var(--Collapse-content-fontWeight);
|
27477
|
+
.amis-scope .a-CalendarMobile-body .rdtPicker td {
|
27478
|
+
height: 3.5rem;
|
27479
|
+
position: relative;
|
27312
27480
|
}
|
27313
27481
|
|
27314
|
-
.amis-scope .a-
|
27315
|
-
|
27482
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDay,
|
27483
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDay:hover,
|
27484
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled,
|
27485
|
+
.amis-scope .a-CalendarMobile-body .rdt .rdtPicker td.rdtDisabled:hover {
|
27486
|
+
background: transparent;
|
27487
|
+
}
|
27488
|
+
|
27489
|
+
.amis-scope .a-CalendarMobile-body .calendar-wrap {
|
27490
|
+
position: relative;
|
27491
|
+
width: 3.125rem;
|
27492
|
+
height: 100%;
|
27493
|
+
text-align: center;
|
27494
|
+
display: inline-flex;
|
27495
|
+
align-items: center;
|
27496
|
+
justify-content: center;
|
27497
|
+
border-radius: 0.25rem;
|
27498
|
+
}
|
27499
|
+
|
27500
|
+
.amis-scope .a-CalendarMobile-embed .a-CalendarMobile-body .calendar-wrap {
|
27501
|
+
width: auto;
|
27502
|
+
max-width: 3.125rem;
|
27503
|
+
}
|
27504
|
+
|
27505
|
+
.amis-scope .a-CalendarMobile-footer {
|
27506
|
+
flex-shrink: 0;
|
27507
|
+
}
|
27508
|
+
|
27509
|
+
.amis-scope .a-CalendarMobile-footer .date-range-confirm {
|
27510
|
+
height: 2.25rem;
|
27511
|
+
margin: 0.4375rem 0;
|
27512
|
+
border-radius: var(--borderRadiusMd);
|
27513
|
+
display: block;
|
27514
|
+
}
|
27515
|
+
|
27516
|
+
.amis-scope .a-CalendarMobile-footer .is-disabled {
|
27517
|
+
opacity: 0.5;
|
27518
|
+
color: var(--Button--primary-color);
|
27519
|
+
background: var(--Button--primary-bg);
|
27520
|
+
border-color: var(--Button--primary-bg);
|
27521
|
+
filter: none;
|
27522
|
+
}
|
27523
|
+
|
27524
|
+
.amis-scope .a-CalendarMobile-footer-toolbar {
|
27525
|
+
padding: 0 1rem;
|
27526
|
+
}
|
27527
|
+
|
27528
|
+
.amis-scope .a-CalendarMobile-footer-ranges {
|
27529
|
+
background: #fff;
|
27530
|
+
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.02);
|
27531
|
+
border-radius: 24px;
|
27532
|
+
overflow-x: auto;
|
27533
|
+
position: relative;
|
27534
|
+
height: 3rem;
|
27535
|
+
line-height: 3rem;
|
27536
|
+
}
|
27537
|
+
|
27538
|
+
.amis-scope .a-CalendarMobile-footer .a-DateRangePicker-rangers {
|
27539
|
+
position: absolute;
|
27540
|
+
white-space: nowrap;
|
27541
|
+
}
|
27542
|
+
|
27543
|
+
.amis-scope .a-CalendarMobile-footer .a-DateRangePicker-rangers .a-DateRangePicker-ranger {
|
27544
|
+
margin: 0 1.5625rem;
|
27545
|
+
}
|
27546
|
+
|
27547
|
+
.amis-scope .a-CalendarMobile-calendar-wrap {
|
27548
|
+
padding: var(--gap-sm) 0;
|
27549
|
+
}
|
27550
|
+
|
27551
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker {
|
27552
|
+
width: 100%;
|
27553
|
+
padding: 0;
|
27554
|
+
}
|
27555
|
+
|
27556
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtOld {
|
27557
|
+
visibility: hidden;
|
27558
|
+
}
|
27559
|
+
|
27560
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtNew {
|
27561
|
+
display: none;
|
27562
|
+
}
|
27563
|
+
|
27564
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtBetween {
|
27565
|
+
background: var(--Calendar-cell-onBetween-bg) !important;
|
27566
|
+
color: var(--Button--primary-bg);
|
27567
|
+
}
|
27568
|
+
|
27569
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart .calendar-wrap,
|
27570
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeStart:hover .calendar-wrap,
|
27571
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd .calendar-wrap,
|
27572
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover .calendar-wrap {
|
27573
|
+
background: var(--Calendar-cell-onActive-bg) !important;
|
27574
|
+
color: #fff;
|
27575
|
+
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
|
27576
|
+
}
|
27577
|
+
|
27578
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd,
|
27579
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeHasEnd:hover {
|
27580
|
+
background: linear-gradient(to right, transparent 0%, transparent 50%, var(--Calendar-cell-onBetween-bg) 51%, var(--Calendar-cell-onBetween-bg) 100%) !important;
|
27581
|
+
}
|
27582
|
+
|
27583
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd,
|
27584
|
+
.amis-scope .a-CalendarMobile .a-CalendarMobile-calendar-wrap .a-CalendarMobile-calendar .rdtPicker .rdtRangeEnd:hover {
|
27585
|
+
background: linear-gradient(to right, var(--Calendar-cell-onBetween-bg) 0%, var(--Calendar-cell-onBetween-bg) 50%, transparent 51%, transparent 100%) !important;
|
27586
|
+
}
|
27587
|
+
|
27588
|
+
.amis-scope .a-CalendarMobile-calendar-header {
|
27589
|
+
height: 1.875rem;
|
27590
|
+
line-height: 1.875rem;
|
27591
|
+
text-align: center;
|
27592
|
+
}
|
27593
|
+
|
27594
|
+
.amis-scope .a-CalendarMobile-range-text {
|
27595
|
+
position: absolute;
|
27596
|
+
right: 0;
|
27597
|
+
left: 0;
|
27598
|
+
bottom: 0;
|
27599
|
+
color: #fff;
|
27600
|
+
font-size: var(--fontSizeSm);
|
27601
|
+
white-space: nowrap;
|
27602
|
+
}
|
27603
|
+
|
27604
|
+
.amis-scope .a-CalendarMobile-calendar-wrap {
|
27605
|
+
position: relative;
|
27606
|
+
}
|
27607
|
+
|
27608
|
+
.amis-scope .a-CalendarMobile-calendar-mark {
|
27609
|
+
position: absolute;
|
27610
|
+
top: 50%;
|
27611
|
+
left: 50%;
|
27612
|
+
z-index: 0;
|
27613
|
+
color: rgba(242, 243, 245, 0.8);
|
27614
|
+
font-size: 10rem;
|
27615
|
+
transform: translate(-50%, -50%);
|
27616
|
+
pointer-events: none;
|
27617
|
+
}
|
27618
|
+
|
27619
|
+
.amis-scope .a-CalendarMobile-toast {
|
27620
|
+
position: fixed;
|
27621
|
+
top: 50%;
|
27622
|
+
left: 50%;
|
27623
|
+
transform: translate(-50%, -50%);
|
27624
|
+
width: 8.5rem;
|
27625
|
+
height: 2.25rem;
|
27626
|
+
background: rgba(0, 0, 0, 0.9);
|
27627
|
+
border-radius: 4px;
|
27628
|
+
color: #fff;
|
27629
|
+
display: flex;
|
27630
|
+
justify-content: center;
|
27631
|
+
align-items: center;
|
27632
|
+
}
|
27633
|
+
|
27634
|
+
.amis-scope .a-CalendarMobile-time {
|
27635
|
+
height: 11.25rem;
|
27636
|
+
}
|
27637
|
+
|
27638
|
+
.amis-scope .a-CalendarMobile-time-title {
|
27639
|
+
border: var(--Calendar-borderWidth) solid var(--borderColorDarken);
|
27640
|
+
border-left: none;
|
27641
|
+
border-right: none;
|
27642
|
+
text-align: center;
|
27643
|
+
height: 1.875rem;
|
27644
|
+
line-height: 1.875rem;
|
27645
|
+
}
|
27646
|
+
|
27647
|
+
.amis-scope .a-CalendarMobile-time .rdtPicker {
|
27648
|
+
margin: 0 auto;
|
27649
|
+
}
|
27650
|
+
|
27651
|
+
.amis-scope .a-CalendarMobile .a-CalendarTime {
|
27652
|
+
height: 8.125rem;
|
27653
|
+
overflow: hidden;
|
27654
|
+
}
|
27655
|
+
|
27656
|
+
.amis-scope .a-CalendarMobile .a-PickerColumns-header {
|
27657
|
+
display: none;
|
27658
|
+
}
|
27659
|
+
|
27660
|
+
.amis-scope .a-Collapse {
|
27661
|
+
border: var(--Collapse-border);
|
27662
|
+
padding: 0;
|
27663
|
+
line-height: 1.25rem;
|
27664
|
+
}
|
27665
|
+
|
27666
|
+
.amis-scope .a-Collapse-header {
|
27667
|
+
font-size: var(--Collapse-header-fontSize);
|
27668
|
+
font-weight: var(--Collapse-header-fontWeight);
|
27669
|
+
color: var(--text--loud-color);
|
27670
|
+
padding: var(--Collapse-header-padding);
|
27671
|
+
margin: 0;
|
27672
|
+
cursor: pointer;
|
27673
|
+
background: var(--Collapse-header-bg);
|
27674
|
+
}
|
27675
|
+
|
27676
|
+
.amis-scope .a-Collapse-header-wrapper {
|
27677
|
+
display: inline-flex;
|
27678
|
+
flex-direction: var(--Collapse-header-wrapper-direction);
|
27679
|
+
}
|
27680
|
+
|
27681
|
+
.amis-scope .a-Collapse-header-tpl {
|
27682
|
+
margin-right: 0.5rem;
|
27683
|
+
}
|
27684
|
+
|
27685
|
+
.amis-scope .a-Collapse-header:hover {
|
27686
|
+
background: var(--Collapse-header-onHover-bg);
|
27687
|
+
}
|
27688
|
+
|
27689
|
+
.amis-scope .a-Collapse-arrow {
|
27690
|
+
display: inline-block;
|
27691
|
+
width: 1rem;
|
27692
|
+
text-align: center;
|
27693
|
+
margin-right: var(--gap-sm);
|
27694
|
+
}
|
27695
|
+
|
27696
|
+
.amis-scope .a-Collapse-arrow:before {
|
27697
|
+
content: "";
|
27698
|
+
position: relative;
|
27699
|
+
display: inline-block;
|
27700
|
+
width: 0.375rem;
|
27701
|
+
height: 0.375rem;
|
27702
|
+
top: -0.125rem;
|
27703
|
+
border-color: var(--text-color);
|
27704
|
+
border-style: solid;
|
27705
|
+
border-width: 0.0625rem 0.0625rem 0 0;
|
27706
|
+
transform: rotate(45deg);
|
27707
|
+
transform-origin: 50% 50%;
|
27708
|
+
}
|
27709
|
+
|
27710
|
+
.amis-scope .a-Collapse-icon-tranform {
|
27711
|
+
display: inline-block;
|
27712
|
+
width: 1rem;
|
27713
|
+
text-align: center;
|
27714
|
+
margin-right: var(--gap-xs);
|
27715
|
+
}
|
27716
|
+
|
27717
|
+
.amis-scope .a-Collapse .a-TplField {
|
27718
|
+
display: inline-block;
|
27719
|
+
}
|
27720
|
+
|
27721
|
+
.amis-scope .a-Collapse.is-active .a-Collapse-arrow:before {
|
27722
|
+
transform: rotate(135deg);
|
27723
|
+
transform-origin: 50% 30%;
|
27724
|
+
}
|
27725
|
+
|
27726
|
+
.amis-scope .a-Collapse.is-active .a-Collapse-icon-tranform {
|
27727
|
+
transform: rotate(90deg);
|
27728
|
+
}
|
27729
|
+
|
27730
|
+
.amis-scope .a-Collapse--disabled .a-Collapse-header {
|
27731
|
+
cursor: not-allowed;
|
27732
|
+
user-select: none;
|
27733
|
+
color: var(--text--muted-color);
|
27734
|
+
}
|
27735
|
+
|
27736
|
+
.amis-scope .a-Collapse--disabled .a-Collapse-header:hover {
|
27737
|
+
background-color: var(--Collapse-header-bg-disabled-color);
|
27738
|
+
}
|
27739
|
+
|
27740
|
+
.amis-scope .a-Collapse--disabled .a-Collapse-arrow:before {
|
27741
|
+
border-color: var(--text--muted-color);
|
27742
|
+
}
|
27743
|
+
|
27744
|
+
.amis-scope .a-Collapse--title-bottom .a-Collapse-header {
|
27745
|
+
text-align: center;
|
27746
|
+
font-size: var(--fontSizeBase);
|
27747
|
+
border-top: var(--Collapse-header-collapsed-borderTop);
|
27748
|
+
border-bottom: var(--Collapse-header-collapsed-borderBottom);
|
27749
|
+
}
|
27750
|
+
|
27751
|
+
.amis-scope .a-Collapse--title-bottom.is-collapsed .a-Collapse-header {
|
27752
|
+
border-top: none;
|
27753
|
+
}
|
27754
|
+
|
27755
|
+
.amis-scope .a-Collapse--title-bottom .a-Collapse-arrow:before {
|
27756
|
+
top: -0.25rem;
|
27757
|
+
transform: rotate(135deg);
|
27758
|
+
}
|
27759
|
+
|
27760
|
+
.amis-scope .a-Collapse--title-bottom.is-active .a-Collapse-arrow:before {
|
27761
|
+
top: 0;
|
27762
|
+
transform: rotate(-45deg);
|
27763
|
+
}
|
27764
|
+
|
27765
|
+
.amis-scope .a-Collapse-contentWrapper {
|
27766
|
+
transition: height var(--animation-duration) ease;
|
27767
|
+
}
|
27768
|
+
|
27769
|
+
.amis-scope .a-Collapse-contentWrapper.in,
|
27770
|
+
.amis-scope .a-Collapse-contentWrapper.out {
|
27771
|
+
height: 0;
|
27772
|
+
overflow: hidden;
|
27773
|
+
}
|
27774
|
+
|
27775
|
+
.amis-scope .a-Collapse-content {
|
27776
|
+
padding: var(--Collapse-content-padding);
|
27777
|
+
color: var(--body-color);
|
27778
|
+
font-size: var(--Collapse-content-fontSize);
|
27779
|
+
font-weight: var(--Collapse-content-fontWeight);
|
27780
|
+
}
|
27781
|
+
|
27782
|
+
.amis-scope .a-CollapseGroup .a-Collapse:not(:last-child) {
|
27783
|
+
border-bottom: none;
|
27316
27784
|
}
|
27317
27785
|
|
27318
27786
|
.amis-scope .a-CollapseGroup.icon-position-right .a-Collapse-header .a-Collapse-arrow {
|
@@ -30960,7 +31428,7 @@ readers do not read off random characters that represent icons */
|
|
30960
31428
|
|
30961
31429
|
.amis-scope .a-Card-multiMedia-img {
|
30962
31430
|
display: block;
|
30963
|
-
width:
|
31431
|
+
width: auto;
|
30964
31432
|
height: auto;
|
30965
31433
|
object-fit: cover;
|
30966
31434
|
border-radius: var(--Card-borderRadius);
|
@@ -32445,13 +32913,43 @@ readers do not read off random characters that represent icons */
|
|
32445
32913
|
min-height: 24px;
|
32446
32914
|
}
|
32447
32915
|
|
32448
|
-
.amis-scope .a-
|
32449
|
-
|
32450
|
-
|
32451
|
-
|
32452
|
-
font-size: var(--
|
32453
|
-
|
32454
|
-
|
32916
|
+
.amis-scope .a-ResultBox.is-mobile {
|
32917
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
32918
|
+
border: none;
|
32919
|
+
padding: 0;
|
32920
|
+
font-size: var(--fontSizeLg);
|
32921
|
+
border: none;
|
32922
|
+
justify-content: flex-end;
|
32923
|
+
}
|
32924
|
+
|
32925
|
+
.amis-scope .a-ResultBox.is-mobile .a-ResultBox-arrow {
|
32926
|
+
margin-right: var(--gap-xs);
|
32927
|
+
width: var(--gap-md);
|
32928
|
+
text-align: center;
|
32929
|
+
display: flex;
|
32930
|
+
align-items: center;
|
32931
|
+
justify-content: center;
|
32932
|
+
line-height: 1;
|
32933
|
+
margin-left: 4px;
|
32934
|
+
}
|
32935
|
+
|
32936
|
+
.amis-scope .a-ResultBox.is-mobile .a-ResultBox-arrow > svg {
|
32937
|
+
transition: transform var(--animation-duration);
|
32938
|
+
display: inline-block;
|
32939
|
+
color: var(--Form-select-caret-iconColor);
|
32940
|
+
width: 10px;
|
32941
|
+
height: 10px;
|
32942
|
+
top: 0;
|
32943
|
+
transform: rotate(-90deg);
|
32944
|
+
}
|
32945
|
+
|
32946
|
+
.amis-scope .a-SearchBox {
|
32947
|
+
display: inline-flex;
|
32948
|
+
flex-direction: row;
|
32949
|
+
line-height: var(--Form-input-lineHeight);
|
32950
|
+
font-size: var(--Form-input-fontSize);
|
32951
|
+
flex-wrap: nowrap;
|
32952
|
+
align-items: center;
|
32455
32953
|
justify-content: flex-end;
|
32456
32954
|
height: 30px;
|
32457
32955
|
width: 30px;
|
@@ -33957,6 +34455,8 @@ readers do not read off random characters that represent icons */
|
|
33957
34455
|
pointer-events: all;
|
33958
34456
|
margin-left: var(--Checkbox-gap);
|
33959
34457
|
cursor: pointer;
|
34458
|
+
display: inline-block;
|
34459
|
+
vertical-align: middle;
|
33960
34460
|
}
|
33961
34461
|
|
33962
34462
|
.amis-scope .a-Checkbox > i + span > a {
|
@@ -34193,7 +34693,6 @@ readers do not read off random characters that represent icons */
|
|
34193
34693
|
|
34194
34694
|
.amis-scope .a-Selection > .a-Checkbox {
|
34195
34695
|
display: block;
|
34196
|
-
height: var(--Form-input-height);
|
34197
34696
|
line-height: var(--Form-input-lineHeight);
|
34198
34697
|
font-size: var(--Form-input-fontSize);
|
34199
34698
|
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));
|
@@ -34236,7 +34735,6 @@ readers do not read off random characters that represent icons */
|
|
34236
34735
|
|
34237
34736
|
.amis-scope .a-GroupedSelection-item {
|
34238
34737
|
display: flex;
|
34239
|
-
height: var(--Form-input-height);
|
34240
34738
|
line-height: var(--Form-input-lineHeight);
|
34241
34739
|
font-size: var(--Form-input-fontSize);
|
34242
34740
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34367,7 +34865,6 @@ readers do not read off random characters that represent icons */
|
|
34367
34865
|
.amis-scope .a-TreeSelection-itemInner {
|
34368
34866
|
display: flex;
|
34369
34867
|
align-items: center;
|
34370
|
-
height: var(--Form-input-height);
|
34371
34868
|
line-height: var(--Form-input-lineHeight);
|
34372
34869
|
font-size: var(--Form-input-fontSize);
|
34373
34870
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34422,6 +34919,7 @@ readers do not read off random characters that represent icons */
|
|
34422
34919
|
.amis-scope .a-ChainedSelection {
|
34423
34920
|
display: flex;
|
34424
34921
|
flex-direction: row;
|
34922
|
+
min-height: 100%;
|
34425
34923
|
}
|
34426
34924
|
|
34427
34925
|
.amis-scope .a-ChainedSelection-col {
|
@@ -34441,7 +34939,6 @@ readers do not read off random characters that represent icons */
|
|
34441
34939
|
|
34442
34940
|
.amis-scope .a-ChainedSelection-item {
|
34443
34941
|
display: flex;
|
34444
|
-
height: var(--Form-input-height);
|
34445
34942
|
line-height: var(--Form-input-lineHeight);
|
34446
34943
|
font-size: var(--Form-input-fontSize);
|
34447
34944
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
@@ -34556,6 +35053,33 @@ readers do not read off random characters that represent icons */
|
|
34556
35053
|
display: inline-block;
|
34557
35054
|
}
|
34558
35055
|
|
35056
|
+
.amis-scope .a-CityArea-popup {
|
35057
|
+
height: 17.5rem;
|
35058
|
+
}
|
35059
|
+
|
35060
|
+
.amis-scope .a-CityArea-Input {
|
35061
|
+
margin-top: var(--gap-xs);
|
35062
|
+
outline: none;
|
35063
|
+
vertical-align: top;
|
35064
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
35065
|
+
border-radius: var(--Form-input-borderRadius);
|
35066
|
+
line-height: var(--Form-input-lineHeight);
|
35067
|
+
padding: var(--Form-input-paddingY) var(--Form-input-paddingX);
|
35068
|
+
font-size: var(--Form-input-fontSize);
|
35069
|
+
display: inline-flex !important;
|
35070
|
+
}
|
35071
|
+
|
35072
|
+
.amis-scope .a-CityArea-Input::placeholder {
|
35073
|
+
color: var(--Form-input-placeholderColor);
|
35074
|
+
user-select: none;
|
35075
|
+
}
|
35076
|
+
|
35077
|
+
.amis-scope .a-CityArea-Input:focus {
|
35078
|
+
border-color: var(--Form-input-onFocused-borderColor);
|
35079
|
+
box-shadow: var(--Form-input-boxShadow);
|
35080
|
+
background: var(--Form-input-onFocused-bg);
|
35081
|
+
}
|
35082
|
+
|
34559
35083
|
.amis-scope .a-Switch {
|
34560
35084
|
cursor: pointer;
|
34561
35085
|
position: relative;
|
@@ -34836,6 +35360,7 @@ readers do not read off random characters that represent icons */
|
|
34836
35360
|
display: inline-flex;
|
34837
35361
|
vertical-align: middle;
|
34838
35362
|
text-align: left;
|
35363
|
+
align-items: center;
|
34839
35364
|
outline: none;
|
34840
35365
|
position: relative;
|
34841
35366
|
font-size: var(--Form-input-fontSize);
|
@@ -34982,10 +35507,26 @@ readers do not read off random characters that represent icons */
|
|
34982
35507
|
top: 0;
|
34983
35508
|
}
|
34984
35509
|
|
34985
|
-
.amis-scope .a-Select.is-opened .a-Select-arrow > svg {
|
35510
|
+
.amis-scope .a-Select.is-opened:not(.is-mobile) .a-Select-arrow > svg {
|
34986
35511
|
transform: rotate(180deg);
|
34987
35512
|
}
|
34988
35513
|
|
35514
|
+
.amis-scope .a-Select.is-mobile {
|
35515
|
+
min-height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
35516
|
+
border: none;
|
35517
|
+
padding: 0;
|
35518
|
+
font-size: var(--fontSizeLg);
|
35519
|
+
}
|
35520
|
+
|
35521
|
+
.amis-scope .a-Select.is-mobile .a-Select-valueWrap {
|
35522
|
+
text-align: right;
|
35523
|
+
padding-right: 4px;
|
35524
|
+
}
|
35525
|
+
|
35526
|
+
.amis-scope .a-Select.is-mobile .a-Select-arrow > svg {
|
35527
|
+
transform: rotate(-90deg);
|
35528
|
+
}
|
35529
|
+
|
34989
35530
|
.amis-scope .a-Select-menu {
|
34990
35531
|
max-height: 18.75rem;
|
34991
35532
|
overflow: auto;
|
@@ -34996,6 +35537,15 @@ readers do not read off random characters that represent icons */
|
|
34996
35537
|
margin-top: -0.1875rem;
|
34997
35538
|
}
|
34998
35539
|
|
35540
|
+
.amis-scope .a-Select-menu.is-mobile {
|
35541
|
+
width: 100%;
|
35542
|
+
text-align: center;
|
35543
|
+
}
|
35544
|
+
|
35545
|
+
.amis-scope .a-Select-menu.is-mobile .a-Select-option {
|
35546
|
+
line-height: 2.25rem;
|
35547
|
+
}
|
35548
|
+
|
34999
35549
|
.amis-scope .a-Select--longlist {
|
35000
35550
|
overflow: hidden;
|
35001
35551
|
max-height: max-content;
|
@@ -35097,8 +35647,8 @@ readers do not read off random characters that represent icons */
|
|
35097
35647
|
margin-right: var(--Checkbox-gap);
|
35098
35648
|
}
|
35099
35649
|
|
35100
|
-
.amis-scope .a-Select.is-focused,
|
35101
|
-
.amis-scope .a-Select.is-opened {
|
35650
|
+
.amis-scope .a-Select.is-focused:not(.is-mobile),
|
35651
|
+
.amis-scope .a-Select.is-opened:not(.is-mobile) {
|
35102
35652
|
border-color: var(--Form-input-onFocused-borderColor);
|
35103
35653
|
color: var(--Form-select-onFocused-color);
|
35104
35654
|
}
|
@@ -35128,6 +35678,10 @@ readers do not read off random characters that represent icons */
|
|
35128
35678
|
fill: var(--Form-input-onHover-iconColor);
|
35129
35679
|
}
|
35130
35680
|
|
35681
|
+
.amis-scope .a-Select-popup {
|
35682
|
+
height: 20rem;
|
35683
|
+
}
|
35684
|
+
|
35131
35685
|
.amis-scope .a-Select-popover {
|
35132
35686
|
margin-top: calc(var(--Form-select-outer-borderWidth) * -1);
|
35133
35687
|
background: var(--Form-select-menu-bg);
|
@@ -35207,6 +35761,7 @@ readers do not read off random characters that represent icons */
|
|
35207
35761
|
height: var(--Form-input-height);
|
35208
35762
|
line-height: var(--Form-input-lineHeight);
|
35209
35763
|
font-size: var(--Form-input-fontSize);
|
35764
|
+
align-items: center;
|
35210
35765
|
padding: calc( ( var(--Form-input-height) - var(--Form-input-lineHeight) * var(--Form-input-fontSize) ) / 2 ) var(--gap-sm);
|
35211
35766
|
}
|
35212
35767
|
|
@@ -35216,6 +35771,7 @@ readers do not read off random characters that represent icons */
|
|
35216
35771
|
}
|
35217
35772
|
|
35218
35773
|
.amis-scope .a-Selections-item > .a-Selections-dragbar {
|
35774
|
+
top: 0;
|
35219
35775
|
width: var(--gap-lg);
|
35220
35776
|
position: relative;
|
35221
35777
|
left: calc(var(--gap-xs) * -1);
|
@@ -35531,7 +36087,7 @@ readers do not read off random characters that represent icons */
|
|
35531
36087
|
}
|
35532
36088
|
|
35533
36089
|
.amis-scope .a-ColorPicker-popup {
|
35534
|
-
height:
|
36090
|
+
height: 25rem;
|
35535
36091
|
}
|
35536
36092
|
|
35537
36093
|
.amis-scope .a-ColorPicker:not(.is-disabled) {
|
@@ -35795,7 +36351,50 @@ readers do not read off random characters that represent icons */
|
|
35795
36351
|
}
|
35796
36352
|
|
35797
36353
|
.amis-scope .a-DatePicker-popup {
|
35798
|
-
height:
|
36354
|
+
height: 18.75rem;
|
36355
|
+
}
|
36356
|
+
|
36357
|
+
.amis-scope .a-DatePicker.is-mobile {
|
36358
|
+
border: 0;
|
36359
|
+
justify-content: flex-end;
|
36360
|
+
}
|
36361
|
+
|
36362
|
+
.amis-scope .a-DatePicker.is-mobile span:focus,
|
36363
|
+
.amis-scope .a-DatePicker.is-mobile a:focus {
|
36364
|
+
outline: unset;
|
36365
|
+
}
|
36366
|
+
|
36367
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-value,
|
36368
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-clear {
|
36369
|
+
display: inline-flex;
|
36370
|
+
justify-content: flex-end;
|
36371
|
+
padding: 0 0;
|
36372
|
+
}
|
36373
|
+
|
36374
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-value {
|
36375
|
+
margin-right: var(--gap-xs);
|
36376
|
+
}
|
36377
|
+
|
36378
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-placeholder {
|
36379
|
+
flex-grow: unset;
|
36380
|
+
flex-basis: unset;
|
36381
|
+
}
|
36382
|
+
|
36383
|
+
.amis-scope .a-DatePicker.is-mobile .a-DatePicker-toggler {
|
36384
|
+
margin-top: -3px;
|
36385
|
+
}
|
36386
|
+
|
36387
|
+
.amis-scope .a-DatePicker-popup.a-DatePicker-mobile {
|
36388
|
+
color: red;
|
36389
|
+
}
|
36390
|
+
|
36391
|
+
.amis-scope .a-DatePicker-popup.a-DatePicker-mobile .rdt {
|
36392
|
+
width: 100%;
|
36393
|
+
}
|
36394
|
+
|
36395
|
+
.amis-scope .a-DatePicker-popup.a-DatePicker-mobile .rdt .rdtPicker {
|
36396
|
+
width: 100%;
|
36397
|
+
padding: unset;
|
35799
36398
|
}
|
35800
36399
|
|
35801
36400
|
.amis-scope .rdt {
|
@@ -36332,7 +36931,7 @@ readers do not read off random characters that represent icons */
|
|
36332
36931
|
}
|
36333
36932
|
|
36334
36933
|
.amis-scope .a-DateRangePicker-popup {
|
36335
|
-
height:
|
36934
|
+
height: 25rem;
|
36336
36935
|
}
|
36337
36936
|
|
36338
36937
|
@media (min-width: 576px) {
|
@@ -37664,7 +38263,7 @@ readers do not read off random characters that represent icons */
|
|
37664
38263
|
}
|
37665
38264
|
|
37666
38265
|
.amis-scope .a-TreeSelect-popup {
|
37667
|
-
height:
|
38266
|
+
height: 25rem;
|
37668
38267
|
}
|
37669
38268
|
|
37670
38269
|
.amis-scope .a-TreeSelect-popover {
|
@@ -38485,25 +39084,52 @@ readers do not read off random characters that represent icons */
|
|
38485
39084
|
}
|
38486
39085
|
|
38487
39086
|
.amis-scope .a-Rating {
|
39087
|
+
display: flex;
|
39088
|
+
position: relative;
|
39089
|
+
align-items: center;
|
39090
|
+
justify-content: flex-start;
|
39091
|
+
flex-flow: row wrap;
|
39092
|
+
}
|
39093
|
+
|
39094
|
+
.amis-scope .a-Rating > ul {
|
39095
|
+
display: flex;
|
39096
|
+
padding: unset;
|
39097
|
+
margin: unset;
|
39098
|
+
align-items: center;
|
39099
|
+
justify-content: flex-start;
|
39100
|
+
flex-flow: row wrap;
|
39101
|
+
}
|
39102
|
+
|
39103
|
+
.amis-scope .a-Rating-star {
|
38488
39104
|
position: relative;
|
39105
|
+
margin-right: var(--Rating-star-margin);
|
38489
39106
|
overflow: hidden;
|
38490
39107
|
display: block;
|
38491
|
-
|
38492
|
-
|
38493
|
-
color: var(--dark);
|
39108
|
+
font-size: var(--Rating-star-size);
|
39109
|
+
line-height: 1;
|
38494
39110
|
cursor: pointer;
|
39111
|
+
user-select: none;
|
39112
|
+
color: var(--Rating-inactive-color);
|
39113
|
+
}
|
39114
|
+
|
39115
|
+
.amis-scope .a-Rating-star-half > svg.icon,
|
39116
|
+
.amis-scope .a-Rating-star > svg.icon {
|
39117
|
+
display: block;
|
39118
|
+
width: 1.5rem;
|
39119
|
+
height: 1.5rem;
|
39120
|
+
top: 0;
|
38495
39121
|
}
|
38496
39122
|
|
38497
|
-
.amis-scope .a-Rating
|
38498
|
-
|
39123
|
+
.amis-scope .a-Rating-star:last-of-type {
|
39124
|
+
margin-right: 0;
|
38499
39125
|
}
|
38500
39126
|
|
38501
|
-
.amis-scope .a-Rating.is-disabled {
|
39127
|
+
.amis-scope .a-Rating-star.is-disabled {
|
38502
39128
|
cursor: not-allowed;
|
38503
39129
|
pointer-events: none;
|
38504
39130
|
}
|
38505
39131
|
|
38506
|
-
.amis-scope .a-Rating-half
|
39132
|
+
.amis-scope .a-Rating-star-half {
|
38507
39133
|
position: absolute;
|
38508
39134
|
overflow: hidden;
|
38509
39135
|
display: block;
|
@@ -38511,8 +39137,20 @@ readers do not read off random characters that represent icons */
|
|
38511
39137
|
top: 0;
|
38512
39138
|
left: 0;
|
38513
39139
|
width: 50%;
|
38514
|
-
|
38515
|
-
|
39140
|
+
}
|
39141
|
+
|
39142
|
+
.amis-scope .a-Rating-text {
|
39143
|
+
font-size: var(--fontSizeSm);
|
39144
|
+
color: var(--text-color);
|
39145
|
+
font-weight: var(--fontWeightNormal);
|
39146
|
+
}
|
39147
|
+
|
39148
|
+
.amis-scope .a-Rating-text--left {
|
39149
|
+
margin-right: var(--Rating-star-margin);
|
39150
|
+
}
|
39151
|
+
|
39152
|
+
.amis-scope .a-Rating-text--right {
|
39153
|
+
margin-left: var(--Rating-star-margin);
|
38516
39154
|
}
|
38517
39155
|
|
38518
39156
|
.amis-scope .a-RatingControl {
|
@@ -38751,6 +39389,10 @@ readers do not read off random characters that represent icons */
|
|
38751
39389
|
flex-direction: column;
|
38752
39390
|
}
|
38753
39391
|
|
39392
|
+
.amis-scope .a-TransferDropDown-content.is-mobile {
|
39393
|
+
width: 100%;
|
39394
|
+
}
|
39395
|
+
|
38754
39396
|
.amis-scope .a-TransferDropDown-content > .a-Transfer-selection {
|
38755
39397
|
flex-grow: 1;
|
38756
39398
|
max-height: 100%;
|
@@ -38852,6 +39494,125 @@ readers do not read off random characters that represent icons */
|
|
38852
39494
|
border-bottom: 0.0625rem solid #eceff8;
|
38853
39495
|
}
|
38854
39496
|
|
39497
|
+
.amis-scope .a-NestedSelect-popup {
|
39498
|
+
height: 28.75rem;
|
39499
|
+
}
|
39500
|
+
|
39501
|
+
.amis-scope .a-Cascader-tabs {
|
39502
|
+
display: flex;
|
39503
|
+
}
|
39504
|
+
|
39505
|
+
.amis-scope .a-Cascader-tabs.scrollable {
|
39506
|
+
display: block;
|
39507
|
+
overflow-x: auto;
|
39508
|
+
white-space: nowrap;
|
39509
|
+
}
|
39510
|
+
|
39511
|
+
.amis-scope .a-Cascader-tabs.scrollable::-webkit-scrollbar {
|
39512
|
+
display: none;
|
39513
|
+
}
|
39514
|
+
|
39515
|
+
.amis-scope .a-Cascader-tab {
|
39516
|
+
flex: 1;
|
39517
|
+
width: calc((100vw - 20px) / 3);
|
39518
|
+
height: 23.125rem;
|
39519
|
+
overflow-y: auto;
|
39520
|
+
display: inline-block;
|
39521
|
+
}
|
39522
|
+
|
39523
|
+
.amis-scope .a-Cascader-tab::-webkit-scrollbar {
|
39524
|
+
display: none;
|
39525
|
+
}
|
39526
|
+
|
39527
|
+
.amis-scope .a-Cascader {
|
39528
|
+
width: 100%;
|
39529
|
+
padding: 0 10px;
|
39530
|
+
}
|
39531
|
+
|
39532
|
+
.amis-scope .a-Cascader-Nav {
|
39533
|
+
overflow-x: auto;
|
39534
|
+
}
|
39535
|
+
|
39536
|
+
.amis-scope .a-Cascader-NavItem {
|
39537
|
+
display: inline-block;
|
39538
|
+
margin-right: 0.625rem;
|
39539
|
+
list-style: none;
|
39540
|
+
cursor: pointer;
|
39541
|
+
user-select: none;
|
39542
|
+
padding: 0 0.375rem;
|
39543
|
+
}
|
39544
|
+
|
39545
|
+
.amis-scope .a-Cascader-btnGroup {
|
39546
|
+
display: flex;
|
39547
|
+
justify-content: space-between;
|
39548
|
+
align-items: center;
|
39549
|
+
height: 3.75rem;
|
39550
|
+
}
|
39551
|
+
|
39552
|
+
.amis-scope .a-Cascader-options {
|
39553
|
+
box-sizing: border-box;
|
39554
|
+
height: var(--Cascader-option-height);
|
39555
|
+
padding-top: 0.375rem;
|
39556
|
+
overflow-y: auto;
|
39557
|
+
-webkit-overflow-scrolling: touch;
|
39558
|
+
margin: 0;
|
39559
|
+
padding: 0;
|
39560
|
+
}
|
39561
|
+
|
39562
|
+
.amis-scope .a-Cascader-option {
|
39563
|
+
display: flex;
|
39564
|
+
align-items: center;
|
39565
|
+
justify-content: space-between;
|
39566
|
+
padding: 0.375rem 0;
|
39567
|
+
font-size: var(--fontSizeMd);
|
39568
|
+
line-height: var(--Cascader-option-lineHeight);
|
39569
|
+
cursor: pointer;
|
39570
|
+
position: relative;
|
39571
|
+
}
|
39572
|
+
|
39573
|
+
.amis-scope .a-Cascader-option.selected span {
|
39574
|
+
color: var(--primary);
|
39575
|
+
}
|
39576
|
+
|
39577
|
+
.amis-scope .a-Cascader-option.disabled span {
|
39578
|
+
color: gray;
|
39579
|
+
}
|
39580
|
+
|
39581
|
+
.amis-scope .a-Cascader-option--text {
|
39582
|
+
white-space: nowrap;
|
39583
|
+
overflow: hidden;
|
39584
|
+
text-overflow: ellipsis;
|
39585
|
+
user-select: none;
|
39586
|
+
}
|
39587
|
+
|
39588
|
+
.amis-scope .a-Cascader-option-selectedNum {
|
39589
|
+
min-width: 1rem;
|
39590
|
+
height: 1rem;
|
39591
|
+
line-height: 1rem;
|
39592
|
+
border-radius: 100%;
|
39593
|
+
text-align: center;
|
39594
|
+
background: var(--Form-select-menu-onActive-color);
|
39595
|
+
color: var(--white) !important;
|
39596
|
+
font-size: var(--fontSizeSm);
|
39597
|
+
display: inline-block;
|
39598
|
+
position: absolute;
|
39599
|
+
right: 0;
|
39600
|
+
top: 50%;
|
39601
|
+
transform: translateY(-50%);
|
39602
|
+
}
|
39603
|
+
|
39604
|
+
.amis-scope .a-Cascader-icon {
|
39605
|
+
color: var(--primary);
|
39606
|
+
}
|
39607
|
+
|
39608
|
+
.amis-scope .a-Cascader-tab {
|
39609
|
+
padding: 0;
|
39610
|
+
}
|
39611
|
+
|
39612
|
+
.amis-scope .a-Cascader-btnCancel {
|
39613
|
+
color: var(--PopUp-cancelAction-color);
|
39614
|
+
}
|
39615
|
+
|
38855
39616
|
.amis-scope .a-IconPickerControl {
|
38856
39617
|
position: relative;
|
38857
39618
|
max-width: 100%;
|
@@ -39510,6 +40271,176 @@ readers do not read off random characters that represent icons */
|
|
39510
40271
|
width: 10%;
|
39511
40272
|
}
|
39512
40273
|
|
40274
|
+
/* 移动端样式调整 */
|
40275
|
+
|
40276
|
+
@media (max-width: 767px) {
|
40277
|
+
.amis-scope .a-Form .a-Form-item {
|
40278
|
+
display: flex;
|
40279
|
+
flex-wrap: wrap;
|
40280
|
+
margin-bottom: 0;
|
40281
|
+
padding: var(--Form-item-gap) 0;
|
40282
|
+
position: relative;
|
40283
|
+
}
|
40284
|
+
|
40285
|
+
.amis-scope .a-Form .a-Form-item::after {
|
40286
|
+
position: absolute;
|
40287
|
+
box-sizing: border-box;
|
40288
|
+
content: " ";
|
40289
|
+
pointer-events: none;
|
40290
|
+
right: 0;
|
40291
|
+
bottom: 0;
|
40292
|
+
left: 0;
|
40293
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--borderColor);
|
40294
|
+
transform: scaleY(0.5);
|
40295
|
+
}
|
40296
|
+
|
40297
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup-addOn,
|
40298
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-addOn {
|
40299
|
+
border: none;
|
40300
|
+
}
|
40301
|
+
|
40302
|
+
.amis-scope .a-Form .a-Form-item > .a-Form-label {
|
40303
|
+
flex: 0 0 28%;
|
40304
|
+
max-width: 28%;
|
40305
|
+
min-height: 1px;
|
40306
|
+
text-align: left;
|
40307
|
+
padding-right: calc(var(--Form--horizontal-gutterWidth) / 2);
|
40308
|
+
overflow-wrap: break-word;
|
40309
|
+
margin-right: 0;
|
40310
|
+
margin-bottom: 0;
|
40311
|
+
font-size: var(--fontSizeLg);
|
40312
|
+
}
|
40313
|
+
|
40314
|
+
.amis-scope .a-Form .a-Form-item .a-Form-description {
|
40315
|
+
font-size: var(--fontSizeBase);
|
40316
|
+
}
|
40317
|
+
|
40318
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-input {
|
40319
|
+
font-size: var(--fontSizeLg);
|
40320
|
+
}
|
40321
|
+
|
40322
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-input input {
|
40323
|
+
height: calc(var(--Form-input-lineHeight) * var(--fontSizeLg));
|
40324
|
+
}
|
40325
|
+
|
40326
|
+
.amis-scope .a-Form .a-Form-item .a-Form-value,
|
40327
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control {
|
40328
|
+
flex: 1;
|
40329
|
+
flex-wrap: wrap;
|
40330
|
+
font-size: var(--fontSizeLg);
|
40331
|
+
}
|
40332
|
+
|
40333
|
+
.amis-scope .a-Form .a-Form-item .a-Form-value.is-disabled > .a-TextControl-input,
|
40334
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control.is-disabled > .a-TextControl-input {
|
40335
|
+
background: transparent;
|
40336
|
+
}
|
40337
|
+
|
40338
|
+
.amis-scope .a-Form .a-Form-item .a-Form-hint,
|
40339
|
+
.amis-scope .a-Form .a-Form-item .a-Form-remark,
|
40340
|
+
.amis-scope .a-Form .a-Form-item .a-Form-static,
|
40341
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--hor .a-Form-item,
|
40342
|
+
.amis-scope .a-Form .a-Form-item .a-SwitchControl,
|
40343
|
+
.amis-scope .a-Form .a-Form-item .a-CheckboxControl,
|
40344
|
+
.amis-scope .a-Form .a-Form-item .a-RadiosControl,
|
40345
|
+
.amis-scope .a-Form .a-Form-item .a-CheckboxesControl {
|
40346
|
+
padding-top: 0;
|
40347
|
+
padding-bottom: 0;
|
40348
|
+
}
|
40349
|
+
|
40350
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--horizontal .a-TextControl-input input {
|
40351
|
+
height: var(--Form-input-height);
|
40352
|
+
}
|
40353
|
+
|
40354
|
+
.amis-scope .a-Form .a-Form-item .a-Form-hint {
|
40355
|
+
font-size: var(--fontSizeBase);
|
40356
|
+
margin-left: 0;
|
40357
|
+
color: var(--text--muted-color);
|
40358
|
+
}
|
40359
|
+
|
40360
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl-placeholder {
|
40361
|
+
top: 0;
|
40362
|
+
}
|
40363
|
+
|
40364
|
+
.amis-scope .a-Form .a-Form-item .a-Form-static {
|
40365
|
+
min-height: 0;
|
40366
|
+
}
|
40367
|
+
|
40368
|
+
.amis-scope .a-Form .a-Form-item .a-Form-description,
|
40369
|
+
.amis-scope .a-Form .a-Form-item .a-Form-feedback {
|
40370
|
+
font-size: var(--fontSizeBase);
|
40371
|
+
}
|
40372
|
+
|
40373
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup .a-Select,
|
40374
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup .a-InputGroup-btn .a-Button {
|
40375
|
+
border: none;
|
40376
|
+
}
|
40377
|
+
|
40378
|
+
.amis-scope .a-Form .a-Form-item .a-InputGroup > .a-TextControl-input input {
|
40379
|
+
height: var(--Form-input-height);
|
40380
|
+
}
|
40381
|
+
|
40382
|
+
.amis-scope .a-Form .a-Form-item .a-ColorPicker {
|
40383
|
+
padding: 0;
|
40384
|
+
border: none;
|
40385
|
+
}
|
40386
|
+
|
40387
|
+
.amis-scope .a-Form .a-Form-item .a-ColorPicker .a-ColorPicker-arrow {
|
40388
|
+
display: none;
|
40389
|
+
}
|
40390
|
+
|
40391
|
+
.amis-scope .a-Form .a-Form-item .a-Form-group--hor .a-Form-item .a-Button {
|
40392
|
+
margin-bottom: var(--gap-xs);
|
40393
|
+
}
|
40394
|
+
|
40395
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea,
|
40396
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input,
|
40397
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input {
|
40398
|
+
border: none;
|
40399
|
+
padding: 0 var(--Form-input-paddingX) 0 0;
|
40400
|
+
box-shadow: none;
|
40401
|
+
}
|
40402
|
+
|
40403
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea:hover,
|
40404
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea:focus,
|
40405
|
+
.amis-scope .a-Form .a-Form-item .a-TextareaControl > textarea.active,
|
40406
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input:hover,
|
40407
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input:focus,
|
40408
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input.active,
|
40409
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:hover,
|
40410
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input:focus,
|
40411
|
+
.amis-scope .a-Form .a-Form-item .a-TextControl.is-focused > .a-TextControl-input.active {
|
40412
|
+
border: none;
|
40413
|
+
outline: none;
|
40414
|
+
outline-style: none;
|
40415
|
+
}
|
40416
|
+
|
40417
|
+
.amis-scope .a-Form .a-Form-item .a-Form-control > .a-TextControl-input--multiple {
|
40418
|
+
padding: 0;
|
40419
|
+
min-height: 0;
|
40420
|
+
}
|
40421
|
+
|
40422
|
+
.amis-scope .a-Form .a-Form-groupColumn {
|
40423
|
+
margin-bottom: 0;
|
40424
|
+
}
|
40425
|
+
|
40426
|
+
.amis-scope .a-Form .a-Divider {
|
40427
|
+
display: none;
|
40428
|
+
}
|
40429
|
+
|
40430
|
+
.amis-scope .a-Form .a-Tabs-pane {
|
40431
|
+
padding: 0;
|
40432
|
+
}
|
40433
|
+
|
40434
|
+
.amis-scope .a-Form > .a-Form-item:last-child::after,
|
40435
|
+
.amis-scope .a-Form > .a-Form-item:last-of-type::after {
|
40436
|
+
display: none;
|
40437
|
+
}
|
40438
|
+
|
40439
|
+
.amis-scope .a-Form .a-Form-item .a-Form-groupColumn > .a-Form-item {
|
40440
|
+
padding-bottom: var(--Form-input-paddingX);
|
40441
|
+
}
|
40442
|
+
}
|
40443
|
+
|
39513
40444
|
.amis-scope .a-AnchorNav {
|
39514
40445
|
display: flex;
|
39515
40446
|
height: 25rem;
|
@@ -39903,20 +40834,29 @@ readers do not read off random characters that represent icons */
|
|
39903
40834
|
box-sizing: content-box;
|
39904
40835
|
}
|
39905
40836
|
|
40837
|
+
.amis-scope .a-FormulaEditor-content {
|
40838
|
+
border-radius: var(--borderRadius);
|
40839
|
+
border: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40840
|
+
}
|
40841
|
+
|
39906
40842
|
.amis-scope .a-FormulaEditor-header {
|
39907
40843
|
width: 100%;
|
39908
|
-
height:
|
39909
|
-
line-height:
|
39910
|
-
padding
|
40844
|
+
height: 1.875rem;
|
40845
|
+
line-height: 1.875rem;
|
40846
|
+
padding: 0 0.625rem;
|
39911
40847
|
box-sizing: border-box;
|
39912
|
-
background:
|
40848
|
+
background: var(--Formula-header-bgColor);
|
40849
|
+
border-radius: var(--borderRadius) var(--borderRadius) 0 0;
|
40850
|
+
border-bottom: var(--Form-input-borderWidth) solid var(--Form-input-borderColor);
|
40851
|
+
font-weight: 500;
|
39913
40852
|
}
|
39914
40853
|
|
39915
40854
|
.amis-scope .a-FormulaEditor-editor {
|
39916
40855
|
min-height: 14.875rem;
|
39917
40856
|
max-height: 20rem;
|
39918
40857
|
height: auto;
|
39919
|
-
|
40858
|
+
padding: 0.625rem;
|
40859
|
+
padding-right: 0;
|
39920
40860
|
}
|
39921
40861
|
|
39922
40862
|
.amis-scope .a-FormulaEditor.is-error .a-FormulaEditor-editor {
|
@@ -40002,7 +40942,7 @@ readers do not read off random characters that represent icons */
|
|
40002
40942
|
}
|
40003
40943
|
|
40004
40944
|
.amis-scope .a-FormulaFuncList-funcItem.is-active {
|
40005
|
-
|
40945
|
+
background: var(--Formula-funcItem-bgColor-onActive);
|
40006
40946
|
}
|
40007
40947
|
|
40008
40948
|
.amis-scope .a-FormulaFuncList-groupTitle {
|
@@ -40018,8 +40958,211 @@ readers do not read off random characters that represent icons */
|
|
40018
40958
|
padding: 10px 20px;
|
40019
40959
|
}
|
40020
40960
|
|
40961
|
+
.amis-scope .a-FormulaFuncList-funcDetail pre {
|
40962
|
+
white-space: pre-wrap;
|
40963
|
+
word-wrap: break-word;
|
40964
|
+
background: var(--Formula-header-bgColor);
|
40965
|
+
padding: 0.625rem;
|
40966
|
+
border-radius: var(--borderRadius);
|
40967
|
+
margin-top: 0;
|
40968
|
+
}
|
40969
|
+
|
40970
|
+
.amis-scope .a-FormulaFuncList-funcDetail div {
|
40971
|
+
color: var(--text--loud-color);
|
40972
|
+
}
|
40973
|
+
|
40021
40974
|
.amis-scope .a-FormulaPicker-icon {
|
40022
40975
|
margin-left: auto;
|
40976
|
+
margin-right: 0.3125rem;
|
40977
|
+
}
|
40978
|
+
|
40979
|
+
.amis-scope .a-Timeline-vertical {
|
40980
|
+
display: flex;
|
40981
|
+
flex-flow: column;
|
40982
|
+
}
|
40983
|
+
|
40984
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem {
|
40985
|
+
display: flex;
|
40986
|
+
flex: 1;
|
40987
|
+
flex-direction: row;
|
40988
|
+
}
|
40989
|
+
|
40990
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
|
40991
|
+
display: none;
|
40992
|
+
}
|
40993
|
+
|
40994
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle {
|
40995
|
+
position: relative;
|
40996
|
+
flex: var(--TimelineItem--axle-flex);
|
40997
|
+
}
|
40998
|
+
|
40999
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-line {
|
41000
|
+
position: absolute;
|
41001
|
+
height: calc(100% - var(--TimelineItem--left-line-top));
|
41002
|
+
width: var(--TimelineItem--left-line-width);
|
41003
|
+
left: var(--TimelineItem--left-line-left);
|
41004
|
+
top: var(--TimelineItem--left-line-top);
|
41005
|
+
background-color: var(--TimelineItem--line-bg);
|
41006
|
+
}
|
41007
|
+
|
41008
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round {
|
41009
|
+
position: absolute;
|
41010
|
+
width: var(--TimelineItem--round-width);
|
41011
|
+
height: var(--TimelineItem--round-height);
|
41012
|
+
left: var(--TimelineItem--round-left);
|
41013
|
+
top: var(--TimelineItem--round-top);
|
41014
|
+
background: var(--TimelineItem-round-bg);
|
41015
|
+
border-radius: var(--TimelineItem--round-radius);
|
41016
|
+
}
|
41017
|
+
|
41018
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--danger {
|
41019
|
+
background: var(--Timeline--danger-bg);
|
41020
|
+
}
|
41021
|
+
|
41022
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--info {
|
41023
|
+
background: var(--Timeline--info-bg);
|
41024
|
+
}
|
41025
|
+
|
41026
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--success {
|
41027
|
+
background: var(--Timeline--success-bg);
|
41028
|
+
}
|
41029
|
+
|
41030
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-round--warning {
|
41031
|
+
background: var(--Timeline--warning-bg);
|
41032
|
+
}
|
41033
|
+
|
41034
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-axle .a-TimelineItem-icon {
|
41035
|
+
position: absolute;
|
41036
|
+
width: var(--TimelineItem--icon-width);
|
41037
|
+
height: var(--TimelineItem--icon-height);
|
41038
|
+
left: var(--TimelineItem--icon-left);
|
41039
|
+
border-radius: var(--TimelineItem--icon-radius);
|
41040
|
+
}
|
41041
|
+
|
41042
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content {
|
41043
|
+
padding-bottom: var(--TimelineItem--content-padding-bottom);
|
41044
|
+
margin-left: var(--TimelineItem--content-margin-left);
|
41045
|
+
}
|
41046
|
+
|
41047
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-time {
|
41048
|
+
color: var(--TimelineItem--text-secondary-color);
|
41049
|
+
font-size: var(--Timeline--font-size);
|
41050
|
+
margin-bottom: var(--TimelineItem--content-time-margin-bottom);
|
41051
|
+
}
|
41052
|
+
|
41053
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-title {
|
41054
|
+
color: var(--TimelineItem--text-primary-color);
|
41055
|
+
font-size: var(--Timeline--font-size);
|
41056
|
+
margin-bottom: var(--TimelineItem--content-title-margin-bottom);
|
41057
|
+
}
|
41058
|
+
|
41059
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-button {
|
41060
|
+
display: flex;
|
41061
|
+
cursor: pointer;
|
41062
|
+
align-items: center;
|
41063
|
+
font-size: var(--Timeline--font-size);
|
41064
|
+
color: var(--TimelineItem--detail-button-color);
|
41065
|
+
margin-bottom: var(--TimelineItem--detail-button-margin-bottom);
|
41066
|
+
}
|
41067
|
+
|
41068
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow {
|
41069
|
+
width: var(--TimelineItem-detail-arrow-width);
|
41070
|
+
height: var(--TimelineItem-detail-arrow-width);
|
41071
|
+
}
|
41072
|
+
|
41073
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-arrow-top {
|
41074
|
+
transform: rotateX(180deg);
|
41075
|
+
}
|
41076
|
+
|
41077
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-visible {
|
41078
|
+
display: block;
|
41079
|
+
max-width: var(--TimelineItem-detail-visible-max-width);
|
41080
|
+
font-size: var(--Timeline--font-size);
|
41081
|
+
padding: var(--TimelineItem-detail-visible-padding);
|
41082
|
+
box-shadow: var(--TimelineItem-detail-visible-shadow);
|
41083
|
+
}
|
41084
|
+
|
41085
|
+
.amis-scope .a-Timeline-vertical .a-TimelineItem-content .a-TimelineItem-detail .a-TimelineItem-detail-invisible {
|
41086
|
+
display: none;
|
41087
|
+
}
|
41088
|
+
|
41089
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-left .a-TimelineItem {
|
41090
|
+
flex-direction: row-reverse;
|
41091
|
+
}
|
41092
|
+
|
41093
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(odd) {
|
41094
|
+
flex-direction: row-reverse;
|
41095
|
+
max-width: 50%;
|
41096
|
+
}
|
41097
|
+
|
41098
|
+
.amis-scope .a-Timeline-vertical.a-Timeline-alternate .a-TimelineItem:nth-child(even) {
|
41099
|
+
margin-left: calc(50% - var(--Timeline-alternate-margin-left));
|
41100
|
+
max-width: calc(50% + var(--Timeline-alternate-margin-left));
|
41101
|
+
}
|
41102
|
+
|
41103
|
+
.amis-scope .a-Timeline-horizontal {
|
41104
|
+
display: flex;
|
41105
|
+
flex-flow: row;
|
41106
|
+
margin-left: 50%;
|
41107
|
+
transform: translateX(-50%);
|
41108
|
+
}
|
41109
|
+
|
41110
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem {
|
41111
|
+
display: flex;
|
41112
|
+
width: -webkit-fill-available;
|
41113
|
+
flex-flow: column;
|
41114
|
+
}
|
41115
|
+
|
41116
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem:last-of-type .a-TimelineItem-axle .a-TimelineItem-line {
|
41117
|
+
display: none;
|
41118
|
+
}
|
41119
|
+
|
41120
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle {
|
41121
|
+
position: relative;
|
41122
|
+
flex: var(--TimelineItem--axle-flex);
|
41123
|
+
}
|
41124
|
+
|
41125
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-line {
|
41126
|
+
position: absolute;
|
41127
|
+
height: var(--TimelineItem--left-line-width);
|
41128
|
+
width: calc(100% - var(--TimelineItem--left-line-left));
|
41129
|
+
left: var(--TimelineItem--left-line-top);
|
41130
|
+
top: var(--TimelineItem--left-line-left);
|
41131
|
+
background-color: var(--TimelineItem--line-bg);
|
41132
|
+
}
|
41133
|
+
|
41134
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round {
|
41135
|
+
position: absolute;
|
41136
|
+
width: var(--TimelineItem--round-width);
|
41137
|
+
height: var(--TimelineItem--round-height);
|
41138
|
+
left: var(--TimelineItem--round-top);
|
41139
|
+
top: var(--TimelineItem--round-left);
|
41140
|
+
background: var(--TimelineItem-round-bg);
|
41141
|
+
border-radius: var(--TimelineItem--round-radius);
|
41142
|
+
}
|
41143
|
+
|
41144
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--danger {
|
41145
|
+
background: var(--Timeline--danger-bg);
|
41146
|
+
}
|
41147
|
+
|
41148
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--info {
|
41149
|
+
background: var(--Timeline--info-bg);
|
41150
|
+
}
|
41151
|
+
|
41152
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--success {
|
41153
|
+
background: var(--Timeline--success-bg);
|
41154
|
+
}
|
41155
|
+
|
41156
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-round--warning {
|
41157
|
+
background: var(--Timeline--warning-bg);
|
41158
|
+
}
|
41159
|
+
|
41160
|
+
.amis-scope .a-Timeline-horizontal .a-TimelineItem-axle .a-TimelineItem-icon {
|
41161
|
+
position: absolute;
|
41162
|
+
width: var(--TimelineItem--icon-width);
|
41163
|
+
height: var(--TimelineItem--icon-height);
|
41164
|
+
left: var(--TimelineItem--icon-left);
|
41165
|
+
border-radius: var(--TimelineItem--icon-radius);
|
40023
41166
|
}
|
40024
41167
|
|
40025
41168
|
/*
|