forked from Gitlink/build
2667 lines
69 KiB
CSS
2667 lines
69 KiB
CSS
/* 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 {
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-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-skeleton {
|
|
display: table;
|
|
width: 100%;
|
|
}
|
|
.ant-skeleton-header {
|
|
display: table-cell;
|
|
padding-right: 8px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: #f2f2f2;
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-lg {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-sm {
|
|
width: 22px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-header .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-content {
|
|
display: table-cell;
|
|
width: 100%;
|
|
vertical-align: top;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-title {
|
|
width: 100%;
|
|
height: 14px;
|
|
margin-top: 8px;
|
|
background: #f2f2f2;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
|
margin-top: 20px;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph {
|
|
padding: 0;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
width: 100%;
|
|
height: 14px;
|
|
list-style: none;
|
|
background: #f2f2f2;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li:last-child:not(:first-child):not(:nth-child(2)) {
|
|
width: 61%;
|
|
}
|
|
.ant-skeleton-content .ant-skeleton-paragraph > li + li {
|
|
margin-top: 12px;
|
|
}
|
|
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title {
|
|
margin-top: 8px;
|
|
}
|
|
.ant-skeleton-with-avatar .ant-skeleton-content .ant-skeleton-title + .ant-skeleton-paragraph {
|
|
margin-top: 20px;
|
|
}
|
|
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-title,
|
|
.ant-skeleton-round .ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
border-radius: 100px;
|
|
}
|
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
|
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
|
|
background-size: 400% 100%;
|
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
|
}
|
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
|
|
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
|
|
background-size: 400% 100%;
|
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
|
}
|
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-button {
|
|
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
|
|
background-size: 400% 100%;
|
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
|
}
|
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-input {
|
|
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
|
|
background-size: 400% 100%;
|
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
|
}
|
|
.ant-skeleton.ant-skeleton-active .ant-skeleton-image {
|
|
background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
|
|
background-size: 400% 100%;
|
|
animation: ant-skeleton-loading 1.4s ease infinite;
|
|
}
|
|
.ant-skeleton-element {
|
|
display: inline-block;
|
|
width: auto;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: #f2f2f2;
|
|
border-radius: 2px;
|
|
width: 56px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-circle {
|
|
width: 28px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button.ant-skeleton-button-round {
|
|
border-radius: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg {
|
|
width: 64px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-circle {
|
|
width: 32px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-lg.ant-skeleton-button-round {
|
|
border-radius: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm {
|
|
width: 44px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-circle {
|
|
width: 22px;
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-button-sm.ant-skeleton-button-round {
|
|
border-radius: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: #f2f2f2;
|
|
width: 28px;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-lg {
|
|
width: 32px;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-lg.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-sm {
|
|
width: 22px;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-avatar-sm.ant-skeleton-avatar-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
background: #f2f2f2;
|
|
width: 100%;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input-lg {
|
|
width: 100%;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-input-sm {
|
|
width: 100%;
|
|
height: 22px;
|
|
line-height: 22px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
vertical-align: top;
|
|
background: #f2f2f2;
|
|
width: 96px;
|
|
height: 96px;
|
|
line-height: 96px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image.ant-skeleton-image-circle {
|
|
border-radius: 50%;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-path {
|
|
fill: #bfbfbf;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-svg {
|
|
width: 48px;
|
|
height: 48px;
|
|
line-height: 48px;
|
|
max-width: 192px;
|
|
max-height: 192px;
|
|
}
|
|
.ant-skeleton-element .ant-skeleton-image-svg.ant-skeleton-image-circle {
|
|
border-radius: 50%;
|
|
}
|
|
@keyframes ant-skeleton-loading {
|
|
0% {
|
|
background-position: 100% 50%;
|
|
}
|
|
100% {
|
|
background-position: 0 50%;
|
|
}
|
|
}
|
|
.ant-skeleton-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-skeleton-rtl .ant-skeleton-header {
|
|
padding-right: 0;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-title,
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-content .ant-skeleton-paragraph > li {
|
|
animation-name: ant-skeleton-loading-rtl;
|
|
}
|
|
.ant-skeleton-rtl.ant-skeleton.ant-skeleton-active .ant-skeleton-avatar {
|
|
animation-name: ant-skeleton-loading-rtl;
|
|
}
|
|
@keyframes ant-skeleton-loading-rtl {
|
|
0% {
|
|
background-position: 0% 50%;
|
|
}
|
|
100% {
|
|
background-position: 100% 50%;
|
|
}
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-modal,
|
|
.ant-image-preview {
|
|
pointer-events: none;
|
|
}
|
|
.ant-modal.zoom-enter,
|
|
.ant-modal.zoom-appear,
|
|
.ant-image-preview.zoom-enter,
|
|
.ant-image-preview.zoom-appear {
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-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-list {
|
|
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;
|
|
}
|
|
.ant-list * {
|
|
outline: none;
|
|
}
|
|
.ant-list-pagination {
|
|
margin-top: 16px;
|
|
text-align: right;
|
|
}
|
|
.ant-list-pagination .ant-pagination-options {
|
|
text-align: left;
|
|
}
|
|
.ant-list-more {
|
|
margin-top: 8px;
|
|
text-align: center;
|
|
}
|
|
.ant-list-more button {
|
|
padding-right: 32px;
|
|
padding-left: 32px;
|
|
}
|
|
.ant-list-spin {
|
|
min-height: 40px;
|
|
text-align: center;
|
|
}
|
|
.ant-list-empty-text {
|
|
padding: 8px;
|
|
color: rgba(0, 0, 0, 0.25);
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
.ant-list-items {
|
|
margin: 0;
|
|
padding: 0;
|
|
list-style: none;
|
|
}
|
|
.ant-list-item {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
padding: 8px 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-list-item-meta {
|
|
display: flex;
|
|
flex: 1 1;
|
|
align-items: flex-start;
|
|
max-width: 100%;
|
|
}
|
|
.ant-list-item-meta-avatar {
|
|
margin-right: 8px;
|
|
}
|
|
.ant-list-item-meta-content {
|
|
flex: 1 0;
|
|
width: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
}
|
|
.ant-list-item-meta-title {
|
|
margin-bottom: 4px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
}
|
|
.ant-list-item-meta-title > a {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
transition: all 0.3s;
|
|
}
|
|
.ant-list-item-meta-title > a:hover {
|
|
color: #1890ff;
|
|
}
|
|
.ant-list-item-meta-description {
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
}
|
|
.ant-list-item-action {
|
|
flex: 0 0 auto;
|
|
margin-left: 48px;
|
|
padding: 0;
|
|
font-size: 0;
|
|
list-style: none;
|
|
}
|
|
.ant-list-item-action > li {
|
|
position: relative;
|
|
display: inline-block;
|
|
padding: 0 4px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
text-align: center;
|
|
}
|
|
.ant-list-item-action > li:first-child {
|
|
padding-left: 0;
|
|
}
|
|
.ant-list-item-action-split {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 0;
|
|
width: 1px;
|
|
height: 14px;
|
|
margin-top: -7px;
|
|
background-color: #f0f0f0;
|
|
}
|
|
.ant-list-header {
|
|
background: transparent;
|
|
}
|
|
.ant-list-footer {
|
|
background: transparent;
|
|
}
|
|
.ant-list-header,
|
|
.ant-list-footer {
|
|
padding-top: 8px;
|
|
padding-bottom: 8px;
|
|
}
|
|
.ant-list-empty {
|
|
padding: 8px 0;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
text-align: center;
|
|
}
|
|
.ant-list-split .ant-list-item {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-list-split .ant-list-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
.ant-list-split .ant-list-header {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-list-split.ant-list-empty .ant-list-footer {
|
|
border-top: 1px solid #f0f0f0;
|
|
}
|
|
.ant-list-loading .ant-list-spin-nested-loading {
|
|
min-height: 32px;
|
|
}
|
|
.ant-list-split.ant-list-something-after-last-item .ant-spin-container > .ant-list-items > .ant-list-item:last-child {
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.ant-list-lg .ant-list-item {
|
|
padding: 12px 16px;
|
|
}
|
|
.ant-list-sm .ant-list-item {
|
|
padding: 4px 12px;
|
|
}
|
|
.ant-list-vertical .ant-list-item {
|
|
align-items: initial;
|
|
}
|
|
.ant-list-vertical .ant-list-item-main {
|
|
display: block;
|
|
flex: 1 1;
|
|
}
|
|
.ant-list-vertical .ant-list-item-extra {
|
|
margin-left: 40px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-meta {
|
|
margin-bottom: 8px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-meta-title {
|
|
margin-bottom: 8px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 14px;
|
|
line-height: 24px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-action {
|
|
margin-top: 8px;
|
|
margin-left: auto;
|
|
}
|
|
.ant-list-vertical .ant-list-item-action > li {
|
|
padding: 0 8px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-action > li:first-child {
|
|
padding-left: 0;
|
|
}
|
|
.ant-list-grid .ant-col > .ant-list-item {
|
|
display: block;
|
|
max-width: 100%;
|
|
margin-bottom: 8px;
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
border-bottom: none;
|
|
}
|
|
.ant-list-item-no-flex {
|
|
display: block;
|
|
}
|
|
.ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
|
|
float: right;
|
|
}
|
|
.ant-list-bordered {
|
|
border: 1px solid #d9d9d9;
|
|
border-radius: 2px;
|
|
}
|
|
.ant-list-bordered .ant-list-header {
|
|
padding-right: 16px;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-list-bordered .ant-list-footer {
|
|
padding-right: 16px;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-list-bordered .ant-list-item {
|
|
padding-right: 16px;
|
|
padding-left: 16px;
|
|
}
|
|
.ant-list-bordered .ant-list-pagination {
|
|
margin: 8px 16px;
|
|
}
|
|
.ant-list-bordered.ant-list-sm .ant-list-item {
|
|
padding: 4px 12px;
|
|
}
|
|
.ant-list-bordered.ant-list-sm .ant-list-header,
|
|
.ant-list-bordered.ant-list-sm .ant-list-footer {
|
|
padding: 4px 12px;
|
|
}
|
|
.ant-list-bordered.ant-list-lg .ant-list-item {
|
|
padding: 12px 16px;
|
|
}
|
|
.ant-list-bordered.ant-list-lg .ant-list-header,
|
|
.ant-list-bordered.ant-list-lg .ant-list-footer {
|
|
padding: 12px 16px;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.ant-list-item-action {
|
|
margin-left: 24px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-extra {
|
|
margin-left: 24px;
|
|
}
|
|
}
|
|
@media screen and (max-width: 576px) {
|
|
.ant-list-item {
|
|
flex-wrap: wrap;
|
|
}
|
|
.ant-list-item-action {
|
|
margin-left: 12px;
|
|
}
|
|
.ant-list-vertical .ant-list-item {
|
|
flex-wrap: wrap-reverse;
|
|
}
|
|
.ant-list-vertical .ant-list-item-main {
|
|
min-width: 220px;
|
|
}
|
|
.ant-list-vertical .ant-list-item-extra {
|
|
margin: auto auto 16px;
|
|
}
|
|
}
|
|
.ant-list-rtl {
|
|
direction: rtl;
|
|
text-align: right;
|
|
}
|
|
.ant-list-rtl .ReactVirtualized__List .ant-list-item {
|
|
direction: rtl;
|
|
}
|
|
.ant-list-rtl .ant-list-pagination {
|
|
text-align: left;
|
|
}
|
|
.ant-list-rtl .ant-list-item-meta-avatar {
|
|
margin-right: 0;
|
|
margin-left: 8px;
|
|
}
|
|
.ant-list-rtl .ant-list-item-action {
|
|
margin-right: 48px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-list-rtl .ant-list-item-action > li:first-child {
|
|
padding-right: 0;
|
|
padding-left: 4px;
|
|
}
|
|
.ant-list-rtl .ant-list-item-action-split {
|
|
right: auto;
|
|
left: 0;
|
|
}
|
|
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
|
|
margin-right: 40px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-list-rtl.ant-list-vertical .ant-list-item-action {
|
|
margin-right: auto;
|
|
}
|
|
.ant-list-rtl .ant-list-vertical .ant-list-item-action > li:first-child {
|
|
padding-right: 0;
|
|
padding-left: 8px;
|
|
}
|
|
.ant-list-rtl .ant-list:not(.ant-list-vertical) .ant-list-item-no-flex .ant-list-item-action {
|
|
float: left;
|
|
}
|
|
@media screen and (max-width: 768px) {
|
|
.ant-list-rtl .ant-list-item-action {
|
|
margin-right: 24px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-list-rtl .ant-list-vertical .ant-list-item-extra {
|
|
margin-right: 24px;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
@media screen and (max-width: 576px) {
|
|
.ant-list-rtl .ant-list-item-action {
|
|
margin-right: 22px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-list-rtl.ant-list-vertical .ant-list-item-extra {
|
|
margin: auto auto 16px;
|
|
}
|
|
}
|
|
/* 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 {
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-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 {
|
|
order: 1;
|
|
}
|
|
.ant-tabs-rtl.ant-tabs-left > .ant-tabs-content-holder {
|
|
order: 0;
|
|
}
|
|
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-nav {
|
|
order: 0;
|
|
}
|
|
.ant-tabs-rtl.ant-tabs-right > .ant-tabs-content-holder {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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 {
|
|
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: flex;
|
|
overflow: hidden;
|
|
}
|
|
.ant-tabs > .ant-tabs-nav,
|
|
.ant-tabs > div > .ant-tabs-nav {
|
|
position: relative;
|
|
display: flex;
|
|
flex: none;
|
|
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: flex;
|
|
flex: auto;
|
|
align-self: stretch;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
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: 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: flex;
|
|
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;
|
|
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 {
|
|
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']) {
|
|
justify-content: center;
|
|
}
|
|
.ant-tabs-ink-bar {
|
|
position: absolute;
|
|
background: #1890ff;
|
|
pointer-events: none;
|
|
}
|
|
.ant-tabs-tab {
|
|
position: relative;
|
|
display: inline-flex;
|
|
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 {
|
|
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: flex;
|
|
width: 100%;
|
|
}
|
|
.ant-tabs-content-holder {
|
|
flex: auto;
|
|
min-width: 0;
|
|
min-height: 0;
|
|
}
|
|
.ant-tabs-content-animated {
|
|
transition: margin 0.3s;
|
|
}
|
|
.ant-tabs-tabpane {
|
|
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___1wzjU {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___19d2o {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___1Wd-a {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___2HPOy {
|
|
justify-content: flex-end;
|
|
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___2cB5F {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.wrp___V2wJo {
|
|
width: 1200px;
|
|
margin: 0 auto;
|
|
}
|
|
.banner___9x-A- {
|
|
height: 300px;
|
|
overflow: hidden;
|
|
display: box;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.banner___9x-A- img {
|
|
height: 300px;
|
|
}
|
|
.bg___2WSLA {
|
|
background: #fafafa;
|
|
}
|
|
.list___u4-_b {
|
|
padding: 20px;
|
|
margin-bottom: 20px;
|
|
background: #fff;
|
|
position: relative;
|
|
}
|
|
.list___u4-_b .status___4LRSp {
|
|
position: absolute;
|
|
right: -5px;
|
|
top: 20px;
|
|
}
|
|
.list___u4-_b .status___4LRSp img {
|
|
width: 80px;
|
|
}
|
|
.list___u4-_b h1 {
|
|
font-size: 28px;
|
|
margin-bottom: 20px;
|
|
}
|
|
.list___u4-_b .desc___18okv {
|
|
display: box;
|
|
display: flex;
|
|
}
|
|
.list___u4-_b .desc___18okv .flex1___34Elm {
|
|
font-size: 14px;
|
|
color: #666;
|
|
flex: 1 1;
|
|
}
|
|
.list___u4-_b .desc___18okv .item___32MoH {
|
|
margin-left: 40px;
|
|
color: #666;
|
|
text-align: center;
|
|
}
|
|
.list___u4-_b .desc___18okv .item___32MoH strong {
|
|
font-size: 24px;
|
|
color: #333;
|
|
margin-top: 10px;
|
|
display: inline-block;
|
|
}
|
|
.list___u4-_b .footer___1100r {
|
|
font-size: 14px;
|
|
margin-top: 20px;
|
|
color: #828383;
|
|
}
|
|
.tabs___1g_DM [class='ant-tabs-nav-scroll'] {
|
|
padding-left: 25px;
|
|
}
|
|
.tabs___1g_DM [class~='ant-tabs-tab'] {
|
|
padding: 12px 20px;
|
|
margin-right: 30px;
|
|
font-size: 16px;
|
|
color: #333;
|
|
}
|
|
.tabs___1g_DM [class~='ant-tabs-tab-active'] {
|
|
color: #4cacff;
|
|
}
|
|
.tabs___1g_DM [class='ant-tabs-nav-wrap'] {
|
|
padding-left: 10px;
|
|
background: #fff;
|
|
}
|
|
.tabs___1g_DM [class='ant-tabs-nav'] {
|
|
margin-bottom: 0;
|
|
}
|
|
.CompetitionsList___2iLb3 {
|
|
position: relative;
|
|
}
|
|
.CompetitionsList___2iLb3 [class~='ant-list-item'] {
|
|
padding: 25px 25px 13px 25px;
|
|
}
|
|
.CompetitionsList___2iLb3:hover {
|
|
/*box-shadow: 0 2px 6px rgba(51,51,51,.09);*/
|
|
box-shadow: 3px 4px 10px 2px rgba(229, 229, 229, 0.5);
|
|
opacity: 1;
|
|
border-radius: 2px;
|
|
}
|
|
.CompetitionsListzhezhao___2O-qQ {
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 0px;
|
|
width: 1200px;
|
|
height: 100%;
|
|
z-index: 10000;
|
|
display: none;
|
|
background: rgba(0, 0, 0, 0.33);
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 22px;
|
|
align-items: center;
|
|
justify-content: space-around;
|
|
flex-direction: column;
|
|
}
|
|
.CompetitionsList___2iLb3:hover .CompetitionsListzhezhao___2O-qQ {
|
|
display: block;
|
|
display: flex;
|
|
}
|
|
.shadow___13bWc {
|
|
background: #fff;
|
|
display: flex;
|
|
margin-top: 20px;
|
|
cursor: pointer;
|
|
}
|
|
.divimg___3dE7q {
|
|
height: 110px;
|
|
width: 240px;
|
|
border-radius: 5px;
|
|
overflow: hidden;
|
|
margin-right: 10px;
|
|
}
|
|
.divimg___3dE7q img {
|
|
width: auto;
|
|
height: auto;
|
|
max-height: 100%;
|
|
}
|
|
.havetext___2a_fQ {
|
|
color: #fd8001;
|
|
border: #fd8001 solid 1px;
|
|
font-size: 12px;
|
|
padding: 0px 4px;
|
|
border-radius: 30px;
|
|
margin-left: 12px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
display: inline-block;
|
|
}
|
|
.Finishedtext___3cssb {
|
|
color: #888888;
|
|
border: #dddddd solid 1px;
|
|
font-size: 12px;
|
|
padding: 0px 4px;
|
|
border-radius: 30px;
|
|
margin-left: 12px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
display: inline-block;
|
|
}
|
|
.Comingtext___14gQI {
|
|
color: #2abd8c;
|
|
border: #2abd8c solid 1px;
|
|
font-size: 12px;
|
|
padding: 0px 4px;
|
|
border-radius: 30px;
|
|
margin-left: 12px;
|
|
height: 20px;
|
|
line-height: 20px;
|
|
display: inline-block;
|
|
}
|
|
.task_hide___KPgxv {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
font-size: 20px;
|
|
max-width: 80%;
|
|
color: #05101a;
|
|
}
|
|
.task_hide___KPgxv:hover {
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
font-size: 20px;
|
|
max-width: 80%;
|
|
color: #1890ff;
|
|
}
|
|
.task_hide_2___151jJ {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 2;
|
|
}
|
|
.Unpublishedtext___2LPx9 {
|
|
border: #dddddd solid 1px;
|
|
height: 33px;
|
|
width: 110px;
|
|
border-radius: 5px;
|
|
color: #888888;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
line-height: 33px;
|
|
cursor: no-drop;
|
|
}
|
|
.signup___1gqfa {
|
|
border: #1e92ff solid 1px;
|
|
height: 33px;
|
|
width: 110px;
|
|
border-radius: 5px;
|
|
color: #1890ff;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
}
|
|
.checkboxtitle___3U9gf {
|
|
-webkit-box-orient: vertical;
|
|
display: -webkit-box;
|
|
-webkit-line-clamp: 1;
|
|
overflow: hidden;
|
|
}
|
|
/* 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 {
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-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-divider {
|
|
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";
|
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
}
|
|
.ant-divider-vertical {
|
|
position: relative;
|
|
top: -0.06em;
|
|
display: inline-block;
|
|
height: 0.9em;
|
|
margin: 0 8px;
|
|
vertical-align: middle;
|
|
border-top: 0;
|
|
border-left: 1px solid rgba(0, 0, 0, 0.06);
|
|
}
|
|
.ant-divider-horizontal {
|
|
display: flex;
|
|
clear: both;
|
|
width: 100%;
|
|
min-width: 100%;
|
|
margin: 24px 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text {
|
|
display: flex;
|
|
margin: 16px 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
white-space: nowrap;
|
|
text-align: center;
|
|
border-top: 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text::before,
|
|
.ant-divider-horizontal.ant-divider-with-text::after {
|
|
position: relative;
|
|
top: 50%;
|
|
width: 50%;
|
|
border-top: 1px solid rgba(0, 0, 0, 0.06);
|
|
transform: translateY(50%);
|
|
content: '';
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left::before {
|
|
top: 50%;
|
|
width: 5%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-left::after {
|
|
top: 50%;
|
|
width: 95%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right::before {
|
|
top: 50%;
|
|
width: 95%;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text-right::after {
|
|
top: 50%;
|
|
width: 5%;
|
|
}
|
|
.ant-divider-inner-text {
|
|
display: inline-block;
|
|
padding: 0 1em;
|
|
}
|
|
.ant-divider-dashed {
|
|
background: none;
|
|
border-color: rgba(0, 0, 0, 0.06);
|
|
border-style: dashed;
|
|
border-width: 1px 0 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed {
|
|
border-top: 0;
|
|
}
|
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::before,
|
|
.ant-divider-horizontal.ant-divider-with-text.ant-divider-dashed::after {
|
|
border-style: dashed none none;
|
|
}
|
|
.ant-divider-vertical.ant-divider-dashed {
|
|
border-width: 0 0 0 1px;
|
|
}
|
|
.ant-divider-plain.ant-divider-with-text {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
}
|
|
.ant-divider-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::before {
|
|
width: 95%;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-left::after {
|
|
width: 5%;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::before {
|
|
width: 5%;
|
|
}
|
|
.ant-divider-rtl.ant-divider-horizontal.ant-divider-with-text-right::after {
|
|
width: 95%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.advertisementModal .ant-modal-content{
|
|
background-color:transparent;
|
|
box-shadow:0px 0px 0px 0px;
|
|
position:relative;
|
|
background-clip: padding-box;
|
|
border: 0;
|
|
border-radius: 4px;
|
|
pointer-events: auto;
|
|
}
|
|
.closex{
|
|
width:25px;
|
|
height:25px;
|
|
border:1px solid rgba(255,255,255,1);
|
|
border-radius: 50%;
|
|
color: #ffffff;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-left: 20px;
|
|
}
|
|
.modalContent{
|
|
width: 880px;
|
|
margin-top: 30px;
|
|
font-size: 16px;
|
|
color: #FFFFFF;
|
|
background: linear-gradient(270deg, rgba(0, 182, 120, 0) 0%, rgba(0, 182, 120, 0.4) 48%, rgba(0, 182, 120, 0) 100%);
|
|
}
|
|
.textcolor{
|
|
height: 30px;
|
|
width: 140px;
|
|
background: rgb(247, 181, 0);
|
|
border-radius: 4px;
|
|
line-height: 30px;
|
|
color: #fff;
|
|
}
|
|
.spanButton{
|
|
cursor: default;
|
|
width: 100px;
|
|
height: 30px;
|
|
background: rgba(247, 181, 0, 0.6);
|
|
border-radius: 4px;
|
|
border: 1px solid rgb(247, 181, 0);
|
|
color: rgb(255, 255, 255);
|
|
position: absolute;
|
|
/* line-height: 30px; */
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
/* top: 219px; */
|
|
left: 614px;
|
|
}
|
|
/* 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 {
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-modal-mask,
|
|
.ant-image-preview-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.ant-modal-mask-hidden,
|
|
.ant-image-preview-mask-hidden {
|
|
display: none;
|
|
}
|
|
.ant-modal-wrap,
|
|
.ant-image-preview-wrap {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
outline: 0;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.ant-form-item .ant-mentions,
|
|
.ant-form-item textarea.ant-input {
|
|
height: auto;
|
|
}
|
|
.ant-form-item .ant-upload {
|
|
background: transparent;
|
|
}
|
|
.ant-form-item .ant-upload.ant-upload-drag {
|
|
background: #fafafa;
|
|
}
|
|
.ant-form-item input[type='radio'],
|
|
.ant-form-item input[type='checkbox'] {
|
|
width: 14px;
|
|
height: 14px;
|
|
}
|
|
.ant-form-item .ant-radio-inline,
|
|
.ant-form-item .ant-checkbox-inline {
|
|
display: inline-block;
|
|
margin-left: 8px;
|
|
font-weight: normal;
|
|
vertical-align: middle;
|
|
cursor: pointer;
|
|
}
|
|
.ant-form-item .ant-radio-inline:first-child,
|
|
.ant-form-item .ant-checkbox-inline:first-child {
|
|
margin-left: 0;
|
|
}
|
|
.ant-form-item .ant-checkbox-vertical,
|
|
.ant-form-item .ant-radio-vertical {
|
|
display: block;
|
|
}
|
|
.ant-form-item .ant-checkbox-vertical + .ant-checkbox-vertical,
|
|
.ant-form-item .ant-radio-vertical + .ant-radio-vertical {
|
|
margin-left: 0;
|
|
}
|
|
.ant-form-item .ant-input-number + .ant-form-text {
|
|
margin-left: 8px;
|
|
}
|
|
.ant-form-item .ant-input-number-handler-wrap {
|
|
z-index: 2;
|
|
}
|
|
.ant-form-item .ant-select,
|
|
.ant-form-item .ant-cascader-picker {
|
|
width: 100%;
|
|
}
|
|
.ant-form-item .ant-input-group .ant-select,
|
|
.ant-form-item .ant-input-group .ant-cascader-picker {
|
|
width: auto;
|
|
}
|
|
.ant-form-inline {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
.ant-form-inline .ant-form-item {
|
|
flex: none;
|
|
flex-wrap: nowrap;
|
|
margin-right: 16px;
|
|
margin-bottom: 0;
|
|
}
|
|
.ant-form-inline .ant-form-item-with-help {
|
|
margin-bottom: 16px;
|
|
}
|
|
.ant-form-inline .ant-form-item > .ant-form-item-label,
|
|
.ant-form-inline .ant-form-item > .ant-form-item-control {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
.ant-form-inline .ant-form-item > .ant-form-item-label {
|
|
flex: none;
|
|
}
|
|
.ant-form-inline .ant-form-item .ant-form-text {
|
|
display: inline-block;
|
|
}
|
|
.ant-form-inline .ant-form-item .ant-form-item-has-feedback {
|
|
display: inline-block;
|
|
}
|
|
.ant-form-horizontal .ant-form-item-label {
|
|
flex-grow: 0;
|
|
}
|
|
.ant-form-horizontal .ant-form-item-control {
|
|
flex: 1 1;
|
|
}
|
|
.ant-form-vertical .ant-form-item {
|
|
flex-direction: column;
|
|
}
|
|
.ant-form-vertical .ant-form-item-label > label {
|
|
height: auto;
|
|
}
|
|
.ant-form-vertical .ant-form-item-label,
|
|
.ant-col-24.ant-form-item-label,
|
|
.ant-col-xl-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-form-vertical .ant-form-item-label > label,
|
|
.ant-col-24.ant-form-item-label > label,
|
|
.ant-col-xl-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-form-vertical .ant-form-item-label > label::after,
|
|
.ant-col-24.ant-form-item-label > label::after,
|
|
.ant-col-xl-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-form-vertical .ant-form-item-label,
|
|
.ant-form-rtl.ant-col-24.ant-form-item-label,
|
|
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
@media (max-width: 575px) {
|
|
.ant-form-item .ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-form-item .ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-form-item .ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-form-item .ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
.ant-form .ant-form-item {
|
|
flex-wrap: wrap;
|
|
}
|
|
.ant-form .ant-form-item .ant-form-item-label,
|
|
.ant-form .ant-form-item .ant-form-item-control {
|
|
flex: 0 0 100%;
|
|
max-width: 100%;
|
|
}
|
|
.ant-col-xs-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-xs-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-xs-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-xs-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media (max-width: 767px) {
|
|
.ant-col-sm-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-sm-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-sm-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-sm-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media (max-width: 991px) {
|
|
.ant-col-md-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-md-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-md-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-md-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media (max-width: 1199px) {
|
|
.ant-col-lg-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-lg-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-lg-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-lg-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
@media (max-width: 1599px) {
|
|
.ant-col-xl-24.ant-form-item-label {
|
|
padding: 0 0 4px;
|
|
line-height: 1.66667;
|
|
white-space: normal;
|
|
white-space: initial;
|
|
text-align: left;
|
|
}
|
|
.ant-col-xl-24.ant-form-item-label > label {
|
|
margin: 0;
|
|
}
|
|
.ant-col-xl-24.ant-form-item-label > label::after {
|
|
display: none;
|
|
}
|
|
.ant-form-rtl.ant-col-xl-24.ant-form-item-label {
|
|
text-align: right;
|
|
}
|
|
}
|
|
.ant-form-item {
|
|
/* Some non-status related component style is in `components.less` */
|
|
}
|
|
.ant-form-item-has-feedback .ant-input {
|
|
padding-right: 24px;
|
|
}
|
|
.ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
|
|
padding-right: 18px;
|
|
}
|
|
.ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
|
|
right: 28px;
|
|
}
|
|
.ant-form-item-has-feedback .ant-switch {
|
|
margin: 2px 0 4px;
|
|
}
|
|
.ant-form-item-has-feedback > .ant-select .ant-select-arrow,
|
|
.ant-form-item-has-feedback > .ant-select .ant-select-clear,
|
|
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
|
|
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear {
|
|
right: 32px;
|
|
}
|
|
.ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
|
|
.ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
|
|
padding-right: 42px;
|
|
}
|
|
.ant-form-item-has-feedback .ant-cascader-picker-arrow {
|
|
margin-right: 19px;
|
|
}
|
|
.ant-form-item-has-feedback .ant-cascader-picker-clear {
|
|
right: 32px;
|
|
}
|
|
.ant-form-item-has-feedback .ant-picker {
|
|
padding-right: 22.6px;
|
|
}
|
|
.ant-form-item-has-feedback .ant-picker-large {
|
|
padding-right: 26.6px;
|
|
}
|
|
.ant-form-item-has-feedback .ant-picker-small {
|
|
padding-right: 22.6px;
|
|
}
|
|
.ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
|
|
.ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
|
|
.ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
|
|
.ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
|
|
position: absolute;
|
|
top: 50%;
|
|
right: 0;
|
|
z-index: 1;
|
|
width: 28px;
|
|
height: 20px;
|
|
margin-top: -10px;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
visibility: visible;
|
|
animation: zoomIn 0.3s cubic-bezier(0.12, 0.4, 0.29, 1.46);
|
|
pointer-events: none;
|
|
}
|
|
.ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon svg,
|
|
.ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon svg,
|
|
.ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon svg,
|
|
.ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon svg {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
margin: auto;
|
|
}
|
|
.ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {
|
|
color: #52c41a;
|
|
animation-name: diffZoomIn1 !important;
|
|
}
|
|
.ant-form-item-has-warning .ant-form-item-explain,
|
|
.ant-form-item-has-warning .ant-form-item-split {
|
|
color: #faad14;
|
|
}
|
|
.ant-form-item-has-warning .ant-input,
|
|
.ant-form-item-has-warning .ant-input-affix-wrapper,
|
|
.ant-form-item-has-warning .ant-input:hover,
|
|
.ant-form-item-has-warning .ant-input-affix-wrapper:hover {
|
|
border-color: #faad14;
|
|
}
|
|
.ant-form-item-has-warning .ant-input:focus,
|
|
.ant-form-item-has-warning .ant-input-affix-wrapper:focus,
|
|
.ant-form-item-has-warning .ant-input-focused,
|
|
.ant-form-item-has-warning .ant-input-affix-wrapper-focused {
|
|
border-color: #ffc53d;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
}
|
|
.ant-form-item-has-warning .ant-input:not(.ant-form-item-has-warning .ant-input-disabled) {
|
|
background-color: #fff;
|
|
}
|
|
.ant-form-item-has-warning .ant-input-affix-wrapper:not(.ant-form-item-has-warning .ant-input-affix-wrapper-disabled) {
|
|
background-color: #fff;
|
|
}
|
|
.ant-form-item-has-warning .ant-input-affix-wrapper input:focus {
|
|
box-shadow: none !important;
|
|
}
|
|
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {
|
|
border-color: #ffc53d;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
}
|
|
.ant-form-item-has-warning .ant-input-prefix {
|
|
color: #faad14;
|
|
}
|
|
.ant-form-item-has-warning .ant-input-group-addon {
|
|
color: #faad14;
|
|
border-color: #faad14;
|
|
}
|
|
.ant-form-item-has-warning .has-feedback {
|
|
color: #faad14;
|
|
}
|
|
.ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {
|
|
color: #faad14;
|
|
animation-name: diffZoomIn3 !important;
|
|
}
|
|
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless) .ant-select-selector {
|
|
border-color: #faad14 !important;
|
|
}
|
|
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector,
|
|
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {
|
|
border-color: #ffc53d;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
}
|
|
.ant-form-item-has-warning .ant-input-number,
|
|
.ant-form-item-has-warning .ant-picker {
|
|
border-color: #faad14;
|
|
}
|
|
.ant-form-item-has-warning .ant-input-number-focused,
|
|
.ant-form-item-has-warning .ant-picker-focused,
|
|
.ant-form-item-has-warning .ant-input-number:focus,
|
|
.ant-form-item-has-warning .ant-picker:focus {
|
|
border-color: #ffc53d;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
}
|
|
.ant-form-item-has-warning .ant-input-number:not([disabled]):hover,
|
|
.ant-form-item-has-warning .ant-picker:not([disabled]):hover {
|
|
border-color: #faad14;
|
|
}
|
|
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {
|
|
border-color: #ffc53d;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
|
|
}
|
|
.ant-form-item-has-error .ant-form-item-explain,
|
|
.ant-form-item-has-error .ant-form-item-split {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-form-item-has-error .ant-input,
|
|
.ant-form-item-has-error .ant-input-affix-wrapper,
|
|
.ant-form-item-has-error .ant-input:hover,
|
|
.ant-form-item-has-error .ant-input-affix-wrapper:hover {
|
|
border-color: #ff4d4f;
|
|
}
|
|
.ant-form-item-has-error .ant-input:focus,
|
|
.ant-form-item-has-error .ant-input-affix-wrapper:focus,
|
|
.ant-form-item-has-error .ant-input-focused,
|
|
.ant-form-item-has-error .ant-input-affix-wrapper-focused {
|
|
border-color: #ff7875;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
}
|
|
.ant-form-item-has-error .ant-input:not(.ant-form-item-has-error .ant-input-disabled) {
|
|
background-color: #fff;
|
|
}
|
|
.ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-form-item-has-error .ant-input-affix-wrapper-disabled) {
|
|
background-color: #fff;
|
|
}
|
|
.ant-form-item-has-error .ant-input-affix-wrapper input:focus {
|
|
box-shadow: none !important;
|
|
}
|
|
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {
|
|
border-color: #ff7875;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
}
|
|
.ant-form-item-has-error .ant-input-prefix {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-form-item-has-error .ant-input-group-addon {
|
|
color: #ff4d4f;
|
|
border-color: #ff4d4f;
|
|
}
|
|
.ant-form-item-has-error .has-feedback {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {
|
|
color: #ff4d4f;
|
|
animation-name: diffZoomIn2 !important;
|
|
}
|
|
.ant-form-item-has-error .ant-select:not(.ant-select-borderless) .ant-select-selector {
|
|
border-color: #ff4d4f !important;
|
|
}
|
|
.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector,
|
|
.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {
|
|
border-color: #ff7875;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
}
|
|
.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
|
border: 0;
|
|
}
|
|
.ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {
|
|
border-color: #ff4d4f;
|
|
}
|
|
.ant-form-item-has-error .ant-input-number,
|
|
.ant-form-item-has-error .ant-picker {
|
|
border-color: #ff4d4f;
|
|
}
|
|
.ant-form-item-has-error .ant-input-number-focused,
|
|
.ant-form-item-has-error .ant-picker-focused,
|
|
.ant-form-item-has-error .ant-input-number:focus,
|
|
.ant-form-item-has-error .ant-picker:focus {
|
|
border-color: #ff7875;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
}
|
|
.ant-form-item-has-error .ant-input-number:not([disabled]):hover,
|
|
.ant-form-item-has-error .ant-picker:not([disabled]):hover {
|
|
border-color: #ff4d4f;
|
|
}
|
|
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor,
|
|
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {
|
|
border-color: #ff4d4f;
|
|
}
|
|
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor,
|
|
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {
|
|
border-color: #ff7875;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
}
|
|
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {
|
|
border-color: #ff7875;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
|
|
}
|
|
.ant-form-item-has-error .ant-transfer-list {
|
|
border-color: #ff4d4f;
|
|
}
|
|
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {
|
|
border-color: #d9d9d9;
|
|
}
|
|
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
}
|
|
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
|
|
border-color: #40a9ff;
|
|
border-right-width: 1px !important;
|
|
outline: 0;
|
|
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
|
}
|
|
.ant-form-item-has-error-leave .ant-form-item-explain {
|
|
color: #ff4d4f;
|
|
}
|
|
.ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {
|
|
display: inline-block;
|
|
color: #1890ff;
|
|
}
|
|
.ant-form {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
}
|
|
.ant-form legend {
|
|
display: block;
|
|
width: 100%;
|
|
margin-bottom: 20px;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 14px;
|
|
line-height: inherit;
|
|
border: 0;
|
|
border-bottom: 1px solid #d9d9d9;
|
|
}
|
|
.ant-form label {
|
|
font-size: 12px;
|
|
}
|
|
.ant-form input[type='search'] {
|
|
box-sizing: border-box;
|
|
}
|
|
.ant-form input[type='radio'],
|
|
.ant-form input[type='checkbox'] {
|
|
line-height: normal;
|
|
}
|
|
.ant-form input[type='file'] {
|
|
display: block;
|
|
}
|
|
.ant-form input[type='range'] {
|
|
display: block;
|
|
width: 100%;
|
|
}
|
|
.ant-form select[multiple],
|
|
.ant-form select[size] {
|
|
height: auto;
|
|
}
|
|
.ant-form input[type='file']:focus,
|
|
.ant-form input[type='radio']:focus,
|
|
.ant-form input[type='checkbox']:focus {
|
|
outline: thin dotted;
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|
|
.ant-form output {
|
|
display: block;
|
|
padding-top: 15px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
}
|
|
.ant-form .ant-form-text {
|
|
display: inline-block;
|
|
padding-right: 8px;
|
|
}
|
|
.ant-form-small .ant-form-item-label > label {
|
|
height: 22px;
|
|
}
|
|
.ant-form-small .ant-form-item-control-input {
|
|
min-height: 22px;
|
|
}
|
|
.ant-form-large .ant-form-item-label > label {
|
|
height: 32px;
|
|
}
|
|
.ant-form-large .ant-form-item-control-input {
|
|
min-height: 32px;
|
|
}
|
|
.ant-form-item {
|
|
box-sizing: border-box;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
font-variant: tabular-nums;
|
|
line-height: 1.66667;
|
|
list-style: none;
|
|
font-feature-settings: tnum, "tnum";
|
|
margin-bottom: 16px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-form-item-with-help {
|
|
margin-bottom: 0;
|
|
}
|
|
.ant-form-item-hidden,
|
|
.ant-form-item-hidden.ant-row {
|
|
display: none;
|
|
}
|
|
.ant-form-item-label {
|
|
display: inline-block;
|
|
flex-grow: 0;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-align: right;
|
|
vertical-align: middle;
|
|
}
|
|
.ant-form-item-label-left {
|
|
text-align: left;
|
|
}
|
|
.ant-form-item-label > label {
|
|
position: relative;
|
|
display: inline-flex;
|
|
align-items: center;
|
|
height: 28px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
}
|
|
.ant-form-item-label > label > .anticon {
|
|
font-size: 12px;
|
|
vertical-align: top;
|
|
}
|
|
.ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
|
|
display: inline-block;
|
|
margin-right: 4px;
|
|
color: #ff4d4f;
|
|
font-size: 12px;
|
|
font-family: SimSun, sans-serif;
|
|
line-height: 1;
|
|
content: '*';
|
|
}
|
|
.ant-form-hide-required-mark .ant-form-item-label > label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
|
|
display: none;
|
|
}
|
|
.ant-form-item-label > label .ant-form-item-optional {
|
|
display: inline-block;
|
|
margin-left: 0px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
.ant-form-hide-required-mark .ant-form-item-label > label .ant-form-item-optional {
|
|
display: none;
|
|
}
|
|
.ant-form-item-label > label::after {
|
|
content: ':';
|
|
position: relative;
|
|
top: -0.5px;
|
|
margin: 0 8px 0 2px;
|
|
}
|
|
.ant-form-item-label > label.ant-form-item-no-colon::after {
|
|
content: ' ';
|
|
}
|
|
.ant-form-item-control {
|
|
display: flex;
|
|
flex-direction: column;
|
|
flex-grow: 1;
|
|
}
|
|
.ant-form-item-control:first-child:not([class^='ant-col-']):not([class*=' ant-col-']) {
|
|
width: 100%;
|
|
}
|
|
.ant-form-item-control-input {
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
min-height: 28px;
|
|
}
|
|
.ant-form-item-control-input-content {
|
|
flex: auto;
|
|
max-width: 100%;
|
|
}
|
|
.ant-form-item-explain,
|
|
.ant-form-item-extra {
|
|
clear: both;
|
|
min-height: 16px;
|
|
margin-top: -2px;
|
|
margin-bottom: -2px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
font-size: 12px;
|
|
line-height: 1.66667;
|
|
transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
}
|
|
.show-help-enter,
|
|
.show-help-appear {
|
|
animation-duration: 0.3s;
|
|
animation-fill-mode: both;
|
|
animation-play-state: paused;
|
|
}
|
|
.show-help-leave {
|
|
animation-duration: 0.3s;
|
|
animation-fill-mode: both;
|
|
animation-play-state: paused;
|
|
}
|
|
.show-help-enter.show-help-enter-active,
|
|
.show-help-appear.show-help-appear-active {
|
|
animation-name: antShowHelpIn;
|
|
animation-play-state: running;
|
|
}
|
|
.show-help-leave.show-help-leave-active {
|
|
animation-name: antShowHelpOut;
|
|
animation-play-state: running;
|
|
pointer-events: none;
|
|
}
|
|
.show-help-enter,
|
|
.show-help-appear {
|
|
opacity: 0;
|
|
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
}
|
|
.show-help-leave {
|
|
animation-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
}
|
|
@keyframes antShowHelpIn {
|
|
0% {
|
|
transform: translateY(-5px);
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
transform: translateY(0);
|
|
opacity: 1;
|
|
}
|
|
}
|
|
@keyframes antShowHelpOut {
|
|
to {
|
|
transform: translateY(-5px);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
@keyframes diffZoomIn1 {
|
|
0% {
|
|
transform: scale(0);
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
@keyframes diffZoomIn2 {
|
|
0% {
|
|
transform: scale(0);
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
@keyframes diffZoomIn3 {
|
|
0% {
|
|
transform: scale(0);
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
}
|
|
}
|
|
.ant-form-rtl {
|
|
direction: rtl;
|
|
}
|
|
.ant-form-rtl .ant-form-item-label {
|
|
text-align: left;
|
|
}
|
|
.ant-form-rtl .ant-form-item-label > label.ant-form-item-required::before {
|
|
margin-right: 0;
|
|
margin-left: 4px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-label > label::after {
|
|
margin: 0 2px 0 8px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-label > label .ant-form-item-optional {
|
|
margin-right: 0px;
|
|
margin-left: 0;
|
|
}
|
|
.ant-col-rtl .ant-form-item-control:first-child {
|
|
width: 100%;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input {
|
|
padding-right: 7px;
|
|
padding-left: 24px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input-suffix {
|
|
padding-right: 7px;
|
|
padding-left: 18px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-affix-wrapper .ant-input {
|
|
padding: 0;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-search:not(.ant-input-search-enter-button) .ant-input-suffix {
|
|
right: auto;
|
|
left: 28px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-input-number {
|
|
padding-left: 18px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-arrow,
|
|
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-clear,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-arrow,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-clear {
|
|
right: auto;
|
|
left: 32px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback > .ant-select .ant-select-selection-selected-value,
|
|
.ant-form-rtl .ant-form-item-has-feedback :not(.ant-input-group-addon) > .ant-select .ant-select-selection-selected-value {
|
|
padding-right: 0;
|
|
padding-left: 42px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-arrow {
|
|
margin-right: 0;
|
|
margin-left: 19px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-cascader-picker-clear {
|
|
right: auto;
|
|
left: 32px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-picker {
|
|
padding-right: 7px;
|
|
padding-left: 22.6px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-large {
|
|
padding-right: 11px;
|
|
padding-left: 26.6px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback .ant-picker-small {
|
|
padding-right: 7px;
|
|
padding-left: 22.6px;
|
|
}
|
|
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-success .ant-form-item-children-icon,
|
|
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-warning .ant-form-item-children-icon,
|
|
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-has-error .ant-form-item-children-icon,
|
|
.ant-form-rtl .ant-form-item-has-feedback.ant-form-item-is-validating .ant-form-item-children-icon {
|
|
right: auto;
|
|
left: 0;
|
|
}
|
|
.ant-form-rtl.ant-form-inline .ant-form-item {
|
|
margin-right: 0;
|
|
margin-left: 16px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.claBox___sFYq2 div[class~="ant-modal-body"] {
|
|
padding: 0px;
|
|
}
|
|
.claBox___sFYq2 .box___38lDe {
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
.claBox___sFYq2 .box___38lDe > div {
|
|
flex: 1 1;
|
|
height: 43em;
|
|
overflow: auto;
|
|
padding: 0em 2.5em 1.5em 2.5em;
|
|
}
|
|
.claBox___sFYq2 .box___38lDe > div .title___38Fxf {
|
|
font-weight: 500;
|
|
color: #1f2329;
|
|
font-size: 18px;
|
|
height: 3.5em;
|
|
padding-top: 1.5em;
|
|
margin-bottom: 0px!important;
|
|
position: absolute;
|
|
left: 2em;
|
|
top: 0;
|
|
width: calc(50% - 4em);
|
|
background-color: #fff;
|
|
}
|
|
.claBox___sFYq2 .box___38lDe > div .content___1RxZB p {
|
|
color: #333333;
|
|
font-size: 14px;
|
|
line-height: 28px;
|
|
text-indent: 2em;
|
|
margin-bottom: 0px!important;
|
|
}
|
|
.claBox___sFYq2 .box___38lDe .rightBox___1UFtV {
|
|
background-image: linear-gradient(116.34deg, #ffffff 0%, #e8f1ff 100%);
|
|
border-radius: 0px 16px 16px 0px;
|
|
padding-top: 2em;
|
|
}
|
|
.claBox___sFYq2 .box___38lDe .rightBox___1UFtV .desc___1OMuK {
|
|
background-color: rgba(175, 183, 194, 0.13);
|
|
border-radius: 6px;
|
|
color: #4c5b76;
|
|
font-size: 14px;
|
|
line-height: 20px;
|
|
padding: 1em;
|
|
}
|
|
.claBox___sFYq2 .box___38lDe .rightBox___1UFtV .formWrap___25Hs1 {
|
|
margin-top: 1em;
|
|
}
|
|
.claBox___sFYq2 .box___38lDe .rightBox___1UFtV .formWrap___25Hs1 div[class~='ant-form-item-label'] {
|
|
color: #202d40;
|
|
font-size: 15px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|