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.
1896 lines
52 KiB
1896 lines
52 KiB
/* 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 */
|
|
|
|
.flex_box_center___2-4GX {
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___12FPV {
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___3UBOc {
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___3aAHN {
|
|
-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___3w2wZ {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___1O4dG {
|
|
width: 900px;
|
|
background: #fafafa;
|
|
border-radius: 4px;
|
|
padding: 0 0 40px 0;
|
|
}
|
|
.wrap___1O4dG .head___3_AbW {
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
background-color: #fff;
|
|
}
|
|
.wrap___1O4dG .formWrap___1PYtT {
|
|
padding: 30px 40px;
|
|
background-color: #fff;
|
|
border-radius: 0 0 4px 4px;
|
|
}
|
|
.wrap___1O4dG .formWrap___1PYtT label {
|
|
height: 40px;
|
|
}
|
|
.wrap___1O4dG .formWrap___1PYtT input {
|
|
width: 200px;
|
|
height: 40px;
|
|
margin: 0 30px 0 11px;
|
|
border-radius: 4px;
|
|
border: 1px solid #dddddd;
|
|
}
|
|
.wrap___1O4dG .formWrap___1PYtT .btns___1vj4y {
|
|
margin-left: auto;
|
|
padding-top: 10px;
|
|
}
|
|
.wrap___1O4dG .formWrap___1PYtT .btns___1vj4y button {
|
|
width: 88px;
|
|
height: 30px;
|
|
border-radius: 4px;
|
|
margin-left: 20px;
|
|
}
|
|
.wrap___1O4dG .batch___1-ClG {
|
|
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;
|
|
margin-top: 10px;
|
|
border-radius: 4px 4px 0 0;
|
|
}
|
|
.wrap___1O4dG .batch___1-ClG button {
|
|
padding: 0 19px;
|
|
height: 30px;
|
|
border-radius: 4px;
|
|
}
|
|
.wrap___1O4dG .customTable___1PTeC {
|
|
padding: 0 40px;
|
|
background-color: #fff;
|
|
border-radius: 0 0 4px 4px;
|
|
}
|
|
.wrap___1O4dG .customTable___1PTeC .ant-table-thead tr {
|
|
height: 54px;
|
|
}
|
|
.wrap___1O4dG .customTable___1PTeC .ant-table-thead tr th {
|
|
background-color: #DEEAF6;
|
|
border: 0;
|
|
border-radius: 0;
|
|
}
|
|
.wrap___1O4dG .customTable___1PTeC .ant-pagination {
|
|
margin-top: 40px;
|
|
}
|
|
.wrap___1O4dG .customTable___1PTeC .ant-pagination .ant-pagination-item-active {
|
|
border-color: #1890ff;
|
|
background: #1890ff;
|
|
}
|
|
.wrap___1O4dG .customTable___1PTeC .ant-pagination .ant-pagination-item-active a {
|
|
color: #fff;
|
|
}
|
|
.wrap___1O4dG .customTable___1PTeC .ant-pagination button {
|
|
line-height: normal;
|
|
line-height: initial;
|
|
}
|
|
.wrap___1O4dG .customTable___1PTeC .row___ir-V8 {
|
|
height: 54px;
|
|
}
|
|
.wrap___1O4dG .customTable___1PTeC .row___ir-V8 td {
|
|
border-bottom: 0;
|
|
}
|
|
.wrap___1O4dG .customTable___1PTeC .row___ir-V8.row___ir-V8:nth-child(odd) {
|
|
background-color: #fff;
|
|
}
|
|
.wrap___1O4dG .customTable___1PTeC .row___ir-V8.row___ir-V8:nth-child(even) {
|
|
background-color: #DEEAF6;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.headWarp___3x0fo {
|
|
background-color: #fff;
|
|
}
|
|
.headWarp___3x0fo .head___3A05Q {
|
|
height: 74px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
}
|
|
.headWarp___3x0fo .head___3A05Q .text___3Y7Be {
|
|
padding: 30px 0 17px 0;
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
color: #333333;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.headWarp___3x0fo .head___3A05Q button {
|
|
width: 96px;
|
|
height: 30px;
|
|
border-radius: 4px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|