advance-semi-theme 1.0.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/README.md +214 -0
- package/dist/antd/index.d.ts +159 -0
- package/dist/antd/index.js +1378 -0
- package/dist/antd/plugin.d.ts +34 -0
- package/dist/antd/plugin.js +12 -0
- package/dist/antd/styles/all.css +83 -0
- package/dist/antd/styles/base.css +202 -0
- package/dist/antd/styles/components/affix.css +7 -0
- package/dist/antd/styles/components/ai.css +242 -0
- package/dist/antd/styles/components/alert.css +149 -0
- package/dist/antd/styles/components/anchor.css +40 -0
- package/dist/antd/styles/components/app.css +9 -0
- package/dist/antd/styles/components/autocomplete.css +56 -0
- package/dist/antd/styles/components/avatar.css +37 -0
- package/dist/antd/styles/components/backtop.css +106 -0
- package/dist/antd/styles/components/badge.css +76 -0
- package/dist/antd/styles/components/breadcrumb.css +37 -0
- package/dist/antd/styles/components/button.css +528 -0
- package/dist/antd/styles/components/calendar.css +55 -0
- package/dist/antd/styles/components/card.css +113 -0
- package/dist/antd/styles/components/carousel.css +57 -0
- package/dist/antd/styles/components/cascader.css +99 -0
- package/dist/antd/styles/components/checkableTag.css +26 -0
- package/dist/antd/styles/components/checkbox.css +119 -0
- package/dist/antd/styles/components/collapse.css +74 -0
- package/dist/antd/styles/components/colorpicker.css +94 -0
- package/dist/antd/styles/components/configprovider.css +6 -0
- package/dist/antd/styles/components/datepicker.css +346 -0
- package/dist/antd/styles/components/descriptions.css +63 -0
- package/dist/antd/styles/components/divider.css +34 -0
- package/dist/antd/styles/components/drawer.css +71 -0
- package/dist/antd/styles/components/dropdown.css +94 -0
- package/dist/antd/styles/components/empty.css +40 -0
- package/dist/antd/styles/components/flex.css +19 -0
- package/dist/antd/styles/components/floatbutton.css +65 -0
- package/dist/antd/styles/components/form.css +90 -0
- package/dist/antd/styles/components/grid.css +11 -0
- package/dist/antd/styles/components/icon.css +18 -0
- package/dist/antd/styles/components/image.css +125 -0
- package/dist/antd/styles/components/input.css +459 -0
- package/dist/antd/styles/components/inputnumber.css +102 -0
- package/dist/antd/styles/components/layout.css +63 -0
- package/dist/antd/styles/components/list.css +109 -0
- package/dist/antd/styles/components/mentions.css +84 -0
- package/dist/antd/styles/components/menu.css +190 -0
- package/dist/antd/styles/components/message.css +68 -0
- package/dist/antd/styles/components/modal.css +124 -0
- package/dist/antd/styles/components/notification.css +89 -0
- package/dist/antd/styles/components/pageheader.css +62 -0
- package/dist/antd/styles/components/pagination.css +139 -0
- package/dist/antd/styles/components/popconfirm.css +64 -0
- package/dist/antd/styles/components/popover.css +40 -0
- package/dist/antd/styles/components/progress.css +105 -0
- package/dist/antd/styles/components/qrcode.css +43 -0
- package/dist/antd/styles/components/radio.css +166 -0
- package/dist/antd/styles/components/rate.css +47 -0
- package/dist/antd/styles/components/result.css +63 -0
- package/dist/antd/styles/components/scrollbar.css +22 -0
- package/dist/antd/styles/components/segmented.css +75 -0
- package/dist/antd/styles/components/select.css +282 -0
- package/dist/antd/styles/components/skeleton.css +96 -0
- package/dist/antd/styles/components/slider.css +119 -0
- package/dist/antd/styles/components/space.css +59 -0
- package/dist/antd/styles/components/spin.css +91 -0
- package/dist/antd/styles/components/statistic.css +48 -0
- package/dist/antd/styles/components/steps.css +176 -0
- package/dist/antd/styles/components/switch.css +128 -0
- package/dist/antd/styles/components/table.css +197 -0
- package/dist/antd/styles/components/tabs.css +212 -0
- package/dist/antd/styles/components/tag.css +286 -0
- package/dist/antd/styles/components/textArea.css +40 -0
- package/dist/antd/styles/components/timeline.css +106 -0
- package/dist/antd/styles/components/timepicker.css +105 -0
- package/dist/antd/styles/components/tooltip.css +37 -0
- package/dist/antd/styles/components/tour.css +114 -0
- package/dist/antd/styles/components/transfer.css +232 -0
- package/dist/antd/styles/components/tree.css +143 -0
- package/dist/antd/styles/components/treeselect.css +46 -0
- package/dist/antd/styles/components/typography.css +184 -0
- package/dist/antd/styles/components/upload.css +181 -0
- package/dist/antd/styles/components/watermark.css +16 -0
- package/dist/antd/styles/dark.css +533 -0
- package/dist/antd/styles/index.css +115 -0
- package/dist/antd/styles/overrides.css +147 -0
- package/dist/antd/styles/variables.css +259 -0
- package/dist/chunk-FMQWBDDZ.js +207 -0
- package/dist/chunk-NGAVTDQ2.js +200 -0
- package/dist/chunk-QQOB6AOA.js +213 -0
- package/dist/core/index.d.ts +179 -0
- package/dist/core/index.js +10 -0
- package/dist/core/variables.css +258 -0
- package/dist/element/index.d.ts +3 -0
- package/dist/element/index.js +17 -0
- package/dist/element/plugin.d.ts +34 -0
- package/dist/element/plugin.js +12 -0
- package/dist/element/styles/base.css +277 -0
- package/dist/element/styles/components/affix.css +7 -0
- package/dist/element/styles/components/alert.css +44 -0
- package/dist/element/styles/components/anchor.css +34 -0
- package/dist/element/styles/components/autocomplete.css +61 -0
- package/dist/element/styles/components/avatar.css +31 -0
- package/dist/element/styles/components/backtop.css +22 -0
- package/dist/element/styles/components/badge.css +48 -0
- package/dist/element/styles/components/breadcrumb.css +38 -0
- package/dist/element/styles/components/button.css +193 -0
- package/dist/element/styles/components/calendar.css +58 -0
- package/dist/element/styles/components/card.css +29 -0
- package/dist/element/styles/components/carousel.css +78 -0
- package/dist/element/styles/components/cascader.css +120 -0
- package/dist/element/styles/components/check-tag.css +35 -0
- package/dist/element/styles/components/checkbox.css +39 -0
- package/dist/element/styles/components/collapse.css +58 -0
- package/dist/element/styles/components/color-picker.css +82 -0
- package/dist/element/styles/components/config-provider.css +6 -0
- package/dist/element/styles/components/container.css +26 -0
- package/dist/element/styles/components/datepicker.css +165 -0
- package/dist/element/styles/components/descriptions-item.css +6 -0
- package/dist/element/styles/components/descriptions.css +51 -0
- package/dist/element/styles/components/dialog.css +91 -0
- package/dist/element/styles/components/divider.css +37 -0
- package/dist/element/styles/components/drawer.css +33 -0
- package/dist/element/styles/components/dropdown.css +30 -0
- package/dist/element/styles/components/empty.css +28 -0
- package/dist/element/styles/components/form.css +106 -0
- package/dist/element/styles/components/image.css +59 -0
- package/dist/element/styles/components/infinite-scroll.css +24 -0
- package/dist/element/styles/components/input-number.css +95 -0
- package/dist/element/styles/components/input.css +170 -0
- package/dist/element/styles/components/link.css +73 -0
- package/dist/element/styles/components/loading.css +50 -0
- package/dist/element/styles/components/mention.css +49 -0
- package/dist/element/styles/components/menu.css +140 -0
- package/dist/element/styles/components/message.css +88 -0
- package/dist/element/styles/components/notification.css +81 -0
- package/dist/element/styles/components/page-header.css +41 -0
- package/dist/element/styles/components/pagination.css +135 -0
- package/dist/element/styles/components/popconfirm.css +35 -0
- package/dist/element/styles/components/popover.css +22 -0
- package/dist/element/styles/components/progress.css +28 -0
- package/dist/element/styles/components/radio.css +64 -0
- package/dist/element/styles/components/rate.css +33 -0
- package/dist/element/styles/components/result.css +51 -0
- package/dist/element/styles/components/row.css +11 -0
- package/dist/element/styles/components/scrollbar.css +33 -0
- package/dist/element/styles/components/segmented.css +59 -0
- package/dist/element/styles/components/select.css +226 -0
- package/dist/element/styles/components/skeleton.css +65 -0
- package/dist/element/styles/components/slider.css +93 -0
- package/dist/element/styles/components/space.css +19 -0
- package/dist/element/styles/components/statistic.css +33 -0
- package/dist/element/styles/components/steps.css +122 -0
- package/dist/element/styles/components/switch.css +32 -0
- package/dist/element/styles/components/table.css +144 -0
- package/dist/element/styles/components/tabs.css +125 -0
- package/dist/element/styles/components/tag.css +150 -0
- package/dist/element/styles/components/text.css +50 -0
- package/dist/element/styles/components/time-picker.css +106 -0
- package/dist/element/styles/components/timeline.css +58 -0
- package/dist/element/styles/components/tooltip.css +22 -0
- package/dist/element/styles/components/tour.css +58 -0
- package/dist/element/styles/components/transfer.css +181 -0
- package/dist/element/styles/components/tree-select.css +28 -0
- package/dist/element/styles/components/tree.css +66 -0
- package/dist/element/styles/components/upload.css +96 -0
- package/dist/element/styles/components/virtualized.css +75 -0
- package/dist/element/styles/components/watermark.css +20 -0
- package/dist/element/styles/dark.css +82 -0
- package/dist/element/styles/index.css +107 -0
- package/package.json +78 -0
|
@@ -0,0 +1,65 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* FloatButton 悬浮按钮 - Semi Design 风格
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
body.semi .ant-float-btn {
|
|
6
|
+
background-color: #fff;
|
|
7
|
+
border-radius: var(--semi-border-radius-full);
|
|
8
|
+
box-shadow: var(--semi-shadow-elevated);
|
|
9
|
+
color: var(--semi-color-text-1);
|
|
10
|
+
transition: all var(--semi-transition-duration) var(--semi-transition-timing);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
body.semi .ant-float-btn:hover {
|
|
14
|
+
background-color: var(--semi-color-fill-0);
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
body.semi .ant-float-btn-primary {
|
|
18
|
+
background-color: var(--semi-color-primary);
|
|
19
|
+
color: #fff;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
body.semi .ant-float-btn-primary:hover {
|
|
23
|
+
background-color: var(--semi-color-primary-hover);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
body.semi .ant-float-btn-icon {
|
|
27
|
+
font-size: 20px;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
body.semi .ant-float-btn-description {
|
|
31
|
+
font-size: var(--semi-font-size-small);
|
|
32
|
+
color: var(--semi-color-text-2);
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
/* 组 */
|
|
36
|
+
body.semi .ant-float-btn-group {
|
|
37
|
+
box-shadow: var(--semi-shadow-elevated);
|
|
38
|
+
border-radius: var(--semi-border-radius-full);
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
body.semi .ant-float-btn-group .ant-float-btn {
|
|
42
|
+
box-shadow: none;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
body.semi .ant-float-btn-group .ant-float-btn:first-child {
|
|
46
|
+
border-radius: var(--semi-border-radius-full) var(--semi-border-radius-full) 0 0;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
body.semi .ant-float-btn-group .ant-float-btn:last-child {
|
|
50
|
+
border-radius: 0 0 var(--semi-border-radius-full) var(--semi-border-radius-full);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
body.semi .ant-float-btn-group-circle .ant-float-btn-body {
|
|
54
|
+
border-radius: var(--semi-border-radius-full);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
/* 方形 */
|
|
58
|
+
body.semi .ant-float-btn-square {
|
|
59
|
+
border-radius: var(--semi-border-radius-small);
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
/* 徽章 */
|
|
63
|
+
body.semi .ant-float-btn .ant-badge-count {
|
|
64
|
+
background-color: var(--semi-color-danger);
|
|
65
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Form 表单 - Semi Design 风格
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form {
|
|
6
|
+
color: var(--semi-color-text-0);
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
/* 表单项标签 */
|
|
10
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-item-label > label {
|
|
11
|
+
color: var(--semi-color-text-0);
|
|
12
|
+
font-weight: 500;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-item-label > label::after {
|
|
16
|
+
display: none;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
/* 必填标记 */
|
|
20
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-item-required::before {
|
|
21
|
+
color: var(--semi-color-danger);
|
|
22
|
+
margin-inline-end: 4px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* 说明文字 */
|
|
26
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-item-explain {
|
|
27
|
+
color: var(--semi-color-text-2);
|
|
28
|
+
font-size: var(--semi-font-size-small);
|
|
29
|
+
margin-top: 4px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-item-explain-error {
|
|
33
|
+
color: var(--semi-color-danger);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-item-explain-warning {
|
|
37
|
+
color: var(--semi-color-warning);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/* 额外说明 */
|
|
41
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-item-extra {
|
|
42
|
+
color: var(--semi-color-text-2);
|
|
43
|
+
font-size: var(--semi-font-size-small);
|
|
44
|
+
margin-top: 4px;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/* 错误状态反馈图标 */
|
|
48
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-item-has-error .ant-form-item-feedback-icon {
|
|
49
|
+
color: var(--semi-color-danger);
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-item-has-warning .ant-form-item-feedback-icon {
|
|
53
|
+
color: var(--semi-color-warning);
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-item-has-success .ant-form-item-feedback-icon {
|
|
57
|
+
color: var(--semi-color-success);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/* 验证中 */
|
|
61
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-item-is-validating .ant-form-item-feedback-icon {
|
|
62
|
+
color: var(--semi-color-primary);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/* 表单项间距 */
|
|
66
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-item {
|
|
67
|
+
margin-bottom: 24px;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/* 紧凑布局 */
|
|
71
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-small .ant-form-item {
|
|
72
|
+
margin-bottom: 16px;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/* 水平布局 */
|
|
76
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-horizontal .ant-form-item-label {
|
|
77
|
+
text-align: right;
|
|
78
|
+
padding-inline-end: 8px;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/* 内联布局 */
|
|
82
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-inline .ant-form-item {
|
|
83
|
+
margin-inline-end: 16px;
|
|
84
|
+
margin-bottom: 0;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
/* 垂直布局 */
|
|
88
|
+
.semi:where([data-semi="all"], [data-semi-form]) .ant-form-vertical .ant-form-item-label {
|
|
89
|
+
padding-bottom: 4px;
|
|
90
|
+
}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Icon 图标 - Semi Design 风格
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
.semi:where([data-semi="all"], [data-semi-icon]) .anticon {
|
|
6
|
+
color: inherit;
|
|
7
|
+
font-size: inherit;
|
|
8
|
+
line-height: 1;
|
|
9
|
+
vertical-align: -0.125em;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.semi:where([data-semi="all"], [data-semi-icon]) .anticon-spin::before {
|
|
13
|
+
animation: loadingCircle 1s infinite linear;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.semi:where([data-semi="all"], [data-semi-icon]) .anticon-spin {
|
|
17
|
+
animation: loadingCircle 1s infinite linear;
|
|
18
|
+
}
|
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Image 图片 - Semi Design 风格
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
.semi:where([data-semi="all"], [data-semi-image]) .ant-image {
|
|
6
|
+
border-radius: var(--semi-border-radius-medium);
|
|
7
|
+
overflow: hidden;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
/* 遮罩 */
|
|
11
|
+
.semi:where([data-semi="all"], [data-semi-image]) .ant-image-mask {
|
|
12
|
+
background: rgba(0, 0, 0, 0.5);
|
|
13
|
+
border-radius: var(--semi-border-radius-medium);
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.semi:where([data-semi="all"], [data-semi-image]) .ant-image-mask-info {
|
|
17
|
+
color: #fff;
|
|
18
|
+
font-size: var(--semi-font-size-regular);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
/* 占位符 */
|
|
22
|
+
.semi:where([data-semi="all"], [data-semi-image]) .ant-image-placeholder {
|
|
23
|
+
background: var(--semi-color-fill-0);
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
/* 错误状态 */
|
|
27
|
+
.semi:where([data-semi="all"], [data-semi-image]) .ant-image-error {
|
|
28
|
+
background: var(--semi-color-fill-0);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
/* ==========================================================================
|
|
32
|
+
图片预览 (Portal 组件 - 渲染在 body 下)
|
|
33
|
+
========================================================================== */
|
|
34
|
+
|
|
35
|
+
body.semi .ant-image-preview-mask,
|
|
36
|
+
.semi .ant-image-preview-mask {
|
|
37
|
+
background: rgba(0, 0, 0, 0.75);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
body.semi .ant-image-preview-wrap,
|
|
41
|
+
.semi .ant-image-preview-wrap {
|
|
42
|
+
z-index: 1080;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
body.semi .ant-image-preview-operations,
|
|
46
|
+
.semi .ant-image-preview-operations {
|
|
47
|
+
background: rgba(0, 0, 0, 0.1);
|
|
48
|
+
padding: 12px 24px;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
body.semi .ant-image-preview-operations-operation,
|
|
52
|
+
.semi .ant-image-preview-operations-operation {
|
|
53
|
+
color: rgba(255, 255, 255, 0.85);
|
|
54
|
+
padding: 12px;
|
|
55
|
+
border-radius: var(--semi-border-radius-small);
|
|
56
|
+
transition: background var(--semi-transition-duration) var(--semi-transition-timing);
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
body.semi .ant-image-preview-operations-operation:hover,
|
|
60
|
+
.semi .ant-image-preview-operations-operation:hover {
|
|
61
|
+
background: rgba(255, 255, 255, 0.1);
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
body.semi .ant-image-preview-operations-operation-disabled,
|
|
65
|
+
.semi .ant-image-preview-operations-operation-disabled {
|
|
66
|
+
color: rgba(255, 255, 255, 0.35);
|
|
67
|
+
cursor: not-allowed;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/* 切换按钮 */
|
|
71
|
+
body.semi .ant-image-preview-switch-left,
|
|
72
|
+
body.semi .ant-image-preview-switch-right,
|
|
73
|
+
.semi .ant-image-preview-switch-left,
|
|
74
|
+
.semi .ant-image-preview-switch-right {
|
|
75
|
+
background: rgba(0, 0, 0, 0.1);
|
|
76
|
+
border-radius: var(--semi-border-radius-full);
|
|
77
|
+
color: rgba(255, 255, 255, 0.85);
|
|
78
|
+
width: 44px;
|
|
79
|
+
height: 44px;
|
|
80
|
+
display: flex;
|
|
81
|
+
align-items: center;
|
|
82
|
+
justify-content: center;
|
|
83
|
+
transition: background var(--semi-transition-duration) var(--semi-transition-timing);
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
body.semi .ant-image-preview-switch-left:hover,
|
|
87
|
+
body.semi .ant-image-preview-switch-right:hover,
|
|
88
|
+
.semi .ant-image-preview-switch-left:hover,
|
|
89
|
+
.semi .ant-image-preview-switch-right:hover {
|
|
90
|
+
background: rgba(0, 0, 0, 0.2);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
body.semi .ant-image-preview-switch-left-disabled,
|
|
94
|
+
body.semi .ant-image-preview-switch-right-disabled,
|
|
95
|
+
.semi .ant-image-preview-switch-left-disabled,
|
|
96
|
+
.semi .ant-image-preview-switch-right-disabled {
|
|
97
|
+
color: rgba(255, 255, 255, 0.35);
|
|
98
|
+
cursor: not-allowed;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
/* 图片容器 */
|
|
102
|
+
body.semi .ant-image-preview-img-wrapper,
|
|
103
|
+
.semi .ant-image-preview-img-wrapper {
|
|
104
|
+
display: flex;
|
|
105
|
+
align-items: center;
|
|
106
|
+
justify-content: center;
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
/* 关闭按钮 */
|
|
110
|
+
body.semi .ant-image-preview-close,
|
|
111
|
+
.semi .ant-image-preview-close {
|
|
112
|
+
color: rgba(255, 255, 255, 0.85);
|
|
113
|
+
font-size: 18px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
body.semi .ant-image-preview-close:hover,
|
|
117
|
+
.semi .ant-image-preview-close:hover {
|
|
118
|
+
color: #fff;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/* 底部工具栏 */
|
|
122
|
+
body.semi .ant-image-preview-footer,
|
|
123
|
+
.semi .ant-image-preview-footer {
|
|
124
|
+
color: rgba(255, 255, 255, 0.85);
|
|
125
|
+
}
|