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.
2420 lines
64 KiB
2420 lines
64 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-tooltip {
|
|
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: 1070;
|
|
display: block;
|
|
max-width: 250px;
|
|
visibility: visible;
|
|
}
|
|
.ant-tooltip-hidden {
|
|
display: none;
|
|
}
|
|
.ant-tooltip-placement-top,
|
|
.ant-tooltip-placement-topLeft,
|
|
.ant-tooltip-placement-topRight {
|
|
padding-bottom: 8px;
|
|
}
|
|
.ant-tooltip-placement-right,
|
|
.ant-tooltip-placement-rightTop,
|
|
.ant-tooltip-placement-rightBottom {
|
|
padding-left: 8px;
|
|
}
|
|
.ant-tooltip-placement-bottom,
|
|
.ant-tooltip-placement-bottomLeft,
|
|
.ant-tooltip-placement-bottomRight {
|
|
padding-top: 8px;
|
|
}
|
|
.ant-tooltip-placement-left,
|
|
.ant-tooltip-placement-leftTop,
|
|
.ant-tooltip-placement-leftBottom {
|
|
padding-right: 8px;
|
|
}
|
|
.ant-tooltip-inner {
|
|
min-width: 30px;
|
|
min-height: 32px;
|
|
padding: 6px 8px;
|
|
color: #fff;
|
|
text-align: left;
|
|
text-decoration: none;
|
|
word-wrap: break-word;
|
|
background-color: rgba(0, 0, 0, 0.75);
|
|
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);
|
|
}
|
|
.ant-tooltip-arrow {
|
|
position: absolute;
|
|
display: block;
|
|
width: 13.07106781px;
|
|
height: 13.07106781px;
|
|
overflow: hidden;
|
|
background: transparent;
|
|
pointer-events: none;
|
|
}
|
|
.ant-tooltip-arrow-content {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 5px;
|
|
height: 5px;
|
|
margin: auto;
|
|
background-color: rgba(0, 0, 0, 0.75);
|
|
content: '';
|
|
pointer-events: auto;
|
|
}
|
|
.ant-tooltip-placement-top .ant-tooltip-arrow,
|
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
|
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
|
bottom: -5.07106781px;
|
|
}
|
|
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
|
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
|
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
-ms-transform: translateY(-6.53553391px) rotate(45deg);
|
|
transform: translateY(-6.53553391px) rotate(45deg);
|
|
}
|
|
.ant-tooltip-placement-top .ant-tooltip-arrow {
|
|
left: 50%;
|
|
-ms-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
}
|
|
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
|
|
left: 13px;
|
|
}
|
|
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
|
right: 13px;
|
|
}
|
|
.ant-tooltip-placement-right .ant-tooltip-arrow,
|
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
|
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
|
left: -5.07106781px;
|
|
}
|
|
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
|
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
|
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
|
|
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
-ms-transform: translateX(6.53553391px) rotate(45deg);
|
|
transform: translateX(6.53553391px) rotate(45deg);
|
|
}
|
|
.ant-tooltip-placement-right .ant-tooltip-arrow {
|
|
top: 50%;
|
|
-ms-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
|
|
top: 5px;
|
|
}
|
|
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
|
bottom: 5px;
|
|
}
|
|
.ant-tooltip-placement-left .ant-tooltip-arrow,
|
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
|
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
|
right: -5.07106781px;
|
|
}
|
|
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
|
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
|
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
|
|
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
|
-ms-transform: translateX(-6.53553391px) rotate(45deg);
|
|
transform: translateX(-6.53553391px) rotate(45deg);
|
|
}
|
|
.ant-tooltip-placement-left .ant-tooltip-arrow {
|
|
top: 50%;
|
|
-ms-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
|
|
top: 5px;
|
|
}
|
|
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
|
bottom: 5px;
|
|
}
|
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
|
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
|
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
|
top: -5.07106781px;
|
|
}
|
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
|
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
|
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
|
|
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
|
-ms-transform: translateY(6.53553391px) rotate(45deg);
|
|
transform: translateY(6.53553391px) rotate(45deg);
|
|
}
|
|
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
|
|
left: 50%;
|
|
-ms-transform: translateX(-50%);
|
|
transform: translateX(-50%);
|
|
}
|
|
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
|
|
left: 13px;
|
|
}
|
|
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
|
right: 13px;
|
|
}
|
|
.ant-tooltip-pink .ant-tooltip-inner {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-tooltip-pink .ant-tooltip-arrow-content {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-tooltip-magenta .ant-tooltip-inner {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-tooltip-magenta .ant-tooltip-arrow-content {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-tooltip-red .ant-tooltip-inner {
|
|
background-color: #f5222d;
|
|
}
|
|
.ant-tooltip-red .ant-tooltip-arrow-content {
|
|
background-color: #f5222d;
|
|
}
|
|
.ant-tooltip-volcano .ant-tooltip-inner {
|
|
background-color: #fa541c;
|
|
}
|
|
.ant-tooltip-volcano .ant-tooltip-arrow-content {
|
|
background-color: #fa541c;
|
|
}
|
|
.ant-tooltip-orange .ant-tooltip-inner {
|
|
background-color: #fa8c16;
|
|
}
|
|
.ant-tooltip-orange .ant-tooltip-arrow-content {
|
|
background-color: #fa8c16;
|
|
}
|
|
.ant-tooltip-yellow .ant-tooltip-inner {
|
|
background-color: #fadb14;
|
|
}
|
|
.ant-tooltip-yellow .ant-tooltip-arrow-content {
|
|
background-color: #fadb14;
|
|
}
|
|
.ant-tooltip-gold .ant-tooltip-inner {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-tooltip-gold .ant-tooltip-arrow-content {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-tooltip-cyan .ant-tooltip-inner {
|
|
background-color: #13c2c2;
|
|
}
|
|
.ant-tooltip-cyan .ant-tooltip-arrow-content {
|
|
background-color: #13c2c2;
|
|
}
|
|
.ant-tooltip-lime .ant-tooltip-inner {
|
|
background-color: #a0d911;
|
|
}
|
|
.ant-tooltip-lime .ant-tooltip-arrow-content {
|
|
background-color: #a0d911;
|
|
}
|
|
.ant-tooltip-green .ant-tooltip-inner {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-tooltip-green .ant-tooltip-arrow-content {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-tooltip-blue .ant-tooltip-inner {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-tooltip-blue .ant-tooltip-arrow-content {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-tooltip-geekblue .ant-tooltip-inner {
|
|
background-color: #2f54eb;
|
|
}
|
|
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
|
|
background-color: #2f54eb;
|
|
}
|
|
.ant-tooltip-purple .ant-tooltip-inner {
|
|
background-color: #722ed1;
|
|
}
|
|
.ant-tooltip-purple .ant-tooltip-arrow-content {
|
|
background-color: #722ed1;
|
|
}
|
|
.ant-tooltip-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-tooltip-rtl .ant-tooltip-inner {
|
|
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-popover {
|
|
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: 0;
|
|
left: 0;
|
|
z-index: 1030;
|
|
font-weight: normal;
|
|
white-space: normal;
|
|
text-align: left;
|
|
cursor: auto;
|
|
-webkit-user-select: text;
|
|
-moz-user-select: text;
|
|
-ms-user-select: text;
|
|
user-select: text;
|
|
}
|
|
.ant-popover::after {
|
|
position: absolute;
|
|
background: rgba(255, 255, 255, 0.01);
|
|
content: '';
|
|
}
|
|
.ant-popover-hidden {
|
|
display: none;
|
|
}
|
|
.ant-popover-placement-top,
|
|
.ant-popover-placement-topLeft,
|
|
.ant-popover-placement-topRight {
|
|
padding-bottom: 10px;
|
|
}
|
|
.ant-popover-placement-right,
|
|
.ant-popover-placement-rightTop,
|
|
.ant-popover-placement-rightBottom {
|
|
padding-left: 10px;
|
|
}
|
|
.ant-popover-placement-bottom,
|
|
.ant-popover-placement-bottomLeft,
|
|
.ant-popover-placement-bottomRight {
|
|
padding-top: 10px;
|
|
}
|
|
.ant-popover-placement-left,
|
|
.ant-popover-placement-leftTop,
|
|
.ant-popover-placement-leftBottom {
|
|
padding-right: 10px;
|
|
}
|
|
.ant-popover-inner {
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
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);
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
|
|
}
|
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
.ant-popover {
|
|
/* IE10+ */
|
|
}
|
|
.ant-popover-inner {
|
|
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-popover-title {
|
|
min-width: 177px;
|
|
min-height: 28px;
|
|
margin: 0;
|
|
padding: 5px 12px 4px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-popover-inner-content {
|
|
padding: 8px 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-popover-message {
|
|
position: relative;
|
|
padding: 4px 0 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-message > .anticon {
|
|
position: absolute;
|
|
top: 8.00002px;
|
|
color: #faad14;
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-message-title {
|
|
padding-left: 20px;
|
|
}
|
|
.ant-popover-buttons {
|
|
margin-bottom: 4px;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-buttons button {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-popover-arrow {
|
|
position: absolute;
|
|
display: block;
|
|
width: 8.48528137px;
|
|
height: 8.48528137px;
|
|
background: transparent;
|
|
border-style: solid;
|
|
border-width: 4.24264069px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
|
|
bottom: 6.2px;
|
|
border-top-color: transparent;
|
|
border-right-color: #fff;
|
|
border-bottom-color: #fff;
|
|
border-left-color: transparent;
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
}
|
|
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
|
|
left: 50%;
|
|
-ms-transform: translateX(-50%) rotate(45deg);
|
|
transform: translateX(-50%) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
|
|
left: 6px;
|
|
border-top-color: transparent;
|
|
border-right-color: transparent;
|
|
border-bottom-color: #fff;
|
|
border-left-color: #fff;
|
|
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
}
|
|
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
|
|
top: 50%;
|
|
-ms-transform: translateY(-50%) rotate(45deg);
|
|
transform: translateY(-50%) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
|
|
top: 6px;
|
|
border-top-color: #fff;
|
|
border-right-color: transparent;
|
|
border-bottom-color: transparent;
|
|
border-left-color: #fff;
|
|
box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
|
|
}
|
|
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
|
|
left: 50%;
|
|
-ms-transform: translateX(-50%) rotate(45deg);
|
|
transform: translateX(-50%) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
|
|
right: 6px;
|
|
border-top-color: #fff;
|
|
border-right-color: #fff;
|
|
border-bottom-color: transparent;
|
|
border-left-color: transparent;
|
|
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
|
}
|
|
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
|
|
top: 50%;
|
|
-ms-transform: translateY(-50%) rotate(45deg);
|
|
transform: translateY(-50%) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-rtl .ant-popover-message-title {
|
|
padding-right: 20px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-popover-rtl .ant-popover-buttons {
|
|
text-align: left;
|
|
}
|
|
.ant-popover-rtl .ant-popover-buttons button {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
}
|
|
/* 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 */
|
|
|
|
.flex_box_center___3YumY {
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___1nUaZ {
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___1nc4I {
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___2fX6f {
|
|
-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___7pZBv {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.banner___2h_B6 {
|
|
height: 200px;
|
|
padding-top: 50px;
|
|
display: box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
background-image: url(./static/newshixun.f15620f4.png);
|
|
background-size: cover;
|
|
background-position: center;
|
|
background-repeat: no-repeat;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .titleWrap___2SZt9 {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .titleWrap___2SZt9 .deleteBtnStatus___3hoqD {
|
|
width: 50px;
|
|
height: 24px;
|
|
background: #999999;
|
|
border-radius: 4px;
|
|
font-size: 12px;
|
|
font-weight: 500;
|
|
color: #ffffff;
|
|
margin-right: 10px;
|
|
line-height: 24px;
|
|
text-align: center;
|
|
pointer-events: none;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .titleWrap___2SZt9 .title___kydKh {
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
max-width: 600px;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
color: #ffffff;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .titleWrap___2SZt9 .btn___3blgh {
|
|
text-align: center;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
background: #44d7b6;
|
|
border-radius: 4px;
|
|
font-size: 12px;
|
|
padding: 0 13px;
|
|
color: #ffffff;
|
|
margin: 0 10px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .ratingTitle___1QOw8 {
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
margin-right: 20px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .fork___nGFgz {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
margin-right: 10px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .fork___nGFgz > div:first-child {
|
|
width: 64px;
|
|
height: 24px;
|
|
border-radius: 4px 0px 0px 4px;
|
|
border: 0.5px solid #444444;
|
|
line-height: 23px;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .fork___nGFgz > div:first-child i {
|
|
margin-right: 8px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .fork___nGFgz > div:last-child {
|
|
height: 24px;
|
|
border-radius: 0px 4px 4px 0px;
|
|
border: 0.5px solid #444444;
|
|
border-left: 0;
|
|
line-height: 23px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
padding: 0 10px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .fork___nGFgz > div:last-child:hover {
|
|
color: #1890ff;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .collect___1xKVw {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
margin-right: 10px;
|
|
margin-right: 0px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .collect___1xKVw > div:first-child {
|
|
width: 64px;
|
|
height: 24px;
|
|
border-radius: 4px 0px 0px 4px;
|
|
border: 0.5px solid #444444;
|
|
line-height: 23px;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .collect___1xKVw > div:first-child i {
|
|
margin-right: 8px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .collect___1xKVw > div:last-child {
|
|
height: 24px;
|
|
border-radius: 0px 4px 4px 0px;
|
|
border: 0.5px solid #444444;
|
|
border-left: 0;
|
|
line-height: 23px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
padding: 0 10px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .collect___1xKVw > div:last-child:hover {
|
|
color: #1890ff;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .collect___1xKVw > div:first-child {
|
|
width: auto;
|
|
padding: 0 10px;
|
|
cursor: default;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .collect___1xKVw > div:first-child > span {
|
|
cursor: pointer;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .collect___1xKVw > div:last-child {
|
|
cursor: auto;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .collect___1xKVw > div:last-child:hover {
|
|
color: #fff;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .gold___3sslE {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
font-size: 12px;
|
|
color: #fff;
|
|
margin-right: 10px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .gold___3sslE > div:first-child {
|
|
width: 64px;
|
|
height: 24px;
|
|
border-radius: 4px 0px 0px 4px;
|
|
border: 0.5px solid #444444;
|
|
line-height: 23px;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .gold___3sslE > div:first-child i {
|
|
margin-right: 8px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .gold___3sslE > div:last-child {
|
|
height: 24px;
|
|
border-radius: 0px 4px 4px 0px;
|
|
border: 0.5px solid #444444;
|
|
border-left: 0;
|
|
line-height: 23px;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
padding: 0 10px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .gold___3sslE > div:last-child:hover {
|
|
color: #1890ff;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .gold___3sslE > div:first-child {
|
|
cursor: default;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .gold___3sslE > div:last-child {
|
|
cursor: default;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .action___1xzYu .actionBtns___30tMe .gold___3sslE > div:last-child:hover {
|
|
color: #fff;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .contentWrap___3buB4 {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
margin-top: 44px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .contentWrap___3buB4 .contentLeftWrap___qA6oF {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .contentWrap___3buB4 .contentLeftWrap___qA6oF .user___24DCE {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin-right: 60px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .contentWrap___3buB4 .contentLeftWrap___qA6oF .user___24DCE img {
|
|
width: 40px;
|
|
height: 40px;
|
|
border-radius: 50%;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .contentWrap___3buB4 .contentLeftWrap___qA6oF .user___24DCE .text___17gAC {
|
|
color: #fff;
|
|
margin-left: 12px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-ms-flex-pack: start;
|
|
justify-content: flex-start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .contentWrap___3buB4 .contentLeftWrap___qA6oF .user___24DCE .text___17gAC .d1___3Lcv7 {
|
|
font-size: 16px;
|
|
max-width: 160px;
|
|
color: #fff;
|
|
display: block;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .contentWrap___3buB4 .contentLeftWrap___qA6oF .user___24DCE .text___17gAC .d2___2YvGL {
|
|
font-size: 12px;
|
|
max-width: 144px;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .contentWrap___3buB4 .contentLeftWrap___qA6oF .ratingTitle___1QOw8 {
|
|
font-size: 16px;
|
|
color: #ffffff;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .contentWrap___3buB4 .operationWrap___293bz {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .contentWrap___3buB4 .operationWrap___293bz .iconBtn___ennWs {
|
|
margin-left: 30px;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
font-size: 16px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .contentWrap___3buB4 .operationWrap___293bz .iconBtn___ennWs i {
|
|
margin-right: 8px;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .contentWrap___3buB4 .operationWrap___293bz .iconBtn___ennWs:hover {
|
|
color: #1890ff;
|
|
}
|
|
.banner___2h_B6 .wrp___3CHDk .contentWrap___3buB4 .operationWrap___293bz .testBtn___2_iNw {
|
|
margin-left: 30px;
|
|
width: 120px;
|
|
height: 36px;
|
|
border-radius: 4px;
|
|
}
|
|
.fullScreenLoading___2WTKa {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.customPopover___2tQ4w {
|
|
width: 290px;
|
|
background-color: #fff;
|
|
padding: 10px;
|
|
}
|
|
.customPopover___2tQ4w p {
|
|
margin: 0;
|
|
}
|
|
.customPopover___2tQ4w p b {
|
|
font-size: 14px;
|
|
color: #333333;
|
|
margin-right: 8px;
|
|
}
|
|
.customPopover___2tQ4w p span {
|
|
font-size: 12px;
|
|
color: #999999;
|
|
}
|
|
.customPopover___2tQ4w ul {
|
|
border-bottom: 1px solid #F1F1F1;
|
|
padding: 8px 0;
|
|
}
|
|
.customPopover___2tQ4w ul li {
|
|
width: 140px;
|
|
height: 26px;
|
|
border-radius: 13px;
|
|
line-height: 24px;
|
|
padding: 0 20px 0 14px;
|
|
margin: 10px 0;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
cursor: pointer;
|
|
}
|
|
.customPopover___2tQ4w ul i {
|
|
font-size: 14px;
|
|
display: none;
|
|
}
|
|
.customPopover___2tQ4w ul li:nth-child(1) {
|
|
background: rgba(47, 163, 79, 0.2);
|
|
border: 1px solid #2FA34F;
|
|
color: #2FA34F;
|
|
}
|
|
.customPopover___2tQ4w ul li:nth-child(1).active____M5PO {
|
|
border: 0;
|
|
color: #fff;
|
|
background-color: #2FA34F;
|
|
}
|
|
.customPopover___2tQ4w ul li:nth-child(1).active____M5PO i {
|
|
display: inline;
|
|
}
|
|
.customPopover___2tQ4w ul li:nth-child(2) {
|
|
background: rgba(255, 140, 41, 0.2);
|
|
border: 1px solid #FF8C29;
|
|
color: #FF8C29;
|
|
}
|
|
.customPopover___2tQ4w ul li:nth-child(2).active____M5PO {
|
|
border: 0;
|
|
color: #fff;
|
|
background-color: #FF8C29;
|
|
}
|
|
.customPopover___2tQ4w ul li:nth-child(2).active____M5PO i {
|
|
display: inline;
|
|
}
|
|
.customPopover___2tQ4w ul li:nth-child(3) {
|
|
background: rgba(229, 51, 51, 0.2);
|
|
border: 1px solid #E53333;
|
|
color: #E53333;
|
|
}
|
|
.customPopover___2tQ4w ul li:nth-child(3).active____M5PO {
|
|
border: 0;
|
|
color: #fff;
|
|
background-color: #E53333;
|
|
}
|
|
.customPopover___2tQ4w ul li:nth-child(3).active____M5PO i {
|
|
display: inline;
|
|
}
|
|
.customPopover___2tQ4w textarea {
|
|
border-radius: 4px;
|
|
background: #f5f5f5;
|
|
border: 0;
|
|
}
|
|
/* 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-radio-group {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
display: inline-block;
|
|
font-size: 0;
|
|
line-height: unset;
|
|
}
|
|
.ant-radio-group .ant-badge-count {
|
|
z-index: 1;
|
|
}
|
|
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
|
|
border-left: none;
|
|
}
|
|
.ant-radio-wrapper {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: relative;
|
|
display: inline-block;
|
|
margin-right: 6px;
|
|
white-space: nowrap;
|
|
cursor: pointer;
|
|
}
|
|
.ant-radio {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: relative;
|
|
top: -2px;
|
|
display: inline-block;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
vertical-align: sub;
|
|
outline: none;
|
|
cursor: pointer;
|
|
}
|
|
.ant-radio-wrapper:hover .ant-radio,
|
|
.ant-radio:hover .ant-radio-inner,
|
|
.ant-radio-input:focus + .ant-radio-inner {
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-radio-input:focus + .ant-radio-inner {
|
|
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
|
|
}
|
|
.ant-radio-checked::after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #1890ff;
|
|
border-radius: 50%;
|
|
visibility: hidden;
|
|
animation: antRadioEffect 0.36s ease-in-out;
|
|
animation-fill-mode: both;
|
|
content: '';
|
|
}
|
|
.ant-radio:hover::after,
|
|
.ant-radio-wrapper:hover .ant-radio::after {
|
|
visibility: visible;
|
|
}
|
|
.ant-radio-inner {
|
|
position: relative;
|
|
top: 0;
|
|
left: 0;
|
|
display: block;
|
|
width: 14px;
|
|
height: 14px;
|
|
background-color: #fff;
|
|
border-color: #d9d9d9;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
border-radius: 100px;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-radio-inner::after {
|
|
position: absolute;
|
|
top: 3px;
|
|
left: 3px;
|
|
display: table;
|
|
width: 6px;
|
|
height: 6px;
|
|
background-color: #1890ff;
|
|
border-top: 0;
|
|
border-left: 0;
|
|
border-radius: 6px;
|
|
-ms-transform: scale(0);
|
|
transform: scale(0);
|
|
opacity: 0;
|
|
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
content: ' ';
|
|
}
|
|
.ant-radio-input {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
}
|
|
.ant-radio-checked .ant-radio-inner {
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-radio-checked .ant-radio-inner::after {
|
|
-ms-transform: scale(1);
|
|
transform: scale(1);
|
|
opacity: 1;
|
|
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
}
|
|
.ant-radio-disabled .ant-radio-inner {
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9 !important;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-radio-disabled .ant-radio-inner::after {
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
}
|
|
.ant-radio-disabled .ant-radio-input {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-radio-disabled + span {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
span.ant-radio + * {
|
|
padding-right: 8px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-radio-button-wrapper {
|
|
position: relative;
|
|
display: inline-block;
|
|
height: 28px;
|
|
margin: 0;
|
|
padding: 0 7px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
line-height: 26px;
|
|
background: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-top-width: 1.02px;
|
|
border-left-width: 0;
|
|
cursor: pointer;
|
|
transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
|
|
}
|
|
.ant-radio-button-wrapper a {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-radio-button-wrapper > .ant-radio-button {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ant-radio-group-large .ant-radio-button-wrapper {
|
|
height: 32px;
|
|
font-size: 14px;
|
|
line-height: 30px;
|
|
}
|
|
.ant-radio-group-small .ant-radio-button-wrapper {
|
|
height: 22px;
|
|
padding: 0 7px;
|
|
line-height: 20px;
|
|
}
|
|
.ant-radio-button-wrapper:not(:first-child)::before {
|
|
position: absolute;
|
|
top: -1px;
|
|
left: -1px;
|
|
display: block;
|
|
box-sizing: content-box;
|
|
width: 1px;
|
|
height: 100%;
|
|
padding: 1px 0;
|
|
background-color: #d9d9d9;
|
|
transition: background-color 0.3s;
|
|
content: '';
|
|
}
|
|
.ant-radio-button-wrapper:first-child {
|
|
border-left: 1px solid #d9d9d9;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-radio-button-wrapper:last-child {
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-radio-button-wrapper:first-child:last-child {
|
|
border-radius: 2px;
|
|
}
|
|
.ant-radio-button-wrapper:hover {
|
|
position: relative;
|
|
color: #1890ff;
|
|
}
|
|
.ant-radio-button-wrapper:focus-within {
|
|
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
|
|
}
|
|
.ant-radio-button-wrapper .ant-radio-inner,
|
|
.ant-radio-button-wrapper input[type='checkbox'],
|
|
.ant-radio-button-wrapper input[type='radio'] {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
|
z-index: 1;
|
|
color: #1890ff;
|
|
background: #fff;
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
|
color: #40a9ff;
|
|
border-color: #40a9ff;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
|
|
background-color: #40a9ff;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
|
color: #096dd9;
|
|
border-color: #096dd9;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
|
|
background-color: #096dd9;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
|
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
|
|
}
|
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
|
color: #fff;
|
|
background: #1890ff;
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
|
color: #fff;
|
|
background: #40a9ff;
|
|
border-color: #40a9ff;
|
|
}
|
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
|
color: #fff;
|
|
background: #096dd9;
|
|
border-color: #096dd9;
|
|
}
|
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
|
box-shadow: 0 0 0 3px rgba(24, 144, 255, 0.08);
|
|
}
|
|
.ant-radio-button-wrapper-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-radio-button-wrapper-disabled:first-child,
|
|
.ant-radio-button-wrapper-disabled:hover {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-radio-button-wrapper-disabled:first-child {
|
|
border-left-color: #d9d9d9;
|
|
}
|
|
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #e6e6e6;
|
|
border-color: #d9d9d9;
|
|
box-shadow: none;
|
|
}
|
|
@keyframes antRadioEffect {
|
|
0% {
|
|
transform: scale(1);
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
transform: scale(1.6);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@supports (-moz-appearance: meterbar) and (background-blend-mode: difference, normal) {
|
|
.ant-radio {
|
|
vertical-align: text-bottom;
|
|
}
|
|
}
|
|
.ant-radio-group.ant-radio-group-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-radio-wrapper.ant-radio-wrapper-rtl {
|
|
margin-right: 0;
|
|
margin-left: 6px;
|
|
direction: rtl;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
|
|
border-right-width: 0;
|
|
border-left-width: 1px;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
|
|
right: -1px;
|
|
left: 0;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
|
|
border-right: 1px solid #d9d9d9;
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
|
|
border-right-color: #40a9ff;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
|
|
border-right-color: #d9d9d9;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.wrap___2q1wz {
|
|
padding: 14px 24px;
|
|
}
|
|
.title___1bBwV {
|
|
margin-bottom: 15px;
|
|
color: #ff954c;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
}
|
|
.radioWrap___3ruX3 {
|
|
cursor: default;
|
|
height: 270px;
|
|
overflow-y: auto;
|
|
background: #f7f9fd;
|
|
padding: 5px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.radio___q8ltH {
|
|
display: block;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
width: 100%;
|
|
}
|
|
.colorFF0000___lC3JL {
|
|
color: #ff0000;
|
|
}
|
|
.pagination___25ag8 {
|
|
margin: 0 auto;
|
|
margin-top: 10px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.wrap___2q6on {
|
|
padding: 15px;
|
|
}
|
|
.text___1yZQf {
|
|
text-align: center;
|
|
color: #333;
|
|
font-size: 16px;
|
|
margin-top: 0;
|
|
margin-bottom: 0px;
|
|
}
|
|
.color848282___FPtPV {
|
|
color: #848282;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.firstEntryModal___lfu9W {
|
|
position: fixed;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background: rgba(51, 51, 51, 0.6);
|
|
z-index: 1000;
|
|
color: #fff;
|
|
display: none;
|
|
}
|
|
.firstEntryModal___lfu9W .box___2xZtG {
|
|
top: 282px;
|
|
right: 360px;
|
|
width: 205px;
|
|
position: absolute;
|
|
font-size: 16px;
|
|
}
|
|
.firstEntryModal___lfu9W .tips___1rIdf {
|
|
width: 316px;
|
|
height: 96px;
|
|
background: #f7b500;
|
|
border-radius: 8px;
|
|
font-size: 16px;
|
|
padding: 20px 56px 20px 20px;
|
|
margin-top: 16px;
|
|
position: relative;
|
|
margin-left: -238px;
|
|
}
|
|
.firstEntryModal___lfu9W .tips___1rIdf::after {
|
|
content: '';
|
|
position: absolute;
|
|
width: 0;
|
|
height: 0;
|
|
top: -10px;
|
|
right: 34px;
|
|
border-width: 0 8px 10px;
|
|
border-style: solid;
|
|
border-color: transparent transparent #f7b500;
|
|
}
|
|
.firstEntryModal___lfu9W .tips___1rIdf i {
|
|
position: absolute;
|
|
z-index: 4;
|
|
left: 277px;
|
|
top: 20px;
|
|
cursor: pointer;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___3KzVb {
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___1y_9_ {
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___3HK2I {
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___34hl0 {
|
|
-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___1XnGy {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.bg___1v-Rv {
|
|
background: #fafafa;
|
|
}
|
|
.bg___1v-Rv .tabs___2BB1H {
|
|
background: #ffffff;
|
|
}
|
|
.bg___1v-Rv .tabs___2BB1H .wrap___2po5v {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.bg___1v-Rv .tabs___2BB1H .wrap___2po5v li[class~='ant-menu-item'] {
|
|
font-size: 16px;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
margin-right: 50px !important;
|
|
}
|
|
.bg___1v-Rv .tabs___2BB1H .wrap___2po5v .check___1_A63 {
|
|
float: right;
|
|
font-size: 16px;
|
|
height: 60px;
|
|
line-height: 60px;
|
|
color: #333;
|
|
cursor: pointer;
|
|
}
|
|
.bg___1v-Rv .tabs___2BB1H .wrap___2po5v .check___1_A63 i {
|
|
margin-right: 3px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|