amis 1.6.5-beta.3 → 1.8.0-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Schema.d.ts +3 -2
- package/lib/Schema.js +0 -1
- package/lib/Schema.js.map +2 -2
- package/lib/components/Alert2.js +4 -2
- package/lib/components/Alert2.js.map +2 -2
- package/lib/components/AssociatedSelection.d.ts +84 -84
- package/lib/components/Avatar.d.ts +20 -20
- package/lib/components/Breadcrumb.d.ts +130 -0
- package/lib/components/Breadcrumb.js +161 -0
- package/lib/components/Breadcrumb.js.map +13 -0
- package/lib/components/Card.d.ts +20 -20
- package/lib/components/ChainedSelection.d.ts +84 -84
- package/lib/components/CityArea.js +3 -0
- package/lib/components/CityArea.js.map +2 -2
- package/lib/components/Collapse.d.ts +20 -20
- package/lib/components/CollapseGroup.d.ts +20 -20
- package/lib/components/DatePicker.d.ts +84 -84
- package/lib/components/DateRangePicker.d.ts +2 -2
- package/lib/components/DateRangePicker.js +36 -45
- package/lib/components/DateRangePicker.js.map +2 -2
- package/lib/components/GroupedSelection.d.ts +84 -84
- package/lib/components/Layout.d.ts +21 -21
- package/lib/components/ListGroup.d.ts +21 -21
- package/lib/components/PopUp.js +2 -1
- package/lib/components/PopUp.js.map +2 -2
- package/lib/components/Radios.d.ts +21 -21
- package/lib/components/Range.js.map +2 -2
- package/lib/components/Selection.d.ts +84 -84
- package/lib/components/TableSelection.d.ts +84 -84
- package/lib/components/Tabs.d.ts +52 -23
- package/lib/components/Tabs.js +198 -46
- package/lib/components/Tabs.js.map +2 -2
- package/lib/components/TooltipWrapper.d.ts +21 -20
- package/lib/components/TooltipWrapper.js +2 -2
- package/lib/components/TooltipWrapper.js.map +2 -2
- package/lib/components/Transfer.d.ts +84 -84
- package/lib/components/TransferDropDown.d.ts +84 -84
- package/lib/components/Tree.d.ts +84 -84
- package/lib/components/TreeSelection.d.ts +84 -84
- package/lib/components/calendar/Calendar.js +5 -0
- package/lib/components/calendar/Calendar.js.map +2 -2
- package/lib/components/calendar/DaysView.js.map +1 -1
- package/lib/components/icons.js +8 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/components/index.d.ts +2 -1
- package/lib/components/index.js +4 -2
- package/lib/components/index.js.map +2 -2
- package/lib/icons/cloud-upload.js +17 -0
- package/lib/icons/image.js +7 -0
- package/lib/icons/refresh.js +9 -0
- package/lib/icons/trash.js +10 -0
- package/lib/icons/upload.js +3 -8
- package/lib/index.d.ts +1 -0
- package/lib/index.js +2 -1
- package/lib/index.js.map +2 -2
- package/lib/locale/en-US.js +3 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +4 -2
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +1 -1
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/Breadcrumb.d.ts +41 -6
- package/lib/renderers/Breadcrumb.js +23 -19
- package/lib/renderers/Breadcrumb.js.map +2 -2
- package/lib/renderers/ButtonGroup.d.ts +2 -2
- package/lib/renderers/ButtonGroup.js.map +1 -1
- package/lib/renderers/Form/ChainedSelect.d.ts +4 -1
- package/lib/renderers/Form/ChainedSelect.js +83 -34
- package/lib/renderers/Form/ChainedSelect.js.map +2 -2
- package/lib/renderers/Form/Checkbox.d.ts +3 -0
- package/lib/renderers/Form/Checkbox.js +38 -1
- package/lib/renderers/Form/Checkbox.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +4 -3
- package/lib/renderers/Form/Combo.js +81 -32
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +1 -1
- package/lib/renderers/Form/InputCity.d.ts +84 -84
- package/lib/renderers/Form/InputCity.js +4 -1
- package/lib/renderers/Form/InputCity.js.map +2 -2
- package/lib/renderers/Form/InputColor.js +3 -1
- package/lib/renderers/Form/InputColor.js.map +2 -2
- package/lib/renderers/Form/InputDate.js +3 -1
- package/lib/renderers/Form/InputDate.js.map +2 -2
- package/lib/renderers/Form/InputDateRange.js +3 -1
- package/lib/renderers/Form/InputDateRange.js.map +2 -2
- package/lib/renderers/Form/InputExcel.d.ts +4 -0
- package/lib/renderers/Form/InputExcel.js +33 -6
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputFile.d.ts +8 -1
- package/lib/renderers/Form/InputFile.js +71 -42
- package/lib/renderers/Form/InputFile.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +4 -1
- package/lib/renderers/Form/InputImage.js +21 -9
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputRange.d.ts +27 -9
- package/lib/renderers/Form/InputRange.js +88 -23
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/InputSubForm.js +2 -1
- package/lib/renderers/Form/InputSubForm.js.map +2 -2
- package/lib/renderers/Form/InputTag.js +2 -1
- package/lib/renderers/Form/InputTag.js.map +2 -2
- package/lib/renderers/Form/MatrixCheckboxes.js +2 -1
- package/lib/renderers/Form/MatrixCheckboxes.js.map +2 -2
- package/lib/renderers/Form/NestedSelect.d.ts +9 -6
- package/lib/renderers/Form/NestedSelect.js +247 -130
- package/lib/renderers/Form/NestedSelect.js.map +2 -2
- package/lib/renderers/Form/Options.js +2 -1
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/Radios.js +2 -1
- package/lib/renderers/Form/Radios.js.map +2 -2
- package/lib/renderers/Form/Select.js +6 -3
- package/lib/renderers/Form/Select.js.map +2 -2
- package/lib/renderers/Form/Switch.d.ts +7 -6
- package/lib/renderers/Form/Switch.js +4 -1
- package/lib/renderers/Form/Switch.js.map +2 -2
- package/lib/renderers/Log.js +2 -1
- package/lib/renderers/Log.js.map +2 -2
- package/lib/renderers/PopOver.js +1 -1
- package/lib/renderers/PopOver.js.map +2 -2
- package/lib/renderers/Tabs.d.ts +58 -5
- package/lib/renderers/Tabs.js +170 -58
- package/lib/renderers/Tabs.js.map +2 -2
- package/lib/renderers/TooltipWrapper.d.ts +104 -0
- package/lib/renderers/TooltipWrapper.js +59 -0
- package/lib/renderers/TooltipWrapper.js.map +13 -0
- package/lib/renderers/Video.d.ts +6 -0
- package/lib/renderers/Video.js +13 -6
- package/lib/renderers/Video.js.map +2 -2
- package/lib/store/form.js +4 -13
- package/lib/store/form.js.map +2 -2
- package/lib/store/table.js +1 -1
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +742 -160
- package/lib/themes/ang.css +793 -163
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +757 -175
- package/lib/themes/antd.css +793 -163
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +1249 -667
- package/lib/themes/cxd.css +970 -321
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +742 -160
- package/lib/themes/dark.css +793 -163
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default-ie11.css +1249 -667
- package/lib/themes/default.css +970 -321
- package/lib/themes/default.css.map +1 -1
- package/package.json +1 -1
- package/schema.json +16012 -736
- package/scss/_properties.scss +56 -2
- package/scss/components/_alert.scss +1 -1
- package/scss/components/_breadcrumb.scss +90 -1
- package/scss/components/_button-group.scss +15 -0
- package/scss/components/_city-area.scss +2 -0
- package/scss/components/_popup.scss +13 -3
- package/scss/components/_tabs.scss +629 -132
- package/scss/components/_tooltip.scss +72 -0
- package/scss/components/form/_file.scss +82 -24
- package/scss/components/form/_image.scss +30 -25
- package/scss/components/form/_number.scss +2 -0
- package/scss/components/form/_switch.scss +1 -3
- package/scss/themes/_cxd-colors.scss +47 -47
- package/scss/themes/_cxd-variables.scss +20 -0
- package/sdk/ang-ie11.css +879 -196
- package/sdk/ang.css +931 -200
- package/sdk/antd-ie11.css +951 -268
- package/sdk/antd.css +931 -200
- package/sdk/barcode.js +51 -51
- package/sdk/charts.js +14 -14
- package/sdk/codemirror.js +7 -7
- package/sdk/color-picker.js +65 -65
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1386 -703
- package/sdk/cxd.css +1107 -357
- package/sdk/dark-ie11.css +879 -196
- package/sdk/dark.css +931 -200
- package/sdk/exceljs.js +1 -1
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +17 -17
- package/sdk/rich-text.js +62 -62
- package/sdk/sdk-ie11.css +1386 -703
- package/sdk/sdk.css +1107 -357
- package/sdk/sdk.js +1260 -1248
- package/sdk/thirds/hls.js/hls.js +1 -1
- package/sdk/thirds/mpegts.js/mpegts.js +1 -1
- package/sdk/tinymce.js +57 -57
- package/src/Schema.ts +5 -2
- package/src/components/Alert2.tsx +9 -3
- package/src/components/Breadcrumb.tsx +294 -0
- package/src/components/CityArea.tsx +3 -0
- package/src/components/DateRangePicker.tsx +40 -68
- package/src/components/PopUp.tsx +6 -5
- package/src/components/Range.tsx +7 -1
- package/src/components/Tabs.tsx +300 -54
- package/src/components/TooltipWrapper.tsx +4 -1
- package/src/components/calendar/Calendar.tsx +5 -0
- package/src/components/calendar/DaysView.tsx +2 -2
- package/src/components/icons.tsx +8 -0
- package/src/components/index.tsx +2 -0
- package/src/icons/cloud-upload.svg +22 -0
- package/src/icons/image.svg +1 -0
- package/src/icons/refresh.svg +7 -0
- package/src/icons/trash.svg +8 -0
- package/src/icons/upload.svg +4 -9
- package/src/index.tsx +1 -0
- package/src/locale/en-US.ts +3 -1
- package/src/locale/zh-CN.ts +4 -2
- package/src/renderers/Action.tsx +2 -1
- package/src/renderers/Breadcrumb.tsx +89 -45
- package/src/renderers/ButtonGroup.tsx +2 -2
- package/src/renderers/Form/ChainedSelect.tsx +56 -12
- package/src/renderers/Form/Checkbox.tsx +30 -1
- package/src/renderers/Form/Combo.tsx +84 -26
- package/src/renderers/Form/InputCity.tsx +13 -1
- package/src/renderers/Form/InputColor.tsx +2 -0
- package/src/renderers/Form/InputDate.tsx +2 -0
- package/src/renderers/Form/InputDateRange.tsx +2 -0
- package/src/renderers/Form/InputExcel.tsx +27 -5
- package/src/renderers/Form/InputFile.tsx +167 -115
- package/src/renderers/Form/InputImage.tsx +61 -35
- package/src/renderers/Form/InputRange.tsx +95 -40
- package/src/renderers/Form/InputSubForm.tsx +2 -1
- package/src/renderers/Form/InputTag.tsx +3 -1
- package/src/renderers/Form/MatrixCheckboxes.tsx +3 -1
- package/src/renderers/Form/NestedSelect.tsx +75 -26
- package/src/renderers/Form/Options.tsx +3 -1
- package/src/renderers/Form/Radios.tsx +3 -1
- package/src/renderers/Form/Select.tsx +6 -2
- package/src/renderers/Form/Switch.tsx +16 -9
- package/src/renderers/Log.tsx +2 -1
- package/src/renderers/PopOver.tsx +1 -1
- package/src/renderers/Tabs.tsx +254 -93
- package/src/renderers/TooltipWrapper.tsx +219 -0
- package/src/renderers/Video.tsx +21 -6
- package/src/store/form.ts +0 -9
- package/src/store/table.ts +1 -1
package/sdk/ang-ie11.css
CHANGED
@@ -25433,13 +25433,109 @@ readers do not read off random characters that represent icons */
|
|
25433
25433
|
transform: scale(1.1);
|
25434
25434
|
}
|
25435
25435
|
|
25436
|
+
.amis-scope .a-Breadcrumb {
|
25437
|
+
font-size: 0.875rem;
|
25438
|
+
font-weight: 400;
|
25439
|
+
color: #83868c;
|
25440
|
+
}
|
25441
|
+
|
25436
25442
|
.amis-scope .a-Breadcrumb-icon {
|
25437
25443
|
margin-right: 0.125rem;
|
25444
|
+
min-width: 0.25rem;
|
25445
|
+
}
|
25446
|
+
|
25447
|
+
.amis-scope .a-Breadcrumb-item {
|
25448
|
+
position: relative;
|
25449
|
+
}
|
25450
|
+
|
25451
|
+
.amis-scope .a-Breadcrumb-item-default {
|
25452
|
+
cursor: pointer;
|
25453
|
+
color: #83868c;
|
25454
|
+
}
|
25455
|
+
|
25456
|
+
.amis-scope .a-Breadcrumb-item-dropdown {
|
25457
|
+
cursor: pointer;
|
25458
|
+
color: #151a26;
|
25459
|
+
}
|
25460
|
+
|
25461
|
+
.amis-scope .a-Breadcrumb-item a:hover {
|
25462
|
+
color: #2468f2;
|
25463
|
+
}
|
25464
|
+
|
25465
|
+
.amis-scope .a-Breadcrumb-item a:active {
|
25466
|
+
color: #1c53c1;
|
25467
|
+
}
|
25468
|
+
|
25469
|
+
.amis-scope .a-Breadcrumb-item-last .a-Breadcrumb-item-default {
|
25470
|
+
font-weight: 500;
|
25471
|
+
color: #151a26;
|
25472
|
+
}
|
25473
|
+
|
25474
|
+
.amis-scope .a-Breadcrumb-item-caret {
|
25475
|
+
margin-left: 0.5rem;
|
25476
|
+
cursor: pointer;
|
25477
|
+
display: inline-block;
|
25478
|
+
transition: transform 0s ease;
|
25479
|
+
}
|
25480
|
+
|
25481
|
+
.amis-scope .a-Breadcrumb-item-caret > svg {
|
25482
|
+
width: 0.625rem;
|
25483
|
+
height: 0.625rem;
|
25484
|
+
top: 0.0625rem;
|
25485
|
+
}
|
25486
|
+
|
25487
|
+
.amis-scope .a-Breadcrumb-item.is-opened .a-Breadcrumb-item-caret {
|
25488
|
+
transform: translateY(0.125rem) rotate(180deg);
|
25489
|
+
color: #2468f2;
|
25490
|
+
}
|
25491
|
+
|
25492
|
+
.amis-scope .a-Breadcrumb-item.is-opened .a-Breadcrumb-item-default {
|
25493
|
+
color: #2468f2;
|
25438
25494
|
}
|
25439
25495
|
|
25440
25496
|
.amis-scope .a-Breadcrumb-separator {
|
25441
25497
|
user-select: none;
|
25442
|
-
margin: 0 0.
|
25498
|
+
margin: 0 0.5rem;
|
25499
|
+
text-align: center;
|
25500
|
+
min-width: 0.25rem;
|
25501
|
+
}
|
25502
|
+
|
25503
|
+
.amis-scope .a-Breadcrumb-dropdown {
|
25504
|
+
position: absolute;
|
25505
|
+
z-index: 1000;
|
25506
|
+
top: 100%;
|
25507
|
+
left: 0;
|
25508
|
+
margin: 0.0625rem 0;
|
25509
|
+
background: #fff;
|
25510
|
+
list-style: none;
|
25511
|
+
padding: 0.25rem 0;
|
25512
|
+
border: 0.0625rem solid #d1d5db;
|
25513
|
+
border-radius: 0.142rem;
|
25514
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
25515
|
+
min-width: 100%;
|
25516
|
+
text-align: left;
|
25517
|
+
font-size: 0.75rem;
|
25518
|
+
}
|
25519
|
+
|
25520
|
+
.amis-scope .a-Breadcrumb-dropdown > li {
|
25521
|
+
padding: 0.5rem calc(
|
25522
|
+
(2rem - 0.75rem) / 2
|
25523
|
+
);
|
25524
|
+
white-space: nowrap;
|
25525
|
+
box-sizing: border-box;
|
25526
|
+
padding-left: 0.75rem;
|
25527
|
+
vertical-align: middle;
|
25528
|
+
user-select: none;
|
25529
|
+
color: #151a26;
|
25530
|
+
background-color: #ffffff;
|
25531
|
+
}
|
25532
|
+
|
25533
|
+
.amis-scope .a-Breadcrumb-dropdown > li:hover {
|
25534
|
+
background: #e9f0fd;
|
25535
|
+
}
|
25536
|
+
|
25537
|
+
.amis-scope .a-Breadcrumb-dropdown > li:hover a {
|
25538
|
+
color: #2468f2;
|
25443
25539
|
}
|
25444
25540
|
|
25445
25541
|
.amis-scope .a-Badge {
|
@@ -26353,6 +26449,7 @@ readers do not read off random characters that represent icons */
|
|
26353
26449
|
border-bottom: 0.0625rem solid #ebebeb;
|
26354
26450
|
border-top-left-radius: calc( 0.428rem - 0.0625rem );
|
26355
26451
|
border-top-right-radius: calc( 0.428rem - 0.0625rem );
|
26452
|
+
font-weight: bold;
|
26356
26453
|
}
|
26357
26454
|
|
26358
26455
|
.amis-scope .a-Tooltip-title:empty {
|
@@ -26364,6 +26461,62 @@ readers do not read off random characters that represent icons */
|
|
26364
26461
|
padding: 0.5rem 0.5rem;
|
26365
26462
|
}
|
26366
26463
|
|
26464
|
+
.amis-scope .a-Tooltip--dark {
|
26465
|
+
background: rgba(7, 12, 20, 0.85);
|
26466
|
+
border: none;
|
26467
|
+
box-shadow: 0 2px 8px 0 rgba(7, 12, 20, 0.12);
|
26468
|
+
}
|
26469
|
+
|
26470
|
+
.amis-scope .a-Tooltip--dark .a-Tooltip-title {
|
26471
|
+
color: #fff;
|
26472
|
+
background: transparent;
|
26473
|
+
border-bottom: none;
|
26474
|
+
}
|
26475
|
+
|
26476
|
+
.amis-scope .a-Tooltip--dark .a-Tooltip-title::before {
|
26477
|
+
border-bottom-color: transparent;
|
26478
|
+
}
|
26479
|
+
|
26480
|
+
.amis-scope .a-Tooltip--dark .a-Tooltip-body {
|
26481
|
+
color: #fff;
|
26482
|
+
}
|
26483
|
+
|
26484
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--top .a-Tooltip-arrow::before {
|
26485
|
+
border-width: 0;
|
26486
|
+
}
|
26487
|
+
|
26488
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--top .a-Tooltip-arrow::after {
|
26489
|
+
border-top-color: rgba(7, 12, 20, 0.85);
|
26490
|
+
}
|
26491
|
+
|
26492
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--bottom .a-Tooltip-arrow::before {
|
26493
|
+
border-width: 0;
|
26494
|
+
}
|
26495
|
+
|
26496
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--bottom .a-Tooltip-arrow::after {
|
26497
|
+
border-bottom-color: rgba(7, 12, 20, 0.85);
|
26498
|
+
}
|
26499
|
+
|
26500
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--left .a-Tooltip-arrow::before {
|
26501
|
+
border-width: 0;
|
26502
|
+
}
|
26503
|
+
|
26504
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--left .a-Tooltip-arrow::after {
|
26505
|
+
border-left-color: rgba(7, 12, 20, 0.85);
|
26506
|
+
}
|
26507
|
+
|
26508
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--right .a-Tooltip-arrow::before {
|
26509
|
+
border-width: 0;
|
26510
|
+
}
|
26511
|
+
|
26512
|
+
.amis-scope .a-Tooltip--dark.a-Tooltip--right .a-Tooltip-arrow::after {
|
26513
|
+
border-right-color: rgba(7, 12, 20, 0.85);
|
26514
|
+
}
|
26515
|
+
|
26516
|
+
.amis-scope .a-TooltipWrapper--inline {
|
26517
|
+
display: inline-block;
|
26518
|
+
}
|
26519
|
+
|
26367
26520
|
@keyframes tooltipIn {
|
26368
26521
|
from {
|
26369
26522
|
opacity: 0;
|
@@ -26597,6 +26750,19 @@ readers do not read off random characters that represent icons */
|
|
26597
26750
|
flex-direction: column;
|
26598
26751
|
}
|
26599
26752
|
|
26753
|
+
.amis-scope .a-PopUp-closeBox {
|
26754
|
+
width: 3rem;
|
26755
|
+
height: 3rem;
|
26756
|
+
position: absolute;
|
26757
|
+
z-index: 1;
|
26758
|
+
cursor: pointer;
|
26759
|
+
right: 0;
|
26760
|
+
top: 0;
|
26761
|
+
display: flex;
|
26762
|
+
justify-content: center;
|
26763
|
+
align-items: center;
|
26764
|
+
}
|
26765
|
+
|
26600
26766
|
.amis-scope .a-PopUp-closeWrap {
|
26601
26767
|
position: relative;
|
26602
26768
|
text-align: center;
|
@@ -26605,12 +26771,9 @@ readers do not read off random characters that represent icons */
|
|
26605
26771
|
}
|
26606
26772
|
|
26607
26773
|
.amis-scope .a-PopUp-closeWrap .a-PopUp-close {
|
26608
|
-
position: absolute;
|
26609
26774
|
z-index: 1;
|
26610
26775
|
color: #4b5563;
|
26611
26776
|
cursor: pointer;
|
26612
|
-
top: 0.9375rem;
|
26613
|
-
right: 0.9375rem;
|
26614
26777
|
}
|
26615
26778
|
|
26616
26779
|
.amis-scope .a-PopUp-toolbar {
|
@@ -27334,68 +27497,123 @@ readers do not read off random characters that represent icons */
|
|
27334
27497
|
cursor: move;
|
27335
27498
|
}
|
27336
27499
|
|
27337
|
-
.amis-scope .a-Tabs-
|
27500
|
+
.amis-scope .a-Tabs-drag-tip {
|
27501
|
+
display: none;
|
27502
|
+
}
|
27503
|
+
|
27504
|
+
.amis-scope .a-Tabs-linksWrapper {
|
27505
|
+
display: flex;
|
27506
|
+
align-items: center;
|
27507
|
+
justify-content: flex-start;
|
27508
|
+
border-bottom: 0.0625rem solid var(--Tabs--simple-split-color);
|
27509
|
+
}
|
27510
|
+
|
27511
|
+
.amis-scope .a-Tabs-linksContainer-wrapper {
|
27338
27512
|
position: relative;
|
27513
|
+
display: flex;
|
27514
|
+
align-items: center;
|
27515
|
+
justify-content: flex-start;
|
27516
|
+
}
|
27517
|
+
|
27518
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
27519
|
+
display: flex;
|
27520
|
+
margin-left: 1.25rem;
|
27521
|
+
align-items: center;
|
27522
|
+
justify-content: flex-start;
|
27523
|
+
padding: 0 0 10px;
|
27524
|
+
white-space: nowrap;
|
27525
|
+
cursor: pointer;
|
27526
|
+
}
|
27527
|
+
|
27528
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-addable-icon {
|
27529
|
+
width: 0.9375rem;
|
27530
|
+
height: 0.9375rem;
|
27531
|
+
padding: 0.0625rem;
|
27532
|
+
margin-right: 0.25rem;
|
27533
|
+
}
|
27534
|
+
|
27535
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-addable span {
|
27536
|
+
margin-left: 4px;
|
27537
|
+
line-height: 1;
|
27538
|
+
}
|
27539
|
+
|
27540
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-addable:hover {
|
27541
|
+
color: #7266ba;
|
27542
|
+
fill: #7266ba;
|
27339
27543
|
}
|
27340
27544
|
|
27341
|
-
.amis-scope .a-Tabs-linksContainer-
|
27545
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer {
|
27546
|
+
flex-grow: 1;
|
27547
|
+
position: relative;
|
27548
|
+
display: flex;
|
27549
|
+
align-items: center;
|
27550
|
+
overflow: hidden;
|
27551
|
+
}
|
27552
|
+
|
27553
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow {
|
27554
|
+
margin: 0 0 10px;
|
27555
|
+
width: 16px;
|
27342
27556
|
height: 100%;
|
27343
27557
|
display: flex;
|
27344
27558
|
align-items: center;
|
27345
|
-
top: 0;
|
27346
27559
|
cursor: pointer;
|
27347
|
-
|
27560
|
+
box-sizing: content-box;
|
27348
27561
|
}
|
27349
27562
|
|
27350
|
-
.amis-scope .a-Tabs-linksContainer-arrow .iconfont {
|
27563
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow .iconfont {
|
27351
27564
|
font-size: 0.875rem;
|
27352
27565
|
}
|
27353
27566
|
|
27354
|
-
.amis-scope .a-Tabs-linksContainer-arrow:hover {
|
27567
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow:hover {
|
27355
27568
|
color: #111827;
|
27356
27569
|
}
|
27357
27570
|
|
27358
|
-
.amis-scope .a-Tabs-linksContainer-arrow--left {
|
27359
|
-
|
27571
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow--left {
|
27572
|
+
padding-right: 16px;
|
27360
27573
|
}
|
27361
27574
|
|
27362
|
-
.amis-scope .a-Tabs-linksContainer-arrow--right {
|
27363
|
-
|
27575
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow--right {
|
27576
|
+
padding-left: 16px;
|
27364
27577
|
}
|
27365
27578
|
|
27366
|
-
.amis-scope .a-Tabs-linksContainer-arrow--disabled .iconfont {
|
27579
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow--disabled .iconfont {
|
27367
27580
|
cursor: not-allowed;
|
27368
27581
|
color: #99a6ad;
|
27369
27582
|
}
|
27370
27583
|
|
27371
|
-
.amis-scope .a-Tabs-linksContainer-arrow--disabled:hover {
|
27584
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-arrow--disabled:hover {
|
27372
27585
|
color: #99a6ad;
|
27373
27586
|
}
|
27374
27587
|
|
27375
|
-
.amis-scope .a-Tabs-linksContainer-main {
|
27588
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main {
|
27589
|
+
position: relative;
|
27376
27590
|
overflow-y: auto;
|
27377
27591
|
scrollbar-width: none;
|
27378
27592
|
width: 100%;
|
27379
27593
|
}
|
27380
27594
|
|
27381
|
-
.amis-scope .a-Tabs-linksContainer-main::-webkit-scrollbar {
|
27595
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main::-webkit-scrollbar {
|
27382
27596
|
display: none;
|
27383
27597
|
}
|
27384
27598
|
|
27385
|
-
.amis-scope .a-Tabs-linksContainer-main
|
27386
|
-
white-space: nowrap;
|
27599
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links {
|
27387
27600
|
min-width: 100%;
|
27388
|
-
|
27601
|
+
max-width: 0;
|
27602
|
+
height: 100%;
|
27603
|
+
overflow-x: hidden;
|
27389
27604
|
}
|
27390
27605
|
|
27391
|
-
.amis-scope .a-Tabs .a-Tabs-linksContainer
|
27392
|
-
|
27606
|
+
.amis-scope .a-Tabs-linksContainer-wrapper .a-Tabs-linksContainer-main .a-Tabs-links .a-Tabs-links-drag {
|
27607
|
+
position: absolute;
|
27608
|
+
height: 100%;
|
27609
|
+
top: 0;
|
27610
|
+
box-shadow: 0 0 0 1px red;
|
27393
27611
|
}
|
27394
27612
|
|
27395
27613
|
.amis-scope .a-Tabs-links {
|
27614
|
+
display: flex;
|
27396
27615
|
margin: 0;
|
27397
27616
|
padding: 0;
|
27398
|
-
border-bottom: 0.0625rem solid #d1d5db;
|
27399
27617
|
list-style: none;
|
27400
27618
|
user-select: none;
|
27401
27619
|
}
|
@@ -27411,9 +27629,27 @@ readers do not read off random characters that represent icons */
|
|
27411
27629
|
}
|
27412
27630
|
|
27413
27631
|
.amis-scope .a-Tabs-links > .a-Tabs-link {
|
27414
|
-
margin-bottom: calc(0.0625rem * -1);
|
27415
|
-
display: inline-block;
|
27416
27632
|
position: relative;
|
27633
|
+
flex: none;
|
27634
|
+
display: flex;
|
27635
|
+
max-width: 10rem;
|
27636
|
+
overflow: hidden;
|
27637
|
+
}
|
27638
|
+
|
27639
|
+
.amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-edit {
|
27640
|
+
max-width: 10rem;
|
27641
|
+
border: none;
|
27642
|
+
outline: none;
|
27643
|
+
}
|
27644
|
+
|
27645
|
+
.amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-close {
|
27646
|
+
margin: 0.0625rem 0 0 0.25rem;
|
27647
|
+
fill: #83868c;
|
27648
|
+
cursor: pointer;
|
27649
|
+
}
|
27650
|
+
|
27651
|
+
.amis-scope .a-Tabs-links > .a-Tabs-link .a-Tabs-link-close .a-Tabs-link-close-icon {
|
27652
|
+
width: 0.75rem;
|
27417
27653
|
}
|
27418
27654
|
|
27419
27655
|
.amis-scope .a-Tabs-links > .a-Tabs-link > a:first-child {
|
@@ -27428,6 +27664,9 @@ readers do not read off random characters that represent icons */
|
|
27428
27664
|
text-decoration: none;
|
27429
27665
|
cursor: pointer;
|
27430
27666
|
display: block;
|
27667
|
+
text-overflow: ellipsis;
|
27668
|
+
overflow: hidden;
|
27669
|
+
white-space: nowrap;
|
27431
27670
|
}
|
27432
27671
|
|
27433
27672
|
.amis-scope .a-Tabs-links > .a-Tabs-link > .a-Combo-toolbarBtn {
|
@@ -27444,7 +27683,6 @@ readers do not read off random characters that represent icons */
|
|
27444
27683
|
|
27445
27684
|
.amis-scope .a-Tabs-links > .a-Tabs-link:hover > a:first-child,
|
27446
27685
|
.amis-scope .a-Tabs-links > .a-Tabs-link > a:first-child:focus {
|
27447
|
-
border-color: #e5e7eb;
|
27448
27686
|
text-decoration: none;
|
27449
27687
|
}
|
27450
27688
|
|
@@ -27455,7 +27693,7 @@ readers do not read off random characters that represent icons */
|
|
27455
27693
|
|
27456
27694
|
.amis-scope .a-Tabs-links > .a-Tabs-link.disabled > a:first-child,
|
27457
27695
|
.amis-scope .a-Tabs-links > .a-Tabs-link.is-disabled > a:first-child {
|
27458
|
-
color:
|
27696
|
+
color: var(--Tabs-link-disabled-color);
|
27459
27697
|
background: transparent;
|
27460
27698
|
border-color: transparent;
|
27461
27699
|
pointer-events: none;
|
@@ -27473,7 +27711,7 @@ readers do not read off random characters that represent icons */
|
|
27473
27711
|
background: #fff;
|
27474
27712
|
border-style: solid;
|
27475
27713
|
border-width: 0 0.0625rem 0.0625rem;
|
27476
|
-
border-color:
|
27714
|
+
border-color: var(--Tabs--simple-split-color);
|
27477
27715
|
}
|
27478
27716
|
|
27479
27717
|
.amis-scope .a-Tabs-pane {
|
@@ -27491,42 +27729,76 @@ readers do not read off random characters that represent icons */
|
|
27491
27729
|
opacity: 1;
|
27492
27730
|
}
|
27493
27731
|
|
27732
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper {
|
27733
|
+
border-bottom: 0.0625rem solid var(--Tabs--simple-split-color);
|
27734
|
+
}
|
27735
|
+
|
27736
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-link {
|
27737
|
+
padding-top: 10px;
|
27738
|
+
}
|
27739
|
+
|
27740
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-addable {
|
27741
|
+
padding: 0;
|
27742
|
+
}
|
27743
|
+
|
27744
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper--toolbar .a-Tabs-linksContainer-arrow {
|
27745
|
+
margin: 0;
|
27746
|
+
}
|
27747
|
+
|
27494
27748
|
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
27495
27749
|
top: -4px;
|
27496
27750
|
}
|
27497
27751
|
|
27498
|
-
.amis-scope .a-Tabs--line > .a-Tabs-links,
|
27499
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links {
|
27752
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links,
|
27753
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links {
|
27500
27754
|
border-bottom-color: #d1d5db;
|
27501
27755
|
}
|
27502
27756
|
|
27503
|
-
.amis-scope .a-Tabs--line > .a-Tabs-
|
27504
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li
|
27757
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li,
|
27758
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li {
|
27759
|
+
padding-left: 1rem;
|
27760
|
+
padding-right: 1rem;
|
27761
|
+
}
|
27762
|
+
|
27763
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:first-of-type,
|
27764
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:first-of-type {
|
27765
|
+
padding-left: 0;
|
27766
|
+
}
|
27767
|
+
|
27768
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:last-of-type,
|
27769
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:last-of-type {
|
27770
|
+
padding-right: 0;
|
27771
|
+
}
|
27772
|
+
|
27773
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child,
|
27774
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
|
27505
27775
|
border-width: 0 0 0.125rem 0;
|
27506
27776
|
padding: 0 0 8px;
|
27507
|
-
margin: 0 40px 0 0;
|
27508
27777
|
}
|
27509
27778
|
|
27510
|
-
.amis-scope .a-Tabs--line > .a-Tabs-links > li
|
27511
|
-
.amis-scope .a-Tabs--line > .a-Tabs-
|
27512
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:hover,
|
27513
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:focus {
|
27779
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover a:first-child,
|
27780
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover a:first-child {
|
27514
27781
|
color: #7266ba;
|
27515
27782
|
background: transparent;
|
27516
27783
|
border-color: transparent;
|
27517
27784
|
}
|
27518
27785
|
|
27519
|
-
.amis-scope .a-Tabs--line > .a-Tabs-links > li:
|
27520
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:
|
27786
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover .a-Tabs-link-close,
|
27787
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover .a-Tabs-link-close {
|
27788
|
+
fill: #7266ba;
|
27789
|
+
}
|
27790
|
+
|
27791
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li:last-child > a,
|
27792
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:last-child > a {
|
27521
27793
|
margin: 0;
|
27522
27794
|
}
|
27523
27795
|
|
27524
|
-
.amis-scope .a-Tabs--line > .a-Tabs-links > li.is-active > a:first-child,
|
27525
|
-
.amis-scope .a-Tabs--line > .a-Tabs-links > li.is-active > a:first-child:hover,
|
27526
|
-
.amis-scope .a-Tabs--line > .a-Tabs-links > li.is-active > a:first-child:focus,
|
27527
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child,
|
27528
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child:hover,
|
27529
|
-
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child:focus {
|
27796
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child,
|
27797
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child:hover,
|
27798
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child:focus,
|
27799
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child,
|
27800
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child:hover,
|
27801
|
+
.amis-scope .a-Tabs--line > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child:focus {
|
27530
27802
|
border-color: #7266ba;
|
27531
27803
|
color: #7266ba;
|
27532
27804
|
background: transparent;
|
@@ -27542,105 +27814,173 @@ readers do not read off random characters that represent icons */
|
|
27542
27814
|
background: #f6f8f8;
|
27543
27815
|
}
|
27544
27816
|
|
27545
|
-
.amis-scope .a-Tabs--card > .a-Tabs-
|
27546
|
-
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links {
|
27547
|
-
padding: 0.375rem 0 0 0.625rem;
|
27817
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper {
|
27548
27818
|
background: #f6f8f8;
|
27819
|
+
}
|
27820
|
+
|
27821
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-addable {
|
27822
|
+
margin-left: 0;
|
27823
|
+
padding: 0;
|
27824
|
+
padding-top: 0.4375rem;
|
27825
|
+
margin-right: 1rem;
|
27826
|
+
}
|
27827
|
+
|
27828
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer .a-Tabs-addable {
|
27829
|
+
padding: 0;
|
27830
|
+
}
|
27831
|
+
|
27832
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
27833
|
+
padding: 0.5rem 1rem 0;
|
27834
|
+
margin-bottom: 0;
|
27835
|
+
}
|
27836
|
+
|
27837
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links {
|
27838
|
+
padding: 0.375rem 0 0 0.625rem;
|
27549
27839
|
border-top: 0.0625rem solid #d1d5db;
|
27550
27840
|
}
|
27551
27841
|
|
27552
|
-
.amis-scope .a-Tabs--card > .a-Tabs-
|
27553
|
-
|
27554
|
-
|
27555
|
-
|
27556
|
-
|
27557
|
-
|
27842
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li {
|
27843
|
+
padding: 0.625rem 0.625rem;
|
27844
|
+
margin: 0 10px 0 0;
|
27845
|
+
border-top-left-radius: 0.142rem;
|
27846
|
+
border-top-right-radius: 0.142rem;
|
27847
|
+
cursor: pointer;
|
27848
|
+
}
|
27849
|
+
|
27850
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active {
|
27558
27851
|
border-color: #d1d5db;
|
27559
27852
|
color: #7266ba;
|
27560
27853
|
border-bottom-color: #fff;
|
27561
27854
|
background: #fff;
|
27562
27855
|
}
|
27563
27856
|
|
27564
|
-
.amis-scope .a-Tabs--card > .a-Tabs-
|
27565
|
-
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li
|
27566
|
-
padding: 0.625rem 0.625rem;
|
27567
|
-
margin: 0 10px 0 0;
|
27568
|
-
}
|
27569
|
-
|
27570
|
-
.amis-scope .a-Tabs--card > .a-Tabs-links > li > a:first-child:hover,
|
27571
|
-
.amis-scope .a-Tabs--card > .a-Tabs-links > li > a:first-child:focus,
|
27572
|
-
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:hover,
|
27573
|
-
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:focus {
|
27574
|
-
color: #666;
|
27857
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover,
|
27858
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:focus {
|
27575
27859
|
background: #fff;
|
27576
27860
|
border-bottom-color: transparent;
|
27577
27861
|
}
|
27578
27862
|
|
27863
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
|
27864
|
+
padding: 0;
|
27865
|
+
border: none;
|
27866
|
+
}
|
27867
|
+
|
27868
|
+
.amis-scope .a-Tabs--card > .a-Tabs-linksContainer-wrapper > .a-Tabs-toolbar {
|
27869
|
+
padding: 0.375rem 0 0 0.625rem;
|
27870
|
+
margin: 0;
|
27871
|
+
}
|
27872
|
+
|
27579
27873
|
.amis-scope .a-Tabs--card > .a-Tabs-content {
|
27580
27874
|
border-width: 0;
|
27581
27875
|
}
|
27582
27876
|
|
27583
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer
|
27584
|
-
|
27877
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper {
|
27878
|
+
margin-bottom: 0.625rem;
|
27585
27879
|
}
|
27586
27880
|
|
27587
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-
|
27588
|
-
|
27589
|
-
border: 0;
|
27590
|
-
margin-bottom: 0.625rem;
|
27881
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
27882
|
+
padding: 0;
|
27591
27883
|
}
|
27592
27884
|
|
27593
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-
|
27594
|
-
|
27595
|
-
|
27885
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
27886
|
+
margin-bottom: 0;
|
27887
|
+
}
|
27888
|
+
|
27889
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links {
|
27890
|
+
border: 0;
|
27596
27891
|
}
|
27597
27892
|
|
27598
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-
|
27599
|
-
|
27893
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li {
|
27894
|
+
margin: 0;
|
27895
|
+
align-items: center;
|
27600
27896
|
border-width: 0.0625rem;
|
27601
|
-
border-color:
|
27602
|
-
font-size: 0.75rem;
|
27897
|
+
border-color: var(--Tabs--simple-split-color);
|
27603
27898
|
text-align: center;
|
27604
27899
|
margin: 0;
|
27605
27900
|
padding: 0 0.625rem;
|
27606
27901
|
min-width: 68px;
|
27607
27902
|
height: 1.875rem;
|
27608
|
-
line-height: 1.875rem;
|
27609
|
-
border-radius: 0;
|
27610
27903
|
background: #eaf6fe;
|
27904
|
+
border-style: solid;
|
27611
27905
|
}
|
27612
27906
|
|
27613
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-
|
27614
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-
|
27615
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:hover,
|
27616
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:focus {
|
27907
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover,
|
27908
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:focus {
|
27617
27909
|
color: #7266ba;
|
27618
27910
|
}
|
27619
27911
|
|
27620
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-
|
27621
|
-
|
27622
|
-
|
27623
|
-
|
27624
|
-
|
27625
|
-
|
27626
|
-
|
27912
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
|
27913
|
+
padding: 0;
|
27914
|
+
border-radius: 0;
|
27915
|
+
line-height: 1.875rem;
|
27916
|
+
font-size: 0.75rem;
|
27917
|
+
border: none;
|
27918
|
+
}
|
27919
|
+
|
27920
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active {
|
27627
27921
|
background: #7266ba;
|
27628
27922
|
border-color: #7266ba;
|
27629
27923
|
position: relative;
|
27630
27924
|
z-index: 1;
|
27631
27925
|
}
|
27632
27926
|
|
27633
|
-
.amis-scope .a-Tabs--radio > .a-Tabs-links > li
|
27634
|
-
|
27927
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child {
|
27928
|
+
background: #7266ba;
|
27929
|
+
color: #eaf6fe;
|
27930
|
+
}
|
27931
|
+
|
27932
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > .a-Tabs-link-close {
|
27933
|
+
fill: #eaf6fe;
|
27934
|
+
}
|
27935
|
+
|
27936
|
+
.amis-scope .a-Tabs--radio > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li + li {
|
27635
27937
|
margin-left: -1px;
|
27636
27938
|
}
|
27637
27939
|
|
27638
27940
|
.amis-scope .a-Tabs--radio > .a-Tabs-content {
|
27639
|
-
border-top: 0.0625rem solid
|
27941
|
+
border-top: 0.0625rem solid var(--Tabs--simple-split-color);
|
27942
|
+
}
|
27943
|
+
|
27944
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper {
|
27945
|
+
align-items: stretch;
|
27946
|
+
border-bottom: none;
|
27947
|
+
}
|
27948
|
+
|
27949
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer {
|
27950
|
+
flex: 1;
|
27951
|
+
align-items: stretch;
|
27952
|
+
}
|
27953
|
+
|
27954
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
27955
|
+
margin-bottom: 0;
|
27956
|
+
padding: 0 10px;
|
27957
|
+
height: auto;
|
27958
|
+
align-items: center;
|
27959
|
+
justify-content: center;
|
27960
|
+
border-width: 0.0625rem;
|
27961
|
+
border-style: solid;
|
27962
|
+
border-color: var(--Tabs--simple-split-color);
|
27963
|
+
}
|
27964
|
+
|
27965
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer.a-Tabs-linksContainer--overflow > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:first-of-type {
|
27966
|
+
border-left-width: 0;
|
27967
|
+
}
|
27968
|
+
|
27969
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer.a-Tabs-linksContainer--overflow > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:last-of-type {
|
27970
|
+
border-right-width: 0;
|
27971
|
+
}
|
27972
|
+
|
27973
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
27974
|
+
padding: 0 0.75rem;
|
27975
|
+
margin-left: 0;
|
27976
|
+
white-space: nowrap;
|
27977
|
+
border-style: solid;
|
27978
|
+
border-color: var(--Tabs--simple-split-color);
|
27979
|
+
border-width: 0.0625rem;
|
27980
|
+
border-left-width: 0;
|
27640
27981
|
}
|
27641
27982
|
|
27642
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-links
|
27643
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links {
|
27983
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links {
|
27644
27984
|
width: 100%;
|
27645
27985
|
display: flex;
|
27646
27986
|
flex-direction: row;
|
@@ -27648,41 +27988,38 @@ readers do not read off random characters that represent icons */
|
|
27648
27988
|
border-bottom: 0;
|
27649
27989
|
}
|
27650
27990
|
|
27651
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-links > li
|
27652
|
-
|
27991
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li {
|
27992
|
+
max-width: unset;
|
27653
27993
|
flex-grow: 1;
|
27654
27994
|
text-align: center;
|
27655
27995
|
margin: 0 0 0 calc(0.0625rem * -1);
|
27656
|
-
}
|
27657
|
-
|
27658
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-links > li > a:first-child,
|
27659
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
|
27660
|
-
margin: 0;
|
27661
|
-
border-radius: 0;
|
27662
27996
|
border-style: solid;
|
27663
|
-
border-color:
|
27997
|
+
border-color: var(--Tabs--simple-split-color);
|
27664
27998
|
border-width: 0.0625rem;
|
27999
|
+
padding: 0.5rem 0.75rem;
|
28000
|
+
cursor: pointer;
|
27665
28001
|
}
|
27666
28002
|
|
27667
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-
|
27668
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-
|
27669
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:hover,
|
27670
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:focus {
|
28003
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover,
|
28004
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:focus {
|
27671
28005
|
position: relative;
|
27672
28006
|
z-index: 1;
|
27673
28007
|
border-color: #d1d5db;
|
27674
28008
|
color: #7266ba;
|
27675
28009
|
}
|
27676
28010
|
|
27677
|
-
.amis-scope .a-Tabs--tiled > .a-Tabs-
|
27678
|
-
|
27679
|
-
|
27680
|
-
|
27681
|
-
|
27682
|
-
|
28011
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
|
28012
|
+
margin: 0;
|
28013
|
+
border-radius: 0;
|
28014
|
+
padding: 0;
|
28015
|
+
flex: 1;
|
28016
|
+
border: none;
|
28017
|
+
}
|
28018
|
+
|
28019
|
+
.amis-scope .a-Tabs--tiled > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active {
|
27683
28020
|
cursor: default;
|
27684
28021
|
color: #7266ba;
|
27685
|
-
border-color:
|
28022
|
+
border-color: var(--Tabs--simple-split-color);
|
27686
28023
|
border-top-color: #7266ba;
|
27687
28024
|
border-bottom-color: transparent;
|
27688
28025
|
}
|
@@ -27690,39 +28027,43 @@ readers do not read off random characters that represent icons */
|
|
27690
28027
|
.amis-scope .a-Tabs--vertical {
|
27691
28028
|
display: flex;
|
27692
28029
|
min-height: 12.5rem;
|
27693
|
-
border: 0.0625rem solid
|
28030
|
+
border: 0.0625rem solid var(--Tabs--simple-split-color);
|
27694
28031
|
border-radius: 0;
|
27695
28032
|
}
|
27696
28033
|
|
27697
|
-
.amis-scope .a-Tabs--vertical > .a-Tabs-
|
27698
|
-
|
28034
|
+
.amis-scope .a-Tabs--vertical > .a-Tabs-linksWrapper {
|
28035
|
+
flex-direction: column;
|
27699
28036
|
background: #f6f8f8;
|
28037
|
+
}
|
28038
|
+
|
28039
|
+
.amis-scope .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links {
|
28040
|
+
width: 8.75rem;
|
27700
28041
|
border: none;
|
27701
28042
|
border-right: none;
|
27702
|
-
|
28043
|
+
flex-direction: column;
|
27703
28044
|
}
|
27704
28045
|
|
27705
|
-
.amis-scope .a-Tabs--vertical > .a-Tabs-links > li {
|
28046
|
+
.amis-scope .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li {
|
27706
28047
|
margin: 0 0 0 -1px;
|
27707
28048
|
display: block;
|
27708
28049
|
}
|
27709
28050
|
|
27710
|
-
.amis-scope .a-Tabs--vertical > .a-Tabs-links > li > a:first-child {
|
28051
|
+
.amis-scope .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child {
|
27711
28052
|
border-color: transparent;
|
27712
28053
|
border-radius: 0;
|
27713
28054
|
border-width: 0 0 0 0.25rem;
|
27714
28055
|
margin: 0;
|
27715
28056
|
}
|
27716
28057
|
|
27717
|
-
.amis-scope .a-Tabs--vertical > .a-Tabs-links > li > a:first-child:hover,
|
27718
|
-
.amis-scope .a-Tabs--vertical > .a-Tabs-links > li > a:first-child:focus {
|
28058
|
+
.amis-scope .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:hover,
|
28059
|
+
.amis-scope .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:focus {
|
27719
28060
|
color: #7266ba;
|
27720
28061
|
border-color: transparent;
|
27721
28062
|
}
|
27722
28063
|
|
27723
|
-
.amis-scope .a-Tabs--vertical > .a-Tabs-links > li.is-active > a:first-child,
|
27724
|
-
.amis-scope .a-Tabs--vertical > .a-Tabs-links > li.is-active > a:first-child:hover,
|
27725
|
-
.amis-scope .a-Tabs--vertical > .a-Tabs-links > li.is-active > a:first-child:focus {
|
28064
|
+
.amis-scope .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child,
|
28065
|
+
.amis-scope .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child:hover,
|
28066
|
+
.amis-scope .a-Tabs--vertical > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child:focus {
|
27726
28067
|
color: #7266ba;
|
27727
28068
|
background: #f6f8f8;
|
27728
28069
|
border-color: #7266ba;
|
@@ -27737,15 +28078,103 @@ readers do not read off random characters that represent icons */
|
|
27737
28078
|
height: 100%;
|
27738
28079
|
}
|
27739
28080
|
|
27740
|
-
.amis-scope .a-Tabs--
|
28081
|
+
.amis-scope .a-Tabs--sidebar {
|
28082
|
+
display: flex;
|
28083
|
+
height: 100%;
|
28084
|
+
}
|
28085
|
+
|
28086
|
+
.amis-scope .a-Tabs--sidebar.sidebar--left {
|
28087
|
+
flex-direction: row;
|
28088
|
+
}
|
28089
|
+
|
28090
|
+
.amis-scope .a-Tabs--sidebar.sidebar--left > .a-Tabs-content {
|
28091
|
+
border-right: none;
|
28092
|
+
}
|
28093
|
+
|
28094
|
+
.amis-scope .a-Tabs--sidebar.sidebar--right {
|
28095
|
+
flex-direction: row-reverse;
|
28096
|
+
}
|
28097
|
+
|
28098
|
+
.amis-scope .a-Tabs--sidebar.sidebar--right > .a-Tabs-content {
|
28099
|
+
border-left: none;
|
28100
|
+
}
|
28101
|
+
|
28102
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper {
|
28103
|
+
flex: 0 0 3.875rem;
|
28104
|
+
align-items: flex-start;
|
28105
|
+
border: none;
|
28106
|
+
}
|
28107
|
+
|
28108
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links {
|
28109
|
+
position: relative;
|
28110
|
+
margin: 0;
|
28111
|
+
padding-top: 1.6875rem;
|
28112
|
+
flex-grow: 1;
|
28113
|
+
border: none;
|
28114
|
+
flex-direction: column;
|
28115
|
+
border: 0;
|
28116
|
+
}
|
28117
|
+
|
28118
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li {
|
28119
|
+
display: flex;
|
28120
|
+
margin: 0 0 1.375rem 0;
|
28121
|
+
padding: 0;
|
28122
|
+
flex-direction: column;
|
28123
|
+
justify-content: flex-start;
|
28124
|
+
align-items: center;
|
28125
|
+
border: 0;
|
28126
|
+
}
|
28127
|
+
|
28128
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child {
|
28129
|
+
padding: 0;
|
28130
|
+
border: 0;
|
28131
|
+
margin: 0;
|
28132
|
+
display: flex;
|
28133
|
+
flex-direction: column;
|
28134
|
+
align-items: center;
|
28135
|
+
color: #83868c;
|
28136
|
+
}
|
28137
|
+
|
28138
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child .a-Icon {
|
28139
|
+
font-size: 1.5rem;
|
28140
|
+
height: 1.5rem;
|
28141
|
+
margin-bottom: 0.3125rem;
|
28142
|
+
}
|
28143
|
+
|
28144
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child,
|
28145
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:hover,
|
28146
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child:focus {
|
28147
|
+
color: var(--Tabs--sidebar-iconColor);
|
28148
|
+
}
|
28149
|
+
|
28150
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-content {
|
28151
|
+
flex-grow: 1;
|
28152
|
+
border-bottom: none;
|
28153
|
+
}
|
28154
|
+
|
28155
|
+
.amis-scope .a-Tabs--sidebar > .a-Tabs-content > .a-Tabs-pane {
|
28156
|
+
height: 100%;
|
28157
|
+
}
|
28158
|
+
|
28159
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper {
|
27741
28160
|
background: #e7eaed;
|
28161
|
+
border-bottom: none;
|
28162
|
+
}
|
28163
|
+
|
28164
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-addable {
|
28165
|
+
margin-left: 0;
|
28166
|
+
padding: 0;
|
28167
|
+
padding-top: 10px;
|
28168
|
+
}
|
28169
|
+
|
28170
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links {
|
27742
28171
|
border-bottom: 0;
|
27743
28172
|
padding: 0 0.625rem;
|
27744
28173
|
padding-top: 0.5rem;
|
27745
28174
|
display: flex;
|
27746
28175
|
}
|
27747
28176
|
|
27748
|
-
.amis-scope .a-Tabs--chrome > .a-Tabs-links > li {
|
28177
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li {
|
27749
28178
|
position: relative;
|
27750
28179
|
margin-bottom: 0;
|
27751
28180
|
white-space: nowrap;
|
@@ -27754,29 +28183,31 @@ readers do not read off random characters that represent icons */
|
|
27754
28183
|
padding: 0.4375rem 1.25rem 0.375rem;
|
27755
28184
|
cursor: pointer;
|
27756
28185
|
flex: 1;
|
28186
|
+
overflow: inherit;
|
27757
28187
|
}
|
27758
28188
|
|
27759
|
-
.amis-scope .a-Tabs--chrome > .a-Tabs-links > li > a:first-child {
|
28189
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li > a:first-child {
|
27760
28190
|
background: none;
|
27761
28191
|
border: none;
|
27762
28192
|
position: relative;
|
27763
28193
|
z-index: 5;
|
27764
28194
|
overflow: hidden;
|
27765
28195
|
padding: 0;
|
28196
|
+
text-overflow: unset;
|
27766
28197
|
}
|
27767
28198
|
|
27768
|
-
.amis-scope .a-Tabs--chrome > .a-Tabs-links > li.is-active > a:first-child,
|
27769
|
-
.amis-scope .a-Tabs--chrome > .a-Tabs-links > li.is-active > a:first-child:hover,
|
27770
|
-
.amis-scope .a-Tabs--chrome > .a-Tabs-links > li.is-active > a:first-child:focus {
|
28199
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child,
|
28200
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child:hover,
|
28201
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active > a:first-child:focus {
|
27771
28202
|
background: none;
|
27772
28203
|
border: none;
|
27773
28204
|
}
|
27774
28205
|
|
27775
|
-
.amis-scope .a-Tabs--chrome > .a-Tabs-links > li.is-active:after {
|
28206
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active:after {
|
27776
28207
|
display: none;
|
27777
28208
|
}
|
27778
28209
|
|
27779
|
-
.amis-scope .a-Tabs--chrome > .a-Tabs-links > li:after {
|
28210
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li:after {
|
27780
28211
|
content: "";
|
27781
28212
|
width: 1px;
|
27782
28213
|
height: calc(100% - 0.5rem * 2);
|
@@ -27786,26 +28217,26 @@ readers do not read off random characters that represent icons */
|
|
27786
28217
|
top: 0.5rem;
|
27787
28218
|
}
|
27788
28219
|
|
27789
|
-
.amis-scope .a-Tabs--chrome > .a-Tabs-links > li:hover .chrome-tab-background {
|
28220
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover .chrome-tab-background {
|
27790
28221
|
z-index: 3;
|
27791
28222
|
display: block;
|
27792
28223
|
background-color: #f6f7f8;
|
27793
28224
|
}
|
27794
28225
|
|
27795
|
-
.amis-scope .a-Tabs--chrome > .a-Tabs-links > li:hover .chrome-tab-background > svg {
|
28226
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover .chrome-tab-background > svg {
|
27796
28227
|
fill: #f6f7f8;
|
27797
28228
|
}
|
27798
28229
|
|
27799
|
-
.amis-scope .a-Tabs--chrome > .a-Tabs-links > li:hover:after {
|
28230
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li:hover:after {
|
27800
28231
|
display: none;
|
27801
28232
|
}
|
27802
28233
|
|
27803
|
-
.amis-scope .a-Tabs--chrome > .a-Tabs-links > li.is-active .chrome-tab-background {
|
28234
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active .chrome-tab-background {
|
27804
28235
|
display: block;
|
27805
28236
|
background-color: #fff;
|
27806
28237
|
}
|
27807
28238
|
|
27808
|
-
.amis-scope .a-Tabs--chrome > .a-Tabs-links > li.is-active .chrome-tab-background > svg {
|
28239
|
+
.amis-scope .a-Tabs--chrome > .a-Tabs-linksWrapper > .a-Tabs-links > li.is-active .chrome-tab-background > svg {
|
27809
28240
|
fill: #fff;
|
27810
28241
|
}
|
27811
28242
|
|
@@ -27836,10 +28267,181 @@ readers do not read off random characters that represent icons */
|
|
27836
28267
|
left: calc(0.5rem * -1);
|
27837
28268
|
}
|
27838
28269
|
|
28270
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper {
|
28271
|
+
border-bottom: none;
|
28272
|
+
}
|
28273
|
+
|
28274
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
28275
|
+
padding: 0;
|
28276
|
+
}
|
28277
|
+
|
28278
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-arrow {
|
28279
|
+
margin-bottom: 0;
|
28280
|
+
}
|
28281
|
+
|
28282
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links {
|
28283
|
+
border: none;
|
28284
|
+
}
|
28285
|
+
|
28286
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li {
|
28287
|
+
position: relative;
|
28288
|
+
border: none;
|
28289
|
+
padding: var(--Tabs--simple-split-size);
|
28290
|
+
}
|
28291
|
+
|
28292
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li::after {
|
28293
|
+
content: "";
|
28294
|
+
position: absolute;
|
28295
|
+
top: 50%;
|
28296
|
+
right: 0;
|
28297
|
+
width: 0.0625rem;
|
28298
|
+
height: 0.9375rem;
|
28299
|
+
transform: translateY(-50%);
|
28300
|
+
background-color: var(--Tabs--simple-split-color);
|
28301
|
+
}
|
28302
|
+
|
28303
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > .a-Tabs-link-close {
|
28304
|
+
padding-top: 0.0625rem;
|
28305
|
+
cursor: pointer;
|
28306
|
+
}
|
28307
|
+
|
28308
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:last-of-type::after {
|
28309
|
+
content: none;
|
28310
|
+
}
|
28311
|
+
|
28312
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child,
|
28313
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child:hover,
|
28314
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li.is-active > a:first-child:focus,
|
28315
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover > a:first-child,
|
28316
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover > a:first-child:hover,
|
28317
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover > a:first-child:focus {
|
28318
|
+
color: #7266ba;
|
28319
|
+
border: none;
|
28320
|
+
}
|
28321
|
+
|
28322
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li:hover .a-Tabs-link-close {
|
28323
|
+
fill: #7266ba;
|
28324
|
+
}
|
28325
|
+
|
28326
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child {
|
28327
|
+
padding: 0;
|
28328
|
+
}
|
28329
|
+
|
28330
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child,
|
28331
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:hover,
|
28332
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > li > a:first-child:focus {
|
28333
|
+
border: none;
|
28334
|
+
}
|
28335
|
+
|
28336
|
+
.amis-scope .a-Tabs--simple > .a-Tabs-content {
|
28337
|
+
border: none;
|
28338
|
+
}
|
28339
|
+
|
28340
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper {
|
28341
|
+
align-items: stretch;
|
28342
|
+
border-bottom: 0.0625rem solid var(--Tabs--simple-split-color);
|
28343
|
+
}
|
28344
|
+
|
28345
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable {
|
28346
|
+
width: 2rem;
|
28347
|
+
margin-left: 0.5rem;
|
28348
|
+
padding: 0;
|
28349
|
+
margin-bottom: calc(0.0625rem * -1);
|
28350
|
+
align-items: center;
|
28351
|
+
justify-content: center;
|
28352
|
+
font-size: 0;
|
28353
|
+
border: 0.0625rem solid var(--Tabs--simple-split-color);
|
28354
|
+
border-top-left-radius: 0.142rem;
|
28355
|
+
border-top-right-radius: 0.142rem;
|
28356
|
+
flex: none;
|
28357
|
+
}
|
28358
|
+
|
28359
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable > .a-Tabs-addable-icon {
|
28360
|
+
margin-right: 0;
|
28361
|
+
}
|
28362
|
+
|
28363
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper .a-Tabs-addable:hover {
|
28364
|
+
color: #7266ba;
|
28365
|
+
}
|
28366
|
+
|
28367
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer {
|
28368
|
+
margin-bottom: calc(0.0625rem * -1);
|
28369
|
+
}
|
28370
|
+
|
28371
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer.a-Tabs-linksContainer--overflow > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:first-of-type {
|
28372
|
+
border-left-width: 0;
|
28373
|
+
border-top-left-radius: 0;
|
28374
|
+
}
|
28375
|
+
|
28376
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer.a-Tabs-linksContainer--overflow > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:last-of-type {
|
28377
|
+
border-right-width: 0;
|
28378
|
+
border-top-right-radius: 0;
|
28379
|
+
}
|
28380
|
+
|
28381
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer .a-Tabs-linksContainer-arrow {
|
28382
|
+
width: 1.5rem;
|
28383
|
+
margin-bottom: 0;
|
28384
|
+
padding: 0;
|
28385
|
+
justify-content: center;
|
28386
|
+
border: 0.0625rem solid var(--Tabs--simple-split-color);
|
28387
|
+
border-top-right-radius: 0.142rem;
|
28388
|
+
box-sizing: border-box;
|
28389
|
+
}
|
28390
|
+
|
28391
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer .a-Tabs-linksContainer-arrow--left {
|
28392
|
+
padding-right: 0;
|
28393
|
+
border-right-width: 0;
|
28394
|
+
border-top-left-radius: 0.142rem;
|
28395
|
+
}
|
28396
|
+
|
28397
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer .a-Tabs-linksContainer-arrow--right {
|
28398
|
+
padding-left: 0;
|
28399
|
+
border-left-width: 0;
|
28400
|
+
border-top-right-radius: 0.142rem;
|
28401
|
+
}
|
28402
|
+
|
28403
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link {
|
28404
|
+
margin-right: 0.5rem;
|
28405
|
+
padding: 0.5rem 1rem;
|
28406
|
+
background: #fff;
|
28407
|
+
border-top-left-radius: 0.142rem;
|
28408
|
+
border-top-right-radius: 0.142rem;
|
28409
|
+
border: 0.0625rem solid var(--Tabs--simple-split-color);
|
28410
|
+
cursor: pointer;
|
28411
|
+
}
|
28412
|
+
|
28413
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active {
|
28414
|
+
border-bottom-color: #fff;
|
28415
|
+
}
|
28416
|
+
|
28417
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active > a:first-child,
|
28418
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active > a:first-child:hover,
|
28419
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link.is-active > a:first-child:focus,
|
28420
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:hover > a:first-child,
|
28421
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:hover > a:first-child:hover,
|
28422
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:hover > a:first-child:focus {
|
28423
|
+
color: #7266ba;
|
28424
|
+
}
|
28425
|
+
|
28426
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:hover .a-Tabs-link-close {
|
28427
|
+
fill: #7266ba;
|
28428
|
+
}
|
28429
|
+
|
28430
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link:last-of-type {
|
28431
|
+
margin-right: 0;
|
28432
|
+
}
|
28433
|
+
|
28434
|
+
.amis-scope .a-Tabs--strong > .a-Tabs-linksContainer-wrapper > .a-Tabs-linksContainer > .a-Tabs-linksContainer-main > .a-Tabs-links > .a-Tabs-link > a:first-child {
|
28435
|
+
padding: 0;
|
28436
|
+
margin: 0;
|
28437
|
+
border: none;
|
28438
|
+
}
|
28439
|
+
|
27839
28440
|
.amis-scope .a-Tabs-toolbar {
|
27840
|
-
|
27841
|
-
|
27842
|
-
|
28441
|
+
margin-left: 0.75rem;
|
28442
|
+
display: flex;
|
28443
|
+
flex-direction: row;
|
28444
|
+
align-items: center;
|
27843
28445
|
}
|
27844
28446
|
|
27845
28447
|
.amis-scope .a-Nav {
|
@@ -28973,10 +29575,15 @@ readers do not read off random characters that represent icons */
|
|
28973
29575
|
border-bottom-left-radius: 0;
|
28974
29576
|
}
|
28975
29577
|
|
29578
|
+
.amis-scope .a-ButtonGroup > .a-ButtonGroup:last-child > .a-Button:not(:last-child) {
|
29579
|
+
border-top-right-radius: 0;
|
29580
|
+
}
|
29581
|
+
|
28976
29582
|
.amis-scope .a-ButtonGroup--vertical {
|
28977
29583
|
flex-direction: column;
|
28978
29584
|
align-items: flex-start;
|
28979
29585
|
justify-content: center;
|
29586
|
+
/* 修正头尾的圆角 */
|
28980
29587
|
}
|
28981
29588
|
|
28982
29589
|
.amis-scope .a-ButtonGroup--vertical .a-Button,
|
@@ -29004,6 +29611,16 @@ readers do not read off random characters that represent icons */
|
|
29004
29611
|
border-top-right-radius: 0;
|
29005
29612
|
}
|
29006
29613
|
|
29614
|
+
.amis-scope .a-ButtonGroup--vertical > .a-Button:first-child,
|
29615
|
+
.amis-scope .a-ButtonGroup--vertical > .a-ButtonGroup:first-child > .a-Button:first-child {
|
29616
|
+
border-top-right-radius: 0.142rem;
|
29617
|
+
}
|
29618
|
+
|
29619
|
+
.amis-scope .a-ButtonGroup--vertical > .a-Button:last-child,
|
29620
|
+
.amis-scope .a-ButtonGroup--vertical > .a-ButtonGroup:last-child > .a-Button:last-child {
|
29621
|
+
border-bottom-left-radius: 0.142rem;
|
29622
|
+
}
|
29623
|
+
|
29007
29624
|
.amis-scope .a-ButtonGroup--tiled {
|
29008
29625
|
display: flex;
|
29009
29626
|
}
|
@@ -37213,6 +37830,10 @@ readers do not read off random characters that represent icons */
|
|
37213
37830
|
display: inline-block;
|
37214
37831
|
}
|
37215
37832
|
|
37833
|
+
.amis-scope .a-CityArea {
|
37834
|
+
text-align: right;
|
37835
|
+
}
|
37836
|
+
|
37216
37837
|
.amis-scope .a-CityArea-popup {
|
37217
37838
|
height: 17.5rem;
|
37218
37839
|
}
|
@@ -37267,7 +37888,7 @@ readers do not read off random characters that represent icons */
|
|
37267
37888
|
.amis-scope .a-Switch .text {
|
37268
37889
|
margin: 0 0.4375rem 0 1.5625rem;
|
37269
37890
|
color: #fff;
|
37270
|
-
text-indent:
|
37891
|
+
text-indent: 0.25rem;
|
37271
37892
|
text-transform: uppercase;
|
37272
37893
|
font-size: 0.75rem;
|
37273
37894
|
line-height: 1.375rem;
|
@@ -37305,9 +37926,7 @@ readers do not read off random characters that represent icons */
|
|
37305
37926
|
}
|
37306
37927
|
|
37307
37928
|
.amis-scope .a-Switch.is-checked .text {
|
37308
|
-
margin: 0 25px 0 7px;
|
37309
37929
|
color: #fff;
|
37310
|
-
text-indent: 0.25rem;
|
37311
37930
|
}
|
37312
37931
|
|
37313
37932
|
.amis-scope .a-Switch.is-checked.is-disabled .slider:before {
|
@@ -37356,6 +37975,7 @@ readers do not read off random characters that represent icons */
|
|
37356
37975
|
background: #fff;
|
37357
37976
|
border: 0.0625rem solid #d1d5db;
|
37358
37977
|
border-radius: 0.142rem;
|
37978
|
+
overflow: hidden;
|
37359
37979
|
}
|
37360
37980
|
|
37361
37981
|
.amis-scope .a-Number--borderHalf {
|
@@ -37430,6 +38050,7 @@ readers do not read off random characters that represent icons */
|
|
37430
38050
|
transition: all 0s ease;
|
37431
38051
|
border: 0;
|
37432
38052
|
border-radius: 0.142rem;
|
38053
|
+
color: #58666e;
|
37433
38054
|
padding: 0 0.5rem;
|
37434
38055
|
}
|
37435
38056
|
|
@@ -39359,6 +39980,36 @@ readers do not read off random characters that represent icons */
|
|
39359
39980
|
width: 7.5rem;
|
39360
39981
|
}
|
39361
39982
|
|
39983
|
+
.amis-scope .a-ImageControl-item.is-invalid {
|
39984
|
+
padding: 0;
|
39985
|
+
border-color: #f33e3e;
|
39986
|
+
}
|
39987
|
+
|
39988
|
+
.amis-scope .a-ImageControl-item svg.icon-refresh {
|
39989
|
+
transform: rotate(180deg);
|
39990
|
+
}
|
39991
|
+
|
39992
|
+
.amis-scope .a-ImageControl-filename {
|
39993
|
+
display: inline-flex;
|
39994
|
+
flex-direction: column;
|
39995
|
+
justify-content: center;
|
39996
|
+
align-items: center;
|
39997
|
+
color: #f33e3e;
|
39998
|
+
}
|
39999
|
+
|
40000
|
+
.amis-scope .a-ImageControl-filename > svg.icon-image {
|
40001
|
+
margin-bottom: 8px;
|
40002
|
+
width: 24px;
|
40003
|
+
height: 24px;
|
40004
|
+
}
|
40005
|
+
|
40006
|
+
.amis-scope .a-ImageControl-filename > span {
|
40007
|
+
max-width: 100%;
|
40008
|
+
overflow: hidden;
|
40009
|
+
white-space: nowrap;
|
40010
|
+
text-overflow: ellipsis;
|
40011
|
+
}
|
40012
|
+
|
39362
40013
|
.amis-scope .a-ImageControl-image {
|
39363
40014
|
width: 100%;
|
39364
40015
|
height: 100%;
|
@@ -39422,31 +40073,6 @@ readers do not read off random characters that represent icons */
|
|
39422
40073
|
display: block;
|
39423
40074
|
}
|
39424
40075
|
|
39425
|
-
.amis-scope .a-ImageControl-retryBtn {
|
39426
|
-
margin: 0;
|
39427
|
-
width: 6.875rem;
|
39428
|
-
height: 6.875rem;
|
39429
|
-
display: inline-flex;
|
39430
|
-
cursor: pointer;
|
39431
|
-
justify-content: center;
|
39432
|
-
align-items: center;
|
39433
|
-
align-content: center;
|
39434
|
-
flex-wrap: wrap;
|
39435
|
-
color: #666;
|
39436
|
-
}
|
39437
|
-
|
39438
|
-
.amis-scope .a-ImageControl-retryBtn:hover {
|
39439
|
-
color: #333;
|
39440
|
-
text-decoration: none;
|
39441
|
-
}
|
39442
|
-
|
39443
|
-
.amis-scope .a-ImageControl-retryBtn > p {
|
39444
|
-
width: 100%;
|
39445
|
-
text-align: center;
|
39446
|
-
color: #f05050;
|
39447
|
-
margin: 10px 0 0;
|
39448
|
-
}
|
39449
|
-
|
39450
40076
|
.amis-scope .a-ImageControl-errorMsg {
|
39451
40077
|
color: #f05050;
|
39452
40078
|
margin: 5px 0 0;
|
@@ -39534,13 +40160,18 @@ readers do not read off random characters that represent icons */
|
|
39534
40160
|
|
39535
40161
|
.amis-scope .a-FileControl-selectBtn {
|
39536
40162
|
display: inline-flex;
|
39537
|
-
align-items: center;
|
39538
40163
|
margin-right: 10px;
|
39539
40164
|
}
|
39540
40165
|
|
39541
40166
|
.amis-scope .a-FileControl-selectBtn > svg {
|
39542
|
-
|
39543
|
-
|
40167
|
+
margin-right: 4px !important;
|
40168
|
+
width: 1rem;
|
40169
|
+
height: 1rem;
|
40170
|
+
}
|
40171
|
+
|
40172
|
+
.amis-scope .a-FileControl-selectBtn > span {
|
40173
|
+
font-size: 0.75rem;
|
40174
|
+
line-height: 20px;
|
39544
40175
|
}
|
39545
40176
|
|
39546
40177
|
.amis-scope .a-FileControl-description {
|
@@ -39548,25 +40179,41 @@ readers do not read off random characters that represent icons */
|
|
39548
40179
|
font-size: 12px;
|
39549
40180
|
}
|
39550
40181
|
|
40182
|
+
.amis-scope .a-FileControl-sizeTip {
|
40183
|
+
margin-top: 4px;
|
40184
|
+
line-height: 20px;
|
40185
|
+
font-size: 0.75rem;
|
40186
|
+
color: #84868c;
|
40187
|
+
}
|
40188
|
+
|
39551
40189
|
.amis-scope .a-FileControl-list {
|
39552
40190
|
list-style: none;
|
39553
|
-
margin:
|
40191
|
+
margin: 8px 0;
|
39554
40192
|
padding: 0;
|
40193
|
+
max-height: 144px;
|
40194
|
+
overflow-x: hidden;
|
40195
|
+
overflow-y: auto;
|
39555
40196
|
}
|
39556
40197
|
|
39557
40198
|
.amis-scope .a-FileControl-list > li {
|
39558
|
-
|
40199
|
+
margin-bottom: 4px;
|
39559
40200
|
font-size: 12px;
|
39560
40201
|
}
|
39561
40202
|
|
39562
40203
|
.amis-scope .a-FileControl-list > li:hover {
|
39563
|
-
|
39564
|
-
background: #
|
40204
|
+
border-radius: 2px;
|
40205
|
+
background: #f2f2f4;
|
40206
|
+
}
|
40207
|
+
|
40208
|
+
.amis-scope .a-FileControl-list-tooltip span {
|
40209
|
+
font-size: 0.75rem;
|
40210
|
+
color: #f33e3e;
|
39565
40211
|
}
|
39566
40212
|
|
39567
40213
|
.amis-scope .a-FileControl-itemInfo {
|
39568
|
-
padding:
|
39569
|
-
|
40214
|
+
padding: 2px 4px;
|
40215
|
+
display: flex;
|
40216
|
+
line-height: 24px;
|
39570
40217
|
height: auto;
|
39571
40218
|
}
|
39572
40219
|
|
@@ -39575,11 +40222,7 @@ readers do not read off random characters that represent icons */
|
|
39575
40222
|
}
|
39576
40223
|
|
39577
40224
|
.amis-scope .a-FileControl-itemInfo.is-invalid {
|
39578
|
-
color: #
|
39579
|
-
}
|
39580
|
-
|
39581
|
-
.amis-scope .a-FileControl-itemInfo > svg:first-child {
|
39582
|
-
margin-right: 10px;
|
40225
|
+
color: #f33e3e;
|
39583
40226
|
}
|
39584
40227
|
|
39585
40228
|
.amis-scope .a-FileControl-itemInfo > svg:not(:first-child) {
|
@@ -39589,24 +40232,26 @@ readers do not read off random characters that represent icons */
|
|
39589
40232
|
top: 0.25rem;
|
39590
40233
|
}
|
39591
40234
|
|
40235
|
+
.amis-scope .a-FileControl-itemInfoIcon {
|
40236
|
+
margin-right: 4px;
|
40237
|
+
}
|
40238
|
+
|
39592
40239
|
.amis-scope .a-FileControl-itemInfoText {
|
39593
40240
|
white-space: nowrap;
|
39594
|
-
max-width: 170px;
|
39595
40241
|
overflow: hidden;
|
39596
40242
|
text-overflow: ellipsis;
|
39597
|
-
display: inline-block;
|
39598
40243
|
vertical-align: middle;
|
39599
40244
|
}
|
39600
40245
|
|
39601
40246
|
.amis-scope .a-FileControl-clear {
|
39602
40247
|
float: right;
|
39603
|
-
color: #
|
40248
|
+
color: #84868c;
|
39604
40249
|
display: none;
|
39605
40250
|
cursor: pointer;
|
39606
40251
|
}
|
39607
40252
|
|
39608
40253
|
.amis-scope .a-FileControl-clear:hover {
|
39609
|
-
color: #
|
40254
|
+
color: #5c5f66;
|
39610
40255
|
}
|
39611
40256
|
|
39612
40257
|
.amis-scope .a-FileControl-list:empty {
|
@@ -39657,14 +40302,52 @@ readers do not read off random characters that represent icons */
|
|
39657
40302
|
transition: ease-out width 0s;
|
39658
40303
|
}
|
39659
40304
|
|
40305
|
+
.amis-scope .a-FileControl-dropzone.disabled > .a-FileControl-acceptTip {
|
40306
|
+
filter: grayscale(100%);
|
40307
|
+
box-shadow: none;
|
40308
|
+
cursor: not-allowed;
|
40309
|
+
color: #b8babf;
|
40310
|
+
pointer-events: auto;
|
40311
|
+
background: #f7f7f9;
|
40312
|
+
}
|
40313
|
+
|
40314
|
+
.amis-scope .a-FileControl-dropzone.disabled > .a-FileControl-acceptTip:hover {
|
40315
|
+
border-color: #e8e9eb;
|
40316
|
+
}
|
40317
|
+
|
40318
|
+
.amis-scope .a-FileControl-dropzone.disabled > .a-FileControl-acceptTip > div,
|
40319
|
+
.amis-scope .a-FileControl-dropzone.disabled > .a-FileControl-acceptTip > span {
|
40320
|
+
color: #b8babf;
|
40321
|
+
}
|
40322
|
+
|
39660
40323
|
.amis-scope .a-FileControl-acceptTip {
|
39661
|
-
|
39662
|
-
|
39663
|
-
|
39664
|
-
|
39665
|
-
|
39666
|
-
line-height: 120px;
|
40324
|
+
display: flex;
|
40325
|
+
align-items: center;
|
40326
|
+
justify-content: center;
|
40327
|
+
flex-flow: column;
|
40328
|
+
height: 180px;
|
39667
40329
|
text-align: center;
|
40330
|
+
border: 1px dashed #e8e9eb;
|
40331
|
+
border-radius: 0.142rem;
|
40332
|
+
background: #fff;
|
40333
|
+
cursor: pointer;
|
40334
|
+
}
|
40335
|
+
|
40336
|
+
.amis-scope .a-FileControl-acceptTip:hover {
|
40337
|
+
border-color: #23b7e5;
|
40338
|
+
}
|
40339
|
+
|
40340
|
+
.amis-scope .a-FileControl-acceptTip > span {
|
40341
|
+
margin-top: 8px;
|
40342
|
+
line-height: 20px;
|
40343
|
+
font-size: 0.75rem;
|
40344
|
+
color: #303540;
|
40345
|
+
}
|
40346
|
+
|
40347
|
+
.amis-scope .a-FileControl-acceptTip > svg {
|
40348
|
+
width: 48px;
|
40349
|
+
height: 48px;
|
40350
|
+
top: 0;
|
39668
40351
|
}
|
39669
40352
|
|
39670
40353
|
.amis-scope .a-FileControl-sum {
|