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.
3946 lines
101 KiB
3946 lines
101 KiB
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-modal,
|
|
.ant-image-preview {
|
|
pointer-events: none;
|
|
}
|
|
.ant-modal.zoom-enter,
|
|
.ant-modal.zoom-appear,
|
|
.ant-image-preview.zoom-enter,
|
|
.ant-image-preview.zoom-appear {
|
|
-ms-transform: none;
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-modal-mask,
|
|
.ant-image-preview-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.ant-modal-mask-hidden,
|
|
.ant-image-preview-mask-hidden {
|
|
display: none;
|
|
}
|
|
.ant-modal-wrap,
|
|
.ant-image-preview-wrap {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
outline: 0;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.ant-popover {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1030;
|
|
font-weight: normal;
|
|
white-space: normal;
|
|
text-align: left;
|
|
cursor: auto;
|
|
-webkit-user-select: text;
|
|
-moz-user-select: text;
|
|
-ms-user-select: text;
|
|
user-select: text;
|
|
}
|
|
.ant-popover::after {
|
|
position: absolute;
|
|
background: rgba(255, 255, 255, 0.01);
|
|
content: '';
|
|
}
|
|
.ant-popover-hidden {
|
|
display: none;
|
|
}
|
|
.ant-popover-placement-top,
|
|
.ant-popover-placement-topLeft,
|
|
.ant-popover-placement-topRight {
|
|
padding-bottom: 10px;
|
|
}
|
|
.ant-popover-placement-right,
|
|
.ant-popover-placement-rightTop,
|
|
.ant-popover-placement-rightBottom {
|
|
padding-left: 10px;
|
|
}
|
|
.ant-popover-placement-bottom,
|
|
.ant-popover-placement-bottomLeft,
|
|
.ant-popover-placement-bottomRight {
|
|
padding-top: 10px;
|
|
}
|
|
.ant-popover-placement-left,
|
|
.ant-popover-placement-leftTop,
|
|
.ant-popover-placement-leftBottom {
|
|
padding-right: 10px;
|
|
}
|
|
.ant-popover-inner {
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border-radius: 2px;
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) \9;
|
|
}
|
|
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
.ant-popover {
|
|
/* IE10+ */
|
|
}
|
|
.ant-popover-inner {
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
}
|
|
}
|
|
.ant-popover-title {
|
|
min-width: 177px;
|
|
min-height: 28px;
|
|
margin: 0;
|
|
padding: 5px 12px 4px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-popover-inner-content {
|
|
padding: 8px 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-popover-message {
|
|
position: relative;
|
|
padding: 4px 0 12px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-message > .anticon {
|
|
position: absolute;
|
|
top: 8.00002px;
|
|
color: #faad14;
|
|
font-size: 12px;
|
|
}
|
|
.ant-popover-message-title {
|
|
padding-left: 20px;
|
|
}
|
|
.ant-popover-buttons {
|
|
margin-bottom: 4px;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-buttons button {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-popover-arrow {
|
|
position: absolute;
|
|
display: block;
|
|
width: 8.48528137px;
|
|
height: 8.48528137px;
|
|
background: transparent;
|
|
border-style: solid;
|
|
border-width: 4.24264069px;
|
|
-ms-transform: rotate(45deg);
|
|
transform: rotate(45deg);
|
|
}
|
|
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
|
|
bottom: 6.2px;
|
|
border-top-color: transparent;
|
|
border-right-color: #fff;
|
|
border-bottom-color: #fff;
|
|
border-left-color: transparent;
|
|
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
}
|
|
.ant-popover-placement-top > .ant-popover-content > .ant-popover-arrow {
|
|
left: 50%;
|
|
-ms-transform: translateX(-50%) rotate(45deg);
|
|
transform: translateX(-50%) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-topLeft > .ant-popover-content > .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-topRight > .ant-popover-content > .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
|
|
left: 6px;
|
|
border-top-color: transparent;
|
|
border-right-color: transparent;
|
|
border-bottom-color: #fff;
|
|
border-left-color: #fff;
|
|
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
|
}
|
|
.ant-popover-placement-right > .ant-popover-content > .ant-popover-arrow {
|
|
top: 50%;
|
|
-ms-transform: translateY(-50%) rotate(45deg);
|
|
transform: translateY(-50%) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-rightTop > .ant-popover-content > .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-rightBottom > .ant-popover-content > .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
|
|
top: 6px;
|
|
border-top-color: #fff;
|
|
border-right-color: transparent;
|
|
border-bottom-color: transparent;
|
|
border-left-color: #fff;
|
|
box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.06);
|
|
}
|
|
.ant-popover-placement-bottom > .ant-popover-content > .ant-popover-arrow {
|
|
left: 50%;
|
|
-ms-transform: translateX(-50%) rotate(45deg);
|
|
transform: translateX(-50%) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-bottomLeft > .ant-popover-content > .ant-popover-arrow {
|
|
left: 16px;
|
|
}
|
|
.ant-popover-placement-bottomRight > .ant-popover-content > .ant-popover-arrow {
|
|
right: 16px;
|
|
}
|
|
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow,
|
|
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
|
|
right: 6px;
|
|
border-top-color: #fff;
|
|
border-right-color: #fff;
|
|
border-bottom-color: transparent;
|
|
border-left-color: transparent;
|
|
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
|
}
|
|
.ant-popover-placement-left > .ant-popover-content > .ant-popover-arrow {
|
|
top: 50%;
|
|
-ms-transform: translateY(-50%) rotate(45deg);
|
|
transform: translateY(-50%) rotate(45deg);
|
|
}
|
|
.ant-popover-placement-leftTop > .ant-popover-content > .ant-popover-arrow {
|
|
top: 12px;
|
|
}
|
|
.ant-popover-placement-leftBottom > .ant-popover-content > .ant-popover-arrow {
|
|
bottom: 12px;
|
|
}
|
|
.ant-popover-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.ant-popover-rtl .ant-popover-message-title {
|
|
padding-right: 20px;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-popover-rtl .ant-popover-buttons {
|
|
text-align: left;
|
|
}
|
|
.ant-popover-rtl .ant-popover-buttons button {
|
|
margin-right: 8px;
|
|
margin-left: 0;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-modal,
|
|
.ant-image-preview {
|
|
pointer-events: none;
|
|
}
|
|
.ant-modal.zoom-enter,
|
|
.ant-modal.zoom-appear,
|
|
.ant-image-preview.zoom-enter,
|
|
.ant-image-preview.zoom-appear {
|
|
-ms-transform: none;
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-modal-mask,
|
|
.ant-image-preview-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.ant-modal-mask-hidden,
|
|
.ant-image-preview-mask-hidden {
|
|
display: none;
|
|
}
|
|
.ant-modal-wrap,
|
|
.ant-image-preview-wrap {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
outline: 0;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.ant-layout {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex: auto;
|
|
flex: auto;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
/* fix firefox can't set height smaller than content on flex item */
|
|
min-height: 0;
|
|
background: #f0f2f5;
|
|
}
|
|
.ant-layout,
|
|
.ant-layout * {
|
|
box-sizing: border-box;
|
|
}
|
|
.ant-layout.ant-layout-has-sider {
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
}
|
|
.ant-layout.ant-layout-has-sider > .ant-layout,
|
|
.ant-layout.ant-layout-has-sider > .ant-layout-content {
|
|
overflow-x: hidden;
|
|
}
|
|
.ant-layout-header,
|
|
.ant-layout-footer {
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
}
|
|
.ant-layout-header {
|
|
height: 64px;
|
|
padding: 0 50px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
line-height: 64px;
|
|
background: #001529;
|
|
}
|
|
.ant-layout-footer {
|
|
padding: 24px 50px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
background: #f0f2f5;
|
|
}
|
|
.ant-layout-content {
|
|
-ms-flex: auto;
|
|
flex: auto;
|
|
/* fix firefox can't set height smaller than content on flex item */
|
|
min-height: 0;
|
|
}
|
|
.ant-layout-sider {
|
|
position: relative;
|
|
/* fix firefox can't set width smaller than content on flex item */
|
|
min-width: 0;
|
|
background: #001529;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-layout-sider-children {
|
|
height: 100%;
|
|
margin-top: -0.1px;
|
|
padding-top: 0.1px;
|
|
}
|
|
.ant-layout-sider-has-trigger {
|
|
padding-bottom: 48px;
|
|
}
|
|
.ant-layout-sider-right {
|
|
-ms-flex-order: 1;
|
|
order: 1;
|
|
}
|
|
.ant-layout-sider-trigger {
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 1;
|
|
height: 48px;
|
|
color: #fff;
|
|
line-height: 48px;
|
|
text-align: center;
|
|
background: #002140;
|
|
cursor: pointer;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-layout-sider-zero-width > * {
|
|
overflow: hidden;
|
|
}
|
|
.ant-layout-sider-zero-width-trigger {
|
|
position: absolute;
|
|
top: 64px;
|
|
right: -36px;
|
|
z-index: 1;
|
|
width: 36px;
|
|
height: 42px;
|
|
color: #fff;
|
|
font-size: 18px;
|
|
line-height: 42px;
|
|
text-align: center;
|
|
background: #001529;
|
|
border-radius: 0 2px 2px 0;
|
|
cursor: pointer;
|
|
transition: background 0.3s ease;
|
|
}
|
|
.ant-layout-sider-zero-width-trigger:hover {
|
|
background: #192c3e;
|
|
}
|
|
.ant-layout-sider-zero-width-trigger-right {
|
|
left: -36px;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-layout-sider-light {
|
|
background: #fff;
|
|
}
|
|
.ant-layout-sider-light .ant-layout-sider-trigger {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background: #fff;
|
|
}
|
|
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background: #fff;
|
|
}
|
|
.ant-layout-rtl {
|
|
direction: rtl;
|
|
}
|
|
/* 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 */
|
|
|
|
.flex_box_center___2axlI {
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___F6m1U {
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___2GovZ {
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___2h9j0 {
|
|
-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___1kuIs {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.SubMentItem___34z-Y {
|
|
font-size: 16px;
|
|
height: 40px !important;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding-left: 24px;
|
|
}
|
|
.MenuItem___1bbPM {
|
|
font-size: 16px;
|
|
padding-top: 10px;
|
|
}
|
|
.wrp___3LRhb {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
.classroomInfo___Ohxoq {
|
|
color: white;
|
|
height: 250px;
|
|
background: url(./static/classroom-banner.1d89b188.png);
|
|
position: relative;
|
|
display: box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.classroomInfo___Ohxoq .title___22ZLP {
|
|
font-size: 12px;
|
|
color: #d0dbf0;
|
|
margin-top: 30px;
|
|
display: box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.classroomInfo___Ohxoq .title___22ZLP strong {
|
|
font-size: 24px;
|
|
color: white;
|
|
line-height: 1;
|
|
margin-bottom: 8px;
|
|
display: inline-block;
|
|
}
|
|
.classroomInfo___Ohxoq .titleLeft___1MP-h {
|
|
-ms-flex: 1;
|
|
flex: 1 1;
|
|
}
|
|
.classroomInfo___Ohxoq .titleRight___3zsz9 {
|
|
margin-top: 10px;
|
|
}
|
|
.classroomInfo___Ohxoq .classroomUser___1ePAN {
|
|
margin-top: 24px;
|
|
display: box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.classroomInfo___Ohxoq .classroomUser___1ePAN .headPic___2lEg_ img {
|
|
width: 40px;
|
|
height: 40px;
|
|
margin-right: 6px;
|
|
border-radius: 40px;
|
|
}
|
|
.classroomInfo___Ohxoq .classroomUser___1ePAN .teacherInfo___3C0Dn {
|
|
-ms-flex: 1;
|
|
flex: 1 1;
|
|
}
|
|
.classroomInfo___Ohxoq .classroomDesc____QVZX {
|
|
height: 60px;
|
|
background: #465572;
|
|
color: white;
|
|
border-radius: 4px 4px 0px 0px;
|
|
padding: 0 16px;
|
|
display: box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.classroomInfo___Ohxoq .classroomDesc____QVZX div:nth-child(2) {
|
|
-ms-flex: 1;
|
|
flex: 1 1;
|
|
text-align: right;
|
|
}
|
|
.classroomInfo___Ohxoq .classroomDesc____QVZX div:nth-child(2) > span {
|
|
padding: 0 10px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
.classroomInfo___Ohxoq .classroomDesc____QVZX div:nth-child(2) > span:after {
|
|
content: '';
|
|
position: absolute;
|
|
top: 4px;
|
|
right: 0;
|
|
width: 1px;
|
|
height: 10px;
|
|
background: #ccc;
|
|
}
|
|
.classroomInfo___Ohxoq .classroomDesc____QVZX div:nth-child(2) > span:nth-last-child(1):after {
|
|
display: none;
|
|
}
|
|
.classroomInfo___Ohxoq .classroomDescBg___1e7L7 {
|
|
height: 7px;
|
|
opacity: 0.97;
|
|
margin: 27px 10px 0 10px;
|
|
border-radius: 4px 4px 0px 0px;
|
|
background: linear-gradient(117deg, #314160 0%, #344568 50%, #384764 100%);
|
|
}
|
|
.joinCouses___2G4vP {
|
|
border-radius: 50px;
|
|
margin-top: 40px;
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
font-size: 14px;
|
|
display: box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.bg___2QojS {
|
|
background: #fafafa;
|
|
}
|
|
.leftMenus___34tjX [class~='ant-menu-submenu-active'] > div > span[class~='font16'] span:nth-child(3) {
|
|
visibility: visible;
|
|
}
|
|
.leftMenus___34tjX .titleSelected___K6QwW > [class~='ant-menu-submenu-title'] {
|
|
background: none !important;
|
|
border-left: 1px solid #4cacff;
|
|
color: #4cacff;
|
|
}
|
|
.leftMenus___34tjX .titleSelected___K6QwW > [class~='ant-menu-submenu-title'] a,
|
|
.leftMenus___34tjX .titleSelected___K6QwW > [class~='ant-menu-submenu-title'] span {
|
|
color: #4cacff;
|
|
}
|
|
.leftMenus___34tjX .titleSelected___K6QwW > [class~='ant-menu-submenu-title']:after {
|
|
display: none;
|
|
}
|
|
.leftMenus___34tjX .titleSelected___K6QwW > [class~='ant-menu-submenu-title']:hover {
|
|
color: #4cacff;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] {
|
|
height: auto;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul div[class='ant-menu-submenu-title'],
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul [class~='ant-menu-item'] {
|
|
height: 50px !important;
|
|
line-height: 50px !important;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul [class~='ant-menu-submenu-open'] {
|
|
color: #4cacff;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li {
|
|
font-size: 16px;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li [class='ant-menu-submenu-arrow'] {
|
|
display: none;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li p:hover > span:nth-child(2) {
|
|
visibility: visible;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li p:hover > span:nth-child(3) {
|
|
display: none;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li[class~='ant-menu-item-selected'] {
|
|
background: none !important;
|
|
border-left: 1px solid #4cacff;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li[class~='ant-menu-item-selected']:after {
|
|
display: none;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li[class~='ant-menu-item-selected']:hover {
|
|
color: #4cacff;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li:hover {
|
|
background-color: #eee;
|
|
color: #4cacff;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li:hover > div span,
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li:hover > div a {
|
|
color: #4cacff;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li [class~='iconfont'] {
|
|
margin-right: 10px;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li > ul {
|
|
max-height: 400px;
|
|
overflow: auto;
|
|
overflow-x: hidden;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li > ul li {
|
|
width: auto !important;
|
|
line-height: 50px !important;
|
|
padding-right: 0 !important;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li > ul li p {
|
|
border-bottom: 1px solid #eee;
|
|
margin-bottom: 0;
|
|
height: 49px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li > ul li[class~='ant-menu-item-selected'] {
|
|
background: none !important;
|
|
border-left: 0;
|
|
}
|
|
.leftMenus___34tjX [class='ant-layout-sider-children'] > ul li > ul li[class~='ant-menu-item-selected']:after {
|
|
display: none;
|
|
}
|
|
.leftMenus___34tjX .menuText___3qMqH {
|
|
padding-right: 40px;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.leftMenus___34tjX .totalCount___R2q38,
|
|
.leftMenus___34tjX .actions___26Ww0 {
|
|
position: absolute;
|
|
right: 10px;
|
|
color: #999;
|
|
}
|
|
.task_count___3UQ1V {
|
|
position: absolute;
|
|
right: 10px;
|
|
color: #999;
|
|
}
|
|
.container___2EGM4 {
|
|
margin: 24px 0 0 20px;
|
|
}
|
|
.leftMenuActions___3_J-1 {
|
|
width: 90px;
|
|
text-align: center;
|
|
font-size: 14px;
|
|
padding: 12px 0 0 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-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 */
|
|
|
|
/* 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 */
|
|
|
|
.markdown-editor-wrapper {
|
|
position: relative;
|
|
}
|
|
.markdown-editor-body {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
width: 100%;
|
|
height: calc(100% - 38px);
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.markdown-editor-body .codemirror-container {
|
|
-ms-flex: 1 0;
|
|
flex: 1 0;
|
|
height: 100%;
|
|
width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.markdown-editor-body .preview-container {
|
|
-ms-flex: 1 0;
|
|
flex: 1 0;
|
|
height: 100%;
|
|
margin: 10px 0px;
|
|
padding: 8px 8px 50px 8px;
|
|
background: #fff;
|
|
overflow-y: auto;
|
|
box-sizing: border-box;
|
|
border-left: 1px solid #ccc;
|
|
word-wrap: break-word;
|
|
word-break: break-word;
|
|
white-space: normal;
|
|
font-size: 16px;
|
|
}
|
|
.markdown-editor-container {
|
|
border: 1px solid #ccc;
|
|
overflow: hidden;
|
|
border-radius: 4px;
|
|
margin-bottom: 12px;
|
|
font-size: 16px;
|
|
}
|
|
.markdown-editor-container.full-screen {
|
|
position: fixed;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
height: 100vh !important;
|
|
z-index: 100;
|
|
}
|
|
.markdown-editor-container.full-screen .preview-container > div {
|
|
padding-bottom: 180px !important;
|
|
}
|
|
.markdown-editor-container.full-screen .CodeMirror-sizer > div {
|
|
margin-bottom: 90px;
|
|
}
|
|
.markdown-editor-container.on-preview .codemirror-container,
|
|
.markdown-editor-container.on-preview .preview-container {
|
|
width: 50%;
|
|
}
|
|
.mini .markdown-editor-body {
|
|
height: calc(100% - 28px);
|
|
}
|
|
.flex-end {
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
}
|
|
.my-codemirror-container {
|
|
border: 1px solid #ccc;
|
|
width: 100%;
|
|
margin-bottom: 24px;
|
|
}
|
|
.markdown-tip {
|
|
color: #cdcdcd;
|
|
font-size: 12px;
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: -28px;
|
|
margin-bottom: 7px;
|
|
}
|
|
/* PADDING */
|
|
.CodeMirror-lines {
|
|
padding: 4px 0;
|
|
/* Vertical padding around content */
|
|
}
|
|
.CodeMirror pre.CodeMirror-line,
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
padding: 0 4px;
|
|
/* Horizontal padding of content */
|
|
}
|
|
.CodeMirror-scrollbar-filler,
|
|
.CodeMirror-gutter-filler {
|
|
background-color: white;
|
|
/* The little square between H and V scrollbars */
|
|
}
|
|
/* GUTTER */
|
|
.CodeMirror-gutters {
|
|
border-right: 1px solid #ddd;
|
|
background-color: #f7f7f7;
|
|
white-space: nowrap;
|
|
}
|
|
.CodeMirror-linenumber {
|
|
padding: 0 3px 0 5px;
|
|
min-width: 20px;
|
|
text-align: right;
|
|
color: #999;
|
|
white-space: nowrap;
|
|
}
|
|
.CodeMirror-guttermarker {
|
|
color: black;
|
|
}
|
|
.CodeMirror-guttermarker-subtle {
|
|
color: #999;
|
|
}
|
|
/* CURSOR */
|
|
.CodeMirror-cursor {
|
|
border-left: 1px solid black;
|
|
border-right: none;
|
|
width: 0;
|
|
}
|
|
/* Shown when moving in bi-directional text */
|
|
.CodeMirror div.CodeMirror-secondarycursor {
|
|
border-left: 1px solid silver;
|
|
}
|
|
.cm-fat-cursor .CodeMirror-cursor {
|
|
width: auto;
|
|
border: 0 !important;
|
|
background: #7e7;
|
|
}
|
|
.cm-fat-cursor div.CodeMirror-cursors {
|
|
z-index: 1;
|
|
}
|
|
.cm-fat-cursor-mark {
|
|
background-color: rgba(20, 255, 20, 0.5);
|
|
animation: blink 1.06s steps(1) infinite;
|
|
}
|
|
.cm-animate-fat-cursor {
|
|
width: auto;
|
|
border: 0;
|
|
animation: blink 1.06s steps(1) infinite;
|
|
background-color: #7e7;
|
|
}
|
|
@keyframes blink {
|
|
50% {
|
|
background-color: transparent;
|
|
}
|
|
}
|
|
.cm-tab {
|
|
display: inline-block;
|
|
text-decoration: inherit;
|
|
}
|
|
.CodeMirror-rulers {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: -50px;
|
|
bottom: 0;
|
|
overflow: hidden;
|
|
}
|
|
.CodeMirror-ruler {
|
|
border-left: 1px solid #ccc;
|
|
top: 0;
|
|
bottom: 0;
|
|
position: absolute;
|
|
}
|
|
/* DEFAULT THEME */
|
|
.cm-s-default .cm-header {
|
|
color: blue;
|
|
}
|
|
.cm-s-default .cm-quote {
|
|
color: #090;
|
|
}
|
|
.cm-negative {
|
|
color: #d44;
|
|
}
|
|
.cm-positive {
|
|
color: #292;
|
|
}
|
|
.cm-header,
|
|
.cm-strong {
|
|
font-weight: bold;
|
|
}
|
|
.cm-em {
|
|
font-style: italic;
|
|
}
|
|
.cm-link {
|
|
text-decoration: underline;
|
|
}
|
|
.cm-strikethrough {
|
|
text-decoration: line-through;
|
|
}
|
|
.cm-s-default .cm-keyword {
|
|
color: #708;
|
|
}
|
|
.cm-s-default .cm-atom {
|
|
color: #219;
|
|
}
|
|
.cm-s-default .cm-number {
|
|
color: #164;
|
|
}
|
|
.cm-s-default .cm-def {
|
|
color: #00f;
|
|
}
|
|
.cm-s-default .cm-variable-2 {
|
|
color: #05a;
|
|
}
|
|
.cm-s-default .cm-variable-3,
|
|
.cm-s-default .cm-type {
|
|
color: #085;
|
|
}
|
|
.cm-s-default .cm-comment {
|
|
color: #a50;
|
|
}
|
|
.cm-s-default .cm-string {
|
|
color: #a11;
|
|
}
|
|
.cm-s-default .cm-string-2 {
|
|
color: #f50;
|
|
}
|
|
.cm-s-default .cm-meta {
|
|
color: #555;
|
|
}
|
|
.cm-s-default .cm-qualifier {
|
|
color: #555;
|
|
}
|
|
.cm-s-default .cm-builtin {
|
|
color: #30a;
|
|
}
|
|
.cm-s-default .cm-bracket {
|
|
color: #997;
|
|
}
|
|
.cm-s-default .cm-tag {
|
|
color: #170;
|
|
}
|
|
.cm-s-default .cm-attribute {
|
|
color: #00c;
|
|
}
|
|
.cm-s-default .cm-hr {
|
|
color: #999;
|
|
}
|
|
.cm-s-default .cm-link {
|
|
color: #00c;
|
|
}
|
|
.cm-s-default .cm-error {
|
|
color: #f00;
|
|
}
|
|
.cm-invalidchar {
|
|
color: #f00;
|
|
}
|
|
.CodeMirror-composing {
|
|
border-bottom: 2px solid;
|
|
}
|
|
/* Default styles for common addons */
|
|
div.CodeMirror span.CodeMirror-matchingbracket {
|
|
color: #0b0;
|
|
}
|
|
div.CodeMirror span.CodeMirror-nonmatchingbracket {
|
|
color: #a22;
|
|
}
|
|
.CodeMirror-matchingtag {
|
|
background: rgba(255, 150, 0, 0.3);
|
|
}
|
|
.CodeMirror-activeline-background {
|
|
background: #e8f2ff;
|
|
}
|
|
/* STOP */
|
|
/* The rest of this file contains styles related to the mechanics of
|
|
the editor. You probably shouldn't touch them. */
|
|
.CodeMirror {
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: white;
|
|
}
|
|
.CodeMirror-scroll {
|
|
overflow: scroll !important;
|
|
/* Things will break if this is overridden */
|
|
/* 50px is the magic margin used to hide the element's real scrollbars */
|
|
/* See overflow: hidden in .CodeMirror */
|
|
margin-bottom: -50px;
|
|
margin-right: -50px;
|
|
padding-bottom: 50px;
|
|
height: 100%;
|
|
outline: none;
|
|
/* Prevent dragging from highlighting the element */
|
|
position: relative;
|
|
}
|
|
.CodeMirror-sizer {
|
|
position: relative;
|
|
border-right: 50px solid transparent;
|
|
}
|
|
/* The fake, visible scrollbars. Used to force redraw during scrolling
|
|
before actual scrolling happens, thus preventing shaking and
|
|
flickering artifacts. */
|
|
.CodeMirror-vscrollbar,
|
|
.CodeMirror-hscrollbar,
|
|
.CodeMirror-scrollbar-filler,
|
|
.CodeMirror-gutter-filler {
|
|
position: absolute;
|
|
z-index: 6;
|
|
display: none;
|
|
}
|
|
.CodeMirror-vscrollbar {
|
|
right: 0;
|
|
top: 0;
|
|
overflow-x: hidden;
|
|
overflow-y: scroll;
|
|
}
|
|
.CodeMirror-hscrollbar {
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow-y: hidden;
|
|
overflow-x: scroll;
|
|
}
|
|
.CodeMirror-scrollbar-filler {
|
|
right: 0;
|
|
bottom: 0;
|
|
}
|
|
.CodeMirror-gutter-filler {
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
.CodeMirror-gutters {
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
min-height: 100%;
|
|
z-index: 3;
|
|
}
|
|
.CodeMirror-gutter {
|
|
white-space: normal;
|
|
height: 100%;
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
margin-bottom: -50px;
|
|
}
|
|
.CodeMirror-gutter-wrapper {
|
|
position: absolute;
|
|
z-index: 4;
|
|
background: none !important;
|
|
border: none !important;
|
|
}
|
|
.CodeMirror-gutter-background {
|
|
position: absolute;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 4;
|
|
}
|
|
.CodeMirror-gutter-elt {
|
|
position: absolute;
|
|
cursor: default;
|
|
z-index: 4;
|
|
}
|
|
.CodeMirror-gutter-wrapper ::selection {
|
|
background-color: transparent;
|
|
}
|
|
.CodeMirror-gutter-wrapper ::-moz-selection {
|
|
background-color: transparent;
|
|
}
|
|
.CodeMirror-lines {
|
|
cursor: text;
|
|
min-height: 1px;
|
|
/* prevents collapsing before first draw */
|
|
}
|
|
.CodeMirror pre.CodeMirror-line,
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
/* Reset some styles that the rest of the page might have set */
|
|
border-radius: 0;
|
|
border-width: 0;
|
|
background: transparent;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
margin: 0;
|
|
white-space: pre;
|
|
word-wrap: normal;
|
|
line-height: inherit;
|
|
color: inherit;
|
|
z-index: 2;
|
|
position: relative;
|
|
overflow: visible;
|
|
-webkit-tap-highlight-color: transparent;
|
|
-webkit-font-variant-ligatures: contextual;
|
|
font-feature-settings: "calt";
|
|
font-variant-ligatures: contextual;
|
|
}
|
|
.CodeMirror-wrap pre.CodeMirror-line,
|
|
.CodeMirror-wrap pre.CodeMirror-line-like {
|
|
word-wrap: break-word;
|
|
white-space: pre-wrap;
|
|
word-break: normal;
|
|
}
|
|
.CodeMirror-linebackground {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
top: 0;
|
|
bottom: 0;
|
|
z-index: 0;
|
|
}
|
|
.CodeMirror-linewidget {
|
|
position: relative;
|
|
z-index: 2;
|
|
padding: 0.1px;
|
|
/* Force widget margins to stay inside of the container */
|
|
}
|
|
.CodeMirror-rtl pre {
|
|
direction: rtl;
|
|
}
|
|
.CodeMirror-code {
|
|
outline: none;
|
|
}
|
|
/* Force content-box sizing for the elements where we expect it */
|
|
.CodeMirror-scroll,
|
|
.CodeMirror-sizer,
|
|
.CodeMirror-gutter,
|
|
.CodeMirror-gutters,
|
|
.CodeMirror-linenumber {
|
|
box-sizing: content-box;
|
|
}
|
|
.CodeMirror-measure {
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 0;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
}
|
|
.CodeMirror-cursor {
|
|
position: absolute;
|
|
pointer-events: none;
|
|
}
|
|
.CodeMirror-measure pre {
|
|
position: static;
|
|
}
|
|
div.CodeMirror-cursors {
|
|
visibility: hidden;
|
|
position: relative;
|
|
z-index: 3;
|
|
}
|
|
div.CodeMirror-dragcursors {
|
|
visibility: visible;
|
|
}
|
|
.CodeMirror-focused div.CodeMirror-cursors {
|
|
visibility: visible;
|
|
}
|
|
.CodeMirror-selected {
|
|
background: #d9d9d9;
|
|
}
|
|
.CodeMirror-focused .CodeMirror-selected {
|
|
background: #d7d4f0;
|
|
}
|
|
.CodeMirror-crosshair {
|
|
cursor: crosshair;
|
|
}
|
|
.CodeMirror-line::selection,
|
|
.CodeMirror-line > span::selection,
|
|
.CodeMirror-line > span > span::selection {
|
|
background: #d7d4f0;
|
|
}
|
|
.CodeMirror-line::-moz-selection,
|
|
.CodeMirror-line > span::-moz-selection,
|
|
.CodeMirror-line > span > span::-moz-selection {
|
|
background: #d7d4f0;
|
|
}
|
|
.cm-searching {
|
|
background-color: #ffa;
|
|
background-color: rgba(255, 255, 0, 0.4);
|
|
}
|
|
/* Used to force a border model for a node */
|
|
.cm-force-border {
|
|
padding-right: 0.1px;
|
|
}
|
|
@media print {
|
|
/* Hide the cursor when printing */
|
|
.CodeMirror div.CodeMirror-cursors {
|
|
visibility: hidden;
|
|
}
|
|
}
|
|
/* See issue #2901 */
|
|
.cm-tab-wrap-hack:after {
|
|
content: '';
|
|
}
|
|
/* Help users use markselection to safely style text background */
|
|
span.CodeMirror-selectedtext {
|
|
background: none;
|
|
}
|
|
.CodeMirror-sizer {
|
|
padding-top: 10px;
|
|
padding-bottom: 10px !important;
|
|
}
|
|
.CodeMirror-empty.CodeMirror-focused {
|
|
outline: none;
|
|
}
|
|
.CodeMirror pre.CodeMirror-placeholder {
|
|
color: #999;
|
|
}
|
|
.CodeMirror {
|
|
position: relative;
|
|
overflow: hidden;
|
|
background: white;
|
|
word-break: break-word;
|
|
}
|
|
.CodeMirror pre.CodeMirror-line,
|
|
.CodeMirror pre.CodeMirror-line-like {
|
|
word-wrap: break-word;
|
|
word-break: break-word;
|
|
white-space: pre-wrap;
|
|
line-height: 1.6;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.markdown-toolbar-container {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-flow: row wrap;
|
|
flex-flow: row wrap;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding: 0 5px;
|
|
margin: 0;
|
|
position: relative;
|
|
list-style: none;
|
|
background: #fff;
|
|
border-bottom: 1px solid #ccc;
|
|
box-sizing: border-box;
|
|
line-height: 20px;
|
|
width: 100%;
|
|
height: 38px;
|
|
}
|
|
.markdown-toolbar-container .fill-tip {
|
|
cursor: pointer;
|
|
font-size: 12px;
|
|
display: inline-block;
|
|
padding: 5px;
|
|
border: 1px solid #eaeaea;
|
|
border-radius: 5px;
|
|
box-sizing: border-box;
|
|
line-height: 16px;
|
|
height: auto;
|
|
color: #666;
|
|
position: relative;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin-left: 10px;
|
|
}
|
|
.markdown-toolbar-container .fill-tip::before {
|
|
content: ' ';
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 6px solid transparent;
|
|
border-bottom: 6px solid transparent;
|
|
border-right: 6px solid #fff;
|
|
position: absolute;
|
|
left: -6px;
|
|
top: 6px;
|
|
z-index: 10;
|
|
}
|
|
.markdown-toolbar-container .fill-tip::after {
|
|
content: ' ';
|
|
width: 0;
|
|
height: 0;
|
|
border-top: 6px solid transparent;
|
|
border-bottom: 6px solid transparent;
|
|
border-right: 6px solid #cccbcb;
|
|
position: absolute;
|
|
left: -7px;
|
|
top: 6px;
|
|
}
|
|
.markdown-toolbar-container li {
|
|
color: #666;
|
|
padding: 0 1px;
|
|
height: 100%;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
height: 38px;
|
|
-ms-flex-flow: column nowrap;
|
|
flex-flow: column nowrap;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.markdown-toolbar-container a,
|
|
.markdown-toolbar-container span {
|
|
display: block;
|
|
}
|
|
.markdown-toolbar-container a {
|
|
width: 28px;
|
|
color: #666;
|
|
cursor: pointer;
|
|
text-align: center;
|
|
font-size: 18px;
|
|
}
|
|
.markdown-toolbar-container .btn-null {
|
|
width: auto;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-flow: row nowrap;
|
|
flex-flow: row nowrap;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.markdown-toolbar-container span.v-line {
|
|
margin: 0 5px;
|
|
height: 65%;
|
|
border-right: 1px solid #ccc;
|
|
}
|
|
.mini .markdown-toolbar-container {
|
|
height: 28px;
|
|
}
|
|
.mini .markdown-toolbar-container li {
|
|
height: 28px;
|
|
}
|
|
.editor-resize {
|
|
display: block;
|
|
width: 120px;
|
|
height: 4px;
|
|
left: 54%;
|
|
margin-top: 2px;
|
|
border-top: 1px solid #ccc;
|
|
border-bottom: 1px solid #ccc;
|
|
cursor: row-resize;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-transform: capitalize;
|
|
box-sizing: border-box;
|
|
margin: 0 auto;
|
|
}
|
|
.btn-full-screen {
|
|
position: absolute;
|
|
right: 5px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
@font-face {
|
|
font-family: "md-iconfont";
|
|
src: url(./static/iconfont.cc69dd0c.eot);
|
|
/* IE9 */
|
|
src: url(./static/iconfont.cc69dd0c.eot#iefix) format('embedded-opentype'),
|
|
|
|
url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAArkAAsAAAAAFGQAAAqUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFTgqYEJMCATYCJANMCygABCAFhG0HgUwb5hCjooZyUthkf4mpyEh3pV0O3eNzjDeMPcxWAACWBR8hkIIUVSIBAABgBAAACrx/wAkAfPHw39iv+2bmqzZUIt1PJ5FJeCMRibbSgsVNdRP+A23z391RKZiNY99ZzVmNklbCKpCtz0WxCnCVhUtkySLj37772YjcCVNhPk1OHZFC37UprJD/0ozsDfr3lrQ9Ja2fjpzpmcEJypq3QpVe3mEqOf/v+doc8Dx9AQTUAMH8r7l6h4jEycc0pD1SorTNT/f4+MQxO0wsRBKPkEy8VKiUQkiNRAgFe/ZbMVsJqPuMwq6/O48n0DSrO+To+fNnsFBwIlDuxls5WHgSlBjXUJdXFduW9T9hiXp6QK0GftDXx6ftOkkl4yc6PnvSg9sX5F9YZK7lf7DLU+CyExnbQCFelKr/MLbwbSKbKubEL8C8+KkUXjBVS7qLlkVFb9ncJpntxd2Xna/ekiQvSGwMutYjdpgXxBuyGejDtFUlNc1R+S9PV0tPERo6BpxAVHGyfbR8yxuCF0QLoQ9eUCDzArVfFA0EogJBSEd1B1QDFQ2oCSoLUAWUClAdlA5QF5QeUAvUMoTQ49UNKkRJAAUoG6AGqLsIocNbZwgD8P5WaYiTI2ObVWDfIP8FUH4B6GfCk1BkoQkNRVUCH5pC4eygwLuuu+XmIXB2jvFmcAXLmYJqni3c1sPfw8QoEHgwJsKwODyKoOr8CI/D4QnXuLpRnSqZzvUuVSLdXrMmWVlh7pdqFWyeZ6zbaj5Ea9VLbFFqJyuBbiHz/aXdwxv1o+qp6jZLs1AoqRHINuoHKJHgGlMq1FfO6n7nwbByXhAmPX0mB8QGO11d2a6eq73I/Or36dQNtU+OwzR+ZOhIvG9PavecX/p9136p84XxwOvWiBPqlOFByvvvoYHx+0JjX16+64EsGBw0NqsGsL2dB1a3LWieWdtgu+WlDNp1MF9ltnZPtbPEY8rCiCkoSnZWNZgOJAAl+ocR4Jr4TUSwy+pyq13sImw2Fj1QBDqoHIWVps9Oe6/70Jfl40V7rnnTFmeGL+2vXqcfP4VVab9hukZcxUCnDA32Jtjd74Pq5fqv/DUTv8a31K6dFFOXnYveQGKctVFs8p4EALG+V11C2k2eplEv6t7hrB6No5sL92F7AoDl8P79bJMbOAhN9S6f7YaoS6zTe9h2X22CMIMRuZ79KYSPUz0yAEJ8rmdkLSCsDbKUZm/XaCgZ/3VkwnSMp/9a/65inE4Uu2wpyvFCFYvarGxSdRFKJeNT4ujk1MPfe6Bfa1ePW1WWCVy3bmr1ko7JRynl544qLhwru3hEfhUBCxEIWwnsFpJobe+0dMS615o7jFByxzl6MRW7yD3AFsV0zZqSm1WJkK0FPjJifKsACpFsbVi3qVmD1bvqe9PTYcIIhActzTk/QMnRVdY0Pb7j2XG36f9tN8ut1oJNWexSlW9qSnbtoj2Ard40hheK/stt/Ut2NZuOWH0LFR+pyhrW/Vxd1qxBZumxWhaUbCWixxf57PaZp/zogTpeVQvYYzYAIWZjZfY6MnRB4WtX8Aed+pB7/b920mRPncmHsN1D1a0tBKlHMLW3enfGi7YkG8vfl/elLiUsZCidC5YNWzGlcQO4+sZRlCD0gOaxhQuu5niOdslx9TOub171Par2oocFG4Lp6Efmzzdh8x4Fmt4mtuL9IqxYM+Ww9DDlA5vzL9RB+0Cnf5QfkjxvFh0Ku4SFzC9xSN7TGR9dDnc77NLX2BcsxR5+++YIORTi+PXrvnhD6AZxIVtIpBJbJBafL5XKCMLFsbeeYvQwsW3yr18PRB2SDrRQvBH+Gz0sYA7hLhRtkTDn2PMl/Hr3WF2tQ427l4pUI6p77tAqMvhyjeI2X55BNI96ULb6taXwatu97E+KgDtTZr3ZmPRlSMDqgBUpYRjf7nxyxUYLPcLf8/goevBIapk4t6AXcyBfkRW7zEmZM4DBml3Hd+uXLkxnC0og1FvPgqhH9w7Gx2ZVG8NnzHROmMuTfZTxxiU6r9tenVmYoC7PjMYMbn3ciwIq5X7d0luk6eUBmmkpD2OVcT2khWWhUf48X6daKAACJ1QMnKGijbLmjgGJxOJh0etlsihEQZaLWeHhcZ6Qpy0BYgwnlkfHRS83RuUx2vVrddavPzeL2UjMzhXIDzlv4wpngWYETXAQTxzbwZMJtotbI/6nGtXvUt3DfgUhXHdJfxXbgTlYk5iXtCboggWuk4QGQUuap1DGQ/jL3SjM/aGRVn4x+57YwSaYl5hUwYGyXTNRJMgLqHcRVSEtRXJrUenECVrthIm6Jp2hybBzZ2Aqn3sjR1ahzc4WBlZBr5CqspB5g+tCFuVky4pKrUXy50ylRVZ5UbYD6mIPbNY0aXJyIC5QevaqkXue2+Zznuqd5U7qWmd1OOQ8+RUaLa7V4JoKxtQYP37AP8Rq6O/2GaPk0/XjPIKEsI4FkYN50bGZeSPH5cUkxF6MrBzA8OErS+uGfeN0hu/al9DB82E3DBQkDkyExEAkSDxZtF88KSIowojtR4cW2h9YHkRrg4URLh63c1sgZtDws9MLKG2UcSnTz+OlSxDDszwVkDJP0QvX6GjwSWYVeVOG9O6N6FjZWYBGzmKp8rw8KlFR4XTdw8Ko2tvAmLrB6NJ5rIHXVsx509enr2J52LGDiBwKRLrSeRWD721sVqUYVNuXzAvODPp3at2cYY3DJeb8udMPDz4sqDhlkW94SGlunIZ/WOLLCpszsK7GPypJL5XLpfokwCEtvfpI0RGZ7G7RXZJkVY8dOzjgPMvBkh/W9cPNQuGEic+XLYO4jMPr1ik7mxf//sz0Vl+z2QNLwPGr2MaIq/iQZ3iiyFLysoJUx7hBvXVEhWRhQai0ksJtOOvSxyixBtNubwhcuzfC9qpSrsxhzHqYBeeFYRT5EADZ7n9sNLGWuoapWKMrCDaWYcjB6BPgRuweJZFFgSKxcBGMACAn+o0NB8ueN2FS1vKAnbLu5AIskPURO4ahfGPhPAwn/wJKQY+T/5dtjuLHy0DTIUFI9i7LQeme1K11/JRvDPZ/nIy7ezlLKI38Sxry5QADiqsRsC+BVIhB/sre0mOiiPIUaT1TnSEkGd8MBOVpgfzfKyqZI+rKVDg7oSkGsR/RDd2vn56kFu/G6IkDkpoZkNUto8VyG1S07ICqul3QtCV355aRQcaiNLBpAgOhbxtIuv7hWWXZiRdYOkDF1DusCscZNJ3EzT5bVl+uHggkgxb7q/AKs5HJvDLLf4E9RkkH6Wm1P6DiMYuubr8FL5CBytignOyW2QhDmMQzWwdiRNETHkBx7ZDf75rG3DasFabByiECJDYCa0Kja/SeFJSZ6dkq8PlfgHUUSRTT7Cv6H0AKP3chUriIFOgLmVM125aqg51YW0MOCkNo2QQli845KkAUuUgYoF7qACisps+R3dvpceiuNS1Z10+n5U9afC3yrUdT5ChRiWrUoh6Nv2UXakcnutGL/sHh0THarSOfwxzy5D2yhYlCDTPPMno12WPU894rPhJMk8/HskLSQFX0hScxi8EgpWmfvDlm5UFAe56y3EcYl2MawxWWGrMqURY3m3qsoNjS+AhVRfGDAQAAAA==') format('woff2'),
|
|
url(./static/iconfont.3e4bb627.woff) format('woff'),
|
|
url(./static/iconfont.6929d350.ttf) format('truetype'),
|
|
|
|
url(./static/iconfont.ac44bafd.svg#iconfont) format('svg');
|
|
/* iOS 4.1- */
|
|
}
|
|
|
|
.md-iconfont {
|
|
font-family: "md-iconfont" !important;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
}
|
|
|
|
.icon-shrink:before {
|
|
content: "\e728";
|
|
}
|
|
|
|
.icon-enlarge:before {
|
|
content: "\e623";
|
|
}
|
|
|
|
.icon-code:before {
|
|
content: "\e602";
|
|
}
|
|
|
|
.icon-italic:before {
|
|
content: "\e718";
|
|
}
|
|
|
|
.icon-bold:before {
|
|
content: "\e644";
|
|
}
|
|
|
|
.icon-picture:before {
|
|
content: "\e606";
|
|
}
|
|
|
|
.icon-minus:before {
|
|
content: "\e62c";
|
|
}
|
|
|
|
.icon-order-list:before {
|
|
content: "\e655";
|
|
}
|
|
|
|
.icon-link:before {
|
|
content: "\e7d4";
|
|
}
|
|
|
|
.icon-formula:before {
|
|
content: "\e633";
|
|
}
|
|
|
|
.icon-unorder-list:before {
|
|
content: "\e668";
|
|
}
|
|
|
|
.icon-edit:before {
|
|
content: "\e603";
|
|
}
|
|
|
|
.icon-table:before {
|
|
content: "\e7db";
|
|
}
|
|
|
|
.icon-sum:before {
|
|
content: "\e667";
|
|
}
|
|
|
|
.icon-eye:before {
|
|
content: "\e69f";
|
|
}
|
|
|
|
.icon-eye-slash:before {
|
|
content: "\e601";
|
|
}
|
|
|
|
.icon-eraser:before {
|
|
content: "\e8cd";
|
|
}
|
|
|
|
.icon-file-code:before {
|
|
content: "\e9ec";
|
|
}
|
|
/* 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 */
|
|
|
|
.upload-button {
|
|
width: 120px;
|
|
height: 32px;
|
|
display: block;
|
|
position: relative;
|
|
color: #4cacff;
|
|
}
|
|
.upload-button input {
|
|
opacity: 0;
|
|
width: 160px;
|
|
height: 32px;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
z-index: 1;
|
|
}
|
|
/* 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 */
|
|
|