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.
2299 lines
61 KiB
2299 lines
61 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-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 */
|
|
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-modal,
|
|
.ant-image-preview {
|
|
pointer-events: none;
|
|
}
|
|
.ant-modal.zoom-enter,
|
|
.ant-modal.zoom-appear,
|
|
.ant-image-preview.zoom-enter,
|
|
.ant-image-preview.zoom-appear {
|
|
-ms-transform: none;
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-modal-mask,
|
|
.ant-image-preview-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.ant-modal-mask-hidden,
|
|
.ant-image-preview-mask-hidden {
|
|
display: none;
|
|
}
|
|
.ant-modal-wrap,
|
|
.ant-image-preview-wrap {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
outline: 0;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.ant-input-number {
|
|
box-sizing: border-box;
|
|
font-variant: tabular-nums;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: relative;
|
|
width: 100%;
|
|
min-width: 0;
|
|
padding: 3px 7px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
background-color: #fff;
|
|
background-image: none;
|
|
transition: all 0.3s;
|
|
display: inline-block;
|
|
width: 90px;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-input-number::-webkit-input-placeholder {
|
|
color: #bfbfbf;
|
|
}
|
|
.ant-input-number:-ms-input-placeholder {
|
|
color: #bfbfbf;
|
|
}
|
|
.ant-input-number::-ms-input-placeholder {
|
|
color: #bfbfbf;
|
|
}
|
|
.ant-input-number::placeholder {
|
|
color: #bfbfbf;
|
|
}
|
|
.ant-input-number:-ms-input-placeholder {
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-input-number:placeholder-shown {
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-input-number:hover {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
}
|
|
.ant-input-number:focus,
|
|
.ant-input-number-focused {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
}
|
|
.ant-input-number-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-input-number-disabled:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px !important;
|
|
}
|
|
.ant-input-number[disabled] {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-input-number[disabled]:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px !important;
|
|
}
|
|
.ant-input-number-borderless,
|
|
.ant-input-number-borderless:hover,
|
|
.ant-input-number-borderless:focus,
|
|
.ant-input-number-borderless-focused,
|
|
.ant-input-number-borderless-disabled,
|
|
.ant-input-number-borderless[disabled] {
|
|
background-color: transparent;
|
|
border: none;
|
|
box-shadow: none;
|
|
}
|
|
textarea.ant-input-number {
|
|
max-width: 100%;
|
|
height: auto;
|
|
min-height: 28px;
|
|
line-height: 1.66667;
|
|
vertical-align: bottom;
|
|
transition: all 0.3s, height 0s;
|
|
}
|
|
.ant-input-number-lg {
|
|
padding: 3.4px 11px;
|
|
font-size: 14px;
|
|
}
|
|
.ant-input-number-sm {
|
|
padding: 0px 7px;
|
|
}
|
|
.ant-input-number-handler {
|
|
position: relative;
|
|
display: block;
|
|
width: 100%;
|
|
height: 50%;
|
|
overflow: hidden;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-weight: bold;
|
|
line-height: 0;
|
|
text-align: center;
|
|
transition: all 0.1s linear;
|
|
}
|
|
.ant-input-number-handler:active {
|
|
background: #f4f4f4;
|
|
}
|
|
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
|
|
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
|
|
color: #40a9ff;
|
|
}
|
|
.ant-input-number-handler-up-inner,
|
|
.ant-input-number-handler-down-inner {
|
|
display: inline-block;
|
|
color: inherit;
|
|
font-style: normal;
|
|
line-height: 0;
|
|
text-align: center;
|
|
text-transform: none;
|
|
vertical-align: -0.125em;
|
|
text-rendering: optimizeLegibility;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
position: absolute;
|
|
right: 4px;
|
|
width: 12px;
|
|
height: 12px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
line-height: 12px;
|
|
transition: all 0.1s linear;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-input-number-handler-up-inner > *,
|
|
.ant-input-number-handler-down-inner > * {
|
|
line-height: 1;
|
|
}
|
|
.ant-input-number-handler-up-inner svg,
|
|
.ant-input-number-handler-down-inner svg {
|
|
display: inline-block;
|
|
}
|
|
.ant-input-number-handler-up-inner::before,
|
|
.ant-input-number-handler-down-inner::before {
|
|
display: none;
|
|
}
|
|
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
|
|
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
|
|
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
|
|
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
|
|
display: block;
|
|
}
|
|
.ant-input-number:hover {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
}
|
|
.ant-input-number:hover + .ant-form-item-children-icon {
|
|
opacity: 0;
|
|
transition: opacity 0.24s linear 0.24s;
|
|
}
|
|
.ant-input-number-focused {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
}
|
|
.ant-input-number-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background-color: #f5f5f5;
|
|
cursor: not-allowed;
|
|
opacity: 1;
|
|
}
|
|
.ant-input-number-disabled:hover {
|
|
border-color: #d9d9d9;
|
|
border-right-width: 1px !important;
|
|
}
|
|
.ant-input-number-disabled .ant-input-number-input {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-input-number-disabled .ant-input-number-handler-wrap {
|
|
display: none;
|
|
}
|
|
.ant-input-number-readonly .ant-input-number-handler-wrap {
|
|
display: none;
|
|
}
|
|
.ant-input-number-input {
|
|
width: 100%;
|
|
height: 26px;
|
|
padding: 0 7px;
|
|
text-align: left;
|
|
background-color: transparent;
|
|
border: 0;
|
|
border-radius: 2px;
|
|
outline: 0;
|
|
transition: all 0.3s linear;
|
|
-moz-appearance: textfield !important;
|
|
}
|
|
.ant-input-number-input::-webkit-input-placeholder {
|
|
color: #bfbfbf;
|
|
}
|
|
.ant-input-number-input:-ms-input-placeholder {
|
|
color: #bfbfbf;
|
|
}
|
|
.ant-input-number-input::-ms-input-placeholder {
|
|
color: #bfbfbf;
|
|
}
|
|
.ant-input-number-input::placeholder {
|
|
color: #bfbfbf;
|
|
}
|
|
.ant-input-number-input:-ms-input-placeholder {
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-input-number-input:placeholder-shown {
|
|
text-overflow: ellipsis;
|
|
}
|
|
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
|
|
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
|
|
margin: 0;
|
|
-webkit-appearance: none;
|
|
}
|
|
.ant-input-number-lg {
|
|
padding: 0;
|
|
font-size: 14px;
|
|
}
|
|
.ant-input-number-lg input {
|
|
height: 30px;
|
|
}
|
|
.ant-input-number-sm {
|
|
padding: 0;
|
|
}
|
|
.ant-input-number-sm input {
|
|
height: 20px;
|
|
padding: 0 7px;
|
|
}
|
|
.ant-input-number-handler-wrap {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
width: 22px;
|
|
height: 100%;
|
|
background: #fff;
|
|
border-left: 1px solid #d9d9d9;
|
|
border-radius: 0 2px 2px 0;
|
|
opacity: 0;
|
|
transition: opacity 0.24s linear 0.1s;
|
|
}
|
|
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
|
|
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
|
|
display: inline-block;
|
|
font-size: 7px;
|
|
min-width: auto;
|
|
margin-right: 0;
|
|
}
|
|
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
|
|
height: 40%;
|
|
}
|
|
.ant-input-number:hover .ant-input-number-handler-wrap {
|
|
opacity: 1;
|
|
}
|
|
.ant-input-number-handler-up {
|
|
border-top-right-radius: 2px;
|
|
cursor: pointer;
|
|
}
|
|
.ant-input-number-handler-up-inner {
|
|
top: 50%;
|
|
margin-top: -5px;
|
|
text-align: center;
|
|
}
|
|
.ant-input-number-handler-up:hover {
|
|
height: 60% !important;
|
|
}
|
|
.ant-input-number-handler-down {
|
|
top: 0;
|
|
border-top: 1px solid #d9d9d9;
|
|
border-bottom-right-radius: 2px;
|
|
cursor: pointer;
|
|
}
|
|
.ant-input-number-handler-down-inner {
|
|
top: 50%;
|
|
text-align: center;
|
|
-ms-transform: translateY(-50%);
|
|
transform: translateY(-50%);
|
|
}
|
|
.ant-input-number-handler-down:hover {
|
|
height: 60% !important;
|
|
}
|
|
.ant-input-number-handler-up-disabled,
|
|
.ant-input-number-handler-down-disabled {
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
|
|
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-input-number-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-input-number-rtl .ant-input-number-handler-wrap {
|
|
right: auto;
|
|
left: 0;
|
|
border-right: 1px solid #d9d9d9;
|
|
border-left: 0;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-input-number-rtl .ant-input-number-input {
|
|
direction: ltr;
|
|
text-align: right;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___wWw1O {
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___3LkUu {
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___3qN5V {
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___3KU-R {
|
|
-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___IbGRA {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.bg___TCDRd {
|
|
width: 100%;
|
|
margin-bottom: 67px;
|
|
padding-bottom: 30px;
|
|
overflow-y: auto;
|
|
padding-top: 40px;
|
|
}
|
|
.bg___TCDRd .radioStyle___30gQW {
|
|
display: block;
|
|
height: 50px;
|
|
line-height: 47px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O {
|
|
padding: 0 40px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O label {
|
|
font-size: 16px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .onePart___3-uUM {
|
|
margin-top: 23px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .onePart___3-uUM .ant-form-item-label {
|
|
margin-top: 10px;
|
|
margin-bottom: 8px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .onePart___3-uUM .ant-input {
|
|
height: 50px;
|
|
background-color: #f5f5f5;
|
|
padding: 0 20px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .onePart___3-uUM .ant-input > input,
|
|
.bg___TCDRd .formWrap___3it4O .onePart___3-uUM .ant-input > span {
|
|
font-size: 16px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .onePart___3-uUM .ant-radio-wrapper {
|
|
margin-right: 60px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .twoPart___33MNe .title___3DHfV {
|
|
padding: 26px 0;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .twoPart___33MNe .ant-form-item-label {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .twoPart___33MNe .ant-input {
|
|
height: 50px;
|
|
background-color: #f5f5f5 !important;
|
|
padding: 0 20px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .twoPart___33MNe .ant-input > input,
|
|
.bg___TCDRd .formWrap___3it4O .twoPart___33MNe .ant-input > span {
|
|
font-size: 16px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .twoPart___33MNe .ant-select {
|
|
width: 100%;
|
|
height: 50px;
|
|
background-color: #f5f5f5;
|
|
padding: 9px 20px 9px 8px;
|
|
margin-right: 9px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .threePart___3zNZU .title___3DHfV {
|
|
padding: 26px 0;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .threePart___3zNZU .flexRowCenter___2hu6Z {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .threePart___3zNZU .ant-form-item-label {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .threePart___3zNZU .ant-form-item {
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .threePart___3zNZU .ant-input {
|
|
height: 50px;
|
|
background-color: #f5f5f5;
|
|
padding: 0 20px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .threePart___3zNZU .ant-input > input,
|
|
.bg___TCDRd .formWrap___3it4O .threePart___3zNZU .ant-input > span {
|
|
font-size: 16px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .title___3DHfV {
|
|
padding: 26px 0;
|
|
font-size: 16px;
|
|
font-weight: bold;
|
|
color: #333333;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .testJi___2FQtu {
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .testJi___2FQtu .ant-form-item-control-input-content {
|
|
margin-top: -10px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .averageWarp___24RW3 {
|
|
padding-left: 118px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .averageWarp___24RW3 .averageCustom___37H4G {
|
|
width: 278px;
|
|
height: 56px;
|
|
background: #f5f5f5;
|
|
border-radius: 8px;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
padding-top: 13px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .averageWarp___24RW3 .averageCustom___37H4G .ant-form-item-label {
|
|
margin-top: 10px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .averageWarp___24RW3 .averageCustom___37H4G .ant-form-item {
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .averageWarp___24RW3 .averageCustom___37H4G .ant-input {
|
|
background-color: #f5f5f5;
|
|
padding: 0 20px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .averageWarp___24RW3 .averageCustom___37H4G .ant-input > input,
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .averageWarp___24RW3 .averageCustom___37H4G .ant-input > span {
|
|
font-size: 16px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .groupWrap___3ZQ-0 {
|
|
padding: 20px 0;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .groupWrap___3ZQ-0 .customInput___7M4Cd {
|
|
height: 30px;
|
|
background-color: #f5f5f5;
|
|
padding: 0 20px;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .groupWrap___3ZQ-0 .customInput___7M4Cd > input,
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir .groupWrap___3ZQ-0 .customInput___7M4Cd > span {
|
|
font-size: 16px;
|
|
background-color: #f5f5f5;
|
|
}
|
|
.bg___TCDRd .formWrap___3it4O .fourPart___3qGir textarea {
|
|
background-color: #f5f5f5;
|
|
padding: 20px;
|
|
height: 200px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-modal,
|
|
.ant-image-preview {
|
|
pointer-events: none;
|
|
}
|
|
.ant-modal.zoom-enter,
|
|
.ant-modal.zoom-appear,
|
|
.ant-image-preview.zoom-enter,
|
|
.ant-image-preview.zoom-appear {
|
|
-ms-transform: none;
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-modal-mask,
|
|
.ant-image-preview-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.ant-modal-mask-hidden,
|
|
.ant-image-preview-mask-hidden {
|
|
display: none;
|
|
}
|
|
.ant-modal-wrap,
|
|
.ant-image-preview-wrap {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
outline: 0;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
|
|
padding: 4px 0;
|
|
font-size: 12px;
|
|
}
|
|
.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
|
|
padding: 8px 0;
|
|
font-size: 14px;
|
|
}
|
|
.ant-tabs-card.ant-tabs-small > .ant-tabs-nav .ant-tabs-tab {
|
|
padding: 6px 8px;
|
|
}
|
|
.ant-tabs-card.ant-tabs-large > .ant-tabs-nav .ant-tabs-tab {
|
|
padding: 7px 8px 6px;
|
|
}
|
|
.ant-tabs-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab {
|
|
margin: 0 0 0 32px;
|
|
}
|
|
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab:last-of-type {
|
|
margin-left: 0;
|
|
}
|
|
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .anticon {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove {
|
|
margin-right: 4px;
|
|
margin-left: 0px;
|
|
}
|
|
.ant-tabs-rtl .ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-remove .anticon {
|
|
margin: 0;
|
|
}
|
|
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-nav {
|
|
-ms-flex-order: 1;
|
|
order: 1;
|
|
}
|
|
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
|
|
-ms-flex-order: 0;
|
|
order: 0;
|
|
}
|
|
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
|
|
-ms-flex-order: 0;
|
|
order: 0;
|
|
}
|
|
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
|
|
-ms-flex-order: 1;
|
|
order: 1;
|
|
}
|
|
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
|
|
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
|
|
.ant-tabs-rtl.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
|
|
.ant-tabs-rtl.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
|
|
margin-right: 0;
|
|
margin-left: 2px;
|
|
}
|
|
.ant-tabs-dropdown-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-tabs-dropdown-rtl .ant-tabs-dropdown-menu-item {
|
|
text-align: right;
|
|
}
|
|
.ant-tabs-top,
|
|
.ant-tabs-bottom {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
.ant-tabs-top > .ant-tabs-nav,
|
|
.ant-tabs-bottom > .ant-tabs-nav,
|
|
.ant-tabs-top > div > .ant-tabs-nav,
|
|
.ant-tabs-bottom > div > .ant-tabs-nav {
|
|
margin: 0 0 8px 0;
|
|
}
|
|
.ant-tabs-top > .ant-tabs-nav::before,
|
|
.ant-tabs-bottom > .ant-tabs-nav::before,
|
|
.ant-tabs-top > div > .ant-tabs-nav::before,
|
|
.ant-tabs-bottom > div > .ant-tabs-nav::before {
|
|
position: absolute;
|
|
right: 0;
|
|
left: 0;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
content: '';
|
|
}
|
|
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
|
|
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
|
|
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar,
|
|
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
|
|
height: 2px;
|
|
}
|
|
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar-animated,
|
|
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar-animated,
|
|
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
|
|
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
|
|
transition: width 0.3s, left 0.3s, right 0.3s;
|
|
}
|
|
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
|
|
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
|
|
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
|
|
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
|
|
top: 0;
|
|
bottom: 0;
|
|
width: 30px;
|
|
}
|
|
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
|
|
left: 0;
|
|
box-shadow: inset 10px 0 8px -8px rgba(0, 0, 0, 0.08);
|
|
}
|
|
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap::after,
|
|
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap::after,
|
|
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
|
|
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
|
|
right: 0;
|
|
box-shadow: inset -10px 0 8px -8px rgba(0, 0, 0, 0.08);
|
|
}
|
|
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
|
|
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
|
|
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before,
|
|
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-left::before {
|
|
opacity: 1;
|
|
}
|
|
.ant-tabs-top > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
|
|
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
|
|
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after,
|
|
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-right::after {
|
|
opacity: 1;
|
|
}
|
|
.ant-tabs-top > .ant-tabs-nav::before,
|
|
.ant-tabs-top > div > .ant-tabs-nav::before {
|
|
bottom: 0;
|
|
}
|
|
.ant-tabs-top > .ant-tabs-nav .ant-tabs-ink-bar,
|
|
.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-ink-bar {
|
|
bottom: 0;
|
|
}
|
|
.ant-tabs-bottom > .ant-tabs-nav,
|
|
.ant-tabs-bottom > div > .ant-tabs-nav {
|
|
-ms-flex-order: 1;
|
|
order: 1;
|
|
margin-top: 8px;
|
|
margin-bottom: 0;
|
|
}
|
|
.ant-tabs-bottom > .ant-tabs-nav::before,
|
|
.ant-tabs-bottom > div > .ant-tabs-nav::before {
|
|
top: 0;
|
|
}
|
|
.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-ink-bar,
|
|
.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-ink-bar {
|
|
top: 0;
|
|
}
|
|
.ant-tabs-bottom > .ant-tabs-content-holder,
|
|
.ant-tabs-bottom > div > .ant-tabs-content-holder {
|
|
-ms-flex-order: 0;
|
|
order: 0;
|
|
}
|
|
.ant-tabs-left > .ant-tabs-nav,
|
|
.ant-tabs-right > .ant-tabs-nav,
|
|
.ant-tabs-left > div > .ant-tabs-nav,
|
|
.ant-tabs-right > div > .ant-tabs-nav {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
min-width: 50px;
|
|
}
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
|
|
margin: 0 0 8px 0;
|
|
padding: 4px 16px;
|
|
text-align: center;
|
|
}
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab:last-of-type,
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab:last-of-type,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab:last-of-type,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab:last-of-type {
|
|
margin-bottom: 0;
|
|
}
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap,
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
|
|
right: 0;
|
|
left: 0;
|
|
height: 30px;
|
|
}
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::before {
|
|
top: 0;
|
|
box-shadow: inset 0 10px 8px -8px rgba(0, 0, 0, 0.08);
|
|
}
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap::after,
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap::after,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap::after,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
|
|
bottom: 0;
|
|
box-shadow: inset 0 -10px 8px -8px rgba(0, 0, 0, 0.08);
|
|
}
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-top::before {
|
|
opacity: 1;
|
|
}
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-wrap.ant-tabs-nav-wrap-ping-bottom::after {
|
|
opacity: 1;
|
|
}
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
|
|
width: 2px;
|
|
}
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar-animated,
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar-animated,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar-animated,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar-animated {
|
|
transition: height 0.3s, top 0.3s;
|
|
}
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-list,
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-list,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-list,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-list,
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-nav-operations,
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-nav-operations,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-nav-operations,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-nav-operations {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
.ant-tabs-left > .ant-tabs-nav .ant-tabs-ink-bar,
|
|
.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-ink-bar {
|
|
right: 0;
|
|
}
|
|
.ant-tabs-left > .ant-tabs-content-holder,
|
|
.ant-tabs-left > div > .ant-tabs-content-holder {
|
|
margin-left: -1px;
|
|
border-left: 1px solid #f0f0f0;
|
|
}
|
|
.ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
|
|
.ant-tabs-left > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
|
|
padding-left: 16px;
|
|
}
|
|
.ant-tabs-right > .ant-tabs-nav,
|
|
.ant-tabs-right > div > .ant-tabs-nav {
|
|
-ms-flex-order: 1;
|
|
order: 1;
|
|
}
|
|
.ant-tabs-right > .ant-tabs-nav .ant-tabs-ink-bar,
|
|
.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-ink-bar {
|
|
left: 0;
|
|
}
|
|
.ant-tabs-right > .ant-tabs-content-holder,
|
|
.ant-tabs-right > div > .ant-tabs-content-holder {
|
|
-ms-flex-order: 0;
|
|
order: 0;
|
|
margin-right: -1px;
|
|
border-right: 1px solid #f0f0f0;
|
|
}
|
|
.ant-tabs-right > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane,
|
|
.ant-tabs-right > div > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
|
|
padding-right: 16px;
|
|
}
|
|
.ant-tabs-dropdown {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
position: absolute;
|
|
top: -9999px;
|
|
left: -9999px;
|
|
z-index: 1050;
|
|
display: block;
|
|
}
|
|
.ant-tabs-dropdown-hidden {
|
|
display: none;
|
|
}
|
|
.ant-tabs-dropdown-menu {
|
|
max-height: 200px;
|
|
margin: 0;
|
|
padding: 4px 0;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
text-align: left;
|
|
list-style-type: none;
|
|
background-color: #fff;
|
|
background-clip: padding-box;
|
|
border-radius: 2px;
|
|
outline: none;
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
}
|
|
.ant-tabs-dropdown-menu-item {
|
|
min-width: 120px;
|
|
margin: 0;
|
|
padding: 5px 8px;
|
|
overflow: hidden;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
line-height: 18px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-tabs-dropdown-menu-item:hover {
|
|
background: #f5f5f5;
|
|
}
|
|
.ant-tabs-dropdown-menu-item-disabled,
|
|
.ant-tabs-dropdown-menu-item-disabled:hover {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
background: transparent;
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab,
|
|
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab {
|
|
margin: 0;
|
|
padding: 4px 8px;
|
|
background: #fafafa;
|
|
border: 1px solid #f0f0f0;
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
}
|
|
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
|
|
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
|
|
color: #1890ff;
|
|
background: #fff;
|
|
}
|
|
.ant-tabs-card > .ant-tabs-nav .ant-tabs-ink-bar,
|
|
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-ink-bar {
|
|
visibility: hidden;
|
|
}
|
|
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
|
|
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
|
|
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
|
|
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
|
|
margin-right: 2px;
|
|
}
|
|
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab,
|
|
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab {
|
|
border-radius: 2px 2px 0 0;
|
|
}
|
|
.ant-tabs-card.ant-tabs-top > .ant-tabs-nav .ant-tabs-tab-active,
|
|
.ant-tabs-card.ant-tabs-top > div > .ant-tabs-nav .ant-tabs-tab-active {
|
|
border-bottom-color: #fff;
|
|
}
|
|
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab,
|
|
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab {
|
|
border-radius: 0 0 2px 2px;
|
|
}
|
|
.ant-tabs-card.ant-tabs-bottom > .ant-tabs-nav .ant-tabs-tab-active,
|
|
.ant-tabs-card.ant-tabs-bottom > div > .ant-tabs-nav .ant-tabs-tab-active {
|
|
border-top-color: #fff;
|
|
}
|
|
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
|
|
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
|
|
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type),
|
|
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab:not(:last-of-type) {
|
|
margin-bottom: 2px;
|
|
}
|
|
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab,
|
|
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab {
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-tabs-card.ant-tabs-left > .ant-tabs-nav .ant-tabs-tab-active,
|
|
.ant-tabs-card.ant-tabs-left > div > .ant-tabs-nav .ant-tabs-tab-active {
|
|
border-right-color: #fff;
|
|
}
|
|
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab,
|
|
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab {
|
|
border-radius: 0 2px 2px 0;
|
|
}
|
|
.ant-tabs-card.ant-tabs-right > .ant-tabs-nav .ant-tabs-tab-active,
|
|
.ant-tabs-card.ant-tabs-right > div > .ant-tabs-nav .ant-tabs-tab-active {
|
|
border-left-color: #fff;
|
|
}
|
|
.ant-tabs {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
overflow: hidden;
|
|
}
|
|
.ant-tabs > .ant-tabs-nav,
|
|
.ant-tabs > div > .ant-tabs-nav {
|
|
position: relative;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex: none;
|
|
flex: none;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap,
|
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap {
|
|
position: relative;
|
|
display: inline-block;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex: auto;
|
|
flex: auto;
|
|
-ms-flex-item-align: stretch;
|
|
align-self: stretch;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
-ms-transform: translate(0);
|
|
transform: translate(0);
|
|
}
|
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::before,
|
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-wrap::after,
|
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-wrap::after {
|
|
position: absolute;
|
|
z-index: 1;
|
|
opacity: 0;
|
|
transition: opacity 0.3s;
|
|
content: '';
|
|
pointer-events: none;
|
|
}
|
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-list,
|
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-list {
|
|
position: relative;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
transition: transform 0.3s;
|
|
}
|
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations,
|
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-item-align: stretch;
|
|
align-self: stretch;
|
|
}
|
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-operations-hidden,
|
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-operations-hidden {
|
|
position: absolute;
|
|
visibility: hidden;
|
|
pointer-events: none;
|
|
}
|
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more,
|
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more {
|
|
position: relative;
|
|
padding: 4px 8px;
|
|
background: transparent;
|
|
border: 0;
|
|
}
|
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-more::after,
|
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-more::after {
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
height: 5px;
|
|
-ms-transform: translateY(100%);
|
|
transform: translateY(100%);
|
|
content: '';
|
|
}
|
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add,
|
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add {
|
|
min-width: 40px;
|
|
padding: 0 4px;
|
|
background: #fafafa;
|
|
border: 1px solid #f0f0f0;
|
|
border-radius: 2px 2px 0 0;
|
|
outline: none;
|
|
cursor: pointer;
|
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
}
|
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
|
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
|
|
color: #40a9ff;
|
|
}
|
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
|
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
|
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
|
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
|
|
color: #096dd9;
|
|
}
|
|
.ant-tabs-extra-content {
|
|
-ms-flex: none;
|
|
flex: none;
|
|
}
|
|
.ant-tabs-centered > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']),
|
|
.ant-tabs-centered > div > .ant-tabs-nav .ant-tabs-nav-wrap:not([class*='ant-tabs-nav-wrap-ping']) {
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
}
|
|
.ant-tabs-ink-bar {
|
|
position: absolute;
|
|
background: #1890ff;
|
|
pointer-events: none;
|
|
}
|
|
.ant-tabs-tab {
|
|
position: relative;
|
|
display: -ms-inline-flexbox;
|
|
display: inline-flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
margin: 0 32px 0 0;
|
|
padding: 8px 0;
|
|
font-size: 12px;
|
|
background: transparent;
|
|
border: 0;
|
|
outline: none;
|
|
cursor: pointer;
|
|
}
|
|
.ant-tabs-tab:last-of-type {
|
|
margin-right: 0;
|
|
margin-left: 0;
|
|
}
|
|
.ant-tabs-tab-btn:focus,
|
|
.ant-tabs-tab-remove:focus,
|
|
.ant-tabs-tab-btn:active,
|
|
.ant-tabs-tab-remove:active {
|
|
color: #096dd9;
|
|
}
|
|
.ant-tabs-tab-btn {
|
|
outline: none;
|
|
}
|
|
.ant-tabs-tab-remove {
|
|
-ms-flex: none;
|
|
flex: none;
|
|
margin-right: 0px;
|
|
margin-left: 4px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
background: transparent;
|
|
border: none;
|
|
outline: none;
|
|
cursor: pointer;
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-tabs-tab-remove:hover {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-tabs-tab:hover {
|
|
color: #40a9ff;
|
|
}
|
|
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
|
color: #1890ff;
|
|
font-weight: 500;
|
|
}
|
|
.ant-tabs-tab.ant-tabs-tab-disabled {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
cursor: not-allowed;
|
|
}
|
|
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:focus,
|
|
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:focus,
|
|
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-btn:active,
|
|
.ant-tabs-tab.ant-tabs-tab-disabled .ant-tabs-tab-remove:active {
|
|
color: rgba(0, 0, 0, 0.25);
|
|
}
|
|
.ant-tabs-tab .ant-tabs-tab-remove .anticon {
|
|
margin: 0;
|
|
}
|
|
.ant-tabs-tab .anticon {
|
|
margin-right: 8px;
|
|
}
|
|
.ant-tabs-content {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
width: 100%;
|
|
}
|
|
.ant-tabs-content-holder {
|
|
-ms-flex: auto;
|
|
flex: auto;
|
|
min-width: 0;
|
|
min-height: 0;
|
|
}
|
|
.ant-tabs-content-animated {
|
|
transition: margin 0.3s;
|
|
}
|
|
.ant-tabs-tabpane {
|
|
-ms-flex: none;
|
|
flex: none;
|
|
width: 100%;
|
|
outline: none;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___1mi8J {
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___2dzBd {
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___2cGiq {
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___3tw8h {
|
|
-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___1dR6o {
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrap___3kKju {
|
|
padding: 0 20px 20px 20px;
|
|
}
|
|
.content___3U3bi {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
height: 200px;
|
|
overflow-y: auto;
|
|
background: #f5f5f5;
|
|
padding: 10px;
|
|
font-size: 14px;
|
|
}
|
|
.content___3U3bi a {
|
|
color: #05101a;
|
|
}
|
|
.content___3U3bi a:hover {
|
|
color: #40a9ff;
|
|
}
|
|
.mainPathWrap___3EIrO {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
}
|
|
.colorBlue___2WYVN {
|
|
color: #4cacff;
|
|
}
|
|
.empty___2FHZ0 {
|
|
width: 100%;
|
|
height: 100%;
|
|
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;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
background: #fff;
|
|
padding: 100px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.loading___1SIOG {
|
|
position: absolute;
|
|
z-index: 1000;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
background: rgba(255, 255, 255, 0.75);
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.challenge-nav {
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding: 0;
|
|
border-bottom: 1px solid #f1f1f1;
|
|
margin-bottom: 16px;
|
|
}
|
|
.challenge-nav > li {
|
|
position: relative;
|
|
height: 40px;
|
|
margin-right: 60px;
|
|
font-size: 16px;
|
|
line-height: 17px;
|
|
}
|
|
.challenge-nav > li > a {
|
|
color: #05101a;
|
|
}
|
|
.challenge-nav .active {
|
|
color: #1890ff;
|
|
}
|
|
.challenge-nav .active > a {
|
|
color: #1890ff !important;
|
|
}
|
|
.challenge-nav .active:after {
|
|
position: absolute;
|
|
content: '';
|
|
width: 100%;
|
|
background-color: #1890ff;
|
|
height: 3px;
|
|
border-radius: 2px;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|