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.
5356 lines
160 KiB
5356 lines
160 KiB
.bg___31owl {
|
|
background: #fafafa;
|
|
}
|
|
.bg___31owl .container___2NGOo {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
}
|
|
/* 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-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-rate {
|
|
box-sizing: border-box;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
font-feature-settings: tnum, "tnum";
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: #fadb14;
|
|
font-size: 16px;
|
|
line-height: unset;
|
|
list-style: none;
|
|
outline: none;
|
|
}
|
|
.ant-rate-disabled .ant-rate-star {
|
|
cursor: default;
|
|
}
|
|
.ant-rate-disabled .ant-rate-star:hover {
|
|
-ms-transform: scale(1);
|
|
transform: scale(1);
|
|
}
|
|
.ant-rate-star {
|
|
position: relative;
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: inherit;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-rate-star:not(:last-child) {
|
|
margin-right: 8px;
|
|
}
|
|
.ant-rate-star > div:focus {
|
|
outline: 0;
|
|
}
|
|
.ant-rate-star > div:hover,
|
|
.ant-rate-star > div:focus {
|
|
-ms-transform: scale(1.1);
|
|
transform: scale(1.1);
|
|
}
|
|
.ant-rate-star-first,
|
|
.ant-rate-star-second {
|
|
color: #f0f0f0;
|
|
transition: all 0.3s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-rate-star-first .anticon,
|
|
.ant-rate-star-second .anticon {
|
|
vertical-align: middle;
|
|
}
|
|
.ant-rate-star-first {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 50%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
opacity: 0;
|
|
}
|
|
.ant-rate-star-half .ant-rate-star-first,
|
|
.ant-rate-star-half .ant-rate-star-second {
|
|
opacity: 1;
|
|
}
|
|
.ant-rate-star-half .ant-rate-star-first,
|
|
.ant-rate-star-full .ant-rate-star-second {
|
|
color: inherit;
|
|
}
|
|
.ant-rate-text {
|
|
display: inline-block;
|
|
margin: 0 8px;
|
|
font-size: 12px;
|
|
}
|
|
.ant-rate-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-rate-rtl .ant-rate-star:not(:last-child) {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-rate-rtl .ant-rate-star-first {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___1OQ1z {
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___22uwF {
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___1xWAr {
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___1QTe3 {
|
|
-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___lWxZG {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.banner___1Hzq6 {
|
|
background-image: url(./static/path-detail-else.4c45dd73.png);
|
|
height: 240px;
|
|
margin-bottom: 30px;
|
|
padding-top: 50px;
|
|
}
|
|
.wrap___1D5RS {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
.title___1LzGm {
|
|
font-size: 28px;
|
|
color: #fff;
|
|
}
|
|
.contentWrap___19oxo {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.button___3chJs {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
cursor: pointer;
|
|
border-radius: 4px;
|
|
box-sizing: border-box;
|
|
text-align: center;
|
|
font-size: 18px !important;
|
|
background-color: #4cacff;
|
|
border: 1px solid #4cacff;
|
|
padding: 0px;
|
|
color: #fff;
|
|
background-color: transparent;
|
|
border: 1px solid #fff;
|
|
}
|
|
.button___3chJs span {
|
|
padding: 0 10px;
|
|
}
|
|
.button___3chJs:hover {
|
|
color: #fff;
|
|
background-color: transparent;
|
|
border: 1px solid #fff;
|
|
}
|
|
.rating___3ODxx {
|
|
color: #ffe11d;
|
|
font-size: 16px;
|
|
}
|
|
.rating___3ODxx > li:not(:last-child) {
|
|
margin-right: 2px;
|
|
}
|
|
/* 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 */
|
|
|
|
/* 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 */
|
|
|
|
.wrap___3nJXB {
|
|
padding: 14px 24px;
|
|
}
|
|
.title___3AYM5 {
|
|
font-size: 14px;
|
|
color: #cccccc;
|
|
text-align: center;
|
|
}
|
|
.radioWrap___dbSML {
|
|
cursor: default;
|
|
height: 270px;
|
|
overflow-y: auto;
|
|
background: #f7f9fd;
|
|
padding: 5px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.radio___3h-_z {
|
|
display: block;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
}
|
|
.colorFF0000___2d_ZE {
|
|
color: #ff0000;
|
|
}
|
|
.pagination___3WP6s {
|
|
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 */
|
|
|
|
/* 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-progress {
|
|
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;
|
|
}
|
|
.ant-progress-line {
|
|
position: relative;
|
|
width: 100%;
|
|
font-size: 12px;
|
|
}
|
|
.ant-progress-steps {
|
|
display: inline-block;
|
|
}
|
|
.ant-progress-steps-outer {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.ant-progress-steps-item {
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
min-width: 2px;
|
|
margin-right: 2px;
|
|
background: #f3f3f3;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-progress-steps-item-active {
|
|
background: #1890ff;
|
|
}
|
|
.ant-progress-small.ant-progress-line,
|
|
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
|
|
font-size: 12px;
|
|
}
|
|
.ant-progress-outer {
|
|
display: inline-block;
|
|
width: 100%;
|
|
margin-right: 0;
|
|
padding-right: 0;
|
|
}
|
|
.ant-progress-show-info .ant-progress-outer {
|
|
margin-right: calc(-2em - 8px);
|
|
padding-right: calc(2em + 8px);
|
|
}
|
|
.ant-progress-inner {
|
|
position: relative;
|
|
display: inline-block;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
vertical-align: middle;
|
|
background-color: #f5f5f5;
|
|
border-radius: 100px;
|
|
}
|
|
.ant-progress-circle-trail {
|
|
stroke: #f5f5f5;
|
|
}
|
|
.ant-progress-circle-path {
|
|
animation: ant-progress-appear 0.3s;
|
|
}
|
|
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
|
stroke: #1890ff;
|
|
}
|
|
.ant-progress-success-bg,
|
|
.ant-progress-bg {
|
|
position: relative;
|
|
background-color: #1890ff;
|
|
border-radius: 100px;
|
|
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
|
|
}
|
|
.ant-progress-success-bg {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-progress-text {
|
|
display: inline-block;
|
|
width: 2em;
|
|
margin-left: 8px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 1em;
|
|
line-height: 1;
|
|
white-space: nowrap;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
word-break: normal;
|
|
}
|
|
.ant-progress-text .anticon {
|
|
font-size: 12px;
|
|
}
|
|
.ant-progress-status-active .ant-progress-bg::before {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
background: #fff;
|
|
border-radius: 10px;
|
|
opacity: 0;
|
|
animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
|
|
content: '';
|
|
}
|
|
.ant-progress-status-exception .ant-progress-bg {
|
|
background-color: #ff4d4f;
|
|
}
|
|
.ant-progress-status-exception .ant-progress-text {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
|
stroke: #ff4d4f;
|
|
}
|
|
.ant-progress-status-success .ant-progress-bg {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-progress-status-success .ant-progress-text {
|
|
color: #52c41a;
|
|
}
|
|
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
|
stroke: #52c41a;
|
|
}
|
|
.ant-progress-circle .ant-progress-inner {
|
|
position: relative;
|
|
line-height: 1;
|
|
background-color: transparent;
|
|
}
|
|
.ant-progress-circle .ant-progress-text {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
width: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 0.833333em;
|
|
line-height: 1;
|
|
white-space: normal;
|
|
text-align: center;
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.ant-progress-circle .ant-progress-text .anticon {
|
|
font-size: 1.16666667em;
|
|
}
|
|
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
|
|
color: #52c41a;
|
|
}
|
|
@keyframes ant-progress-active {
|
|
0% {
|
|
width: 0;
|
|
opacity: 0.1;
|
|
}
|
|
20% {
|
|
width: 0;
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
width: 100%;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.ant-progress-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
|
|
margin-right: 0;
|
|
margin-left: calc(-2em - 8px);
|
|
padding-right: 0;
|
|
padding-left: calc(2em + 8px);
|
|
}
|
|
.ant-progress-rtl .ant-progress-success-bg {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
.ant-progress-rtl.ant-progress-line .ant-progress-text,
|
|
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
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-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 */
|
|
|
|
.modal___1jX7c [class~='ant-modal-body'] {
|
|
padding-left: 60px;
|
|
padding-right: 60px;
|
|
}
|
|
.uploadWrap___3-sVK {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-flow: row;
|
|
flex-flow: row;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.upload___2LemY {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin-right: 10px;
|
|
height: 31px;
|
|
width: 120px;
|
|
padding: 3px 11px;
|
|
font-size: 14px;
|
|
color: #fff;
|
|
background: #1890ff;
|
|
border-color: #1890ff;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
border-radius: 2px;
|
|
}
|
|
.uploadLink___j9Fsx {
|
|
color: #1890ff;
|
|
background: #fff;
|
|
border: 1px solid #1890ff;
|
|
}
|
|
.fileProgress___11p3K {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.fileCancel___3Mx9l {
|
|
cursor: pointer;
|
|
font-size: 14px;
|
|
color: #ff0000;
|
|
}
|
|
.videoName___2a-ZN {
|
|
color: #1890ff;
|
|
}
|
|
.contentItem___1gUuj [class~='ant-form-item-label'] label::before {
|
|
display: inline-block;
|
|
margin-right: 4px;
|
|
color: #ff4d4f;
|
|
font-size: 12px;
|
|
font-family: SimSun, sans-serif;
|
|
line-height: 1;
|
|
content: '*';
|
|
}
|
|
/* 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-upload {
|
|
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";
|
|
outline: 0;
|
|
}
|
|
.ant-upload p {
|
|
margin: 0;
|
|
}
|
|
.ant-upload-btn {
|
|
display: block;
|
|
width: 100%;
|
|
outline: none;
|
|
}
|
|
.ant-upload input[type='file'] {
|
|
cursor: pointer;
|
|
}
|
|
.ant-upload.ant-upload-select {
|
|
display: inline-block;
|
|
}
|
|
.ant-upload.ant-upload-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-upload.ant-upload-select-picture-card {
|
|
display: table;
|
|
float: left;
|
|
width: 104px;
|
|
height: 104px;
|
|
margin-right: 8px;
|
|
margin-bottom: 8px;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
background-color: #fafafa;
|
|
border: 1px dashed #d9d9d9;
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
transition: border-color 0.3s ease;
|
|
}
|
|
.ant-upload.ant-upload-select-picture-card > .ant-upload {
|
|
display: table-cell;
|
|
width: 100%;
|
|
height: 100%;
|
|
padding: 4px;
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
.ant-upload.ant-upload-select-picture-card:hover {
|
|
border-color: #1890ff;
|
|
}
|
|
.ant-upload-disabled.ant-upload.ant-upload-select-picture-card:hover {
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-upload.ant-upload-drag {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
background: #fafafa;
|
|
border: 1px dashed #d9d9d9;
|
|
border-radius: 2px;
|
|
cursor: pointer;
|
|
transition: border-color 0.3s;
|
|
}
|
|
.ant-upload.ant-upload-drag .ant-upload {
|
|
padding: 8px 0;
|
|
}
|
|
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
|
|
border-color: #096dd9;
|
|
}
|
|
.ant-upload.ant-upload-drag.ant-upload-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-upload.ant-upload-drag .ant-upload-btn {
|
|
display: table;
|
|
height: 100%;
|
|
}
|
|
.ant-upload.ant-upload-drag .ant-upload-drag-container {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
}
|
|
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
|
|
border-color: #40a9ff;
|
|
}
|
|
.ant-upload.ant-upload-drag p.ant-upload-drag-icon {
|
|
margin-bottom: 20px;
|
|
}
|
|
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
|
|
color: #40a9ff;
|
|
font-size: 48px;
|
|
}
|
|
.ant-upload.ant-upload-drag p.ant-upload-text {
|
|
margin: 0 0 4px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
}
|
|
.ant-upload.ant-upload-drag p.ant-upload-hint {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
}
|
|
.ant-upload.ant-upload-drag .anticon-plus {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-size: 30px;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-upload.ant-upload-drag .anticon-plus:hover {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-upload.ant-upload-drag:hover .anticon-plus {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-upload-picture-card-wrapper {
|
|
display: inline-block;
|
|
width: 100%;
|
|
}
|
|
.ant-upload-picture-card-wrapper::before {
|
|
display: table;
|
|
content: '';
|
|
}
|
|
.ant-upload-picture-card-wrapper::after {
|
|
display: table;
|
|
clear: both;
|
|
content: '';
|
|
}
|
|
.ant-upload-list {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
line-height: 1.66667;
|
|
}
|
|
.ant-upload-list::before {
|
|
display: table;
|
|
content: '';
|
|
}
|
|
.ant-upload-list::after {
|
|
display: table;
|
|
clear: both;
|
|
content: '';
|
|
}
|
|
.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
|
|
padding-right: 14px;
|
|
}
|
|
.ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
|
|
padding-right: 28px;
|
|
}
|
|
.ant-upload-list-item {
|
|
position: relative;
|
|
height: 20.00004px;
|
|
margin-top: 4px;
|
|
font-size: 12px;
|
|
}
|
|
.ant-upload-list-item-name {
|
|
display: inline-block;
|
|
width: 100%;
|
|
padding-left: 20px;
|
|
overflow: hidden;
|
|
line-height: 1.66667;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-upload-list-item-name-icon-count-1 {
|
|
padding-right: 14px;
|
|
}
|
|
.ant-upload-list-item-card-actions {
|
|
position: absolute;
|
|
right: 0;
|
|
}
|
|
.ant-upload-list-item-card-actions-btn {
|
|
opacity: 0;
|
|
}
|
|
.ant-upload-list-item-card-actions-btn.ant-btn-sm {
|
|
height: 20px;
|
|
line-height: 1;
|
|
}
|
|
.ant-upload-list-item-card-actions.picture {
|
|
top: 22px;
|
|
line-height: 0;
|
|
}
|
|
.ant-upload-list-item-card-actions-btn:focus,
|
|
.ant-upload-list-item-card-actions.picture .ant-upload-list-item-card-actions-btn {
|
|
opacity: 1;
|
|
}
|
|
.ant-upload-list-item-card-actions .anticon {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-upload-list-item-info {
|
|
height: 100%;
|
|
padding: 0 12px 0 4px;
|
|
transition: background-color 0.3s;
|
|
}
|
|
.ant-upload-list-item-info > span {
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.ant-upload-list-item-info .anticon-loading .anticon,
|
|
.ant-upload-list-item-info .ant-upload-text-icon .anticon {
|
|
position: absolute;
|
|
top: 4px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
}
|
|
.ant-upload-list-item .anticon-close {
|
|
display: inline-block;
|
|
font-size: 10px;
|
|
position: absolute;
|
|
top: 6px;
|
|
right: 4px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
line-height: 0;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-upload-list-item .anticon-close:hover {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-upload-list-item:hover .ant-upload-list-item-info {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.ant-upload-list-item:hover .anticon-close {
|
|
opacity: 1;
|
|
}
|
|
.ant-upload-list-item:hover .ant-upload-list-item-card-actions-btn {
|
|
opacity: 1;
|
|
}
|
|
.ant-upload-list-item-error,
|
|
.ant-upload-list-item-error .ant-upload-text-icon > .anticon,
|
|
.ant-upload-list-item-error .ant-upload-list-item-name {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-upload-list-item-error .ant-upload-list-item-card-actions-btn {
|
|
opacity: 1;
|
|
}
|
|
.ant-upload-list-item-progress {
|
|
position: absolute;
|
|
bottom: -12px;
|
|
width: 100%;
|
|
padding-left: 24px;
|
|
font-size: 12px;
|
|
line-height: 0;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item,
|
|
.ant-upload-list-picture-card .ant-upload-list-item {
|
|
position: relative;
|
|
height: 66px;
|
|
padding: 4px;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item:hover,
|
|
.ant-upload-list-picture-card .ant-upload-list-item:hover {
|
|
background: transparent;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-error,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-error {
|
|
border-color: #ff4d4f;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-info,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-info {
|
|
padding: 0;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item:hover .ant-upload-list-item-info,
|
|
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info {
|
|
background: transparent;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-uploading,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-uploading {
|
|
border-style: dashed;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-thumbnail,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
|
|
position: absolute;
|
|
top: 8px;
|
|
left: 8px;
|
|
width: 48px;
|
|
height: 48px;
|
|
line-height: 54px;
|
|
text-align: center;
|
|
opacity: 0.8;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-thumbnail .anticon,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail .anticon {
|
|
font-size: 26px;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'],
|
|
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#e6f7ff'] {
|
|
fill: #fff2f0;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'],
|
|
.ant-upload-list-picture-card .ant-upload-list-item-error .ant-upload-list-item-thumbnail .anticon svg path[fill='#1890ff'] {
|
|
fill: #ff4d4f;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-icon,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
font-size: 26px;
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-icon .anticon,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-icon .anticon {
|
|
font-size: 26px;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-image,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-image {
|
|
max-width: 100%;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-thumbnail img,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
|
|
display: block;
|
|
width: 48px;
|
|
height: 48px;
|
|
overflow: hidden;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-name,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-name {
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
max-width: 100%;
|
|
margin: 0 0 0 8px;
|
|
padding-right: 8px;
|
|
padding-left: 48px;
|
|
overflow: hidden;
|
|
line-height: 44px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
|
|
padding-right: 18px;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
|
|
padding-right: 36px;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-uploading .ant-upload-list-item-name,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-name {
|
|
line-height: 28px;
|
|
}
|
|
.ant-upload-list-picture .ant-upload-list-item-progress,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-progress {
|
|
bottom: 14px;
|
|
width: calc(100% - 24px);
|
|
margin-top: 0;
|
|
padding-left: 56px;
|
|
}
|
|
.ant-upload-list-picture .anticon-close,
|
|
.ant-upload-list-picture-card .anticon-close {
|
|
position: absolute;
|
|
top: 8px;
|
|
right: 8px;
|
|
line-height: 1;
|
|
opacity: 1;
|
|
}
|
|
.ant-upload-list-picture-card.ant-upload-list::after {
|
|
display: none;
|
|
}
|
|
.ant-upload-list-picture-card-container {
|
|
float: left;
|
|
width: 104px;
|
|
height: 104px;
|
|
margin: 0 4px 4px 0;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item {
|
|
float: left;
|
|
width: 104px;
|
|
height: 104px;
|
|
margin: 0 4px 4px 0;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item-info {
|
|
position: relative;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item-info::before {
|
|
position: absolute;
|
|
z-index: 1;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
opacity: 0;
|
|
transition: all 0.3s;
|
|
content: ' ';
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item:hover .ant-upload-list-item-info::before {
|
|
opacity: 1;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item-actions {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
z-index: 10;
|
|
white-space: nowrap;
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
opacity: 0;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete {
|
|
z-index: 10;
|
|
width: 16px;
|
|
margin: 0 4px;
|
|
color: rgba(255, 255, 255, 0.85);
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-eye:hover,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-download:hover,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-actions .anticon-delete:hover {
|
|
color: #fff;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item-info:hover + .ant-upload-list-item-actions,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-actions:hover {
|
|
opacity: 1;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-thumbnail img {
|
|
position: static;
|
|
display: block;
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: cover;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item-name {
|
|
display: none;
|
|
margin: 8px 0 0;
|
|
padding: 0;
|
|
line-height: 1.66667;
|
|
text-align: center;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
|
|
position: absolute;
|
|
bottom: 10px;
|
|
display: block;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item-uploading.ant-upload-list-item {
|
|
background-color: #fafafa;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info {
|
|
height: auto;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info::before,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-eye,
|
|
.ant-upload-list-picture-card .ant-upload-list-item-uploading .ant-upload-list-item-info .anticon-delete {
|
|
display: none;
|
|
}
|
|
.ant-upload-list-picture-card .ant-upload-list-item-progress {
|
|
bottom: 32px;
|
|
padding-left: 0;
|
|
}
|
|
.ant-upload-list .ant-upload-success-icon {
|
|
color: #52c41a;
|
|
font-weight: bold;
|
|
}
|
|
.ant-upload-list .ant-upload-animate-enter,
|
|
.ant-upload-list .ant-upload-animate-leave,
|
|
.ant-upload-list .ant-upload-animate-inline-enter,
|
|
.ant-upload-list .ant-upload-animate-inline-leave {
|
|
animation-duration: 0.3s;
|
|
animation-fill-mode: cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
|
}
|
|
.ant-upload-list .ant-upload-animate-enter {
|
|
animation-name: uploadAnimateIn;
|
|
}
|
|
.ant-upload-list .ant-upload-animate-leave {
|
|
animation-name: uploadAnimateOut;
|
|
}
|
|
.ant-upload-list .ant-upload-animate-inline-enter {
|
|
animation-name: uploadAnimateInlineIn;
|
|
}
|
|
.ant-upload-list .ant-upload-animate-inline-leave {
|
|
animation-name: uploadAnimateInlineOut;
|
|
}
|
|
@keyframes uploadAnimateIn {
|
|
from {
|
|
height: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes uploadAnimateOut {
|
|
to {
|
|
height: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes uploadAnimateInlineIn {
|
|
from {
|
|
width: 0;
|
|
height: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes uploadAnimateInlineOut {
|
|
to {
|
|
width: 0;
|
|
height: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.ant-upload-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-upload-rtl.ant-upload.ant-upload-select-picture-card {
|
|
float: right;
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-upload-list-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-1 {
|
|
padding-right: 22px;
|
|
padding-left: 14px;
|
|
}
|
|
.ant-upload-list-rtl .ant-upload-list-item-list-type-text:hover .ant-upload-list-item-name-icon-count-2 {
|
|
padding-right: 22px;
|
|
padding-left: 28px;
|
|
}
|
|
.ant-upload-list-rtl .ant-upload-list-item-name {
|
|
padding-right: 20px;
|
|
padding-left: 0;
|
|
}
|
|
.ant-upload-list-rtl .ant-upload-list-item-name-icon-count-1 {
|
|
padding-left: 14px;
|
|
}
|
|
.ant-upload-list-rtl .ant-upload-list-item-card-actions {
|
|
right: auto;
|
|
left: 0;
|
|
}
|
|
.ant-upload-list-rtl .ant-upload-list-item-card-actions .anticon {
|
|
padding-right: 0;
|
|
padding-left: 5px;
|
|
}
|
|
.ant-upload-list-rtl .ant-upload-list-item-info {
|
|
padding: 0 4px 0 12px;
|
|
}
|
|
.ant-upload-list-rtl .ant-upload-list-item .anticon-close {
|
|
right: auto;
|
|
left: 4px;
|
|
}
|
|
.ant-upload-list-rtl .ant-upload-list-item-error .ant-upload-list-item-card-actions .anticon {
|
|
padding-right: 0;
|
|
padding-left: 5px;
|
|
}
|
|
.ant-upload-list-rtl .ant-upload-list-item-progress {
|
|
padding-right: 24px;
|
|
padding-left: 0;
|
|
}
|
|
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-thumbnail,
|
|
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-thumbnail {
|
|
right: 8px;
|
|
left: auto;
|
|
}
|
|
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-icon,
|
|
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-icon {
|
|
right: 50%;
|
|
left: auto;
|
|
-ms-transform: translate(50%, -50%);
|
|
transform: translate(50%, -50%);
|
|
}
|
|
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name,
|
|
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name {
|
|
margin: 0 8px 0 0;
|
|
padding-right: 48px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-1,
|
|
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-1 {
|
|
padding-right: 48px;
|
|
padding-left: 18px;
|
|
}
|
|
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-name-icon-count-2,
|
|
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-name-icon-count-2 {
|
|
padding-right: 48px;
|
|
padding-left: 36px;
|
|
}
|
|
.ant-upload-list-rtl.ant-upload-list-picture .ant-upload-list-item-progress,
|
|
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-progress {
|
|
padding-right: 56px;
|
|
padding-left: 0;
|
|
}
|
|
.ant-upload-list-rtl.ant-upload-list-picture .anticon-close,
|
|
.ant-upload-list-rtl.ant-upload-list-picture-card .anticon-close {
|
|
right: auto;
|
|
left: 8px;
|
|
}
|
|
.ant-upload-list-rtl .ant-upload-list-picture-card-container {
|
|
float: right;
|
|
margin: 0 0 8px 8px;
|
|
}
|
|
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item {
|
|
float: right;
|
|
margin: 0 0 8px 8px;
|
|
}
|
|
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-actions {
|
|
right: 50%;
|
|
left: auto;
|
|
-ms-transform: translate(50%, -50%);
|
|
transform: translate(50%, -50%);
|
|
}
|
|
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-file + .ant-upload-list-item-name {
|
|
margin: 8px 0 0;
|
|
padding: 0;
|
|
}
|
|
.ant-upload-list-rtl.ant-upload-list-picture-card .ant-upload-list-item-info {
|
|
padding: 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.img___3e4yQ {
|
|
position: relative;
|
|
width: 400px;
|
|
height: auto;
|
|
background-color: #f4f3f4;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.img___3e4yQ > div {
|
|
position: absolute;
|
|
right: -6px;
|
|
top: -6px;
|
|
cursor: pointer;
|
|
background-color: #fff;
|
|
width: 16px;
|
|
height: 16px;
|
|
border-radius: 50%;
|
|
}
|
|
/* 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-badge {
|
|
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;
|
|
color: unset;
|
|
line-height: 1;
|
|
}
|
|
.ant-badge-count {
|
|
z-index: auto;
|
|
min-width: 18px;
|
|
height: 18px;
|
|
padding: 0 6px;
|
|
color: #fff;
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
background: #ff4d4f;
|
|
border-radius: 9px;
|
|
box-shadow: 0 0 0 1px #fff;
|
|
}
|
|
.ant-badge-count a,
|
|
.ant-badge-count a:hover {
|
|
color: #fff;
|
|
}
|
|
.ant-badge-count-sm {
|
|
min-width: 14px;
|
|
height: 14px;
|
|
padding: 0;
|
|
font-size: 12px;
|
|
line-height: 14px;
|
|
border-radius: 7px;
|
|
}
|
|
.ant-badge-multiple-words {
|
|
padding: 0 8px;
|
|
}
|
|
.ant-badge-dot {
|
|
z-index: auto;
|
|
width: 6px;
|
|
height: 6px;
|
|
background: #ff4d4f;
|
|
border-radius: 100%;
|
|
box-shadow: 0 0 0 1px #fff;
|
|
}
|
|
.ant-badge-count,
|
|
.ant-badge-dot,
|
|
.ant-badge .ant-scroll-number-custom-component {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
-ms-transform: translate(50%, -50%);
|
|
transform: translate(50%, -50%);
|
|
-ms-transform-origin: 100% 0%;
|
|
transform-origin: 100% 0%;
|
|
}
|
|
.ant-badge-status {
|
|
line-height: inherit;
|
|
vertical-align: baseline;
|
|
}
|
|
.ant-badge-status-dot {
|
|
position: relative;
|
|
top: -1px;
|
|
display: inline-block;
|
|
width: 6px;
|
|
height: 6px;
|
|
vertical-align: middle;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-badge-status-success {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-badge-status-processing {
|
|
position: relative;
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-badge-status-processing::after {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #1890ff;
|
|
border-radius: 50%;
|
|
animation: antStatusProcessing 1.2s infinite ease-in-out;
|
|
content: '';
|
|
}
|
|
.ant-badge-status-default {
|
|
background-color: #d9d9d9;
|
|
}
|
|
.ant-badge-status-error {
|
|
background-color: #ff4d4f;
|
|
}
|
|
.ant-badge-status-warning {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-badge-status-pink {
|
|
background: #eb2f96;
|
|
}
|
|
.ant-badge-status-magenta {
|
|
background: #eb2f96;
|
|
}
|
|
.ant-badge-status-red {
|
|
background: #f5222d;
|
|
}
|
|
.ant-badge-status-volcano {
|
|
background: #fa541c;
|
|
}
|
|
.ant-badge-status-orange {
|
|
background: #fa8c16;
|
|
}
|
|
.ant-badge-status-yellow {
|
|
background: #fadb14;
|
|
}
|
|
.ant-badge-status-gold {
|
|
background: #faad14;
|
|
}
|
|
.ant-badge-status-cyan {
|
|
background: #13c2c2;
|
|
}
|
|
.ant-badge-status-lime {
|
|
background: #a0d911;
|
|
}
|
|
.ant-badge-status-green {
|
|
background: #52c41a;
|
|
}
|
|
.ant-badge-status-blue {
|
|
background: #1890ff;
|
|
}
|
|
.ant-badge-status-geekblue {
|
|
background: #2f54eb;
|
|
}
|
|
.ant-badge-status-purple {
|
|
background: #722ed1;
|
|
}
|
|
.ant-badge-status-text {
|
|
margin-left: 8px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
}
|
|
.ant-badge-zoom-appear,
|
|
.ant-badge-zoom-enter {
|
|
animation: antZoomBadgeIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
|
|
animation-fill-mode: both;
|
|
}
|
|
.ant-badge-zoom-leave {
|
|
animation: antZoomBadgeOut 0.3s cubic-bezier(0.71, -0.46, 0.88, 0.6);
|
|
animation-fill-mode: both;
|
|
}
|
|
.ant-badge-not-a-wrapper:not(.ant-badge-status) {
|
|
vertical-align: middle;
|
|
}
|
|
.ant-badge-not-a-wrapper .ant-scroll-number {
|
|
position: relative;
|
|
top: auto;
|
|
display: block;
|
|
}
|
|
.ant-badge-not-a-wrapper .ant-badge-count {
|
|
-ms-transform: none;
|
|
transform: none;
|
|
}
|
|
@keyframes antStatusProcessing {
|
|
0% {
|
|
transform: scale(0.8);
|
|
opacity: 0.5;
|
|
}
|
|
100% {
|
|
transform: scale(2.4);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.ant-scroll-number {
|
|
overflow: hidden;
|
|
}
|
|
.ant-scroll-number-only {
|
|
display: inline-block;
|
|
height: 18px;
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
}
|
|
.ant-scroll-number-only > p.ant-scroll-number-only-unit {
|
|
height: 18px;
|
|
margin: 0;
|
|
}
|
|
.ant-scroll-number-symbol {
|
|
vertical-align: top;
|
|
}
|
|
@keyframes antZoomBadgeIn {
|
|
0% {
|
|
transform: scale(0) translate(50%, -50%);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: scale(1) translate(50%, -50%);
|
|
}
|
|
}
|
|
@keyframes antZoomBadgeOut {
|
|
0% {
|
|
transform: scale(1) translate(50%, -50%);
|
|
}
|
|
100% {
|
|
transform: scale(0) translate(50%, -50%);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
.ant-ribbon-wrapper {
|
|
position: relative;
|
|
}
|
|
.ant-ribbon {
|
|
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: 8px;
|
|
height: 22px;
|
|
padding: 0 8px;
|
|
color: #fff;
|
|
line-height: 22px;
|
|
white-space: nowrap;
|
|
background-color: #1890ff;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-ribbon-corner {
|
|
position: absolute;
|
|
top: 100%;
|
|
width: 8px;
|
|
height: 8px;
|
|
color: #1890ff;
|
|
border: 4px solid;
|
|
-ms-transform: scaleY(0.75);
|
|
transform: scaleY(0.75);
|
|
-ms-transform-origin: top;
|
|
transform-origin: top;
|
|
}
|
|
.ant-ribbon-corner::after {
|
|
position: absolute;
|
|
top: -4px;
|
|
left: -4px;
|
|
width: inherit;
|
|
height: inherit;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
border: inherit;
|
|
content: '';
|
|
}
|
|
.ant-ribbon-color-pink {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-ribbon-color-pink .ant-ribbon-corner {
|
|
color: #eb2f96;
|
|
}
|
|
.ant-ribbon-color-magenta {
|
|
background-color: #eb2f96;
|
|
}
|
|
.ant-ribbon-color-magenta .ant-ribbon-corner {
|
|
color: #eb2f96;
|
|
}
|
|
.ant-ribbon-color-red {
|
|
background-color: #f5222d;
|
|
}
|
|
.ant-ribbon-color-red .ant-ribbon-corner {
|
|
color: #f5222d;
|
|
}
|
|
.ant-ribbon-color-volcano {
|
|
background-color: #fa541c;
|
|
}
|
|
.ant-ribbon-color-volcano .ant-ribbon-corner {
|
|
color: #fa541c;
|
|
}
|
|
.ant-ribbon-color-orange {
|
|
background-color: #fa8c16;
|
|
}
|
|
.ant-ribbon-color-orange .ant-ribbon-corner {
|
|
color: #fa8c16;
|
|
}
|
|
.ant-ribbon-color-yellow {
|
|
background-color: #fadb14;
|
|
}
|
|
.ant-ribbon-color-yellow .ant-ribbon-corner {
|
|
color: #fadb14;
|
|
}
|
|
.ant-ribbon-color-gold {
|
|
background-color: #faad14;
|
|
}
|
|
.ant-ribbon-color-gold .ant-ribbon-corner {
|
|
color: #faad14;
|
|
}
|
|
.ant-ribbon-color-cyan {
|
|
background-color: #13c2c2;
|
|
}
|
|
.ant-ribbon-color-cyan .ant-ribbon-corner {
|
|
color: #13c2c2;
|
|
}
|
|
.ant-ribbon-color-lime {
|
|
background-color: #a0d911;
|
|
}
|
|
.ant-ribbon-color-lime .ant-ribbon-corner {
|
|
color: #a0d911;
|
|
}
|
|
.ant-ribbon-color-green {
|
|
background-color: #52c41a;
|
|
}
|
|
.ant-ribbon-color-green .ant-ribbon-corner {
|
|
color: #52c41a;
|
|
}
|
|
.ant-ribbon-color-blue {
|
|
background-color: #1890ff;
|
|
}
|
|
.ant-ribbon-color-blue .ant-ribbon-corner {
|
|
color: #1890ff;
|
|
}
|
|
.ant-ribbon-color-geekblue {
|
|
background-color: #2f54eb;
|
|
}
|
|
.ant-ribbon-color-geekblue .ant-ribbon-corner {
|
|
color: #2f54eb;
|
|
}
|
|
.ant-ribbon-color-purple {
|
|
background-color: #722ed1;
|
|
}
|
|
.ant-ribbon-color-purple .ant-ribbon-corner {
|
|
color: #722ed1;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-end {
|
|
right: -8px;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner {
|
|
right: 0;
|
|
border-color: currentColor transparent transparent currentColor;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-end .ant-ribbon-corner::after {
|
|
border-color: currentColor transparent transparent currentColor;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-start {
|
|
left: -8px;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner {
|
|
left: 0;
|
|
border-color: currentColor currentColor transparent transparent;
|
|
}
|
|
.ant-ribbon.ant-ribbon-placement-start .ant-ribbon-corner::after {
|
|
border-color: currentColor currentColor transparent transparent;
|
|
}
|
|
.ant-badge-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-badge-rtl .ant-badge-count,
|
|
.ant-badge-rtl .ant-badge-dot,
|
|
.ant-badge-rtl .ant-badge .ant-scroll-number-custom-component {
|
|
right: auto;
|
|
left: 0;
|
|
direction: ltr;
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
-ms-transform-origin: 0% 0%;
|
|
transform-origin: 0% 0%;
|
|
}
|
|
.ant-badge-rtl.ant-badge .ant-scroll-number-custom-component {
|
|
right: auto;
|
|
left: 0;
|
|
-ms-transform: translate(-50%, -50%);
|
|
transform: translate(-50%, -50%);
|
|
-ms-transform-origin: 0% 0%;
|
|
transform-origin: 0% 0%;
|
|
}
|
|
.ant-badge-rtl .ant-badge-status-text {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-badge-rtl .ant-badge-zoom-appear,
|
|
.ant-badge-rtl .ant-badge-zoom-enter {
|
|
animation-name: antZoomBadgeInRtl;
|
|
}
|
|
.ant-badge-rtl .ant-badge-zoom-leave {
|
|
animation-name: antZoomBadgeOutRtl;
|
|
}
|
|
.ant-badge-not-a-wrapper .ant-badge-count {
|
|
-ms-transform: none;
|
|
transform: none;
|
|
}
|
|
.ant-ribbon-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-end {
|
|
right: unset;
|
|
left: -8px;
|
|
border-bottom-right-radius: 2px;
|
|
border-bottom-left-radius: 0;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner {
|
|
right: unset;
|
|
left: 0;
|
|
border-color: currentColor currentColor transparent transparent;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-end .ant-ribbon-corner::after {
|
|
border-color: currentColor currentColor transparent transparent;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-start {
|
|
right: -8px;
|
|
left: unset;
|
|
border-bottom-right-radius: 0;
|
|
border-bottom-left-radius: 2px;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner {
|
|
right: 0;
|
|
left: unset;
|
|
border-color: currentColor transparent transparent currentColor;
|
|
}
|
|
.ant-ribbon-rtl.ant-ribbon-placement-start .ant-ribbon-corner::after {
|
|
border-color: currentColor transparent transparent currentColor;
|
|
}
|
|
@keyframes antZoomBadgeInRtl {
|
|
0% {
|
|
transform: scale(0) translate(-50%, -50%);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: scale(1) translate(-50%, -50%);
|
|
}
|
|
}
|
|
@keyframes antZoomBadgeOutRtl {
|
|
0% {
|
|
transform: scale(1) translate(-50%, -50%);
|
|
}
|
|
100% {
|
|
transform: scale(0) translate(-50%, -50%);
|
|
opacity: 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-select-auto-complete {
|
|
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-select-auto-complete .ant-select-clear {
|
|
right: 13px;
|
|
}
|
|
/* 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-select-single .ant-select-selector {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.ant-select-single .ant-select-selector .ant-select-selection-search {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 7px;
|
|
bottom: 0;
|
|
left: 7px;
|
|
}
|
|
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
|
|
width: 100%;
|
|
}
|
|
.ant-select-single .ant-select-selector .ant-select-selection-item,
|
|
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
padding: 0;
|
|
line-height: 26px;
|
|
transition: all 0.3s;
|
|
}
|
|
@supports (-moz-appearance: meterbar) {
|
|
.ant-select-single .ant-select-selector .ant-select-selection-item,
|
|
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
line-height: 26px;
|
|
}
|
|
}
|
|
.ant-select-single .ant-select-selector .ant-select-selection-item {
|
|
position: relative;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
pointer-events: none;
|
|
}
|
|
.ant-select-single .ant-select-selector::after,
|
|
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
|
|
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
visibility: hidden;
|
|
content: '\a0';
|
|
}
|
|
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
|
|
right: 19px;
|
|
}
|
|
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
|
|
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
|
|
padding-right: 15px;
|
|
}
|
|
.ant-select-single.ant-select-open .ant-select-selection-item {
|
|
opacity: 0.4;
|
|
}
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
position: relative;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
width: 100%;
|
|
height: 28px;
|
|
padding: 0 7px;
|
|
}
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
|
|
cursor: pointer;
|
|
}
|
|
.ant-select-show-search.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
cursor: text;
|
|
}
|
|
.ant-select-show-search.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
|
|
cursor: auto;
|
|
}
|
|
.ant-select-focused.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:not(.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector) {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
}
|
|
.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
|
|
height: 26px;
|
|
}
|
|
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
|
|
line-height: 26px;
|
|
}
|
|
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
|
|
display: none;
|
|
}
|
|
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
|
|
position: static;
|
|
width: 100%;
|
|
}
|
|
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
|
|
position: absolute;
|
|
right: 0;
|
|
left: 0;
|
|
padding: 0 7px;
|
|
}
|
|
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
|
|
display: none;
|
|
}
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
|
|
height: 32px;
|
|
}
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
|
|
line-height: 30px;
|
|
}
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
|
|
height: 30px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
|
|
height: 22px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
|
|
line-height: 20px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
|
|
height: 20px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
|
|
right: 7px;
|
|
left: 7px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
|
|
padding: 0 7px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
|
|
right: 25px;
|
|
}
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
|
|
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
|
|
padding-right: 18px;
|
|
}
|
|
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
|
|
padding: 0 11px;
|
|
}
|
|
/**
|
|
* Do not merge `height` & `line-height` under style with `selection` & `search`,
|
|
* since chrome may update to redesign with its align logic.
|
|
*/
|
|
.ant-select-multiple .ant-select-selector {
|
|
position: relative;
|
|
background-color: #fff;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 0 3px;
|
|
}
|
|
.ant-select-multiple .ant-select-selector input {
|
|
cursor: pointer;
|
|
}
|
|
.ant-select-show-search.ant-select-multiple .ant-select-selector {
|
|
cursor: text;
|
|
}
|
|
.ant-select-show-search.ant-select-multiple .ant-select-selector input {
|
|
cursor: auto;
|
|
}
|
|
.ant-select-focused.ant-select-multiple .ant-select-selector:not(.ant-select-disabled.ant-select-multiple .ant-select-selector) {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
}
|
|
.ant-select-disabled.ant-select-multiple .ant-select-selector {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-disabled.ant-select-multiple .ant-select-selector input {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-multiple .ant-select-selector .ant-select-selection-search-input {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
}
|
|
.ant-select-show-search.ant-select-multiple .ant-select-selector {
|
|
cursor: text;
|
|
}
|
|
.ant-select-disabled.ant-select-multiple .ant-select-selector {
|
|
background: #f5f5f5;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-multiple .ant-select-selector::after {
|
|
display: inline-block;
|
|
width: 0;
|
|
margin: 3px 0;
|
|
line-height: 20px;
|
|
content: '\a0';
|
|
}
|
|
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
|
|
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
|
|
padding-right: 20px;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item {
|
|
position: relative;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex: none;
|
|
flex: none;
|
|
box-sizing: border-box;
|
|
max-width: 100%;
|
|
height: 20px;
|
|
margin-top: 3px;
|
|
margin-right: 3px;
|
|
margin-bottom: 3px;
|
|
padding: 0 2px 0 4px;
|
|
line-height: 18px;
|
|
background: #f5f5f5;
|
|
border: 1px solid #f0f0f0;
|
|
border-radius: 2px;
|
|
cursor: default;
|
|
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
|
|
color: #bfbfbf;
|
|
border-color: #d9d9d9;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-content {
|
|
display: inline-block;
|
|
margin-right: 2px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove {
|
|
color: inherit;
|
|
font-style: normal;
|
|
line-height: 0;
|
|
text-align: center;
|
|
text-transform: none;
|
|
vertical-align: -0.125em;
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
line-height: inherit;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
font-size: 10px;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove > * {
|
|
line-height: 1;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove svg {
|
|
display: inline-block;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove::before {
|
|
display: none;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
|
|
display: block;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
|
|
vertical-align: -0.2em;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-item-remove:hover {
|
|
color: rgba(0, 0, 0, 0.75);
|
|
}
|
|
.ant-select-multiple .ant-select-selection-search {
|
|
position: relative;
|
|
margin-left: 0;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-search-input,
|
|
.ant-select-multiple .ant-select-selection-search-mirror {
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
line-height: 1.66667;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-search-input {
|
|
width: 100%;
|
|
min-width: 3px;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-search-mirror {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 999;
|
|
white-space: nowrap;
|
|
visibility: hidden;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-search:first-child .ant-select-selection-search-input {
|
|
margin-left: 6.5px;
|
|
}
|
|
.ant-select-multiple .ant-select-selection-placeholder {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 7px;
|
|
left: 7px;
|
|
-ms-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
|
|
line-height: 26px;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
|
|
height: 26px;
|
|
line-height: 24px;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
|
|
height: 26px;
|
|
line-height: 26px;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
|
|
height: 26px;
|
|
line-height: 24px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
|
|
line-height: 16px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
|
|
height: 16px;
|
|
line-height: 14px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
|
|
height: 16px;
|
|
line-height: 16px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
|
|
height: 16px;
|
|
line-height: 14px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
|
|
left: 7px;
|
|
}
|
|
.ant-select-multiple.ant-select-sm .ant-select-selection-search:first-child .ant-select-selection-search-input {
|
|
margin-left: 3px;
|
|
}
|
|
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
|
|
height: 24px;
|
|
line-height: 24px;
|
|
}
|
|
.ant-select-disabled .ant-select-selection-item-remove {
|
|
display: none;
|
|
}
|
|
/* Reset search input style */
|
|
.ant-select {
|
|
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;
|
|
cursor: pointer;
|
|
}
|
|
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
}
|
|
.ant-select-selection-item {
|
|
-ms-flex: 1 1;
|
|
flex: 1 1;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
@media all and (-ms-high-contrast: none) {
|
|
.ant-select-selection-item *::-ms-backdrop,
|
|
.ant-select-selection-item {
|
|
-ms-flex: auto;
|
|
flex: auto;
|
|
}
|
|
}
|
|
.ant-select-selection-placeholder {
|
|
-ms-flex: 1 1;
|
|
flex: 1 1;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
opacity: 0.4;
|
|
}
|
|
@media all and (-ms-high-contrast: none) {
|
|
.ant-select-selection-placeholder *::-ms-backdrop,
|
|
.ant-select-selection-placeholder {
|
|
-ms-flex: auto;
|
|
flex: auto;
|
|
}
|
|
}
|
|
.ant-select-arrow {
|
|
display: inline-block;
|
|
color: inherit;
|
|
font-style: normal;
|
|
line-height: 0;
|
|
text-transform: none;
|
|
vertical-align: -0.125em;
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
position: absolute;
|
|
top: 53%;
|
|
right: 7px;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-top: -6px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-size: 12px;
|
|
line-height: 1;
|
|
text-align: center;
|
|
pointer-events: none;
|
|
}
|
|
.ant-select-arrow > * {
|
|
line-height: 1;
|
|
}
|
|
.ant-select-arrow svg {
|
|
display: inline-block;
|
|
}
|
|
.ant-select-arrow::before {
|
|
display: none;
|
|
}
|
|
.ant-select-arrow .ant-select-arrow-icon {
|
|
display: block;
|
|
}
|
|
.ant-select-arrow .anticon {
|
|
vertical-align: top;
|
|
transition: transform 0.3s;
|
|
}
|
|
.ant-select-arrow .anticon > svg {
|
|
vertical-align: top;
|
|
}
|
|
.ant-select-arrow .anticon:not(.ant-select-suffix) {
|
|
pointer-events: auto;
|
|
}
|
|
.ant-select-disabled .ant-select-arrow {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-clear {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 7px;
|
|
z-index: 1;
|
|
display: inline-block;
|
|
width: 12px;
|
|
height: 12px;
|
|
margin-top: -6px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
line-height: 1;
|
|
text-align: center;
|
|
text-transform: none;
|
|
background: #fff;
|
|
cursor: pointer;
|
|
opacity: 0;
|
|
transition: color 0.3s ease, opacity 0.15s ease;
|
|
text-rendering: auto;
|
|
}
|
|
.ant-select-clear::before {
|
|
display: block;
|
|
}
|
|
.ant-select-clear:hover {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-select:hover .ant-select-clear {
|
|
opacity: 1;
|
|
}
|
|
.ant-select-dropdown {
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum", ;
|
|
position: absolute;
|
|
top: -9999px;
|
|
left: -9999px;
|
|
z-index: 1050;
|
|
box-sizing: border-box;
|
|
padding: 4px 0;
|
|
overflow: hidden;
|
|
font-size: 12px;
|
|
font-variant: initial;
|
|
background-color: #fff;
|
|
border-radius: 2px;
|
|
outline: none;
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
}
|
|
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
|
|
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
|
|
animation-name: antSlideUpIn;
|
|
}
|
|
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
|
|
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
|
|
animation-name: antSlideDownIn;
|
|
}
|
|
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
|
|
animation-name: antSlideUpOut;
|
|
}
|
|
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
|
|
animation-name: antSlideDownOut;
|
|
}
|
|
.ant-select-dropdown-hidden {
|
|
display: none;
|
|
}
|
|
.ant-select-dropdown-empty {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-select-item-empty {
|
|
position: relative;
|
|
display: block;
|
|
min-height: 28px;
|
|
padding: 5px 8px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-select-item {
|
|
position: relative;
|
|
display: block;
|
|
min-height: 28px;
|
|
padding: 5px 8px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
cursor: pointer;
|
|
transition: background 0.3s ease;
|
|
}
|
|
.ant-select-item-group {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
cursor: default;
|
|
}
|
|
.ant-select-item-option {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.ant-select-item-option-content {
|
|
-ms-flex: auto;
|
|
flex: auto;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-select-item-option-state {
|
|
-ms-flex: none;
|
|
flex: none;
|
|
}
|
|
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
|
|
background-color: #f5f5f5;
|
|
}
|
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 600;
|
|
background-color: #e6f7ff;
|
|
}
|
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
|
|
color: #1890ff;
|
|
}
|
|
.ant-select-item-option-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-select-item-option-grouped {
|
|
padding-left: 16px;
|
|
}
|
|
.ant-select-lg {
|
|
font-size: 14px;
|
|
}
|
|
.ant-select-borderless .ant-select-selector {
|
|
background-color: transparent !important;
|
|
border-color: transparent !important;
|
|
box-shadow: none !important;
|
|
}
|
|
.ant-select-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-select-rtl .ant-select-arrow {
|
|
right: auto;
|
|
right: initial;
|
|
left: 7px;
|
|
}
|
|
.ant-select-rtl .ant-select-clear {
|
|
right: auto;
|
|
right: initial;
|
|
left: 7px;
|
|
}
|
|
.ant-select-dropdown-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
|
|
padding-right: 16px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
|
|
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
|
|
padding-right: 3px;
|
|
padding-left: 20px;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
|
|
margin-right: 0;
|
|
margin-left: 3px;
|
|
padding: 0 4px 0 2px;
|
|
text-align: right;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
|
|
margin-right: 0;
|
|
margin-left: 2px;
|
|
text-align: right;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple .ant-select-selection-search {
|
|
margin-right: 0;
|
|
margin-left: 3px;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
|
|
right: 0;
|
|
left: auto;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
|
|
right: 7px;
|
|
left: auto;
|
|
}
|
|
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
|
|
right: 7px;
|
|
}
|
|
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
|
|
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
right: 0;
|
|
left: 9px;
|
|
text-align: right;
|
|
}
|
|
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
|
|
right: 7px;
|
|
left: 19px;
|
|
}
|
|
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
|
|
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
|
|
padding-right: 0;
|
|
padding-left: 15px;
|
|
}
|
|
.ant-select-rtl.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
padding: 0 7px;
|
|
}
|
|
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
|
|
right: 0;
|
|
}
|
|
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
|
|
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
|
|
padding-right: 0;
|
|
padding-left: 18px;
|
|
}
|
|
/* 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-empty {
|
|
margin: 0 8px;
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
text-align: center;
|
|
}
|
|
.ant-empty-image {
|
|
height: 100px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.ant-empty-image img {
|
|
height: 100%;
|
|
}
|
|
.ant-empty-image svg {
|
|
height: 100%;
|
|
margin: auto;
|
|
}
|
|
.ant-empty-description {
|
|
margin: 0;
|
|
}
|
|
.ant-empty-footer {
|
|
margin-top: 16px;
|
|
}
|
|
.ant-empty-normal {
|
|
margin: 32px 0;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-empty-normal .ant-empty-image {
|
|
height: 40px;
|
|
}
|
|
.ant-empty-small {
|
|
margin: 8px 0;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-empty-small .ant-empty-image {
|
|
height: 35px;
|
|
}
|
|
.ant-empty-img-default-ellipse {
|
|
fill-opacity: 0.8;
|
|
fill: #f5f5f5;
|
|
}
|
|
.ant-empty-img-default-path-1 {
|
|
fill: #aeb8c2;
|
|
}
|
|
.ant-empty-img-default-path-2 {
|
|
fill: url(#linearGradient-1);
|
|
}
|
|
.ant-empty-img-default-path-3 {
|
|
fill: #f5f5f7;
|
|
}
|
|
.ant-empty-img-default-path-4 {
|
|
fill: #dce0e6;
|
|
}
|
|
.ant-empty-img-default-path-5 {
|
|
fill: #dce0e6;
|
|
}
|
|
.ant-empty-img-default-g {
|
|
fill: #fff;
|
|
}
|
|
.ant-empty-img-simple-ellipse {
|
|
fill: #f5f5f5;
|
|
}
|
|
.ant-empty-img-simple-g {
|
|
stroke: #d9d9d9;
|
|
}
|
|
.ant-empty-img-simple-path {
|
|
fill: #fafafa;
|
|
}
|
|
.ant-empty-rtl {
|
|
direction: rtl;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.selectSchool___2Vrh7 {
|
|
width: 200px;
|
|
}
|
|
.delete___qM8Jm {
|
|
min-width: 18px;
|
|
height: 18px;
|
|
padding: 0 6px;
|
|
color: #fff;
|
|
font-weight: 400;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
background: #ff4d4f;
|
|
border-radius: 9px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
@font-face{font-family:KaTeX_AMS;src:url(./static/KaTeX_AMS-Regular.d4531cf7.woff2) format("woff2"),url(./static/KaTeX_AMS-Regular.b1489df1.woff) format("woff"),url(./static/KaTeX_AMS-Regular.f80d9eaf.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(./static/KaTeX_Caligraphic-Bold.f046a374.woff2) format("woff2"),url(./static/KaTeX_Caligraphic-Bold.7ce7636b.woff) format("woff"),url(./static/KaTeX_Caligraphic-Bold.0c96bc8f.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Caligraphic;src:url(./static/KaTeX_Caligraphic-Regular.4519ba4c.woff2) format("woff2"),url(./static/KaTeX_Caligraphic-Regular.4a559f36.woff) format("woff"),url(./static/KaTeX_Caligraphic-Regular.35f3c951.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(./static/KaTeX_Fraktur-Bold.5b8749ee.woff2) format("woff2"),url(./static/KaTeX_Fraktur-Bold.2ea3916b.woff) format("woff"),url(./static/KaTeX_Fraktur-Bold.069514d4.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Fraktur;src:url(./static/KaTeX_Fraktur-Regular.2c629b06.woff2) format("woff2"),url(./static/KaTeX_Fraktur-Regular.0d90113d.woff) format("woff"),url(./static/KaTeX_Fraktur-Regular.96556db6.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-Bold.20b90c20.woff2) format("woff2"),url(./static/KaTeX_Main-Bold.a9cdbc85.woff) format("woff"),url(./static/KaTeX_Main-Bold.07e762d0.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-BoldItalic.b345de5b.woff2) format("woff2"),url(./static/KaTeX_Main-BoldItalic.7649d52f.woff) format("woff"),url(./static/KaTeX_Main-BoldItalic.bc8d96e9.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-Italic.ab751a9e.woff2) format("woff2"),url(./static/KaTeX_Main-Italic.e3954fe9.woff) format("woff"),url(./static/KaTeX_Main-Italic.44a32ae6.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:KaTeX_Main;src:url(./static/KaTeX_Main-Regular.13b3f852.woff2) format("woff2"),url(./static/KaTeX_Main-Regular.9e75cd60.woff) format("woff"),url(./static/KaTeX_Main-Regular.af7fc7b3.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Math;src:url(./static/KaTeX_Math-BoldItalic.d5d35e84.woff2) format("woff2"),url(./static/KaTeX_Math-BoldItalic.94810ff6.woff) format("woff"),url(./static/KaTeX_Math-BoldItalic.4d6241be.ttf) format("truetype");font-weight:700;font-style:italic}@font-face{font-family:KaTeX_Math;src:url(./static/KaTeX_Math-Italic.ffda8803.woff2) format("woff2"),url(./static/KaTeX_Math-Italic.11278d36.woff) format("woff"),url(./static/KaTeX_Math-Italic.cae7ea26.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"KaTeX_SansSerif";src:url(./static/KaTeX_SansSerif-Bold.5a20a475.woff2) format("woff2"),url(./static/KaTeX_SansSerif-Bold.2946bdb5.woff) format("woff"),url(./static/KaTeX_SansSerif-Bold.f0ad0abc.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"KaTeX_SansSerif";src:url(./static/KaTeX_SansSerif-Italic.e5fc2aef.woff2) format("woff2"),url(./static/KaTeX_SansSerif-Italic.c834ba6d.woff) format("woff"),url(./static/KaTeX_SansSerif-Italic.c7feacd5.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"KaTeX_SansSerif";src:url(./static/KaTeX_SansSerif-Regular.5bf28900.woff2) format("woff2"),url(./static/KaTeX_SansSerif-Regular.a4fd0563.woff) format("woff"),url(./static/KaTeX_SansSerif-Regular.5af9e1cf.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Script;src:url(./static/KaTeX_Script-Regular.a1c15978.woff2) format("woff2"),url(./static/KaTeX_Script-Regular.cd3b0634.woff) format("woff"),url(./static/KaTeX_Script-Regular.dd0db7ae.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size1;src:url(./static/KaTeX_Size1-Regular.1876361f.woff2) format("woff2"),url(./static/KaTeX_Size1-Regular.c4ae0d25.woff) format("woff"),url(./static/KaTeX_Size1-Regular.bbd9552c.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size2;src:url(./static/KaTeX_Size2-Regular.f516b73c.woff2) format("woff2"),url(./static/KaTeX_Size2-Regular.635e9324.woff) format("woff"),url(./static/KaTeX_Size2-Regular.d1e8ff17.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size3;src:url(./static/KaTeX_Size3-Regular.1ef7adae.woff2) format("woff2"),url(./static/KaTeX_Size3-Regular.f32a9fde.woff) format("woff"),url(./static/KaTeX_Size3-Regular.5d632274.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Size4;src:url(./static/KaTeX_Size4-Regular.4f012d6a.woff2) format("woff2"),url(./static/KaTeX_Size4-Regular.f668d566.woff) format("woff"),url(./static/KaTeX_Size4-Regular.1d132596.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:KaTeX_Typewriter;src:url(./static/KaTeX_Typewriter-Regular.4f31d033.woff2) format("woff2"),url(./static/KaTeX_Typewriter-Regular.d3c8e68f.woff) format("woff"),url(./static/KaTeX_Typewriter-Regular.b1d1af1a.ttf) format("truetype");font-weight:400;font-style:normal}.katex{font:normal 1.21em KaTeX_Main,Times New Roman,serif;line-height:1.2;text-indent:0;text-rendering:auto}.katex *{-ms-high-contrast-adjust:none!important}.katex .katex-version:after{content:"0.11.1"}.katex .katex-mathml{position:absolute;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}.katex .katex-html>.newline{display:block}.katex .base{position:relative;white-space:nowrap;width:-webkit-min-content;width:-moz-min-content;width:min-content}.katex .base,.katex .strut{display:inline-block}.katex .textbf{font-weight:700}.katex .textit{font-style:italic}.katex .textrm{font-family:KaTeX_Main}.katex .textsf{font-family:KaTeX_SansSerif}.katex .texttt{font-family:KaTeX_Typewriter}.katex .mathdefault{font-family:KaTeX_Math;font-style:italic}.katex .mathit{font-family:KaTeX_Main;font-style:italic}.katex .mathrm{font-style:normal}.katex .mathbf{font-family:KaTeX_Main;font-weight:700}.katex .boldsymbol{font-family:KaTeX_Math;font-weight:700;font-style:italic}.katex .amsrm,.katex .mathbb,.katex .textbb{font-family:KaTeX_AMS}.katex .mathcal{font-family:KaTeX_Caligraphic}.katex .mathfrak,.katex .textfrak{font-family:KaTeX_Fraktur}.katex .mathtt{font-family:KaTeX_Typewriter}.katex .mathscr,.katex .textscr{font-family:KaTeX_Script}.katex .mathsf,.katex .textsf{font-family:KaTeX_SansSerif}.katex .mathboldsf,.katex .textboldsf{font-family:KaTeX_SansSerif;font-weight:700}.katex .mathitsf,.katex .textitsf{font-family:KaTeX_SansSerif;font-style:italic}.katex .mainrm{font-family:KaTeX_Main;font-style:normal}.katex .vlist-t{display:inline-table;table-layout:fixed}.katex .vlist-r{display:table-row}.katex .vlist{display:table-cell;vertical-align:bottom;position:relative}.katex .vlist>span{display:block;height:0;position:relative}.katex .vlist>span>span{display:inline-block}.katex .vlist>span>.pstrut{overflow:hidden;width:0}.katex .vlist-t2{margin-right:-2px}.katex .vlist-s{display:table-cell;vertical-align:bottom;font-size:1px;width:2px;min-width:2px}.katex .msupsub{text-align:left}.katex .mfrac>span>span{text-align:center}.katex .mfrac .frac-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline,.katex .hline,.katex .mfrac .frac-line,.katex .overline .overline-line,.katex .rule,.katex .underline .underline-line{min-height:1px}.katex .mspace{display:inline-block}.katex .clap,.katex .llap,.katex .rlap{width:0;position:relative}.katex .clap>.inner,.katex .llap>.inner,.katex .rlap>.inner{position:absolute}.katex .clap>.fix,.katex .llap>.fix,.katex .rlap>.fix{display:inline-block}.katex .llap>.inner{right:0}.katex .clap>.inner,.katex .rlap>.inner{left:0}.katex .clap>.inner>span{margin-left:-50%;margin-right:50%}.katex .rule{display:inline-block;border:0 solid;position:relative}.katex .hline,.katex .overline .overline-line,.katex .underline .underline-line{display:inline-block;width:100%;border-bottom-style:solid}.katex .hdashline{display:inline-block;width:100%;border-bottom-style:dashed}.katex .sqrt>.root{margin-left:.27777778em;margin-right:-.55555556em}.katex .fontsize-ensurer.reset-size1.size1,.katex .sizing.reset-size1.size1{font-size:1em}.katex .fontsize-ensurer.reset-size1.size2,.katex .sizing.reset-size1.size2{font-size:1.2em}.katex .fontsize-ensurer.reset-size1.size3,.katex .sizing.reset-size1.size3{font-size:1.4em}.katex .fontsize-ensurer.reset-size1.size4,.katex .sizing.reset-size1.size4{font-size:1.6em}.katex .fontsize-ensurer.reset-size1.size5,.katex .sizing.reset-size1.size5{font-size:1.8em}.katex .fontsize-ensurer.reset-size1.size6,.katex .sizing.reset-size1.size6{font-size:2em}.katex .fontsize-ensurer.reset-size1.size7,.katex .sizing.reset-size1.size7{font-size:2.4em}.katex .fontsize-ensurer.reset-size1.size8,.katex .sizing.reset-size1.size8{font-size:2.88em}.katex .fontsize-ensurer.reset-size1.size9,.katex .sizing.reset-size1.size9{font-size:3.456em}.katex .fontsize-ensurer.reset-size1.size10,.katex .sizing.reset-size1.size10{font-size:4.148em}.katex .fontsize-ensurer.reset-size1.size11,.katex .sizing.reset-size1.size11{font-size:4.976em}.katex .fontsize-ensurer.reset-size2.size1,.katex .sizing.reset-size2.size1{font-size:.83333333em}.katex .fontsize-ensurer.reset-size2.size2,.katex .sizing.reset-size2.size2{font-size:1em}.katex .fontsize-ensurer.reset-size2.size3,.katex .sizing.reset-size2.size3{font-size:1.16666667em}.katex .fontsize-ensurer.reset-size2.size4,.katex .sizing.reset-size2.size4{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size2.size5,.katex .sizing.reset-size2.size5{font-size:1.5em}.katex .fontsize-ensurer.reset-size2.size6,.katex .sizing.reset-size2.size6{font-size:1.66666667em}.katex .fontsize-ensurer.reset-size2.size7,.katex .sizing.reset-size2.size7{font-size:2em}.katex .fontsize-ensurer.reset-size2.size8,.katex .sizing.reset-size2.size8{font-size:2.4em}.katex .fontsize-ensurer.reset-size2.size9,.katex .sizing.reset-size2.size9{font-size:2.88em}.katex .fontsize-ensurer.reset-size2.size10,.katex .sizing.reset-size2.size10{font-size:3.45666667em}.katex .fontsize-ensurer.reset-size2.size11,.katex .sizing.reset-size2.size11{font-size:4.14666667em}.katex .fontsize-ensurer.reset-size3.size1,.katex .sizing.reset-size3.size1{font-size:.71428571em}.katex .fontsize-ensurer.reset-size3.size2,.katex .sizing.reset-size3.size2{font-size:.85714286em}.katex .fontsize-ensurer.reset-size3.size3,.katex .sizing.reset-size3.size3{font-size:1em}.katex .fontsize-ensurer.reset-size3.size4,.katex .sizing.reset-size3.size4{font-size:1.14285714em}.katex .fontsize-ensurer.reset-size3.size5,.katex .sizing.reset-size3.size5{font-size:1.28571429em}.katex .fontsize-ensurer.reset-size3.size6,.katex .sizing.reset-size3.size6{font-size:1.42857143em}.katex .fontsize-ensurer.reset-size3.size7,.katex .sizing.reset-size3.size7{font-size:1.71428571em}.katex .fontsize-ensurer.reset-size3.size8,.katex .sizing.reset-size3.size8{font-size:2.05714286em}.katex .fontsize-ensurer.reset-size3.size9,.katex .sizing.reset-size3.size9{font-size:2.46857143em}.katex .fontsize-ensurer.reset-size3.size10,.katex .sizing.reset-size3.size10{font-size:2.96285714em}.katex .fontsize-ensurer.reset-size3.size11,.katex .sizing.reset-size3.size11{font-size:3.55428571em}.katex .fontsize-ensurer.reset-size4.size1,.katex .sizing.reset-size4.size1{font-size:.625em}.katex .fontsize-ensurer.reset-size4.size2,.katex .sizing.reset-size4.size2{font-size:.75em}.katex .fontsize-ensurer.reset-size4.size3,.katex .sizing.reset-size4.size3{font-size:.875em}.katex .fontsize-ensurer.reset-size4.size4,.katex .sizing.reset-size4.size4{font-size:1em}.katex .fontsize-ensurer.reset-size4.size5,.katex .sizing.reset-size4.size5{font-size:1.125em}.katex .fontsize-ensurer.reset-size4.size6,.katex .sizing.reset-size4.size6{font-size:1.25em}.katex .fontsize-ensurer.reset-size4.size7,.katex .sizing.reset-size4.size7{font-size:1.5em}.katex .fontsize-ensurer.reset-size4.size8,.katex .sizing.reset-size4.size8{font-size:1.8em}.katex .fontsize-ensurer.reset-size4.size9,.katex .sizing.reset-size4.size9{font-size:2.16em}.katex .fontsize-ensurer.reset-size4.size10,.katex .sizing.reset-size4.size10{font-size:2.5925em}.katex .fontsize-ensurer.reset-size4.size11,.katex .sizing.reset-size4.size11{font-size:3.11em}.katex .fontsize-ensurer.reset-size5.size1,.katex .sizing.reset-size5.size1{font-size:.55555556em}.katex .fontsize-ensurer.reset-size5.size2,.katex .sizing.reset-size5.size2{font-size:.66666667em}.katex .fontsize-ensurer.reset-size5.size3,.katex .sizing.reset-size5.size3{font-size:.77777778em}.katex .fontsize-ensurer.reset-size5.size4,.katex .sizing.reset-size5.size4{font-size:.88888889em}.katex .fontsize-ensurer.reset-size5.size5,.katex .sizing.reset-size5.size5{font-size:1em}.katex .fontsize-ensurer.reset-size5.size6,.katex .sizing.reset-size5.size6{font-size:1.11111111em}.katex .fontsize-ensurer.reset-size5.size7,.katex .sizing.reset-size5.size7{font-size:1.33333333em}.katex .fontsize-ensurer.reset-size5.size8,.katex .sizing.reset-size5.size8{font-size:1.6em}.katex .fontsize-ensurer.reset-size5.size9,.katex .sizing.reset-size5.size9{font-size:1.92em}.katex .fontsize-ensurer.reset-size5.size10,.katex .sizing.reset-size5.size10{font-size:2.30444444em}.katex .fontsize-ensurer.reset-size5.size11,.katex .sizing.reset-size5.size11{font-size:2.76444444em}.katex .fontsize-ensurer.reset-size6.size1,.katex .sizing.reset-size6.size1{font-size:.5em}.katex .fontsize-ensurer.reset-size6.size2,.katex .sizing.reset-size6.size2{font-size:.6em}.katex .fontsize-ensurer.reset-size6.size3,.katex .sizing.reset-size6.size3{font-size:.7em}.katex .fontsize-ensurer.reset-size6.size4,.katex .sizing.reset-size6.size4{font-size:.8em}.katex .fontsize-ensurer.reset-size6.size5,.katex .sizing.reset-size6.size5{font-size:.9em}.katex .fontsize-ensurer.reset-size6.size6,.katex .sizing.reset-size6.size6{font-size:1em}.katex .fontsize-ensurer.reset-size6.size7,.katex .sizing.reset-size6.size7{font-size:1.2em}.katex .fontsize-ensurer.reset-size6.size8,.katex .sizing.reset-size6.size8{font-size:1.44em}.katex .fontsize-ensurer.reset-size6.size9,.katex .sizing.reset-size6.size9{font-size:1.728em}.katex .fontsize-ensurer.reset-size6.size10,.katex .sizing.reset-size6.size10{font-size:2.074em}.katex .fontsize-ensurer.reset-size6.size11,.katex .sizing.reset-size6.size11{font-size:2.488em}.katex .fontsize-ensurer.reset-size7.size1,.katex .sizing.reset-size7.size1{font-size:.41666667em}.katex .fontsize-ensurer.reset-size7.size2,.katex .sizing.reset-size7.size2{font-size:.5em}.katex .fontsize-ensurer.reset-size7.size3,.katex .sizing.reset-size7.size3{font-size:.58333333em}.katex .fontsize-ensurer.reset-size7.size4,.katex .sizing.reset-size7.size4{font-size:.66666667em}.katex .fontsize-ensurer.reset-size7.size5,.katex .sizing.reset-size7.size5{font-size:.75em}.katex .fontsize-ensurer.reset-size7.size6,.katex .sizing.reset-size7.size6{font-size:.83333333em}.katex .fontsize-ensurer.reset-size7.size7,.katex .sizing.reset-size7.size7{font-size:1em}.katex .fontsize-ensurer.reset-size7.size8,.katex .sizing.reset-size7.size8{font-size:1.2em}.katex .fontsize-ensurer.reset-size7.size9,.katex .sizing.reset-size7.size9{font-size:1.44em}.katex .fontsize-ensurer.reset-size7.size10,.katex .sizing.reset-size7.size10{font-size:1.72833333em}.katex .fontsize-ensurer.reset-size7.size11,.katex .sizing.reset-size7.size11{font-size:2.07333333em}.katex .fontsize-ensurer.reset-size8.size1,.katex .sizing.reset-size8.size1{font-size:.34722222em}.katex .fontsize-ensurer.reset-size8.size2,.katex .sizing.reset-size8.size2{font-size:.41666667em}.katex .fontsize-ensurer.reset-size8.size3,.katex .sizing.reset-size8.size3{font-size:.48611111em}.katex .fontsize-ensurer.reset-size8.size4,.katex .sizing.reset-size8.size4{font-size:.55555556em}.katex .fontsize-ensurer.reset-size8.size5,.katex .sizing.reset-size8.size5{font-size:.625em}.katex .fontsize-ensurer.reset-size8.size6,.katex .sizing.reset-size8.size6{font-size:.69444444em}.katex .fontsize-ensurer.reset-size8.size7,.katex .sizing.reset-size8.size7{font-size:.83333333em}.katex .fontsize-ensurer.reset-size8.size8,.katex .sizing.reset-size8.size8{font-size:1em}.katex .fontsize-ensurer.reset-size8.size9,.katex .sizing.reset-size8.size9{font-size:1.2em}.katex .fontsize-ensurer.reset-size8.size10,.katex .sizing.reset-size8.size10{font-size:1.44027778em}.katex .fontsize-ensurer.reset-size8.size11,.katex .sizing.reset-size8.size11{font-size:1.72777778em}.katex .fontsize-ensurer.reset-size9.size1,.katex .sizing.reset-size9.size1{font-size:.28935185em}.katex .fontsize-ensurer.reset-size9.size2,.katex .sizing.reset-size9.size2{font-size:.34722222em}.katex .fontsize-ensurer.reset-size9.size3,.katex .sizing.reset-size9.size3{font-size:.40509259em}.katex .fontsize-ensurer.reset-size9.size4,.katex .sizing.reset-size9.size4{font-size:.46296296em}.katex .fontsize-ensurer.reset-size9.size5,.katex .sizing.reset-size9.size5{font-size:.52083333em}.katex .fontsize-ensurer.reset-size9.size6,.katex .sizing.reset-size9.size6{font-size:.5787037em}.katex .fontsize-ensurer.reset-size9.size7,.katex .sizing.reset-size9.size7{font-size:.69444444em}.katex .fontsize-ensurer.reset-size9.size8,.katex .sizing.reset-size9.size8{font-size:.83333333em}.katex .fontsize-ensurer.reset-size9.size9,.katex .sizing.reset-size9.size9{font-size:1em}.katex .fontsize-ensurer.reset-size9.size10,.katex .sizing.reset-size9.size10{font-size:1.20023148em}.katex .fontsize-ensurer.reset-size9.size11,.katex .sizing.reset-size9.size11{font-size:1.43981481em}.katex .fontsize-ensurer.reset-size10.size1,.katex .sizing.reset-size10.size1{font-size:.24108004em}.katex .fontsize-ensurer.reset-size10.size2,.katex .sizing.reset-size10.size2{font-size:.28929605em}.katex .fontsize-ensurer.reset-size10.size3,.katex .sizing.reset-size10.size3{font-size:.33751205em}.katex .fontsize-ensurer.reset-size10.size4,.katex .sizing.reset-size10.size4{font-size:.38572806em}.katex .fontsize-ensurer.reset-size10.size5,.katex .sizing.reset-size10.size5{font-size:.43394407em}.katex .fontsize-ensurer.reset-size10.size6,.katex .sizing.reset-size10.size6{font-size:.48216008em}.katex .fontsize-ensurer.reset-size10.size7,.katex .sizing.reset-size10.size7{font-size:.57859209em}.katex .fontsize-ensurer.reset-size10.size8,.katex .sizing.reset-size10.size8{font-size:.69431051em}.katex .fontsize-ensurer.reset-size10.size9,.katex .sizing.reset-size10.size9{font-size:.83317261em}.katex .fontsize-ensurer.reset-size10.size10,.katex .sizing.reset-size10.size10{font-size:1em}.katex .fontsize-ensurer.reset-size10.size11,.katex .sizing.reset-size10.size11{font-size:1.19961427em}.katex .fontsize-ensurer.reset-size11.size1,.katex .sizing.reset-size11.size1{font-size:.20096463em}.katex .fontsize-ensurer.reset-size11.size2,.katex .sizing.reset-size11.size2{font-size:.24115756em}.katex .fontsize-ensurer.reset-size11.size3,.katex .sizing.reset-size11.size3{font-size:.28135048em}.katex .fontsize-ensurer.reset-size11.size4,.katex .sizing.reset-size11.size4{font-size:.32154341em}.katex .fontsize-ensurer.reset-size11.size5,.katex .sizing.reset-size11.size5{font-size:.36173633em}.katex .fontsize-ensurer.reset-size11.size6,.katex .sizing.reset-size11.size6{font-size:.40192926em}.katex .fontsize-ensurer.reset-size11.size7,.katex .sizing.reset-size11.size7{font-size:.48231511em}.katex .fontsize-ensurer.reset-size11.size8,.katex .sizing.reset-size11.size8{font-size:.57877814em}.katex .fontsize-ensurer.reset-size11.size9,.katex .sizing.reset-size11.size9{font-size:.69453376em}.katex .fontsize-ensurer.reset-size11.size10,.katex .sizing.reset-size11.size10{font-size:.83360129em}.katex .fontsize-ensurer.reset-size11.size11,.katex .sizing.reset-size11.size11{font-size:1em}.katex .delimsizing.size1{font-family:KaTeX_Size1}.katex .delimsizing.size2{font-family:KaTeX_Size2}.katex .delimsizing.size3{font-family:KaTeX_Size3}.katex .delimsizing.size4{font-family:KaTeX_Size4}.katex .delimsizing.mult .delim-size1>span{font-family:KaTeX_Size1}.katex .delimsizing.mult .delim-size4>span{font-family:KaTeX_Size4}.katex .nulldelimiter{display:inline-block;width:.12em}.katex .delimcenter,.katex .op-symbol{position:relative}.katex .op-symbol.small-op{font-family:KaTeX_Size1}.katex .op-symbol.large-op{font-family:KaTeX_Size2}.katex .op-limits>.vlist-t{text-align:center}.katex .accent>.vlist-t{text-align:center}.katex .accent .accent-body{position:relative}.katex .accent .accent-body:not(.accent-full){width:0}.katex .overlay{display:block}.katex .mtable .vertical-separator{display:inline-block;min-width:1px}.katex .mtable .arraycolsep{display:inline-block}.katex .mtable .col-align-c>.vlist-t{text-align:center}.katex .mtable .col-align-l>.vlist-t{text-align:left}.katex .mtable .col-align-r>.vlist-t{text-align:right}.katex .svg-align{text-align:left}.katex svg{display:block;position:absolute;width:100%;height:inherit;fill:currentColor;stroke:currentColor;fill-rule:nonzero;fill-opacity:1;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1}.katex svg path{stroke:none}.katex img{border-style:none;min-width:0;min-height:0;max-width:none;max-height:none}.katex .stretchy{width:100%;display:block;position:relative;overflow:hidden}.katex .stretchy:after,.katex .stretchy:before{content:""}.katex .hide-tail{width:100%;position:relative;overflow:hidden}.katex .halfarrow-left{position:absolute;left:0;width:50.2%;overflow:hidden}.katex .halfarrow-right{position:absolute;right:0;width:50.2%;overflow:hidden}.katex .brace-left{position:absolute;left:0;width:25.1%;overflow:hidden}.katex .brace-center{position:absolute;left:25%;width:50%;overflow:hidden}.katex .brace-right{position:absolute;right:0;width:25.1%;overflow:hidden}.katex .x-arrow-pad{padding:0 .5em}.katex .mover,.katex .munder,.katex .x-arrow{text-align:center}.katex .boxpad{padding:0 .3em}.katex .fbox,.katex .fcolorbox{box-sizing:border-box;border:.04em solid}.katex .cancel-pad{padding:0 .2em}.katex .cancel-lap{margin-left:-.2em;margin-right:-.2em}.katex .sout{border-bottom-style:solid;border-bottom-width:.08em}.katex-display{display:block;margin:1em 0;text-align:center}.katex-display>.katex{display:block;text-align:center;white-space:nowrap}.katex-display>.katex>.katex-html{display:block;position:relative}.katex-display>.katex>.katex-html>.tag{position:absolute;right:0}.katex-display.leqno>.katex>.katex-html>.tag{left:0;right:auto}.katex-display.fleqn>.katex{text-align:left}
|
|
|
|
.contentWrap___3Fc2r {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
width: 904px;
|
|
margin: 0 auto;
|
|
background-color: #fff;
|
|
margin-bottom: 30px;
|
|
border-radius: 8px;
|
|
}
|
|
.contentWrap___3Fc2r video {
|
|
width: 100%;
|
|
max-height: 800px;
|
|
margin-top: 20px;
|
|
}
|
|
.contentWrap___3Fc2r video:focus {
|
|
outline: 0px;
|
|
}
|
|
.contentWrap___3Fc2r header {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.contentWrap___3Fc2r .footer___4nxVN {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
height: 40px;
|
|
}
|
|
.contentWrap___3Fc2r .footer___4nxVN .radioGroup___359yE {
|
|
margin-right: -15px;
|
|
}
|
|
.contentWrap___3Fc2r .footer___4nxVN .radioGroup___359yE .ant-radio-wrapper {
|
|
margin-left: 30px;
|
|
}
|
|
.wrap___1OqR3 {
|
|
margin: 40px 30px;
|
|
}
|
|
.introName___3saG- {
|
|
font-size: 18px;
|
|
color: #333333;
|
|
}
|
|
.rating___3X95K {
|
|
color: #ffe11d;
|
|
font-size: 16px;
|
|
}
|
|
.rating___3X95K > li:not(:last-child) {
|
|
margin-right: 2px;
|
|
}
|
|
.modalRating___A4qeN {
|
|
color: #ffe11d;
|
|
font-size: 25px;
|
|
}
|
|
.modalRating___A4qeN > li:not(:last-child) {
|
|
margin-right: 10px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___30XbU {
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___3jfWA {
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___27kWs {
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___1RoAS {
|
|
-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____3Jvr {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.list___2NJ_T {
|
|
width: 270px;
|
|
border-radius: 8px;
|
|
font-size: 16px;
|
|
background-color: #fff;
|
|
margin-bottom: 28px;
|
|
padding-bottom: 20px;
|
|
max-height: 100vh;
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
.list___2NJ_T .box___36KCF .title___Kd2ce {
|
|
height: 24px;
|
|
font-size: 18px;
|
|
color: #333;
|
|
line-height: 24px;
|
|
font-weight: bold;
|
|
margin-bottom: 20px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
margin: 20px 0 10px 20px;
|
|
}
|
|
.list___2NJ_T .box___36KCF .gray___14ob6,
|
|
.list___2NJ_T .box___36KCF .brght___GgzyD {
|
|
color: #bbb;
|
|
font-size: 14px;
|
|
height: 40px;
|
|
line-height: 20px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding-left: 20px;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
}
|
|
.list___2NJ_T .box___36KCF .gray___14ob6 .s1___IhDpz,
|
|
.list___2NJ_T .box___36KCF .brght___GgzyD .s1___IhDpz {
|
|
margin-top: 4px;
|
|
}
|
|
.list___2NJ_T .box___36KCF .gray___14ob6 .s2___3hR0s,
|
|
.list___2NJ_T .box___36KCF .brght___GgzyD .s2___3hR0s {
|
|
margin: 14px 0 14px 14px;
|
|
}
|
|
.list___2NJ_T .box___36KCF .gray___14ob6 .s3___23SCF,
|
|
.list___2NJ_T .box___36KCF .brght___GgzyD .s3___23SCF {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
-ms-flex: 1 1;
|
|
flex: 1 1;
|
|
padding-right: 14px;
|
|
padding-left: 14px;
|
|
}
|
|
.list___2NJ_T .box___36KCF .gray___14ob6:hover,
|
|
.list___2NJ_T .box___36KCF .brght___GgzyD:hover {
|
|
background: #ededed;
|
|
}
|
|
.list___2NJ_T .box___36KCF .brght___GgzyD {
|
|
color: #333;
|
|
}
|
|
.list___2NJ_T .box___36KCF .brght___GgzyD .s1___IhDpz {
|
|
color: #8c18ff;
|
|
}
|
|
.list___2NJ_T .box___36KCF .active___2_5D5 {
|
|
color: #1890ff;
|
|
position: relative;
|
|
}
|
|
.list___2NJ_T .box___36KCF .active___2_5D5::after {
|
|
height: 100%;
|
|
width: 2px;
|
|
position: absolute;
|
|
content: '';
|
|
left: 0;
|
|
top: 0;
|
|
background-color: #1890ff;
|
|
}
|
|
.list___2NJ_T .box___36KCF .line___3Croa {
|
|
width: 249px;
|
|
height: 1px;
|
|
background-color: #eee;
|
|
margin: 10px 0 10px 22px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|