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.
848 lines
28 KiB
848 lines
28 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/breadcrumb/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-breadcrumb {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
}
|
|
.ant-breadcrumb .anticon {
|
|
font-size: 12px;
|
|
}
|
|
.ant-breadcrumb ol {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.ant-breadcrumb a {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
transition: color 0.3s;
|
|
}
|
|
.ant-breadcrumb a:hover {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-breadcrumb li:last-child {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-breadcrumb li:last-child a {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
li:last-child > .ant-breadcrumb-separator {
|
|
display: none;
|
|
}
|
|
.ant-breadcrumb-separator {
|
|
margin: 0 4px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-breadcrumb-link > .anticon + span,
|
|
.ant-breadcrumb-link > .anticon + a {
|
|
margin-left: 4px;
|
|
}
|
|
.ant-breadcrumb-overlay-link > .anticon {
|
|
margin-left: 4px;
|
|
}
|
|
.ant-breadcrumb-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-breadcrumb-rtl::before {
|
|
display: table;
|
|
content: '';
|
|
}
|
|
.ant-breadcrumb-rtl::after {
|
|
display: table;
|
|
clear: both;
|
|
content: '';
|
|
}
|
|
.ant-breadcrumb-rtl > span {
|
|
float: right;
|
|
}
|
|
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
|
|
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
|
|
margin-right: 4px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
|
|
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 */
|
|
|
|
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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/statistic/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-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-skeleton {
|
|
padding-top: 8px;
|
|
}
|
|
.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-prefix,
|
|
.ant-statistic-content-suffix {
|
|
display: inline-block;
|
|
}
|
|
.ant-statistic-content-prefix {
|
|
margin-right: 4px;
|
|
}
|
|
.ant-statistic-content-suffix {
|
|
margin-left: 4px;
|
|
}
|
|
.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 */
|
|
|
|
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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/anchor/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-anchor {
|
|
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";
|
|
position: relative;
|
|
padding-left: 2px;
|
|
}
|
|
.ant-anchor-wrapper {
|
|
margin-left: -4px;
|
|
padding-left: 4px;
|
|
overflow: auto;
|
|
background-color: transparent;
|
|
}
|
|
.ant-anchor-ink {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
height: 100%;
|
|
}
|
|
.ant-anchor-ink::before {
|
|
position: relative;
|
|
display: block;
|
|
width: 2px;
|
|
height: 100%;
|
|
margin: 0 auto;
|
|
background-color: #f0f0f0;
|
|
content: ' ';
|
|
}
|
|
.ant-anchor-ink-ball {
|
|
position: absolute;
|
|
left: 50%;
|
|
display: none;
|
|
width: 8px;
|
|
height: 8px;
|
|
background-color: #fff;
|
|
border: 2px solid #1890ff;
|
|
border-radius: 8px;
|
|
transform: translateX(-50%);
|
|
transition: top 0.3s ease-in-out;
|
|
}
|
|
.ant-anchor-ink-ball.ant-anchor-ink-ball-visible {
|
|
display: inline-block;
|
|
}
|
|
.ant-anchor-fixed .ant-anchor-ink .ant-anchor-ink-ball {
|
|
display: none;
|
|
}
|
|
.ant-anchor-link {
|
|
padding: 4px 0 4px 16px;
|
|
}
|
|
.ant-anchor-link-title {
|
|
position: relative;
|
|
display: block;
|
|
margin-bottom: 3px;
|
|
overflow: hidden;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-anchor-link-title:only-child {
|
|
margin-bottom: 0;
|
|
}
|
|
.ant-anchor-link-active > .ant-anchor-link-title {
|
|
color: #1890ff;
|
|
}
|
|
.ant-anchor-link .ant-anchor-link {
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
}
|
|
.ant-anchor-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-anchor-rtl.ant-anchor-wrapper {
|
|
margin-right: -4px;
|
|
margin-left: 0;
|
|
padding-right: 4px;
|
|
padding-left: 0;
|
|
}
|
|
.ant-anchor-rtl .ant-anchor-ink {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
.ant-anchor-rtl .ant-anchor-ink-ball {
|
|
right: 50%;
|
|
left: 0;
|
|
transform: translateX(50%);
|
|
}
|
|
.ant-anchor-rtl .ant-anchor-link {
|
|
padding: 4px 16px 4px 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/affix/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-affix {
|
|
position: fixed;
|
|
z-index: 10;
|
|
}
|
|
/* 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/alert/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-alert {
|
|
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";
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 4px 7px;
|
|
word-wrap: break-word;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-alert-content {
|
|
flex: 1 1;
|
|
min-width: 0;
|
|
}
|
|
.ant-alert-icon {
|
|
margin-right: 4px;
|
|
}
|
|
.ant-alert-description {
|
|
display: none;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
}
|
|
.ant-alert-success {
|
|
background-color: #f6ffed;
|
|
border: 1px solid #b7eb8f;
|
|
}
|
|
.ant-alert-success .ant-alert-icon {
|
|
color: #52c41a;
|
|
}
|
|
.ant-alert-info {
|
|
background-color: #e6f7ff;
|
|
border: 1px solid #91d5ff;
|
|
}
|
|
.ant-alert-info .ant-alert-icon {
|
|
color: #1890ff;
|
|
}
|
|
.ant-alert-warning {
|
|
background-color: #fffbe6;
|
|
border: 1px solid #ffe58f;
|
|
}
|
|
.ant-alert-warning .ant-alert-icon {
|
|
color: #faad14;
|
|
}
|
|
.ant-alert-error {
|
|
background-color: #fff2f0;
|
|
border: 1px solid #ffccc7;
|
|
}
|
|
.ant-alert-error .ant-alert-icon {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-alert-error .ant-alert-description > pre {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.ant-alert-action {
|
|
margin-left: 4px;
|
|
}
|
|
.ant-alert-close-icon {
|
|
margin-left: 4px;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
line-height: 12px;
|
|
background-color: transparent;
|
|
border: none;
|
|
outline: none;
|
|
cursor: pointer;
|
|
}
|
|
.ant-alert-close-icon .anticon-close {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
transition: color 0.3s;
|
|
}
|
|
.ant-alert-close-icon .anticon-close:hover {
|
|
color: rgba(0, 0, 0, 0.75);
|
|
}
|
|
.ant-alert-close-text {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
transition: color 0.3s;
|
|
}
|
|
.ant-alert-close-text:hover {
|
|
color: rgba(0, 0, 0, 0.75);
|
|
}
|
|
.ant-alert-with-description {
|
|
align-items: flex-start;
|
|
padding: 11px 15px 7px 20px;
|
|
}
|
|
.ant-alert-with-description.ant-alert-no-icon {
|
|
padding: 7px 15px;
|
|
}
|
|
.ant-alert-with-description .ant-alert-icon {
|
|
margin-right: 11px;
|
|
font-size: 20px;
|
|
}
|
|
.ant-alert-with-description .ant-alert-message {
|
|
display: block;
|
|
margin-bottom: 4px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
}
|
|
.ant-alert-message {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-alert-with-description .ant-alert-description {
|
|
display: block;
|
|
}
|
|
.ant-alert.ant-alert-motion-leave {
|
|
overflow: hidden;
|
|
opacity: 1;
|
|
transition: max-height 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-top 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), padding-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86), margin-bottom 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
}
|
|
.ant-alert.ant-alert-motion-leave-active {
|
|
max-height: 0;
|
|
margin-bottom: 0 !important;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
opacity: 0;
|
|
}
|
|
.ant-alert-banner {
|
|
margin-bottom: 0;
|
|
border: 0;
|
|
border-radius: 0;
|
|
}
|
|
.ant-alert.ant-alert-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-alert-rtl .ant-alert-icon {
|
|
margin-right: auto;
|
|
margin-left: 4px;
|
|
}
|
|
.ant-alert-rtl .ant-alert-action {
|
|
margin-right: 4px;
|
|
margin-left: auto;
|
|
}
|
|
.ant-alert-rtl .ant-alert-close-icon {
|
|
margin-right: 4px;
|
|
margin-left: auto;
|
|
}
|
|
.ant-alert-rtl.ant-alert-with-description {
|
|
padding-right: 20px;
|
|
padding-left: 11px;
|
|
}
|
|
.ant-alert-rtl.ant-alert-with-description .ant-alert-icon {
|
|
margin-right: auto;
|
|
margin-left: 11px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|