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.
NewEduCoderBuild/p__Exam__Lists__Examination...

5336 lines
140 KiB

.warp___EDnpX {
width: 1200px;
border-radius: 4px;
margin: 40px auto;
background-color: #fff;
}
.warp___EDnpX .schedule___gUDAF {
margin: 15px auto;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
height: 70px;
}
.warp___EDnpX .schedule___gUDAF .disabled___3kSfe {
pointer-events: none;
opacity: 0.3;
}
.warp___EDnpX .schedule___gUDAF .disabled___3kSfe .clickWarp___W4CBi {
cursor: not-allowed;
}
.warp___EDnpX .schedule___gUDAF > div {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
}
.warp___EDnpX .schedule___gUDAF > div .clickWarp___W4CBi {
cursor: pointer;
display: -ms-flexbox;
display: flex;
border-bottom-width: 2px;
border-bottom-style: solid;
border-bottom-color: transparent;
padding: 0 0 10px 0;
margin-top: 12px;
}
.warp___EDnpX .schedule___gUDAF > div .clickWarp___W4CBi .num___2Hl72 {
width: 20px;
height: 20px;
font-size: 14px;
line-height: 18px;
text-align: center;
color: #999999;
border: 1px solid #999999;
border-radius: 12px;
display: inline-block;
margin-right: 6px;
}
.warp___EDnpX .schedule___gUDAF > div .clickWarp___W4CBi .subject___3mXyJ {
font-size: 14px;
line-height: 20px;
color: #333;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.warp___EDnpX .schedule___gUDAF > div .active___1g3k4 {
border-bottom-color: #1890ff;
}
.warp___EDnpX .schedule___gUDAF > div .active___1g3k4 .num___2Hl72 {
color: #1890ff;
border: 1px solid #1890ff;
}
.warp___EDnpX .schedule___gUDAF > div .active___1g3k4 .subject___3mXyJ {
color: #1890ff;
}
.warp___EDnpX .schedule___gUDAF > div i {
margin: 0 30px;
color: #999999;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 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-modal,
.ant-image-preview {
pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
-ms-transform: none;
transform: none;
opacity: 0;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.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: -ms-flexbox;
display: flex;
clear: both;
width: 100%;
min-width: 100%;
margin: 24px 0;
}
.ant-divider-horizontal.ant-divider-with-text {
display: -ms-flexbox;
display: flex;
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;
}
.ant-divider-horizontal.ant-divider-with-text::before,
.ant-divider-horizontal.ant-divider-with-text::after {
position: relative;
top: 50%;
width: 50%;
border-top: 1px solid rgba(0, 0, 0, 0.06);
-ms-transform: translateY(50%);
transform: translateY(50%);
content: '';
}
.ant-divider-horizontal.ant-divider-with-text-left::before {
top: 50%;
width: 5%;
}
.ant-divider-horizontal.ant-divider-with-text-left::after {
top: 50%;
width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::before {
top: 50%;
width: 95%;
}
.ant-divider-horizontal.ant-divider-with-text-right::after {
top: 50%;
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 {
border-top: 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-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 */
.head___3c7uj {
height: 70px;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid #F1F1F1;
background-color: #fff;
}
.head___3c7uj .s1___1kTbv {
color: #333;
cursor: pointer;
font-size: 14px;
}
.head___3c7uj .s1___1kTbv i {
font-size: 14px;
margin-right: 10px;
color: #666;
}
.head___3c7uj .s2___1Omm1 {
margin: 0 30px;
height: 18px;
border-color: #999;
}
.head___3c7uj .s3___3TfZU {
font-size: 18px;
font-weight: 500;
color: #333333;
margin-right: 30px;
}
.head___3c7uj .s4___3XMOl {
font-size: 14px;
font-weight: 500;
color: #333333;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 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-modal,
.ant-image-preview {
pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
-ms-transform: none;
transform: none;
opacity: 0;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.ant-input-number {
box-sizing: border-box;
font-variant: tabular-nums;
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
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;
transition: all 0.3s;
display: inline-block;
width: 90px;
margin: 0;
padding: 0;
border: 1px solid #d9d9d9;
border-radius: 2px;
}
.ant-input-number::-webkit-input-placeholder {
color: #bfbfbf;
}
.ant-input-number:-ms-input-placeholder {
color: #bfbfbf;
}
.ant-input-number::-ms-input-placeholder {
color: #bfbfbf;
}
.ant-input-number::placeholder {
color: #bfbfbf;
}
.ant-input-number:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-input-number:placeholder-shown {
text-overflow: ellipsis;
}
.ant-input-number:hover {
border-color: #40a9ff;
border-right-width: 1px !important;
}
.ant-input-number:focus,
.ant-input-number-focused {
border-color: #40a9ff;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-number-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
cursor: not-allowed;
opacity: 1;
}
.ant-input-number-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px !important;
}
.ant-input-number[disabled] {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
cursor: not-allowed;
opacity: 1;
}
.ant-input-number[disabled]:hover {
border-color: #d9d9d9;
border-right-width: 1px !important;
}
.ant-input-number-borderless,
.ant-input-number-borderless:hover,
.ant-input-number-borderless:focus,
.ant-input-number-borderless-focused,
.ant-input-number-borderless-disabled,
.ant-input-number-borderless[disabled] {
background-color: transparent;
border: none;
box-shadow: none;
}
textarea.ant-input-number {
max-width: 100%;
height: auto;
min-height: 28px;
line-height: 1.66667;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.ant-input-number-lg {
padding: 3.4px 11px;
font-size: 14px;
}
.ant-input-number-sm {
padding: 0px 7px;
}
.ant-input-number-handler {
position: relative;
display: block;
width: 100%;
height: 50%;
overflow: hidden;
color: rgba(0, 0, 0, 0.45);
font-weight: bold;
line-height: 0;
text-align: center;
transition: all 0.1s linear;
}
.ant-input-number-handler:active {
background: #f4f4f4;
}
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
color: #40a9ff;
}
.ant-input-number-handler-up-inner,
.ant-input-number-handler-down-inner {
display: inline-block;
color: inherit;
font-style: normal;
line-height: 0;
text-align: center;
text-transform: none;
vertical-align: -0.125em;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
position: absolute;
right: 4px;
width: 12px;
height: 12px;
color: rgba(0, 0, 0, 0.45);
line-height: 12px;
transition: all 0.1s linear;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-input-number-handler-up-inner > *,
.ant-input-number-handler-down-inner > * {
line-height: 1;
}
.ant-input-number-handler-up-inner svg,
.ant-input-number-handler-down-inner svg {
display: inline-block;
}
.ant-input-number-handler-up-inner::before,
.ant-input-number-handler-down-inner::before {
display: none;
}
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
display: block;
}
.ant-input-number:hover {
border-color: #40a9ff;
border-right-width: 1px !important;
}
.ant-input-number:hover + .ant-form-item-children-icon {
opacity: 0;
transition: opacity 0.24s linear 0.24s;
}
.ant-input-number-focused {
border-color: #40a9ff;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-number-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
cursor: not-allowed;
opacity: 1;
}
.ant-input-number-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px !important;
}
.ant-input-number-disabled .ant-input-number-input {
cursor: not-allowed;
}
.ant-input-number-disabled .ant-input-number-handler-wrap {
display: none;
}
.ant-input-number-readonly .ant-input-number-handler-wrap {
display: none;
}
.ant-input-number-input {
width: 100%;
height: 26px;
padding: 0 7px;
text-align: left;
background-color: transparent;
border: 0;
border-radius: 2px;
outline: 0;
transition: all 0.3s linear;
-moz-appearance: textfield !important;
}
.ant-input-number-input::-webkit-input-placeholder {
color: #bfbfbf;
}
.ant-input-number-input:-ms-input-placeholder {
color: #bfbfbf;
}
.ant-input-number-input::-ms-input-placeholder {
color: #bfbfbf;
}
.ant-input-number-input::placeholder {
color: #bfbfbf;
}
.ant-input-number-input:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-input-number-input:placeholder-shown {
text-overflow: ellipsis;
}
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
margin: 0;
-webkit-appearance: none;
}
.ant-input-number-lg {
padding: 0;
font-size: 14px;
}
.ant-input-number-lg input {
height: 30px;
}
.ant-input-number-sm {
padding: 0;
}
.ant-input-number-sm input {
height: 20px;
padding: 0 7px;
}
.ant-input-number-handler-wrap {
position: absolute;
top: 0;
right: 0;
width: 22px;
height: 100%;
background: #fff;
border-left: 1px solid #d9d9d9;
border-radius: 0 2px 2px 0;
opacity: 0;
transition: opacity 0.24s linear 0.1s;
}
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
display: inline-block;
font-size: 7px;
min-width: auto;
margin-right: 0;
}
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
height: 40%;
}
.ant-input-number:hover .ant-input-number-handler-wrap {
opacity: 1;
}
.ant-input-number-handler-up {
border-top-right-radius: 2px;
cursor: pointer;
}
.ant-input-number-handler-up-inner {
top: 50%;
margin-top: -5px;
text-align: center;
}
.ant-input-number-handler-up:hover {
height: 60% !important;
}
.ant-input-number-handler-down {
top: 0;
border-top: 1px solid #d9d9d9;
border-bottom-right-radius: 2px;
cursor: pointer;
}
.ant-input-number-handler-down-inner {
top: 50%;
text-align: center;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.ant-input-number-handler-down:hover {
height: 60% !important;
}
.ant-input-number-handler-up-disabled,
.ant-input-number-handler-down-disabled {
cursor: not-allowed;
}
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
color: rgba(0, 0, 0, 0.25);
}
.ant-input-number-rtl {
direction: rtl;
}
.ant-input-number-rtl .ant-input-number-handler-wrap {
right: auto;
left: 0;
border-right: 1px solid #d9d9d9;
border-left: 0;
border-radius: 2px 0 0 2px;
}
.ant-input-number-rtl .ant-input-number-input {
direction: ltr;
text-align: right;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 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-modal,
.ant-image-preview {
pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
-ms-transform: none;
transform: none;
opacity: 0;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.ant-input-affix-wrapper {
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;
display: -ms-inline-flexbox;
display: inline-flex;
}
.ant-input-affix-wrapper::-webkit-input-placeholder {
color: #bfbfbf;
}
.ant-input-affix-wrapper:-ms-input-placeholder {
color: #bfbfbf;
}
.ant-input-affix-wrapper::-ms-input-placeholder {
color: #bfbfbf;
}
.ant-input-affix-wrapper::placeholder {
color: #bfbfbf;
}
.ant-input-affix-wrapper:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-input-affix-wrapper:placeholder-shown {
text-overflow: ellipsis;
}
.ant-input-affix-wrapper:hover {
border-color: #40a9ff;
border-right-width: 1px !important;
}
.ant-input-rtl .ant-input-affix-wrapper:hover {
border-right-width: 0;
border-left-width: 1px !important;
}
.ant-input-affix-wrapper:focus,
.ant-input-affix-wrapper-focused {
border-color: #40a9ff;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-rtl .ant-input-affix-wrapper:focus,
.ant-input-rtl .ant-input-affix-wrapper-focused {
border-right-width: 0;
border-left-width: 1px !important;
}
.ant-input-affix-wrapper-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
cursor: not-allowed;
opacity: 1;
}
.ant-input-affix-wrapper-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px !important;
}
.ant-input-affix-wrapper[disabled] {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
cursor: not-allowed;
opacity: 1;
}
.ant-input-affix-wrapper[disabled]:hover {
border-color: #d9d9d9;
border-right-width: 1px !important;
}
.ant-input-affix-wrapper-borderless,
.ant-input-affix-wrapper-borderless:hover,
.ant-input-affix-wrapper-borderless:focus,
.ant-input-affix-wrapper-borderless-focused,
.ant-input-affix-wrapper-borderless-disabled,
.ant-input-affix-wrapper-borderless[disabled] {
background-color: transparent;
border: none;
box-shadow: none;
}
textarea.ant-input-affix-wrapper {
max-width: 100%;
height: auto;
min-height: 28px;
line-height: 1.66667;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.ant-input-affix-wrapper-lg {
padding: 3.4px 11px;
font-size: 14px;
}
.ant-input-affix-wrapper-sm {
padding: 0px 7px;
}
.ant-input-affix-wrapper-rtl {
direction: rtl;
}
.ant-input-affix-wrapper-disabled .ant-input[disabled] {
background: transparent;
}
.ant-input-affix-wrapper > input.ant-input {
padding: 0;
border: none;
outline: none;
}
.ant-input-affix-wrapper > input.ant-input:focus {
box-shadow: none;
}
.ant-input-affix-wrapper::before {
width: 0;
visibility: hidden;
content: '\a0';
}
.ant-input-prefix,
.ant-input-suffix {
display: -ms-flexbox;
display: flex;
-ms-flex: none;
flex: none;
-ms-flex-align: center;
align-items: center;
}
.ant-input-prefix {
margin-right: 4px;
}
.ant-input-suffix {
margin-left: 4px;
}
.ant-input-clear-icon {
color: rgba(0, 0, 0, 0.25);
font-size: 12px;
cursor: pointer;
transition: color 0.3s;
margin: 0 4px;
vertical-align: -1px;
}
.ant-input-clear-icon:hover {
color: rgba(0, 0, 0, 0.45);
}
.ant-input-clear-icon:active {
color: rgba(0, 0, 0, 0.85);
}
.ant-input-clear-icon + i {
margin-left: 6px;
}
.ant-input-clear-icon-hidden {
visibility: hidden;
}
.ant-input-clear-icon:last-child {
margin-right: 0;
}
.ant-input-affix-wrapper-textarea-with-clear-btn {
padding: 0 !important;
border: 0 !important;
}
.ant-input-textarea-clear-icon {
color: rgba(0, 0, 0, 0.25);
font-size: 12px;
cursor: pointer;
transition: color 0.3s;
position: absolute;
top: 0;
right: 0;
z-index: 1;
margin: 8px 8px 0 0;
}
.ant-input-textarea-clear-icon:hover {
color: rgba(0, 0, 0, 0.45);
}
.ant-input-textarea-clear-icon:active {
color: rgba(0, 0, 0, 0.85);
}
.ant-input-textarea-clear-icon + i {
margin-left: 6px;
}
.ant-input-textarea-clear-icon-hidden {
visibility: hidden;
}
.ant-input {
box-sizing: border-box;
margin: 0;
padding: 0;
font-variant: tabular-nums;
list-style: none;
font-feature-settings: tnum, "tnum";
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;
}
.ant-input::-webkit-input-placeholder {
color: #bfbfbf;
}
.ant-input:-ms-input-placeholder {
color: #bfbfbf;
}
.ant-input::-ms-input-placeholder {
color: #bfbfbf;
}
.ant-input::placeholder {
color: #bfbfbf;
}
.ant-input:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-input:placeholder-shown {
text-overflow: ellipsis;
}
.ant-input:hover {
border-color: #40a9ff;
border-right-width: 1px !important;
}
.ant-input-rtl .ant-input:hover {
border-right-width: 0;
border-left-width: 1px !important;
}
.ant-input:focus,
.ant-input-focused {
border-color: #40a9ff;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-input-rtl .ant-input:focus,
.ant-input-rtl .ant-input-focused {
border-right-width: 0;
border-left-width: 1px !important;
}
.ant-input-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
cursor: not-allowed;
opacity: 1;
}
.ant-input-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px !important;
}
.ant-input[disabled] {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
cursor: not-allowed;
opacity: 1;
}
.ant-input[disabled]:hover {
border-color: #d9d9d9;
border-right-width: 1px !important;
}
.ant-input-borderless,
.ant-input-borderless:hover,
.ant-input-borderless:focus,
.ant-input-borderless-focused,
.ant-input-borderless-disabled,
.ant-input-borderless[disabled] {
background-color: transparent;
border: none;
box-shadow: none;
}
textarea.ant-input {
max-width: 100%;
height: auto;
min-height: 28px;
line-height: 1.66667;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.ant-input-lg {
padding: 3.4px 11px;
font-size: 14px;
}
.ant-input-sm {
padding: 0px 7px;
}
.ant-input-rtl {
direction: rtl;
}
.ant-input-group {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
display: table;
width: 100%;
border-collapse: separate;
border-spacing: 0;
}
.ant-input-group[class*='col-'] {
float: none;
padding-right: 0;
padding-left: 0;
}
.ant-input-group > [class*='col-'] {
padding-right: 8px;
}
.ant-input-group > [class*='col-']:last-child {
padding-right: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap,
.ant-input-group > .ant-input {
display: table-cell;
}
.ant-input-group-addon:not(:first-child):not(:last-child),
.ant-input-group-wrap:not(:first-child):not(:last-child),
.ant-input-group > .ant-input:not(:first-child):not(:last-child) {
border-radius: 0;
}
.ant-input-group-addon,
.ant-input-group-wrap {
width: 1px;
white-space: nowrap;
vertical-align: middle;
}
.ant-input-group-wrap > * {
display: block !important;
}
.ant-input-group .ant-input {
float: left;
width: 100%;
margin-bottom: 0;
text-align: inherit;
}
.ant-input-group .ant-input:focus {
z-index: 1;
border-right-width: 1px;
}
.ant-input-group .ant-input:hover {
z-index: 1;
border-right-width: 1px;
}
.ant-input-group-addon {
position: relative;
padding: 0 7px;
color: rgba(0, 0, 0, 0.85);
font-weight: normal;
font-size: 12px;
text-align: center;
background-color: #fafafa;
border: 1px solid #d9d9d9;
border-radius: 2px;
transition: all 0.3s;
}
.ant-input-group-addon .ant-select {
margin: -4px -7px;
}
.ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
background-color: inherit;
border: 1px solid transparent;
box-shadow: none;
}
.ant-input-group-addon .ant-select-open .ant-select-selector,
.ant-input-group-addon .ant-select-focused .ant-select-selector {
color: #1890ff;
}
.ant-input-group-addon > i:only-child::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
content: '';
}
.ant-input-group > .ant-input:first-child,
.ant-input-group-addon:first-child {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input:first-child .ant-select .ant-select-selector,
.ant-input-group-addon:first-child .ant-select .ant-select-selector {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:first-child) .ant-input {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input-affix-wrapper:not(:last-child) .ant-input {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-group-addon:first-child {
border-right: 0;
}
.ant-input-group-addon:last-child {
border-left: 0;
}
.ant-input-group > .ant-input:last-child,
.ant-input-group-addon:last-child {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-group > .ant-input:last-child .ant-select .ant-select-selector,
.ant-input-group-addon:last-child .ant-select .ant-select-selector {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-group-lg .ant-input,
.ant-input-group-lg > .ant-input-group-addon {
padding: 3.4px 11px;
font-size: 14px;
}
.ant-input-group-sm .ant-input,
.ant-input-group-sm > .ant-input-group-addon {
padding: 0px 7px;
}
.ant-input-group-lg .ant-select-single .ant-select-selector {
height: 32px;
}
.ant-input-group-sm .ant-select-single .ant-select-selector {
height: 22px;
}
.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.ant-input-group.ant-input-group-compact {
display: block;
}
.ant-input-group.ant-input-group-compact::before {
display: table;
content: '';
}
.ant-input-group.ant-input-group-compact::after {
display: table;
clear: both;
content: '';
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child),
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child) {
border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):hover,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):hover {
z-index: 1;
}
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(:last-child):focus,
.ant-input-group.ant-input-group-compact > .ant-input:not(:first-child):not(:last-child):focus {
z-index: 1;
}
.ant-input-group.ant-input-group-compact > * {
display: inline-block;
float: none;
vertical-align: top;
border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-input-affix-wrapper {
display: -ms-inline-flexbox;
display: inline-flex;
}
.ant-input-group.ant-input-group-compact > .ant-picker-range {
display: -ms-inline-flexbox;
display: inline-flex;
}
.ant-input-group.ant-input-group-compact > *:not(:last-child) {
margin-right: -1px;
border-right-width: 1px;
}
.ant-input-group.ant-input-group-compact .ant-input {
float: none;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input {
border-right-width: 1px;
border-radius: 0;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:hover,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:hover,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:hover,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:hover,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:hover {
z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-selector:focus,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker .ant-input:focus,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper .ant-mention-editor:focus,
.ant-input-group.ant-input-group-compact > .ant-time-picker .ant-time-picker-input:focus,
.ant-input-group.ant-input-group-compact > .ant-input-group-wrapper .ant-input:focus {
z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select-focused {
z-index: 1;
}
.ant-input-group.ant-input-group-compact > .ant-select > .ant-select-arrow {
z-index: 1;
}
.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
border-right-width: 1px;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ant-input-group.ant-input-group-compact > .ant-select-auto-complete .ant-input {
vertical-align: top;
}
.ant-input-group > .ant-input-rtl:first-child,
.ant-input-group-rtl .ant-input-group-addon:first-child {
border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl .ant-input-group-addon:first-child {
border-right: 1px solid #d9d9d9;
border-left: 0;
}
.ant-input-group-rtl .ant-input-group-addon:last-child {
border-right: 0;
border-left: 1px solid #d9d9d9;
}
.ant-input-group-rtl.ant-input-group > .ant-input:last-child,
.ant-input-group-rtl.ant-input-group-addon:last-child {
border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:first-child) {
border-radius: 2px 0 0 2px;
}
.ant-input-group-rtl.ant-input-group .ant-input-affix-wrapper:not(:last-child) {
border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:not(:last-child) {
margin-right: 0;
margin-left: -1px;
border-left-width: 1px;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:first-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:first-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-calendar-picker:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:first-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:first-child .ant-mention-editor,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-time-picker:first-child .ant-time-picker-input {
border-radius: 0 2px 2px 0;
}
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > *:last-child,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-calendar-picker:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-select-auto-complete:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-cascader-picker-focused:last-child .ant-input,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-mention-wrapper:last-child .ant-mention-editor,
.ant-input-group-rtl.ant-input-group.ant-input-group-compact > .ant-time-picker:last-child .ant-time-picker-input {
border-left-width: 1px;
border-radius: 2px 0 0 2px;
}
.ant-input-group-wrapper {
display: inline-block;
width: 100%;
text-align: start;
vertical-align: top;
}
.ant-input-password-icon {
color: rgba(0, 0, 0, 0.45);
cursor: pointer;
transition: all 0.3s;
}
.ant-input-password-icon:hover {
color: rgba(0, 0, 0, 0.85);
}
.ant-input[type='color'] {
height: 28px;
}
.ant-input[type='color'].ant-input-lg {
height: 32px;
}
.ant-input[type='color'].ant-input-sm {
height: 22px;
padding-top: 3px;
padding-bottom: 3px;
}
.ant-input-search-icon {
padding: 0 8px;
}
.ant-input-search-icon::before {
-ms-transform: translateX(-9px);
transform: translateX(-9px);
}
.ant-input-search-icon::after {
width: 28px;
}
.ant-input-affix-wrapper-lg .ant-input-search-icon {
padding: 0 9px;
}
.ant-input-affix-wrapper-lg .ant-input-search-icon::before {
-ms-transform: translateX(-10px);
transform: translateX(-10px);
}
.ant-input-affix-wrapper-lg .ant-input-search-icon::after {
width: 32px;
}
.ant-input-affix-wrapper-sm .ant-input-search-icon {
padding: 0 5px;
}
.ant-input-affix-wrapper-sm .ant-input-search-icon::before {
-ms-transform: translateX(-6px);
transform: translateX(-6px);
}
.ant-input-affix-wrapper-sm .ant-input-search-icon::after {
width: 22px;
}
.ant-input-search-icon {
margin-left: 0.5em;
color: rgba(0, 0, 0, 0.45);
cursor: pointer;
transition: all 0.3s;
}
.ant-input-search-icon:hover {
color: rgba(0, 0, 0, 0.85);
}
.ant-input-search-icon::before {
position: absolute;
top: 0;
bottom: 0;
display: block;
border-left: 1px solid #d9d9d9;
transition: all 0.3s;
content: '';
}
.ant-input-search-icon::after {
position: absolute;
top: 0;
right: 0;
bottom: 0;
content: '';
}
.ant-input-search:not(.ant-input-search-enter-button) {
padding-right: 0;
}
.ant-input-search-enter-button input {
border-right: 0;
}
.ant-input-search-enter-button input:hover,
.ant-input-search-enter-button input:focus {
border-color: #40a9ff;
}
.ant-input-search-enter-button.ant-input-affix-wrapper {
border-right: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon,
.ant-input-search-enter-button input + .ant-input-group-addon {
padding: 0;
border: 0;
}
.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button,
.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button {
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.ant-input-group-wrapper-rtl {
direction: rtl;
}
.ant-input-group-rtl {
direction: rtl;
}
.ant-input-affix-wrapper.ant-input-affix-wrapper-rtl > input.ant-input {
border: none;
outline: none;
}
.ant-input-affix-wrapper-rtl .ant-input-prefix {
margin: 0 0 0 4px;
}
.ant-input-affix-wrapper-rtl .ant-input-suffix {
margin: 0 4px 0 0;
}
.ant-input-affix-wrapper-rtl .ant-input-clear-icon:last-child {
margin-right: 4px;
margin-left: 0;
}
.ant-input-affix-wrapper-rtl .ant-input-textarea-clear-icon {
right: auto;
left: 0;
margin: 8px 0 0 8px;
}
.ant-input-search-rtl {
direction: rtl;
}
.ant-input-search-rtl .ant-input-search-icon {
margin-right: 0.5em;
margin-left: 0;
}
.ant-input-search-rtl .ant-input-search-icon::before {
border-left: none;
}
.ant-input-search-rtl .ant-input-search-icon::after {
right: auto;
left: 0;
border-right: 1px solid #d9d9d9;
transition: all 0.3s;
}
.ant-input-search-rtl.ant-input-search:not(.ant-input-search-enter-button) {
padding-right: 7px;
padding-left: 0;
}
.ant-input-search-rtl.ant-input-search-enter-button input {
border-right: 1px solid #d9d9d9;
border-left: 0;
}
.ant-input-search-rtl.ant-input-search-enter-button input:hover,
.ant-input-search-rtl.ant-input-search-enter-button input:focus {
border-color: #40a9ff;
}
.ant-input-search-rtl.ant-input-search-enter-button.ant-input-affix-wrapper {
border-right: 1px solid #d9d9d9;
border-left: 0;
}
.ant-input-search-rtl.ant-input-search-enter-button.ant-input-affix-wrapper:hover,
.ant-input-search-rtl.ant-input-search-enter-button.ant-input-affix-wrapper:focus {
border-color: #40a9ff;
}
.ant-input-search-rtl.ant-input-search-enter-button + .ant-input-group-addon,
.ant-input-search-rtl.ant-input-search-enter-button input + .ant-input-group-addon {
padding: 0;
border: 0;
}
.ant-input-search-rtl.ant-input-search-enter-button + .ant-input-group-addon .ant-input-search-button,
.ant-input-search-rtl.ant-input-search-enter-button input + .ant-input-group-addon .ant-input-search-button {
width: 100%;
border-radius: 2px 0 0 2px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ant-input {
height: 28px;
}
.ant-input-lg {
height: 32px;
}
.ant-input-sm {
height: 22px;
}
.ant-input-affix-wrapper > input.ant-input {
height: auto;
}
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 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-modal,
.ant-image-preview {
pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
-ms-transform: none;
transform: none;
opacity: 0;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.ant-form-item .ant-mentions,
.ant-form-item textarea.ant-input {
height: auto;
}
.ant-form-item .ant-upload {
background: transparent;
}
.ant-form-item .ant-upload.ant-upload-drag {
background: #fafafa;
}
.ant-form-item input[type='radio'],
.ant-form-item input[type='checkbox'] {
width: 14px;
height: 14px;
}
.ant-form-item .ant-radio-inline,
.ant-form-item .ant-checkbox-inline {
display: inline-block;
margin-left: 8px;
font-weight: normal;
vertical-align: middle;
cursor: pointer;
}
.ant-form-item .ant-radio-inline:first-child,
.ant-form-item .ant-checkbox-inline:first-child {
margin-left: 0;
}
.ant-form-item .ant-checkbox-vertical,
.ant-form-item .ant-radio-vertical {
display: block;
}
.ant-form-item .ant-checkbox-vertical + .ant-checkbox-vertical,
.ant-form-item .ant-radio-vertical + .ant-radio-vertical {
margin-left: 0;
}
.ant-form-item .ant-input-number + .ant-form-text {
margin-left: 8px;
}
.ant-form-item .ant-input-number-handler-wrap {
z-index: 2;
}
.ant-form-item .ant-select,
.ant-form-item .ant-cascader-picker {
width: 100%;
}
.ant-form-item .ant-input-group .ant-select,
.ant-form-item .ant-input-group .ant-cascader-picker {
width: auto;
}
.ant-form-inline {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ant-form-inline .ant-form-item {
-ms-flex: none;
flex: none;
-ms-flex-wrap: nowrap;
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 {
-ms-flex: none;
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 {
-ms-flex-positive: 0;
flex-grow: 0;
}
.ant-form-horizontal .ant-form-item-control {
-ms-flex: 1 1;
flex: 1 1;
}
.ant-form-vertical .ant-form-item {
-ms-flex-direction: column;
flex-direction: column;
}
.ant-form-vertical .ant-form-item-label > label {
height: auto;
}
.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 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.ant-form .ant-form-item .ant-form-item-label,
.ant-form .ant-form-item .ant-form-item-control {
-ms-flex: 0 0 100%;
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` */
}
.ant-form-item-has-feedback .ant-input {
padding-right: 24px;
}
.ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
padding-right: 18px;
}
.ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
right: 28px;
}
.ant-form-item-has-feedback .ant-switch {
margin: 2px 0 4px;
}
.ant-form-item-has-feedback > .ant-select .ant-select-arrow,
.ant-form-item-has-feedback > .ant-select .ant-select-clear,
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear {
right: 32px;
}
.ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
padding-right: 42px;
}
.ant-form-item-has-feedback .ant-cascader-picker-arrow {
margin-right: 19px;
}
.ant-form-item-has-feedback .ant-cascader-picker-clear {
right: 32px;
}
.ant-form-item-has-feedback .ant-picker {
padding-right: 22.6px;
}
.ant-form-item-has-feedback .ant-picker-large {
padding-right: 26.6px;
}
.ant-form-item-has-feedback .ant-picker-small {
padding-right: 22.6px;
}
.ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
.ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
.ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
.ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
position: absolute;
top: 50%;
right: 0;
z-index: 1;
width: 28px;
height: 20px;
margin-top: -10px;
font-size: 12px;
line-height: 20px;
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-has-feedback.ant-form-item-has-success .ant-form-item-children-icon svg,
.ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon svg,
.ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon svg,
.ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon svg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
}
.ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {
color: #52c41a;
animation-name: diffZoomIn1 !important;
}
.ant-form-item-has-warning .ant-form-item-explain,
.ant-form-item-has-warning .ant-form-item-split {
color: #faad14;
}
.ant-form-item-has-warning .ant-input,
.ant-form-item-has-warning .ant-input-affix-wrapper,
.ant-form-item-has-warning .ant-input:hover,
.ant-form-item-has-warning .ant-input-affix-wrapper:hover {
border-color: #faad14;
}
.ant-form-item-has-warning .ant-input:focus,
.ant-form-item-has-warning .ant-input-affix-wrapper:focus,
.ant-form-item-has-warning .ant-input-focused,
.ant-form-item-has-warning .ant-input-affix-wrapper-focused {
border-color: #ffc53d;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .ant-input:not(.ant-form-item-has-warning .ant-input-disabled) {
background-color: #fff;
}
.ant-form-item-has-warning .ant-input-affix-wrapper:not(.ant-form-item-has-warning .ant-input-affix-wrapper-disabled) {
background-color: #fff;
}
.ant-form-item-has-warning .ant-input-affix-wrapper input:focus {
box-shadow: none !important;
}
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
border-color: #ffc53d;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .ant-input-prefix {
color: #faad14;
}
.ant-form-item-has-warning .ant-input-group-addon {
color: #faad14;
border-color: #faad14;
}
.ant-form-item-has-warning .has-feedback {
color: #faad14;
}
.ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {
color: #faad14;
animation-name: diffZoomIn3 !important;
}
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless) .ant-select-selector {
border-color: #faad14 !important;
}
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector,
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {
border-color: #ffc53d;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .ant-input-number,
.ant-form-item-has-warning .ant-picker {
border-color: #faad14;
}
.ant-form-item-has-warning .ant-input-number-focused,
.ant-form-item-has-warning .ant-picker-focused,
.ant-form-item-has-warning .ant-input-number:focus,
.ant-form-item-has-warning .ant-picker:focus {
border-color: #ffc53d;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-warning .ant-input-number:not([disabled]):hover,
.ant-form-item-has-warning .ant-picker:not([disabled]):hover {
border-color: #faad14;
}
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {
border-color: #ffc53d;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
}
.ant-form-item-has-error .ant-form-item-explain,
.ant-form-item-has-error .ant-form-item-split {
color: #ff4d4f;
}
.ant-form-item-has-error .ant-input,
.ant-form-item-has-error .ant-input-affix-wrapper,
.ant-form-item-has-error .ant-input:hover,
.ant-form-item-has-error .ant-input-affix-wrapper:hover {
border-color: #ff4d4f;
}
.ant-form-item-has-error .ant-input:focus,
.ant-form-item-has-error .ant-input-affix-wrapper:focus,
.ant-form-item-has-error .ant-input-focused,
.ant-form-item-has-error .ant-input-affix-wrapper-focused {
border-color: #ff7875;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.ant-form-item-has-error .ant-input:not(.ant-form-item-has-error .ant-input-disabled) {
background-color: #fff;
}
.ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-form-item-has-error .ant-input-affix-wrapper-disabled) {
background-color: #fff;
}
.ant-form-item-has-error .ant-input-affix-wrapper input:focus {
box-shadow: none !important;
}
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
border-color: #ff7875;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.ant-form-item-has-error .ant-input-prefix {
color: #ff4d4f;
}
.ant-form-item-has-error .ant-input-group-addon {
color: #ff4d4f;
border-color: #ff4d4f;
}
.ant-form-item-has-error .has-feedback {
color: #ff4d4f;
}
.ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {
color: #ff4d4f;
animation-name: diffZoomIn2 !important;
}
.ant-form-item-has-error .ant-select:not(.ant-select-borderless) .ant-select-selector {
border-color: #ff4d4f !important;
}
.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector,
.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {
border-color: #ff7875;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
border: 0;
}
.ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {
border-color: #ff4d4f;
}
.ant-form-item-has-error .ant-input-number,
.ant-form-item-has-error .ant-picker {
border-color: #ff4d4f;
}
.ant-form-item-has-error .ant-input-number-focused,
.ant-form-item-has-error .ant-picker-focused,
.ant-form-item-has-error .ant-input-number:focus,
.ant-form-item-has-error .ant-picker:focus {
border-color: #ff7875;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.ant-form-item-has-error .ant-input-number:not([disabled]):hover,
.ant-form-item-has-error .ant-picker:not([disabled]):hover {
border-color: #ff4d4f;
}
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor,
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
border-color: #ff4d4f;
}
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
border-color: #ff7875;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {
border-color: #ff7875;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
}
.ant-form-item-has-error .ant-transfer-list {
border-color: #ff4d4f;
}
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {
border-color: #d9d9d9;
}
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
border-color: #40a9ff;
border-right-width: 1px !important;
}
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
border-color: #40a9ff;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-form-item-has-error-leave .ant-form-item-explain {
color: #ff4d4f;
}
.ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {
display: inline-block;
color: #1890ff;
}
.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 {
margin-bottom: 0;
}
.ant-form-item-hidden,
.ant-form-item-hidden.ant-row {
display: none;
}
.ant-form-item-label {
display: inline-block;
-ms-flex-positive: 0;
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 > label {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
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::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: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-positive: 1;
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: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
min-height: 28px;
}
.ant-form-item-control-input-content {
-ms-flex: auto;
flex: auto;
max-width: 100%;
}
.ant-form-item-explain,
.ant-form-item-extra {
clear: both;
min-height: 16px;
margin-top: -2px;
margin-bottom: -2px;
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);
}
.show-help-enter,
.show-help-appear {
animation-duration: 0.3s;
animation-fill-mode: both;
animation-play-state: paused;
}
.show-help-leave {
animation-duration: 0.3s;
animation-fill-mode: both;
animation-play-state: paused;
}
.show-help-enter.show-help-enter-active,
.show-help-appear.show-help-appear-active {
animation-name: antShowHelpIn;
animation-play-state: running;
}
.show-help-leave.show-help-leave-active {
animation-name: antShowHelpOut;
animation-play-state: running;
pointer-events: none;
}
.show-help-enter,
.show-help-appear {
opacity: 0;
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
.show-help-leave {
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}
@keyframes antShowHelpIn {
0% {
transform: translateY(-5px);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}
@keyframes antShowHelpOut {
to {
transform: translateY(-5px);
opacity: 0;
}
}
@keyframes diffZoomIn1 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes diffZoomIn2 {
0% {
transform: scale(0);
}
100% {
transform: scale(1);
}
}
@keyframes diffZoomIn3 {
0% {
transform: scale(0);
}
100% {
transform: scale(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-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 {
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 {
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 */
/* 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-modal,
.ant-image-preview {
pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
-ms-transform: none;
transform: none;
opacity: 0;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.ant-picker-panel {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
background: #fff;
border: 1px solid #f0f0f0;
border-radius: 2px;
outline: none;
}
.ant-picker-panel-focused {
border-color: #1890ff;
}
.ant-picker-decade-panel,
.ant-picker-year-panel,
.ant-picker-quarter-panel,
.ant-picker-month-panel,
.ant-picker-week-panel,
.ant-picker-date-panel,
.ant-picker-time-panel {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
width: 244px;
}
.ant-picker-header {
display: -ms-flexbox;
display: flex;
padding: 0 4px;
color: rgba(0, 0, 0, 0.85);
border-bottom: 1px solid #f0f0f0;
}
.ant-picker-header > * {
-ms-flex: none;
flex: none;
}
.ant-picker-header button {
padding: 0;
color: rgba(0, 0, 0, 0.25);
line-height: 32px;
background: transparent;
border: 0;
cursor: pointer;
transition: color 0.3s;
}
.ant-picker-header > button {
min-width: 1.6em;
font-size: 12px;
}
.ant-picker-header > button:hover {
color: rgba(0, 0, 0, 0.85);
}
.ant-picker-header-view {
-ms-flex: auto;
flex: auto;
font-weight: 500;
line-height: 32px;
}
.ant-picker-header-view button {
color: inherit;
font-weight: inherit;
}
.ant-picker-header-view button:not(:first-child) {
margin-left: 4px;
}
.ant-picker-header-view button:hover {
color: #1890ff;
}
.ant-picker-prev-icon,
.ant-picker-next-icon,
.ant-picker-super-prev-icon,
.ant-picker-super-next-icon {
position: relative;
display: inline-block;
width: 7px;
height: 7px;
}
.ant-picker-prev-icon::before,
.ant-picker-next-icon::before,
.ant-picker-super-prev-icon::before,
.ant-picker-super-next-icon::before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 7px;
height: 7px;
border: 0 solid currentColor;
border-width: 1.5px 0 0 1.5px;
content: '';
}
.ant-picker-super-prev-icon::after,
.ant-picker-super-next-icon::after {
position: absolute;
top: 4px;
left: 4px;
display: inline-block;
width: 7px;
height: 7px;
border: 0 solid currentColor;
border-width: 1.5px 0 0 1.5px;
content: '';
}
.ant-picker-prev-icon,
.ant-picker-super-prev-icon {
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ant-picker-next-icon,
.ant-picker-super-next-icon {
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.ant-picker-content {
width: 100%;
table-layout: fixed;
border-collapse: collapse;
}
.ant-picker-content th,
.ant-picker-content td {
position: relative;
min-width: 24px;
font-weight: 400;
}
.ant-picker-content th {
height: 30px;
color: rgba(0, 0, 0, 0.85);
line-height: 30px;
}
.ant-picker-cell {
padding: 3px 0;
color: rgba(0, 0, 0, 0.25);
cursor: pointer;
}
.ant-picker-cell-in-view {
color: rgba(0, 0, 0, 0.85);
}
.ant-picker-cell-disabled {
cursor: not-allowed;
}
.ant-picker-cell::before {
position: absolute;
top: 50%;
right: 0;
left: 0;
z-index: 1;
height: 22px;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: '';
}
.ant-picker-cell .ant-picker-cell-inner {
position: relative;
z-index: 2;
display: inline-block;
min-width: 22px;
height: 22px;
line-height: 22px;
border-radius: 2px;
transition: background 0.3s, border 0.3s;
}
.ant-picker-cell:hover:not(.ant-picker-cell-in-view) .ant-picker-cell-inner,
.ant-picker-cell:hover:not(.ant-picker-cell-selected):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end):not(.ant-picker-cell-range-hover-start):not(.ant-picker-cell-range-hover-end) .ant-picker-cell-inner {
background: #f5f5f5;
}
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
border: 1px solid #1890ff;
border-radius: 2px;
content: '';
}
.ant-picker-cell-in-view.ant-picker-cell-in-range {
position: relative;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
background: #e6f7ff;
}
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
color: #fff;
background: #1890ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
background: #e6f7ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start::before {
left: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end::before {
right: 50%;
}
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end:not(.ant-picker-cell-in-range):not(.ant-picker-cell-range-start):not(.ant-picker-cell-range-end)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-range-start-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end.ant-picker-cell-range-end-single::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-in-range)::after {
position: absolute;
top: 50%;
z-index: 0;
height: 24px;
border-top: 1px dashed #7ec1ff;
border-bottom: 1px dashed #7ec1ff;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
content: '';
}
.ant-picker-cell-range-hover-start::after,
.ant-picker-cell-range-hover-end::after,
.ant-picker-cell-range-hover::after {
right: 0;
left: 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end.ant-picker-cell-range-hover::before,
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single).ant-picker-cell-range-hover-start::before,
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single).ant-picker-cell-range-hover-end::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start::before,
.ant-picker-panel > :not(.ant-picker-date-panel) .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end::before {
background: #cbe6ff;
}
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
border-radius: 2px 0 0 2px;
}
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
border-radius: 0 2px 2px 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after,
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
position: absolute;
top: 0;
bottom: 0;
z-index: -1;
background: #cbe6ff;
content: '';
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
right: -7px;
left: 0;
}
.ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
right: 0;
left: -7px;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
right: 50%;
}
.ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
left: 50%;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
left: 6px;
border-left: 1px dashed #7ec1ff;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
right: 6px;
border-right: 1px dashed #7ec1ff;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ant-picker-cell-disabled {
pointer-events: none;
}
.ant-picker-cell-disabled .ant-picker-cell-inner {
color: rgba(0, 0, 0, 0.25);
background: transparent;
}
.ant-picker-cell-disabled::before {
background: #f5f5f5;
}
.ant-picker-cell-disabled.ant-picker-cell-today .ant-picker-cell-inner::before {
border-color: rgba(0, 0, 0, 0.25);
}
.ant-picker-decade-panel .ant-picker-content,
.ant-picker-year-panel .ant-picker-content,
.ant-picker-quarter-panel .ant-picker-content,
.ant-picker-month-panel .ant-picker-content {
height: 192px;
}
.ant-picker-decade-panel .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
padding: 0 4px;
}
.ant-picker-decade-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-year-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-disabled .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-disabled .ant-picker-cell-inner {
background: #f5f5f5;
}
.ant-picker-quarter-panel .ant-picker-content {
height: 56px;
}
.ant-picker-footer {
width: -webkit-min-content;
width: -moz-min-content;
width: min-content;
min-width: 100%;
line-height: 30px;
text-align: center;
border-bottom: 1px solid transparent;
}
.ant-picker-panel .ant-picker-footer {
border-top: 1px solid #f0f0f0;
}
.ant-picker-footer-extra {
padding: 0 8px;
line-height: 30px;
text-align: left;
}
.ant-picker-footer-extra:not(:last-child) {
border-bottom: 1px solid #f0f0f0;
}
.ant-picker-now {
text-align: left;
}
.ant-picker-today-btn {
color: #1890ff;
}
.ant-picker-today-btn:hover {
color: #40a9ff;
}
.ant-picker-today-btn:active {
color: #096dd9;
}
.ant-picker-today-btn.ant-picker-today-btn-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-picker-decade-panel .ant-picker-cell-inner {
padding: 0 2px;
}
.ant-picker-decade-panel .ant-picker-cell::before {
display: none;
}
.ant-picker-year-panel .ant-picker-body,
.ant-picker-quarter-panel .ant-picker-body,
.ant-picker-month-panel .ant-picker-body {
padding: 0 4px;
}
.ant-picker-year-panel .ant-picker-cell-inner,
.ant-picker-quarter-panel .ant-picker-cell-inner,
.ant-picker-month-panel .ant-picker-cell-inner {
width: 60px;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
left: 9.33333333px;
border-left: 1px dashed #7ec1ff;
border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-start::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-start::after {
right: 9.33333333px;
border-right: 1px dashed #7ec1ff;
border-radius: 0 2px 2px 0;
}
.ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
right: 9.33333333px;
border-right: 1px dashed #7ec1ff;
border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-year-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-quarter-panel .ant-picker-cell-range-hover-end::after,
.ant-picker-panel-rtl .ant-picker-month-panel .ant-picker-cell-range-hover-end::after {
left: 9.33333333px;
border-left: 1px dashed #7ec1ff;
border-radius: 2px 0 0 2px;
}
.ant-picker-week-panel .ant-picker-body {
padding: 4px 8px;
}
.ant-picker-week-panel .ant-picker-cell:hover .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell-selected .ant-picker-cell-inner,
.ant-picker-week-panel .ant-picker-cell .ant-picker-cell-inner {
background: transparent !important;
}
.ant-picker-week-panel-row td {
transition: background 0.3s;
}
.ant-picker-week-panel-row:hover td {
background: #f5f5f5;
}
.ant-picker-week-panel-row-selected td,
.ant-picker-week-panel-row-selected:hover td {
background: #1890ff;
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-week,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-week {
color: rgba(255, 255, 255, 0.5);
}
.ant-picker-week-panel-row-selected td.ant-picker-cell-today .ant-picker-cell-inner::before,
.ant-picker-week-panel-row-selected:hover td.ant-picker-cell-today .ant-picker-cell-inner::before {
border-color: #fff;
}
.ant-picker-week-panel-row-selected td .ant-picker-cell-inner,
.ant-picker-week-panel-row-selected:hover td .ant-picker-cell-inner {
color: #fff;
}
.ant-picker-date-panel .ant-picker-body {
padding: 4px 8px;
}
.ant-picker-date-panel .ant-picker-content {
width: 224px;
}
.ant-picker-date-panel .ant-picker-content th {
width: 32px;
}
.ant-picker-datetime-panel {
display: -ms-flexbox;
display: flex;
}
.ant-picker-datetime-panel .ant-picker-time-panel {
border-left: 1px solid #f0f0f0;
}
.ant-picker-datetime-panel .ant-picker-date-panel,
.ant-picker-datetime-panel .ant-picker-time-panel {
transition: opacity 0.3s;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel,
.ant-picker-datetime-panel-active .ant-picker-time-panel {
opacity: 0.3;
}
.ant-picker-datetime-panel-active .ant-picker-date-panel-active,
.ant-picker-datetime-panel-active .ant-picker-time-panel-active {
opacity: 1;
}
.ant-picker-time-panel {
width: auto;
min-width: auto;
}
.ant-picker-time-panel .ant-picker-content {
display: -ms-flexbox;
display: flex;
-ms-flex: auto;
flex: auto;
height: 224px;
}
.ant-picker-time-panel-column {
-ms-flex: 1 0 auto;
flex: 1 0 auto;
width: 56px;
margin: 0;
padding: 0;
overflow-y: hidden;
text-align: left;
list-style: none;
transition: background 0.3s;
}
.ant-picker-time-panel-column::after {
display: block;
height: 200px;
content: '';
}
.ant-picker-datetime-panel .ant-picker-time-panel-column::after {
height: 202px;
}
.ant-picker-time-panel-column:not(:first-child) {
border-left: 1px solid #f0f0f0;
}
.ant-picker-time-panel-column-active {
background: rgba(230, 247, 255, 0.2);
}
.ant-picker-time-panel-column:hover {
overflow-y: auto;
}
.ant-picker-time-panel-column > li {
margin: 0;
padding: 0;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner {
display: block;
width: 100%;
height: 24px;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
line-height: 24px;
text-align: center;
border-radius: 0;
cursor: pointer;
transition: background 0.3s;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell .ant-picker-time-panel-cell-inner:hover {
background: #f5f5f5;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-selected .ant-picker-time-panel-cell-inner {
background: #e6f7ff;
}
.ant-picker-time-panel-column > li.ant-picker-time-panel-cell-disabled .ant-picker-time-panel-cell-inner {
color: rgba(0, 0, 0, 0.25);
background: transparent;
cursor: not-allowed;
}
/* stylelint-disable-next-line */
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-month-panel .ant-picker-cell,
_:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell,
:root .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-cell {
padding: 21px 0;
}
.ant-picker {
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";
padding: 3px 7px 3px;
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
background: #fff;
border: 1px solid #d9d9d9;
border-radius: 2px;
transition: border 0.3s, box-shadow 0.3s;
}
.ant-picker:hover,
.ant-picker-focused {
border-color: #40a9ff;
border-right-width: 1px !important;
}
.ant-picker-focused {
border-color: #40a9ff;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-picker.ant-picker-disabled {
background: #f5f5f5;
border-color: #d9d9d9;
cursor: not-allowed;
}
.ant-picker.ant-picker-disabled .ant-picker-suffix {
color: rgba(0, 0, 0, 0.25);
}
.ant-picker.ant-picker-borderless {
background-color: transparent !important;
border-color: transparent !important;
box-shadow: none !important;
}
.ant-picker-input {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
width: 100%;
}
.ant-picker-input > 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;
-ms-flex: auto;
flex: auto;
min-width: 1px;
height: auto;
padding: 0;
background: transparent;
border: 0;
}
.ant-picker-input > input::-webkit-input-placeholder {
color: #bfbfbf;
}
.ant-picker-input > input:-ms-input-placeholder {
color: #bfbfbf;
}
.ant-picker-input > input::-ms-input-placeholder {
color: #bfbfbf;
}
.ant-picker-input > input::placeholder {
color: #bfbfbf;
}
.ant-picker-input > input:-ms-input-placeholder {
text-overflow: ellipsis;
}
.ant-picker-input > input:placeholder-shown {
text-overflow: ellipsis;
}
.ant-picker-input > input:hover {
border-color: #40a9ff;
border-right-width: 1px !important;
}
.ant-picker-input > input:focus,
.ant-picker-input > input-focused {
border-color: #40a9ff;
border-right-width: 1px !important;
outline: 0;
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-picker-input > input-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
cursor: not-allowed;
opacity: 1;
}
.ant-picker-input > input-disabled:hover {
border-color: #d9d9d9;
border-right-width: 1px !important;
}
.ant-picker-input > input[disabled] {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
cursor: not-allowed;
opacity: 1;
}
.ant-picker-input > input[disabled]:hover {
border-color: #d9d9d9;
border-right-width: 1px !important;
}
.ant-picker-input > input-borderless,
.ant-picker-input > input-borderless:hover,
.ant-picker-input > input-borderless:focus,
.ant-picker-input > input-borderless-focused,
.ant-picker-input > input-borderless-disabled,
.ant-picker-input > input-borderless[disabled] {
background-color: transparent;
border: none;
box-shadow: none;
}
textarea.ant-picker-input > input {
max-width: 100%;
height: auto;
min-height: 28px;
line-height: 1.66667;
vertical-align: bottom;
transition: all 0.3s, height 0s;
}
.ant-picker-input > input-lg {
padding: 3.4px 11px;
font-size: 14px;
}
.ant-picker-input > input-sm {
padding: 0px 7px;
}
.ant-picker-input > input:focus {
box-shadow: none;
}
.ant-picker-input > input[disabled] {
background: transparent;
}
.ant-picker-input:hover .ant-picker-clear {
opacity: 1;
}
.ant-picker-input-placeholder > input {
color: #bfbfbf;
}
.ant-picker-large {
padding: 3.5px 11px 3.5px;
}
.ant-picker-large .ant-picker-input > input {
font-size: 14px;
}
.ant-picker-small {
padding: 0px 7px 0px;
}
.ant-picker-suffix {
-ms-flex-item-align: center;
align-self: center;
margin-left: 2px;
color: rgba(0, 0, 0, 0.25);
line-height: 1;
pointer-events: none;
}
.ant-picker-suffix > * {
vertical-align: top;
}
.ant-picker-clear {
position: absolute;
top: 50%;
right: 0;
color: rgba(0, 0, 0, 0.25);
line-height: 1;
background: #fff;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
cursor: pointer;
opacity: 0;
transition: opacity 0.3s, color 0.3s;
}
.ant-picker-clear > * {
vertical-align: top;
}
.ant-picker-clear:hover {
color: rgba(0, 0, 0, 0.45);
}
.ant-picker-separator {
position: relative;
display: inline-block;
width: 1em;
height: 14px;
color: rgba(0, 0, 0, 0.25);
font-size: 14px;
vertical-align: top;
cursor: default;
}
.ant-picker-focused .ant-picker-separator {
color: rgba(0, 0, 0, 0.45);
}
.ant-picker-disabled .ant-picker-range-separator .ant-picker-separator {
cursor: not-allowed;
}
.ant-picker-range {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
}
.ant-picker-range .ant-picker-clear {
right: 7px;
}
.ant-picker-range:hover .ant-picker-clear {
opacity: 1;
}
.ant-picker-range .ant-picker-active-bar {
bottom: -1px;
height: 2px;
margin-left: 7px;
background: #1890ff;
opacity: 0;
transition: all 0.3s ease-out;
pointer-events: none;
}
.ant-picker-range.ant-picker-focused .ant-picker-active-bar {
opacity: 1;
}
.ant-picker-range-separator {
-ms-flex-align: center;
align-items: center;
padding: 0 4px;
line-height: 1;
}
.ant-picker-range.ant-picker-small .ant-picker-clear {
right: 7px;
}
.ant-picker-dropdown {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
position: absolute;
z-index: 1050;
}
.ant-picker-dropdown-hidden {
display: none;
}
.ant-picker-dropdown-placement-bottomLeft .ant-picker-range-arrow {
top: 1.66666667px;
display: block;
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ant-picker-dropdown-placement-topLeft .ant-picker-range-arrow {
bottom: 1.66666667px;
display: block;
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.ant-picker-dropdown-range {
padding: 6.66666667px 0;
}
.ant-picker-dropdown-range-hidden {
display: none;
}
.ant-picker-dropdown .ant-picker-panel > .ant-picker-time-panel {
padding-top: 2px;
}
.ant-picker-ranges {
margin-bottom: 0;
padding: 2px 8px;
overflow: hidden;
line-height: 28px;
text-align: left;
list-style: none;
}
.ant-picker-ranges > li {
display: inline-block;
}
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
color: #1890ff;
background: #e6f7ff;
border-color: #91d5ff;
cursor: pointer;
}
.ant-picker-ranges .ant-picker-ok {
float: right;
margin-left: 4px;
}
.ant-picker-range-wrapper {
display: -ms-flexbox;
display: flex;
}
.ant-picker-range-arrow {
position: absolute;
z-index: 1;
display: none;
width: 10px;
height: 10px;
margin-left: 10.5px;
box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.06);
transition: left 0.3s ease-out;
}
.ant-picker-range-arrow::after {
position: absolute;
top: 1px;
right: 1px;
width: 10px;
height: 10px;
border: 5px solid #f0f0f0;
border-color: #fff #fff transparent transparent;
content: '';
}
.ant-picker-panel-container {
overflow: hidden;
vertical-align: top;
background: #fff;
border-radius: 2px;
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
transition: margin 0.3s;
}
.ant-picker-panel-container .ant-picker-panels {
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
direction: ltr;
}
.ant-picker-panel-container .ant-picker-panel {
vertical-align: top;
background: transparent;
border-width: 0 0 1px 0;
border-radius: 0;
}
.ant-picker-panel-container .ant-picker-panel-focused {
border-color: #f0f0f0;
}
.ant-picker-rtl {
direction: rtl;
}
.ant-picker-rtl .ant-picker-suffix {
margin-right: 2px;
margin-left: 0;
}
.ant-picker-rtl .ant-picker-clear {
right: auto;
left: 0;
}
.ant-picker-rtl .ant-picker-separator {
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.ant-picker-panel-rtl .ant-picker-header-view button:not(:first-child) {
margin-right: 4px;
margin-left: 0;
}
.ant-picker-rtl.ant-picker-range .ant-picker-clear {
right: auto;
left: 7px;
}
.ant-picker-rtl.ant-picker-range .ant-picker-active-bar {
margin-right: 7px;
margin-left: 0;
}
.ant-picker-dropdown-rtl .ant-picker-ranges {
text-align: right;
}
.ant-picker-dropdown-rtl .ant-picker-ranges .ant-picker-ok {
float: left;
margin-right: 4px;
margin-left: 0;
}
.ant-picker-panel-rtl {
direction: rtl;
}
.ant-picker-panel-rtl .ant-picker-prev-icon,
.ant-picker-panel-rtl .ant-picker-super-prev-icon {
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.ant-picker-panel-rtl .ant-picker-next-icon,
.ant-picker-panel-rtl .ant-picker-super-next-icon {
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.ant-picker-cell .ant-picker-cell-inner {
position: relative;
z-index: 2;
display: inline-block;
min-width: 22px;
height: 22px;
line-height: 22px;
border-radius: 2px;
transition: background 0.3s, border 0.3s;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start::before {
right: 50%;
left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end::before {
right: 0;
left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start.ant-picker-cell-range-end::before {
right: 50%;
left: 50%;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-start .ant-picker-cell-inner::after {
right: 0;
left: -7px;
}
.ant-picker-panel-rtl .ant-picker-date-panel .ant-picker-cell-in-view.ant-picker-cell-in-range.ant-picker-cell-range-hover-end .ant-picker-cell-inner::after {
right: -7px;
left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
right: 0;
left: 50%;
}
.ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
right: 50%;
left: 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
border-radius: 0 2px 2px 0;
}
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
border-radius: 2px 0 0 2px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:first-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
right: 6px;
left: 0;
border-right: 1px dashed #7ec1ff;
border-left: none;
border-top-left-radius: 0;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
border-bottom-left-radius: 0;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:last-child::after,
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
right: 0;
left: 6px;
border-right: none;
border-left: 1px dashed #7ec1ff;
border-top-left-radius: 2px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 2px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
.ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start.ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
right: 6px;
border-right: 1px dashed #7ec1ff;
border-top-right-radius: 2px;
border-bottom-right-radius: 2px;
}
.ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after {
left: 6px;
border-left: 1px dashed #7ec1ff;
border-top-left-radius: 2px;
border-bottom-left-radius: 2px;
}
.ant-picker-dropdown-rtl .ant-picker-footer-extra {
direction: rtl;
text-align: right;
}
.ant-picker-panel-rtl .ant-picker-time-panel {
direction: ltr;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 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-modal,
.ant-image-preview {
pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
-ms-transform: none;
transform: none;
opacity: 0;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.ant-tag {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
display: inline-block;
height: auto;
margin-right: 8px;
padding: 0 7px;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
background: #fafafa;
border: 1px solid #d9d9d9;
border-radius: 2px;
cursor: default;
opacity: 1;
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag:hover {
opacity: 0.85;
}
.ant-tag,
.ant-tag a,
.ant-tag a:hover {
color: rgba(0, 0, 0, 0.85);
}
.ant-tag > a:first-child:last-child {
display: inline-block;
margin: 0 -8px;
padding: 0 8px;
}
.ant-tag-close-icon {
display: inline-block;
font-size: 10px;
margin-left: 3px;
color: rgba(0, 0, 0, 0.45);
cursor: pointer;
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-tag-close-icon:hover {
color: rgba(0, 0, 0, 0.85);
}
.ant-tag-has-color {
border-color: transparent;
}
.ant-tag-has-color,
.ant-tag-has-color a,
.ant-tag-has-color a:hover,
.ant-tag-has-color .anticon-close,
.ant-tag-has-color .anticon-close:hover {
color: #fff;
}
.ant-tag-checkable {
background-color: transparent;
border-color: transparent;
cursor: pointer;
}
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
color: #1890ff;
}
.ant-tag-checkable:active,
.ant-tag-checkable-checked {
color: #fff;
}
.ant-tag-checkable-checked {
background-color: #1890ff;
}
.ant-tag-checkable:active {
background-color: #096dd9;
}
.ant-tag-hidden {
display: none;
}
.ant-tag-pink {
color: #eb2f96;
background: #fff0f6;
border-color: #ffadd2;
}
.ant-tag-pink-inverse {
color: #fff;
background: #eb2f96;
border-color: #eb2f96;
}
.ant-tag-magenta {
color: #eb2f96;
background: #fff0f6;
border-color: #ffadd2;
}
.ant-tag-magenta-inverse {
color: #fff;
background: #eb2f96;
border-color: #eb2f96;
}
.ant-tag-red {
color: #f5222d;
background: #fff1f0;
border-color: #ffa39e;
}
.ant-tag-red-inverse {
color: #fff;
background: #f5222d;
border-color: #f5222d;
}
.ant-tag-volcano {
color: #fa541c;
background: #fff2e8;
border-color: #ffbb96;
}
.ant-tag-volcano-inverse {
color: #fff;
background: #fa541c;
border-color: #fa541c;
}
.ant-tag-orange {
color: #fa8c16;
background: #fff7e6;
border-color: #ffd591;
}
.ant-tag-orange-inverse {
color: #fff;
background: #fa8c16;
border-color: #fa8c16;
}
.ant-tag-yellow {
color: #fadb14;
background: #feffe6;
border-color: #fffb8f;
}
.ant-tag-yellow-inverse {
color: #fff;
background: #fadb14;
border-color: #fadb14;
}
.ant-tag-gold {
color: #faad14;
background: #fffbe6;
border-color: #ffe58f;
}
.ant-tag-gold-inverse {
color: #fff;
background: #faad14;
border-color: #faad14;
}
.ant-tag-cyan {
color: #13c2c2;
background: #e6fffb;
border-color: #87e8de;
}
.ant-tag-cyan-inverse {
color: #fff;
background: #13c2c2;
border-color: #13c2c2;
}
.ant-tag-lime {
color: #a0d911;
background: #fcffe6;
border-color: #eaff8f;
}
.ant-tag-lime-inverse {
color: #fff;
background: #a0d911;
border-color: #a0d911;
}
.ant-tag-green {
color: #52c41a;
background: #f6ffed;
border-color: #b7eb8f;
}
.ant-tag-green-inverse {
color: #fff;
background: #52c41a;
border-color: #52c41a;
}
.ant-tag-blue {
color: #1890ff;
background: #e6f7ff;
border-color: #91d5ff;
}
.ant-tag-blue-inverse {
color: #fff;
background: #1890ff;
border-color: #1890ff;
}
.ant-tag-geekblue {
color: #2f54eb;
background: #f0f5ff;
border-color: #adc6ff;
}
.ant-tag-geekblue-inverse {
color: #fff;
background: #2f54eb;
border-color: #2f54eb;
}
.ant-tag-purple {
color: #722ed1;
background: #f9f0ff;
border-color: #d3adf7;
}
.ant-tag-purple-inverse {
color: #fff;
background: #722ed1;
border-color: #722ed1;
}
.ant-tag-success {
color: #52c41a;
background: #f6ffed;
border-color: #b7eb8f;
}
.ant-tag-processing {
color: #1890ff;
background: #e6f7ff;
border-color: #91d5ff;
}
.ant-tag-error {
color: #f5222d;
background: #fff1f0;
border-color: #ffa39e;
}
.ant-tag-warning {
color: #fa8c16;
background: #fff7e6;
border-color: #ffd591;
}
.ant-tag > .anticon + span,
.ant-tag > span + .anticon {
margin-left: 7px;
}
.ant-tag-rtl {
margin-right: 0;
margin-left: 8px;
direction: rtl;
text-align: right;
}
.ant-tag-rtl .ant-tag-close-icon {
margin-right: 3px;
margin-left: 0;
}
.ant-tag-rtl.ant-tag > .anticon + span,
.ant-tag-rtl.ant-tag > span + .anticon {
margin-right: 7px;
margin-left: 0;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3y-OZ {
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___38EKC {
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___Eq1NF {
-ms-flex-align: center;
align-items: center;
box-align: center;
}
.flex_box_center_end___3yhxp {
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___2jGiF {
-ms-flex-direction: column;
flex-direction: column;
box-orient: block-axis;
}
.wrap___2ddjP {
width: 1200px;
background: #ffffff;
border-radius: 4px;
padding: 0 40px;
}
.wrap___2ddjP .head___2sz-b {
font-size: 18px;
font-weight: 500;
color: #333333;
padding: 36px 0 18px 0;
border-bottom: 1px solid #f1f1f1;
display: -ms-flexbox;
display: flex;
}
.wrap___2ddjP .import___13iwr {
width: 96px;
height: 30px;
background: #1890ff;
border-radius: 4px;
}
.wrap___2ddjP .formWrap___376n- {
padding: 30px 0;
}
.wrap___2ddjP .formWrap___376n- label {
height: 40px;
}
.wrap___2ddjP .formWrap___376n- input {
width: 200px;
height: 40px;
margin: 0 30px 0 11px;
border-radius: 4px;
border: 1px solid #dddddd;
}
.wrap___2ddjP .formWrap___376n- .btns___2gNOT {
margin-left: auto;
padding-top: 10px;
}
.wrap___2ddjP .formWrap___376n- .btns___2gNOT button {
width: 88px;
height: 30px;
border-radius: 4px;
margin-left: 20px;
}
.wrap___2ddjP .formWrap___376n- .selectbtn___19Ugv {
width: 88px;
height: 30px;
background: #1890ff;
border-radius: 4px;
color: #ffffff;
}
.wrap___2ddjP .batch___2LZRK {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}
.wrap___2ddjP .batch___2LZRK button {
width: 124px;
height: 30px;
border-radius: 4px;
}
.wrap___2ddjP .Selectclass___cWl16 {
height: 40px !important;
}
.wrap___2ddjP .Selectclass___cWl16 div {
height: 40px !important;
border-radius: 4px !important;
}
.wrap___2ddjP .Selectclass___cWl16 div span {
line-height: 40px !important;
}
.wrap___2ddjP .Selectclass___cWl16 div span input {
height: 40px !important;
}
.wrap___2ddjP .formWraps___1fbDn {
padding: 30px 0;
}
.wrap___2ddjP .formWraps___1fbDn label {
height: 40px;
}
.wrap___2ddjP .formWraps___1fbDn input {
width: 120px;
height: 40px;
margin: 0 30px 0 11px;
border-radius: 4px;
border: 1px solid #dddddd;
}
.wrap___2ddjP .formWraps___1fbDn .btns___2gNOT {
margin-left: auto;
padding-top: 10px;
}
.wrap___2ddjP .formWraps___1fbDn .btns___2gNOT button {
width: 88px;
height: 30px;
border-radius: 4px;
margin-left: 20px;
}
.wrap___2ddjP .formWraps___1fbDn .selectbtn___19Ugv {
width: 88px;
height: 30px;
background: #1890ff;
border-radius: 4px;
color: #ffffff;
}
.wrap___2ddjP .inputheight___2cDyu {
height: 40px;
}
.wrap___2ddjP .inputheight___2cDyu span input {
height: 40px !important;
border-radius: 4px 0 0 4px !important;
}
.wrap___2ddjP .inputheight___2cDyu span span {
border: 0px 4px 4px 0px;
}
.wrap___2ddjP .svgheight___1pcOP svg {
height: 20px;
width: 20px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 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-modal,
.ant-image-preview {
pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
-ms-transform: none;
transform: none;
opacity: 0;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.ant-switch {
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
display: inline-block;
box-sizing: border-box;
min-width: 40px;
height: 20px;
line-height: 20px;
vertical-align: middle;
background-color: rgba(0, 0, 0, 0.25);
border: 0;
border-radius: 100px;
cursor: pointer;
transition: all 0.2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-switch:focus {
outline: 0;
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.ant-switch-checked:focus {
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}
.ant-switch:focus:hover {
box-shadow: none;
}
.ant-switch-checked {
background-color: #1890ff;
}
.ant-switch-loading,
.ant-switch-disabled {
cursor: not-allowed;
opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
box-shadow: none;
cursor: not-allowed;
}
.ant-switch-inner {
display: block;
margin: 0 4px 0 22px;
color: #fff;
font-size: 12px;
transition: margin 0.2s;
}
.ant-switch-checked .ant-switch-inner {
margin: 0 22px 0 4px;
}
.ant-switch-handle {
position: absolute;
top: 2px;
left: 2px;
width: 16px;
height: 16px;
transition: all 0.2s ease-in-out;
}
.ant-switch-handle::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
transition: all 0.2s ease-in-out;
content: '';
}
.ant-switch-checked .ant-switch-handle {
left: calc(100% - 16px - 2px);
}
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
right: -30%;
left: 0;
}
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
right: 0;
left: -30%;
}
.ant-switch-loading-icon {
position: absolute;
top: 50%;
left: 50%;
color: rgba(0, 0, 0, 0.65);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.ant-switch-checked .ant-switch-loading-icon {
color: #1890ff;
}
.ant-switch-small {
min-width: 24px;
height: 14px;
line-height: 14px;
}
.ant-switch-small .ant-switch-inner {
margin: 0 5px 0 16px;
font-size: 12px;
}
.ant-switch-small .ant-switch-handle {
width: 10px;
height: 10px;
}
.ant-switch-small .ant-switch-loading-icon {
-ms-transform: translate(-50%, -50%) scale(0.66667);
transform: translate(-50%, -50%) scale(0.66667);
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
margin: 0 16px 0 5px;
}
.ant-switch-small.ant-switch-checked .ant-switch-handle {
left: calc(100% - 10px - 2px);
}
.ant-switch-rtl {
direction: rtl;
}
.ant-switch-rtl .ant-switch-inner {
margin: 0 22px 0 4px;
}
.ant-switch-rtl .ant-switch-handle {
right: 2px;
left: auto;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
right: 0;
left: -30%;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
right: -30%;
left: 0;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
margin: 0 4px 0 22px;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
right: calc(100% - 16px - 2px);
}
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
right: calc(100% - 10px - 2px);
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___1HXjD {
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___25qNH {
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___JyFge {
-ms-flex-align: center;
align-items: center;
box-align: center;
}
.flex_box_center_end___2C_EZ {
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___2362- {
-ms-flex-direction: column;
flex-direction: column;
box-orient: block-axis;
}
.bg___1GndT {
background: #FFFFFF;
padding: 0 40px 40px 40px;
}
.bg___1GndT .title___2tTC- {
height: 60px;
line-height: 60px;
margin-top: 20px;
font-size: 16px;
font-weight: 500;
color: #333333;
}
.bg___1GndT .row___yHzjJ {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
margin-bottom: 16px;
}
.bg___1GndT .btns___Yxa3g {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 60px;
}
.bg___1GndT .btns___Yxa3g button {
width: 120px;
height: 40px;
border-radius: 4px;
}
.bg___1GndT .ipItem___vzdPj {
font-size: 14px;
padding: 10px;
}
.bg___1GndT .ipItem___vzdPj i {
background: rgba(24, 144, 255, 0.1);
font-style: normal;
border-radius: 12px;
padding: 5px 15px;
margin-right: 5px;
line-height: 1;
display: inline-block;
}
.bg___1GndT div[class~='ant-input-number'] {
width: 140px;
height: 40px;
line-height: 40px;
border-radius: 4px;
margin: 0 14px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/* 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-modal,
.ant-image-preview {
pointer-events: none;
}
.ant-modal.zoom-enter,
.ant-modal.zoom-appear,
.ant-image-preview.zoom-enter,
.ant-image-preview.zoom-appear {
-ms-transform: none;
transform: none;
opacity: 0;
animation-duration: 0.3s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-modal-mask,
.ant-image-preview-mask {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
height: 100%;
background-color: rgba(0, 0, 0, 0.45);
filter: alpha(opacity=50);
}
.ant-modal-mask-hidden,
.ant-image-preview-mask-hidden {
display: none;
}
.ant-modal-wrap,
.ant-image-preview-wrap {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
overflow: auto;
outline: 0;
-webkit-overflow-scrolling: touch;
}
.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
padding: 4px 0;
font-size: 12px;
}
.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
padding: 8px 0;
font-size: 14px;
}
.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
padding: 6px 8px;
}
.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
padding: 7px 8px 6px;
}
.ant-tabs-rtl {
direction: rtl;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
margin: 0 0 0 32px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
margin-left: 0;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
margin-right: 0;
margin-left: 8px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
margin-right: 4px;
margin-left: 0px;
}
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
margin: 0;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
-ms-flex-order: 1;
order: 1;
}
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
-ms-flex-order: 0;
order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
-ms-flex-order: 0;
order: 0;
}
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
-ms-flex-order: 1;
order: 1;
}
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
margin-right: 0;
margin-left: 2px;
}
.ant-tabs-dropdown-rtl {
direction: rtl;
}
.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
text-align: right;
}
.ant-tabs-top,
.ant-tabs-bottom {
-ms-flex-direction: column;
flex-direction: column;
}
.ant-tabs-top > .ant-tabs-nav,
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-top > div > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
margin: 0 0 8px 0;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
position: absolute;
right: 0;
left: 0;
border-bottom: 1px solid #f0f0f0;
content: '';
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
height: 2px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
transition: width 0.3s, left 0.3s, right 0.3s;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
top: 0;
bottom: 0;
width: 30px;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
left: 0;
box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
right: 0;
box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
opacity: 1;
}
.ant-tabs-top > .ant-tabs-nav::before,
.ant-tabs-top > div > .ant-tabs-nav::before {
bottom: 0;
}
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav,
.ant-tabs-bottom > div > .ant-tabs-nav {
-ms-flex-order: 1;
order: 1;
margin-top: 8px;
margin-bottom: 0;
}
.ant-tabs-bottom > .ant-tabs-nav::before,
.ant-tabs-bottom > div > .ant-tabs-nav::before {
top: 0;
}
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
top: 0;
}
.ant-tabs-bottom > .ant-tabs-content-holder,
.ant-tabs-bottom > div > .ant-tabs-content-holder {
-ms-flex-order: 0;
order: 0;
}
.ant-tabs-left > .ant-tabs-nav,
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-left > div > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
-ms-flex-direction: column;
flex-direction: column;
min-width: 50px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
margin: 0 0 8px 0;
padding: 4px 16px;
text-align: center;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab:last-of-type,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab:last-of-type,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab:last-of-type,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab:last-of-type {
margin-bottom: 0;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
-ms-flex-direction: column;
flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
right: 0;
left: 0;
height: 30px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
top: 0;
box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
bottom: 0;
box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
opacity: 1;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
width: 2px;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
transition: height 0.3s, top 0.3s;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
-ms-flex-direction: column;
flex-direction: column;
}
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
right: 0;
}
.ant-tabs-left > .ant-tabs-content-holder,
.ant-tabs-left > div > .ant-tabs-content-holder {
margin-left: -1px;
border-left: 1px solid #f0f0f0;
}
.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
padding-left: 16px;
}
.ant-tabs-right > .ant-tabs-nav,
.ant-tabs-right > div > .ant-tabs-nav {
-ms-flex-order: 1;
order: 1;
}
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
left: 0;
}
.ant-tabs-right > .ant-tabs-content-holder,
.ant-tabs-right > div > .ant-tabs-content-holder {
-ms-flex-order: 0;
order: 0;
margin-right: -1px;
border-right: 1px solid #f0f0f0;
}
.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
padding-right: 16px;
}
.ant-tabs-dropdown {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
position: absolute;
top: -9999px;
left: -9999px;
z-index: 1050;
display: block;
}
.ant-tabs-dropdown-hidden {
display: none;
}
.ant-tabs-dropdown-menu {
max-height: 200px;
margin: 0;
padding: 4px 0;
overflow-x: hidden;
overflow-y: auto;
text-align: left;
list-style-type: none;
background-color: #fff;
background-clip: padding-box;
border-radius: 2px;
outline: none;
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
}
.ant-tabs-dropdown-menu-item {
min-width: 120px;
margin: 0;
padding: 5px 8px;
overflow: hidden;
color: rgba(0, 0, 0, 0.85);
font-weight: normal;
font-size: 12px;
line-height: 18px;
white-space: nowrap;
text-overflow: ellipsis;
cursor: pointer;
transition: all 0.3s;
}
.ant-tabs-dropdown-menu-item:hover {
background: #f5f5f5;
}
.ant-tabs-dropdown-menu-item-disabled,
.ant-tabs-dropdown-menu-item-disabled:hover {
color: rgba(0, 0, 0, 0.25);
background: transparent;
cursor: not-allowed;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
margin: 0;
padding: 4px 8px;
background: #fafafa;
border: 1px solid #f0f0f0;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
color: #1890ff;
background: #fff;
}
.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
visibility: hidden;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
margin-right: 2px;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
border-radius: 2px 2px 0 0;
}
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
border-bottom-color: #fff;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
border-radius: 0 0 2px 2px;
}
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
border-top-color: #fff;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
margin-bottom: 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
border-radius: 2px 0 0 2px;
}
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
border-right-color: #fff;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
border-radius: 0 2px 2px 0;
}
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
border-left-color: #fff;
}
.ant-tabs {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
display: -ms-flexbox;
display: flex;
overflow: hidden;
}
.ant-tabs > .ant-tabs-nav,
.ant-tabs > div > .ant-tabs-nav {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex: none;
flex: none;
-ms-flex-align: center;
align-items: center;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
position: relative;
display: inline-block;
display: -ms-flexbox;
display: flex;
-ms-flex: auto;
flex: auto;
-ms-flex-item-align: stretch;
align-self: stretch;
overflow: hidden;
white-space: nowrap;
-ms-transform: translate(0);
transform: translate(0);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
position: absolute;
z-index: 1;
opacity: 0;
transition: opacity 0.3s;
content: '';
pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
position: relative;
display: -ms-flexbox;
display: flex;
transition: transform 0.3s;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
display: -ms-flexbox;
display: flex;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
position: absolute;
visibility: hidden;
pointer-events: none;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
position: relative;
padding: 4px 8px;
background: transparent;
border: 0;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 5px;
-ms-transform: translateY(100%);
transform: translateY(100%);
content: '';
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
min-width: 40px;
padding: 0 4px;
background: #fafafa;
border: 1px solid #f0f0f0;
border-radius: 2px 2px 0 0;
outline: none;
cursor: pointer;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
color: #40a9ff;
}
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
color: #096dd9;
}
.ant-tabs-extra-content {
-ms-flex: none;
flex: none;
}
.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
-ms-flex-pack: center;
justify-content: center;
}
.ant-tabs-ink-bar {
position: absolute;
background: #1890ff;
pointer-events: none;
}
.ant-tabs-tab {
position: relative;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
margin: 0 32px 0 0;
padding: 8px 0;
font-size: 12px;
background: transparent;
border: 0;
outline: none;
cursor: pointer;
}
.ant-tabs-tab:last-of-type {
margin-right: 0;
margin-left: 0;
}
.ant-tabs-tab-btn:focus,
.ant-tabs-tab-remove:focus,
.ant-tabs-tab-btn:active,
.ant-tabs-tab-remove:active {
color: #096dd9;
}
.ant-tabs-tab-btn {
outline: none;
}
.ant-tabs-tab-remove {
-ms-flex: none;
flex: none;
margin-right: 0px;
margin-left: 4px;
color: rgba(0, 0, 0, 0.45);
font-size: 12px;
background: transparent;
border: none;
outline: none;
cursor: pointer;
transition: all 0.3s;
}
.ant-tabs-tab-remove:hover {
color: rgba(0, 0, 0, 0.85);
}
.ant-tabs-tab:hover {
color: #40a9ff;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
color: #1890ff;
font-weight: 500;
}
.ant-tabs-tab.ant-tabs-tab-disabled {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
color: rgba(0, 0, 0, 0.25);
}
.ant-tabs-tab .ant-tabs-tab-remove .anticon {
margin: 0;
}
.ant-tabs-tab .anticon {
margin-right: 8px;
}
.ant-tabs-content {
display: -ms-flexbox;
display: flex;
width: 100%;
}
.ant-tabs-content-holder {
-ms-flex: auto;
flex: auto;
min-width: 0;
min-height: 0;
}
.ant-tabs-content-animated {
transition: margin 0.3s;
}
.ant-tabs-tabpane {
-ms-flex: none;
flex: none;
width: 100%;
outline: none;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___u3eDf {
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___1wBb0 {
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___BTUQl {
-ms-flex-align: center;
align-items: center;
box-align: center;
}
.flex_box_center_end___116nS {
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___3jtxT {
-ms-flex-direction: column;
flex-direction: column;
box-orient: block-axis;
}
.wrap___1h6b5 {
background: #fafafa;
border-radius: 4px;
}
.wrap___1h6b5 .btns___3R2Jf {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #fff;
padding-bottom: 40px;
padding-top: 46px;
}
.wrap___1h6b5 .btns___3R2Jf button {
width: 120px;
height: 40px;
border-radius: 4px;
}
.wrap___1h6b5 .formWrap___3PHye {
padding: 13px 40px 0px 40px;
background-color: #fff;
border-radius: 0 0 4px 4px;
}
.wrap___1h6b5 .formWrap___3PHye label {
height: 40px;
}
.wrap___1h6b5 .formWrap___3PHye input {
width: 313px;
height: 40px;
margin: 0 30px 0 11px;
border-radius: 4px;
border: 1px solid #DDDDDD;
}
.wrap___1h6b5 .formWrap___3PHye .btns___3R2Jf {
margin-left: auto;
padding-top: 8px;
}
.wrap___1h6b5 .formWrap___3PHye .btns___3R2Jf button {
width: 88px;
height: 30px;
border-radius: 4px;
margin-left: 20px;
}
.wrap___1h6b5 .li___rEY5n {
margin-top: 10px;
border-radius: 4px 4px 0 0;
background-color: #fff;
font-weight: 500;
padding: 20px 40px 0 40px;
color: #333;
font-size: 14px;
}
.wrap___1h6b5 .batch___cSLKY {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
background-color: #fff;
padding: 20px 40px;
}
.wrap___1h6b5 .batch___cSLKY button {
padding: 0 19px;
height: 30px;
border-radius: 4px;
}
.wrap___1h6b5 .customTable___3hNEF {
padding: 0 40px;
background-color: #fff;
border-radius: 0 0 4px 4px;
}
.wrap___1h6b5 .customTable___3hNEF .ant-table-thead tr {
height: 54px;
}
.wrap___1h6b5 .customTable___3hNEF .ant-table-thead tr th {
background-color: #f5f5f5;
border: 0;
border-radius: 0;
}
.wrap___1h6b5 .customTable___3hNEF .ant-pagination {
margin-top: 40px;
}
.wrap___1h6b5 .customTable___3hNEF .ant-pagination .ant-pagination-item-active {
border-color: #1890ff;
background: #1890ff;
}
.wrap___1h6b5 .customTable___3hNEF .ant-pagination .ant-pagination-item-active a {
color: #fff;
}
.wrap___1h6b5 .customTable___3hNEF .ant-pagination button {
line-height: normal;
line-height: initial;
}
.wrap___1h6b5 .customTable___3hNEF .row___3IBcW {
height: 54px;
}
.wrap___1h6b5 .customTable___3hNEF .row___3IBcW td {
border-bottom: 0;
}
.wrap___1h6b5 .customTable___3hNEF .row___3IBcW.row___3IBcW:nth-child(odd) {
background-color: #fff;
}
.wrap___1h6b5 .customTable___3hNEF .row___3IBcW.row___3IBcW:nth-child(even) {
background-color: #f5f5f5;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.leftdiv___3E36d {
width: 296px;
height: 340px;
border-radius: 4px;
border: 1px solid #d9d9d9;
padding: 14px;
}
.rightdiv___2p0Am {
width: 296px;
height: 340px;
border-radius: 4px;
border: 1px solid #d9d9d9;
padding: 14px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.leftdiv___3jP7l {
width: 296px;
height: 340px;
border-radius: 4px;
border: 1px solid #d9d9d9;
padding: 14px;
}
.rightdiv___1vh2b {
width: 296px;
height: 340px;
border-radius: 4px;
border: 1px solid #d9d9d9;
padding: 14px;
}
.spantitle___2Tbcn {
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
width: 75%;
overflow: hidden;
height: 24px;
line-height: 35px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___2HVjm {
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2BG9W {
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2trGT {
-ms-flex-align: center;
align-items: center;
box-align: center;
}
.flex_box_center_end___3Trti {
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___1D4YT {
-ms-flex-direction: column;
flex-direction: column;
box-orient: block-axis;
}
.wrap___3Thrz {
border-radius: 4px;
}
.wrap___3Thrz .formWrap___cM2mH {
padding: 12px 25px;
background-color: #fff;
border-radius: 0 0 4px 4px;
}
.wrap___3Thrz .formWrap___cM2mH label {
height: 40px;
}
.wrap___3Thrz .formWrap___cM2mH input {
width: 300px;
height: 40px;
margin: 0 30px 0 11px;
border-radius: 4px;
border: 1px solid #DDDDDD;
}
.wrap___3Thrz .formWrap___cM2mH .btns___3rSlh {
margin-left: auto;
padding-top: 5px;
}
.wrap___3Thrz .formWrap___cM2mH .btns___3rSlh button {
width: 88px;
height: 30px;
border-radius: 4px;
margin-left: 20px;
}
.wrap___3Thrz .li___3GTSk {
margin-top: 10px;
border-radius: 4px 4px 0 0;
background-color: #fff;
font-weight: 500;
padding: 20px 40px;
color: #333;
font-size: 14px;
}
.wrap___3Thrz .batch___2gKgt {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
background-color: #fff;
padding: 20px 40px;
}
.wrap___3Thrz .batch___2gKgt button {
padding: 0 19px;
height: 30px;
border-radius: 4px;
}
.wrap___3Thrz .customTable___e0wch {
padding: 0 25px;
background-color: #fff;
border-radius: 0 0 4px 4px;
}
.wrap___3Thrz .customTable___e0wch .ant-table-thead tr {
height: 54px;
}
.wrap___3Thrz .customTable___e0wch .ant-table-thead tr th {
background-color: #f5f5f5;
border: 0;
border-radius: 0;
}
.wrap___3Thrz .customTable___e0wch .ant-pagination {
margin-top: 40px;
}
.wrap___3Thrz .customTable___e0wch .ant-pagination .ant-pagination-item-active {
border-color: #1890ff;
background: #1890ff;
}
.wrap___3Thrz .customTable___e0wch .ant-pagination .ant-pagination-item-active a {
color: #fff;
}
.wrap___3Thrz .customTable___e0wch .ant-pagination button {
line-height: normal;
line-height: initial;
}
.wrap___3Thrz .customTable___e0wch .row___9EW1m {
height: 54px;
}
.wrap___3Thrz .customTable___e0wch .row___9EW1m td {
border-bottom: 0;
}
.wrap___3Thrz .customTable___e0wch .row___9EW1m.row___9EW1m:nth-child(odd) {
background-color: #f5f5f5;
}
.wrap___3Thrz .customTable___e0wch .row___9EW1m.row___9EW1m:nth-child(even) {
background-color: #fff;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___1LmPo {
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___3VJD8 {
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___1wbJ4 {
-ms-flex-align: center;
align-items: center;
box-align: center;
}
.flex_box_center_end___3QOJp {
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___20iL9 {
-ms-flex-direction: column;
flex-direction: column;
box-orient: block-axis;
}
.wrap___3IiNT {
width: 1200px;
background: #ffffff;
border-radius: 4px;
padding: 0 40px;
}
.wrap___3IiNT .head___1_gFA {
font-size: 18px;
font-weight: 500;
color: #333333;
padding: 36px 0 18px 0;
border-bottom: 1px solid #f1f1f1;
display: -ms-flexbox;
display: flex;
}
.wrap___3IiNT .import___QNWRq {
width: 96px;
height: 30px;
background: #1890ff;
border-radius: 4px;
}
.wrap___3IiNT .formWrap___32iX1 {
padding: 30px 0;
}
.wrap___3IiNT .formWrap___32iX1 label {
height: 40px;
}
.wrap___3IiNT .formWrap___32iX1 input {
width: 200px;
height: 40px;
margin: 0 30px 0 11px;
border-radius: 4px;
border: 1px solid #dddddd;
}
.wrap___3IiNT .formWrap___32iX1 .btns___33E2M {
margin-left: auto;
padding-top: 10px;
}
.wrap___3IiNT .formWrap___32iX1 .btns___33E2M button {
width: 88px;
height: 30px;
border-radius: 4px;
margin-left: 20px;
}
.wrap___3IiNT .formWrap___32iX1 .selectbtn___b2izh {
width: 88px;
height: 30px;
background: #1890ff;
border-radius: 4px;
color: #ffffff;
}
.wrap___3IiNT .batch___2YNpj {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
margin-bottom: 20px;
}
.wrap___3IiNT .batch___2YNpj button {
width: 124px;
height: 30px;
border-radius: 4px;
}
.wrap___3IiNT .Selectclass___1LWMl {
height: 40px !important;
}
.wrap___3IiNT .Selectclass___1LWMl div {
height: 40px !important;
border-radius: 4px !important;
}
.wrap___3IiNT .Selectclass___1LWMl div span {
line-height: 40px !important;
}
.wrap___3IiNT .Selectclass___1LWMl div span input {
height: 40px !important;
}
.wrap___3IiNT .formWraps___18W-x {
padding: 30px 0;
}
.wrap___3IiNT .formWraps___18W-x label {
height: 40px;
}
.wrap___3IiNT .formWraps___18W-x input {
width: 120px;
height: 40px;
margin: 0 30px 0 11px;
border-radius: 4px;
border: 1px solid #dddddd;
}
.wrap___3IiNT .formWraps___18W-x .btns___33E2M {
margin-left: auto;
padding-top: 10px;
}
.wrap___3IiNT .formWraps___18W-x .btns___33E2M button {
width: 88px;
height: 30px;
border-radius: 4px;
margin-left: 20px;
}
.wrap___3IiNT .formWraps___18W-x .selectbtn___b2izh {
width: 88px;
height: 30px;
background: #1890ff;
border-radius: 4px;
color: #ffffff;
}
.wrap___3IiNT .inputheight___1IjXQ {
height: 40px;
}
.wrap___3IiNT .inputheight___1IjXQ span input {
height: 40px !important;
border-radius: 4px 0 0 4px !important;
}
.wrap___3IiNT .inputheight___1IjXQ span span {
border: 0px 4px 4px 0px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */