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.
1236 lines
35 KiB
1236 lines
35 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/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/pagination/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-pagination {
|
|
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-pagination ul,
|
|
.ant-pagination ol {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.ant-pagination::after {
|
|
display: block;
|
|
clear: both;
|
|
height: 0;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
content: ' ';
|
|
}
|
|
.ant-pagination-total-text {
|
|
display: inline-block;
|
|
height: 28px;
|
|
margin-right: 8px;
|
|
line-height: 26px;
|
|
vertical-align: middle;
|
|
}
|
|
.ant-pagination-item {
|
|
display: inline-block;
|
|
min-width: 28px;
|
|
height: 28px;
|
|
margin-right: 8px;
|
|
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';
|
|
line-height: 26px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
list-style: none;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
outline: 0;
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-item a {
|
|
display: block;
|
|
padding: 0 6px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
transition: none;
|
|
}
|
|
.ant-pagination-item a:hover {
|
|
text-decoration: none;
|
|
}
|
|
.ant-pagination-item:hover {
|
|
border-color: #3061D0;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-pagination-item:hover a {
|
|
color: #3061D0;
|
|
}
|
|
.ant-pagination-item:focus-visible {
|
|
border-color: #3061D0;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-pagination-item:focus-visible a {
|
|
color: #3061D0;
|
|
}
|
|
.ant-pagination-item-active {
|
|
font-weight: 500;
|
|
background: #fff;
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-pagination-item-active a {
|
|
color: #3061D0;
|
|
}
|
|
.ant-pagination-item-active:hover {
|
|
border-color: #5784de;
|
|
}
|
|
.ant-pagination-item-active:focus-visible {
|
|
border-color: #5784de;
|
|
}
|
|
.ant-pagination-item-active:hover a {
|
|
color: #5784de;
|
|
}
|
|
.ant-pagination-item-active:focus-visible a {
|
|
color: #5784de;
|
|
}
|
|
.ant-pagination-jump-prev,
|
|
.ant-pagination-jump-next {
|
|
outline: 0;
|
|
}
|
|
.ant-pagination-jump-prev .ant-pagination-item-container,
|
|
.ant-pagination-jump-next .ant-pagination-item-container {
|
|
position: relative;
|
|
}
|
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
|
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
|
|
color: #3061D0;
|
|
font-size: 12px;
|
|
letter-spacing: -1px;
|
|
opacity: 0;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon-svg,
|
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon-svg {
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
margin: auto;
|
|
}
|
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-ellipsis,
|
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: block;
|
|
margin: auto;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
letter-spacing: 2px;
|
|
text-align: center;
|
|
text-indent: 0.13em;
|
|
opacity: 1;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-pagination-jump-prev:hover .ant-pagination-item-link-icon,
|
|
.ant-pagination-jump-next:hover .ant-pagination-item-link-icon {
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination-jump-prev:hover .ant-pagination-item-ellipsis,
|
|
.ant-pagination-jump-next:hover .ant-pagination-item-ellipsis {
|
|
opacity: 0;
|
|
}
|
|
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-link-icon,
|
|
.ant-pagination-jump-next:focus-visible .ant-pagination-item-link-icon {
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination-jump-prev:focus-visible .ant-pagination-item-ellipsis,
|
|
.ant-pagination-jump-next:focus-visible .ant-pagination-item-ellipsis {
|
|
opacity: 0;
|
|
}
|
|
.ant-pagination-prev,
|
|
.ant-pagination-jump-prev,
|
|
.ant-pagination-jump-next {
|
|
margin-right: 8px;
|
|
}
|
|
.ant-pagination-prev,
|
|
.ant-pagination-next,
|
|
.ant-pagination-jump-prev,
|
|
.ant-pagination-jump-next {
|
|
display: inline-block;
|
|
min-width: 28px;
|
|
height: 28px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
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';
|
|
line-height: 28px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
list-style: none;
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-pagination-prev,
|
|
.ant-pagination-next {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
outline: 0;
|
|
}
|
|
.ant-pagination-prev button,
|
|
.ant-pagination-next button {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
cursor: pointer;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-prev:hover button,
|
|
.ant-pagination-next:hover button {
|
|
border-color: #5784de;
|
|
}
|
|
.ant-pagination-prev .ant-pagination-item-link,
|
|
.ant-pagination-next .ant-pagination-item-link {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 0;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
outline: none;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
|
|
.ant-pagination-next:focus-visible .ant-pagination-item-link {
|
|
color: #3061D0;
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-pagination-prev:hover .ant-pagination-item-link,
|
|
.ant-pagination-next:hover .ant-pagination-item-link {
|
|
color: #3061D0;
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-pagination-disabled,
|
|
.ant-pagination-disabled:hover {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-disabled .ant-pagination-item-link,
|
|
.ant-pagination-disabled:hover .ant-pagination-item-link {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-disabled:focus-visible {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-disabled:focus-visible .ant-pagination-item-link {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-slash {
|
|
margin: 0 10px 0 5px;
|
|
}
|
|
.ant-pagination-options {
|
|
display: inline-block;
|
|
margin-left: 16px;
|
|
vertical-align: middle;
|
|
}
|
|
@media all and (-ms-high-contrast: none) {
|
|
.ant-pagination-options *::-ms-backdrop,
|
|
.ant-pagination-options {
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
.ant-pagination-options-size-changer.ant-select {
|
|
display: inline-block;
|
|
width: auto;
|
|
}
|
|
.ant-pagination-options-quick-jumper {
|
|
display: inline-block;
|
|
height: 28px;
|
|
margin-left: 4px;
|
|
line-height: 28px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-pagination-options-quick-jumper input {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 100%;
|
|
min-width: 0;
|
|
padding: 3px 7px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
transition: all 0.3s;
|
|
width: 50px;
|
|
height: 28px;
|
|
margin: 0 8px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input::-webkit-input-placeholder {
|
|
color: #bfbfbf;
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
|
|
color: #bfbfbf;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-options-quick-jumper input::-ms-input-placeholder {
|
|
color: #bfbfbf;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-options-quick-jumper input::placeholder {
|
|
color: #bfbfbf;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-pagination-options-quick-jumper input:-ms-input-placeholder {
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-pagination-options-quick-jumper input:placeholder-shown {
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-pagination-options-quick-jumper input:hover {
|
|
border-color: #5784de;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input:focus,
|
|
.ant-pagination-options-quick-jumper input-focused {
|
|
border-color: #5784de;
|
|
box-shadow: 0 0 0 2px rgba(48, 97, 208, 0.2);
|
|
border-right-width: 1px;
|
|
outline: 0;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-disabled:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination-options-quick-jumper input[disabled]:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-borderless,
|
|
.ant-pagination-options-quick-jumper input-borderless:hover,
|
|
.ant-pagination-options-quick-jumper input-borderless:focus,
|
|
.ant-pagination-options-quick-jumper input-borderless-focused,
|
|
.ant-pagination-options-quick-jumper input-borderless-disabled,
|
|
.ant-pagination-options-quick-jumper input-borderless[disabled] {
|
|
background-color: transparent;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
textarea.ant-pagination-options-quick-jumper input {
|
|
max-width: 100%;
|
|
height: auto;
|
|
min-height: 28px;
|
|
line-height: 1.66667;
|
|
vertical-align: bottom;
|
|
transition: all 0.3s, height 0s;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-lg {
|
|
padding: 3.4px 11px;
|
|
font-size: 14px;
|
|
}
|
|
.ant-pagination-options-quick-jumper input-sm {
|
|
padding: 0px 7px;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-prev,
|
|
.ant-pagination-simple .ant-pagination-next {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link,
|
|
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link {
|
|
height: 22px;
|
|
background-color: transparent;
|
|
border: 0;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-prev .ant-pagination-item-link::after,
|
|
.ant-pagination-simple .ant-pagination-next .ant-pagination-item-link::after {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager {
|
|
display: inline-block;
|
|
height: 22px;
|
|
margin-right: 8px;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager input {
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
margin-right: 8px;
|
|
padding: 0 6px;
|
|
text-align: center;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
outline: none;
|
|
transition: border-color 0.3s;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
|
|
border-color: #3061D0;
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
|
|
border-color: #5784de;
|
|
box-shadow: 0 0 0 2px rgba(48, 97, 208, 0.2);
|
|
}
|
|
.ant-pagination-simple .ant-pagination-simple-pager input[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-total-text,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-simple-pager {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-item {
|
|
min-width: 22px;
|
|
height: 22px;
|
|
margin: 0;
|
|
line-height: 20px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-item:not(.ant-pagination-item-active) {
|
|
background: transparent;
|
|
border-color: transparent;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-prev,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-next {
|
|
min-width: 22px;
|
|
height: 22px;
|
|
margin: 0;
|
|
line-height: 22px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link {
|
|
background: transparent;
|
|
border-color: transparent;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-prev .ant-pagination-item-link::after,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-next .ant-pagination-item-link::after {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-jump-prev,
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-jump-next {
|
|
height: 22px;
|
|
margin-right: 0;
|
|
line-height: 22px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-options {
|
|
margin-left: 2px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-options-size-changer {
|
|
top: 1px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper {
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-pagination.ant-pagination-mini .ant-pagination-options-quick-jumper input {
|
|
padding: 0px 7px;
|
|
width: 44px;
|
|
height: 22px;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item {
|
|
background: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item a {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: transparent;
|
|
border: none;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active {
|
|
background: #e6e6e6;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-active a {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-pagination-simple.ant-pagination.ant-pagination-disabled .ant-pagination-item-link {
|
|
background: transparent;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-link-icon {
|
|
opacity: 0;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-item-ellipsis {
|
|
opacity: 1;
|
|
}
|
|
.ant-pagination.ant-pagination-disabled .ant-pagination-simple-pager {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
@media only screen and (max-width: 992px) {
|
|
.ant-pagination-item-after-jump-prev,
|
|
.ant-pagination-item-before-jump-next {
|
|
display: none;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 576px) {
|
|
.ant-pagination-options {
|
|
display: none;
|
|
}
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-total-text {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-item,
|
|
.ant-pagination-rtl .ant-pagination-prev,
|
|
.ant-pagination-rtl .ant-pagination-jump-prev,
|
|
.ant-pagination-rtl .ant-pagination-jump-next {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-slash {
|
|
margin: 0 5px 0 10px;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-options {
|
|
margin-right: 16px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-size-changer.ant-select {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl .ant-pagination-options .ant-pagination-options-quick-jumper {
|
|
margin-left: 0;
|
|
}
|
|
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl.ant-pagination-simple .ant-pagination-simple-pager input {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-pagination-rtl.ant-pagination.mini .ant-pagination-options {
|
|
margin-right: 2px;
|
|
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/card/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-card {
|
|
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;
|
|
background: #fff;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-card-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-card-hoverable {
|
|
cursor: pointer;
|
|
transition: box-shadow 0.3s, border-color 0.3s;
|
|
}
|
|
.ant-card-hoverable:hover {
|
|
border-color: transparent;
|
|
box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
|
|
}
|
|
.ant-card-bordered {
|
|
border: 1px solid #f0f0f0;
|
|
}
|
|
.ant-card-head {
|
|
min-height: 36px;
|
|
margin-bottom: -1px;
|
|
padding: 0 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
font-size: 12px;
|
|
background: transparent;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
border-radius: 2px 2px 0 0;
|
|
}
|
|
.ant-card-head::before {
|
|
display: table;
|
|
content: '';
|
|
}
|
|
.ant-card-head::after {
|
|
display: table;
|
|
clear: both;
|
|
content: '';
|
|
}
|
|
.ant-card-head-wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.ant-card-head-title {
|
|
display: inline-block;
|
|
flex: 1 1;
|
|
padding: 8.5px 0;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-card-head-title > .ant-typography,
|
|
.ant-card-head-title > .ant-typography-edit-content {
|
|
left: 0;
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
}
|
|
.ant-card-head .ant-tabs-top {
|
|
clear: both;
|
|
margin-bottom: -9px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
}
|
|
.ant-card-head .ant-tabs-top-bar {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-card-extra {
|
|
margin-left: auto;
|
|
padding: 8.5px 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
}
|
|
.ant-card-rtl .ant-card-extra {
|
|
margin-right: auto;
|
|
margin-left: 0;
|
|
}
|
|
.ant-card-body {
|
|
padding: 12px;
|
|
}
|
|
.ant-card-body::before {
|
|
display: table;
|
|
content: '';
|
|
}
|
|
.ant-card-body::after {
|
|
display: table;
|
|
clear: both;
|
|
content: '';
|
|
}
|
|
.ant-card-contain-grid .ant-card-body {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body {
|
|
margin: -1px 0 0 -1px;
|
|
padding: 0;
|
|
}
|
|
.ant-card-grid {
|
|
width: 33.33%;
|
|
padding: 12px;
|
|
border: 0;
|
|
border-radius: 0;
|
|
box-shadow: 1px 0 0 0 #f0f0f0, 0 1px 0 0 #f0f0f0, 1px 1px 0 0 #f0f0f0, 1px 0 0 0 #f0f0f0 inset, 0 1px 0 0 #f0f0f0 inset;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-card-grid-hoverable:hover {
|
|
position: relative;
|
|
z-index: 1;
|
|
box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0 3px 6px 0 rgba(0, 0, 0, 0.12), 0 5px 12px 4px rgba(0, 0, 0, 0.09);
|
|
}
|
|
.ant-card-contain-tabs > .ant-card-head .ant-card-head-title {
|
|
min-height: 27.5px;
|
|
padding-bottom: 0;
|
|
}
|
|
.ant-card-contain-tabs > .ant-card-head .ant-card-extra {
|
|
padding-bottom: 0;
|
|
}
|
|
.ant-card-bordered .ant-card-cover {
|
|
margin-top: -1px;
|
|
margin-right: -1px;
|
|
margin-left: -1px;
|
|
}
|
|
.ant-card-cover > * {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.ant-card-cover img {
|
|
border-radius: 2px 2px 0 0;
|
|
}
|
|
.ant-card-actions {
|
|
display: flex;
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
background: #fff;
|
|
border-top: 1px solid #f0f0f0;
|
|
}
|
|
.ant-card-actions::before {
|
|
display: table;
|
|
content: '';
|
|
}
|
|
.ant-card-actions::after {
|
|
display: table;
|
|
clear: both;
|
|
content: '';
|
|
}
|
|
.ant-card-actions > li {
|
|
margin: 4px 0;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
text-align: center;
|
|
}
|
|
.ant-card-actions > li > span {
|
|
position: relative;
|
|
display: block;
|
|
min-width: 32px;
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
cursor: pointer;
|
|
}
|
|
.ant-card-actions > li > span:hover {
|
|
color: #3061D0;
|
|
transition: color 0.3s;
|
|
}
|
|
.ant-card-actions > li > span a:not(.ant-btn),
|
|
.ant-card-actions > li > span > .anticon {
|
|
display: inline-block;
|
|
width: 100%;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
line-height: 22px;
|
|
transition: color 0.3s;
|
|
}
|
|
.ant-card-actions > li > span a:not(.ant-btn):hover,
|
|
.ant-card-actions > li > span > .anticon:hover {
|
|
color: #3061D0;
|
|
}
|
|
.ant-card-actions > li > span > .anticon {
|
|
font-size: 16px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-card-actions > li:not(:last-child) {
|
|
border-right: 1px solid #f0f0f0;
|
|
}
|
|
.ant-card-rtl .ant-card-actions > li:not(:last-child) {
|
|
border-right: none;
|
|
border-left: 1px solid #f0f0f0;
|
|
}
|
|
.ant-card-type-inner .ant-card-head {
|
|
padding: 0 12px;
|
|
background: #fafafa;
|
|
}
|
|
.ant-card-type-inner .ant-card-head-title {
|
|
padding: 12px 0;
|
|
font-size: 12px;
|
|
}
|
|
.ant-card-type-inner .ant-card-body {
|
|
padding: 16px 12px;
|
|
}
|
|
.ant-card-type-inner .ant-card-extra {
|
|
padding: 13.5px 0;
|
|
}
|
|
.ant-card-meta {
|
|
display: flex;
|
|
margin: -4px 0;
|
|
}
|
|
.ant-card-meta::before {
|
|
display: table;
|
|
content: '';
|
|
}
|
|
.ant-card-meta::after {
|
|
display: table;
|
|
clear: both;
|
|
content: '';
|
|
}
|
|
.ant-card-meta-avatar {
|
|
padding-right: 16px;
|
|
}
|
|
.ant-card-rtl .ant-card-meta-avatar {
|
|
padding-right: 0;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-card-meta-detail {
|
|
flex: 1 1;
|
|
overflow: hidden;
|
|
}
|
|
.ant-card-meta-detail > div:not(:last-child) {
|
|
margin-bottom: 4px;
|
|
}
|
|
.ant-card-meta-title {
|
|
overflow: hidden;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-card-meta-description {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-card-loading {
|
|
overflow: hidden;
|
|
}
|
|
.ant-card-loading .ant-card-body {
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-card-small > .ant-card-head {
|
|
min-height: 30px;
|
|
padding: 0 12px;
|
|
font-size: 12px;
|
|
}
|
|
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-head-title {
|
|
padding: 6px 0;
|
|
}
|
|
.ant-card-small > .ant-card-head > .ant-card-head-wrapper > .ant-card-extra {
|
|
padding: 6px 0;
|
|
font-size: 12px;
|
|
}
|
|
.ant-card-small > .ant-card-body {
|
|
padding: 12px;
|
|
}
|
|
/* 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 */
|
|
|