forked from Gitlink/build
2276 lines
59 KiB
CSS
2276 lines
59 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-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: 8px 0 0 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 0 0 32px;
|
|
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 */
|
|
|
|
/* 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 */
|
|
|
|
.login-panel-wrapper2___togLZ {
|
|
position: relative;
|
|
}
|
|
.login-panel-wrapper2___togLZ .ant-form-item-explain___ThRBE {
|
|
line-height: 2;
|
|
}
|
|
.login-panel-wrapper2___togLZ .ant-form-item___3IV6B {
|
|
margin-bottom: 20px;
|
|
}
|
|
.login-panel-wrapper2___togLZ .ant-form-item-with-help___tz-ky {
|
|
margin-bottom: 0;
|
|
}
|
|
.login-panel-wrapper2___togLZ [class~='ant-form-item-with-help'] {
|
|
margin-bottom: 5px;
|
|
}
|
|
.login-panel-wrapper2___togLZ [class~='ant-form-item-with-help'] [class~='ant-form-item-explain'] {
|
|
margin-top: 2px;
|
|
}
|
|
.login-panel-right-wrp___2GQ8_ {
|
|
border-top-right-radius: 6px;
|
|
border-bottom-right-radius: 6px;
|
|
background: #FAFAFA;
|
|
margin-left: 30px;
|
|
}
|
|
.res-error-values___2aGnb {
|
|
height: 50px;
|
|
background: #ffecec;
|
|
border-radius: 4px;
|
|
border: 1px solid #e02020;
|
|
color: #e02020;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 0 22px;
|
|
margin-bottom: 24px;
|
|
}
|
|
.res-error-values___2aGnb svg {
|
|
cursor: pointer;
|
|
}
|
|
.driver___1T7Hi {
|
|
text-align: center;
|
|
background-color: #dddddd;
|
|
height: 1px;
|
|
position: relative;
|
|
margin: 0 44px;
|
|
}
|
|
.driver___1T7Hi span {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
padding: 0 17px;
|
|
background-color: #fafafa;
|
|
}
|
|
.verticalLine___84r8I {
|
|
display: inline-block;
|
|
width: 2px;
|
|
background: #999;
|
|
height: 10px;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
.operate___3Bz_1 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.thirdParty___1PoIv {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 30px;
|
|
margin-bottom: 16px;
|
|
}
|
|
.tabs___2wmM-[class~='ant-tabs'] {
|
|
margin-top: 25px;
|
|
margin-left: 38px;
|
|
margin-right: 38px;
|
|
margin-bottom: 11px;
|
|
}
|
|
.tabs___2wmM-[class~='ant-tabs'] [class~='ant-tabs-tab-btn'] {
|
|
color: #333;
|
|
}
|
|
.tabs___2wmM-[class~='ant-tabs'] [class~='ant-tabs-nav-wrap'] {
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.tabs___2wmM-[class~='ant-tabs'] [class~='ant-tabs-tab-btn'] {
|
|
font-size: 18px;
|
|
font-weight: bold;
|
|
}
|
|
.tabs___2wmM-[class~='ant-tabs'] [class~='ant-tabs-ink-bar'] {
|
|
width: 0px !important;
|
|
margin-left: 23px;
|
|
}
|
|
.tabs___2wmM-[class~='ant-tabs'] [class~='ant-tabs-nav']::before {
|
|
display: none;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.other-login___re0Nc {
|
|
text-align: center;
|
|
margin-top: 42px;
|
|
}
|
|
.other-login___re0Nc a {
|
|
display: inline-block;
|
|
}
|
|
.other-login___re0Nc a:nth-child(1) {
|
|
margin-right: 40px;
|
|
}
|
|
.btn-link___1uZTy {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
.wechat-qrcode___14L6l {
|
|
height: 390px;
|
|
margin: 0 auto;
|
|
display: block;
|
|
transform: translate(0px, -37px);
|
|
}
|
|
.driver___1fhl_ {
|
|
text-align: center;
|
|
background-color: #dddddd;
|
|
height: 1px;
|
|
position: relative;
|
|
margin: 0 44px;
|
|
}
|
|
.driver___1fhl_ span {
|
|
position: absolute;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
padding: 0 17px;
|
|
background-color: #fafafa;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.popLogin___3dT1f input:-internal-autofill-previewed,
|
|
.popLogin___3dT1f input:-internal-autofill-selected {
|
|
transition: background-color 5000s ease-in-out 0s !important;
|
|
}
|
|
.popLogin___3dT1f .ant-modal-header {
|
|
height: 80px;
|
|
display: flex;
|
|
align-items: center;
|
|
padding-left: 25px;
|
|
border: 0;
|
|
}
|
|
.popLogin___3dT1f .ant-modal-body {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.popLogin___3dT1f .ant-modal-close-x {
|
|
width: 68px;
|
|
height: 72px;
|
|
font-size: 18px;
|
|
line-height: 72px;
|
|
}
|
|
.popLogin___3dT1f .logincloseIcon___2rDJD {
|
|
position: absolute;
|
|
right: -27px;
|
|
z-index: 100000;
|
|
top: -20px !important;
|
|
cursor: pointer;
|
|
}
|
|
/* 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-layout {
|
|
display: flex;
|
|
flex: auto;
|
|
flex-direction: column;
|
|
/* fix firefox can't set height smaller than content on flex item */
|
|
min-height: 0;
|
|
background: #f0f2f5;
|
|
}
|
|
.ant-layout,
|
|
.ant-layout * {
|
|
box-sizing: border-box;
|
|
}
|
|
.ant-layout.ant-layout-has-sider {
|
|
flex-direction: row;
|
|
}
|
|
.ant-layout.ant-layout-has-sider > .ant-layout,
|
|
.ant-layout.ant-layout-has-sider > .ant-layout-content {
|
|
overflow-x: hidden;
|
|
}
|
|
.ant-layout-header,
|
|
.ant-layout-footer {
|
|
flex: 0 0 auto;
|
|
}
|
|
.ant-layout-header {
|
|
height: 64px;
|
|
padding: 0 50px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
line-height: 64px;
|
|
background: #001529;
|
|
}
|
|
.ant-layout-footer {
|
|
padding: 24px 50px;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-size: 12px;
|
|
background: #f0f2f5;
|
|
}
|
|
.ant-layout-content {
|
|
flex: auto;
|
|
/* fix firefox can't set height smaller than content on flex item */
|
|
min-height: 0;
|
|
}
|
|
.ant-layout-sider {
|
|
position: relative;
|
|
/* fix firefox can't set width smaller than content on flex item */
|
|
min-width: 0;
|
|
background: #001529;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-layout-sider-children {
|
|
height: 100%;
|
|
margin-top: -0.1px;
|
|
padding-top: 0.1px;
|
|
}
|
|
.ant-layout-sider-has-trigger {
|
|
padding-bottom: 48px;
|
|
}
|
|
.ant-layout-sider-right {
|
|
order: 1;
|
|
}
|
|
.ant-layout-sider-trigger {
|
|
position: fixed;
|
|
bottom: 0;
|
|
z-index: 1;
|
|
height: 48px;
|
|
color: #fff;
|
|
line-height: 48px;
|
|
text-align: center;
|
|
background: #002140;
|
|
cursor: pointer;
|
|
transition: all 0.2s;
|
|
}
|
|
.ant-layout-sider-zero-width > * {
|
|
overflow: hidden;
|
|
}
|
|
.ant-layout-sider-zero-width-trigger {
|
|
position: absolute;
|
|
top: 64px;
|
|
right: -36px;
|
|
z-index: 1;
|
|
width: 36px;
|
|
height: 42px;
|
|
color: #fff;
|
|
font-size: 18px;
|
|
line-height: 42px;
|
|
text-align: center;
|
|
background: #001529;
|
|
border-radius: 0 2px 2px 0;
|
|
cursor: pointer;
|
|
transition: background 0.3s ease;
|
|
}
|
|
.ant-layout-sider-zero-width-trigger:hover {
|
|
background: #192c3e;
|
|
}
|
|
.ant-layout-sider-zero-width-trigger-right {
|
|
left: -36px;
|
|
border-radius: 2px 0 0 2px;
|
|
}
|
|
.ant-layout-sider-light {
|
|
background: #fff;
|
|
}
|
|
.ant-layout-sider-light .ant-layout-sider-trigger {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background: #fff;
|
|
}
|
|
.ant-layout-sider-light .ant-layout-sider-zero-width-trigger {
|
|
color: rgba(0, 0, 0, 0.85);
|
|
background: #fff;
|
|
}
|
|
.ant-layout-rtl {
|
|
direction: rtl;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___2cC1r {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___9TeDx {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___3EIYv {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___1Uph0 {
|
|
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___17_5w {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.header___1E4MV {
|
|
min-width: 1200px;
|
|
}
|
|
.header___1E4MV [class~='ant-layout-header'] {
|
|
padding: 0;
|
|
height: 60px;
|
|
}
|
|
.header___1E4MV .logo___R8PNJ {
|
|
height: 36px;
|
|
}
|
|
.headerFixed___1V7d4 {
|
|
position: fixed;
|
|
top: 0px;
|
|
z-index: 999;
|
|
width: 100%;
|
|
}
|
|
.headerFixed___1V7d4 + section {
|
|
padding-top: 60px;
|
|
}
|
|
.menu___Km2Uo {
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.menu___Km2Uo li {
|
|
margin-right: 30px;
|
|
position: relative;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.menu___Km2Uo li:hover a {
|
|
color: #828383;
|
|
}
|
|
.menu___Km2Uo li.actived___12Ff0 a {
|
|
color: #5091ff;
|
|
}
|
|
.menu___Km2Uo li a {
|
|
color: #fff;
|
|
position: relative;
|
|
font-size: 16px;
|
|
}
|
|
.edu-menu___2hxbr {
|
|
display: flex;
|
|
width: 100%;
|
|
padding: 0 0 0 25px;
|
|
height: 60px;
|
|
min-width: 1200px;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.newslight___jwZR3 {
|
|
width: 5px;
|
|
height: 5px;
|
|
border-radius: 5px;
|
|
position: absolute;
|
|
top: 0px;
|
|
left: 10px;
|
|
background: #fb3226;
|
|
}
|
|
.classromediv___Cjpgf {
|
|
animation: glow___3Nuu5 200ms ease-out infinite alternate;
|
|
}
|
|
@keyframes glow___3Nuu5 {
|
|
0% {
|
|
border-color: #00fff9;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
width: 80px;
|
|
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
|
|
}
|
|
100% {
|
|
border-color: #00fff9;
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
width: 80px;
|
|
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
|
|
}
|
|
}
|
|
.spandiv___3YPu8 {
|
|
height: 30px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
background: rgba(0, 255, 249, 0.2);
|
|
width: 80px;
|
|
}
|
|
.dropLi___3Pxqf {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
.dropLi___3Pxqf .dropDown___3Phxo {
|
|
position: fixed;
|
|
top: 58px;
|
|
background-color: #ffffff;
|
|
border-bottom-left-radius: 10px;
|
|
border-bottom-right-radius: 10px;
|
|
transition: height 0.2s ease-in-out;
|
|
overflow: hidden;
|
|
padding-left: 0px!important;
|
|
box-shadow: 0px 0px 6px rgba(6, 44, 107, 0.15);
|
|
}
|
|
.dropLi___3Pxqf .dropDown___3Phxo .dropDownItem___1KkeO {
|
|
height: 46px !important;
|
|
line-height: 46px !important;
|
|
padding-right: unset;
|
|
position: relative;
|
|
margin-right: 0px!important;
|
|
padding: 0px 20px;
|
|
}
|
|
.dropLi___3Pxqf .dropDown___3Phxo .dropDownItem___1KkeO a {
|
|
color: #252b3a !important;
|
|
display: inline-block;
|
|
height: 100%;
|
|
max-width: 160px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.dropLi___3Pxqf .dropDown___3Phxo .dropDownItem___1KkeO:hover {
|
|
background-color: #ebf0ff;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.search-input {
|
|
width: 300px !important;
|
|
background: #373e3f !important;
|
|
border: 1px solid #373e3f !important;
|
|
}
|
|
.search-input [class~='ant-input'] {
|
|
background: #373e3f !important;
|
|
color: #fff;
|
|
}
|
|
.search-input .ant-input-search-icon::before {
|
|
border-left: none;
|
|
}
|
|
.search-input .ant-input-search-icon {
|
|
color: #999;
|
|
}
|
|
.search-bar {
|
|
color: white;
|
|
flex: 1 0 auto;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
position: relative;
|
|
}
|
|
.search-bar a:hover {
|
|
color: #fff;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___3p8A0 {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___2wMwo {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___2fKhV {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___27Yk8 {
|
|
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___3Khbo {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.dropdownFlex___A4YIX a {
|
|
font-size: 14px;
|
|
}
|
|
.joinModal___VuDUK [class=ant-modal-title] {
|
|
text-align: center;
|
|
height: 50px;
|
|
line-height: 50px;
|
|
}
|
|
.joinModal___VuDUK [class~='ant-modal-close-x'] {
|
|
height: 70px;
|
|
line-height: 70px;
|
|
}
|
|
.joinModal___VuDUK [class~='ant-modal-close-x'] svg {
|
|
font-size: 18px;
|
|
}
|
|
.joinModal___VuDUK [class=tc] {
|
|
padding: 22px 0px;
|
|
}
|
|
.joinModal___VuDUK [class~='ant-btn'] {
|
|
height: 32px;
|
|
}
|
|
.rightMenu___20Eel {
|
|
width: 120px;
|
|
text-align: center;
|
|
}
|
|
.rightMenu___20Eel li {
|
|
padding: 0 15px;
|
|
height: 35px;
|
|
line-height: 35px;
|
|
}
|
|
.rightMenu___20Eel li:hover {
|
|
background: #4cacff;
|
|
}
|
|
.rightMenu___20Eel li:hover a {
|
|
color: white;
|
|
}
|
|
.rightMenu___20Eel li a {
|
|
font-size: 14px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.joinMenu___2blJt {
|
|
padding: 0 0;
|
|
width: 240px;
|
|
}
|
|
.joinMenu___2blJt a {
|
|
color: #323232;
|
|
}
|
|
.joinBoard___2XUXK {
|
|
border: 1px solid #eee;
|
|
width: 1px;
|
|
height: 100%;
|
|
}
|
|
.joinCol___3o5gp {
|
|
width: 48%;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.tilte___1Tz7i {
|
|
color: #333333;
|
|
font-size: 16px;
|
|
text-align: center;
|
|
}
|
|
.flexRow___3w9_D {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 30px;
|
|
}
|
|
.flexColumn___2HzC_ {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
.footerWrap___12F5M {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.img___3ED9Z {
|
|
width: 40px;
|
|
height: 37px;
|
|
vertical-align: middle;
|
|
border-style: none;
|
|
}
|
|
.content___rqPDY {
|
|
font-size: 14px;
|
|
color: #979797;
|
|
margin-top: 15px;
|
|
}
|
|
.modalContent___2h4ne {
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
color: #333333;
|
|
font-size: 16px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|
|
.flex_box_center___3UWMh {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___2nh9S {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___2Neiq {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___2_1FS {
|
|
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___2E-v7 {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
.userPic___3Pu9t {
|
|
width: 34px;
|
|
height: 34px;
|
|
border-radius: 34px;
|
|
cursor: pointer;
|
|
}
|
|
.currentMenu___zT3IA {
|
|
width: 120px;
|
|
text-align: center;
|
|
padding: 0;
|
|
}
|
|
.currentMenu___zT3IA [class~='currentName'] {
|
|
padding: 0 8px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
display: block;
|
|
}
|
|
.currentMenu___zT3IA li {
|
|
height: 40px;
|
|
line-height: 30px;
|
|
font-size: 14px;
|
|
color: #333;
|
|
padding: 5px 8px;
|
|
}
|
|
.currentMenu___zT3IA li a {
|
|
color: #333;
|
|
}
|
|
.currentMenu___zT3IA li:first-child {
|
|
border-bottom: 1px solid #eee;
|
|
}
|
|
.currentMenu___zT3IA li:last-child {
|
|
border-top: 1px solid #eee;
|
|
}
|
|
.rightMenu___1qaVl {
|
|
width: 120px;
|
|
text-align: center;
|
|
}
|
|
.rightMenu___1qaVl li {
|
|
padding: 7px 5px;
|
|
}
|
|
.rightMenu___1qaVl li:hover {
|
|
background: #4cacff;
|
|
}
|
|
.rightMenu___1qaVl li:hover a {
|
|
color: white;
|
|
}
|
|
.rightMenu___1qaVl li a {
|
|
font-size: 14px;
|
|
margin: 0;
|
|
}
|
|
.menuWrap___3r9jm li {
|
|
height: 35px;
|
|
}
|
|
.menuWrap___3r9jm li a {
|
|
margin: 0px;
|
|
color: #323232;
|
|
text-align: left;
|
|
padding: 0px 15px;
|
|
}
|
|
.exit___38Urs {
|
|
border-top: 1px solid #eeeeee;
|
|
}
|
|
.classromediv___2R8_g {
|
|
width: 60px;
|
|
height: 50px;
|
|
display: flex;
|
|
align-items: center;
|
|
border-radius: 50px;
|
|
cursor: pointer;
|
|
animation: glow___323IR 200ms ease-out infinite alternate;
|
|
}
|
|
@keyframes glow___323IR {
|
|
0% {
|
|
border-color: #00fff9;
|
|
text-align: center;
|
|
box-shadow: 0 0 5px rgba(0, 255, 249, 0.2);
|
|
}
|
|
100% {
|
|
border-color: #00fff9;
|
|
text-align: center;
|
|
box-shadow: 0 0 8px rgba(0, 255, 249, 0.6);
|
|
}
|
|
}
|
|
.height67___1DFRI {
|
|
height: 67px;
|
|
}
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
|