amis 1.3.5-beta.3 → 1.4.1
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/components/Badge.d.ts +15 -2
- package/lib/components/Badge.js +47 -4
- package/lib/components/Badge.js.map +2 -2
- package/lib/components/Button.d.ts +24 -22
- package/lib/components/Button.js +13 -7
- package/lib/components/Button.js.map +2 -2
- package/lib/components/Checkbox.d.ts +1 -1
- package/lib/components/Checkbox.js +1 -1
- package/lib/components/Checkbox.js.map +2 -2
- package/lib/components/Drawer.js +1 -1
- package/lib/components/Drawer.js.map +2 -2
- package/lib/components/Modal.js +1 -1
- package/lib/components/Modal.js.map +2 -2
- package/lib/components/RichText.d.ts +6 -4
- package/lib/components/RichText.js +241 -27
- package/lib/components/RichText.js.map +2 -2
- package/lib/components/Select.d.ts +7 -0
- package/lib/components/Select.js.map +2 -2
- package/lib/components/Steps.d.ts +3 -3
- package/lib/components/Steps.js.map +1 -1
- package/lib/components/WithRemoteConfig.d.ts +8 -0
- package/lib/components/WithRemoteConfig.js +28 -2
- package/lib/components/WithRemoteConfig.js.map +2 -2
- package/lib/components/calendar/DaysView.js +2 -2
- package/lib/components/calendar/DaysView.js.map +2 -2
- package/lib/components/condition-builder/Field.js +0 -1
- package/lib/components/condition-builder/Field.js.map +2 -2
- package/lib/components/condition-builder/Value.js +2 -1
- package/lib/components/condition-builder/Value.js.map +2 -2
- package/lib/components/condition-builder/types.d.ts +5 -0
- package/lib/components/condition-builder/types.js.map +1 -1
- package/lib/components/icons.js +2 -0
- package/lib/components/icons.js.map +2 -2
- package/lib/factory.d.ts +5 -1
- package/lib/factory.js +9 -4
- package/lib/factory.js.map +2 -2
- package/lib/helper.css.map +1 -1
- package/lib/icons/loading-outline.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 +1 -0
- package/lib/locale/de-DE.js.map +2 -2
- package/lib/locale/en-US.js +2 -1
- package/lib/locale/en-US.js.map +2 -2
- package/lib/locale/zh-CN.js +2 -1
- package/lib/locale/zh-CN.js.map +2 -2
- package/lib/renderers/Action.d.ts +15 -1
- package/lib/renderers/Action.js +13 -6
- package/lib/renderers/Action.js.map +2 -2
- package/lib/renderers/CRUD.d.ts +2 -2
- package/lib/renderers/CRUD.js +11 -20
- package/lib/renderers/CRUD.js.map +2 -2
- package/lib/renderers/Card.js +11 -11
- package/lib/renderers/Card.js.map +2 -2
- package/lib/renderers/Collapse.d.ts +1 -1
- package/lib/renderers/Collapse.js +5 -1
- package/lib/renderers/Collapse.js.map +2 -2
- package/lib/renderers/Dialog.d.ts +0 -252
- package/lib/renderers/Dialog.js +3 -2
- package/lib/renderers/Dialog.js.map +2 -2
- package/lib/renderers/Drawer.js +2 -1
- package/lib/renderers/Drawer.js.map +2 -2
- package/lib/renderers/DropDownButton.d.ts +8 -0
- package/lib/renderers/DropDownButton.js +6 -4
- package/lib/renderers/DropDownButton.js.map +2 -2
- package/lib/renderers/Form/ButtonGroupSelect.js +3 -0
- package/lib/renderers/Form/ButtonGroupSelect.js.map +2 -2
- package/lib/renderers/Form/Combo.d.ts +2 -0
- package/lib/renderers/Form/Combo.js +16 -1
- package/lib/renderers/Form/Combo.js.map +2 -2
- package/lib/renderers/Form/DiffEditor.d.ts +0 -2
- package/lib/renderers/Form/Editor.d.ts +0 -2
- package/lib/renderers/Form/Editor.js +1 -1
- package/lib/renderers/Form/Editor.js.map +2 -2
- package/lib/renderers/Form/InputExcel.d.ts +5 -0
- package/lib/renderers/Form/InputExcel.js +24 -3
- package/lib/renderers/Form/InputExcel.js.map +2 -2
- package/lib/renderers/Form/InputImage.d.ts +8 -0
- package/lib/renderers/Form/InputImage.js +2 -1
- package/lib/renderers/Form/InputImage.js.map +2 -2
- package/lib/renderers/Form/InputNumber.d.ts +19 -5
- package/lib/renderers/Form/InputNumber.js +69 -7
- package/lib/renderers/Form/InputNumber.js.map +2 -2
- package/lib/renderers/Form/InputRange.js +7 -2
- package/lib/renderers/Form/InputRange.js.map +2 -2
- package/lib/renderers/Form/InputTable.d.ts +23 -5
- package/lib/renderers/Form/InputTable.js +32 -3
- package/lib/renderers/Form/InputTable.js.map +2 -2
- package/lib/renderers/Form/Options.js +3 -1
- package/lib/renderers/Form/Options.js.map +2 -2
- package/lib/renderers/Form/index.js +0 -10
- package/lib/renderers/Form/index.js.map +2 -2
- package/lib/renderers/Form/wrapControl.js +3 -3
- package/lib/renderers/Form/wrapControl.js.map +2 -2
- package/lib/renderers/Json.js +5 -1
- package/lib/renderers/Json.js.map +2 -2
- package/lib/renderers/List.d.ts +5 -0
- package/lib/renderers/List.js +20 -14
- package/lib/renderers/List.js.map +2 -2
- package/lib/renderers/Nav.d.ts +52 -22
- package/lib/renderers/Nav.js +100 -15
- package/lib/renderers/Nav.js.map +2 -2
- package/lib/renderers/Page.d.ts +6 -0
- package/lib/renderers/Page.js +11 -3
- package/lib/renderers/Page.js.map +2 -2
- package/lib/renderers/Service.d.ts +10 -1
- package/lib/renderers/Service.js +85 -3
- package/lib/renderers/Service.js.map +2 -2
- package/lib/renderers/Steps.d.ts +4 -4
- package/lib/renderers/Steps.js +5 -2
- package/lib/renderers/Steps.js.map +2 -2
- package/lib/renderers/Table/TableBody.d.ts +5 -3
- package/lib/renderers/Table/TableBody.js +17 -11
- package/lib/renderers/Table/TableBody.js.map +2 -2
- package/lib/renderers/Table/TableCell.js +6 -2
- package/lib/renderers/Table/TableCell.js.map +2 -2
- package/lib/renderers/Table/TableContent.d.ts +3 -1
- package/lib/renderers/Table/TableContent.js +6 -2
- package/lib/renderers/Table/TableContent.js.map +2 -2
- package/lib/renderers/Table/TableRow.d.ts +1 -1
- package/lib/renderers/Table/TableRow.js +14 -13
- package/lib/renderers/Table/TableRow.js.map +2 -2
- package/lib/renderers/Table/index.d.ts +28 -3
- package/lib/renderers/Table/index.js +92 -52
- package/lib/renderers/Table/index.js.map +2 -2
- package/lib/schemaExtend.d.ts +1 -0
- package/lib/schemaExtend.js +59 -0
- package/lib/schemaExtend.js.map +13 -0
- package/lib/store/app.d.ts +0 -1
- package/lib/store/combo.d.ts +0 -2
- package/lib/store/crud.d.ts +3 -3
- package/lib/store/crud.js +41 -36
- package/lib/store/crud.js.map +2 -2
- package/lib/store/form.d.ts +0 -1
- package/lib/store/formItem.js +10 -6
- package/lib/store/formItem.js.map +2 -2
- package/lib/store/modal.d.ts +1 -1
- package/lib/store/modal.js +4 -0
- package/lib/store/modal.js.map +2 -2
- package/lib/store/root.d.ts +0 -1
- package/lib/store/service.d.ts +0 -1
- package/lib/store/service.js +0 -13
- package/lib/store/service.js.map +2 -2
- package/lib/store/table.d.ts +1 -2
- package/lib/store/table.js +44 -3
- package/lib/store/table.js.map +2 -2
- package/lib/themes/ang-ie11.css +624 -71
- package/lib/themes/ang.css +624 -71
- package/lib/themes/ang.css.map +1 -1
- package/lib/themes/antd-ie11.css +624 -71
- package/lib/themes/antd.css +624 -71
- package/lib/themes/antd.css.map +1 -1
- package/lib/themes/cxd-ie11.css +732 -191
- package/lib/themes/cxd.css +732 -191
- package/lib/themes/cxd.css.map +1 -1
- package/lib/themes/dark-ie11.css +624 -71
- package/lib/themes/dark.css +624 -71
- package/lib/themes/dark.css.map +1 -1
- package/lib/themes/default.css +732 -191
- package/lib/themes/default.css.map +1 -1
- package/lib/utils/api.js +12 -0
- package/lib/utils/api.js.map +2 -2
- package/lib/utils/attachmentAdpator.d.ts +7 -0
- package/lib/utils/attachmentAdpator.js +82 -0
- package/lib/utils/attachmentAdpator.js.map +13 -0
- package/lib/utils/helper.d.ts +2 -0
- package/lib/utils/helper.js +14 -1
- package/lib/utils/helper.js.map +2 -2
- package/lib/utils/resize-sensor.js +6 -0
- package/lib/utils/resize-sensor.js.map +2 -2
- package/lib/utils/tpl-builtin.d.ts +1 -0
- package/lib/utils/tpl-builtin.js +24 -8
- package/lib/utils/tpl-builtin.js.map +2 -2
- package/lib/utils/validations.js +62 -5
- package/lib/utils/validations.js.map +2 -2
- package/package.json +1 -2
- package/schema.json +561 -171
- package/scss/_mixins.scss +29 -0
- package/scss/_properties.scss +29 -11
- package/scss/components/_badge.scss +67 -2
- package/scss/components/_button.scss +35 -3
- package/scss/components/_image-gallery.scss +1 -1
- package/scss/components/_list.scss +8 -0
- package/scss/components/_markdown.scss +266 -0
- package/scss/components/_nav.scss +109 -35
- package/scss/components/_spinner.scss +6 -2
- package/scss/components/_table.scss +4 -0
- package/scss/components/form/_form.scss +3 -17
- package/scss/components/form/_group.scss +4 -0
- package/scss/components/form/_number.scss +12 -1
- package/scss/themes/_common.scss +1 -0
- package/scss/themes/_cxd-variables.scss +20 -20
- package/sdk/ang-ie11.css +769 -76
- package/sdk/ang.css +785 -76
- package/sdk/antd-ie11.css +759 -68
- package/sdk/antd.css +785 -76
- package/sdk/charts.js +13 -13
- package/sdk/color-picker.js +67 -67
- package/sdk/cropperjs.js +2 -2
- package/sdk/cxd-ie11.css +1243 -552
- package/sdk/cxd.css +893 -196
- package/sdk/dark-ie11.css +769 -76
- package/sdk/dark.css +785 -76
- package/sdk/exceljs.js +1 -1
- package/sdk/helper.css.map +1 -1
- package/sdk/locale/de-DE.js +1 -0
- package/sdk/markdown.js +69 -69
- package/sdk/papaparse.js +1 -1
- package/sdk/renderers/Form/CityDB.js +1 -1
- package/sdk/rest.js +22 -24
- package/sdk/rich-text.js +62 -64
- package/sdk/sdk-ie11.css +1243 -552
- package/sdk/sdk.css +893 -196
- package/sdk/sdk.js +1123 -1111
- 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/sdk.zip +0 -0
- package/src/components/Badge.tsx +111 -20
- package/src/components/Button.tsx +23 -7
- package/src/components/Checkbox.tsx +5 -2
- package/src/components/Drawer.tsx +3 -2
- package/src/components/Modal.tsx +3 -2
- package/src/components/RichText.tsx +280 -24
- package/src/components/Select.tsx +1 -0
- package/src/components/Steps.tsx +3 -3
- package/src/components/WithRemoteConfig.tsx +37 -2
- package/src/components/calendar/DaysView.tsx +2 -2
- package/src/components/condition-builder/Field.tsx +1 -2
- package/src/components/condition-builder/Value.tsx +3 -0
- package/src/components/condition-builder/types.ts +6 -0
- package/src/components/icons.tsx +2 -0
- package/src/factory.tsx +13 -3
- package/src/icons/loading-outline.svg +4 -0
- package/src/index.tsx +2 -0
- package/src/locale/de-DE.ts +1 -0
- package/src/locale/en-US.ts +2 -1
- package/src/locale/zh-CN.ts +2 -1
- package/src/renderers/Action.tsx +84 -14
- package/src/renderers/CRUD.tsx +13 -33
- package/src/renderers/Card.tsx +21 -15
- package/src/renderers/Collapse.tsx +5 -1
- package/src/renderers/Dialog.tsx +3 -2
- package/src/renderers/Drawer.tsx +2 -1
- package/src/renderers/DropDownButton.tsx +21 -4
- package/src/renderers/Form/ButtonGroupSelect.tsx +3 -0
- package/src/renderers/Form/Combo.tsx +7 -0
- package/src/renderers/Form/Editor.tsx +19 -20
- package/src/renderers/Form/InputExcel.tsx +28 -3
- package/src/renderers/Form/InputImage.tsx +23 -8
- package/src/renderers/Form/InputNumber.tsx +113 -18
- package/src/renderers/Form/InputRange.tsx +5 -2
- package/src/renderers/Form/InputTable.tsx +88 -9
- package/src/renderers/Form/Options.tsx +3 -1
- package/src/renderers/Form/index.tsx +0 -15
- package/src/renderers/Form/wrapControl.tsx +2 -2
- package/src/renderers/Json.tsx +10 -1
- package/src/renderers/List.tsx +32 -19
- package/src/renderers/Nav.tsx +165 -36
- package/src/renderers/Page.tsx +20 -1
- package/src/renderers/Service.tsx +101 -3
- package/src/renderers/Steps.tsx +12 -9
- package/src/renderers/Table/TableBody.tsx +29 -10
- package/src/renderers/Table/TableCell.tsx +15 -1
- package/src/renderers/Table/TableContent.tsx +7 -1
- package/src/renderers/Table/TableRow.tsx +18 -17
- package/src/renderers/Table/index.tsx +112 -27
- package/src/schemaExtend.ts +66 -0
- package/src/store/crud.ts +34 -38
- package/src/store/formItem.ts +10 -6
- package/src/store/modal.ts +4 -0
- package/src/store/service.ts +0 -19
- package/src/store/table.ts +48 -0
- package/src/utils/api.ts +11 -0
- package/src/utils/attachmentAdpator.ts +90 -0
- package/src/utils/helper.ts +16 -0
- package/src/utils/resize-sensor.ts +7 -0
- package/src/utils/tpl-builtin.ts +36 -17
- package/src/utils/validations.ts +80 -12
package/sdk/ang-ie11.css
CHANGED
@@ -21105,6 +21105,17 @@ readers do not read off random characters that represent icons */
|
|
21105
21105
|
margin-left: 0.75rem;
|
21106
21106
|
}
|
21107
21107
|
|
21108
|
+
.amis-scope .a-Button .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21109
|
+
.amis-scope .a-Button > svg.icon:not(:last-child):not(.pull-right),
|
21110
|
+
.amis-scope .a-Button > .pull-left {
|
21111
|
+
margin-right: 0.75rem;
|
21112
|
+
}
|
21113
|
+
|
21114
|
+
.amis-scope .a-Button .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21115
|
+
.amis-scope .a-Button > .pull-right {
|
21116
|
+
margin-left: 0.75rem;
|
21117
|
+
}
|
21118
|
+
|
21108
21119
|
.amis-scope .a-Button img.a-Button-icon {
|
21109
21120
|
height: 0.875rem;
|
21110
21121
|
vertical-align: middle;
|
@@ -21122,16 +21133,23 @@ readers do not read off random characters that represent icons */
|
|
21122
21133
|
|
21123
21134
|
.amis-scope .a-Button.is-disabled,
|
21124
21135
|
.amis-scope .a-Button:disabled {
|
21125
|
-
opacity: 0.65;
|
21126
21136
|
filter: grayscale(100%);
|
21127
21137
|
box-shadow: none;
|
21128
21138
|
cursor: not-allowed;
|
21139
|
+
color: #99a6ad;
|
21140
|
+
pointer-events: auto;
|
21141
|
+
border: none;
|
21142
|
+
background: #F2F3F3;
|
21129
21143
|
}
|
21130
21144
|
|
21131
21145
|
.amis-scope .a-Button:not(:disabled):not(.is-disabled) {
|
21132
21146
|
cursor: pointer;
|
21133
21147
|
}
|
21134
21148
|
|
21149
|
+
.amis-scope .a-Button.cxd-Button--link.is-disabled {
|
21150
|
+
background: transparent;
|
21151
|
+
}
|
21152
|
+
|
21135
21153
|
.amis-scope .a-Button > .pull-left,
|
21136
21154
|
.amis-scope .a-Button > .pull-right {
|
21137
21155
|
line-height: inherit;
|
@@ -21159,8 +21177,14 @@ readers do not read off random characters that represent icons */
|
|
21159
21177
|
|
21160
21178
|
.amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover {
|
21161
21179
|
color: #fff;
|
21162
|
-
background: #
|
21163
|
-
border-color: #
|
21180
|
+
background: #4F86F4;
|
21181
|
+
border-color: #4F86F4;
|
21182
|
+
}
|
21183
|
+
|
21184
|
+
.amis-scope .a-Button--primary:not(:disabled):not(.is-disabled):hover:active {
|
21185
|
+
color: #fff;
|
21186
|
+
background: #1C53C1;
|
21187
|
+
border-color: #1C53C1;
|
21164
21188
|
}
|
21165
21189
|
|
21166
21190
|
.amis-scope .a-Button--primary:hover:focus {
|
@@ -21183,6 +21207,12 @@ readers do not read off random characters that represent icons */
|
|
21183
21207
|
border-color: #545b62;
|
21184
21208
|
}
|
21185
21209
|
|
21210
|
+
.amis-scope .a-Button--secondary:not(:disabled):not(.is-disabled):hover:active {
|
21211
|
+
color: #fff;
|
21212
|
+
background: #545b62;
|
21213
|
+
border-color: #4e555b;
|
21214
|
+
}
|
21215
|
+
|
21186
21216
|
.amis-scope .a-Button--secondary:hover:focus {
|
21187
21217
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21188
21218
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -21203,11 +21233,43 @@ readers do not read off random characters that represent icons */
|
|
21203
21233
|
border-color: #1e983b;
|
21204
21234
|
}
|
21205
21235
|
|
21236
|
+
.amis-scope .a-Button--success:not(:disabled):not(.is-disabled):hover:active {
|
21237
|
+
color: #fff;
|
21238
|
+
background: #1e983b;
|
21239
|
+
border-color: #1c8d37;
|
21240
|
+
}
|
21241
|
+
|
21206
21242
|
.amis-scope .a-Button--success:hover:focus {
|
21207
21243
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21208
21244
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
21209
21245
|
}
|
21210
21246
|
|
21247
|
+
.amis-scope .a-Button--enhance {
|
21248
|
+
color: #7266ba;
|
21249
|
+
background: var(--Button--enhance-bg);
|
21250
|
+
border-color: #7266ba;
|
21251
|
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21252
|
+
0 1px 1px rgba(0, 0, 0, 0.075);
|
21253
|
+
text-shadow: none;
|
21254
|
+
}
|
21255
|
+
|
21256
|
+
.amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover {
|
21257
|
+
color: #4F86F4;
|
21258
|
+
background: #fff;
|
21259
|
+
border-color: #4F86F4;
|
21260
|
+
}
|
21261
|
+
|
21262
|
+
.amis-scope .a-Button--enhance:not(:disabled):not(.is-disabled):hover:active {
|
21263
|
+
color: #1C53C1;
|
21264
|
+
background: #fff;
|
21265
|
+
border-color: #1C53C1;
|
21266
|
+
}
|
21267
|
+
|
21268
|
+
.amis-scope .a-Button--enhance:hover:focus {
|
21269
|
+
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21270
|
+
0 1px 1px rgba(0, 0, 0, 0.075);
|
21271
|
+
}
|
21272
|
+
|
21211
21273
|
.amis-scope .a-Button--info {
|
21212
21274
|
color: #fff;
|
21213
21275
|
background: #23b7e5;
|
@@ -21223,6 +21285,12 @@ readers do not read off random characters that represent icons */
|
|
21223
21285
|
border-color: #1797be;
|
21224
21286
|
}
|
21225
21287
|
|
21288
|
+
.amis-scope .a-Button--info:not(:disabled):not(.is-disabled):hover:active {
|
21289
|
+
color: #fff;
|
21290
|
+
background: #1797be;
|
21291
|
+
border-color: #158eb3;
|
21292
|
+
}
|
21293
|
+
|
21226
21294
|
.amis-scope .a-Button--info:hover:focus {
|
21227
21295
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21228
21296
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -21243,6 +21311,12 @@ readers do not read off random characters that represent icons */
|
|
21243
21311
|
border-color: #f4ca06;
|
21244
21312
|
}
|
21245
21313
|
|
21314
|
+
.amis-scope .a-Button--warning:not(:disabled):not(.is-disabled):hover:active {
|
21315
|
+
color: #fff;
|
21316
|
+
background: #f4ca06;
|
21317
|
+
border-color: #e8c006;
|
21318
|
+
}
|
21319
|
+
|
21246
21320
|
.amis-scope .a-Button--warning:hover:focus {
|
21247
21321
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21248
21322
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -21263,6 +21337,12 @@ readers do not read off random characters that represent icons */
|
|
21263
21337
|
border-color: #ec2121;
|
21264
21338
|
}
|
21265
21339
|
|
21340
|
+
.amis-scope .a-Button--danger:not(:disabled):not(.is-disabled):hover:active {
|
21341
|
+
color: #fff;
|
21342
|
+
background: #ec2121;
|
21343
|
+
border-color: #eb1515;
|
21344
|
+
}
|
21345
|
+
|
21266
21346
|
.amis-scope .a-Button--danger:hover:focus {
|
21267
21347
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21268
21348
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -21283,6 +21363,12 @@ readers do not read off random characters that represent icons */
|
|
21283
21363
|
border-color: #cfdadd;
|
21284
21364
|
}
|
21285
21365
|
|
21366
|
+
.amis-scope .a-Button--light:not(:disabled):not(.is-disabled):hover:active {
|
21367
|
+
color: #58666e;
|
21368
|
+
background: #cfdadd;
|
21369
|
+
border-color: #c8d4d7;
|
21370
|
+
}
|
21371
|
+
|
21286
21372
|
.amis-scope .a-Button--light:hover:focus {
|
21287
21373
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21288
21374
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -21303,6 +21389,12 @@ readers do not read off random characters that represent icons */
|
|
21303
21389
|
border-color: #252833;
|
21304
21390
|
}
|
21305
21391
|
|
21392
|
+
.amis-scope .a-Button--dark:not(:disabled):not(.is-disabled):hover:active {
|
21393
|
+
color: #fff;
|
21394
|
+
background: #252833;
|
21395
|
+
border-color: #1f222c;
|
21396
|
+
}
|
21397
|
+
|
21306
21398
|
.amis-scope .a-Button--dark:hover:focus {
|
21307
21399
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
21308
21400
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -21318,9 +21410,15 @@ readers do not read off random characters that represent icons */
|
|
21318
21410
|
}
|
21319
21411
|
|
21320
21412
|
.amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover {
|
21321
|
-
color: #
|
21322
|
-
background: #
|
21323
|
-
border-color: #
|
21413
|
+
color: #7266ba;
|
21414
|
+
background: #fff;
|
21415
|
+
border-color: #7266ba;
|
21416
|
+
}
|
21417
|
+
|
21418
|
+
.amis-scope .a-Button--default:not(:disabled):not(.is-disabled):hover:active {
|
21419
|
+
color: #1C53C1;
|
21420
|
+
background: #fff;
|
21421
|
+
border-color: #1C53C1;
|
21324
21422
|
}
|
21325
21423
|
|
21326
21424
|
.amis-scope .a-Button--default:hover:focus {
|
@@ -21352,6 +21450,17 @@ readers do not read off random characters that represent icons */
|
|
21352
21450
|
margin-left: 0.25rem;
|
21353
21451
|
}
|
21354
21452
|
|
21453
|
+
.amis-scope .a-Button--xs .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21454
|
+
.amis-scope .a-Button--xs > svg.icon:not(:last-child):not(.pull-right),
|
21455
|
+
.amis-scope .a-Button--xs > .pull-left {
|
21456
|
+
margin-right: 0.25rem;
|
21457
|
+
}
|
21458
|
+
|
21459
|
+
.amis-scope .a-Button--xs .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21460
|
+
.amis-scope .a-Button--xs > .pull-right {
|
21461
|
+
margin-left: 0.25rem;
|
21462
|
+
}
|
21463
|
+
|
21355
21464
|
.amis-scope .a-Button--xs img.a-Button-icon {
|
21356
21465
|
height: 0.875rem;
|
21357
21466
|
vertical-align: middle;
|
@@ -21385,6 +21494,17 @@ readers do not read off random characters that represent icons */
|
|
21385
21494
|
margin-left: 0.5rem;
|
21386
21495
|
}
|
21387
21496
|
|
21497
|
+
.amis-scope .a-Button--sm .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21498
|
+
.amis-scope .a-Button--sm > svg.icon:not(:last-child):not(.pull-right),
|
21499
|
+
.amis-scope .a-Button--sm > .pull-left {
|
21500
|
+
margin-right: 0.5rem;
|
21501
|
+
}
|
21502
|
+
|
21503
|
+
.amis-scope .a-Button--sm .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21504
|
+
.amis-scope .a-Button--sm > .pull-right {
|
21505
|
+
margin-left: 0.5rem;
|
21506
|
+
}
|
21507
|
+
|
21388
21508
|
.amis-scope .a-Button--sm img.a-Button-icon {
|
21389
21509
|
height: 0.875rem;
|
21390
21510
|
vertical-align: middle;
|
@@ -21418,6 +21538,17 @@ readers do not read off random characters that represent icons */
|
|
21418
21538
|
margin-left: 0.75rem;
|
21419
21539
|
}
|
21420
21540
|
|
21541
|
+
.amis-scope .a-Button--md .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21542
|
+
.amis-scope .a-Button--md > svg.icon:not(:last-child):not(.pull-right),
|
21543
|
+
.amis-scope .a-Button--md > .pull-left {
|
21544
|
+
margin-right: 0.75rem;
|
21545
|
+
}
|
21546
|
+
|
21547
|
+
.amis-scope .a-Button--md .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21548
|
+
.amis-scope .a-Button--md > .pull-right {
|
21549
|
+
margin-left: 0.75rem;
|
21550
|
+
}
|
21551
|
+
|
21421
21552
|
.amis-scope .a-Button--md img.a-Button-icon {
|
21422
21553
|
height: 0.875rem;
|
21423
21554
|
vertical-align: middle;
|
@@ -21451,6 +21582,17 @@ readers do not read off random characters that represent icons */
|
|
21451
21582
|
margin-left: 1rem;
|
21452
21583
|
}
|
21453
21584
|
|
21585
|
+
.amis-scope .a-Button--lg .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
21586
|
+
.amis-scope .a-Button--lg > svg.icon:not(:last-child):not(.pull-right),
|
21587
|
+
.amis-scope .a-Button--lg > .pull-left {
|
21588
|
+
margin-right: 1rem;
|
21589
|
+
}
|
21590
|
+
|
21591
|
+
.amis-scope .a-Button--lg .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
21592
|
+
.amis-scope .a-Button--lg > .pull-right {
|
21593
|
+
margin-left: 1rem;
|
21594
|
+
}
|
21595
|
+
|
21454
21596
|
.amis-scope .a-Button--lg img.a-Button-icon {
|
21455
21597
|
height: 0.875rem;
|
21456
21598
|
vertical-align: middle;
|
@@ -21479,6 +21621,14 @@ readers do not read off random characters that represent icons */
|
|
21479
21621
|
line-height: 1;
|
21480
21622
|
}
|
21481
21623
|
|
21624
|
+
.amis-scope .a-Button--loading {
|
21625
|
+
transition: --Button-transition;
|
21626
|
+
}
|
21627
|
+
|
21628
|
+
.amis-scope .a-Button--loading svg {
|
21629
|
+
animation: spin 1s infinite linear;
|
21630
|
+
}
|
21631
|
+
|
21482
21632
|
.amis-scope .a-Button--link {
|
21483
21633
|
width: auto;
|
21484
21634
|
min-width: auto;
|
@@ -21490,8 +21640,12 @@ readers do not read off random characters that represent icons */
|
|
21490
21640
|
}
|
21491
21641
|
|
21492
21642
|
.amis-scope .a-Button--link:hover:focus {
|
21493
|
-
color: #
|
21494
|
-
|
21643
|
+
color: #4F86F4;
|
21644
|
+
box-shadow: none;
|
21645
|
+
}
|
21646
|
+
|
21647
|
+
.amis-scope .a-Button--link:hover:active {
|
21648
|
+
color: #1C53C1;
|
21495
21649
|
box-shadow: none;
|
21496
21650
|
}
|
21497
21651
|
|
@@ -21499,7 +21653,7 @@ readers do not read off random characters that represent icons */
|
|
21499
21653
|
.amis-scope .a-Button--link.is-disabled {
|
21500
21654
|
color: #99a6ad;
|
21501
21655
|
pointer-events: none;
|
21502
|
-
background:
|
21656
|
+
background: #F2F3F3;
|
21503
21657
|
}
|
21504
21658
|
|
21505
21659
|
.amis-scope .a-Button--block {
|
@@ -21578,7 +21732,8 @@ readers do not read off random characters that represent icons */
|
|
21578
21732
|
}
|
21579
21733
|
|
21580
21734
|
.amis-scope .a-Badge-text,
|
21581
|
-
.amis-scope .a-Badge-dot
|
21735
|
+
.amis-scope .a-Badge-dot,
|
21736
|
+
.amis-scope .a-Badge-ribbon {
|
21582
21737
|
background: #f05050;
|
21583
21738
|
position: absolute;
|
21584
21739
|
top: 0;
|
@@ -21587,7 +21742,6 @@ readers do not read off random characters that represent icons */
|
|
21587
21742
|
transform-origin: 100% 0;
|
21588
21743
|
z-index: auto;
|
21589
21744
|
border-radius: calc(1rem / 2);
|
21590
|
-
box-shadow: 0 0 0 1px #fff;
|
21591
21745
|
}
|
21592
21746
|
|
21593
21747
|
.amis-scope .a-Badge--top-left {
|
@@ -21613,6 +21767,22 @@ readers do not read off random characters that represent icons */
|
|
21613
21767
|
transform: translate(50%, 50%);
|
21614
21768
|
}
|
21615
21769
|
|
21770
|
+
.amis-scope .a-Badge--danger {
|
21771
|
+
background: #f05050;
|
21772
|
+
}
|
21773
|
+
|
21774
|
+
.amis-scope .a-Badge--info {
|
21775
|
+
background: #23b7e5;
|
21776
|
+
}
|
21777
|
+
|
21778
|
+
.amis-scope .a-Badge--success {
|
21779
|
+
background: #27c24c;
|
21780
|
+
}
|
21781
|
+
|
21782
|
+
.amis-scope .a-Badge--warning {
|
21783
|
+
background: #fad733;
|
21784
|
+
}
|
21785
|
+
|
21616
21786
|
.amis-scope .a-Badge-text {
|
21617
21787
|
color: #fff;
|
21618
21788
|
height: 1rem;
|
@@ -21629,6 +21799,56 @@ readers do not read off random characters that represent icons */
|
|
21629
21799
|
border-radius: 50%;
|
21630
21800
|
}
|
21631
21801
|
|
21802
|
+
.amis-scope .a-Badge-ribbon-out {
|
21803
|
+
overflow: hidden;
|
21804
|
+
position: absolute;
|
21805
|
+
top: 0;
|
21806
|
+
bottom: 0;
|
21807
|
+
right: 0;
|
21808
|
+
}
|
21809
|
+
|
21810
|
+
.amis-scope .a-Badge-ribbon {
|
21811
|
+
color: #fff;
|
21812
|
+
height: 1rem;
|
21813
|
+
line-height: 1rem;
|
21814
|
+
transform: translateX(calc(50% - 5px)) rotate(45deg) scale(0.7);
|
21815
|
+
transform-origin: 50% 0;
|
21816
|
+
border-radius: 0;
|
21817
|
+
text-align: center;
|
21818
|
+
width: 62.5rem;
|
21819
|
+
top: 5px;
|
21820
|
+
}
|
21821
|
+
|
21822
|
+
.amis-scope .a-Badge-ribbon-out--top-left,
|
21823
|
+
.amis-scope .a-Badge-ribbon-out--bottom-left {
|
21824
|
+
left: 0;
|
21825
|
+
right: auto;
|
21826
|
+
}
|
21827
|
+
|
21828
|
+
.amis-scope .a-Badge-ribbon--top-left {
|
21829
|
+
transform: translateX(calc(-50% + 5px)) rotate(-45deg) scale(0.7);
|
21830
|
+
left: 0;
|
21831
|
+
right: auto;
|
21832
|
+
}
|
21833
|
+
|
21834
|
+
.amis-scope .a-Badge-ribbon--bottom-left {
|
21835
|
+
transform: translateX(calc(-50% + 5px)) rotate(45deg) scale(0.7);
|
21836
|
+
transform-origin: 50% 100%;
|
21837
|
+
left: 0;
|
21838
|
+
right: auto;
|
21839
|
+
bottom: 5px;
|
21840
|
+
top: auto;
|
21841
|
+
}
|
21842
|
+
|
21843
|
+
.amis-scope .a-Badge-ribbon--bottom-right {
|
21844
|
+
transform: translateX(calc(50% - 5px)) rotate(-45deg) scale(0.7);
|
21845
|
+
transform-origin: 50% 100%;
|
21846
|
+
left: auto;
|
21847
|
+
right: 0;
|
21848
|
+
bottom: 5px;
|
21849
|
+
top: auto;
|
21850
|
+
}
|
21851
|
+
|
21632
21852
|
@keyframes badgeDotAnimation {
|
21633
21853
|
0% {
|
21634
21854
|
transform: scale(0.8);
|
@@ -22867,6 +23087,17 @@ readers do not read off random characters that represent icons */
|
|
22867
23087
|
margin-left: 0.5rem;
|
22868
23088
|
}
|
22869
23089
|
|
23090
|
+
.amis-scope .a-ArrayInput-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
23091
|
+
.amis-scope .a-ArrayInput-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
23092
|
+
.amis-scope .a-ArrayInput-addBtn > .pull-left {
|
23093
|
+
margin-right: 0.5rem;
|
23094
|
+
}
|
23095
|
+
|
23096
|
+
.amis-scope .a-ArrayInput-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
23097
|
+
.amis-scope .a-ArrayInput-addBtn > .pull-right {
|
23098
|
+
margin-left: 0.5rem;
|
23099
|
+
}
|
23100
|
+
|
22870
23101
|
.amis-scope .a-ArrayInput-addBtn img.a-Button-icon {
|
22871
23102
|
height: 0.875rem;
|
22872
23103
|
vertical-align: middle;
|
@@ -22878,6 +23109,12 @@ readers do not read off random characters that represent icons */
|
|
22878
23109
|
border-color: #b4bbc5;
|
22879
23110
|
}
|
22880
23111
|
|
23112
|
+
.amis-scope .a-ArrayInput-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
23113
|
+
color: #fff;
|
23114
|
+
background: #1797be;
|
23115
|
+
border-color: #adb4bf;
|
23116
|
+
}
|
23117
|
+
|
22881
23118
|
.amis-scope .a-ArrayInput-addBtn:hover:focus {
|
22882
23119
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
22883
23120
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -23486,6 +23723,7 @@ readers do not read off random characters that represent icons */
|
|
23486
23723
|
.amis-scope .a-Nav--tabs .a-Nav-item {
|
23487
23724
|
margin-bottom: calc(0.0625rem * -1);
|
23488
23725
|
display: inline-block;
|
23726
|
+
position: relative;
|
23489
23727
|
}
|
23490
23728
|
|
23491
23729
|
.amis-scope .a-Nav--tabs .a-Nav-item > a {
|
@@ -23498,7 +23736,7 @@ readers do not read off random characters that represent icons */
|
|
23498
23736
|
color: #58666e;
|
23499
23737
|
text-decoration: none;
|
23500
23738
|
margin-right: 0.125rem;
|
23501
|
-
padding: 0.5rem
|
23739
|
+
padding: 0.5rem 1.5rem;
|
23502
23740
|
cursor: pointer;
|
23503
23741
|
}
|
23504
23742
|
|
@@ -23528,106 +23766,224 @@ readers do not read off random characters that represent icons */
|
|
23528
23766
|
min-height: 3.125rem;
|
23529
23767
|
}
|
23530
23768
|
|
23531
|
-
.amis-scope .a-Nav--stacked .a-Nav-item
|
23769
|
+
.amis-scope .a-Nav--stacked .a-Nav-item,
|
23770
|
+
.amis-scope .a-Nav--stacked .a-Badge {
|
23532
23771
|
position: relative;
|
23772
|
+
display: flex;
|
23773
|
+
flex-wrap: wrap;
|
23774
|
+
align-items: stretch;
|
23775
|
+
width: 100%;
|
23533
23776
|
}
|
23534
23777
|
|
23535
|
-
.amis-scope .a-Nav--stacked .a-Nav-item
|
23536
|
-
|
23778
|
+
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager,
|
23779
|
+
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager {
|
23780
|
+
cursor: move;
|
23781
|
+
position: absolute;
|
23782
|
+
left: 0;
|
23783
|
+
top: 0.6875rem;
|
23784
|
+
display: none;
|
23785
|
+
}
|
23786
|
+
|
23787
|
+
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > a,
|
23788
|
+
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > a,
|
23789
|
+
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > a,
|
23790
|
+
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > a {
|
23791
|
+
color: #4b5563;
|
23792
|
+
}
|
23793
|
+
|
23794
|
+
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > a:hover,
|
23795
|
+
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager > .a-Badge > a:hover,
|
23796
|
+
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > a:hover,
|
23797
|
+
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager > .a-Badge > a:hover {
|
23798
|
+
color: #111827;
|
23799
|
+
}
|
23800
|
+
|
23801
|
+
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemDrager svg,
|
23802
|
+
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemDrager svg {
|
23803
|
+
width: 1rem;
|
23804
|
+
height: 1rem;
|
23805
|
+
}
|
23806
|
+
|
23807
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Nav-item-badgeText,
|
23808
|
+
.amis-scope .a-Nav--stacked .a-Badge > .a-Nav-item-badgeText {
|
23809
|
+
position: absolute;
|
23810
|
+
top: 0;
|
23811
|
+
bottom: 0;
|
23812
|
+
width: 2.1875rem;
|
23813
|
+
overflow: hidden;
|
23814
|
+
}
|
23815
|
+
|
23816
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Nav-item-badgeText > span,
|
23817
|
+
.amis-scope .a-Nav--stacked .a-Badge > .a-Nav-item-badgeText > span {
|
23818
|
+
position: absolute;
|
23819
|
+
top: 0.125rem;
|
23820
|
+
left: -0.8125rem;
|
23821
|
+
transform: rotate(-45deg);
|
23822
|
+
width: 3.125rem;
|
23823
|
+
font-size: 12px;
|
23824
|
+
text-align: center;
|
23825
|
+
color: #fff;
|
23826
|
+
background: #27c24c;
|
23827
|
+
}
|
23828
|
+
|
23829
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Nav-item-atcions,
|
23830
|
+
.amis-scope .a-Nav--stacked .a-Badge > .a-Nav-item-atcions {
|
23831
|
+
display: flex;
|
23832
|
+
align-items: center;
|
23833
|
+
}
|
23834
|
+
|
23835
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > a,
|
23836
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a,
|
23837
|
+
.amis-scope .a-Nav--stacked .a-Badge > a,
|
23838
|
+
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a {
|
23839
|
+
display: flex;
|
23840
|
+
align-items: center;
|
23537
23841
|
outline: none;
|
23538
23842
|
color: #58666e;
|
23539
23843
|
text-decoration: none;
|
23540
|
-
padding: 0.5rem 0.
|
23844
|
+
padding: 0.5rem 0.5rem;
|
23541
23845
|
cursor: pointer;
|
23542
23846
|
background: transparent;
|
23543
23847
|
border-radius: 0;
|
23544
23848
|
text-overflow: ellipsis;
|
23545
|
-
|
23546
|
-
|
23547
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a::after {
|
23548
|
-
border-left: 3px solid transparent;
|
23549
|
-
position: absolute;
|
23550
|
-
left: 0;
|
23551
|
-
top: 0;
|
23552
|
-
content: "";
|
23553
|
-
width: 1px;
|
23554
|
-
height: 100%;
|
23555
|
-
transform: scaleY(0.0001);
|
23556
|
-
transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
|
23557
|
-
}
|
23558
|
-
|
23559
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.has-sub > a {
|
23560
|
-
padding-right: calc(0.75rem + 0.5rem);
|
23849
|
+
flex: 1;
|
23561
23850
|
}
|
23562
23851
|
|
23563
23852
|
.amis-scope .a-Nav--stacked .a-Nav-item > a:hover,
|
23564
|
-
.amis-scope .a-Nav--stacked .a-Nav-item > a:focus
|
23853
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > a:focus,
|
23854
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > a:hover + .a-Nav-item-atcions,
|
23855
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > a:focus + .a-Nav-item-atcions,
|
23856
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:hover,
|
23857
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:focus,
|
23858
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:hover + .a-Nav-item-atcions,
|
23859
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:focus + .a-Nav-item-atcions,
|
23860
|
+
.amis-scope .a-Nav--stacked .a-Badge > a:hover,
|
23861
|
+
.amis-scope .a-Nav--stacked .a-Badge > a:focus,
|
23862
|
+
.amis-scope .a-Nav--stacked .a-Badge > a:hover + .a-Nav-item-atcions,
|
23863
|
+
.amis-scope .a-Nav--stacked .a-Badge > a:focus + .a-Nav-item-atcions,
|
23864
|
+
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:hover,
|
23865
|
+
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:focus,
|
23866
|
+
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:hover + .a-Nav-item-atcions,
|
23867
|
+
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:focus + .a-Nav-item-atcions {
|
23565
23868
|
border-color: #414c52;
|
23566
23869
|
text-decoration: none;
|
23567
23870
|
background: rgba(0, 0, 0, 0.05);
|
23871
|
+
z-index: 9999;
|
23872
|
+
}
|
23873
|
+
|
23874
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > a:hover > .a-Nav-itemDrager,
|
23875
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > a:focus > .a-Nav-itemDrager,
|
23876
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:hover > .a-Nav-itemDrager,
|
23877
|
+
.amis-scope .a-Nav--stacked .a-Nav-item > .a-Badge > a:focus > .a-Nav-itemDrager,
|
23878
|
+
.amis-scope .a-Nav--stacked .a-Badge > a:hover > .a-Nav-itemDrager,
|
23879
|
+
.amis-scope .a-Nav--stacked .a-Badge > a:focus > .a-Nav-itemDrager,
|
23880
|
+
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:hover > .a-Nav-itemDrager,
|
23881
|
+
.amis-scope .a-Nav--stacked .a-Badge > .a-Badge > a:focus > .a-Nav-itemDrager {
|
23882
|
+
display: block;
|
23568
23883
|
}
|
23569
23884
|
|
23570
23885
|
.amis-scope .a-Nav--stacked .a-Nav-item.disabled > a,
|
23571
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > a
|
23886
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > a,
|
23887
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.disabled > .a-Badge > a,
|
23888
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-disabled > .a-Badge > a,
|
23889
|
+
.amis-scope .a-Nav--stacked .a-Badge.disabled > a,
|
23890
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-disabled > a,
|
23891
|
+
.amis-scope .a-Nav--stacked .a-Badge.disabled > .a-Badge > a,
|
23892
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-disabled > .a-Badge > a {
|
23572
23893
|
color: #99a6ad;
|
23573
23894
|
background: transparent;
|
23574
23895
|
pointer-events: none;
|
23575
23896
|
}
|
23576
23897
|
|
23898
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.active,
|
23899
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-active,
|
23900
|
+
.amis-scope .a-Nav--stacked .a-Badge.active,
|
23901
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-active {
|
23902
|
+
background: #23b7e5 !important;
|
23903
|
+
}
|
23904
|
+
|
23577
23905
|
.amis-scope .a-Nav--stacked .a-Nav-item.active > a,
|
23578
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > a
|
23906
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Nav-item-atcions,
|
23907
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > a,
|
23908
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.active > .a-Badge > a,
|
23909
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions,
|
23910
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > a,
|
23911
|
+
.amis-scope .a-Nav--stacked .a-Badge.active > a,
|
23912
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Nav-item-atcions,
|
23913
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-active > a,
|
23914
|
+
.amis-scope .a-Nav--stacked .a-Badge.active > .a-Badge > a,
|
23915
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions,
|
23916
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > a {
|
23579
23917
|
color: #fff;
|
23580
|
-
background: #23b7e5;
|
23581
|
-
padding-left: 0.75rem;
|
23582
23918
|
position: relative;
|
23583
23919
|
}
|
23584
23920
|
|
23585
23921
|
.amis-scope .a-Nav--stacked .a-Nav-item.active > a::after,
|
23586
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > a::after
|
23922
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Nav-item-atcions::after,
|
23923
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > a::after,
|
23924
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.active > .a-Badge > a::after,
|
23925
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > .a-Nav-item-atcions::after,
|
23926
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-active > .a-Badge > a::after,
|
23927
|
+
.amis-scope .a-Nav--stacked .a-Badge.active > a::after,
|
23928
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Nav-item-atcions::after,
|
23929
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-active > a::after,
|
23930
|
+
.amis-scope .a-Nav--stacked .a-Badge.active > .a-Badge > a::after,
|
23931
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > .a-Nav-item-atcions::after,
|
23932
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-active > .a-Badge > a::after {
|
23587
23933
|
transform: scaleY(1);
|
23588
23934
|
}
|
23589
23935
|
|
23590
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-itemToggler
|
23936
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > a .a-Nav-itemToggler,
|
23937
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Badge > a .a-Nav-itemToggler,
|
23938
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-unfolded > a .a-Nav-itemToggler,
|
23939
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-unfolded > .a-Badge > a .a-Nav-itemToggler {
|
23591
23940
|
transform: rotate(180deg) scale(0.8);
|
23592
23941
|
}
|
23593
23942
|
|
23594
|
-
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems
|
23943
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Nav-subItems,
|
23944
|
+
.amis-scope .a-Nav--stacked .a-Nav-item.is-unfolded > .a-Badge > .a-Nav-subItems,
|
23945
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-unfolded > .a-Nav-subItems,
|
23946
|
+
.amis-scope .a-Nav--stacked .a-Badge.is-unfolded > .a-Badge > .a-Nav-subItems {
|
23595
23947
|
display: block;
|
23596
23948
|
}
|
23597
23949
|
|
23598
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-spinner
|
23950
|
+
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-spinner,
|
23951
|
+
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-spinner {
|
23599
23952
|
position: absolute;
|
23600
23953
|
right: 0.625rem;
|
23601
23954
|
top: 0.5rem;
|
23602
23955
|
}
|
23603
23956
|
|
23604
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler
|
23605
|
-
|
23606
|
-
|
23607
|
-
|
23608
|
-
|
23609
|
-
height: 1.875rem;
|
23957
|
+
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler,
|
23958
|
+
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemToggler {
|
23959
|
+
float: left;
|
23960
|
+
width: 1.5rem;
|
23961
|
+
height: 1.5rem;
|
23610
23962
|
text-align: center;
|
23611
|
-
line-height: 1.
|
23963
|
+
line-height: 1.5rem;
|
23612
23964
|
vertical-align: middle;
|
23613
23965
|
cursor: pointer;
|
23614
23966
|
transform: scale(0.8);
|
23615
23967
|
transition: transform 0.2s;
|
23616
23968
|
}
|
23617
23969
|
|
23618
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler > svg
|
23970
|
+
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-itemToggler > svg,
|
23971
|
+
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-itemToggler > svg {
|
23619
23972
|
width: 10px;
|
23620
23973
|
height: 10px;
|
23621
23974
|
top: 0;
|
23622
23975
|
}
|
23623
23976
|
|
23624
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-subItems
|
23977
|
+
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-subItems,
|
23978
|
+
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-subItems {
|
23625
23979
|
display: none;
|
23626
23980
|
padding-left: 0;
|
23627
23981
|
list-style: none;
|
23982
|
+
width: 100%;
|
23628
23983
|
}
|
23629
23984
|
|
23630
|
-
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item
|
23985
|
+
.amis-scope .a-Nav--stacked .a-Nav-item .a-Nav-item,
|
23986
|
+
.amis-scope .a-Nav--stacked .a-Badge .a-Nav-item {
|
23631
23987
|
font-size: 0.875rem;
|
23632
23988
|
}
|
23633
23989
|
|
@@ -24299,8 +24655,13 @@ readers do not read off random characters that represent icons */
|
|
24299
24655
|
.amis-scope .a-Spinner--icon {
|
24300
24656
|
background: transparent;
|
24301
24657
|
animation: spin 2s linear infinite;
|
24302
|
-
width:
|
24303
|
-
height:
|
24658
|
+
width: 1rem;
|
24659
|
+
height: 1rem;
|
24660
|
+
}
|
24661
|
+
|
24662
|
+
.amis-scope .a-Spinner--icon svg.icon {
|
24663
|
+
width: 1rem;
|
24664
|
+
height: 1rem;
|
24304
24665
|
}
|
24305
24666
|
|
24306
24667
|
.amis-scope .a-Spinner--overlay {
|
@@ -25893,6 +26254,10 @@ readers do not read off random characters that represent icons */
|
|
25893
26254
|
background: #f9fafa;
|
25894
26255
|
}
|
25895
26256
|
|
26257
|
+
.amis-scope .a-Table-table > tbody > tr.a-Table-tr--hasItemAction:hover {
|
26258
|
+
cursor: pointer;
|
26259
|
+
}
|
26260
|
+
|
25896
26261
|
.amis-scope .a-Table-table > tbody > tr:hover,
|
25897
26262
|
.amis-scope .a-Table-table > tbody > tr.is-hovered {
|
25898
26263
|
background: #f3f6f6;
|
@@ -27437,6 +27802,15 @@ readers do not read off random characters that represent icons */
|
|
27437
27802
|
opacity: 0.1;
|
27438
27803
|
}
|
27439
27804
|
|
27805
|
+
.amis-scope .a-ListItem--hasItemAction {
|
27806
|
+
cursor: pointer;
|
27807
|
+
}
|
27808
|
+
|
27809
|
+
.amis-scope .a-ListItem--hasItemAction:hover {
|
27810
|
+
color: #23b7e5;
|
27811
|
+
background: rgba(0, 126, 255, 0.08);
|
27812
|
+
}
|
27813
|
+
|
27440
27814
|
.amis-scope .a-Cards-toolbar {
|
27441
27815
|
margin: 0 0 0.75rem;
|
27442
27816
|
}
|
@@ -28706,7 +29080,7 @@ readers do not read off random characters that represent icons */
|
|
28706
29080
|
}
|
28707
29081
|
|
28708
29082
|
.amis-scope .a-ImageGallery-item.is-active {
|
28709
|
-
border: 1px solid #
|
29083
|
+
border: 1px solid #7266ba;
|
28710
29084
|
}
|
28711
29085
|
|
28712
29086
|
.amis-scope .a-ImageGallery-item.is-active:after {
|
@@ -29730,6 +30104,10 @@ readers do not read off random characters that represent icons */
|
|
29730
30104
|
margin-bottom: 0.75rem;
|
29731
30105
|
}
|
29732
30106
|
|
30107
|
+
.amis-scope .a-Form-group:last-child {
|
30108
|
+
margin-bottom: 0;
|
30109
|
+
}
|
30110
|
+
|
29733
30111
|
.amis-scope .a-Form-value > .a-Form-group {
|
29734
30112
|
margin-bottom: 0.375rem;
|
29735
30113
|
}
|
@@ -31404,6 +31782,18 @@ readers do not read off random characters that represent icons */
|
|
31404
31782
|
border-left: none;
|
31405
31783
|
}
|
31406
31784
|
|
31785
|
+
.amis-scope .a-NumberControl--withUnit {
|
31786
|
+
display: flex;
|
31787
|
+
}
|
31788
|
+
|
31789
|
+
.amis-scope .a-NumberControl--withUnit .a-Number {
|
31790
|
+
flex-grow: 1;
|
31791
|
+
}
|
31792
|
+
|
31793
|
+
.amis-scope .a-NumberControl--withUnit .a-Select {
|
31794
|
+
border-left: 0;
|
31795
|
+
}
|
31796
|
+
|
31407
31797
|
.amis-scope .a-Select {
|
31408
31798
|
display: inline-flex;
|
31409
31799
|
vertical-align: middle;
|
@@ -32497,7 +32887,7 @@ readers do not read off random characters that represent icons */
|
|
32497
32887
|
}
|
32498
32888
|
|
32499
32889
|
.amis-scope .a-CalendarCounter-btn:hover {
|
32500
|
-
color: #
|
32890
|
+
color: #1C53C1;
|
32501
32891
|
}
|
32502
32892
|
|
32503
32893
|
.amis-scope .a-CalendarCounter-btn > svg {
|
@@ -32575,6 +32965,12 @@ readers do not read off random characters that represent icons */
|
|
32575
32965
|
border-color: #1797be;
|
32576
32966
|
}
|
32577
32967
|
|
32968
|
+
.amis-scope .rdtBtn:not(:disabled):not(.is-disabled):hover:active {
|
32969
|
+
color: #fff;
|
32970
|
+
background: #1797be;
|
32971
|
+
border-color: #158eb3;
|
32972
|
+
}
|
32973
|
+
|
32578
32974
|
.amis-scope .rdtBtn:hover:focus {
|
32579
32975
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
32580
32976
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -32594,9 +32990,15 @@ readers do not read off random characters that represent icons */
|
|
32594
32990
|
}
|
32595
32991
|
|
32596
32992
|
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover {
|
32597
|
-
color: #
|
32598
|
-
background: #
|
32599
|
-
border-color: #
|
32993
|
+
color: #7266ba;
|
32994
|
+
background: #fff;
|
32995
|
+
border-color: #7266ba;
|
32996
|
+
}
|
32997
|
+
|
32998
|
+
.amis-scope .rdtBtnCancel:not(:disabled):not(.is-disabled):hover:active {
|
32999
|
+
color: #1C53C1;
|
33000
|
+
background: #fff;
|
33001
|
+
border-color: #1C53C1;
|
32600
33002
|
}
|
32601
33003
|
|
32602
33004
|
.amis-scope .rdtBtnCancel:hover:focus {
|
@@ -32929,6 +33331,12 @@ readers do not read off random characters that represent icons */
|
|
32929
33331
|
border-color: #b4bbc5;
|
32930
33332
|
}
|
32931
33333
|
|
33334
|
+
.amis-scope .a-ImageControl-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
33335
|
+
color: #58666e;
|
33336
|
+
background: #e6e6e6;
|
33337
|
+
border-color: #adb4bf;
|
33338
|
+
}
|
33339
|
+
|
32932
33340
|
.amis-scope .a-ImageControl-addBtn:hover:focus {
|
32933
33341
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
32934
33342
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -34232,6 +34640,17 @@ readers do not read off random characters that represent icons */
|
|
34232
34640
|
margin-left: 0.5rem;
|
34233
34641
|
}
|
34234
34642
|
|
34643
|
+
.amis-scope .a-Combo-addBtn .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
34644
|
+
.amis-scope .a-Combo-addBtn > svg.icon:not(:last-child):not(.pull-right),
|
34645
|
+
.amis-scope .a-Combo-addBtn > .pull-left {
|
34646
|
+
margin-right: 0.5rem;
|
34647
|
+
}
|
34648
|
+
|
34649
|
+
.amis-scope .a-Combo-addBtn .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
34650
|
+
.amis-scope .a-Combo-addBtn > .pull-right {
|
34651
|
+
margin-left: 0.5rem;
|
34652
|
+
}
|
34653
|
+
|
34235
34654
|
.amis-scope .a-Combo-addBtn img.a-Button-icon {
|
34236
34655
|
height: 0.875rem;
|
34237
34656
|
vertical-align: middle;
|
@@ -34243,6 +34662,12 @@ readers do not read off random characters that represent icons */
|
|
34243
34662
|
border-color: #b4bbc5;
|
34244
34663
|
}
|
34245
34664
|
|
34665
|
+
.amis-scope .a-Combo-addBtn:not(:disabled):not(.is-disabled):hover:active {
|
34666
|
+
color: #fff;
|
34667
|
+
background: #1797be;
|
34668
|
+
border-color: #adb4bf;
|
34669
|
+
}
|
34670
|
+
|
34246
34671
|
.amis-scope .a-Combo-addBtn:hover:focus {
|
34247
34672
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
34248
34673
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -34602,7 +35027,7 @@ readers do not read off random characters that represent icons */
|
|
34602
35027
|
}
|
34603
35028
|
|
34604
35029
|
.amis-scope .a-SubForm-addBtn:hover:focus {
|
34605
|
-
color: #
|
35030
|
+
color: #4F86F4;
|
34606
35031
|
text-decoration: underline;
|
34607
35032
|
box-shadow: none;
|
34608
35033
|
}
|
@@ -34941,6 +35366,17 @@ readers do not read off random characters that represent icons */
|
|
34941
35366
|
margin-left: 0.5rem;
|
34942
35367
|
}
|
34943
35368
|
|
35369
|
+
.amis-scope .a-TagControl-sugItem .a-Button--loading:first-child:not(:last-child):not(.pull-right),
|
35370
|
+
.amis-scope .a-TagControl-sugItem > svg.icon:not(:last-child):not(.pull-right),
|
35371
|
+
.amis-scope .a-TagControl-sugItem > .pull-left {
|
35372
|
+
margin-right: 0.5rem;
|
35373
|
+
}
|
35374
|
+
|
35375
|
+
.amis-scope .a-TagControl-sugItem .a-Button--loading:last-child:not(:first-child):not(.pull-left),
|
35376
|
+
.amis-scope .a-TagControl-sugItem > .pull-right {
|
35377
|
+
margin-left: 0.5rem;
|
35378
|
+
}
|
35379
|
+
|
34944
35380
|
.amis-scope .a-TagControl-sugItem img.a-Button-icon {
|
34945
35381
|
height: 0.875rem;
|
34946
35382
|
vertical-align: middle;
|
@@ -34952,6 +35388,12 @@ readers do not read off random characters that represent icons */
|
|
34952
35388
|
border-color: #b4bbc5;
|
34953
35389
|
}
|
34954
35390
|
|
35391
|
+
.amis-scope .a-TagControl-sugItem:not(:disabled):not(.is-disabled):hover:active {
|
35392
|
+
color: #58666e;
|
35393
|
+
background: #e6e6e6;
|
35394
|
+
border-color: #adb4bf;
|
35395
|
+
}
|
35396
|
+
|
34955
35397
|
.amis-scope .a-TagControl-sugItem:hover:focus {
|
34956
35398
|
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
|
34957
35399
|
0 1px 1px rgba(0, 0, 0, 0.075);
|
@@ -35689,10 +36131,6 @@ readers do not read off random characters that represent icons */
|
|
35689
36131
|
width: 5rem;
|
35690
36132
|
}
|
35691
36133
|
|
35692
|
-
.amis-scope .a-Form-control--sizeXs.a-TextareaControl {
|
35693
|
-
width: auto;
|
35694
|
-
}
|
35695
|
-
|
35696
36134
|
.amis-scope .a-Form-control--sizeSm {
|
35697
36135
|
width: 10rem;
|
35698
36136
|
max-width: 100%;
|
@@ -35704,10 +36142,6 @@ readers do not read off random characters that represent icons */
|
|
35704
36142
|
width: 10rem;
|
35705
36143
|
}
|
35706
36144
|
|
35707
|
-
.amis-scope .a-Form-control--sizeSm.a-TextareaControl {
|
35708
|
-
width: auto;
|
35709
|
-
}
|
35710
|
-
|
35711
36145
|
.amis-scope .a-Form-control--sizeMd {
|
35712
36146
|
width: 15rem;
|
35713
36147
|
max-width: 100%;
|
@@ -35715,10 +36149,6 @@ readers do not read off random characters that represent icons */
|
|
35715
36149
|
vertical-align: top;
|
35716
36150
|
}
|
35717
36151
|
|
35718
|
-
.amis-scope .a-Form-control--sizeMd.a-TextareaControl {
|
35719
|
-
width: auto;
|
35720
|
-
}
|
35721
|
-
|
35722
36152
|
.amis-scope .a-Form-control--sizeLg {
|
35723
36153
|
width: 20rem;
|
35724
36154
|
max-width: 100%;
|
@@ -35730,10 +36160,6 @@ readers do not read off random characters that represent icons */
|
|
35730
36160
|
width: 20rem;
|
35731
36161
|
}
|
35732
36162
|
|
35733
|
-
.amis-scope .a-Form-control--sizeLg.a-TextareaControl {
|
35734
|
-
width: auto;
|
35735
|
-
}
|
35736
|
-
|
35737
36163
|
.amis-scope .a-Form-item--horizontal {
|
35738
36164
|
display: flex;
|
35739
36165
|
flex-wrap: nowrap;
|
@@ -35893,7 +36319,9 @@ readers do not read off random characters that represent icons */
|
|
35893
36319
|
}
|
35894
36320
|
|
35895
36321
|
.amis-scope .a-Form-item--inline > .a-Form-label .a-Form-star {
|
35896
|
-
position:
|
36322
|
+
position: absolute;
|
36323
|
+
left: -0.375rem;
|
36324
|
+
top: 0.1875rem;
|
35897
36325
|
}
|
35898
36326
|
|
35899
36327
|
.amis-scope .a-Form-item--inline > .a-Form-value {
|
@@ -36023,6 +36451,271 @@ readers do not read off random characters that represent icons */
|
|
36023
36451
|
padding: 0.75rem;
|
36024
36452
|
}
|
36025
36453
|
|
36454
|
+
.amis-scope .a-Markdown strong {
|
36455
|
+
font-weight: bolder;
|
36456
|
+
}
|
36457
|
+
|
36458
|
+
.amis-scope .a-Markdown img {
|
36459
|
+
border-style: none;
|
36460
|
+
}
|
36461
|
+
|
36462
|
+
.amis-scope .a-Markdown svg:not(:root) {
|
36463
|
+
overflow: hidden;
|
36464
|
+
}
|
36465
|
+
|
36466
|
+
.amis-scope .a-Markdown button:-moz-focusring,
|
36467
|
+
.amis-scope .a-Markdown [type=button]:-moz-focusring,
|
36468
|
+
.amis-scope .a-Markdown [type=reset]:-moz-focusring,
|
36469
|
+
.amis-scope .a-Markdown [type=submit]:-moz-focusring {
|
36470
|
+
outline: 1px dotted ButtonText;
|
36471
|
+
}
|
36472
|
+
|
36473
|
+
.amis-scope .a-Markdown [type=checkbox] {
|
36474
|
+
box-sizing: border-box;
|
36475
|
+
padding: 0;
|
36476
|
+
}
|
36477
|
+
|
36478
|
+
.amis-scope .a-Markdown table {
|
36479
|
+
border-spacing: 0;
|
36480
|
+
border-collapse: collapse;
|
36481
|
+
}
|
36482
|
+
|
36483
|
+
.amis-scope .a-Markdown table td,
|
36484
|
+
.amis-scope .a-Markdown table th {
|
36485
|
+
padding: 0;
|
36486
|
+
}
|
36487
|
+
|
36488
|
+
.amis-scope .a-Markdown hr {
|
36489
|
+
height: 0;
|
36490
|
+
margin: 15px 0;
|
36491
|
+
overflow: hidden;
|
36492
|
+
background: transparent;
|
36493
|
+
border: 0;
|
36494
|
+
border-bottom: 1px solid #ddd;
|
36495
|
+
}
|
36496
|
+
|
36497
|
+
.amis-scope .a-Markdown hr::before {
|
36498
|
+
display: table;
|
36499
|
+
content: "";
|
36500
|
+
}
|
36501
|
+
|
36502
|
+
.amis-scope .a-Markdown hr::after {
|
36503
|
+
display: table;
|
36504
|
+
clear: both;
|
36505
|
+
content: "";
|
36506
|
+
}
|
36507
|
+
|
36508
|
+
.amis-scope .a-Markdown p {
|
36509
|
+
margin-top: 0;
|
36510
|
+
margin-bottom: 10px;
|
36511
|
+
}
|
36512
|
+
|
36513
|
+
.amis-scope .a-Markdown blockquote {
|
36514
|
+
margin: 0;
|
36515
|
+
}
|
36516
|
+
|
36517
|
+
.amis-scope .a-Markdown ul,
|
36518
|
+
.amis-scope .a-Markdown ol {
|
36519
|
+
padding-left: 0;
|
36520
|
+
margin-top: 0;
|
36521
|
+
margin-bottom: 0;
|
36522
|
+
}
|
36523
|
+
|
36524
|
+
.amis-scope .a-Markdown ol ol,
|
36525
|
+
.amis-scope .a-Markdown ul ol {
|
36526
|
+
list-style-type: lower-roman;
|
36527
|
+
}
|
36528
|
+
|
36529
|
+
.amis-scope .a-Markdown ul ul ol,
|
36530
|
+
.amis-scope .a-Markdown ul ol ol,
|
36531
|
+
.amis-scope .a-Markdown ol ul ol,
|
36532
|
+
.amis-scope .a-Markdown ol ol ol {
|
36533
|
+
list-style-type: lower-alpha;
|
36534
|
+
}
|
36535
|
+
|
36536
|
+
.amis-scope .a-Markdown dd {
|
36537
|
+
margin-left: 0;
|
36538
|
+
}
|
36539
|
+
|
36540
|
+
.amis-scope .a-Markdown p,
|
36541
|
+
.amis-scope .a-Markdown blockquote,
|
36542
|
+
.amis-scope .a-Markdown ul,
|
36543
|
+
.amis-scope .a-Markdown ol,
|
36544
|
+
.amis-scope .a-Markdown dl,
|
36545
|
+
.amis-scope .a-Markdown table,
|
36546
|
+
.amis-scope .a-Markdown pre {
|
36547
|
+
margin-top: 0;
|
36548
|
+
margin-bottom: 16px;
|
36549
|
+
}
|
36550
|
+
|
36551
|
+
.amis-scope .a-Markdown hr {
|
36552
|
+
height: 4px;
|
36553
|
+
padding: 0;
|
36554
|
+
margin: 16px 0;
|
36555
|
+
background-color: #e7e7e7;
|
36556
|
+
border: 0 none;
|
36557
|
+
}
|
36558
|
+
|
36559
|
+
.amis-scope .a-Markdown ul:not(.dropdown-menu):not(.nav),
|
36560
|
+
.amis-scope .a-Markdown ol {
|
36561
|
+
padding-left: 2em;
|
36562
|
+
}
|
36563
|
+
|
36564
|
+
.amis-scope .a-Markdown ul ul,
|
36565
|
+
.amis-scope .a-Markdown ul ol,
|
36566
|
+
.amis-scope .a-Markdown ol ol,
|
36567
|
+
.amis-scope .a-Markdown ol ul {
|
36568
|
+
margin-top: 0;
|
36569
|
+
margin-bottom: 0;
|
36570
|
+
}
|
36571
|
+
|
36572
|
+
.amis-scope .a-Markdown li > p {
|
36573
|
+
margin-top: 16px;
|
36574
|
+
}
|
36575
|
+
|
36576
|
+
.amis-scope .a-Markdown dl {
|
36577
|
+
padding: 0;
|
36578
|
+
}
|
36579
|
+
|
36580
|
+
.amis-scope .a-Markdown dl dt {
|
36581
|
+
padding: 0;
|
36582
|
+
margin-top: 16px;
|
36583
|
+
font-size: 1em;
|
36584
|
+
font-style: italic;
|
36585
|
+
font-weight: bold;
|
36586
|
+
}
|
36587
|
+
|
36588
|
+
.amis-scope .a-Markdown dl dd {
|
36589
|
+
padding: 0 16px;
|
36590
|
+
margin-bottom: 16px;
|
36591
|
+
}
|
36592
|
+
|
36593
|
+
.amis-scope .a-Markdown blockquote {
|
36594
|
+
padding: 0 15px;
|
36595
|
+
color: #777;
|
36596
|
+
border-left: 4px solid #ddd;
|
36597
|
+
}
|
36598
|
+
|
36599
|
+
.amis-scope .a-Markdown blockquote > :first-child {
|
36600
|
+
margin-top: 0;
|
36601
|
+
}
|
36602
|
+
|
36603
|
+
.amis-scope .a-Markdown blockquote > :last-child {
|
36604
|
+
margin-bottom: 0;
|
36605
|
+
}
|
36606
|
+
|
36607
|
+
.amis-scope .a-Markdown table {
|
36608
|
+
display: block;
|
36609
|
+
width: 100%;
|
36610
|
+
overflow: auto;
|
36611
|
+
word-break: normal;
|
36612
|
+
}
|
36613
|
+
|
36614
|
+
.amis-scope .a-Markdown table th {
|
36615
|
+
font-weight: bold;
|
36616
|
+
}
|
36617
|
+
|
36618
|
+
.amis-scope .a-Markdown table th,
|
36619
|
+
.amis-scope .a-Markdown table td {
|
36620
|
+
padding: 6px 13px;
|
36621
|
+
border: 1px solid #ddd;
|
36622
|
+
}
|
36623
|
+
|
36624
|
+
.amis-scope .a-Markdown table tr {
|
36625
|
+
background-color: #fff;
|
36626
|
+
border-top: 1px solid #ccc;
|
36627
|
+
}
|
36628
|
+
|
36629
|
+
.amis-scope .a-Markdown table tr:nth-child(2n) {
|
36630
|
+
background-color: #f8f8f8;
|
36631
|
+
}
|
36632
|
+
|
36633
|
+
@media (min-width: 1200px) {
|
36634
|
+
.amis-scope .a-Markdown img {
|
36635
|
+
max-width: 800px;
|
36636
|
+
}
|
36637
|
+
}
|
36638
|
+
|
36639
|
+
.amis-scope .a-Markdown code {
|
36640
|
+
padding: 0;
|
36641
|
+
padding-top: 0.2em;
|
36642
|
+
padding-bottom: 0.2em;
|
36643
|
+
margin: 0;
|
36644
|
+
background-color: rgba(0, 0, 0, 0.04);
|
36645
|
+
border-radius: 3px;
|
36646
|
+
}
|
36647
|
+
|
36648
|
+
.amis-scope .a-Markdown code:before,
|
36649
|
+
.amis-scope .a-Markdown code:after {
|
36650
|
+
letter-spacing: -0.2em;
|
36651
|
+
content: " ";
|
36652
|
+
}
|
36653
|
+
|
36654
|
+
.amis-scope .a-Markdown pre > code {
|
36655
|
+
padding: 0;
|
36656
|
+
margin: 0;
|
36657
|
+
word-break: normal;
|
36658
|
+
white-space: pre;
|
36659
|
+
background: transparent;
|
36660
|
+
border: 0;
|
36661
|
+
}
|
36662
|
+
|
36663
|
+
.amis-scope .a-Markdown .highlight {
|
36664
|
+
margin-bottom: 16px;
|
36665
|
+
}
|
36666
|
+
|
36667
|
+
.amis-scope .a-Markdown .highlight pre,
|
36668
|
+
.amis-scope .a-Markdown pre {
|
36669
|
+
padding: 16px;
|
36670
|
+
overflow: auto;
|
36671
|
+
line-height: 1.45;
|
36672
|
+
background-color: #f7f7f7;
|
36673
|
+
border-radius: 3px;
|
36674
|
+
}
|
36675
|
+
|
36676
|
+
.amis-scope .a-Markdown .highlight pre {
|
36677
|
+
margin-bottom: 0;
|
36678
|
+
word-break: normal;
|
36679
|
+
}
|
36680
|
+
|
36681
|
+
.amis-scope .a-Markdown pre {
|
36682
|
+
word-wrap: normal;
|
36683
|
+
}
|
36684
|
+
|
36685
|
+
.amis-scope .a-Markdown pre code {
|
36686
|
+
display: inline;
|
36687
|
+
max-width: initial;
|
36688
|
+
padding: 0;
|
36689
|
+
margin: 0;
|
36690
|
+
overflow: initial;
|
36691
|
+
line-height: inherit;
|
36692
|
+
word-wrap: normal;
|
36693
|
+
background-color: transparent;
|
36694
|
+
border: 0;
|
36695
|
+
}
|
36696
|
+
|
36697
|
+
.amis-scope .a-Markdown pre code:before,
|
36698
|
+
.amis-scope .a-Markdown pre code:after {
|
36699
|
+
content: normal;
|
36700
|
+
}
|
36701
|
+
|
36702
|
+
.amis-scope .a-Markdown kbd {
|
36703
|
+
display: inline-block;
|
36704
|
+
padding: 3px 5px;
|
36705
|
+
line-height: 10px;
|
36706
|
+
color: #555;
|
36707
|
+
vertical-align: middle;
|
36708
|
+
background-color: #fcfcfc;
|
36709
|
+
border: solid 1px #ccc;
|
36710
|
+
border-bottom-color: #bbb;
|
36711
|
+
border-radius: 3px;
|
36712
|
+
box-shadow: inset 0 -1px 0 #bbb;
|
36713
|
+
}
|
36714
|
+
|
36715
|
+
.amis-scope .a-Markdown hr {
|
36716
|
+
border-bottom-color: #eee;
|
36717
|
+
}
|
36718
|
+
|
36026
36719
|
/*
|
36027
36720
|
* utilities
|
36028
36721
|
*/
|