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.
558 lines
16 KiB
558 lines
16 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/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/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/tag/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-tag {
|
|
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";
|
|
display: inline-block;
|
|
height: auto;
|
|
margin-right: 8px;
|
|
padding: 0 7px;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
white-space: nowrap;
|
|
background: #fafafa;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
opacity: 1;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-tag,
|
|
.ant-tag a,
|
|
.ant-tag a:hover {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-tag > a:first-child:last-child {
|
|
display: inline-block;
|
|
margin: 0 -8px;
|
|
padding: 0 8px;
|
|
}
|
|
.ant-tag-close-icon {
|
|
margin-left: 3px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 10px;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-tag-close-icon:hover {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-tag-has-color {
|
|
border-color: transparent;
|
|
}
|
|
.ant-tag-has-color,
|
|
.ant-tag-has-color a,
|
|
.ant-tag-has-color a:hover,
|
|
.ant-tag-has-color .anticon-close,
|
|
.ant-tag-has-color .anticon-close:hover {
|
|
color: #fff;
|
|
}
|
|
.ant-tag-checkable {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
cursor: pointer;
|
|
}
|
|
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
|
|
color: #1890ff;
|
|
}
|
|
.ant-tag-checkable:active,
|
|
.ant-tag-checkable-checked {
|
|
color: #fff;
|
|
}
|
|
.ant-tag-checkable-checked {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-tag-checkable:active {
|
|
background-color: #096dd9;
|
|
}
|
|
.ant-tag-hidden {
|
|
display: none;
|
|
}
|
|
.ant-tag-pink {
|
|
color: #c41d7f;
|
|
background: #fff0f6;
|
|
border-color: #ffadd2;
|
|
}
|
|
.ant-tag-pink-inverse {
|
|
color: #fff;
|
|
background: #eb2f96;
|
|
border-color: #eb2f96;
|
|
}
|
|
.ant-tag-magenta {
|
|
color: #c41d7f;
|
|
background: #fff0f6;
|
|
border-color: #ffadd2;
|
|
}
|
|
.ant-tag-magenta-inverse {
|
|
color: #fff;
|
|
background: #eb2f96;
|
|
border-color: #eb2f96;
|
|
}
|
|
.ant-tag-red {
|
|
color: #cf1322;
|
|
background: #fff1f0;
|
|
border-color: #ffa39e;
|
|
}
|
|
.ant-tag-red-inverse {
|
|
color: #fff;
|
|
background: #f5222d;
|
|
border-color: #f5222d;
|
|
}
|
|
.ant-tag-volcano {
|
|
color: #d4380d;
|
|
background: #fff2e8;
|
|
border-color: #ffbb96;
|
|
}
|
|
.ant-tag-volcano-inverse {
|
|
color: #fff;
|
|
background: #fa541c;
|
|
border-color: #fa541c;
|
|
}
|
|
.ant-tag-orange {
|
|
color: #d46b08;
|
|
background: #fff7e6;
|
|
border-color: #ffd591;
|
|
}
|
|
.ant-tag-orange-inverse {
|
|
color: #fff;
|
|
background: #fa8c16;
|
|
border-color: #fa8c16;
|
|
}
|
|
.ant-tag-yellow {
|
|
color: #d4b106;
|
|
background: #feffe6;
|
|
border-color: #fffb8f;
|
|
}
|
|
.ant-tag-yellow-inverse {
|
|
color: #fff;
|
|
background: #fadb14;
|
|
border-color: #fadb14;
|
|
}
|
|
.ant-tag-gold {
|
|
color: #d48806;
|
|
background: #fffbe6;
|
|
border-color: #ffe58f;
|
|
}
|
|
.ant-tag-gold-inverse {
|
|
color: #fff;
|
|
background: #faad14;
|
|
border-color: #faad14;
|
|
}
|
|
.ant-tag-cyan {
|
|
color: #08979c;
|
|
background: #e6fffb;
|
|
border-color: #87e8de;
|
|
}
|
|
.ant-tag-cyan-inverse {
|
|
color: #fff;
|
|
background: #13c2c2;
|
|
border-color: #13c2c2;
|
|
}
|
|
.ant-tag-lime {
|
|
color: #7cb305;
|
|
background: #fcffe6;
|
|
border-color: #eaff8f;
|
|
}
|
|
.ant-tag-lime-inverse {
|
|
color: #fff;
|
|
background: #a0d911;
|
|
border-color: #a0d911;
|
|
}
|
|
.ant-tag-green {
|
|
color: #389e0d;
|
|
background: #f6ffed;
|
|
border-color: #b7eb8f;
|
|
}
|
|
.ant-tag-green-inverse {
|
|
color: #fff;
|
|
background: #52c41a;
|
|
border-color: #52c41a;
|
|
}
|
|
.ant-tag-blue {
|
|
color: #096dd9;
|
|
background: #e6f7ff;
|
|
border-color: #91d5ff;
|
|
}
|
|
.ant-tag-blue-inverse {
|
|
color: #fff;
|
|
background: #1890ff;
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-tag-geekblue {
|
|
color: #1d39c4;
|
|
background: #f0f5ff;
|
|
border-color: #adc6ff;
|
|
}
|
|
.ant-tag-geekblue-inverse {
|
|
color: #fff;
|
|
background: #2f54eb;
|
|
border-color: #2f54eb;
|
|
}
|
|
.ant-tag-purple {
|
|
color: #531dab;
|
|
background: #f9f0ff;
|
|
border-color: #d3adf7;
|
|
}
|
|
.ant-tag-purple-inverse {
|
|
color: #fff;
|
|
background: #722ed1;
|
|
border-color: #722ed1;
|
|
}
|
|
.ant-tag-success {
|
|
color: #52c41a;
|
|
background: #f6ffed;
|
|
border-color: #b7eb8f;
|
|
}
|
|
.ant-tag-processing {
|
|
color: #1890ff;
|
|
background: #e6f7ff;
|
|
border-color: #91d5ff;
|
|
}
|
|
.ant-tag-error {
|
|
color: #ff4d4f;
|
|
background: #fff2f0;
|
|
border-color: #ffccc7;
|
|
}
|
|
.ant-tag-warning {
|
|
color: #faad14;
|
|
background: #fffbe6;
|
|
border-color: #ffe58f;
|
|
}
|
|
.ant-tag > .anticon + span,
|
|
.ant-tag > span + .anticon {
|
|
margin-left: 7px;
|
|
}
|
|
.ant-tag.ant-tag-rtl {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.ant-tag-rtl .ant-tag-close-icon {
|
|
margin-right: 3px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-tag-rtl.ant-tag > .anticon + span,
|
|
.ant-tag-rtl.ant-tag > span + .anticon {
|
|
margin-right: 7px;
|
|
margin-left: 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|