|
After Width: | Height: | Size: 6.1 KiB |
|
After Width: | Height: | Size: 24 KiB |
|
After Width: | Height: | Size: 6.4 KiB |
|
After Width: | Height: | Size: 94 KiB |
@ -0,0 +1,652 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-input-number {
|
||||
box-sizing: border-box;
|
||||
font-variant: tabular-nums;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
position: relative;
|
||||
width: 100%;
|
||||
min-width: 0;
|
||||
padding: 3px 7px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
line-height: 1.66667;
|
||||
background-color: #fff;
|
||||
background-image: none;
|
||||
transition: all 0.3s;
|
||||
display: inline-block;
|
||||
width: 90px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.ant-input-number::-webkit-input-placeholder {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
.ant-input-number:-ms-input-placeholder {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
.ant-input-number::-ms-input-placeholder {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
.ant-input-number::placeholder {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
.ant-input-number:-ms-input-placeholder {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ant-input-number:placeholder-shown {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ant-input-number:hover {
|
||||
border-color: #40a9ff;
|
||||
border-right-width: 1px !important;
|
||||
}
|
||||
.ant-input-number:focus,
|
||||
.ant-input-number-focused {
|
||||
border-color: #40a9ff;
|
||||
border-right-width: 1px !important;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
||||
}
|
||||
.ant-input-number-disabled {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background-color: #f5f5f5;
|
||||
cursor: not-allowed;
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-input-number-disabled:hover {
|
||||
border-color: #d9d9d9;
|
||||
border-right-width: 1px !important;
|
||||
}
|
||||
.ant-input-number[disabled] {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background-color: #f5f5f5;
|
||||
cursor: not-allowed;
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-input-number[disabled]:hover {
|
||||
border-color: #d9d9d9;
|
||||
border-right-width: 1px !important;
|
||||
}
|
||||
.ant-input-number-borderless,
|
||||
.ant-input-number-borderless:hover,
|
||||
.ant-input-number-borderless:focus,
|
||||
.ant-input-number-borderless-focused,
|
||||
.ant-input-number-borderless-disabled,
|
||||
.ant-input-number-borderless[disabled] {
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
textarea.ant-input-number {
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
min-height: 28px;
|
||||
line-height: 1.66667;
|
||||
vertical-align: bottom;
|
||||
transition: all 0.3s, height 0s;
|
||||
}
|
||||
.ant-input-number-lg {
|
||||
padding: 3.4px 11px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.ant-input-number-sm {
|
||||
padding: 0px 7px;
|
||||
}
|
||||
.ant-input-number-handler {
|
||||
position: relative;
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 50%;
|
||||
overflow: hidden;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-weight: bold;
|
||||
line-height: 0;
|
||||
text-align: center;
|
||||
transition: all 0.1s linear;
|
||||
}
|
||||
.ant-input-number-handler:active {
|
||||
background: #f4f4f4;
|
||||
}
|
||||
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
|
||||
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
|
||||
color: #40a9ff;
|
||||
}
|
||||
.ant-input-number-handler-up-inner,
|
||||
.ant-input-number-handler-down-inner {
|
||||
display: inline-block;
|
||||
color: inherit;
|
||||
font-style: normal;
|
||||
line-height: 0;
|
||||
text-align: center;
|
||||
text-transform: none;
|
||||
vertical-align: -0.125em;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
position: absolute;
|
||||
right: 4px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
line-height: 12px;
|
||||
transition: all 0.1s linear;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-input-number-handler-up-inner > *,
|
||||
.ant-input-number-handler-down-inner > * {
|
||||
line-height: 1;
|
||||
}
|
||||
.ant-input-number-handler-up-inner svg,
|
||||
.ant-input-number-handler-down-inner svg {
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-input-number-handler-up-inner::before,
|
||||
.ant-input-number-handler-down-inner::before {
|
||||
display: none;
|
||||
}
|
||||
.ant-input-number-handler-up-inner .ant-input-number-handler-up-inner-icon,
|
||||
.ant-input-number-handler-up-inner .ant-input-number-handler-down-inner-icon,
|
||||
.ant-input-number-handler-down-inner .ant-input-number-handler-up-inner-icon,
|
||||
.ant-input-number-handler-down-inner .ant-input-number-handler-down-inner-icon {
|
||||
display: block;
|
||||
}
|
||||
.ant-input-number:hover {
|
||||
border-color: #40a9ff;
|
||||
border-right-width: 1px !important;
|
||||
}
|
||||
.ant-input-number:hover + .ant-form-item-children-icon {
|
||||
opacity: 0;
|
||||
transition: opacity 0.24s linear 0.24s;
|
||||
}
|
||||
.ant-input-number-focused {
|
||||
border-color: #40a9ff;
|
||||
border-right-width: 1px !important;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
||||
}
|
||||
.ant-input-number-disabled {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background-color: #f5f5f5;
|
||||
cursor: not-allowed;
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-input-number-disabled:hover {
|
||||
border-color: #d9d9d9;
|
||||
border-right-width: 1px !important;
|
||||
}
|
||||
.ant-input-number-disabled .ant-input-number-input {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-input-number-disabled .ant-input-number-handler-wrap {
|
||||
display: none;
|
||||
}
|
||||
.ant-input-number-readonly .ant-input-number-handler-wrap {
|
||||
display: none;
|
||||
}
|
||||
.ant-input-number-input {
|
||||
width: 100%;
|
||||
height: 26px;
|
||||
padding: 0 7px;
|
||||
text-align: left;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
border-radius: 2px;
|
||||
outline: 0;
|
||||
transition: all 0.3s linear;
|
||||
-moz-appearance: textfield !important;
|
||||
}
|
||||
.ant-input-number-input::-webkit-input-placeholder {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
.ant-input-number-input:-ms-input-placeholder {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
.ant-input-number-input::-ms-input-placeholder {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
.ant-input-number-input::placeholder {
|
||||
color: #bfbfbf;
|
||||
}
|
||||
.ant-input-number-input:-ms-input-placeholder {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ant-input-number-input:placeholder-shown {
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ant-input-number-input[type='number']::-webkit-inner-spin-button,
|
||||
.ant-input-number-input[type='number']::-webkit-outer-spin-button {
|
||||
margin: 0;
|
||||
-webkit-appearance: none;
|
||||
}
|
||||
.ant-input-number-lg {
|
||||
padding: 0;
|
||||
font-size: 14px;
|
||||
}
|
||||
.ant-input-number-lg input {
|
||||
height: 30px;
|
||||
}
|
||||
.ant-input-number-sm {
|
||||
padding: 0;
|
||||
}
|
||||
.ant-input-number-sm input {
|
||||
height: 20px;
|
||||
padding: 0 7px;
|
||||
}
|
||||
.ant-input-number-handler-wrap {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
width: 22px;
|
||||
height: 100%;
|
||||
background: #fff;
|
||||
border-left: 1px solid #d9d9d9;
|
||||
border-radius: 0 2px 2px 0;
|
||||
opacity: 0;
|
||||
transition: opacity 0.24s linear 0.1s;
|
||||
}
|
||||
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-up-inner,
|
||||
.ant-input-number-handler-wrap .ant-input-number-handler .ant-input-number-handler-down-inner {
|
||||
display: inline-block;
|
||||
font-size: 7px;
|
||||
min-width: auto;
|
||||
margin-right: 0;
|
||||
}
|
||||
.ant-input-number-handler-wrap:hover .ant-input-number-handler {
|
||||
height: 40%;
|
||||
}
|
||||
.ant-input-number:hover .ant-input-number-handler-wrap {
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-input-number-handler-up {
|
||||
border-top-right-radius: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-input-number-handler-up-inner {
|
||||
top: 50%;
|
||||
margin-top: -5px;
|
||||
text-align: center;
|
||||
}
|
||||
.ant-input-number-handler-up:hover {
|
||||
height: 60% !important;
|
||||
}
|
||||
.ant-input-number-handler-down {
|
||||
top: 0;
|
||||
border-top: 1px solid #d9d9d9;
|
||||
border-bottom-right-radius: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-input-number-handler-down-inner {
|
||||
top: 50%;
|
||||
text-align: center;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-input-number-handler-down:hover {
|
||||
height: 60% !important;
|
||||
}
|
||||
.ant-input-number-handler-up-disabled,
|
||||
.ant-input-number-handler-down-disabled {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-input-number-handler-up-disabled:hover .ant-input-number-handler-up-inner,
|
||||
.ant-input-number-handler-down-disabled:hover .ant-input-number-handler-down-inner {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.ant-input-number-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-input-number-rtl .ant-input-number-handler-wrap {
|
||||
right: auto;
|
||||
left: 0;
|
||||
border-right: 1px solid #d9d9d9;
|
||||
border-left: 0;
|
||||
border-radius: 2px 0 0 2px;
|
||||
}
|
||||
.ant-input-number-rtl .ant-input-number-input {
|
||||
direction: ltr;
|
||||
text-align: right;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.flexRow___1Kwk7 {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
}
|
||||
.flexColumn___1x58l {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
.action___osaCD {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
margin-top: 25px;
|
||||
margin-right: 2px;
|
||||
}
|
||||
.setScore___kmMlR {
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
background: #33bd8c;
|
||||
border-radius: 4px 4px 0px 0px;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
line-height: 40px;
|
||||
margin-right: 27px;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.delete___XpFlx {
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
background: #4cacff;
|
||||
border-radius: 4px 4px 0px 0px;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
line-height: 40px;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.content___9Naj3 {
|
||||
min-height: 114px;
|
||||
padding: 20px;
|
||||
background: #ffffff;
|
||||
border: 1px solid #dddddd;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.titleWrap___32PZL {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.titleNumber___3HPb0 {
|
||||
font-weight: bold;
|
||||
line-height: 28px;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
margin: 0px;
|
||||
}
|
||||
.score___3zGYh {
|
||||
word-break: break-word;
|
||||
min-width: auto;
|
||||
font-weight: bold;
|
||||
font-size: 14px;
|
||||
line-height: 28px;
|
||||
color: #888888;
|
||||
margin-right: 5px;
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
.titleHtml___2vgPo {
|
||||
color: #333333;
|
||||
line-height: 28px;
|
||||
}
|
||||
.answerWrap___2vM8f {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
line-height: 19px;
|
||||
}
|
||||
.answer___1Q0Tc {
|
||||
word-break: break-word;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.bg___1GOV5 {
|
||||
margin: 0 auto;
|
||||
padding-bottom: 140px;
|
||||
width: 1062px;
|
||||
}
|
||||
.bg___1GOV5 div[class~='ant-breadcrumb'] {
|
||||
font-size: 14px;
|
||||
}
|
||||
.wrap___J6vaJ {
|
||||
margin-top: 20px;
|
||||
padding: 0 20px;
|
||||
background: #ffffff;
|
||||
border-radius: 2px;
|
||||
box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.03);
|
||||
}
|
||||
.flexRow___unGFp {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
}
|
||||
.flexColumn___3FCv8 {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
}
|
||||
.flexJustifyBetween___1tvRX {
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.relative___2tGdE {
|
||||
position: relative;
|
||||
}
|
||||
.questionNumber___2RbSA {
|
||||
line-height: 34px;
|
||||
color: #888888;
|
||||
font-size: 14px;
|
||||
}
|
||||
.score___31L41 {
|
||||
line-height: 34px;
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
margin-left: 60px;
|
||||
}
|
||||
.selectTopicButton___ic3uu {
|
||||
width: 106px;
|
||||
height: 34px;
|
||||
background: #33bd8c;
|
||||
border-radius: 4px;
|
||||
color: #ffffff;
|
||||
line-height: 34px;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
}
|
||||
.line___2kJQN {
|
||||
margin: 20px 0;
|
||||
height: 1px;
|
||||
background: #eeeeee;
|
||||
}
|
||||
.dragTip___3pvU9 {
|
||||
color: #888888;
|
||||
font-size: 12px;
|
||||
}
|
||||
.typeActive___3yJ9J {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin-top: 10px;
|
||||
}
|
||||
.mouseTypeActive___2H9Th {
|
||||
width: 1020px;
|
||||
background: #f9f9f9;
|
||||
border: 1px solid #dddddd;
|
||||
min-height: 42px;
|
||||
margin-top: 50px;
|
||||
}
|
||||
.typeName___3wa5X {
|
||||
color: #333333;
|
||||
font-size: 14px;
|
||||
}
|
||||
.typeNumber___1LJJb {
|
||||
color: #888888;
|
||||
font-size: 14px;
|
||||
margin-left: 15px;
|
||||
}
|
||||
.typeAction___20qxC {
|
||||
position: absolute;
|
||||
right: 2px;
|
||||
top: -39px;
|
||||
}
|
||||
.setScore___1-dVI {
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
background: #33bd8c;
|
||||
border-radius: 4px 4px 0px 0px;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
line-height: 40px;
|
||||
margin-right: 27px;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.delete___3XQMr {
|
||||
width: 100px;
|
||||
height: 40px;
|
||||
background: #4cacff;
|
||||
border-radius: 4px 4px 0px 0px;
|
||||
text-align: center;
|
||||
color: #ffffff;
|
||||
line-height: 40px;
|
||||
font-size: 12px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.modal___1GZ8w {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
.modalColumn___2Pxg5 {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
.shixunModal___3b9yL {
|
||||
font-size: 14px;
|
||||
}
|
||||
.shixunScore___1-hSe {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin-top: 5px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.buttonFixed___2zLVJ {
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 63px;
|
||||
background: #fff;
|
||||
box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.button___-JgFH {
|
||||
width: 100px;
|
||||
height: 38px;
|
||||
line-height: 38px;
|
||||
font-weight: 400;
|
||||
padding: 0px;
|
||||
}
|
||||
.buttonWrap___aZhhk {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,762 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-tag {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
display: inline-block;
|
||||
height: auto;
|
||||
margin-right: 8px;
|
||||
padding: 0 7px;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
white-space: nowrap;
|
||||
background: #fafafa;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
cursor: default;
|
||||
opacity: 1;
|
||||
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
||||
}
|
||||
.ant-tag:hover {
|
||||
opacity: 0.85;
|
||||
}
|
||||
.ant-tag,
|
||||
.ant-tag a,
|
||||
.ant-tag a:hover {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-tag > a:first-child:last-child {
|
||||
display: inline-block;
|
||||
margin: 0 -8px;
|
||||
padding: 0 8px;
|
||||
}
|
||||
.ant-tag-close-icon {
|
||||
display: inline-block;
|
||||
font-size: 10px;
|
||||
margin-left: 3px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
cursor: pointer;
|
||||
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
|
||||
}
|
||||
.ant-tag-close-icon:hover {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-tag-has-color {
|
||||
border-color: transparent;
|
||||
}
|
||||
.ant-tag-has-color,
|
||||
.ant-tag-has-color a,
|
||||
.ant-tag-has-color a:hover,
|
||||
.ant-tag-has-color .anticon-close,
|
||||
.ant-tag-has-color .anticon-close:hover {
|
||||
color: #fff;
|
||||
}
|
||||
.ant-tag-checkable {
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
|
||||
color: #1890ff;
|
||||
}
|
||||
.ant-tag-checkable:active,
|
||||
.ant-tag-checkable-checked {
|
||||
color: #fff;
|
||||
}
|
||||
.ant-tag-checkable-checked {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-tag-checkable:active {
|
||||
background-color: #096dd9;
|
||||
}
|
||||
.ant-tag-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-tag-pink {
|
||||
color: #eb2f96;
|
||||
background: #fff0f6;
|
||||
border-color: #ffadd2;
|
||||
}
|
||||
.ant-tag-pink-inverse {
|
||||
color: #fff;
|
||||
background: #eb2f96;
|
||||
border-color: #eb2f96;
|
||||
}
|
||||
.ant-tag-magenta {
|
||||
color: #eb2f96;
|
||||
background: #fff0f6;
|
||||
border-color: #ffadd2;
|
||||
}
|
||||
.ant-tag-magenta-inverse {
|
||||
color: #fff;
|
||||
background: #eb2f96;
|
||||
border-color: #eb2f96;
|
||||
}
|
||||
.ant-tag-red {
|
||||
color: #f5222d;
|
||||
background: #fff1f0;
|
||||
border-color: #ffa39e;
|
||||
}
|
||||
.ant-tag-red-inverse {
|
||||
color: #fff;
|
||||
background: #f5222d;
|
||||
border-color: #f5222d;
|
||||
}
|
||||
.ant-tag-volcano {
|
||||
color: #fa541c;
|
||||
background: #fff2e8;
|
||||
border-color: #ffbb96;
|
||||
}
|
||||
.ant-tag-volcano-inverse {
|
||||
color: #fff;
|
||||
background: #fa541c;
|
||||
border-color: #fa541c;
|
||||
}
|
||||
.ant-tag-orange {
|
||||
color: #fa8c16;
|
||||
background: #fff7e6;
|
||||
border-color: #ffd591;
|
||||
}
|
||||
.ant-tag-orange-inverse {
|
||||
color: #fff;
|
||||
background: #fa8c16;
|
||||
border-color: #fa8c16;
|
||||
}
|
||||
.ant-tag-yellow {
|
||||
color: #fadb14;
|
||||
background: #feffe6;
|
||||
border-color: #fffb8f;
|
||||
}
|
||||
.ant-tag-yellow-inverse {
|
||||
color: #fff;
|
||||
background: #fadb14;
|
||||
border-color: #fadb14;
|
||||
}
|
||||
.ant-tag-gold {
|
||||
color: #faad14;
|
||||
background: #fffbe6;
|
||||
border-color: #ffe58f;
|
||||
}
|
||||
.ant-tag-gold-inverse {
|
||||
color: #fff;
|
||||
background: #faad14;
|
||||
border-color: #faad14;
|
||||
}
|
||||
.ant-tag-cyan {
|
||||
color: #13c2c2;
|
||||
background: #e6fffb;
|
||||
border-color: #87e8de;
|
||||
}
|
||||
.ant-tag-cyan-inverse {
|
||||
color: #fff;
|
||||
background: #13c2c2;
|
||||
border-color: #13c2c2;
|
||||
}
|
||||
.ant-tag-lime {
|
||||
color: #a0d911;
|
||||
background: #fcffe6;
|
||||
border-color: #eaff8f;
|
||||
}
|
||||
.ant-tag-lime-inverse {
|
||||
color: #fff;
|
||||
background: #a0d911;
|
||||
border-color: #a0d911;
|
||||
}
|
||||
.ant-tag-green {
|
||||
color: #52c41a;
|
||||
background: #f6ffed;
|
||||
border-color: #b7eb8f;
|
||||
}
|
||||
.ant-tag-green-inverse {
|
||||
color: #fff;
|
||||
background: #52c41a;
|
||||
border-color: #52c41a;
|
||||
}
|
||||
.ant-tag-blue {
|
||||
color: #1890ff;
|
||||
background: #e6f7ff;
|
||||
border-color: #91d5ff;
|
||||
}
|
||||
.ant-tag-blue-inverse {
|
||||
color: #fff;
|
||||
background: #1890ff;
|
||||
border-color: #1890ff;
|
||||
}
|
||||
.ant-tag-geekblue {
|
||||
color: #2f54eb;
|
||||
background: #f0f5ff;
|
||||
border-color: #adc6ff;
|
||||
}
|
||||
.ant-tag-geekblue-inverse {
|
||||
color: #fff;
|
||||
background: #2f54eb;
|
||||
border-color: #2f54eb;
|
||||
}
|
||||
.ant-tag-purple {
|
||||
color: #722ed1;
|
||||
background: #f9f0ff;
|
||||
border-color: #d3adf7;
|
||||
}
|
||||
.ant-tag-purple-inverse {
|
||||
color: #fff;
|
||||
background: #722ed1;
|
||||
border-color: #722ed1;
|
||||
}
|
||||
.ant-tag-success {
|
||||
color: #52c41a;
|
||||
background: #f6ffed;
|
||||
border-color: #b7eb8f;
|
||||
}
|
||||
.ant-tag-processing {
|
||||
color: #1890ff;
|
||||
background: #e6f7ff;
|
||||
border-color: #91d5ff;
|
||||
}
|
||||
.ant-tag-error {
|
||||
color: #f5222d;
|
||||
background: #fff1f0;
|
||||
border-color: #ffa39e;
|
||||
}
|
||||
.ant-tag-warning {
|
||||
color: #fa8c16;
|
||||
background: #fff7e6;
|
||||
border-color: #ffd591;
|
||||
}
|
||||
.ant-tag > .anticon + span,
|
||||
.ant-tag > span + .anticon {
|
||||
margin-left: 7px;
|
||||
}
|
||||
.ant-tag-rtl {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
direction: rtl;
|
||||
text-align: right;
|
||||
}
|
||||
.ant-tag-rtl .ant-tag-close-icon {
|
||||
margin-right: 3px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-tag-rtl.ant-tag > .anticon + span,
|
||||
.ant-tag-rtl.ant-tag > span + .anticon {
|
||||
margin-right: 7px;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-progress {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-progress-line {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-progress-steps {
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-progress-steps-outer {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.ant-progress-steps-item {
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
min-width: 2px;
|
||||
margin-right: 2px;
|
||||
background: #f3f3f3;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-progress-steps-item-active {
|
||||
background: #1890ff;
|
||||
}
|
||||
.ant-progress-small.ant-progress-line,
|
||||
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-progress-outer {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.ant-progress-show-info .ant-progress-outer {
|
||||
margin-right: calc(-2em - 8px);
|
||||
padding-right: calc(2em + 8px);
|
||||
}
|
||||
.ant-progress-inner {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 100px;
|
||||
}
|
||||
.ant-progress-circle-trail {
|
||||
stroke: #f5f5f5;
|
||||
}
|
||||
.ant-progress-circle-path {
|
||||
animation: ant-progress-appear 0.3s;
|
||||
}
|
||||
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
||||
stroke: #1890ff;
|
||||
}
|
||||
.ant-progress-success-bg,
|
||||
.ant-progress-bg {
|
||||
position: relative;
|
||||
background-color: #1890ff;
|
||||
border-radius: 100px;
|
||||
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
|
||||
}
|
||||
.ant-progress-success-bg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-progress-text {
|
||||
display: inline-block;
|
||||
width: 2em;
|
||||
margin-left: 8px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 1em;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
word-break: normal;
|
||||
}
|
||||
.ant-progress-text .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-progress-status-active .ant-progress-bg::before {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #fff;
|
||||
border-radius: 10px;
|
||||
opacity: 0;
|
||||
animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
|
||||
content: '';
|
||||
}
|
||||
.ant-progress-status-exception .ant-progress-bg {
|
||||
background-color: #ff4d4f;
|
||||
}
|
||||
.ant-progress-status-exception .ant-progress-text {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
||||
stroke: #ff4d4f;
|
||||
}
|
||||
.ant-progress-status-success .ant-progress-bg {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-progress-status-success .ant-progress-text {
|
||||
color: #52c41a;
|
||||
}
|
||||
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
||||
stroke: #52c41a;
|
||||
}
|
||||
.ant-progress-circle .ant-progress-inner {
|
||||
position: relative;
|
||||
line-height: 1;
|
||||
background-color: transparent;
|
||||
}
|
||||
.ant-progress-circle .ant-progress-text {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 0.833333em;
|
||||
line-height: 1;
|
||||
white-space: normal;
|
||||
text-align: center;
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
.ant-progress-circle .ant-progress-text .anticon {
|
||||
font-size: 1.16666667em;
|
||||
}
|
||||
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
|
||||
color: #52c41a;
|
||||
}
|
||||
@keyframes ant-progress-active {
|
||||
0% {
|
||||
width: 0;
|
||||
opacity: 0.1;
|
||||
}
|
||||
20% {
|
||||
width: 0;
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
width: 100%;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
.ant-progress-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
|
||||
margin-right: 0;
|
||||
margin-left: calc(-2em - 8px);
|
||||
padding-right: 0;
|
||||
padding-left: calc(2em + 8px);
|
||||
}
|
||||
.ant-progress-rtl .ant-progress-success-bg {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
.ant-progress-rtl.ant-progress-line .ant-progress-text,
|
||||
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
|
||||
margin-right: 8px;
|
||||
margin-left: 0;
|
||||
text-align: right;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.flex_box_center___214iO {
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_space_between___Fhkgm {
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-webkit-box-pack: justify;
|
||||
}
|
||||
.flex_box_vertical_center___2hG-7 {
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_box_center_end___D7jj6 {
|
||||
-ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: flex-end;
|
||||
-webkit-align-items: center;
|
||||
-webkit-box-align: center;
|
||||
-webkit-box-pack: end;
|
||||
box-align: center;
|
||||
box-pack: end;
|
||||
}
|
||||
.flex_box_column___3VrCY {
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
box-orient: block-axis;
|
||||
}
|
||||
.rightWrap___3VpbJ {
|
||||
width: 35%;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.learnWrap___1RZTV {
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
padding: 25px 20px 15px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.learnTopWrap___2n6Km {
|
||||
display: box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
font-size: 16px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
.courseWrap___2Z1AM {
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #fff;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.pathWrap___2-YPm {
|
||||
display: box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.pathImg___1NyaL {
|
||||
border-radius: 4px;
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
}
|
||||
.pathContentItem____sDLQ {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex: 1 1;
|
||||
flex: 1 1;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.pathContentWrap___3YYI6 {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
-ms-flex-align: start;
|
||||
align-items: flex-start;
|
||||
-ms-flex: 1 1;
|
||||
flex: 1 1;
|
||||
margin-left: 10px;
|
||||
margin-bottom: -6px;
|
||||
}
|
||||
.pathContentName___3vXEb {
|
||||
display: block;
|
||||
max-width: 222px;
|
||||
color: #333;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.pathContent___lqrBC {
|
||||
color: #b4b4b4;
|
||||
margin-top: 8px;
|
||||
font-size: 12px;
|
||||
margin: 0px;
|
||||
}
|
||||
.pathContentCount___3s0JM {
|
||||
line-height: 25px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.recommandTrainingWrap___2E26J {
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #fff;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.recommandContent___2FgEj {
|
||||
display: box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.recommandLevel___1KART {
|
||||
color: #999999;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.color4CACFF___Kt5pt {
|
||||
color: #4cacff;
|
||||
}
|
||||
.color4cacff___2kuqR {
|
||||
color: #4cacff;
|
||||
}
|
||||
.color999___1QSTy {
|
||||
color: #999;
|
||||
}
|
||||
.color888___1FuOt {
|
||||
color: #888888;
|
||||
}
|
||||
.color333___B1AMJ {
|
||||
color: #333333;
|
||||
}
|
||||
.iconDeleteColor___TwWgK {
|
||||
color: #ff5555;
|
||||
}
|
||||
.iconMoveColor___1SaI4 {
|
||||
color: #33bd8c;
|
||||
}
|
||||
.iconEditColor___1KKDF {
|
||||
color: #5091ff;
|
||||
}
|
||||
.time___3xq8t {
|
||||
border-top: 1px solid hsla(0, 0%, 93.3%, 0.93);
|
||||
margin-top: 20px;
|
||||
}
|
||||
.titleImg___3VMPg {
|
||||
vertical-align: sub;
|
||||
margin-right: 4px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.bg___3X196 {
|
||||
width: 1200px;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 80px;
|
||||
margin-top: 30px;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.wrap___3eDLe {
|
||||
width: 65%;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.modal___3znGr {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
font-size: 14px;
|
||||
}
|
||||
.content___3gEJl {
|
||||
min-height: 640px;
|
||||
padding: 20px;
|
||||
margin-top: 20px;
|
||||
}
|
||||
.colorGreen___1uQIV {
|
||||
color: #29bd8b;
|
||||
}
|
||||
.nameWrap___2dfYQ {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,357 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-tooltip {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
position: absolute;
|
||||
z-index: 1070;
|
||||
display: block;
|
||||
max-width: 250px;
|
||||
visibility: visible;
|
||||
}
|
||||
.ant-tooltip-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-tooltip-placement-top,
|
||||
.ant-tooltip-placement-topLeft,
|
||||
.ant-tooltip-placement-topRight {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-right,
|
||||
.ant-tooltip-placement-rightTop,
|
||||
.ant-tooltip-placement-rightBottom {
|
||||
padding-left: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom,
|
||||
.ant-tooltip-placement-bottomLeft,
|
||||
.ant-tooltip-placement-bottomRight {
|
||||
padding-top: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-left,
|
||||
.ant-tooltip-placement-leftTop,
|
||||
.ant-tooltip-placement-leftBottom {
|
||||
padding-right: 8px;
|
||||
}
|
||||
.ant-tooltip-inner {
|
||||
min-width: 30px;
|
||||
min-height: 32px;
|
||||
padding: 6px 8px;
|
||||
color: #fff;
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
word-wrap: break-word;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.ant-tooltip-arrow {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 13.07106781px;
|
||||
height: 13.07106781px;
|
||||
overflow: hidden;
|
||||
background: transparent;
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-tooltip-arrow-content {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
margin: auto;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
content: '';
|
||||
pointer-events: auto;
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
||||
bottom: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
|
||||
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateY(-6.53553391px) rotate(45deg);
|
||||
transform: translateY(-6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow {
|
||||
left: 50%;
|
||||
-ms-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
|
||||
left: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
||||
right: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
||||
left: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
|
||||
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateX(6.53553391px) rotate(45deg);
|
||||
transform: translateX(6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow {
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
|
||||
top: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
||||
bottom: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
||||
right: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
|
||||
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateX(-6.53553391px) rotate(45deg);
|
||||
transform: translateX(-6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow {
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
|
||||
top: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
||||
bottom: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
||||
top: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
|
||||
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateY(6.53553391px) rotate(45deg);
|
||||
transform: translateY(6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
|
||||
left: 50%;
|
||||
-ms-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
|
||||
left: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
||||
right: 13px;
|
||||
}
|
||||
.ant-tooltip-pink .ant-tooltip-inner {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-pink .ant-tooltip-arrow-content {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-magenta .ant-tooltip-inner {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-magenta .ant-tooltip-arrow-content {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-red .ant-tooltip-inner {
|
||||
background-color: #f5222d;
|
||||
}
|
||||
.ant-tooltip-red .ant-tooltip-arrow-content {
|
||||
background-color: #f5222d;
|
||||
}
|
||||
.ant-tooltip-volcano .ant-tooltip-inner {
|
||||
background-color: #fa541c;
|
||||
}
|
||||
.ant-tooltip-volcano .ant-tooltip-arrow-content {
|
||||
background-color: #fa541c;
|
||||
}
|
||||
.ant-tooltip-orange .ant-tooltip-inner {
|
||||
background-color: #fa8c16;
|
||||
}
|
||||
.ant-tooltip-orange .ant-tooltip-arrow-content {
|
||||
background-color: #fa8c16;
|
||||
}
|
||||
.ant-tooltip-yellow .ant-tooltip-inner {
|
||||
background-color: #fadb14;
|
||||
}
|
||||
.ant-tooltip-yellow .ant-tooltip-arrow-content {
|
||||
background-color: #fadb14;
|
||||
}
|
||||
.ant-tooltip-gold .ant-tooltip-inner {
|
||||
background-color: #faad14;
|
||||
}
|
||||
.ant-tooltip-gold .ant-tooltip-arrow-content {
|
||||
background-color: #faad14;
|
||||
}
|
||||
.ant-tooltip-cyan .ant-tooltip-inner {
|
||||
background-color: #13c2c2;
|
||||
}
|
||||
.ant-tooltip-cyan .ant-tooltip-arrow-content {
|
||||
background-color: #13c2c2;
|
||||
}
|
||||
.ant-tooltip-lime .ant-tooltip-inner {
|
||||
background-color: #a0d911;
|
||||
}
|
||||
.ant-tooltip-lime .ant-tooltip-arrow-content {
|
||||
background-color: #a0d911;
|
||||
}
|
||||
.ant-tooltip-green .ant-tooltip-inner {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-tooltip-green .ant-tooltip-arrow-content {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-tooltip-blue .ant-tooltip-inner {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-tooltip-blue .ant-tooltip-arrow-content {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-tooltip-geekblue .ant-tooltip-inner {
|
||||
background-color: #2f54eb;
|
||||
}
|
||||
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
|
||||
background-color: #2f54eb;
|
||||
}
|
||||
.ant-tooltip-purple .ant-tooltip-inner {
|
||||
background-color: #722ed1;
|
||||
}
|
||||
.ant-tooltip-purple .ant-tooltip-arrow-content {
|
||||
background-color: #722ed1;
|
||||
}
|
||||
.ant-tooltip-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-tooltip-rtl .ant-tooltip-inner {
|
||||
text-align: right;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.bg___1bAP4 {
|
||||
width: 1200px;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 20px;
|
||||
margin-top: 30px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.header___1lG6Z {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
background-color: #fff;
|
||||
padding: 20px;
|
||||
width: 100%;
|
||||
font-size: 16px;
|
||||
}
|
||||
.header___1lG6Z a {
|
||||
color: #999999;
|
||||
}
|
||||
.header___1lG6Z a:hover {
|
||||
color: #111c24;
|
||||
}
|
||||
.line___2EDvV {
|
||||
height: 1px;
|
||||
margin: 0 30px;
|
||||
background: #f1f1f1;
|
||||
}
|
||||
.main___25tDY {
|
||||
padding: 0 30px;
|
||||
}
|
||||
.main___25tDY .ant-table-thead > tr > th {
|
||||
background-color: #fff;
|
||||
}
|
||||
.main___25tDY button {
|
||||
line-height: normal;
|
||||
line-height: initial;
|
||||
}
|
||||
.main___25tDY .row___1OWn9 td {
|
||||
border-bottom: 0;
|
||||
}
|
||||
.main___25tDY .row___1OWn9.row___1OWn9:nth-child(odd) {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.main___25tDY .row___1OWn9.row___1OWn9:nth-child(even) {
|
||||
background-color: #fff;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,814 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-tooltip {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
position: absolute;
|
||||
z-index: 1070;
|
||||
display: block;
|
||||
max-width: 250px;
|
||||
visibility: visible;
|
||||
}
|
||||
.ant-tooltip-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-tooltip-placement-top,
|
||||
.ant-tooltip-placement-topLeft,
|
||||
.ant-tooltip-placement-topRight {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-right,
|
||||
.ant-tooltip-placement-rightTop,
|
||||
.ant-tooltip-placement-rightBottom {
|
||||
padding-left: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom,
|
||||
.ant-tooltip-placement-bottomLeft,
|
||||
.ant-tooltip-placement-bottomRight {
|
||||
padding-top: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-left,
|
||||
.ant-tooltip-placement-leftTop,
|
||||
.ant-tooltip-placement-leftBottom {
|
||||
padding-right: 8px;
|
||||
}
|
||||
.ant-tooltip-inner {
|
||||
min-width: 30px;
|
||||
min-height: 32px;
|
||||
padding: 6px 8px;
|
||||
color: #fff;
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
word-wrap: break-word;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.ant-tooltip-arrow {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 13.07106781px;
|
||||
height: 13.07106781px;
|
||||
overflow: hidden;
|
||||
background: transparent;
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-tooltip-arrow-content {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
margin: auto;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
content: '';
|
||||
pointer-events: auto;
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
||||
bottom: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
|
||||
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateY(-6.53553391px) rotate(45deg);
|
||||
transform: translateY(-6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow {
|
||||
left: 50%;
|
||||
-ms-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
|
||||
left: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
||||
right: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
||||
left: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
|
||||
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateX(6.53553391px) rotate(45deg);
|
||||
transform: translateX(6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow {
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
|
||||
top: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
||||
bottom: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
||||
right: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
|
||||
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateX(-6.53553391px) rotate(45deg);
|
||||
transform: translateX(-6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow {
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
|
||||
top: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
||||
bottom: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
||||
top: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
|
||||
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateY(6.53553391px) rotate(45deg);
|
||||
transform: translateY(6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
|
||||
left: 50%;
|
||||
-ms-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
|
||||
left: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
||||
right: 13px;
|
||||
}
|
||||
.ant-tooltip-pink .ant-tooltip-inner {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-pink .ant-tooltip-arrow-content {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-magenta .ant-tooltip-inner {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-magenta .ant-tooltip-arrow-content {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-red .ant-tooltip-inner {
|
||||
background-color: #f5222d;
|
||||
}
|
||||
.ant-tooltip-red .ant-tooltip-arrow-content {
|
||||
background-color: #f5222d;
|
||||
}
|
||||
.ant-tooltip-volcano .ant-tooltip-inner {
|
||||
background-color: #fa541c;
|
||||
}
|
||||
.ant-tooltip-volcano .ant-tooltip-arrow-content {
|
||||
background-color: #fa541c;
|
||||
}
|
||||
.ant-tooltip-orange .ant-tooltip-inner {
|
||||
background-color: #fa8c16;
|
||||
}
|
||||
.ant-tooltip-orange .ant-tooltip-arrow-content {
|
||||
background-color: #fa8c16;
|
||||
}
|
||||
.ant-tooltip-yellow .ant-tooltip-inner {
|
||||
background-color: #fadb14;
|
||||
}
|
||||
.ant-tooltip-yellow .ant-tooltip-arrow-content {
|
||||
background-color: #fadb14;
|
||||
}
|
||||
.ant-tooltip-gold .ant-tooltip-inner {
|
||||
background-color: #faad14;
|
||||
}
|
||||
.ant-tooltip-gold .ant-tooltip-arrow-content {
|
||||
background-color: #faad14;
|
||||
}
|
||||
.ant-tooltip-cyan .ant-tooltip-inner {
|
||||
background-color: #13c2c2;
|
||||
}
|
||||
.ant-tooltip-cyan .ant-tooltip-arrow-content {
|
||||
background-color: #13c2c2;
|
||||
}
|
||||
.ant-tooltip-lime .ant-tooltip-inner {
|
||||
background-color: #a0d911;
|
||||
}
|
||||
.ant-tooltip-lime .ant-tooltip-arrow-content {
|
||||
background-color: #a0d911;
|
||||
}
|
||||
.ant-tooltip-green .ant-tooltip-inner {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-tooltip-green .ant-tooltip-arrow-content {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-tooltip-blue .ant-tooltip-inner {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-tooltip-blue .ant-tooltip-arrow-content {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-tooltip-geekblue .ant-tooltip-inner {
|
||||
background-color: #2f54eb;
|
||||
}
|
||||
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
|
||||
background-color: #2f54eb;
|
||||
}
|
||||
.ant-tooltip-purple .ant-tooltip-inner {
|
||||
background-color: #722ed1;
|
||||
}
|
||||
.ant-tooltip-purple .ant-tooltip-arrow-content {
|
||||
background-color: #722ed1;
|
||||
}
|
||||
.ant-tooltip-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-tooltip-rtl .ant-tooltip-inner {
|
||||
text-align: right;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-progress {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-progress-line {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-progress-steps {
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-progress-steps-outer {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.ant-progress-steps-item {
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
min-width: 2px;
|
||||
margin-right: 2px;
|
||||
background: #f3f3f3;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-progress-steps-item-active {
|
||||
background: #1890ff;
|
||||
}
|
||||
.ant-progress-small.ant-progress-line,
|
||||
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-progress-outer {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.ant-progress-show-info .ant-progress-outer {
|
||||
margin-right: calc(-2em - 8px);
|
||||
padding-right: calc(2em + 8px);
|
||||
}
|
||||
.ant-progress-inner {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 100px;
|
||||
}
|
||||
.ant-progress-circle-trail {
|
||||
stroke: #f5f5f5;
|
||||
}
|
||||
.ant-progress-circle-path {
|
||||
animation: ant-progress-appear 0.3s;
|
||||
}
|
||||
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
||||
stroke: #1890ff;
|
||||
}
|
||||
.ant-progress-success-bg,
|
||||
.ant-progress-bg {
|
||||
position: relative;
|
||||
background-color: #1890ff;
|
||||
border-radius: 100px;
|
||||
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
|
||||
}
|
||||
.ant-progress-success-bg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-progress-text {
|
||||
display: inline-block;
|
||||
width: 2em;
|
||||
margin-left: 8px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 1em;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
word-break: normal;
|
||||
}
|
||||
.ant-progress-text .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-progress-status-active .ant-progress-bg::before {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #fff;
|
||||
border-radius: 10px;
|
||||
opacity: 0;
|
||||
animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
|
||||
content: '';
|
||||
}
|
||||
.ant-progress-status-exception .ant-progress-bg {
|
||||
background-color: #ff4d4f;
|
||||
}
|
||||
.ant-progress-status-exception .ant-progress-text {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
||||
stroke: #ff4d4f;
|
||||
}
|
||||
.ant-progress-status-success .ant-progress-bg {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-progress-status-success .ant-progress-text {
|
||||
color: #52c41a;
|
||||
}
|
||||
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
||||
stroke: #52c41a;
|
||||
}
|
||||
.ant-progress-circle .ant-progress-inner {
|
||||
position: relative;
|
||||
line-height: 1;
|
||||
background-color: transparent;
|
||||
}
|
||||
.ant-progress-circle .ant-progress-text {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 0.833333em;
|
||||
line-height: 1;
|
||||
white-space: normal;
|
||||
text-align: center;
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
.ant-progress-circle .ant-progress-text .anticon {
|
||||
font-size: 1.16666667em;
|
||||
}
|
||||
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
|
||||
color: #52c41a;
|
||||
}
|
||||
@keyframes ant-progress-active {
|
||||
0% {
|
||||
width: 0;
|
||||
opacity: 0.1;
|
||||
}
|
||||
20% {
|
||||
width: 0;
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
width: 100%;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
.ant-progress-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
|
||||
margin-right: 0;
|
||||
margin-left: calc(-2em - 8px);
|
||||
padding-right: 0;
|
||||
padding-left: calc(2em + 8px);
|
||||
}
|
||||
.ant-progress-rtl .ant-progress-success-bg {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
.ant-progress-rtl.ant-progress-line .ant-progress-text,
|
||||
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
|
||||
margin-right: 8px;
|
||||
margin-left: 0;
|
||||
text-align: right;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.flex_box_center___214iO {
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_space_between___Fhkgm {
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-webkit-box-pack: justify;
|
||||
}
|
||||
.flex_box_vertical_center___2hG-7 {
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_box_center_end___D7jj6 {
|
||||
-ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: flex-end;
|
||||
-webkit-align-items: center;
|
||||
-webkit-box-align: center;
|
||||
-webkit-box-pack: end;
|
||||
box-align: center;
|
||||
box-pack: end;
|
||||
}
|
||||
.flex_box_column___3VrCY {
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
box-orient: block-axis;
|
||||
}
|
||||
.rightWrap___3VpbJ {
|
||||
width: 35%;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.learnWrap___1RZTV {
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
padding: 25px 20px 15px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.learnTopWrap___2n6Km {
|
||||
display: box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
font-size: 16px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
.courseWrap___2Z1AM {
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #fff;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.pathWrap___2-YPm {
|
||||
display: box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.pathImg___1NyaL {
|
||||
border-radius: 4px;
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
}
|
||||
.pathContentItem____sDLQ {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex: 1 1;
|
||||
flex: 1 1;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.pathContentWrap___3YYI6 {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
-ms-flex-align: start;
|
||||
align-items: flex-start;
|
||||
-ms-flex: 1 1;
|
||||
flex: 1 1;
|
||||
margin-left: 10px;
|
||||
margin-bottom: -6px;
|
||||
}
|
||||
.pathContentName___3vXEb {
|
||||
display: block;
|
||||
max-width: 222px;
|
||||
color: #333;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.pathContent___lqrBC {
|
||||
color: #b4b4b4;
|
||||
margin-top: 8px;
|
||||
font-size: 12px;
|
||||
margin: 0px;
|
||||
}
|
||||
.pathContentCount___3s0JM {
|
||||
line-height: 25px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.recommandTrainingWrap___2E26J {
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #fff;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.recommandContent___2FgEj {
|
||||
display: box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.recommandLevel___1KART {
|
||||
color: #999999;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.color4CACFF___Kt5pt {
|
||||
color: #4cacff;
|
||||
}
|
||||
.color4cacff___2kuqR {
|
||||
color: #4cacff;
|
||||
}
|
||||
.color999___1QSTy {
|
||||
color: #999;
|
||||
}
|
||||
.color888___1FuOt {
|
||||
color: #888888;
|
||||
}
|
||||
.color333___B1AMJ {
|
||||
color: #333333;
|
||||
}
|
||||
.iconDeleteColor___TwWgK {
|
||||
color: #ff5555;
|
||||
}
|
||||
.iconMoveColor___1SaI4 {
|
||||
color: #33bd8c;
|
||||
}
|
||||
.iconEditColor___1KKDF {
|
||||
color: #5091ff;
|
||||
}
|
||||
.time___3xq8t {
|
||||
border-top: 1px solid hsla(0, 0%, 93.3%, 0.93);
|
||||
margin-top: 20px;
|
||||
}
|
||||
.titleImg___3VMPg {
|
||||
vertical-align: sub;
|
||||
margin-right: 4px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.bg___3tGPJ {
|
||||
width: 1200px;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 80px;
|
||||
margin-top: 30px;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.wrap___35vXt {
|
||||
width: 65%;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
.content___3UE-p {
|
||||
min-height: 640px;
|
||||
padding: 20px;
|
||||
}
|
||||
.nodataImg___3ejZN {
|
||||
width: 115px;
|
||||
height: 145px;
|
||||
margin: 50px 0px 20px;
|
||||
display: block;
|
||||
margin-left: 41%;
|
||||
}
|
||||
.nodataText___amcSR {
|
||||
font-size: 14px;
|
||||
text-align: center;
|
||||
color: #999;
|
||||
}
|
||||
.nameWrap___2LoFY {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
margin-left: 50px;
|
||||
width: 25%;
|
||||
}
|
||||
.img___2DzNg {
|
||||
width: 24px;
|
||||
height: 30px;
|
||||
margin-right: 20px;
|
||||
}
|
||||
.radius___14na0 {
|
||||
border-radius: 50%;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.name___FwimY {
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 90px;
|
||||
color: #666;
|
||||
}
|
||||
.rankingWrap___3erNd {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.time___hWlJd {
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
width: 23%;
|
||||
color: #999999;
|
||||
text-align: center;
|
||||
}
|
||||
.useTime___3pOK9 {
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
width: 25%;
|
||||
text-align: center;
|
||||
}
|
||||
.gold___3ySQJ {
|
||||
line-height: 40px;
|
||||
height: 40px;
|
||||
color: #f0ad4e;
|
||||
width: 14%;
|
||||
text-align: center;
|
||||
}
|
||||
.keyRank___2nx3u {
|
||||
width: 24px;
|
||||
margin-right: 20px;
|
||||
text-align: center;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,925 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-select-single .ant-select-selector {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-search {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 7px;
|
||||
bottom: 0;
|
||||
left: 7px;
|
||||
}
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-search-input {
|
||||
width: 100%;
|
||||
}
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-item,
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
||||
padding: 0;
|
||||
line-height: 26px;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
@supports (-moz-appearance: meterbar) {
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-item,
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
||||
line-height: 26px;
|
||||
}
|
||||
}
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-item {
|
||||
position: relative;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-select-single .ant-select-selector::after,
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-item::after,
|
||||
.ant-select-single .ant-select-selector .ant-select-selection-placeholder::after {
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
visibility: hidden;
|
||||
content: '\a0';
|
||||
}
|
||||
.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
|
||||
right: 19px;
|
||||
}
|
||||
.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
|
||||
.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
|
||||
padding-right: 15px;
|
||||
}
|
||||
.ant-select-single.ant-select-open .ant-select-selection-item {
|
||||
opacity: 0.4;
|
||||
}
|
||||
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||
width: 100%;
|
||||
height: 28px;
|
||||
padding: 0 7px;
|
||||
}
|
||||
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-select-show-search.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
||||
cursor: text;
|
||||
}
|
||||
.ant-select-show-search.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
|
||||
cursor: auto;
|
||||
}
|
||||
.ant-select-focused.ant-select-single:not(.ant-select-customize-input) .ant-select-selector:not(.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector) {
|
||||
border-color: #40a9ff;
|
||||
border-right-width: 1px !important;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
||||
}
|
||||
.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background: #f5f5f5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-select-disabled.ant-select-single:not(.ant-select-customize-input) .ant-select-selector input {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input {
|
||||
height: 26px;
|
||||
}
|
||||
.ant-select-single:not(.ant-select-customize-input) .ant-select-selector::after {
|
||||
line-height: 26px;
|
||||
}
|
||||
.ant-select-single.ant-select-customize-input .ant-select-selector::after {
|
||||
display: none;
|
||||
}
|
||||
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-search {
|
||||
position: static;
|
||||
width: 100%;
|
||||
}
|
||||
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
left: 0;
|
||||
padding: 0 7px;
|
||||
}
|
||||
.ant-select-single.ant-select-customize-input .ant-select-selector .ant-select-selection-placeholder::after {
|
||||
display: none;
|
||||
}
|
||||
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
|
||||
height: 32px;
|
||||
}
|
||||
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector::after,
|
||||
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
|
||||
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
|
||||
line-height: 30px;
|
||||
}
|
||||
.ant-select-single.ant-select-lg:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
|
||||
height: 30px;
|
||||
}
|
||||
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
|
||||
height: 22px;
|
||||
}
|
||||
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector::after,
|
||||
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-item,
|
||||
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-placeholder {
|
||||
line-height: 20px;
|
||||
}
|
||||
.ant-select-single.ant-select-sm:not(.ant-select-customize-input):not(.ant-select-customize-input) .ant-select-selection-search-input {
|
||||
height: 20px;
|
||||
}
|
||||
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selection-search {
|
||||
right: 7px;
|
||||
left: 7px;
|
||||
}
|
||||
.ant-select-single.ant-select-sm:not(.ant-select-customize-input) .ant-select-selector {
|
||||
padding: 0 7px;
|
||||
}
|
||||
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
|
||||
right: 25px;
|
||||
}
|
||||
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
|
||||
.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
|
||||
padding-right: 18px;
|
||||
}
|
||||
.ant-select-single.ant-select-lg:not(.ant-select-customize-input) .ant-select-selector {
|
||||
padding: 0 11px;
|
||||
}
|
||||
/**
|
||||
* Do not merge `height` & `line-height` under style with `selection` & `search`,
|
||||
* since chrome may update to redesign with its align logic.
|
||||
*/
|
||||
.ant-select-multiple .ant-select-selector {
|
||||
position: relative;
|
||||
background-color: #fff;
|
||||
border: 1px solid #d9d9d9;
|
||||
border-radius: 2px;
|
||||
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
padding: 0 3px;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selector input {
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-select-show-search.ant-select-multiple .ant-select-selector {
|
||||
cursor: text;
|
||||
}
|
||||
.ant-select-show-search.ant-select-multiple .ant-select-selector input {
|
||||
cursor: auto;
|
||||
}
|
||||
.ant-select-focused.ant-select-multiple .ant-select-selector:not(.ant-select-disabled.ant-select-multiple .ant-select-selector) {
|
||||
border-color: #40a9ff;
|
||||
border-right-width: 1px !important;
|
||||
outline: 0;
|
||||
box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
|
||||
}
|
||||
.ant-select-disabled.ant-select-multiple .ant-select-selector {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
background: #f5f5f5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-select-disabled.ant-select-multiple .ant-select-selector input {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selector .ant-select-selection-search-input {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
.ant-select-show-search.ant-select-multiple .ant-select-selector {
|
||||
cursor: text;
|
||||
}
|
||||
.ant-select-disabled.ant-select-multiple .ant-select-selector {
|
||||
background: #f5f5f5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selector::after {
|
||||
display: inline-block;
|
||||
width: 0;
|
||||
margin: 3px 0;
|
||||
line-height: 20px;
|
||||
content: '\a0';
|
||||
}
|
||||
.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
|
||||
.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
|
||||
padding-right: 20px;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-item {
|
||||
position: relative;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex: none;
|
||||
flex: none;
|
||||
box-sizing: border-box;
|
||||
max-width: 100%;
|
||||
height: 20px;
|
||||
margin-top: 3px;
|
||||
margin-right: 3px;
|
||||
margin-bottom: 3px;
|
||||
padding: 0 2px 0 4px;
|
||||
line-height: 18px;
|
||||
background: #f5f5f5;
|
||||
border: 1px solid #f0f0f0;
|
||||
border-radius: 2px;
|
||||
cursor: default;
|
||||
transition: font-size 0.3s, line-height 0.3s, height 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-select-disabled.ant-select-multiple .ant-select-selection-item {
|
||||
color: #bfbfbf;
|
||||
border-color: #d9d9d9;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-item-content {
|
||||
display: inline-block;
|
||||
margin-right: 2px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-item-remove {
|
||||
color: inherit;
|
||||
font-style: normal;
|
||||
line-height: 0;
|
||||
text-align: center;
|
||||
text-transform: none;
|
||||
vertical-align: -0.125em;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-weight: bold;
|
||||
font-size: 12px;
|
||||
line-height: inherit;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
font-size: 10px;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-item-remove > * {
|
||||
line-height: 1;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-item-remove svg {
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-item-remove::before {
|
||||
display: none;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-item-remove .ant-select-multiple .ant-select-selection-item-remove-icon {
|
||||
display: block;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-item-remove > .anticon {
|
||||
vertical-align: -0.2em;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-item-remove:hover {
|
||||
color: rgba(0, 0, 0, 0.75);
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-search {
|
||||
position: relative;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-search-input,
|
||||
.ant-select-multiple .ant-select-selection-search-mirror {
|
||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
||||
line-height: 1.66667;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-search-input {
|
||||
width: 100%;
|
||||
min-width: 3px;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-search-mirror {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 999;
|
||||
white-space: nowrap;
|
||||
visibility: hidden;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-search:first-child .ant-select-selection-search-input {
|
||||
margin-left: 6.5px;
|
||||
}
|
||||
.ant-select-multiple .ant-select-selection-placeholder {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 7px;
|
||||
left: 7px;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-select-multiple.ant-select-lg .ant-select-selector::after {
|
||||
line-height: 26px;
|
||||
}
|
||||
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
|
||||
height: 26px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.ant-select-multiple.ant-select-lg .ant-select-selection-search {
|
||||
height: 26px;
|
||||
line-height: 26px;
|
||||
}
|
||||
.ant-select-multiple.ant-select-lg .ant-select-selection-search-input,
|
||||
.ant-select-multiple.ant-select-lg .ant-select-selection-search-mirror {
|
||||
height: 26px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.ant-select-multiple.ant-select-sm .ant-select-selector::after {
|
||||
line-height: 16px;
|
||||
}
|
||||
.ant-select-multiple.ant-select-sm .ant-select-selection-item {
|
||||
height: 16px;
|
||||
line-height: 14px;
|
||||
}
|
||||
.ant-select-multiple.ant-select-sm .ant-select-selection-search {
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
}
|
||||
.ant-select-multiple.ant-select-sm .ant-select-selection-search-input,
|
||||
.ant-select-multiple.ant-select-sm .ant-select-selection-search-mirror {
|
||||
height: 16px;
|
||||
line-height: 14px;
|
||||
}
|
||||
.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
|
||||
left: 7px;
|
||||
}
|
||||
.ant-select-multiple.ant-select-sm .ant-select-selection-search:first-child .ant-select-selection-search-input {
|
||||
margin-left: 3px;
|
||||
}
|
||||
.ant-select-multiple.ant-select-lg .ant-select-selection-item {
|
||||
height: 24px;
|
||||
line-height: 24px;
|
||||
}
|
||||
.ant-select-disabled .ant-select-selection-item-remove {
|
||||
display: none;
|
||||
}
|
||||
/* Reset search input style */
|
||||
.ant-select {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
}
|
||||
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
||||
border-color: #40a9ff;
|
||||
border-right-width: 1px !important;
|
||||
}
|
||||
.ant-select-selection-item {
|
||||
-ms-flex: 1 1;
|
||||
flex: 1 1;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
@media all and (-ms-high-contrast: none) {
|
||||
.ant-select-selection-item *::-ms-backdrop,
|
||||
.ant-select-selection-item {
|
||||
-ms-flex: auto;
|
||||
flex: auto;
|
||||
}
|
||||
}
|
||||
.ant-select-selection-placeholder {
|
||||
-ms-flex: 1 1;
|
||||
flex: 1 1;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
opacity: 0.4;
|
||||
}
|
||||
@media all and (-ms-high-contrast: none) {
|
||||
.ant-select-selection-placeholder *::-ms-backdrop,
|
||||
.ant-select-selection-placeholder {
|
||||
-ms-flex: auto;
|
||||
flex: auto;
|
||||
}
|
||||
}
|
||||
.ant-select-arrow {
|
||||
display: inline-block;
|
||||
color: inherit;
|
||||
font-style: normal;
|
||||
line-height: 0;
|
||||
text-transform: none;
|
||||
vertical-align: -0.125em;
|
||||
text-rendering: optimizeLegibility;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
position: absolute;
|
||||
top: 53%;
|
||||
right: 7px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin-top: -6px;
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
font-size: 12px;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-select-arrow > * {
|
||||
line-height: 1;
|
||||
}
|
||||
.ant-select-arrow svg {
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-select-arrow::before {
|
||||
display: none;
|
||||
}
|
||||
.ant-select-arrow .ant-select-arrow-icon {
|
||||
display: block;
|
||||
}
|
||||
.ant-select-arrow .anticon {
|
||||
vertical-align: top;
|
||||
transition: transform 0.3s;
|
||||
}
|
||||
.ant-select-arrow .anticon > svg {
|
||||
vertical-align: top;
|
||||
}
|
||||
.ant-select-arrow .anticon:not(.ant-select-suffix) {
|
||||
pointer-events: auto;
|
||||
}
|
||||
.ant-select-disabled .ant-select-arrow {
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-select-clear {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
right: 7px;
|
||||
z-index: 1;
|
||||
display: inline-block;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
margin-top: -6px;
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
font-size: 12px;
|
||||
font-style: normal;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
text-transform: none;
|
||||
background: #fff;
|
||||
cursor: pointer;
|
||||
opacity: 0;
|
||||
transition: color 0.3s ease, opacity 0.15s ease;
|
||||
text-rendering: auto;
|
||||
}
|
||||
.ant-select-clear::before {
|
||||
display: block;
|
||||
}
|
||||
.ant-select-clear:hover {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.ant-select:hover .ant-select-clear {
|
||||
opacity: 1;
|
||||
}
|
||||
.ant-select-dropdown {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum", ;
|
||||
position: absolute;
|
||||
top: -9999px;
|
||||
left: -9999px;
|
||||
z-index: 1050;
|
||||
box-sizing: border-box;
|
||||
padding: 4px 0;
|
||||
overflow: hidden;
|
||||
font-size: 12px;
|
||||
font-variant: initial;
|
||||
background-color: #fff;
|
||||
border-radius: 2px;
|
||||
outline: none;
|
||||
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-bottomLeft,
|
||||
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-bottomLeft {
|
||||
animation-name: antSlideUpIn;
|
||||
}
|
||||
.ant-select-dropdown.slide-up-enter.slide-up-enter-active.ant-select-dropdown-placement-topLeft,
|
||||
.ant-select-dropdown.slide-up-appear.slide-up-appear-active.ant-select-dropdown-placement-topLeft {
|
||||
animation-name: antSlideDownIn;
|
||||
}
|
||||
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-bottomLeft {
|
||||
animation-name: antSlideUpOut;
|
||||
}
|
||||
.ant-select-dropdown.slide-up-leave.slide-up-leave-active.ant-select-dropdown-placement-topLeft {
|
||||
animation-name: antSlideDownOut;
|
||||
}
|
||||
.ant-select-dropdown-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-select-dropdown-empty {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.ant-select-item-empty {
|
||||
position: relative;
|
||||
display: block;
|
||||
min-height: 28px;
|
||||
padding: 5px 8px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.ant-select-item {
|
||||
position: relative;
|
||||
display: block;
|
||||
min-height: 28px;
|
||||
padding: 5px 8px;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: normal;
|
||||
font-size: 12px;
|
||||
line-height: 18px;
|
||||
cursor: pointer;
|
||||
transition: background 0.3s ease;
|
||||
}
|
||||
.ant-select-item-group {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 12px;
|
||||
cursor: default;
|
||||
}
|
||||
.ant-select-item-option {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
.ant-select-item-option-content {
|
||||
-ms-flex: auto;
|
||||
flex: auto;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.ant-select-item-option-state {
|
||||
-ms-flex: none;
|
||||
flex: none;
|
||||
}
|
||||
.ant-select-item-option-active:not(.ant-select-item-option-disabled) {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-weight: 600;
|
||||
background-color: #e6f7ff;
|
||||
}
|
||||
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) .ant-select-item-option-state {
|
||||
color: #1890ff;
|
||||
}
|
||||
.ant-select-item-option-disabled {
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
cursor: not-allowed;
|
||||
}
|
||||
.ant-select-item-option-grouped {
|
||||
padding-left: 16px;
|
||||
}
|
||||
.ant-select-lg {
|
||||
font-size: 14px;
|
||||
}
|
||||
.ant-select-borderless .ant-select-selector {
|
||||
background-color: transparent !important;
|
||||
border-color: transparent !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
.ant-select-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-select-rtl .ant-select-arrow {
|
||||
right: auto;
|
||||
right: initial;
|
||||
left: 7px;
|
||||
}
|
||||
.ant-select-rtl .ant-select-clear {
|
||||
right: auto;
|
||||
right: initial;
|
||||
left: 7px;
|
||||
}
|
||||
.ant-select-dropdown-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-select-dropdown-rtl .ant-select-item-option-grouped {
|
||||
padding-right: 16px;
|
||||
padding-left: 8px;
|
||||
}
|
||||
.ant-select-rtl.ant-select-multiple.ant-select-show-arrow .ant-select-selector,
|
||||
.ant-select-rtl.ant-select-multiple.ant-select-allow-clear .ant-select-selector {
|
||||
padding-right: 3px;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.ant-select-rtl.ant-select-multiple .ant-select-selection-item {
|
||||
margin-right: 0;
|
||||
margin-left: 3px;
|
||||
padding: 0 4px 0 2px;
|
||||
text-align: right;
|
||||
}
|
||||
.ant-select-rtl.ant-select-multiple .ant-select-selection-item-content {
|
||||
margin-right: 0;
|
||||
margin-left: 2px;
|
||||
text-align: right;
|
||||
}
|
||||
.ant-select-rtl.ant-select-multiple .ant-select-selection-search {
|
||||
margin-right: 0;
|
||||
margin-left: 3px;
|
||||
}
|
||||
.ant-select-rtl.ant-select-multiple .ant-select-selection-search-mirror {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
.ant-select-rtl.ant-select-multiple .ant-select-selection-placeholder {
|
||||
right: 7px;
|
||||
left: auto;
|
||||
}
|
||||
.ant-select-rtl.ant-select-multiple.ant-select-sm .ant-select-selection-placeholder {
|
||||
right: 7px;
|
||||
}
|
||||
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-item,
|
||||
.ant-select-rtl.ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
||||
right: 0;
|
||||
left: 9px;
|
||||
text-align: right;
|
||||
}
|
||||
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-search {
|
||||
right: 7px;
|
||||
left: 19px;
|
||||
}
|
||||
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-item,
|
||||
.ant-select-rtl.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder {
|
||||
padding-right: 0;
|
||||
padding-left: 15px;
|
||||
}
|
||||
.ant-select-rtl.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {
|
||||
padding: 0 7px;
|
||||
}
|
||||
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-search {
|
||||
right: 0;
|
||||
}
|
||||
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-item,
|
||||
.ant-select-rtl.ant-select-single.ant-select-sm:not(.ant-select-customize-input).ant-select-show-arrow .ant-select-selection-placeholder {
|
||||
padding-right: 0;
|
||||
padding-left: 18px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-empty {
|
||||
margin: 0 8px;
|
||||
font-size: 12px;
|
||||
line-height: 1.66667;
|
||||
text-align: center;
|
||||
}
|
||||
.ant-empty-image {
|
||||
height: 100px;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
.ant-empty-image img {
|
||||
height: 100%;
|
||||
}
|
||||
.ant-empty-image svg {
|
||||
height: 100%;
|
||||
margin: auto;
|
||||
}
|
||||
.ant-empty-description {
|
||||
margin: 0;
|
||||
}
|
||||
.ant-empty-footer {
|
||||
margin-top: 16px;
|
||||
}
|
||||
.ant-empty-normal {
|
||||
margin: 32px 0;
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.ant-empty-normal .ant-empty-image {
|
||||
height: 40px;
|
||||
}
|
||||
.ant-empty-small {
|
||||
margin: 8px 0;
|
||||
color: rgba(0, 0, 0, 0.25);
|
||||
}
|
||||
.ant-empty-small .ant-empty-image {
|
||||
height: 35px;
|
||||
}
|
||||
.ant-empty-img-default-ellipse {
|
||||
fill-opacity: 0.8;
|
||||
fill: #f5f5f5;
|
||||
}
|
||||
.ant-empty-img-default-path-1 {
|
||||
fill: #aeb8c2;
|
||||
}
|
||||
.ant-empty-img-default-path-2 {
|
||||
fill: url(#linearGradient-1);
|
||||
}
|
||||
.ant-empty-img-default-path-3 {
|
||||
fill: #f5f5f7;
|
||||
}
|
||||
.ant-empty-img-default-path-4 {
|
||||
fill: #dce0e6;
|
||||
}
|
||||
.ant-empty-img-default-path-5 {
|
||||
fill: #dce0e6;
|
||||
}
|
||||
.ant-empty-img-default-g {
|
||||
fill: #fff;
|
||||
}
|
||||
.ant-empty-img-simple-ellipse {
|
||||
fill: #f5f5f5;
|
||||
}
|
||||
.ant-empty-img-simple-g {
|
||||
stroke: #d9d9d9;
|
||||
}
|
||||
.ant-empty-img-simple-path {
|
||||
fill: #fafafa;
|
||||
}
|
||||
.ant-empty-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.buttonFixed___2zLVJ {
|
||||
position: fixed;
|
||||
z-index: 1000;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 63px;
|
||||
background: #fff;
|
||||
box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.button___-JgFH {
|
||||
width: 100px;
|
||||
height: 38px;
|
||||
line-height: 38px;
|
||||
font-weight: 400;
|
||||
padding: 0px;
|
||||
}
|
||||
.buttonWrap___aZhhk {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.bg___3LF6r {
|
||||
width: 1200px;
|
||||
margin: 0px auto;
|
||||
margin-top: 30px;
|
||||
margin-bottom: 140px;
|
||||
}
|
||||
.wrap___2G3Cw {
|
||||
background-color: #fff;
|
||||
padding: 20px 30px 20px 30px;
|
||||
}
|
||||
.title___1RMLx {
|
||||
font-size: 20px;
|
||||
}
|
||||
.path___25SE5 {
|
||||
display: inline-block;
|
||||
overflow: hidden;
|
||||
line-height: 40px;
|
||||
white-space: nowrap;
|
||||
text-align: right;
|
||||
vertical-align: middle;
|
||||
color: #888888;
|
||||
font-size: 16px;
|
||||
}
|
||||
.colorBlue___1sALU {
|
||||
color: #4cacff;
|
||||
}
|
||||
.width240___3YXUs {
|
||||
width: 240px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,799 @@
|
||||
.bg___1RdoO {
|
||||
width: 1200px;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 80px;
|
||||
margin-top: 30px;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.wrap___1ViQ3 {
|
||||
width: 65%;
|
||||
}
|
||||
.commitWrap___ZvyGO {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
background-color: #ffffff;
|
||||
padding: 20px;
|
||||
margin-bottom: 10px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.colorGray___RNHt9 {
|
||||
color: #999999;
|
||||
}
|
||||
.content___nUazP {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
margin-bottom: 10px;
|
||||
background-color: #ffffff;
|
||||
padding: 20px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.item___oTmgO {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.itemContent___1ba29 {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.itemEmail___3d695 {
|
||||
width: 120px;
|
||||
margin-right: 10px;
|
||||
color: #666;
|
||||
}
|
||||
.itemTitle___2QbSV {
|
||||
display: block;
|
||||
margin-left: 10px;
|
||||
max-width: 640px;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
.itemTime___3lxk_ {
|
||||
color: #4cacff;
|
||||
margin-right: 15px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-tooltip {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
position: absolute;
|
||||
z-index: 1070;
|
||||
display: block;
|
||||
max-width: 250px;
|
||||
visibility: visible;
|
||||
}
|
||||
.ant-tooltip-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-tooltip-placement-top,
|
||||
.ant-tooltip-placement-topLeft,
|
||||
.ant-tooltip-placement-topRight {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-right,
|
||||
.ant-tooltip-placement-rightTop,
|
||||
.ant-tooltip-placement-rightBottom {
|
||||
padding-left: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom,
|
||||
.ant-tooltip-placement-bottomLeft,
|
||||
.ant-tooltip-placement-bottomRight {
|
||||
padding-top: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-left,
|
||||
.ant-tooltip-placement-leftTop,
|
||||
.ant-tooltip-placement-leftBottom {
|
||||
padding-right: 8px;
|
||||
}
|
||||
.ant-tooltip-inner {
|
||||
min-width: 30px;
|
||||
min-height: 32px;
|
||||
padding: 6px 8px;
|
||||
color: #fff;
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
word-wrap: break-word;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.ant-tooltip-arrow {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 13.07106781px;
|
||||
height: 13.07106781px;
|
||||
overflow: hidden;
|
||||
background: transparent;
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-tooltip-arrow-content {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
margin: auto;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
content: '';
|
||||
pointer-events: auto;
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
||||
bottom: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
|
||||
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateY(-6.53553391px) rotate(45deg);
|
||||
transform: translateY(-6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow {
|
||||
left: 50%;
|
||||
-ms-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
|
||||
left: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
||||
right: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
||||
left: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
|
||||
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateX(6.53553391px) rotate(45deg);
|
||||
transform: translateX(6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow {
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
|
||||
top: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
||||
bottom: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
||||
right: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
|
||||
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateX(-6.53553391px) rotate(45deg);
|
||||
transform: translateX(-6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow {
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
|
||||
top: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
||||
bottom: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
||||
top: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
|
||||
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateY(6.53553391px) rotate(45deg);
|
||||
transform: translateY(6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
|
||||
left: 50%;
|
||||
-ms-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
|
||||
left: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
||||
right: 13px;
|
||||
}
|
||||
.ant-tooltip-pink .ant-tooltip-inner {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-pink .ant-tooltip-arrow-content {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-magenta .ant-tooltip-inner {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-magenta .ant-tooltip-arrow-content {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-red .ant-tooltip-inner {
|
||||
background-color: #f5222d;
|
||||
}
|
||||
.ant-tooltip-red .ant-tooltip-arrow-content {
|
||||
background-color: #f5222d;
|
||||
}
|
||||
.ant-tooltip-volcano .ant-tooltip-inner {
|
||||
background-color: #fa541c;
|
||||
}
|
||||
.ant-tooltip-volcano .ant-tooltip-arrow-content {
|
||||
background-color: #fa541c;
|
||||
}
|
||||
.ant-tooltip-orange .ant-tooltip-inner {
|
||||
background-color: #fa8c16;
|
||||
}
|
||||
.ant-tooltip-orange .ant-tooltip-arrow-content {
|
||||
background-color: #fa8c16;
|
||||
}
|
||||
.ant-tooltip-yellow .ant-tooltip-inner {
|
||||
background-color: #fadb14;
|
||||
}
|
||||
.ant-tooltip-yellow .ant-tooltip-arrow-content {
|
||||
background-color: #fadb14;
|
||||
}
|
||||
.ant-tooltip-gold .ant-tooltip-inner {
|
||||
background-color: #faad14;
|
||||
}
|
||||
.ant-tooltip-gold .ant-tooltip-arrow-content {
|
||||
background-color: #faad14;
|
||||
}
|
||||
.ant-tooltip-cyan .ant-tooltip-inner {
|
||||
background-color: #13c2c2;
|
||||
}
|
||||
.ant-tooltip-cyan .ant-tooltip-arrow-content {
|
||||
background-color: #13c2c2;
|
||||
}
|
||||
.ant-tooltip-lime .ant-tooltip-inner {
|
||||
background-color: #a0d911;
|
||||
}
|
||||
.ant-tooltip-lime .ant-tooltip-arrow-content {
|
||||
background-color: #a0d911;
|
||||
}
|
||||
.ant-tooltip-green .ant-tooltip-inner {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-tooltip-green .ant-tooltip-arrow-content {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-tooltip-blue .ant-tooltip-inner {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-tooltip-blue .ant-tooltip-arrow-content {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-tooltip-geekblue .ant-tooltip-inner {
|
||||
background-color: #2f54eb;
|
||||
}
|
||||
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
|
||||
background-color: #2f54eb;
|
||||
}
|
||||
.ant-tooltip-purple .ant-tooltip-inner {
|
||||
background-color: #722ed1;
|
||||
}
|
||||
.ant-tooltip-purple .ant-tooltip-arrow-content {
|
||||
background-color: #722ed1;
|
||||
}
|
||||
.ant-tooltip-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-tooltip-rtl .ant-tooltip-inner {
|
||||
text-align: right;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-progress {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-progress-line {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-progress-steps {
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-progress-steps-outer {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.ant-progress-steps-item {
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
min-width: 2px;
|
||||
margin-right: 2px;
|
||||
background: #f3f3f3;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-progress-steps-item-active {
|
||||
background: #1890ff;
|
||||
}
|
||||
.ant-progress-small.ant-progress-line,
|
||||
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-progress-outer {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.ant-progress-show-info .ant-progress-outer {
|
||||
margin-right: calc(-2em - 8px);
|
||||
padding-right: calc(2em + 8px);
|
||||
}
|
||||
.ant-progress-inner {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 100px;
|
||||
}
|
||||
.ant-progress-circle-trail {
|
||||
stroke: #f5f5f5;
|
||||
}
|
||||
.ant-progress-circle-path {
|
||||
animation: ant-progress-appear 0.3s;
|
||||
}
|
||||
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
||||
stroke: #1890ff;
|
||||
}
|
||||
.ant-progress-success-bg,
|
||||
.ant-progress-bg {
|
||||
position: relative;
|
||||
background-color: #1890ff;
|
||||
border-radius: 100px;
|
||||
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
|
||||
}
|
||||
.ant-progress-success-bg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-progress-text {
|
||||
display: inline-block;
|
||||
width: 2em;
|
||||
margin-left: 8px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 1em;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
word-break: normal;
|
||||
}
|
||||
.ant-progress-text .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-progress-status-active .ant-progress-bg::before {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #fff;
|
||||
border-radius: 10px;
|
||||
opacity: 0;
|
||||
animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
|
||||
content: '';
|
||||
}
|
||||
.ant-progress-status-exception .ant-progress-bg {
|
||||
background-color: #ff4d4f;
|
||||
}
|
||||
.ant-progress-status-exception .ant-progress-text {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
||||
stroke: #ff4d4f;
|
||||
}
|
||||
.ant-progress-status-success .ant-progress-bg {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-progress-status-success .ant-progress-text {
|
||||
color: #52c41a;
|
||||
}
|
||||
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
||||
stroke: #52c41a;
|
||||
}
|
||||
.ant-progress-circle .ant-progress-inner {
|
||||
position: relative;
|
||||
line-height: 1;
|
||||
background-color: transparent;
|
||||
}
|
||||
.ant-progress-circle .ant-progress-text {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 0.833333em;
|
||||
line-height: 1;
|
||||
white-space: normal;
|
||||
text-align: center;
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
.ant-progress-circle .ant-progress-text .anticon {
|
||||
font-size: 1.16666667em;
|
||||
}
|
||||
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
|
||||
color: #52c41a;
|
||||
}
|
||||
@keyframes ant-progress-active {
|
||||
0% {
|
||||
width: 0;
|
||||
opacity: 0.1;
|
||||
}
|
||||
20% {
|
||||
width: 0;
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
width: 100%;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
.ant-progress-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
|
||||
margin-right: 0;
|
||||
margin-left: calc(-2em - 8px);
|
||||
padding-right: 0;
|
||||
padding-left: calc(2em + 8px);
|
||||
}
|
||||
.ant-progress-rtl .ant-progress-success-bg {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
.ant-progress-rtl.ant-progress-line .ant-progress-text,
|
||||
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
|
||||
margin-right: 8px;
|
||||
margin-left: 0;
|
||||
text-align: right;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.flex_box_center___214iO {
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_space_between___Fhkgm {
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-webkit-box-pack: justify;
|
||||
}
|
||||
.flex_box_vertical_center___2hG-7 {
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_box_center_end___D7jj6 {
|
||||
-ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: flex-end;
|
||||
-webkit-align-items: center;
|
||||
-webkit-box-align: center;
|
||||
-webkit-box-pack: end;
|
||||
box-align: center;
|
||||
box-pack: end;
|
||||
}
|
||||
.flex_box_column___3VrCY {
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
box-orient: block-axis;
|
||||
}
|
||||
.rightWrap___3VpbJ {
|
||||
width: 35%;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.learnWrap___1RZTV {
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
padding: 25px 20px 15px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #fff;
|
||||
}
|
||||
.learnTopWrap___2n6Km {
|
||||
display: box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
font-size: 16px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
.courseWrap___2Z1AM {
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #fff;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.pathWrap___2-YPm {
|
||||
display: box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.pathImg___1NyaL {
|
||||
border-radius: 4px;
|
||||
width: 100px;
|
||||
height: 60px;
|
||||
}
|
||||
.pathContentItem____sDLQ {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex: 1 1;
|
||||
flex: 1 1;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.pathContentWrap___3YYI6 {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
-ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
-ms-flex-align: start;
|
||||
align-items: flex-start;
|
||||
-ms-flex: 1 1;
|
||||
flex: 1 1;
|
||||
margin-left: 10px;
|
||||
margin-bottom: -6px;
|
||||
}
|
||||
.pathContentName___3vXEb {
|
||||
display: block;
|
||||
max-width: 222px;
|
||||
color: #333;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
text-overflow: ellipsis;
|
||||
margin-bottom: 6px;
|
||||
}
|
||||
.pathContent___lqrBC {
|
||||
color: #b4b4b4;
|
||||
margin-top: 8px;
|
||||
font-size: 12px;
|
||||
margin: 0px;
|
||||
}
|
||||
.pathContentCount___3s0JM {
|
||||
line-height: 25px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
.recommandTrainingWrap___2E26J {
|
||||
padding: 20px;
|
||||
margin-bottom: 20px;
|
||||
background-color: #fff;
|
||||
overflow: hidden;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.recommandContent___2FgEj {
|
||||
display: box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
width: 100%;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.recommandLevel___1KART {
|
||||
color: #999999;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.color4CACFF___Kt5pt {
|
||||
color: #4cacff;
|
||||
}
|
||||
.color4cacff___2kuqR {
|
||||
color: #4cacff;
|
||||
}
|
||||
.color999___1QSTy {
|
||||
color: #999;
|
||||
}
|
||||
.color888___1FuOt {
|
||||
color: #888888;
|
||||
}
|
||||
.color333___B1AMJ {
|
||||
color: #333333;
|
||||
}
|
||||
.iconDeleteColor___TwWgK {
|
||||
color: #ff5555;
|
||||
}
|
||||
.iconMoveColor___1SaI4 {
|
||||
color: #33bd8c;
|
||||
}
|
||||
.iconEditColor___1KKDF {
|
||||
color: #5091ff;
|
||||
}
|
||||
.time___3xq8t {
|
||||
border-top: 1px solid hsla(0, 0%, 93.3%, 0.93);
|
||||
margin-top: 20px;
|
||||
}
|
||||
.titleImg___3VMPg {
|
||||
vertical-align: sub;
|
||||
margin-right: 4px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,311 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-progress {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-progress-line {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-progress-steps {
|
||||
display: inline-block;
|
||||
}
|
||||
.ant-progress-steps-outer {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.ant-progress-steps-item {
|
||||
-ms-flex-negative: 0;
|
||||
flex-shrink: 0;
|
||||
min-width: 2px;
|
||||
margin-right: 2px;
|
||||
background: #f3f3f3;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.ant-progress-steps-item-active {
|
||||
background: #1890ff;
|
||||
}
|
||||
.ant-progress-small.ant-progress-line,
|
||||
.ant-progress-small.ant-progress-line .ant-progress-text .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-progress-outer {
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.ant-progress-show-info .ant-progress-outer {
|
||||
margin-right: calc(-2em - 8px);
|
||||
padding-right: calc(2em + 8px);
|
||||
}
|
||||
.ant-progress-inner {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
vertical-align: middle;
|
||||
background-color: #f5f5f5;
|
||||
border-radius: 100px;
|
||||
}
|
||||
.ant-progress-circle-trail {
|
||||
stroke: #f5f5f5;
|
||||
}
|
||||
.ant-progress-circle-path {
|
||||
animation: ant-progress-appear 0.3s;
|
||||
}
|
||||
.ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
||||
stroke: #1890ff;
|
||||
}
|
||||
.ant-progress-success-bg,
|
||||
.ant-progress-bg {
|
||||
position: relative;
|
||||
background-color: #1890ff;
|
||||
border-radius: 100px;
|
||||
transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
|
||||
}
|
||||
.ant-progress-success-bg {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-progress-text {
|
||||
display: inline-block;
|
||||
width: 2em;
|
||||
margin-left: 8px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 1em;
|
||||
line-height: 1;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
vertical-align: middle;
|
||||
word-break: normal;
|
||||
}
|
||||
.ant-progress-text .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-progress-status-active .ant-progress-bg::before {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background: #fff;
|
||||
border-radius: 10px;
|
||||
opacity: 0;
|
||||
animation: ant-progress-active 2.4s cubic-bezier(0.23, 1, 0.32, 1) infinite;
|
||||
content: '';
|
||||
}
|
||||
.ant-progress-status-exception .ant-progress-bg {
|
||||
background-color: #ff4d4f;
|
||||
}
|
||||
.ant-progress-status-exception .ant-progress-text {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.ant-progress-status-exception .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
||||
stroke: #ff4d4f;
|
||||
}
|
||||
.ant-progress-status-success .ant-progress-bg {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-progress-status-success .ant-progress-text {
|
||||
color: #52c41a;
|
||||
}
|
||||
.ant-progress-status-success .ant-progress-inner:not(.ant-progress-circle-gradient) .ant-progress-circle-path {
|
||||
stroke: #52c41a;
|
||||
}
|
||||
.ant-progress-circle .ant-progress-inner {
|
||||
position: relative;
|
||||
line-height: 1;
|
||||
background-color: transparent;
|
||||
}
|
||||
.ant-progress-circle .ant-progress-text {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 0.833333em;
|
||||
line-height: 1;
|
||||
white-space: normal;
|
||||
text-align: center;
|
||||
-ms-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
.ant-progress-circle .ant-progress-text .anticon {
|
||||
font-size: 1.16666667em;
|
||||
}
|
||||
.ant-progress-circle.ant-progress-status-exception .ant-progress-text {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.ant-progress-circle.ant-progress-status-success .ant-progress-text {
|
||||
color: #52c41a;
|
||||
}
|
||||
@keyframes ant-progress-active {
|
||||
0% {
|
||||
width: 0;
|
||||
opacity: 0.1;
|
||||
}
|
||||
20% {
|
||||
width: 0;
|
||||
opacity: 0.5;
|
||||
}
|
||||
100% {
|
||||
width: 100%;
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
.ant-progress-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
|
||||
margin-right: 0;
|
||||
margin-left: calc(-2em - 8px);
|
||||
padding-right: 0;
|
||||
padding-left: calc(2em + 8px);
|
||||
}
|
||||
.ant-progress-rtl .ant-progress-success-bg {
|
||||
right: 0;
|
||||
left: auto;
|
||||
}
|
||||
.ant-progress-rtl.ant-progress-line .ant-progress-text,
|
||||
.ant-progress-rtl.ant-progress-steps .ant-progress-text {
|
||||
margin-right: 8px;
|
||||
margin-left: 0;
|
||||
text-align: right;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.wrp___z2l1F {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.wrp___z2l1F img,
|
||||
.wrp___z2l1F video {
|
||||
max-width: 100%;
|
||||
max-height: 80%;
|
||||
text-align: center;
|
||||
}
|
||||
.wrp___z2l1F iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
}
|
||||
.monaco___1ypjT {
|
||||
position: absolute;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.darkBlue___2ViJc * {
|
||||
font-size: 14px;
|
||||
}
|
||||
.darkBlue___2ViJc [class~='margin'],
|
||||
.darkBlue___2ViJc [class~='monaco-editor-background'] {
|
||||
background: #0a0e2d !important;
|
||||
}
|
||||
.darkBlue___2ViJc [class~='line-numbers'] {
|
||||
color: white !important;
|
||||
}
|
||||
.close___3q-z4 {
|
||||
position: absolute;
|
||||
right: 40px;
|
||||
top: 40px;
|
||||
z-index: 10;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
}
|
||||
.close___3q-z4 > span {
|
||||
background: #4a4a4a;
|
||||
color: #fff;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
border-radius: 4px;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
cursor: pointer;
|
||||
margin-left: 10px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,451 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-tooltip {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-size: 12px;
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
position: absolute;
|
||||
z-index: 1070;
|
||||
display: block;
|
||||
max-width: 250px;
|
||||
visibility: visible;
|
||||
}
|
||||
.ant-tooltip-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-tooltip-placement-top,
|
||||
.ant-tooltip-placement-topLeft,
|
||||
.ant-tooltip-placement-topRight {
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-right,
|
||||
.ant-tooltip-placement-rightTop,
|
||||
.ant-tooltip-placement-rightBottom {
|
||||
padding-left: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom,
|
||||
.ant-tooltip-placement-bottomLeft,
|
||||
.ant-tooltip-placement-bottomRight {
|
||||
padding-top: 8px;
|
||||
}
|
||||
.ant-tooltip-placement-left,
|
||||
.ant-tooltip-placement-leftTop,
|
||||
.ant-tooltip-placement-leftBottom {
|
||||
padding-right: 8px;
|
||||
}
|
||||
.ant-tooltip-inner {
|
||||
min-width: 30px;
|
||||
min-height: 32px;
|
||||
padding: 6px 8px;
|
||||
color: #fff;
|
||||
text-align: left;
|
||||
text-decoration: none;
|
||||
word-wrap: break-word;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
border-radius: 2px;
|
||||
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
||||
}
|
||||
.ant-tooltip-arrow {
|
||||
position: absolute;
|
||||
display: block;
|
||||
width: 13.07106781px;
|
||||
height: 13.07106781px;
|
||||
overflow: hidden;
|
||||
background: transparent;
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-tooltip-arrow-content {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
display: block;
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
margin: auto;
|
||||
background-color: rgba(0, 0, 0, 0.75);
|
||||
content: '';
|
||||
pointer-events: auto;
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
||||
bottom: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow-content {
|
||||
box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateY(-6.53553391px) rotate(45deg);
|
||||
transform: translateY(-6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-top .ant-tooltip-arrow {
|
||||
left: 50%;
|
||||
-ms-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-topLeft .ant-tooltip-arrow {
|
||||
left: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-topRight .ant-tooltip-arrow {
|
||||
right: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
||||
left: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow-content {
|
||||
box-shadow: -3px 3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateX(6.53553391px) rotate(45deg);
|
||||
transform: translateX(6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-right .ant-tooltip-arrow {
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-rightTop .ant-tooltip-arrow {
|
||||
top: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-rightBottom .ant-tooltip-arrow {
|
||||
bottom: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
||||
right: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow-content {
|
||||
box-shadow: 3px -3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateX(-6.53553391px) rotate(45deg);
|
||||
transform: translateX(-6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-left .ant-tooltip-arrow {
|
||||
top: 50%;
|
||||
-ms-transform: translateY(-50%);
|
||||
transform: translateY(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-leftTop .ant-tooltip-arrow {
|
||||
top: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-leftBottom .ant-tooltip-arrow {
|
||||
bottom: 5px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow,
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
||||
top: -5.07106781px;
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow-content,
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow-content {
|
||||
box-shadow: -3px -3px 7px rgba(0, 0, 0, 0.07);
|
||||
-ms-transform: translateY(6.53553391px) rotate(45deg);
|
||||
transform: translateY(6.53553391px) rotate(45deg);
|
||||
}
|
||||
.ant-tooltip-placement-bottom .ant-tooltip-arrow {
|
||||
left: 50%;
|
||||
-ms-transform: translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
.ant-tooltip-placement-bottomLeft .ant-tooltip-arrow {
|
||||
left: 13px;
|
||||
}
|
||||
.ant-tooltip-placement-bottomRight .ant-tooltip-arrow {
|
||||
right: 13px;
|
||||
}
|
||||
.ant-tooltip-pink .ant-tooltip-inner {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-pink .ant-tooltip-arrow-content {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-magenta .ant-tooltip-inner {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-magenta .ant-tooltip-arrow-content {
|
||||
background-color: #eb2f96;
|
||||
}
|
||||
.ant-tooltip-red .ant-tooltip-inner {
|
||||
background-color: #f5222d;
|
||||
}
|
||||
.ant-tooltip-red .ant-tooltip-arrow-content {
|
||||
background-color: #f5222d;
|
||||
}
|
||||
.ant-tooltip-volcano .ant-tooltip-inner {
|
||||
background-color: #fa541c;
|
||||
}
|
||||
.ant-tooltip-volcano .ant-tooltip-arrow-content {
|
||||
background-color: #fa541c;
|
||||
}
|
||||
.ant-tooltip-orange .ant-tooltip-inner {
|
||||
background-color: #fa8c16;
|
||||
}
|
||||
.ant-tooltip-orange .ant-tooltip-arrow-content {
|
||||
background-color: #fa8c16;
|
||||
}
|
||||
.ant-tooltip-yellow .ant-tooltip-inner {
|
||||
background-color: #fadb14;
|
||||
}
|
||||
.ant-tooltip-yellow .ant-tooltip-arrow-content {
|
||||
background-color: #fadb14;
|
||||
}
|
||||
.ant-tooltip-gold .ant-tooltip-inner {
|
||||
background-color: #faad14;
|
||||
}
|
||||
.ant-tooltip-gold .ant-tooltip-arrow-content {
|
||||
background-color: #faad14;
|
||||
}
|
||||
.ant-tooltip-cyan .ant-tooltip-inner {
|
||||
background-color: #13c2c2;
|
||||
}
|
||||
.ant-tooltip-cyan .ant-tooltip-arrow-content {
|
||||
background-color: #13c2c2;
|
||||
}
|
||||
.ant-tooltip-lime .ant-tooltip-inner {
|
||||
background-color: #a0d911;
|
||||
}
|
||||
.ant-tooltip-lime .ant-tooltip-arrow-content {
|
||||
background-color: #a0d911;
|
||||
}
|
||||
.ant-tooltip-green .ant-tooltip-inner {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-tooltip-green .ant-tooltip-arrow-content {
|
||||
background-color: #52c41a;
|
||||
}
|
||||
.ant-tooltip-blue .ant-tooltip-inner {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-tooltip-blue .ant-tooltip-arrow-content {
|
||||
background-color: #1890ff;
|
||||
}
|
||||
.ant-tooltip-geekblue .ant-tooltip-inner {
|
||||
background-color: #2f54eb;
|
||||
}
|
||||
.ant-tooltip-geekblue .ant-tooltip-arrow-content {
|
||||
background-color: #2f54eb;
|
||||
}
|
||||
.ant-tooltip-purple .ant-tooltip-inner {
|
||||
background-color: #722ed1;
|
||||
}
|
||||
.ant-tooltip-purple .ant-tooltip-arrow-content {
|
||||
background-color: #722ed1;
|
||||
}
|
||||
.ant-tooltip-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-tooltip-rtl .ant-tooltip-inner {
|
||||
text-align: right;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.btn-vnc-resize {
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
top: 48px;
|
||||
z-index: 101;
|
||||
color: #fff;
|
||||
}
|
||||
.vnc-panel-wrapper {
|
||||
position: relative;
|
||||
height: calc(100vh - 105px);
|
||||
overflow: hidden;
|
||||
}
|
||||
.vnc-panel-wrapper.full-screen {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: 200;
|
||||
height: 100vh;
|
||||
background: white;
|
||||
}
|
||||
.vnc-panel-wrapper-windows {
|
||||
position: relative;
|
||||
height: calc(90vh);
|
||||
overflow: hidden;
|
||||
}
|
||||
.vnc-panel-wrapper-windows .btn-vnc-resize {
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
top: 48px;
|
||||
z-index: 101;
|
||||
color: #fff;
|
||||
}
|
||||
.vnc-panel-wrapper-windows.full-screen {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: 200;
|
||||
height: 100vh;
|
||||
background: white;
|
||||
}
|
||||
.vnc-panel {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.vnc-test-list {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 51px;
|
||||
background: #111c24;
|
||||
z-index: 100;
|
||||
height: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
.vnc-test-list.large {
|
||||
height: calc(100vh - 105px);
|
||||
}
|
||||
.vnc-test-list.large .test-case-list {
|
||||
height: calc(100% - 34px);
|
||||
}
|
||||
.vnc-test-list.pop {
|
||||
height: 257px;
|
||||
}
|
||||
.vnc-test-list .test-case-list {
|
||||
overflow-y: auto;
|
||||
height: 190px;
|
||||
}
|
||||
.arrow-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 54px;
|
||||
height: 27px;
|
||||
left: 50%;
|
||||
margin-left: -27px;
|
||||
background: #2a3a4f;
|
||||
z-index: 10;
|
||||
border-bottom-left-radius: 100px;
|
||||
border-bottom-right-radius: 100px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
opacity: 0.4;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.arrow-container .iconfont {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
.vnc-test-list-body {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.flex_box_center___nHLyM {
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_space_between___3nl22 {
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
-webkit-box-pack: justify;
|
||||
}
|
||||
.flex_box_vertical_center___ChEij {
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
box-align: center;
|
||||
}
|
||||
.flex_box_center_end___1VMKU {
|
||||
-ms-flex-pack: end;
|
||||
justify-content: flex-end;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-webkit-justify-content: flex-end;
|
||||
-webkit-align-items: center;
|
||||
-webkit-box-align: center;
|
||||
-webkit-box-pack: end;
|
||||
box-align: center;
|
||||
box-pack: end;
|
||||
}
|
||||
.flex_box_column___Rc09z {
|
||||
-ms-flex-direction: column;
|
||||
flex-direction: column;
|
||||
box-orient: block-axis;
|
||||
}
|
||||
.ul___2T2zv {
|
||||
padding-left: 0;
|
||||
padding-right: 20px;
|
||||
}
|
||||
.ul___2T2zv li {
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
margin-left: 20px;
|
||||
border-bottom: 1px solid #e0e0e0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,257 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-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: -ms-flexbox;
|
||||
display: flex;
|
||||
clear: both;
|
||||
width: 100%;
|
||||
min-width: 100%;
|
||||
margin: 24px 0;
|
||||
}
|
||||
.ant-divider-horizontal.ant-divider-with-text {
|
||||
display: -ms-flexbox;
|
||||
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);
|
||||
-ms-transform: translateY(50%);
|
||||
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 */
|
||||
|
||||
.btn-vnc-resize {
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
top: 48px;
|
||||
z-index: 101;
|
||||
color: #fff;
|
||||
}
|
||||
.vnc-panel-wrapper {
|
||||
position: relative;
|
||||
height: calc(100vh - 105px);
|
||||
overflow: hidden;
|
||||
}
|
||||
.vnc-panel-wrapper.full-screen {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: 200;
|
||||
height: 100vh;
|
||||
background: white;
|
||||
}
|
||||
.vnc-panel-wrapper-windows {
|
||||
position: relative;
|
||||
height: calc(90vh);
|
||||
overflow: hidden;
|
||||
}
|
||||
.vnc-panel-wrapper-windows .btn-vnc-resize {
|
||||
position: absolute;
|
||||
right: 16px;
|
||||
top: 48px;
|
||||
z-index: 101;
|
||||
color: #fff;
|
||||
}
|
||||
.vnc-panel-wrapper-windows.full-screen {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
z-index: 200;
|
||||
height: 100vh;
|
||||
background: white;
|
||||
}
|
||||
.vnc-panel {
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
.vnc-test-list {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
bottom: 51px;
|
||||
background: #111c24;
|
||||
z-index: 100;
|
||||
height: 0;
|
||||
overflow: auto;
|
||||
}
|
||||
.vnc-test-list.large {
|
||||
height: calc(100vh - 105px);
|
||||
}
|
||||
.vnc-test-list.large .test-case-list {
|
||||
height: calc(100% - 34px);
|
||||
}
|
||||
.vnc-test-list.pop {
|
||||
height: 257px;
|
||||
}
|
||||
.vnc-test-list .test-case-list {
|
||||
overflow-y: auto;
|
||||
height: 190px;
|
||||
}
|
||||
.arrow-container {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 54px;
|
||||
height: 27px;
|
||||
left: 50%;
|
||||
margin-left: -27px;
|
||||
background: #2a3a4f;
|
||||
z-index: 10;
|
||||
border-bottom-left-radius: 100px;
|
||||
border-bottom-right-radius: 100px;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
cursor: pointer;
|
||||
opacity: 0.4;
|
||||
transition: all 0.3s;
|
||||
}
|
||||
.arrow-container .iconfont {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
.vnc-test-list-body {
|
||||
position: relative;
|
||||
height: 100%;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,162 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-breadcrumb {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb a {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
transition: color 0.3s;
|
||||
}
|
||||
.ant-breadcrumb a:hover {
|
||||
color: #40a9ff;
|
||||
}
|
||||
.ant-breadcrumb > span:last-child {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb > span:last-child a {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
|
||||
display: none;
|
||||
}
|
||||
.ant-breadcrumb-separator {
|
||||
margin: 0 4px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-link > .anticon + a {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-breadcrumb-rtl::before {
|
||||
display: table;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl > span {
|
||||
float: right;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.bg___28QjI {
|
||||
margin: 0 auto;
|
||||
padding-bottom: 140px;
|
||||
width: 1200px;
|
||||
}
|
||||
.bg___28QjI a[class='ant-breadcrumb-link'] {
|
||||
font-size: 14px;
|
||||
color: #999999;
|
||||
}
|
||||
.bg___28QjI span[class='ant-breadcrumb-link'] {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
.title___qTfpg {
|
||||
padding: 4px 16px;
|
||||
background: #fff;
|
||||
margin-bottom: 12px;
|
||||
margin-top: 30px;
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.content___SZP2J {
|
||||
background: #fff;
|
||||
padding: 30px;
|
||||
min-width: 1000px;
|
||||
}
|
||||
.subTitle___2-Sja {
|
||||
font-size: 16px;
|
||||
font-weight: bold;
|
||||
}
|
||||
.paragraph___2S8vj {
|
||||
font-size: 12px;
|
||||
text-indent: 22.5pt;
|
||||
margin: 10px 0;
|
||||
}
|
||||
.childParagraph___12AoN {
|
||||
font-size: 12px;
|
||||
text-indent: 40pt;
|
||||
margin: 0px;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,173 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-breadcrumb {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb a {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
transition: color 0.3s;
|
||||
}
|
||||
.ant-breadcrumb a:hover {
|
||||
color: #40a9ff;
|
||||
}
|
||||
.ant-breadcrumb > span:last-child {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb > span:last-child a {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
|
||||
display: none;
|
||||
}
|
||||
.ant-breadcrumb-separator {
|
||||
margin: 0 4px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-link > .anticon + a {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-breadcrumb-rtl::before {
|
||||
display: table;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl > span {
|
||||
float: right;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.bg___1U3jH {
|
||||
margin: 0 auto;
|
||||
padding-bottom: 140px;
|
||||
width: 1200px;
|
||||
}
|
||||
.bg___1U3jH a[class='ant-breadcrumb-link'] {
|
||||
font-size: 14px;
|
||||
color: #999999;
|
||||
}
|
||||
.bg___1U3jH span[class='ant-breadcrumb-link'] {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
.main___308Rk {
|
||||
background: #fff;
|
||||
padding: 16px 20px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 36px;
|
||||
text-align: center;
|
||||
}
|
||||
.uploadTop___GrBXw {
|
||||
padding-top: 70px;
|
||||
text-align: center;
|
||||
}
|
||||
.imgWrap___hUxJX {
|
||||
width: 72px;
|
||||
height: 54px;
|
||||
margin: 0 auto;
|
||||
cursor: pointer;
|
||||
}
|
||||
.defaultImg___1gD8_ {
|
||||
width: 64px;
|
||||
height: 48px;
|
||||
}
|
||||
.congrats___3SsWP {
|
||||
line-height: 16px;
|
||||
font-size: 16px;
|
||||
}
|
||||
.tip___1aQLG {
|
||||
margin-top: 10px;
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
.see___31wx2 {
|
||||
margin-right: 10px;
|
||||
text-decoration: none;
|
||||
color: #05101a;
|
||||
}
|
||||
.continue___24Kc9 {
|
||||
text-decoration: none;
|
||||
color: #05101a;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,252 @@
|
||||
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
.ant-modal,
|
||||
.ant-image-preview {
|
||||
pointer-events: none;
|
||||
}
|
||||
.ant-modal.zoom-enter,
|
||||
.ant-modal.zoom-appear,
|
||||
.ant-image-preview.zoom-enter,
|
||||
.ant-image-preview.zoom-appear {
|
||||
-ms-transform: none;
|
||||
transform: none;
|
||||
opacity: 0;
|
||||
animation-duration: 0.3s;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
.ant-modal-mask,
|
||||
.ant-image-preview-mask {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
height: 100%;
|
||||
background-color: rgba(0, 0, 0, 0.45);
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
.ant-modal-mask-hidden,
|
||||
.ant-image-preview-mask-hidden {
|
||||
display: none;
|
||||
}
|
||||
.ant-modal-wrap,
|
||||
.ant-image-preview-wrap {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
outline: 0;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
.ant-breadcrumb {
|
||||
box-sizing: border-box;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
font-variant: tabular-nums;
|
||||
line-height: 1.66667;
|
||||
list-style: none;
|
||||
font-feature-settings: tnum, "tnum";
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb .anticon {
|
||||
font-size: 12px;
|
||||
}
|
||||
.ant-breadcrumb a {
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
transition: color 0.3s;
|
||||
}
|
||||
.ant-breadcrumb a:hover {
|
||||
color: #40a9ff;
|
||||
}
|
||||
.ant-breadcrumb > span:last-child {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb > span:last-child a {
|
||||
color: rgba(0, 0, 0, 0.85);
|
||||
}
|
||||
.ant-breadcrumb > span:last-child .ant-breadcrumb-separator {
|
||||
display: none;
|
||||
}
|
||||
.ant-breadcrumb-separator {
|
||||
margin: 0 4px;
|
||||
color: rgba(0, 0, 0, 0.45);
|
||||
}
|
||||
.ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-link > .anticon + a {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-left: 4px;
|
||||
}
|
||||
.ant-breadcrumb-rtl {
|
||||
direction: rtl;
|
||||
}
|
||||
.ant-breadcrumb-rtl::before {
|
||||
display: table;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: '';
|
||||
}
|
||||
.ant-breadcrumb-rtl > span {
|
||||
float: right;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + span,
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-link > .anticon + a {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
.ant-breadcrumb-rtl .ant-breadcrumb-overlay-link > .anticon {
|
||||
margin-right: 4px;
|
||||
margin-left: 0;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.bg___33gb9 {
|
||||
margin: 0 auto;
|
||||
padding-bottom: 140px;
|
||||
width: 1200px;
|
||||
font-size: 14px;
|
||||
}
|
||||
.bg___33gb9 a[class='ant-breadcrumb-link'] {
|
||||
font-size: 14px;
|
||||
color: #999999;
|
||||
}
|
||||
.bg___33gb9 span[class='ant-breadcrumb-link'] {
|
||||
font-size: 14px;
|
||||
color: rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
.main___2c1GK {
|
||||
background: #fff;
|
||||
padding: 16px 20px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 36px;
|
||||
}
|
||||
.uploadTop___2LP8s {
|
||||
padding-top: 70px;
|
||||
text-align: center;
|
||||
}
|
||||
.imgWrap___1YZrz {
|
||||
width: 72px;
|
||||
height: 54px;
|
||||
margin: 0 auto;
|
||||
cursor: pointer;
|
||||
}
|
||||
.imgWrap___1YZrz:hover img[class^='defaultImg'] {
|
||||
display: none;
|
||||
}
|
||||
.imgWrap___1YZrz:hover img[class^='hoverImg'] {
|
||||
display: inline-block;
|
||||
}
|
||||
.defaultImg___2SiY8 {
|
||||
width: 64px;
|
||||
height: 48px;
|
||||
}
|
||||
.hoverImg___2H19s {
|
||||
display: none;
|
||||
width: 64px;
|
||||
height: 48px;
|
||||
}
|
||||
.uploadTitle___iX_Yi {
|
||||
color: #000000;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.colorBlue___3pbIB {
|
||||
color: #4cacff;
|
||||
}
|
||||
.uploadDescription___2DLGo {
|
||||
padding-top: 10px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 30px;
|
||||
color: #777;
|
||||
text-align: center;
|
||||
}
|
||||
.description___1bCiL {
|
||||
padding-top: 10px;
|
||||
margin-top: 20px;
|
||||
margin-bottom: 30px;
|
||||
color: #777;
|
||||
}
|
||||
.colorOrange___1Bcga {
|
||||
color: #ff954c;
|
||||
}
|
||||
.fileMain___1SOrt {
|
||||
background: #fff;
|
||||
padding: 16px 20px;
|
||||
padding-top: 0px;
|
||||
padding-bottom: 36px;
|
||||
}
|
||||
.fileWrap___SwTG9 {
|
||||
padding: 26px 0;
|
||||
border-bottom: 1px dashed #dcdcdc;
|
||||
}
|
||||
.fileProgress___29GYn {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
}
|
||||
.fileCancel___1RjoT {
|
||||
-ms-flex: 0 0 200px;
|
||||
flex: 0 0 200px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.fileInputWrap___2FSoU {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.fileImgWrap___htENr {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-align: start;
|
||||
align-items: flex-start;
|
||||
margin-top: 15px;
|
||||
}
|
||||
.fileImgWrap___htENr aside {
|
||||
padding-top: 3px;
|
||||
}
|
||||
.fileInput___1_K3Q {
|
||||
width: 480px;
|
||||
}
|
||||
.flexRowCenter___17MT- {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-direction: row;
|
||||
flex-direction: row;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
}
|
||||
.continueAdd___38iNA {
|
||||
height: 28px;
|
||||
padding: 3px 11px;
|
||||
font-size: 14px;
|
||||
color: #fff;
|
||||
background: #1890ff;
|
||||
border-color: #1890ff;
|
||||
text-align: center;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1 @@
|
||||
(window.webpackJsonp=window.webpackJsonp||[]).push([[255],{"8orJ":function(a,e,o){"use strict";o.r(e);var n=o("q1tI"),t=o.n(n),r=o("Y8AM");e.default=function(){return t.a.createElement(r.a,null)}}}]);
|
||||
@ -0,0 +1,125 @@
|
||||
.other-login-panel {
|
||||
width: 1200px;
|
||||
margin: 0 auto;
|
||||
padding: 40px 0;
|
||||
}
|
||||
.other-login-panel h1 {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-flow: row nowrap;
|
||||
flex-flow: row nowrap;
|
||||
width: 100%;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
-ms-flex-pack: justify;
|
||||
justify-content: space-between;
|
||||
font-size: 16px;
|
||||
}
|
||||
.other-login-body {
|
||||
background: #fff;
|
||||
}
|
||||
.other-login-body .desc {
|
||||
margin: 30px 0 80px 0;
|
||||
color: #999999;
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
}
|
||||
.other-login-body .login-container {
|
||||
width: 320px;
|
||||
margin: 0 auto;
|
||||
padding-bottom: 100px;
|
||||
}
|
||||
.other-login-body .mt100 {
|
||||
margin-top: 100px;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
.other-login-body .navs {
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-flow: row nowrap;
|
||||
flex-flow: row nowrap;
|
||||
-ms-flex-align: center;
|
||||
align-items: center;
|
||||
font-size: 20px;
|
||||
text-align: center;
|
||||
border-bottom: 1px solid #eee;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.other-login-body .navs li {
|
||||
-ms-flex: 1 0;
|
||||
flex: 1 0;
|
||||
}
|
||||
.other-login-body .navs li a {
|
||||
height: 86px;
|
||||
display: block;
|
||||
line-height: 86px;
|
||||
color: #999999;
|
||||
}
|
||||
.other-login-body .navs li a.active {
|
||||
color: #459be5;
|
||||
background: #ecf5fc;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
.unlock-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
background-color: #dddddd;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.unlock-bg {
|
||||
background-color: #7ac23c;
|
||||
height: 48px;
|
||||
}
|
||||
.unlock-error-bg {
|
||||
background-color: #ff4d4f;
|
||||
height: 48px;
|
||||
}
|
||||
.error {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.unlock-handler {
|
||||
position: absolute;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
left: 0;
|
||||
z-index: 10;
|
||||
top: 0;
|
||||
cursor: move;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
text-align: center;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-flow: column nowrap;
|
||||
flex-flow: column nowrap;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
border: 1px solid #dddddd;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.unlock-text {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
line-height: 48px;
|
||||
text-align: center;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,58 @@
|
||||
.unlock-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
background-color: #dddddd;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.unlock-bg {
|
||||
background-color: #7ac23c;
|
||||
height: 48px;
|
||||
}
|
||||
.unlock-error-bg {
|
||||
background-color: #ff4d4f;
|
||||
height: 48px;
|
||||
}
|
||||
.error {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.unlock-handler {
|
||||
position: absolute;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
left: 0;
|
||||
z-index: 10;
|
||||
top: 0;
|
||||
cursor: move;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
text-align: center;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-flow: column nowrap;
|
||||
flex-flow: column nowrap;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
border: 1px solid #dddddd;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.unlock-text {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
line-height: 48px;
|
||||
text-align: center;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
@ -0,0 +1,58 @@
|
||||
.unlock-wrapper {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
background-color: #dddddd;
|
||||
border-radius: 4px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.unlock-bg {
|
||||
background-color: #7ac23c;
|
||||
height: 48px;
|
||||
}
|
||||
.unlock-error-bg {
|
||||
background-color: #ff4d4f;
|
||||
height: 48px;
|
||||
}
|
||||
.error {
|
||||
color: #ff4d4f;
|
||||
}
|
||||
.unlock-handler {
|
||||
position: absolute;
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
left: 0;
|
||||
z-index: 10;
|
||||
top: 0;
|
||||
cursor: move;
|
||||
border: 1px solid #ccc;
|
||||
background: #fff;
|
||||
text-align: center;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-ms-flex-flow: column nowrap;
|
||||
flex-flow: column nowrap;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
border: 1px solid #dddddd;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.unlock-text {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
line-height: 48px;
|
||||
text-align: center;
|
||||
-webkit-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
}
|
||||
/* stylelint-disable no-duplicate-selectors */
|
||||
/* stylelint-disable */
|
||||
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
||||
|
||||
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 94 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 1.0 MiB |