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.
912 lines
24 KiB
912 lines
24 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/radio/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-radio-group {
|
|
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";
|
|
display: inline-block;
|
|
font-size: 0;
|
|
}
|
|
.ant-radio-group .ant-badge-count {
|
|
z-index: 1;
|
|
}
|
|
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
|
|
border-left: none;
|
|
}
|
|
.ant-radio-wrapper {
|
|
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: inline-flex;
|
|
align-items: baseline;
|
|
margin-right: 6px;
|
|
cursor: pointer;
|
|
}
|
|
.ant-radio-wrapper-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-radio-wrapper::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
overflow: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
.ant-radio {
|
|
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;
|
|
top: 0.2em;
|
|
display: inline-block;
|
|
outline: none;
|
|
cursor: pointer;
|
|
}
|
|
.ant-radio-wrapper:hover .ant-radio,
|
|
.ant-radio:hover .ant-radio-inner,
|
|
.ant-radio-input:focus + .ant-radio-inner {
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-radio-input:focus + .ant-radio-inner {
|
|
box-shadow: 0 0 0 3px rgba(48, 97, 208, 0.12);
|
|
}
|
|
.ant-radio-checked::after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #3061D0;
|
|
border-radius: 50%;
|
|
visibility: hidden;
|
|
animation: antRadioEffect 0.36s ease-in-out;
|
|
animation-fill-mode: both;
|
|
content: '';
|
|
}
|
|
.ant-radio:hover::after,
|
|
.ant-radio-wrapper:hover .ant-radio::after {
|
|
visibility: visible;
|
|
}
|
|
.ant-radio-inner {
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 14px;
|
|
height: 14px;
|
|
background-color: #fff;
|
|
border-color: #d9d9d9;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 50%;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-radio-inner::after {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
display: block;
|
|
width: 14px;
|
|
height: 14px;
|
|
margin-top: -7px;
|
|
margin-left: -7px;
|
|
background-color: #3061D0;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
border-radius: 14px;
|
|
transform: scale(0);
|
|
opacity: 0;
|
|
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
content: ' ';
|
|
}
|
|
.ant-radio-input {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
}
|
|
.ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-radio-checked .ant-radio-inner {
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-radio-checked .ant-radio-inner::after {
|
|
transform: scale(0.42857143);
|
|
opacity: 1;
|
|
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
}
|
|
.ant-radio-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-radio-disabled .ant-radio-inner {
|
|
background-color: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-radio-disabled .ant-radio-inner::after {
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
.ant-radio-disabled .ant-radio-input {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-radio-disabled + span {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
span.ant-radio + * {
|
|
padding-right: 8px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-radio-button-wrapper {
|
|
position: relative;
|
|
display: inline-block;
|
|
height: 28px;
|
|
margin: 0;
|
|
padding: 0 7px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
line-height: 26px;
|
|
background: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-top-width: 1.02px;
|
|
border-left-width: 0;
|
|
cursor: pointer;
|
|
transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
|
|
}
|
|
.ant-radio-button-wrapper a {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-radio-button-wrapper > .ant-radio-button {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: -1;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ant-radio-group-large .ant-radio-button-wrapper {
|
|
height: 32px;
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
}
|
|
.ant-radio-group-small .ant-radio-button-wrapper {
|
|
height: 22px;
|
|
padding: 0 7px;
|
|
line-height: 20px;
|
|
}
|
|
.ant-radio-button-wrapper:not(:first-child)::before {
|
|
position: absolute;
|
|
top: -1px;
|
|
left: -1px;
|
|
display: block;
|
|
box-sizing: content-box;
|
|
width: 1px;
|
|
height: 100%;
|
|
padding: 1px 0;
|
|
background-color: #d9d9d9;
|
|
transition: background-color 0.3s;
|
|
content: '';
|
|
}
|
|
.ant-radio-button-wrapper:first-child {
|
|
border-left: 1px solid #d9d9d9;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-radio-button-wrapper:last-child {
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-radio-button-wrapper:first-child:last-child {
|
|
border-radius: 2px;
|
|
}
|
|
.ant-radio-button-wrapper:hover {
|
|
position: relative;
|
|
color: #3061D0;
|
|
}
|
|
.ant-radio-button-wrapper:focus-within {
|
|
box-shadow: 0 0 0 3px rgba(48, 97, 208, 0.12);
|
|
}
|
|
.ant-radio-button-wrapper .ant-radio-inner,
|
|
.ant-radio-button-wrapper input[type='checkbox'],
|
|
.ant-radio-button-wrapper input[type='radio'] {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
|
z-index: 1;
|
|
color: #3061D0;
|
|
background: #fff;
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
|
|
background-color: #3061D0;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
|
color: #5784de;
|
|
border-color: #5784de;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
|
|
background-color: #5784de;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
|
color: #1f44ab;
|
|
border-color: #1f44ab;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
|
|
background-color: #1f44ab;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
|
box-shadow: 0 0 0 3px rgba(48, 97, 208, 0.12);
|
|
}
|
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
|
color: #fff;
|
|
background: #3061D0;
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
|
color: #fff;
|
|
background: #5784de;
|
|
border-color: #5784de;
|
|
}
|
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
|
color: #fff;
|
|
background: #1f44ab;
|
|
border-color: #1f44ab;
|
|
}
|
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
|
box-shadow: 0 0 0 3px rgba(48, 97, 208, 0.12);
|
|
}
|
|
.ant-radio-button-wrapper-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-radio-button-wrapper-disabled:first-child,
|
|
.ant-radio-button-wrapper-disabled:hover {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-radio-button-wrapper-disabled:first-child {
|
|
border-left-color: #d9d9d9;
|
|
}
|
|
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #e6e6e6;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
}
|
|
@keyframes antRadioEffect {
|
|
0% {
|
|
transform: scale(1);
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
transform: scale(1.6);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.ant-radio-group.ant-radio-group-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-radio-wrapper.ant-radio-wrapper-rtl {
|
|
margin-right: 0;
|
|
margin-left: 6px;
|
|
direction: rtl;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
|
|
border-right-width: 0;
|
|
border-left-width: 1px;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
|
|
right: -1px;
|
|
left: 0;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
|
|
border-right: 1px solid #d9d9d9;
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
|
|
border-right-color: #5784de;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
|
|
border-right-color: #d9d9d9;
|
|
}
|
|
/* 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/badge/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-badge {
|
|
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: inline-block;
|
|
line-height: 1;
|
|
}
|
|
.ant-badge-count {
|
|
z-index: auto;
|
|
min-width: 18px;
|
|
height: 18px;
|
|
padding: 0 6px;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
background: #ff4d4f;
|
|
border-radius: 9px;
|
|
box-shadow: 0 0 0 1px #fff;
|
|
}
|
|
.ant-badge-count a,
|
|
.ant-badge-count a:hover {
|
|
color: #fff;
|
|
}
|
|
.ant-badge-count-sm {
|
|
min-width: 14px;
|
|
height: 14px;
|
|
padding: 0;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
border-radius: 7px;
|
|
}
|
|
.ant-badge-multiple-words {
|
|
padding: 0 8px;
|
|
}
|
|
.ant-badge-dot {
|
|
z-index: auto;
|
|
width: 6px;
|
|
min-width: 6px;
|
|
height: 6px;
|
|
background: #ff4d4f;
|
|
border-radius: 100%;
|
|
box-shadow: 0 0 0 1px #fff;
|
|
}
|
|
.ant-badge-dot.ant-scroll-number {
|
|
transition: background 1.5s;
|
|
}
|
|
.ant-badge-count,
|
|
.ant-badge-dot,
|
|
.ant-badge .ant-scroll-number-custom-component {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
transform: translate(50%, -50%);
|
|
transform-origin: 100% 0%;
|
|
}
|
|
.ant-badge-count.anticon-spin,
|
|
.ant-badge-dot.anticon-spin,
|
|
.ant-badge .ant-scroll-number-custom-component.anticon-spin {
|
|
animation: antBadgeLoadingCircle 1s infinite linear;
|
|
}
|
|
.ant-badge-status {
|
|
line-height: inherit;
|
|
vertical-align: baseline;
|
|
}
|
|
.ant-badge-status-dot {
|
|
position: relative;
|
|
top: -1px;
|
|
display: inline-block;
|
|
width: 6px;
|
|
height: 6px;
|
|
vertical-align: middle;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-badge-status-success {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-badge-status-processing {
|
|
position: relative;
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-badge-status-processing::after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #1890ff;
|
|
border-radius: 50%;
|
|
animation: antStatusProcessing 1.2s infinite ease-in-out;
|
|
content: '';
|
|
}
|
|
.ant-badge-status-default {
|
|
background-color: #d9d9d9;
|
|
}
|
|
.ant-badge-status-error {
|
|
background-color: #ff4d4f;
|
|
}
|
|
.ant-badge-status-warning {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-badge-status-pink {
|
|
background: #eb2f96;
|
|
}
|
|
.ant-badge-status-magenta {
|
|
background: #eb2f96;
|
|
}
|
|
.ant-badge-status-red {
|
|
background: #f5222d;
|
|
}
|
|
.ant-badge-status-volcano {
|
|
background: #fa541c;
|
|
}
|
|
.ant-badge-status-orange {
|
|
background: #fa8c16;
|
|
}
|
|
.ant-badge-status-yellow {
|
|
background: #fadb14;
|
|
}
|
|
.ant-badge-status-gold {
|
|
background: #faad14;
|
|
}
|
|
.ant-badge-status-cyan {
|
|
background: #13c2c2;
|
|
}
|
|
.ant-badge-status-lime {
|
|
background: #a0d911;
|
|
}
|
|
.ant-badge-status-green {
|
|
background: #52c41a;
|
|
}
|
|
.ant-badge-status-blue {
|
|
background: #1890ff;
|
|
}
|
|
.ant-badge-status-geekblue {
|
|
background: #2f54eb;
|
|
}
|
|
.ant-badge-status-purple {
|
|
background: #722ed1;
|
|
}
|
|
.ant-badge-status-text {
|
|
margin-left: 8px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
}
|
|
.ant-badge-zoom-appear,
|
|
.ant-badge-zoom-enter {
|
|
animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
|
|
animation-fill-mode: both;
|
|
}
|
|
.ant-badge-zoom-leave {
|
|
animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
|
|
animation-fill-mode: both;
|
|
}
|
|
.ant-badge-not-a-wrapper .ant-badge-zoom-appear,
|
|
.ant-badge-not-a-wrapper .ant-badge-zoom-enter {
|
|
animation: antNoWrapperZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
|
|
}
|
|
.ant-badge-not-a-wrapper .ant-badge-zoom-leave {
|
|
animation: antNoWrapperZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
|
|
}
|
|
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
|
|
vertical-align: middle;
|
|
}
|
|
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
|
|
.ant-badge-not-a-wrapper .ant-badge-count {
|
|
transform: none;
|
|
}
|
|
.ant-badge-not-a-wrapper .ant-scroll-number-custom-component,
|
|
.ant-badge-not-a-wrapper .ant-scroll-number {
|
|
position: relative;
|
|
top: auto;
|
|
display: block;
|
|
transform-origin: 50% 50%;
|
|
}
|
|
@keyframes antStatusProcessing {
|
|
0% {
|
|
transform: scale(0.8);
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
transform: scale(2.4);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.ant-scroll-number {
|
|
overflow: hidden;
|
|
direction: ltr;
|
|
}
|
|
.ant-scroll-number-only {
|
|
position: relative;
|
|
display: inline-block;
|
|
height: 18px;
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
/* stylelint-disable property-no-vendor-prefix */
|
|
-webkit-transform-style: preserve-3d;
|
|
-webkit-backface-visibility: hidden;
|
|
/* stylelint-enable property-no-vendor-prefix */
|
|
}
|
|
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
|
|
height: 18px;
|
|
margin: 0;
|
|
/* stylelint-disable property-no-vendor-prefix */
|
|
-webkit-transform-style: preserve-3d;
|
|
-webkit-backface-visibility: hidden;
|
|
/* stylelint-enable property-no-vendor-prefix */
|
|
}
|
|
.ant-scroll-number-symbol {
|
|
vertical-align: top;
|
|
}
|
|
@keyframes antZoomBadgeIn {
|
|
0% {
|
|
transform: scale(0) translate(50%, -50%);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: scale(1) translate(50%, -50%);
|
|
}
|
|
}
|
|
@keyframes antZoomBadgeOut {
|
|
0% {
|
|
transform: scale(1) translate(50%, -50%);
|
|
}
|
|
100% {
|
|
transform: scale(0) translate(50%, -50%);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes antNoWrapperZoomBadgeIn {
|
|
0% {
|
|
transform: scale(0);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
@keyframes antNoWrapperZoomBadgeOut {
|
|
0% {
|
|
transform: scale(1);
|
|
}
|
|
100% {
|
|
transform: scale(0);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes antBadgeLoadingCircle {
|
|
0% {
|
|
transform-origin: 50%;
|
|
}
|
|
100% {
|
|
transform: translate(50%, -50%) rotate(360deg);
|
|
transform-origin: 50%;
|
|
}
|
|
}
|
|
.ant-ribbon-wrapper {
|
|
position: relative;
|
|
}
|
|
.ant-ribbon {
|
|
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: absolute;
|
|
top: 8px;
|
|
height: 22px;
|
|
padding: 0 8px;
|
|
color: #fff;
|
|
line-height: 22px;
|
|
white-space: nowrap;
|
|
background-color: #3061D0;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-ribbon-text {
|
|
color: #fff;
|
|
}
|
|
.ant-ribbon-corner {
|
|
position: absolute;
|
|
top: 100%;
|
|
width: 8px;
|
|
height: 8px;
|
|
color: currentcolor;
|
|
border: 4px solid;
|
|
transform: scaleY(0.75);
|
|
transform-origin: top;
|
|
}
|
|
.ant-ribbon-corner::after {
|
|
position: absolute;
|
|
top: -4px;
|
|
left: -4px;
|
|
width: inherit;
|
|
height: inherit;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border: inherit;
|
|
content: '';
|
|
}
|
|
.ant-ribbon-color-pink {
|
|
color: #eb2f96;
|
|
background: #eb2f96;
|
|
}
|
|
.ant-ribbon-color-magenta {
|
|
color: #eb2f96;
|
|
background: #eb2f96;
|
|
}
|
|
.ant-ribbon-color-red {
|
|
color: #f5222d;
|
|
background: #f5222d;
|
|
}
|
|
.ant-ribbon-color-volcano {
|
|
color: #fa541c;
|
|
background: #fa541c;
|
|
}
|
|
.ant-ribbon-color-orange {
|
|
color: #fa8c16;
|
|
background: #fa8c16;
|
|
}
|
|
.ant-ribbon-color-yellow {
|
|
color: #fadb14;
|
|
background: #fadb14;
|
|
}
|
|
.ant-ribbon-color-gold {
|
|
color: #faad14;
|
|
background: #faad14;
|
|
}
|
|
.ant-ribbon-color-cyan {
|
|
color: #13c2c2;
|
|
background: #13c2c2;
|
|
}
|
|
.ant-ribbon-color-lime {
|
|
color: #a0d911;
|
|
background: #a0d911;
|
|
}
|
|
.ant-ribbon-color-green {
|
|
color: #52c41a;
|
|
background: #52c41a;
|
|
}
|
|
.ant-ribbon-color-blue {
|
|
color: #1890ff;
|
|
background: #1890ff;
|
|
}
|
|
.ant-ribbon-color-geekblue {
|
|
color: #2f54eb;
|
|
background: #2f54eb;
|
|
}
|
|
.ant-ribbon-color-purple {
|
|
color: #722ed1;
|
|
background: #722ed1;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-end {
|
|
right: -8px;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
|
|
right: 0;
|
|
border-color: currentcolor transparent transparent currentcolor;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-start {
|
|
left: -8px;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
|
|
left: 0;
|
|
border-color: currentcolor currentcolor transparent transparent;
|
|
}
|
|
.ant-badge-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-count,
|
|
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-badge-dot,
|
|
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
|
|
right: auto;
|
|
left: 0;
|
|
direction: ltr;
|
|
transform: translate(-50%, -50%);
|
|
transform-origin: 0% 0%;
|
|
}
|
|
.ant-badge-rtl.ant-badge:not(.ant-badge-not-a-wrapper) .ant-scroll-number-custom-component {
|
|
right: auto;
|
|
left: 0;
|
|
transform: translate(-50%, -50%);
|
|
transform-origin: 0% 0%;
|
|
}
|
|
.ant-badge-rtl .ant-badge-status-text {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-appear,
|
|
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-enter {
|
|
animation-name: antZoomBadgeInRtl;
|
|
}
|
|
.ant-badge:not(.ant-badge-not-a-wrapper).ant-badge-rtl .ant-badge-zoom-leave {
|
|
animation-name: antZoomBadgeOutRtl;
|
|
}
|
|
.ant-ribbon-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-end {
|
|
right: auto;
|
|
right: initial;
|
|
left: -8px;
|
|
border-bottom-right-radius: 2px;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
|
|
right: auto;
|
|
right: initial;
|
|
left: 0;
|
|
border-color: currentcolor currentcolor transparent transparent;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
|
|
border-color: currentcolor currentcolor transparent transparent;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-start {
|
|
right: -8px;
|
|
left: auto;
|
|
left: initial;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
|
|
right: 0;
|
|
left: auto;
|
|
left: initial;
|
|
border-color: currentcolor transparent transparent currentcolor;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
|
|
border-color: currentcolor transparent transparent currentcolor;
|
|
}
|
|
@keyframes antZoomBadgeInRtl {
|
|
0% {
|
|
transform: scale(0) translate(-50%, -50%);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: scale(1) translate(-50%, -50%);
|
|
}
|
|
}
|
|
@keyframes antZoomBadgeOutRtl {
|
|
0% {
|
|
transform: scale(1) translate(-50%, -50%);
|
|
}
|
|
100% {
|
|
transform: scale(0) translate(-50%, -50%);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|