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.
2125 lines
60 KiB
2125 lines
60 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/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/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/drawer/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-drawer {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
pointer-events: none;
|
|
}
|
|
.ant-drawer-inline {
|
|
position: absolute;
|
|
}
|
|
.ant-drawer-mask {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
background: rgba(0, 0, 0, 0.45);
|
|
pointer-events: auto;
|
|
}
|
|
.ant-drawer-content-wrapper {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-content-wrapper-hidden {
|
|
display: none;
|
|
}
|
|
.ant-drawer-left > .ant-drawer-content-wrapper {
|
|
top: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
box-shadow: 6px 0 16px -8px rgba(0, 0, 0, 0.08), 9px 0 28px 0 rgba(0, 0, 0, 0.05), 12px 0 48px 16px rgba(0, 0, 0, 0.03);
|
|
}
|
|
.ant-drawer-right > .ant-drawer-content-wrapper {
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
box-shadow: -6px 0 16px -8px rgba(0, 0, 0, 0.08), -9px 0 28px 0 rgba(0, 0, 0, 0.05), -12px 0 48px 16px rgba(0, 0, 0, 0.03);
|
|
}
|
|
.ant-drawer-top > .ant-drawer-content-wrapper {
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
box-shadow: 0 6px 16px -8px rgba(0, 0, 0, 0.08), 0 9px 28px 0 rgba(0, 0, 0, 0.05), 0 12px 48px 16px rgba(0, 0, 0, 0.03);
|
|
}
|
|
.ant-drawer-bottom > .ant-drawer-content-wrapper {
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
box-shadow: 0 -6px 16px -8px rgba(0, 0, 0, 0.08), 0 -9px 28px 0 rgba(0, 0, 0, 0.05), 0 -12px 48px 16px rgba(0, 0, 0, 0.03);
|
|
}
|
|
.ant-drawer-content {
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: auto;
|
|
background: #fff;
|
|
pointer-events: auto;
|
|
}
|
|
.ant-drawer-wrapper-body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ant-drawer-header {
|
|
display: flex;
|
|
flex: 0 1;
|
|
align-items: center;
|
|
padding: 11px 16px;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-drawer-header-title {
|
|
display: flex;
|
|
flex: 1 1;
|
|
align-items: center;
|
|
min-width: 0;
|
|
min-height: 0;
|
|
}
|
|
.ant-drawer-extra {
|
|
flex: none;
|
|
}
|
|
.ant-drawer-close {
|
|
display: inline-block;
|
|
margin-right: 12px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-weight: 700;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
line-height: 1;
|
|
text-align: center;
|
|
text-transform: none;
|
|
text-decoration: none;
|
|
background: transparent;
|
|
border: 0;
|
|
outline: 0;
|
|
cursor: pointer;
|
|
transition: color 0.3s;
|
|
text-rendering: auto;
|
|
}
|
|
.ant-drawer-close:focus,
|
|
.ant-drawer-close:hover {
|
|
color: rgba(0, 0, 0, 0.75);
|
|
text-decoration: none;
|
|
}
|
|
.ant-drawer-title {
|
|
flex: 1 1;
|
|
margin: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-drawer-body {
|
|
flex: 1 1;
|
|
min-width: 0;
|
|
min-height: 0;
|
|
padding: 16px;
|
|
overflow: auto;
|
|
}
|
|
.ant-drawer-footer {
|
|
flex-shrink: 0;
|
|
padding: 8px 8px;
|
|
border-top: 1px solid #f0f0f0;
|
|
}
|
|
.panel-motion-enter-start,
|
|
.panel-motion-appear-start,
|
|
.panel-motion-leave-start {
|
|
transition: none;
|
|
}
|
|
.panel-motion-enter-active,
|
|
.panel-motion-appear-active,
|
|
.panel-motion-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-mask-motion-enter-active,
|
|
.ant-drawer-mask-motion-appear-active,
|
|
.ant-drawer-mask-motion-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-mask-motion-enter,
|
|
.ant-drawer-mask-motion-appear {
|
|
opacity: 0;
|
|
}
|
|
.ant-drawer-mask-motion-enter-active,
|
|
.ant-drawer-mask-motion-appear-active {
|
|
opacity: 1;
|
|
}
|
|
.ant-drawer-mask-motion-leave {
|
|
opacity: 1;
|
|
}
|
|
.ant-drawer-mask-motion-leave-active {
|
|
opacity: 0;
|
|
}
|
|
.ant-drawer-panel-motion-left-enter-start,
|
|
.ant-drawer-panel-motion-left-appear-start,
|
|
.ant-drawer-panel-motion-left-leave-start {
|
|
transition: none;
|
|
}
|
|
.ant-drawer-panel-motion-left-enter-active,
|
|
.ant-drawer-panel-motion-left-appear-active,
|
|
.ant-drawer-panel-motion-left-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-panel-motion-left-enter-start,
|
|
.ant-drawer-panel-motion-left-appear-start {
|
|
transform: translateX(-100%) !important;
|
|
}
|
|
.ant-drawer-panel-motion-left-enter-active,
|
|
.ant-drawer-panel-motion-left-appear-active {
|
|
transform: translateX(0);
|
|
}
|
|
.ant-drawer-panel-motion-left-leave {
|
|
transform: translateX(0);
|
|
}
|
|
.ant-drawer-panel-motion-left-leave-active {
|
|
transform: translateX(-100%);
|
|
}
|
|
.ant-drawer-panel-motion-right-enter-start,
|
|
.ant-drawer-panel-motion-right-appear-start,
|
|
.ant-drawer-panel-motion-right-leave-start {
|
|
transition: none;
|
|
}
|
|
.ant-drawer-panel-motion-right-enter-active,
|
|
.ant-drawer-panel-motion-right-appear-active,
|
|
.ant-drawer-panel-motion-right-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-panel-motion-right-enter-start,
|
|
.ant-drawer-panel-motion-right-appear-start {
|
|
transform: translateX(100%) !important;
|
|
}
|
|
.ant-drawer-panel-motion-right-enter-active,
|
|
.ant-drawer-panel-motion-right-appear-active {
|
|
transform: translateX(0);
|
|
}
|
|
.ant-drawer-panel-motion-right-leave {
|
|
transform: translateX(0);
|
|
}
|
|
.ant-drawer-panel-motion-right-leave-active {
|
|
transform: translateX(100%);
|
|
}
|
|
.ant-drawer-panel-motion-top-enter-start,
|
|
.ant-drawer-panel-motion-top-appear-start,
|
|
.ant-drawer-panel-motion-top-leave-start {
|
|
transition: none;
|
|
}
|
|
.ant-drawer-panel-motion-top-enter-active,
|
|
.ant-drawer-panel-motion-top-appear-active,
|
|
.ant-drawer-panel-motion-top-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-panel-motion-top-enter-start,
|
|
.ant-drawer-panel-motion-top-appear-start {
|
|
transform: translateY(-100%) !important;
|
|
}
|
|
.ant-drawer-panel-motion-top-enter-active,
|
|
.ant-drawer-panel-motion-top-appear-active {
|
|
transform: translateY(0);
|
|
}
|
|
.ant-drawer-panel-motion-top-leave {
|
|
transform: translateY(0);
|
|
}
|
|
.ant-drawer-panel-motion-top-leave-active {
|
|
transform: translateY(-100%);
|
|
}
|
|
.ant-drawer-panel-motion-bottom-enter-start,
|
|
.ant-drawer-panel-motion-bottom-appear-start,
|
|
.ant-drawer-panel-motion-bottom-leave-start {
|
|
transition: none;
|
|
}
|
|
.ant-drawer-panel-motion-bottom-enter-active,
|
|
.ant-drawer-panel-motion-bottom-appear-active,
|
|
.ant-drawer-panel-motion-bottom-leave-active {
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-drawer-panel-motion-bottom-enter-start,
|
|
.ant-drawer-panel-motion-bottom-appear-start {
|
|
transform: translateY(100%) !important;
|
|
}
|
|
.ant-drawer-panel-motion-bottom-enter-active,
|
|
.ant-drawer-panel-motion-bottom-appear-active {
|
|
transform: translateY(0);
|
|
}
|
|
.ant-drawer-panel-motion-bottom-leave {
|
|
transform: translateY(0);
|
|
}
|
|
.ant-drawer-panel-motion-bottom-leave-active {
|
|
transform: translateY(100%);
|
|
}
|
|
.ant-drawer-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-drawer-rtl .ant-drawer-close {
|
|
margin-right: 0;
|
|
margin-left: 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/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/form/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-form-item .ant-input-number + .ant-form-text {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-form-inline {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.ant-form-inline .ant-form-item {
|
|
flex: none;
|
|
flex-wrap: nowrap;
|
|
margin-right: 16px;
|
|
margin-bottom: 0;
|
|
}
|
|
.ant-form-inline .ant-form-item-with-help {
|
|
margin-bottom: 16px;
|
|
}
|
|
.ant-form-inline .ant-form-item > .ant-form-item-label,
|
|
.ant-form-inline .ant-form-item > .ant-form-item-control {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
.ant-form-inline .ant-form-item > .ant-form-item-label {
|
|
flex: none;
|
|
}
|
|
.ant-form-inline .ant-form-item .ant-form-text {
|
|
display: inline-block;
|
|
}
|
|
.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
|
|
display: inline-block;
|
|
}
|
|
.ant-form-horizontal .ant-form-item-label {
|
|
flex-grow: 0;
|
|
}
|
|
.ant-form-horizontal .ant-form-item-control {
|
|
flex: 1 1;
|
|
min-width: 0;
|
|
}
|
|
.ant-form-horizontal .ant-form-item-label[class$='-24'] + .ant-form-item-control,
|
|
.ant-form-horizontal .ant-form-item-label[class*='-24 '] + .ant-form-item-control {
|
|
min-width: 0;
|
|
min-width: initial;
|
|
}
|
|
.ant-form-vertical .ant-form-item-row {
|
|
flex-direction: column;
|
|
}
|
|
.ant-form-vertical .ant-form-item-label > label {
|
|
height: auto;
|
|
}
|
|
.ant-form-vertical .ant-form-item .ant-form-item-control {
|
|
width: 100%;
|
|
}
|
|
.ant-form-vertical .ant-form-item-label,
|
|
.ant-col-24.ant-form-item-label,
|
|
.ant-col-xl-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-form-vertical .ant-form-item-label > label,
|
|
.ant-col-24.ant-form-item-label > label,
|
|
.ant-col-xl-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-form-vertical .ant-form-item-label > label::after,
|
|
.ant-col-24.ant-form-item-label > label::after,
|
|
.ant-col-xl-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-form-vertical .ant-form-item-label,
|
|
.ant-form-rtl.ant-col-24.ant-form-item-label,
|
|
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
@media (max-width: 575px) {
|
|
.ant-form-item .ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-form-item .ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-form-item .ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-form-item .ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
.ant-form .ant-form-item {
|
|
flex-wrap: wrap;
|
|
}
|
|
.ant-form .ant-form-item .ant-form-item-label,
|
|
.ant-form .ant-form-item .ant-form-item-control {
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
}
|
|
.ant-col-xs-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-xs-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-xs-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-xs-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.ant-col-sm-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-sm-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-sm-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-sm-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media (max-width: 991px) {
|
|
.ant-col-md-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-md-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-md-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-md-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media (max-width: 1199px) {
|
|
.ant-col-lg-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-lg-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-lg-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-lg-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media (max-width: 1599px) {
|
|
.ant-col-xl-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-xl-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-xl-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
.ant-form-item {
|
|
/* Some non-status related component style is in `components.less` */
|
|
/* To support leave along ErrorList. We add additional className to handle explain style */
|
|
}
|
|
.ant-form-item-explain-error {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-form-item-explain-warning {
|
|
color: #faad14;
|
|
}
|
|
.ant-form-item-has-feedback .ant-switch {
|
|
margin: 2px 0 4px;
|
|
}
|
|
.ant-form-item-has-warning .ant-form-item-split {
|
|
color: #faad14;
|
|
}
|
|
.ant-form-item-has-error .ant-form-item-split {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-form {
|
|
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-form legend {
|
|
display: block;
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 14px;
|
|
line-height: inherit;
|
|
border: 0;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
}
|
|
.ant-form label {
|
|
font-size: 12px;
|
|
}
|
|
.ant-form input[type='search'] {
|
|
box-sizing: border-box;
|
|
}
|
|
.ant-form input[type='radio'],
|
|
.ant-form input[type='checkbox'] {
|
|
line-height: normal;
|
|
}
|
|
.ant-form input[type='file'] {
|
|
display: block;
|
|
}
|
|
.ant-form input[type='range'] {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.ant-form select[multiple],
|
|
.ant-form select[size] {
|
|
height: auto;
|
|
}
|
|
.ant-form input[type='file']:focus,
|
|
.ant-form input[type='radio']:focus,
|
|
.ant-form input[type='checkbox']:focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
.ant-form output {
|
|
display: block;
|
|
padding-top: 15px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
}
|
|
.ant-form .ant-form-text {
|
|
display: inline-block;
|
|
padding-right: 8px;
|
|
}
|
|
.ant-form-small .ant-form-item-label > label {
|
|
height: 22px;
|
|
}
|
|
.ant-form-small .ant-form-item-control-input {
|
|
min-height: 22px;
|
|
}
|
|
.ant-form-large .ant-form-item-label > label {
|
|
height: 32px;
|
|
}
|
|
.ant-form-large .ant-form-item-control-input {
|
|
min-height: 32px;
|
|
}
|
|
.ant-form-item {
|
|
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";
|
|
margin-bottom: 16px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-form-item-with-help {
|
|
transition: none;
|
|
}
|
|
.ant-form-item-hidden,
|
|
.ant-form-item-hidden.ant-row {
|
|
display: none;
|
|
}
|
|
.ant-form-item-label {
|
|
display: inline-block;
|
|
flex-grow: 0;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
}
|
|
.ant-form-item-label-left {
|
|
text-align: left;
|
|
}
|
|
.ant-form-item-label-wrap {
|
|
overflow: visible;
|
|
overflow: initial;
|
|
line-height: 1.41667em;
|
|
white-space: inherit;
|
|
}
|
|
.ant-form-item-label > label {
|
|
position: relative;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
max-width: 100%;
|
|
height: 28px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
}
|
|
.ant-form-item-label > label > .anticon {
|
|
font-size: 12px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
|
|
display: inline-block;
|
|
margin-right: 4px;
|
|
color: #ff4d4f;
|
|
font-size: 12px;
|
|
font-family: SimSun, sans-serif;
|
|
line-height: 1;
|
|
content: '*';
|
|
}
|
|
.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
|
|
display: none;
|
|
}
|
|
.ant-form-item-label > label .ant-form-item-optional {
|
|
display: inline-block;
|
|
margin-left: 0px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
|
|
display: none;
|
|
}
|
|
.ant-form-item-label > label .ant-form-item-tooltip {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
cursor: help;
|
|
-webkit-writing-mode: horizontal-tb;
|
|
-ms-writing-mode: lr-tb;
|
|
writing-mode: horizontal-tb;
|
|
-webkit-margin-start: 0px;
|
|
margin-inline-start: 0px;
|
|
}
|
|
.ant-form-item-label > label::after {
|
|
content: ':';
|
|
position: relative;
|
|
top: -0.5px;
|
|
margin: 0 8px 0 2px;
|
|
}
|
|
.ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
content: ' ';
|
|
}
|
|
.ant-form-item-control {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
}
|
|
.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
|
|
width: 100%;
|
|
}
|
|
.ant-form-item-control-input {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: 28px;
|
|
}
|
|
.ant-form-item-control-input-content {
|
|
flex: auto;
|
|
max-width: 100%;
|
|
}
|
|
.ant-form-item-explain,
|
|
.ant-form-item-extra {
|
|
clear: both;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
}
|
|
.ant-form-item-explain-connected {
|
|
width: 100%;
|
|
}
|
|
.ant-form-item-extra {
|
|
min-height: 16px;
|
|
}
|
|
.ant-form-item-with-help .ant-form-item-explain {
|
|
height: auto;
|
|
opacity: 1;
|
|
}
|
|
.ant-form-item-feedback-icon {
|
|
font-size: 12px;
|
|
text-align: center;
|
|
visibility: visible;
|
|
animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
|
|
pointer-events: none;
|
|
}
|
|
.ant-form-item-feedback-icon-success {
|
|
color: #52c41a;
|
|
}
|
|
.ant-form-item-feedback-icon-error {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-form-item-feedback-icon-warning {
|
|
color: #faad14;
|
|
}
|
|
.ant-form-item-feedback-icon-validating {
|
|
color: #3061D0;
|
|
}
|
|
.ant-show-help {
|
|
transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
}
|
|
.ant-show-help-appear,
|
|
.ant-show-help-enter {
|
|
opacity: 0;
|
|
}
|
|
.ant-show-help-appear-active,
|
|
.ant-show-help-enter-active {
|
|
opacity: 1;
|
|
}
|
|
.ant-show-help-leave {
|
|
opacity: 1;
|
|
}
|
|
.ant-show-help-leave-active {
|
|
opacity: 0;
|
|
}
|
|
.ant-show-help-item {
|
|
overflow: hidden;
|
|
transition: height 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
}
|
|
.ant-show-help-item-appear,
|
|
.ant-show-help-item-enter {
|
|
transform: translateY(-5px);
|
|
opacity: 0;
|
|
}
|
|
.ant-show-help-item-appear-active,
|
|
.ant-show-help-item-enter-active {
|
|
transform: translateY(0);
|
|
opacity: 1;
|
|
}
|
|
.ant-show-help-item-leave {
|
|
transition: height 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
|
|
}
|
|
.ant-show-help-item-leave-active {
|
|
transform: translateY(-5px);
|
|
}
|
|
@keyframes diffZoomIn1 {
|
|
0% {
|
|
transform: scale(0);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@keyframes diffZoomIn2 {
|
|
0% {
|
|
transform: scale(0);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@keyframes diffZoomIn3 {
|
|
0% {
|
|
transform: scale(0);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
}
|
|
}
|
|
.ant-form-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-form-rtl .ant-form-item-label {
|
|
text-align: left;
|
|
}
|
|
.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
|
|
margin-right: 0;
|
|
margin-left: 4px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-label > label::after {
|
|
margin: 0 2px 0 8px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
|
|
margin-right: 0px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-rtl .ant-form-item-control:first-child {
|
|
width: 100%;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input {
|
|
padding-right: 7px;
|
|
padding-left: 24px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
|
|
padding-right: 7px;
|
|
padding-left: 18px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
|
|
padding: 0;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number-affix-wrapper .ant-input-number {
|
|
padding: 0;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
|
|
right: auto;
|
|
left: 28px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
|
|
padding-left: 18px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
|
|
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-arrow,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-clear {
|
|
right: auto;
|
|
left: 32px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-number-group-addon) > .ant-select .ant-select-selection-selected-value {
|
|
padding-right: 0;
|
|
padding-left: 42px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
|
|
margin-right: 0;
|
|
margin-left: 19px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
|
|
right: auto;
|
|
left: 32px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
|
|
padding-right: 7px;
|
|
padding-left: 22.6px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
|
|
padding-right: 11px;
|
|
padding-left: 26.6px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
|
|
padding-right: 7px;
|
|
padding-left: 22.6px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
|
|
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
|
|
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
|
|
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
|
|
right: auto;
|
|
left: 0;
|
|
}
|
|
.ant-form-rtl.ant-form-inline .ant-form-item {
|
|
margin-right: 0;
|
|
margin-left: 16px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|