|
|
|
|
@ -1264,6 +1264,108 @@
|
|
|
|
|
/* stylelint-disable */
|
|
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
|
|
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
|
|
/* stylelint-disable */
|
|
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
.ant-modal,
|
|
|
|
|
.ant-image-preview {
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
|
|
|
|
.ant-modal.zoom-enter,
|
|
|
|
|
.ant-modal.zoom-appear,
|
|
|
|
|
.ant-image-preview.zoom-enter,
|
|
|
|
|
.ant-image-preview.zoom-appear {
|
|
|
|
|
-ms-transform: none;
|
|
|
|
|
transform: none;
|
|
|
|
|
opacity: 0;
|
|
|
|
|
animation-duration: 0.3s;
|
|
|
|
|
-webkit-user-select: none;
|
|
|
|
|
-moz-user-select: none;
|
|
|
|
|
-ms-user-select: none;
|
|
|
|
|
user-select: none;
|
|
|
|
|
}
|
|
|
|
|
.ant-modal-mask,
|
|
|
|
|
.ant-image-preview-mask {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
z-index: 1000;
|
|
|
|
|
height: 100%;
|
|
|
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
|
|
|
filter: alpha(opacity=50);
|
|
|
|
|
}
|
|
|
|
|
.ant-modal-mask-hidden,
|
|
|
|
|
.ant-image-preview-mask-hidden {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
.ant-modal-wrap,
|
|
|
|
|
.ant-image-preview-wrap {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 0;
|
|
|
|
|
right: 0;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
outline: 0;
|
|
|
|
|
-webkit-overflow-scrolling: touch;
|
|
|
|
|
}
|
|
|
|
|
.ant-statistic {
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
color: rgba(0, 0, 0, 0.85);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-variant: tabular-nums;
|
|
|
|
|
line-height: 1.66667;
|
|
|
|
|
list-style: none;
|
|
|
|
|
font-feature-settings: tnum, "tnum";
|
|
|
|
|
}
|
|
|
|
|
.ant-statistic-title {
|
|
|
|
|
margin-bottom: 0px;
|
|
|
|
|
color: rgba(0, 0, 0, 0.45);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
.ant-statistic-content {
|
|
|
|
|
color: rgba(0, 0, 0, 0.85);
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
|
|
|
}
|
|
|
|
|
.ant-statistic-content-value {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
direction: ltr;
|
|
|
|
|
}
|
|
|
|
|
.ant-statistic-content-value-decimal {
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
.ant-statistic-content-prefix,
|
|
|
|
|
.ant-statistic-content-suffix {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
.ant-statistic-content-prefix {
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
}
|
|
|
|
|
.ant-statistic-content-suffix {
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
}
|
|
|
|
|
.ant-statistic-rtl {
|
|
|
|
|
direction: rtl;
|
|
|
|
|
}
|
|
|
|
|
.ant-statistic-rtl .ant-statistic-content-prefix {
|
|
|
|
|
margin-right: 0;
|
|
|
|
|
margin-left: 4px;
|
|
|
|
|
}
|
|
|
|
|
.ant-statistic-rtl .ant-statistic-content-suffix {
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
}
|
|
|
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
|
|
|
/* stylelint-disable */
|
|
|
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
|
|
|
|
|
|
.flex_box_center___1I0lw {
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|