dev_local_v8_beifangminzu
helinfeng 3 years ago
parent b7a9149ab0
commit c2aee3eae0

File diff suppressed because one or more lines are too long

@ -46,7 +46,7 @@ button::-moz-focus-inner,
[type='submit']::-moz-focus-inner {border-style: none;}
fieldset {border: 0;}
legend {color: inherit;}
mark {background-color: #feffe6;}
mark {background-color: color(~`colorPalette("@{modal-close-color}", 2)`);}
::selection {color: #fff;background: @primary-color;}
.anticon {color: inherit;}
.fade-enter, .fade-appear {animation-fill-mode: both;}
@ -727,42 +727,42 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte
.ant-form-item-has-success.ant-form-item-has-feedback .ant-form-item-children-icon {color: @success-color;}
.ant-form-item-has-warning .ant-form-item-explain, .ant-form-item-has-warning .ant-form-item-split {color: @warning-color;}
.ant-form-item-has-warning .ant-input, .ant-form-item-has-warning .ant-input-affix-wrapper, .ant-form-item-has-warning .ant-input:hover, .ant-form-item-has-warning .ant-input-affix-wrapper:hover {border-color: @warning-color;}
.ant-form-item-has-warning .ant-input:focus, .ant-form-item-has-warning .ant-input-affix-wrapper:focus, .ant-form-item-has-warning .ant-input-focused, .ant-form-item-has-warning .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(126, 40, 115, 0.2);}
.ant-form-item-has-warning .ant-input:focus, .ant-form-item-has-warning .ant-input-affix-wrapper:focus, .ant-form-item-has-warning .ant-input-focused, .ant-form-item-has-warning .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(135, 255, 206, 0.2);}
.ant-form-item-has-warning .ant-input:not(.ant-form-item-has-warning .ant-input-disabled) {background-color: #fff;}
.ant-form-item-has-warning .ant-input-affix-wrapper:not(.ant-form-item-has-warning .ant-input-affix-wrapper-disabled) {background-color: #fff;}
.ant-form-item-has-warning .ant-input-affix-wrapper input:focus {box-shadow: none !important;}
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(126, 40, 115, 0.2);}
.ant-form-item-has-warning .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(135, 255, 206, 0.2);}
.ant-form-item-has-warning .ant-input-prefix {color: @warning-color;}
.ant-form-item-has-warning .ant-input-group-addon {color: @warning-color;border-color: @warning-color;}
.ant-form-item-has-warning .has-feedback {color: @warning-color;}
.ant-form-item-has-warning.ant-form-item-has-feedback .ant-form-item-children-icon {color: @warning-color;}
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless) .ant-select-selector {border-color: @warning-color !important;}
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(126, 40, 115, 0.2);}
.ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-warning .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(135, 255, 206, 0.2);}
.ant-form-item-has-warning .ant-input-number, .ant-form-item-has-warning .ant-picker {border-color: @warning-color;}
.ant-form-item-has-warning .ant-input-number-focused, .ant-form-item-has-warning .ant-picker-focused, .ant-form-item-has-warning .ant-input-number:focus, .ant-form-item-has-warning .ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(126, 40, 115, 0.2);}
.ant-form-item-has-warning .ant-input-number-focused, .ant-form-item-has-warning .ant-picker-focused, .ant-form-item-has-warning .ant-input-number:focus, .ant-form-item-has-warning .ant-picker:focus {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(135, 255, 206, 0.2);}
.ant-form-item-has-warning .ant-input-number:not([disabled]):hover, .ant-form-item-has-warning .ant-picker:not([disabled]):hover {border-color: @warning-color;}
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(126, 40, 115, 0.2);}
.ant-form-item-has-warning .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{warning-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(135, 255, 206, 0.2);}
.ant-form-item-has-error .ant-form-item-explain, .ant-form-item-has-error .ant-form-item-split {color: @error-color;}
.ant-form-item-has-error .ant-input, .ant-form-item-has-error .ant-input-affix-wrapper, .ant-form-item-has-error .ant-input:hover, .ant-form-item-has-error .ant-input-affix-wrapper:hover {border-color: @error-color;}
.ant-form-item-has-error .ant-input:focus, .ant-form-item-has-error .ant-input-affix-wrapper:focus, .ant-form-item-has-error .ant-input-focused, .ant-form-item-has-error .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(202, 138, 9, 0.2);}
.ant-form-item-has-error .ant-input:focus, .ant-form-item-has-error .ant-input-affix-wrapper:focus, .ant-form-item-has-error .ant-input-focused, .ant-form-item-has-error .ant-input-affix-wrapper-focused {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(111, 131, 6, 0.2);}
.ant-form-item-has-error .ant-input:not(.ant-form-item-has-error .ant-input-disabled) {background-color: #fff;}
.ant-form-item-has-error .ant-input-affix-wrapper:not(.ant-form-item-has-error .ant-input-affix-wrapper-disabled) {background-color: #fff;}
.ant-form-item-has-error .ant-input-affix-wrapper input:focus {box-shadow: none !important;}
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(202, 138, 9, 0.2);}
.ant-form-item-has-error .ant-calendar-picker-open .ant-calendar-picker-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(111, 131, 6, 0.2);}
.ant-form-item-has-error .ant-input-prefix {color: @error-color;}
.ant-form-item-has-error .ant-input-group-addon {color: @error-color;border-color: @error-color;}
.ant-form-item-has-error .has-feedback {color: @error-color;}
.ant-form-item-has-error.ant-form-item-has-feedback .ant-form-item-children-icon {color: @error-color;}
.ant-form-item-has-error .ant-select:not(.ant-select-borderless) .ant-select-selector {border-color: @error-color !important;}
.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(202, 138, 9, 0.2);}
.ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-open .ant-select-selector, .ant-form-item-has-error .ant-select:not(.ant-select-borderless).ant-select-focused .ant-select-selector {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(111, 131, 6, 0.2);}
.ant-form-item-has-error .ant-input-group-addon .ant-select.ant-select-single:not(.ant-select-customize-input) .ant-select-selector {border: 0;}
.ant-form-item-has-error .ant-select.ant-select-auto-complete .ant-input:focus {border-color: @error-color;}
.ant-form-item-has-error .ant-input-number, .ant-form-item-has-error .ant-picker {border-color: @error-color;}
.ant-form-item-has-error .ant-input-number-focused, .ant-form-item-has-error .ant-picker-focused, .ant-form-item-has-error .ant-input-number:focus, .ant-form-item-has-error .ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(202, 138, 9, 0.2);}
.ant-form-item-has-error .ant-input-number-focused, .ant-form-item-has-error .ant-picker-focused, .ant-form-item-has-error .ant-input-number:focus, .ant-form-item-has-error .ant-picker:focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(111, 131, 6, 0.2);}
.ant-form-item-has-error .ant-input-number:not([disabled]):hover, .ant-form-item-has-error .ant-picker:not([disabled]):hover {border-color: @error-color;}
.ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):hover {border-color: @error-color;}
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(202, 138, 9, 0.2);}
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(202, 138, 9, 0.2);}
.ant-form-item-has-error .ant-mention-wrapper.ant-mention-active:not([disabled]) .ant-mention-editor, .ant-form-item-has-error .ant-mention-wrapper .ant-mention-editor:not([disabled]):focus {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(111, 131, 6, 0.2);}
.ant-form-item-has-error .ant-cascader-picker:focus .ant-cascader-input {border-color: color(~`colorPalette("@{error-color}", 5)`);border-right-width: 1px !important;box-shadow: 0 0 0 2px rgba(111, 131, 6, 0.2);}
.ant-form-item-has-error .ant-transfer-list {border-color: @error-color;}
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]) {border-color: @border-color-base;}
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {border-color: color(~`colorPalette("@{primary-color}", 5)`);border-right-width: 1px !important;}
@ -1465,11 +1465,11 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.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: color(~`colorPalette("@{modal-mask-bg}", 1)`);border-color: #ffd591;}
.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 {color: #fadb14;background: color(~`colorPalette("@{modal-close-color}", 2)`);border-color: #fffb8f;}
.ant-tag-yellow-inverse {color: #fff;background: #fadb14;border-color: #fadb14;}
.ant-tag-gold {color: #faad14;background: color(~`colorPalette("@{error-color}", 1)`);border-color: #ffe58f;}
.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;}
@ -1481,12 +1481,12 @@ tr.ant-table-expanded-row:hover > td {background: #fbfbfb;}
.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 {color: #722ed1;background: color(~`colorPalette("@{success-color}", 1)`);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: color(~`colorPalette("@{modal-mask-bg}", 1)`);border-color: #ffd591;}
.ant-tag-warning {color: #fa8c16;background: #fff7e6;border-color: #ffd591;}
.ant-timeline {color: @text-color;}
.ant-timeline-item-tail {border-left: 2px solid #f0f0f0;}
.ant-timeline-item-pending .ant-timeline-item-head {background-color: transparent;}

@ -126,7 +126,7 @@
</script> -->
<script src="/react/build/antdesign.327d013c.async.js"></script>
<script src="/react/build/vendors.93ba173a.async.js"></script>
<script src="/react/build/umi.28eec799.js"></script>
<script src="/react/build/vendors.53aa425d.async.js"></script>
<script src="/react/build/umi.93b8ae07.js"></script>
</body>
</html>

@ -0,0 +1,130 @@
.wrp___z2l1F {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 108;
}
.wrp___z2l1F.bgBlack___3ezfX {
background: rgba(0, 0, 0, 0.5);
}
.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;
background: white;
}
.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: flex;
}
.close___3q-z4 > span {
background: #4a4a4a;
color: #fff;
width: 40px;
height: 40px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 10px;
}
.embed___3dQqc {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.my-monaco-editor div,
.my-diff-editor div {
font-size: unset;
}
.my-error-line-wrp {
width: calc(100% - 20px) !important;
background: rgba(245, 0, 0, 0.2) !important;
height: auto !important;
color: rgba(245, 0, 0, 1);
}
.noCopyPaste .quick-input-widget {
display: none !important;
}
.breakpoints {
background: #FF0000;
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.breakpoints-fake {
background: rgba(255, 0, 0, 0.5);
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.highlighted-line {
background: #4B4B18;
}
.button___1wy9m {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.3);
display: none;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

@ -0,0 +1,352 @@
.flex_box_center___HdpHj {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___RKhVH {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2XaUm {
align-items: center;
box-align: center;
}
.flex_box_center_end___22uoS {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___26Mlj {
flex-direction: column;
box-orient: block-axis;
}
.wrp___2hUhT {
background: #fff;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04);
padding-top: 10px;
}
.itemTitleWrp___3-bSU {
display: box;
display: flex;
}
.itemTitleWrp___3-bSU [class='ant-checkbox-inner'] {
top: 4px;
}
.itemTitle___7UWkS {
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
overflow: hidden;
flex: 1 1;
white-space: normal;
text-align: left;
text-align: initial;
}
.search___1WVsU {
position: absolute;
right: 15px;
top: 60px;
z-index: 2;
}
.simple-table___2ZPu1 {
width: 100%;
border: 0;
overflow: hidden;
table-layout: fixed;
}
.simple-table___2ZPu1 th {
color: #676767;
text-align: center;
background: #eaeaea;
}
.simple-table___2ZPu1 th:first-child {
width: 200px;
}
.simple-table___2ZPu1 td {
text-overflow: ellipsis;
overflow: hidden;
text-align: center;
}
.simple-table___2ZPu1 td:first-child {
width: 200px;
}
.table___3OQ8l * {
font-size: 12px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wrp___z2l1F {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 108;
}
.wrp___z2l1F.bgBlack___3ezfX {
background: rgba(0, 0, 0, 0.5);
}
.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;
background: white;
}
.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: flex;
}
.close___3q-z4 > span {
background: #4a4a4a;
color: #fff;
width: 40px;
height: 40px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 10px;
}
.embed___3dQqc {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.my-monaco-editor div,
.my-diff-editor div {
font-size: unset;
}
.my-error-line-wrp {
width: calc(100% - 20px) !important;
background: rgba(245, 0, 0, 0.2) !important;
height: auto !important;
color: rgba(245, 0, 0, 1);
}
.noCopyPaste .quick-input-widget {
display: none !important;
}
.breakpoints {
background: #FF0000;
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.breakpoints-fake {
background: rgba(255, 0, 0, 0.5);
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.highlighted-line {
background: #4B4B18;
}
.flex_box_center___1l5Hq {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___W7XcT {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___mz3WW {
align-items: center;
box-align: center;
}
.flex_box_center_end___1TLDy {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___1EW_L {
flex-direction: column;
box-orient: block-axis;
}
.bg___1aLe1 {
background: white;
}
.containerTitle___hKSbn {
height: 88px;
line-height: 88px;
font-size: 18px;
padding: 0 30px;
color: #333;
border-bottom: 1px solid #eee;
display: box;
display: flex;
align-items: center;
box-align: center;
}
.containerTitle___hKSbn div:nth-child(1) {
flex: 1 1;
}
.containerDesc___18pCj {
background-color: #fff;
padding: 24px 30px;
display: box;
display: flex;
}
.containerDesc___18pCj > div:nth-child(1) {
flex: 1 1;
}
.listItem___3qIHc {
padding: 15px 30px 15px 30px;
display: box;
display: flex;
background: white;
margin-top: 20px;
}
.listItem___3qIHc [class~='ant-checkbox-wrapper'] {
position: relative;
top: 11px;
}
.listItem___3qIHc > div {
flex: 1 1;
}
.listItem___3qIHc:hover {
box-shadow: 0 0 10px #ccc;
}
.info___Cypx2 {
margin-left: 20px;
}
.info___Cypx2 p {
margin-top: 18px;
}
.title___10uTg {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.title___10uTg strong {
color: #333;
}
.titleLeft___245bS {
flex: 1 1;
}
.titleRight___1Dp_k {
margin-top: 18px;
}
.titleRight___1Dp_k a {
margin-right: 20px;
font-weight: bold;
}
.acitons___34Ic0 {
height: 70px;
background: white;
display: box;
display: flex;
align-items: center;
box-align: center;
padding: 0 30px;
margin-top: 20px;
}
.acitons___34Ic0 > div:nth-child(1) {
flex: 1 1;
}
.acitons___34Ic0 > div:nth-child(2) {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.acitons___34Ic0 > div:nth-child(2) p {
cursor: pointer;
color: #999;
}
.acitons___34Ic0 > div:nth-child(2) p:hover {
color: #333;
}
.menu___25Ref {
background-color: #fff;
box-shadow: -2px 2px 7px -4px #444;
padding: 10px;
max-height: 400px;
width: 240px;
overflow: auto;
}
.menu___25Ref p {
padding: 5px;
margin: 0;
cursor: pointer;
}
.menu___25Ref p:hover {
background-color: #f5f5f5;
}
.spanSize___1MWCj {
font-size: 16px;
font-weight: 400;
color: #0152d9;
cursor: pointer;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,94 @@
.my-monaco-editor div,
.my-diff-editor div {
font-size: unset;
}
.my-error-line-wrp {
width: calc(100% - 20px) !important;
background: rgba(245, 0, 0, 0.2) !important;
height: auto !important;
color: rgba(245, 0, 0, 1);
}
.noCopyPaste .quick-input-widget {
display: none !important;
}
.breakpoints {
background: #FF0000;
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.breakpoints-fake {
background: rgba(255, 0, 0, 0.5);
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.highlighted-line {
background: #4B4B18;
}
.flex_box_center___1we8_ {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___1_NSA {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___ItdQS {
align-items: center;
box-align: center;
}
.flex_box_center_end___3l243 {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___K7czc {
flex-direction: column;
box-orient: block-axis;
}
.title___2gdTn {
display: flex;
align-items: center;
}
.shixunTitle___2Z0QR [class~='fa'] {
width: 22px;
height: 22px;
border-radius: 22px;
color: white;
text-align: center;
line-height: 22px;
background: #0152d9;
margin-right: 20px;
}
.shixunWrp___1Jn2x [class~='my-diff-editor'] {
border: 1px solid #ccc;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,781 @@
.flex_box_center___uTq5a {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___LTVj- {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___1L3z- {
align-items: center;
box-align: center;
}
.flex_box_center_end___3ghBL {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___2bU1n {
flex-direction: column;
box-orient: block-axis;
}
.bg___2iXhR {
background: white;
min-height: 1000px;
}
.bg___2iXhR > div {
position: relative;
}
.title___2PlPP {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.title___2PlPP strong {
color: #333;
}
.questionIcons___3jZbU [class~='ant-anchor-link'] {
display: inline;
}
.questionIcons___3jZbU [class~='ant-anchor-wrapper'] {
margin: 0;
overflow: hidden;
}
.questionIcons___3jZbU span,
.questionIcons___3jZbU a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
background: #fb3226;
display: inline-block;
margin-right: 8px;
margin-bottom: 20px;
border-radius: 40px;
font-weight: bold;
cursor: pointer;
}
.questionIcons___3jZbU span:hover,
.questionIcons___3jZbU a:hover {
background-color: #ec7d72;
}
.questionIcons___3jZbU span:nth-child(5n),
.questionIcons___3jZbU a:nth-child(5n) {
margin-right: 25px;
}
.questionIcons___3jZbU .green___1msyJ {
background-color: #2abd8c;
}
.questionIcons___3jZbU .green___1msyJ:hover {
background-color: #88d19e;
}
.questionIcons___3jZbU .orange___1uebJ {
background-color: #fd8001;
}
.questionIcons___3jZbU .orange___1uebJ:hover {
background-color: #fb9f42;
}
.greenTip___1th4S {
color: #2abd8c;
margin-left: 15px;
}
.greenTip___1th4S:before {
content: '';
width: 12px;
height: 12px;
background: #2abd8c;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.redTip___18tx7 {
color: #fb3226;
margin-left: 15px;
}
.redTip___18tx7:before {
content: '';
width: 12px;
height: 12px;
background: #fb3226;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.orangeTip___2T44_ {
color: #fd8001;
margin-left: 15px;
}
.orangeTip___2T44_:before {
content: '';
width: 12px;
height: 12px;
background: #fd8001;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.flexRow___14mZI {
display: flex;
}
.simpleWrap___325ES {
background: #ffffff;
border-radius: 2px;
border: 1px solid #f9f9f9;
font-weight: 300;
padding: 12px 12px;
}
.divider___33qYV {
width: auto;
min-width: auto;
}
.modal___B_owv [class~='ant-btn'] {
display: none;
}
.programTitle___1CfOY [class~='markdown-body'] {
overflow: visible;
overflow: initial;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wrp___z2l1F {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 108;
}
.wrp___z2l1F.bgBlack___3ezfX {
background: rgba(0, 0, 0, 0.5);
}
.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;
background: white;
}
.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: flex;
}
.close___3q-z4 > span {
background: #4a4a4a;
color: #fff;
width: 40px;
height: 40px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 10px;
}
.embed___3dQqc {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.my-monaco-editor div,
.my-diff-editor div {
font-size: unset;
}
.my-error-line-wrp {
width: calc(100% - 20px) !important;
background: rgba(245, 0, 0, 0.2) !important;
height: auto !important;
color: rgba(245, 0, 0, 1);
}
.noCopyPaste .quick-input-widget {
display: none !important;
}
.breakpoints {
background: #FF0000;
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.breakpoints-fake {
background: rgba(255, 0, 0, 0.5);
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.highlighted-line {
background: #4B4B18;
}
.button___1wy9m {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.3);
display: none;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___xqm06 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___3Nv20 {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2FGP4 {
align-items: center;
box-align: center;
}
.flex_box_center_end___387aA {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___3bH33 {
flex-direction: column;
box-orient: block-axis;
}
.shixunWrp___33Rqe {
border: 1px solid #eee;
margin-top: 20px;
}
.shixunWrp___33Rqe h2 {
font-size: 14px;
font-weight: normal;
padding: 6px 20px;
border-bottom: 1px solid #eee;
}
.shixunWrp___33Rqe h2 .s___vCKh9 {
float: right;
color: #007aff;
display: flex;
align-items: center;
cursor: pointer;
}
.shixunWrp___33Rqe h2 .s___vCKh9 i {
margin-right: 6px;
}
.fillComment___1WoJe {
margin-top: 10px;
display: flex;
flex-direction: row;
}
.fillComment___1WoJe img {
width: 38px;
height: 38px;
border-radius: 50%;
display: block;
}
.commentContent___Mjxd1 {
flex: 1 1;
margin-left: 10px;
}
.commentText___2J3jh {
font-size: 14px;
background: #fafafa;
font-weight: 500;
border-radius: 2px;
width: 100%;
padding: 16px 16px;
color: #666666;
}
.simpleWrap___1avIc {
background: #ffffff;
border-radius: 2px;
border: 1px solid #f9f9f9;
font-weight: 300;
padding: 12px 12px;
}
.fillBg___3dLKw {
background: #fafafa;
padding: 10px 17px;
margin-top: 5px;
}
.simpleBg___1k27e {
background: #fafafa;
padding: 10px 17px;
margin-top: 5px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___3ePce {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___kudFn {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2q7vR {
align-items: center;
box-align: center;
}
.flex_box_center_end___148Sb {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___F25pb {
flex-direction: column;
box-orient: block-axis;
}
.bg___28cHV {
background: white;
border-radius: 6px;
}
.circularBlue___jIYhi,
.circularRed___11EBA,
.circularOrange___3vass,
.circularGreen___2FZOw,
.circularGrey___1miQR {
display: inline-block;
width: 8px;
height: 8px;
margin-right: 6px;
border-radius: 8px;
}
.circularBlue___jIYhi {
background: #0152d9;
}
.circularRed___11EBA {
background: #ee4a1f;
}
.circularOrange___3vass {
background: #ff6800;
}
.circularGreen___2FZOw {
background: #028d01;
}
.circularGrey___1miQR {
background: #9b9b9b;
}
.title___26wjq {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.title___26wjq strong {
color: #333;
}
.questionIcons___QVCrf [class~='ant-anchor-link'] {
display: inline;
}
.questionIcons___QVCrf [class~='ant-anchor-wrapper'] {
margin: 0;
overflow: hidden;
}
.questionIcons___QVCrf span,
.questionIcons___QVCrf a {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #0152d9;
background: #deefff;
display: inline-block;
margin-right: 9px;
margin-bottom: 6px;
border-radius: 4px;
font-weight: bold;
cursor: pointer;
}
.questionIcons___QVCrf span:hover,
.questionIcons___QVCrf a:hover {
background-color: #cae5ff;
}
.questionIcons___QVCrf .grey___2G7cN {
color: #666;
background-color: #e4e4e4;
}
.questionIcons___QVCrf .grey___2G7cN:hover {
background-color: #d6d6d6;
}
.questionIcons___QVCrf .green___2giUk {
color: #028d01;
background-color: #e0f4e4;
}
.questionIcons___QVCrf .green___2giUk:hover {
background-color: #c5e9cc;
}
.questionIcons___QVCrf .blue___ilI2M {
color: #0152d9;
background-color: #deefff;
}
.questionIcons___QVCrf .blue___ilI2M:hover {
background-color: #cae5ff;
}
.questionIcons___QVCrf .orange___18xMh {
color: #ff6800;
background-color: #ffe9c9;
}
.questionIcons___QVCrf .orange___18xMh:hover {
background-color: #fddfb1;
}
.questionIcons___QVCrf .red___k052H {
color: #fb3226;
background-color: #ffd5d0;
}
.questionIcons___QVCrf .red___k052H:hover {
background-color: #ffbdb6;
}
.greenTip___3Uhcb {
color: #2abd8c;
margin-left: 15px;
}
.greenTip___3Uhcb:before {
content: '';
width: 12px;
height: 12px;
background: #2abd8c;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.redTip___Co_D9 {
color: #fb3226;
margin-left: 15px;
}
.redTip___Co_D9:before {
content: '';
width: 12px;
height: 12px;
background: #fb3226;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.cccTip___2JK_0 {
color: #cccccc;
margin-left: 15px;
}
.cccTip___2JK_0:before {
content: '';
width: 12px;
height: 12px;
background: #cccccc;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.orangeTip___1AIXz {
color: #fd8001;
margin-left: 15px;
}
.orangeTip___1AIXz:before {
content: '';
width: 12px;
height: 12px;
background: #fd8001;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.flexRow___1V1Cl {
display: flex;
}
.simpleWrap___2cXGy {
background: #ffffff;
border-radius: 2px;
border: 1px solid #f9f9f9;
font-weight: 300;
padding: 12px 12px;
}
.userPhoto___3u-Jn {
font-size: 0;
vertical-align: top;
margin: 20px 0 0 0;
padding: 0;
}
.userPhoto___3u-Jn li {
width: 100px;
margin-right: 10px;
display: inline-block;
font-size: 12px;
color: #999;
position: relative;
}
.userPhoto___3u-Jn li [class~='icon-fangda2'] {
position: absolute;
right: 5px;
top: 5px;
z-index: 1;
cursor: pointer;
}
.userPhoto___3u-Jn li img {
width: 100px;
height: 70px;
margin-bottom: 5px;
}
.CCCIcons___3Ln3B [class~='ant-anchor-link'] {
display: inline;
}
.CCCIcons___3Ln3B [class~='ant-anchor-wrapper'] {
margin: 0;
overflow: hidden;
}
.CCCIcons___3Ln3B span,
.CCCIcons___3Ln3B a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
background: #cccccc;
display: inline-block;
margin-right: 8px;
margin-bottom: 20px;
border-radius: 40px;
font-weight: bold;
cursor: pointer;
}
.CCCIcons___3Ln3B span:hover,
.CCCIcons___3Ln3B a:hover {
background-color: #dedede;
}
.CCCIcons___3Ln3B span:nth-child(5n),
.CCCIcons___3Ln3B a:nth-child(5n) {
margin-right: 25px;
}
.CCCIcons___3Ln3B .green___2giUk {
background-color: #2abd8c;
}
.CCCIcons___3Ln3B .green___2giUk:hover {
background-color: #88d19e;
}
.CCCIcons___3Ln3B .orange___18xMh {
background-color: #fd8001;
}
.CCCIcons___3Ln3B .orange___18xMh:hover {
background-color: #fb9f42;
}
.buttonFixed___1XM5C {
position: fixed;
z-index: 1000;
bottom: 0;
left: 0;
width: 100%;
height: 63px;
background: #e7f3ff;
box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.05);
align-items: center;
}
.typeTitle___3R9ju {
height: 46px;
margin: 14px 14px 0 14px;
padding-left: 30px;
padding-right: 30px;
background: #f5f7fd;
}
.answerResult___26O14 {
background: #fafafa;
border-radius: 4px;
}
.questionsInfo___2vxH1 {
padding-top: 40px;
padding-bottom: 10px;
line-height: 2;
width: 120px;
background: #f1f8ff;
border-radius: 2px;
text-align: center;
}
.questionsInfo___2vxH1 img {
width: 140px;
position: absolute;
top: 0;
left: -10px;
}
.leftBar___3d8QX [class~='ant-affix'] {
height: 100% !important;
padding-bottom: 80px;
overflow: auto;
}
.greenBg____iB7N {
background: #ecfff8;
}
.blueBg___3qJqj {
background: #f1f8ff;
}
.redBg___ezJBz {
background: #fff5f4;
}
.orangeBg___2DJpY {
background: #fff8f4;
}
.greyBg___18w2w {
background: #f5f4f4;
}
.commentText___ckWGZ {
font-size: 14px;
background: #fafafa;
font-weight: 500;
border-radius: 2px;
width: 100%;
padding: 16px 16px;
color: #666666;
}
.full___1abk2 {
height: 36px;
border: 1px solid #cccccc;
border-bottom-width: 0px;
color: #007aff;
display: flex;
justify-content: flex-end;
align-items: center;
}
.full___1abk2 > span {
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.full___1abk2 > span span {
margin: 0 9px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wrap___1AALq {
position: relative;
font-size: 14px;
}
.wrap___1AALq [class~='ant-table-footer'] {
background-color: #fff;
padding: 0px;
}
.img___20GEO {
position: absolute;
height: 100px;
width: 140px;
top: 2px;
left: 2px;
}
.table___26NT5 a {
color: rgba(0, 0, 0, 0.85);
}
.totalScore___1t1Bx {
margin-right: 142px;
padding: 12px 8px;
border-right: 1px solid #f0f0f0;
border-left: 1px solid #f0f0f0;
}
.people___BMR7K {
padding: 12px 8px;
border-right: 1px solid #f0f0f0;
}
.glassSeal___2woZ- {
position: absolute;
font-size: 16px;
left: -480px;
top: 520px;
width: 1000px;
transform: rotate(-90deg);
border-bottom: 2px dashed #fb3226;
}
.glassSeal___2woZ- > span {
padding-right: 50px;
padding-left: 10px;
}
.glassSeal___2woZ- > span:nth-child(1) {
margin-left: 100px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,687 @@
.flex_box_center___3ePce {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___kudFn {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2q7vR {
align-items: center;
box-align: center;
}
.flex_box_center_end___148Sb {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___F25pb {
flex-direction: column;
box-orient: block-axis;
}
.bg___28cHV {
background: white;
border-radius: 6px;
}
.circularBlue___jIYhi,
.circularRed___11EBA,
.circularOrange___3vass,
.circularGreen___2FZOw,
.circularGrey___1miQR {
display: inline-block;
width: 8px;
height: 8px;
margin-right: 6px;
border-radius: 8px;
}
.circularBlue___jIYhi {
background: #0152d9;
}
.circularRed___11EBA {
background: #ee4a1f;
}
.circularOrange___3vass {
background: #ff6800;
}
.circularGreen___2FZOw {
background: #028d01;
}
.circularGrey___1miQR {
background: #9b9b9b;
}
.title___26wjq {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.title___26wjq strong {
color: #333;
}
.questionIcons___QVCrf [class~='ant-anchor-link'] {
display: inline;
}
.questionIcons___QVCrf [class~='ant-anchor-wrapper'] {
margin: 0;
overflow: hidden;
}
.questionIcons___QVCrf span,
.questionIcons___QVCrf a {
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #0152d9;
background: #deefff;
display: inline-block;
margin-right: 9px;
margin-bottom: 6px;
border-radius: 4px;
font-weight: bold;
cursor: pointer;
}
.questionIcons___QVCrf span:hover,
.questionIcons___QVCrf a:hover {
background-color: #cae5ff;
}
.questionIcons___QVCrf .grey___2G7cN {
color: #666;
background-color: #e4e4e4;
}
.questionIcons___QVCrf .grey___2G7cN:hover {
background-color: #d6d6d6;
}
.questionIcons___QVCrf .green___2giUk {
color: #028d01;
background-color: #e0f4e4;
}
.questionIcons___QVCrf .green___2giUk:hover {
background-color: #c5e9cc;
}
.questionIcons___QVCrf .blue___ilI2M {
color: #0152d9;
background-color: #deefff;
}
.questionIcons___QVCrf .blue___ilI2M:hover {
background-color: #cae5ff;
}
.questionIcons___QVCrf .orange___18xMh {
color: #ff6800;
background-color: #ffe9c9;
}
.questionIcons___QVCrf .orange___18xMh:hover {
background-color: #fddfb1;
}
.questionIcons___QVCrf .red___k052H {
color: #fb3226;
background-color: #ffd5d0;
}
.questionIcons___QVCrf .red___k052H:hover {
background-color: #ffbdb6;
}
.greenTip___3Uhcb {
color: #2abd8c;
margin-left: 15px;
}
.greenTip___3Uhcb:before {
content: '';
width: 12px;
height: 12px;
background: #2abd8c;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.redTip___Co_D9 {
color: #fb3226;
margin-left: 15px;
}
.redTip___Co_D9:before {
content: '';
width: 12px;
height: 12px;
background: #fb3226;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.cccTip___2JK_0 {
color: #cccccc;
margin-left: 15px;
}
.cccTip___2JK_0:before {
content: '';
width: 12px;
height: 12px;
background: #cccccc;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.orangeTip___1AIXz {
color: #fd8001;
margin-left: 15px;
}
.orangeTip___1AIXz:before {
content: '';
width: 12px;
height: 12px;
background: #fd8001;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.flexRow___1V1Cl {
display: flex;
}
.simpleWrap___2cXGy {
background: #ffffff;
border-radius: 2px;
border: 1px solid #f9f9f9;
font-weight: 300;
padding: 12px 12px;
}
.userPhoto___3u-Jn {
font-size: 0;
vertical-align: top;
margin: 20px 0 0 0;
padding: 0;
}
.userPhoto___3u-Jn li {
width: 100px;
margin-right: 10px;
display: inline-block;
font-size: 12px;
color: #999;
position: relative;
}
.userPhoto___3u-Jn li [class~='icon-fangda2'] {
position: absolute;
right: 5px;
top: 5px;
z-index: 1;
cursor: pointer;
}
.userPhoto___3u-Jn li img {
width: 100px;
height: 70px;
margin-bottom: 5px;
}
.CCCIcons___3Ln3B [class~='ant-anchor-link'] {
display: inline;
}
.CCCIcons___3Ln3B [class~='ant-anchor-wrapper'] {
margin: 0;
overflow: hidden;
}
.CCCIcons___3Ln3B span,
.CCCIcons___3Ln3B a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
background: #cccccc;
display: inline-block;
margin-right: 8px;
margin-bottom: 20px;
border-radius: 40px;
font-weight: bold;
cursor: pointer;
}
.CCCIcons___3Ln3B span:hover,
.CCCIcons___3Ln3B a:hover {
background-color: #dedede;
}
.CCCIcons___3Ln3B span:nth-child(5n),
.CCCIcons___3Ln3B a:nth-child(5n) {
margin-right: 25px;
}
.CCCIcons___3Ln3B .green___2giUk {
background-color: #2abd8c;
}
.CCCIcons___3Ln3B .green___2giUk:hover {
background-color: #88d19e;
}
.CCCIcons___3Ln3B .orange___18xMh {
background-color: #fd8001;
}
.CCCIcons___3Ln3B .orange___18xMh:hover {
background-color: #fb9f42;
}
.buttonFixed___1XM5C {
position: fixed;
z-index: 1000;
bottom: 0;
left: 0;
width: 100%;
height: 63px;
background: #e7f3ff;
box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.05);
align-items: center;
}
.typeTitle___3R9ju {
height: 46px;
margin: 14px 14px 0 14px;
padding-left: 30px;
padding-right: 30px;
background: #f5f7fd;
}
.answerResult___26O14 {
background: #fafafa;
border-radius: 4px;
}
.questionsInfo___2vxH1 {
padding-top: 40px;
padding-bottom: 10px;
line-height: 2;
width: 120px;
background: #f1f8ff;
border-radius: 2px;
text-align: center;
}
.questionsInfo___2vxH1 img {
width: 140px;
position: absolute;
top: 0;
left: -10px;
}
.leftBar___3d8QX [class~='ant-affix'] {
height: 100% !important;
padding-bottom: 80px;
overflow: auto;
}
.greenBg____iB7N {
background: #ecfff8;
}
.blueBg___3qJqj {
background: #f1f8ff;
}
.redBg___ezJBz {
background: #fff5f4;
}
.orangeBg___2DJpY {
background: #fff8f4;
}
.greyBg___18w2w {
background: #f5f4f4;
}
.commentText___ckWGZ {
font-size: 14px;
background: #fafafa;
font-weight: 500;
border-radius: 2px;
width: 100%;
padding: 16px 16px;
color: #666666;
}
.full___1abk2 {
height: 36px;
border: 1px solid #cccccc;
border-bottom-width: 0px;
color: #007aff;
display: flex;
justify-content: flex-end;
align-items: center;
}
.full___1abk2 > span {
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.full___1abk2 > span span {
margin: 0 9px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wrp___z2l1F {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 108;
}
.wrp___z2l1F.bgBlack___3ezfX {
background: rgba(0, 0, 0, 0.5);
}
.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;
background: white;
}
.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: flex;
}
.close___3q-z4 > span {
background: #4a4a4a;
color: #fff;
width: 40px;
height: 40px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 10px;
}
.embed___3dQqc {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.my-monaco-editor div,
.my-diff-editor div {
font-size: unset;
}
.my-error-line-wrp {
width: calc(100% - 20px) !important;
background: rgba(245, 0, 0, 0.2) !important;
height: auto !important;
color: rgba(245, 0, 0, 1);
}
.noCopyPaste .quick-input-widget {
display: none !important;
}
.breakpoints {
background: #FF0000;
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.breakpoints-fake {
background: rgba(255, 0, 0, 0.5);
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.highlighted-line {
background: #4B4B18;
}
.button___1wy9m {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.3);
display: none;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___xqm06 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___3Nv20 {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2FGP4 {
align-items: center;
box-align: center;
}
.flex_box_center_end___387aA {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___3bH33 {
flex-direction: column;
box-orient: block-axis;
}
.shixunWrp___33Rqe {
border: 1px solid #eee;
margin-top: 20px;
}
.shixunWrp___33Rqe h2 {
font-size: 14px;
font-weight: normal;
padding: 6px 20px;
border-bottom: 1px solid #eee;
}
.shixunWrp___33Rqe h2 .s___vCKh9 {
float: right;
color: #007aff;
display: flex;
align-items: center;
cursor: pointer;
}
.shixunWrp___33Rqe h2 .s___vCKh9 i {
margin-right: 6px;
}
.fillComment___1WoJe {
margin-top: 10px;
display: flex;
flex-direction: row;
}
.fillComment___1WoJe img {
width: 38px;
height: 38px;
border-radius: 50%;
display: block;
}
.commentContent___Mjxd1 {
flex: 1 1;
margin-left: 10px;
}
.commentText___2J3jh {
font-size: 14px;
background: #fafafa;
font-weight: 500;
border-radius: 2px;
width: 100%;
padding: 16px 16px;
color: #666666;
}
.simpleWrap___1avIc {
background: #ffffff;
border-radius: 2px;
border: 1px solid #f9f9f9;
font-weight: 300;
padding: 12px 12px;
}
.fillBg___3dLKw {
background: #fafafa;
padding: 10px 17px;
margin-top: 5px;
}
.simpleBg___1k27e {
background: #fafafa;
padding: 10px 17px;
margin-top: 5px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.image-preview-container___1L8o9 {
display: flex;
flex-flow: column nowrap;
position: fixed;
align-items: center;
justify-content: center;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 99999;
background: rgba(0, 0, 0, 0.8);
}
.image-preview-container___1L8o9 .image-preview___3YjNO {
transition: transform 0.4s linear;
max-width: 86%;
}
.image-preview-container___1L8o9 .button-group___3y9R5 {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-end;
position: absolute;
z-index: 101;
right: 10px;
top: 10px;
}
.image-preview-container___1L8o9 .button-group___3y9R5 a {
padding: 0 11px;
}
.image-preview-container___1L8o9 .button-group___3y9R5 a,
.image-preview-container___1L8o9 .button-group___3y9R5 button {
color: rgba(0, 0, 0, 0.65);
margin-right: 10px;
display: flex;
align-items: center;
}
.preview-wrp-group___19bWd {
overflow: auto;
width: 100%;
text-align: center;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wrap___17CUR {
padding: 0 20px;
background: #ffffff;
}
.wrap___17CUR .head___2KG7G {
height: 57px;
display: flex;
align-items: center;
}
.wrap___17CUR .head___2KG7G > aside {
font-size: 16px;
font-weight: 500;
color: #333333;
margin-left: 10px;
margin-right: 18px;
}
.wrap___17CUR .head___2KG7G > div {
font-size: 14px;
color: #b1bacd;
}
.wrap___17CUR .head___2KG7G > div span {
color: #ff9d18;
}
.wrap___17CUR > aside .li___1EGtk {
display: inline-block;
width: 209px;
background: #f8f8f8;
border-radius: 2px;
border: 1px solid #d2dffb;
margin-left: 12px;
margin-bottom: 12px;
padding: 14px 19px;
}
.wrap___17CUR > aside .li___1EGtk .img___3IerY {
position: relative;
margin-bottom: 13px;
}
.wrap___17CUR > aside .li___1EGtk .img___3IerY .big___16qCh {
position: absolute;
z-index: 7;
right: 10px;
top: 10px;
cursor: pointer;
}
.wrap___17CUR > aside .li___1EGtk .s___2czS6 {
display: flex;
color: #6b758b;
font-size: 12px;
margin-bottom: 4px;
}
.wrap___17CUR > aside .li___1EGtk .s___2czS6 span {
flex: 1 1;
}
.wrap___17CUR > aside .li___1EGtk .s___2czS6 span:last-child {
color: #232b40;
}
.wrap___17CUR > aside .li___1EGtk:nth-child(4n + 1),
.wrap___17CUR > aside .li___1EGtk:first-child {
margin-left: 0;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,405 @@
.flex_box_center___2aCrn {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2rdO9 {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___1cZfW {
align-items: center;
box-align: center;
}
.flex_box_center_end___RZ1g_ {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___3wYBF {
flex-direction: column;
box-orient: block-axis;
}
.form___-3bHR strong {
font-weight: normal;
color: #333;
font-size: 16px;
}
.form___-3bHR h1 {
font-weight: 600;
color: #333;
font-size: 16px;
}
.form___-3bHR [class~='ant-form-item'] {
margin-bottom: 0;
}
.efficiency___2d1uO {
background: #fafafa;
padding: 20px;
font-size: 12px;
position: relative;
}
.efficiency___2d1uO:before {
width: 0;
height: 0;
content: '';
position: absolute;
left: -20px;
top: 27px;
border-right: 15px solid #fafafa;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.bg___1vMR- {
background: #fafafa;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wrp___z2l1F {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 108;
}
.wrp___z2l1F.bgBlack___3ezfX {
background: rgba(0, 0, 0, 0.5);
}
.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;
background: white;
}
.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: flex;
}
.close___3q-z4 > span {
background: #4a4a4a;
color: #fff;
width: 40px;
height: 40px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 10px;
}
.embed___3dQqc {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.my-monaco-editor div,
.my-diff-editor div {
font-size: unset;
}
.my-error-line-wrp {
width: calc(100% - 20px) !important;
background: rgba(245, 0, 0, 0.2) !important;
height: auto !important;
color: rgba(245, 0, 0, 1);
}
.noCopyPaste .quick-input-widget {
display: none !important;
}
.breakpoints {
background: #FF0000;
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.breakpoints-fake {
background: rgba(255, 0, 0, 0.5);
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.highlighted-line {
background: #4B4B18;
}
.button___1wy9m {
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: rgba(0, 0, 0, 0.3);
display: none;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___1zDGO {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2IUWk {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___1_AA_ {
align-items: center;
box-align: center;
}
.flex_box_center_end___1Bb7O {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___1d9q- {
flex-direction: column;
box-orient: block-axis;
}
.wrap___1SVlh {
padding: 20px 0px;
box-sizing: border-box;
}
.modal___2INYO div[class~='ant-modal-confirm-content'] {
font-size: 16px;
text-align: center;
}
.modal___2INYO span[class~='ant-modal-title'] {
font-size: 16px;
}
.titleWrap___3GSHQ {
margin: 10px 0px;
}
.required___2odd3 {
margin-right: 4px;
color: #e04040;
font-size: 16px;
}
.title___3dWr1 {
font-size: 14px;
color: #333333;
}
.colorGray___2Zc8P {
color: #888888;
}
.choiceWrap___1Jf_Q {
display: flex;
margin-top: 15px;
}
.answer___2RdAH {
color: #888;
display: block;
width: 38px;
height: 38px;
text-align: center;
line-height: 38px;
border-radius: 4px;
cursor: pointer;
border: 1px solid #e2e2e2;
margin-right: 10px;
}
.activeAnswer___2pp8F {
background: #ff7500;
color: #ffffff;
border: 1px solid #ff7500;
}
.deleteIcon___1Nc1w {
cursor: pointer;
color: #ccc;
margin-left: 15px;
font-size: 18px;
}
.addIcon___s1huN {
cursor: pointer;
color: #29bd8b;
margin-left: 6px;
font-size: 16px;
padding-top: 1px;
}
.editorWrap___2xyxg {
flex: 1 1;
}
.htmlWrap___2_jIl {
display: flex;
margin-top: 0px;
min-height: 38px;
border-radius: 2px;
max-width: 1056px;
word-break: break-all;
border: 1px solid #dddddd;
}
.htmlWrap___2_jIl p {
margin: 7px 10px;
}
.radio___AXmd6 {
width: 60px;
height: 32px;
line-height: 32px;
text-align: center;
}
.color333___2HJuj {
color: #333;
}
.color999___1nV0m {
color: #999;
}
.questionType___gMFML {
display: box;
display: flex;
}
.questionType___gMFML > div {
flex: 1 1;
}
.questionChoices___21aEC {
margin-top: 15px;
}
.questionChoices___21aEC > div {
margin: 8px 0;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.flex_box_center___1RD4e {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___2iitv {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___30qk9 {
align-items: center;
box-align: center;
}
.flex_box_center_end___3pQI1 {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___3gjp3 {
flex-direction: column;
box-orient: block-axis;
}
.title___1MTNS {
display: flex;
align-items: center;
}
.title___1MTNS strong {
max-width: 550px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.export___2n8xQ {
position: absolute;
right: 20px;
top: 23px;
z-index: 2;
font-size: 16px;
}
.export___2n8xQ a,
.export___2n8xQ button {
margin-left: 30px;
}
.bg___1eqGf {
background: #fafafa;
}
.tabs___1o1hM [class='ant-tabs-nav-list'] {
padding-left: 25px;
}
.tabs___1o1hM [class='ant-tabs-nav-scroll'] {
padding-left: 25px;
}
.tabs___1o1hM [class~='ant-tabs-tab'] {
padding: 23px 0;
font-size: 18px;
color: #333;
}
.tabs___1o1hM [class~='ant-tabs-tab-active'] {
color: #0152d9;
}
.tabs___1o1hM [class~='ant-tabs-nav'] {
background: white;
margin-bottom: 0;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,94 @@
.my-monaco-editor div,
.my-diff-editor div {
font-size: unset;
}
.my-error-line-wrp {
width: calc(100% - 20px) !important;
background: rgba(245, 0, 0, 0.2) !important;
height: auto !important;
color: rgba(245, 0, 0, 1);
}
.noCopyPaste .quick-input-widget {
display: none !important;
}
.breakpoints {
background: #FF0000;
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.breakpoints-fake {
background: rgba(255, 0, 0, 0.5);
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.highlighted-line {
background: #4B4B18;
}
.flex_box_center___x7p9B {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___1dpUp {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___1HpWl {
align-items: center;
box-align: center;
}
.flex_box_center_end___1j-WY {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___CILC5 {
flex-direction: column;
box-orient: block-axis;
}
.title___1ypti {
display: flex;
align-items: center;
}
.shixunTitle___3RarB [class~='fa'] {
width: 22px;
height: 22px;
border-radius: 22px;
color: white;
text-align: center;
line-height: 22px;
background: #0152d9;
margin-right: 20px;
}
.shixunWrp___3cvwg [class~='my-diff-editor'] {
border: 1px solid #ccc;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

@ -0,0 +1,433 @@
.flex_box_center___15S-q {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___23kwU {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___2l8VY {
align-items: center;
box-align: center;
}
.flex_box_center_end___VYSS9 {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___3s3TT {
flex-direction: column;
box-orient: block-axis;
}
.wrap___2KYjo {
border-radius: 4px;
}
.wrap___2KYjo .title___2f4-2 {
font-size: 16px;
font-weight: 500;
color: #464f66;
line-height: 22px;
padding-left: 32px;
position: relative;
align-items: center;
margin-top: 16px;
}
.wrap___2KYjo .title___2f4-2::after {
position: absolute;
content: '';
width: 5px;
height: 5px;
opacity: 0.6;
background-color: #464f66;
border-radius: 50%;
left: 20px;
top: 50%;
transform: translateY(-50%);
}
.wrap___2KYjo .ant-btn {
height: 30px;
}
.wrap___2KYjo .ant-btn:hover {
border-color: #0152d9;
color: #0152d9;
}
.wrap___2KYjo .ant-btn.ant-btn-primary:hover {
color: #fff;
}
.wrap___2KYjo .ant-btn > i {
margin-right: 8px;
}
.wrap___2KYjo .ant-table .ant-table-thead {
background-color: #f5f5f5;
min-height: 38px;
}
.wrap___2KYjo .ant-table .ant-table-thead > tr > th {
background-color: #f5f5f5;
padding: 7px 8px;
}
.wrap___2KYjo .ant-table .ant-table-tbody > tr > td {
padding: 9px 8px;
}
.wrap___2KYjo .standardTableWrap___3LLAr {
padding-bottom: 17px;
}
.wrap___2KYjo .standardTableWrap___3LLAr .ant-table .ant-table-thead > tr > th:first-child,
.wrap___2KYjo .standardTableWrap___3LLAr .ant-table .ant-table-tbody > tr > td:first-child {
padding-left: 40px;
}
.wrap___2KYjo .targetTableWrap___cvI3A {
padding-bottom: 17px;
}
.wrap___2KYjo .targetTableWrap___cvI3A .ant-table .ant-table-tbody > tr > td {
color: #464f66;
font-size: 14px;
}
.wrap___2KYjo .targetTableWrap___cvI3A .ant-list-item {
padding: 0;
}
.wrap___2KYjo .targetTableWrap___cvI3A .ant-list-item-meta-description {
font-size: 14px;
color: #464f66;
}
.wrap___2KYjo .waysTableWrap___2j0v- .green___2L8AY {
color: #07c160;
}
.wrap___2KYjo .waysTableWrap___2j0v- .ant-table-tbody > tr > td:nth-child(4),
.wrap___2KYjo .waysTableWrap___2j0v- .ant-table-tbody > tr > td:nth-child(5) {
padding: 9px 0;
}
.wrap___2KYjo .box___22ae3 {
background: #ffffff;
box-shadow: 0px 2px 11px 0px rgba(218, 218, 218, 0.5);
border-radius: 4px;
margin-bottom: 20px;
}
.wrap___2KYjo .box___22ae3.padding___2PpV_ {
padding-top: 16px;
}
.wrap___2KYjo .control___1HoTk {
display: flex;
align-items: center;
padding: 0px 20px 20px 20px;
background: #ffffff;
}
.wrap___2KYjo .control___1HoTk .label___2GboG {
width: 82px;
height: 38px;
background: #f5f5f5;
border-radius: 2px 0px 0px 2px;
border: 1px solid #dddddd;
line-height: 38px;
text-align: center;
font-size: 14px;
margin-right: -1px;
}
.wrap___2KYjo .control___1HoTk .ant-select {
width: 110px;
margin-right: 20px;
}
.wrap___2KYjo .control___1HoTk .ant-select .ant-select-selector {
height: 38px !important;
padding: 0 10px;
}
.wrap___2KYjo .control___1HoTk .ant-select .ant-select-selection-item,
.wrap___2KYjo .control___1HoTk .ant-select .ant-select-selection-placeholder {
line-height: 38px !important;
}
.wrap___2KYjo .control___1HoTk .ant-input-search {
height: 38px;
width: 300px;
}
.wrap___2KYjo .control___1HoTk .ant-input-search input {
color: #333;
}
.wrap___2KYjo .control___1HoTk .ant-input-search .ant-input-search-icon::before {
border-left: 1px solid transparent;
}
.wrap___2KYjo .customTable___3ah1R {
padding: 0 20px;
}
.tagWrap___pnb_0 {
display: flex;
align-items: center;
justify-content: end;
}
.tagWrap___pnb_0 .tag____fSY6 {
height: 24px;
line-height: 24px;
font-size: 14px;
padding: 0 10px;
color: #0152d9;
background: #eaf0fc;
margin-right: 5px;
border-radius: 2px;
display: flex;
}
.tagWrap___pnb_0 .tag____fSY6 span:first-child {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 70px;
}
.tagWrap___pnb_0 .tag____fSY6 span:last-child {
cursor: pointer;
color: #0152d9;
margin-left: 5px;
}
.tagWrap___pnb_0 .tag____fSY6 span:last-child i {
font-size: 12px;
display: inline-block;
transform: scale(0.8);
}
.line___3sZe3 {
font-weight: 500;
font-size: 14px;
position: relative;
min-width: 170px;
}
.line___3sZe3 ::after {
content: '';
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
box-sizing: border-box;
background: linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 1px), rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) calc(50% + 1px), rgba(0, 0, 0, 0) 100%);
}
.line___3sZe3 span {
display: block;
height: 39px;
line-height: 39px;
}
.line___3sZe3 span:first-child {
text-align: right;
padding-right: 6px;
}
.line___3sZe3 span:last-child {
text-align: left;
padding-left: 6px;
}
.textwidth___3QXnN {
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
overflow: hidden;
border: 0.5px solid #f0f0f0;
text-align: center;
}
.modalWrapContainer___o_fOQ .ant-modal-header {
border-bottom: none;
font-size: 18px;
font-weight: 500;
color: #464f66;
line-height: 25px;
padding: 26px 40px 22px 40px;
}
.modalWrapContainer___o_fOQ .ant-modal-body {
padding: 0;
}
.modalWrapContainer___o_fOQ .ant-modal-close {
top: 15px;
right: 5px;
}
.modalWrapContainer___o_fOQ .ant-modal-footer {
border-top: none;
padding-bottom: 26px;
}
.modalWrapContainer___o_fOQ .ant-modal-footer button {
font-size: 12px;
}
.modalWrapContainer___o_fOQ .ant-modal-footer button.ant-btn {
height: 30px;
padding: 3px 13px;
}
.modalWrapContainer___o_fOQ .ant-modal-footer button.ant-btn:hover {
border-color: #0152d9;
color: #0152d9;
}
.modalWrapContainer___o_fOQ .ant-modal-footer button.ant-btn.ant-btn-primary {
background: #0152d9;
border-color: #0152d9;
}
.modalWrapContainer___o_fOQ .ant-modal-footer button.ant-btn.ant-btn-primary:hover {
color: #fff;
}
.modalWrapContainer___o_fOQ .inputWrap___AsC3W .ant-input,
.modalWrapContainer___o_fOQ .inputWrap___AsC3W .ant-input-number-input {
height: 38px;
}
.modalWrapContainer___o_fOQ .inputWrap___AsC3W .ant-select .ant-select-selector {
height: 38px;
align-items: center;
}
.modalWrapContainer___o_fOQ .title___2f4-2 {
font-size: 16px;
font-weight: 500;
color: #464f66;
line-height: 22px;
padding-left: 10px;
position: relative;
align-items: center;
}
.modalWrapContainer___o_fOQ .title___2f4-2::after {
position: absolute;
content: '';
width: 5px;
height: 5px;
opacity: 0.6;
background-color: #464f66;
border-radius: 50%;
left: -6px;
top: 50%;
transform: translateY(-50%);
}
.modalWrapContainer___o_fOQ .addCourseTabsContainer___3oEeV .ant-tabs .ant-tabs-nav {
padding: 0 39px;
margin-top: 22px;
}
.modalWrapContainer___o_fOQ .addCourseTabsContainer___3oEeV .ant-tabs .ant-tabs-tab:hover {
color: #0152d9;
}
.modalWrapContainer___o_fOQ .addCourseTabsContainer___3oEeV .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
color: #0152d9;
}
.modalWrapContainer___o_fOQ .addCourseTabsContainer___3oEeV .ant-tabs .ant-tabs-ink-bar {
background-color: #0152d9;
}
.textone___2YzXy {
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
overflow: hidden;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wrp___z2l1F {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 108;
}
.wrp___z2l1F.bgBlack___3ezfX {
background: rgba(0, 0, 0, 0.5);
}
.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;
background: white;
}
.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: flex;
}
.close___3q-z4 > span {
background: #4a4a4a;
color: #fff;
width: 40px;
height: 40px;
border-radius: 4px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
margin-left: 10px;
}
.embed___3dQqc {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.my-monaco-editor div,
.my-diff-editor div {
font-size: unset;
}
.my-error-line-wrp {
width: calc(100% - 20px) !important;
background: rgba(245, 0, 0, 0.2) !important;
height: auto !important;
color: rgba(245, 0, 0, 1);
}
.noCopyPaste .quick-input-widget {
display: none !important;
}
.breakpoints {
background: #FF0000;
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.breakpoints-fake {
background: rgba(255, 0, 0, 0.5);
width: 8px !important;
height: 8px !important;
left: 7px !important;
top: 7px;
border-radius: 4px;
-ms-user-select: none;
user-select: none;
pointer-events: none;
}
.highlighted-line {
background: #4B4B18;
}

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save