You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1056 lines
32 KiB
1056 lines
32 KiB
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/divider/style/index.less ***!
|
|
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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-divider {
|
|
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";
|
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
}
|
|
.ant-divider-vertical {
|
|
position: relative;
|
|
top: -0.06em;
|
|
display: inline-block;
|
|
height: 0.9em;
|
|
margin: 0 8px;
|
|
vertical-align: middle;
|
|
border-top: 0;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
|
}
|
|
.ant-divider-horizontal {
|
|
display: flex;
|
|
clear: both;
|
|
width: 100%;
|
|
min-width: 100%;
|
|
margin: 24px 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 16px 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
border-top: 0;
|
|
border-top-color: rgba(0, 0, 0, 0.06);
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text::before,
|
|
.ant-divider-horizontal.ant-divider-with-text::after {
|
|
position: relative;
|
|
width: 50%;
|
|
border-top: 1px solid transparent;
|
|
border-top-color: inherit;
|
|
border-bottom: 0;
|
|
transform: translateY(50%);
|
|
content: '';
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left::before {
|
|
width: 5%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left::after {
|
|
width: 95%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right::before {
|
|
width: 95%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right::after {
|
|
width: 5%;
|
|
}
|
|
.ant-divider-inner-text {
|
|
display: inline-block;
|
|
padding: 0 1em;
|
|
}
|
|
.ant-divider-dashed {
|
|
background: none;
|
|
border-color: rgba(0, 0, 0, 0.06);
|
|
border-style: dashed;
|
|
border-width: 1px 0 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
|
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
|
|
border-style: dashed none none;
|
|
}
|
|
.ant-divider-vertical.ant-divider-dashed {
|
|
border-width: 0 0 0 1px;
|
|
}
|
|
.ant-divider-plain.ant-divider-with-text {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::before {
|
|
width: 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left::after {
|
|
width: 100%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left.ant-divider-no-default-orientation-margin-left .ant-divider-inner-text {
|
|
padding-left: 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::before {
|
|
width: 100%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right::after {
|
|
width: 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right.ant-divider-no-default-orientation-margin-right .ant-divider-inner-text {
|
|
padding-right: 0;
|
|
}
|
|
.ant-divider-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
|
|
width: 95%;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
|
|
width: 5%;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
|
|
width: 5%;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
|
|
width: 95%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/typography/style/index.less ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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-typography {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
word-break: break-word;
|
|
}
|
|
.ant-typography.ant-typography-secondary {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-typography.ant-typography-success {
|
|
color: #52c41a;
|
|
}
|
|
.ant-typography.ant-typography-warning {
|
|
color: #faad14;
|
|
}
|
|
.ant-typography.ant-typography-danger {
|
|
color: #ff4d4f;
|
|
}
|
|
a.ant-typography.ant-typography-danger:active,
|
|
a.ant-typography.ant-typography-danger:focus {
|
|
color: #d9363e;
|
|
}
|
|
a.ant-typography.ant-typography-danger:hover {
|
|
color: #ff7875;
|
|
}
|
|
.ant-typography.ant-typography-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
div.ant-typography,
|
|
.ant-typography p {
|
|
margin-bottom: 1em;
|
|
}
|
|
h1.ant-typography,
|
|
div.ant-typography-h1,
|
|
div.ant-typography-h1 > textarea,
|
|
.ant-typography h1 {
|
|
margin-bottom: 0.5em;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 600;
|
|
font-size: 33px;
|
|
line-height: 1.23;
|
|
}
|
|
h2.ant-typography,
|
|
div.ant-typography-h2,
|
|
div.ant-typography-h2 > textarea,
|
|
.ant-typography h2 {
|
|
margin-bottom: 0.5em;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 600;
|
|
font-size: 26px;
|
|
line-height: 1.35;
|
|
}
|
|
h3.ant-typography,
|
|
div.ant-typography-h3,
|
|
div.ant-typography-h3 > textarea,
|
|
.ant-typography h3 {
|
|
margin-bottom: 0.5em;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 600;
|
|
font-size: 21px;
|
|
line-height: 1.35;
|
|
}
|
|
h4.ant-typography,
|
|
div.ant-typography-h4,
|
|
div.ant-typography-h4 > textarea,
|
|
.ant-typography h4 {
|
|
margin-bottom: 0.5em;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
line-height: 1.4;
|
|
}
|
|
h5.ant-typography,
|
|
div.ant-typography-h5,
|
|
div.ant-typography-h5 > textarea,
|
|
.ant-typography h5 {
|
|
margin-bottom: 0.5em;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
line-height: 1.5;
|
|
}
|
|
.ant-typography + h1.ant-typography,
|
|
.ant-typography + h2.ant-typography,
|
|
.ant-typography + h3.ant-typography,
|
|
.ant-typography + h4.ant-typography,
|
|
.ant-typography + h5.ant-typography {
|
|
margin-top: 1.2em;
|
|
}
|
|
.ant-typography div + h1,
|
|
.ant-typography ul + h1,
|
|
.ant-typography li + h1,
|
|
.ant-typography p + h1,
|
|
.ant-typography h1 + h1,
|
|
.ant-typography h2 + h1,
|
|
.ant-typography h3 + h1,
|
|
.ant-typography h4 + h1,
|
|
.ant-typography h5 + h1,
|
|
.ant-typography div + h2,
|
|
.ant-typography ul + h2,
|
|
.ant-typography li + h2,
|
|
.ant-typography p + h2,
|
|
.ant-typography h1 + h2,
|
|
.ant-typography h2 + h2,
|
|
.ant-typography h3 + h2,
|
|
.ant-typography h4 + h2,
|
|
.ant-typography h5 + h2,
|
|
.ant-typography div + h3,
|
|
.ant-typography ul + h3,
|
|
.ant-typography li + h3,
|
|
.ant-typography p + h3,
|
|
.ant-typography h1 + h3,
|
|
.ant-typography h2 + h3,
|
|
.ant-typography h3 + h3,
|
|
.ant-typography h4 + h3,
|
|
.ant-typography h5 + h3,
|
|
.ant-typography div + h4,
|
|
.ant-typography ul + h4,
|
|
.ant-typography li + h4,
|
|
.ant-typography p + h4,
|
|
.ant-typography h1 + h4,
|
|
.ant-typography h2 + h4,
|
|
.ant-typography h3 + h4,
|
|
.ant-typography h4 + h4,
|
|
.ant-typography h5 + h4,
|
|
.ant-typography div + h5,
|
|
.ant-typography ul + h5,
|
|
.ant-typography li + h5,
|
|
.ant-typography p + h5,
|
|
.ant-typography h1 + h5,
|
|
.ant-typography h2 + h5,
|
|
.ant-typography h3 + h5,
|
|
.ant-typography h4 + h5,
|
|
.ant-typography h5 + h5 {
|
|
margin-top: 1.2em;
|
|
}
|
|
a.ant-typography-ellipsis,
|
|
span.ant-typography-ellipsis {
|
|
display: inline-block;
|
|
max-width: 100%;
|
|
}
|
|
a.ant-typography,
|
|
.ant-typography a {
|
|
color: #1890ff;
|
|
outline: none;
|
|
cursor: pointer;
|
|
transition: color 0.3s;
|
|
text-decoration: none;
|
|
}
|
|
a.ant-typography:focus-visible,
|
|
.ant-typography a:focus-visible,
|
|
a.ant-typography:hover,
|
|
.ant-typography a:hover {
|
|
color: #40a9ff;
|
|
}
|
|
a.ant-typography:active,
|
|
.ant-typography a:active {
|
|
color: #096dd9;
|
|
}
|
|
a.ant-typography:active,
|
|
.ant-typography a:active,
|
|
a.ant-typography:hover,
|
|
.ant-typography a:hover {
|
|
text-decoration: none;
|
|
}
|
|
a.ant-typography[disabled],
|
|
.ant-typography a[disabled],
|
|
a.ant-typography.ant-typography-disabled,
|
|
.ant-typography a.ant-typography-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
a.ant-typography[disabled]:active,
|
|
.ant-typography a[disabled]:active,
|
|
a.ant-typography.ant-typography-disabled:active,
|
|
.ant-typography a.ant-typography-disabled:active,
|
|
a.ant-typography[disabled]:hover,
|
|
.ant-typography a[disabled]:hover,
|
|
a.ant-typography.ant-typography-disabled:hover,
|
|
.ant-typography a.ant-typography-disabled:hover {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
a.ant-typography[disabled]:active,
|
|
.ant-typography a[disabled]:active,
|
|
a.ant-typography.ant-typography-disabled:active,
|
|
.ant-typography a.ant-typography-disabled:active {
|
|
pointer-events: none;
|
|
}
|
|
.ant-typography code {
|
|
margin: 0 0.2em;
|
|
padding: 0.2em 0.4em 0.1em;
|
|
font-size: 85%;
|
|
background: rgba(150, 150, 150, 0.1);
|
|
border: 1px solid rgba(100, 100, 100, 0.2);
|
|
border-radius: 3px;
|
|
}
|
|
.ant-typography kbd {
|
|
margin: 0 0.2em;
|
|
padding: 0.15em 0.4em 0.1em;
|
|
font-size: 90%;
|
|
background: rgba(150, 150, 150, 0.06);
|
|
border: 1px solid rgba(100, 100, 100, 0.2);
|
|
border-bottom-width: 2px;
|
|
border-radius: 3px;
|
|
}
|
|
.ant-typography mark {
|
|
padding: 0;
|
|
background-color: #ffe58f;
|
|
}
|
|
.ant-typography u,
|
|
.ant-typography ins {
|
|
text-decoration: underline;
|
|
-webkit-text-decoration-skip: ink;
|
|
text-decoration-skip-ink: auto;
|
|
}
|
|
.ant-typography s,
|
|
.ant-typography del {
|
|
text-decoration: line-through;
|
|
}
|
|
.ant-typography strong {
|
|
font-weight: 600;
|
|
}
|
|
.ant-typography-expand,
|
|
.ant-typography-edit,
|
|
.ant-typography-copy {
|
|
color: #1890ff;
|
|
outline: none;
|
|
cursor: pointer;
|
|
transition: color 0.3s;
|
|
margin-left: 4px;
|
|
}
|
|
.ant-typography-expand:focus-visible,
|
|
.ant-typography-edit:focus-visible,
|
|
.ant-typography-copy:focus-visible,
|
|
.ant-typography-expand:hover,
|
|
.ant-typography-edit:hover,
|
|
.ant-typography-copy:hover {
|
|
color: #40a9ff;
|
|
}
|
|
.ant-typography-expand:active,
|
|
.ant-typography-edit:active,
|
|
.ant-typography-copy:active {
|
|
color: #096dd9;
|
|
}
|
|
.ant-typography-copy-success,
|
|
.ant-typography-copy-success:hover,
|
|
.ant-typography-copy-success:focus {
|
|
color: #52c41a;
|
|
}
|
|
.ant-typography-edit-content {
|
|
position: relative;
|
|
}
|
|
div.ant-typography-edit-content {
|
|
left: -8px;
|
|
margin-top: -4px;
|
|
margin-bottom: calc(1em - 3px - 1px);
|
|
}
|
|
.ant-typography-edit-content-confirm {
|
|
position: absolute;
|
|
right: 10px;
|
|
bottom: 8px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
pointer-events: none;
|
|
}
|
|
.ant-typography-edit-content textarea {
|
|
height: 1em;
|
|
margin: 0 !important;
|
|
/* stylelint-disable-next-line property-no-vendor-prefix */
|
|
-moz-transition: none;
|
|
}
|
|
.ant-typography ul,
|
|
.ant-typography ol {
|
|
margin: 0 0 1em;
|
|
padding: 0;
|
|
}
|
|
.ant-typography ul li,
|
|
.ant-typography ol li {
|
|
margin: 0 0 0 20px;
|
|
padding: 0 0 0 4px;
|
|
}
|
|
.ant-typography ul {
|
|
list-style-type: circle;
|
|
}
|
|
.ant-typography ul ul {
|
|
list-style-type: disc;
|
|
}
|
|
.ant-typography ol {
|
|
list-style-type: decimal;
|
|
}
|
|
.ant-typography pre,
|
|
.ant-typography blockquote {
|
|
margin: 1em 0;
|
|
}
|
|
.ant-typography pre {
|
|
padding: 0.4em 0.6em;
|
|
white-space: pre-wrap;
|
|
word-wrap: break-word;
|
|
background: rgba(150, 150, 150, 0.1);
|
|
border: 1px solid rgba(100, 100, 100, 0.2);
|
|
border-radius: 3px;
|
|
}
|
|
.ant-typography pre code {
|
|
display: inline;
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: inherit;
|
|
font-family: inherit;
|
|
background: transparent;
|
|
border: 0;
|
|
}
|
|
.ant-typography blockquote {
|
|
padding: 0 0 0 0.6em;
|
|
border-left: 4px solid rgba(100, 100, 100, 0.2);
|
|
opacity: 0.85;
|
|
}
|
|
.ant-typography-single-line {
|
|
white-space: nowrap;
|
|
}
|
|
.ant-typography-ellipsis-single-line {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
a.ant-typography-ellipsis-single-line,
|
|
span.ant-typography-ellipsis-single-line {
|
|
vertical-align: bottom;
|
|
}
|
|
.ant-typography-ellipsis-multiple-line {
|
|
/* stylelint-disable-next-line value-no-vendor-prefix */
|
|
display: -webkit-box;
|
|
overflow: hidden;
|
|
-webkit-line-clamp: 3;
|
|
/*! autoprefixer: ignore next */
|
|
-webkit-box-orient: vertical;
|
|
}
|
|
.ant-typography-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-typography-rtl .ant-typography-expand,
|
|
.ant-typography-rtl .ant-typography-edit,
|
|
.ant-typography-rtl .ant-typography-copy {
|
|
margin-right: 4px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-typography-rtl .ant-typography-expand {
|
|
float: left;
|
|
}
|
|
div.ant-typography-edit-content.ant-typography-rtl {
|
|
right: -8px;
|
|
left: auto;
|
|
}
|
|
.ant-typography-rtl .ant-typography-edit-content-confirm {
|
|
right: auto;
|
|
left: 10px;
|
|
}
|
|
.ant-typography-rtl.ant-typography ul li,
|
|
.ant-typography-rtl.ant-typography ol li {
|
|
margin: 0 20px 0 0;
|
|
padding: 0 4px 0 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/skeleton/style/index.less ***!
|
|
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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-skeleton {
|
|
display: table;
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton-header {
|
|
display: table-cell;
|
|
padding-right: 8px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-lg {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-sm {
|
|
width: 22px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-content {
|
|
display: table-cell;
|
|
width: 100%;
|
|
vertical-align: top;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-title {
|
|
width: 100%;
|
|
height: 14px;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
border-radius: 2px;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
|
margin-top: 20px;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph {
|
|
padding: 0;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
width: 100%;
|
|
height: 14px;
|
|
list-style: none;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
border-radius: 2px;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
|
|
width: 61%;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
|
|
margin-top: 12px;
|
|
}
|
|
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
|
|
margin-top: 8px;
|
|
}
|
|
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
|
margin-top: 20px;
|
|
}
|
|
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
|
|
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
border-radius: 100px;
|
|
}
|
|
.ant-skeleton-active .ant-skeleton-title,
|
|
.ant-skeleton-active .ant-skeleton-paragraph > li,
|
|
.ant-skeleton-active .ant-skeleton-avatar,
|
|
.ant-skeleton-active .ant-skeleton-button,
|
|
.ant-skeleton-active .ant-skeleton-input,
|
|
.ant-skeleton-active .ant-skeleton-image {
|
|
position: relative;
|
|
/* stylelint-disable-next-line property-no-vendor-prefix,value-no-vendor-prefix */
|
|
z-index: 0;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
}
|
|
.ant-skeleton-active .ant-skeleton-title::after,
|
|
.ant-skeleton-active .ant-skeleton-paragraph > li::after,
|
|
.ant-skeleton-active .ant-skeleton-avatar::after,
|
|
.ant-skeleton-active .ant-skeleton-button::after,
|
|
.ant-skeleton-active .ant-skeleton-input::after,
|
|
.ant-skeleton-active .ant-skeleton-image::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: -150%;
|
|
bottom: 0;
|
|
left: -150%;
|
|
background: linear-gradient(90deg, rgba(190, 190, 190, 0.2) 25%, rgba(129, 129, 129, 0.24) 37%, rgba(190, 190, 190, 0.2) 63%);
|
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
|
content: '';
|
|
}
|
|
.ant-skeleton.ant-skeleton-block {
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton.ant-skeleton-block .ant-skeleton-button {
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton.ant-skeleton-block .ant-skeleton-input {
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton-element {
|
|
display: inline-block;
|
|
width: auto;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
border-radius: 2px;
|
|
width: 56px;
|
|
min-width: 56px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-square {
|
|
width: 28px;
|
|
min-width: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
|
|
width: 28px;
|
|
min-width: 28px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
|
|
border-radius: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg {
|
|
width: 64px;
|
|
min-width: 64px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-square {
|
|
width: 32px;
|
|
min-width: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
|
|
width: 32px;
|
|
min-width: 32px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
|
|
border-radius: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm {
|
|
width: 44px;
|
|
min-width: 44px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-square {
|
|
width: 22px;
|
|
min-width: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
|
|
width: 22px;
|
|
min-width: 22px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
|
|
border-radius: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-lg {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-sm {
|
|
width: 22px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 140px;
|
|
min-width: 140px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input-lg {
|
|
width: 160px;
|
|
min-width: 160px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input-sm {
|
|
width: 110px;
|
|
min-width: 110px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
vertical-align: top;
|
|
background: rgba(190, 190, 190, 0.2);
|
|
width: 96px;
|
|
height: 96px;
|
|
line-height: 96px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-path {
|
|
fill: #bfbfbf;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-svg {
|
|
width: 48px;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
max-width: 192px;
|
|
max-height: 192px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
|
|
border-radius: 50%;
|
|
}
|
|
@keyframes ant-skeleton-loading {
|
|
0% {
|
|
transform: translateX(-37.5%);
|
|
}
|
|
100% {
|
|
transform: translateX(37.5%);
|
|
}
|
|
}
|
|
.ant-skeleton-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-skeleton-rtl .ant-skeleton-header {
|
|
padding-right: 0;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
animation-name: ant-skeleton-loading-rtl;
|
|
}
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
|
|
animation-name: ant-skeleton-loading-rtl;
|
|
}
|
|
@keyframes ant-skeleton-loading-rtl {
|
|
0% {
|
|
background-position: 0% 50%;
|
|
}
|
|
100% {
|
|
background-position: 100% 50%;
|
|
}
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/auto-complete/style/index.less ***!
|
|
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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-select-auto-complete {
|
|
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-select-auto-complete .ant-select-clear {
|
|
right: 13px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/rate/style/index.less ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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-rate {
|
|
box-sizing: border-box;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
font-feature-settings: tnum, "tnum";
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #fadb14;
|
|
font-size: 16px;
|
|
line-height: inherit;
|
|
list-style: none;
|
|
outline: none;
|
|
}
|
|
.ant-rate-disabled .ant-rate-star {
|
|
cursor: default;
|
|
}
|
|
.ant-rate-disabled .ant-rate-star > div:hover {
|
|
transform: scale(1);
|
|
}
|
|
.ant-rate-star {
|
|
position: relative;
|
|
display: inline-block;
|
|
color: inherit;
|
|
cursor: pointer;
|
|
}
|
|
.ant-rate-star:not(:last-child) {
|
|
margin-right: 8px;
|
|
}
|
|
.ant-rate-star > div {
|
|
transition: all 0.3s, outline 0s;
|
|
}
|
|
.ant-rate-star > div:hover {
|
|
transform: scale(1.1);
|
|
}
|
|
.ant-rate-star > div:focus {
|
|
outline: 0;
|
|
}
|
|
.ant-rate-star > div:focus-visible {
|
|
outline: 1px dashed #fadb14;
|
|
transform: scale(1.1);
|
|
}
|
|
.ant-rate-star-first,
|
|
.ant-rate-star-second {
|
|
color: #f0f0f0;
|
|
transition: all 0.3s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-rate-star-first .anticon,
|
|
.ant-rate-star-second .anticon {
|
|
vertical-align: middle;
|
|
}
|
|
.ant-rate-star-first {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 50%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
opacity: 0;
|
|
}
|
|
.ant-rate-star-half .ant-rate-star-first,
|
|
.ant-rate-star-half .ant-rate-star-second {
|
|
opacity: 1;
|
|
}
|
|
.ant-rate-star-half .ant-rate-star-first,
|
|
.ant-rate-star-full .ant-rate-star-second {
|
|
color: inherit;
|
|
}
|
|
.ant-rate-text {
|
|
display: inline-block;
|
|
margin: 0 8px;
|
|
font-size: 12px;
|
|
}
|
|
.ant-rate-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-rate-rtl .ant-rate-star:not(:last-child) {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-rate-rtl .ant-rate-star-first {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/layout/style/index.less ***!
|
|
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
/* 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-layout {
|
|
display: flex;
|
|
flex: auto;
|
|
flex-direction: column;
|
|
/* fix firefox can't set height smaller than content on flex item */
|
|
min-height: 0;
|
|
background: #f0f2f5;
|
|
}
|
|
.ant-layout,
|
|
.ant-layout * {
|
|
box-sizing: border-box;
|
|
}
|
|
.ant-layout.ant-layout-has-sider {
|
|
flex-direction: row;
|
|
}
|
|
.ant-layout.ant-layout-has-sider > .ant-layout,
|
|
.ant-layout.ant-layout-has-sider > .ant-layout-content {
|
|
width: 0;
|
|
}
|
|
.ant-layout-header,
|
|
.ant-layout-footer {
|
|
flex: 0 0 auto;
|
|
}
|
|
.ant-layout-header {
|
|
height: 64px;
|
|
padding: 0 50px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
line-height: 64px;
|
|
background: #001529;
|
|
}
|
|
.ant-layout-footer {
|
|
padding: 24px 50px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
background: #f0f2f5;
|
|
}
|
|
.ant-layout-content {
|
|
flex: auto;
|
|
/* fix firefox can't set height smaller than content on flex item */
|
|
min-height: 0;
|
|
}
|
|
.ant-layout-sider {
|
|
position: relative;
|
|
/* fix firefox can't set width smaller than content on flex item */
|
|
min-width: 0;
|
|
background: #001529;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-layout-sider-children {
|
|
height: 100%;
|
|
margin-top: -0.1px;
|
|
padding-top: 0.1px;
|
|
}
|
|
.ant-layout-sider-children .ant-menu.ant-menu-inline-collapsed {
|
|
width: auto;
|
|
}
|
|
.ant-layout-sider-has-trigger {
|
|
padding-bottom: 48px;
|
|
}
|
|
.ant-layout-sider-right {
|
|
order: 1;
|
|
}
|
|
.ant-layout-sider-trigger {
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 1;
|
|
height: 48px;
|
|
color: #fff;
|
|
line-height: 48px;
|
|
text-align: center;
|
|
background: #002140;
|
|
cursor: pointer;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-layout-sider-zero-width > * {
|
|
overflow: hidden;
|
|
}
|
|
.ant-layout-sider-zero-width-trigger {
|
|
position: absolute;
|
|
top: 64px;
|
|
right: -36px;
|
|
z-index: 1;
|
|
width: 36px;
|
|
height: 42px;
|
|
color: #fff;
|
|
font-size: 18px;
|
|
line-height: 42px;
|
|
text-align: center;
|
|
background: #001529;
|
|
border-radius: 0 2px 2px 0;
|
|
cursor: pointer;
|
|
transition: background 0.3s ease;
|
|
}
|
|
.ant-layout-sider-zero-width-trigger::after {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: transparent;
|
|
transition: all 0.3s;
|
|
content: '';
|
|
}
|
|
.ant-layout-sider-zero-width-trigger:hover::after {
|
|
background: rgba(255, 255, 255, 0.1);
|
|
}
|
|
.ant-layout-sider-zero-width-trigger-right {
|
|
left: -36px;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-layout-sider-light {
|
|
background: #fff;
|
|
}
|
|
.ant-layout-sider-light .ant-layout-sider-trigger {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background: #fff;
|
|
}
|
|
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background: #fff;
|
|
}
|
|
.ant-layout-rtl {
|
|
direction: rtl;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|