You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
653 lines
14 KiB
653 lines
14 KiB
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
/* stylelint-disable no-duplicate-selectors */
|
|
/* stylelint-disable */
|
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
.ant-modal,
|
|
.ant-image-preview {
|
|
pointer-events: none;
|
|
}
|
|
.ant-modal.zoom-enter,
|
|
.ant-modal.zoom-appear,
|
|
.ant-image-preview.zoom-enter,
|
|
.ant-image-preview.zoom-appear {
|
|
-ms-transform: none;
|
|
transform: none;
|
|
opacity: 0;
|
|
animation-duration: 0.3s;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
.ant-modal-mask,
|
|
.ant-image-preview-mask {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
z-index: 1000;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.45);
|
|
filter: alpha(opacity=50);
|
|
}
|
|
.ant-modal-mask-hidden,
|
|
.ant-image-preview-mask-hidden {
|
|
display: none;
|
|
}
|
|
.ant-modal-wrap,
|
|
.ant-image-preview-wrap {
|
|
position: fixed;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
overflow: auto;
|
|
outline: 0;
|
|
-webkit-overflow-scrolling: touch;
|
|
}
|
|
.ant-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 */
|
|
|