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.
NewEduCoderBuild/p__Classrooms__Lists__Exerc...

4038 lines
125 KiB

/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/breadcrumb/style/index.less ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* 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-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 ol {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
}
.ant-breadcrumb a {
color: rgba(0, 0, 0, 0.45);
transition: color 0.3s;
}
.ant-breadcrumb a:hover {
color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb li:last-child {
color: rgba(0, 0, 0, 0.85);
}
.ant-breadcrumb li:last-child a {
color: rgba(0, 0, 0, 0.85);
}
li: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 */
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/switch/style/index.less ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* 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-switch {
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;
box-sizing: border-box;
min-width: 40px;
height: 20px;
line-height: 20px;
vertical-align: middle;
background-color: rgba(0, 0, 0, 0.25);
border: 0;
border-radius: 100px;
cursor: pointer;
transition: all 0.2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.ant-switch:focus {
outline: 0;
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.ant-switch-checked:focus {
box-shadow: 0 0 0 2px #e6f7ff;
}
.ant-switch:focus:hover {
box-shadow: none;
}
.ant-switch-checked {
background-color: #1890ff;
}
.ant-switch-loading,
.ant-switch-disabled {
cursor: not-allowed;
opacity: 0.4;
}
.ant-switch-loading *,
.ant-switch-disabled * {
box-shadow: none;
cursor: not-allowed;
}
.ant-switch-inner {
display: block;
margin: 0 4px 0 22px;
color: #fff;
font-size: 12px;
transition: margin 0.2s;
}
.ant-switch-checked .ant-switch-inner {
margin: 0 22px 0 4px;
}
.ant-switch-handle {
position: absolute;
top: 2px;
left: 2px;
width: 16px;
height: 16px;
transition: all 0.2s ease-in-out;
}
.ant-switch-handle::before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #fff;
border-radius: 8px;
box-shadow: 0 2px 4px 0 rgba(0, 35, 11, 0.2);
transition: all 0.2s ease-in-out;
content: '';
}
.ant-switch-checked .ant-switch-handle {
left: calc(100% - 16px - 2px);
}
.ant-switch:not(.ant-switch-disabled):active .ant-switch-handle::before {
right: -30%;
left: 0;
}
.ant-switch:not(.ant-switch-disabled):active.ant-switch-checked .ant-switch-handle::before {
right: 0;
left: -30%;
}
.ant-switch-loading-icon.anticon {
position: relative;
top: 2px;
color: rgba(0, 0, 0, 0.65);
vertical-align: top;
}
.ant-switch-checked .ant-switch-loading-icon {
color: #1890ff;
}
.ant-switch-small {
min-width: 24px;
height: 14px;
line-height: 14px;
}
.ant-switch-small .ant-switch-inner {
margin: 0 5px 0 16px;
font-size: 12px;
}
.ant-switch-small .ant-switch-handle {
width: 10px;
height: 10px;
}
.ant-switch-small .ant-switch-loading-icon {
top: 0.5px;
font-size: 9px;
}
.ant-switch-small.ant-switch-checked .ant-switch-inner {
margin: 0 16px 0 5px;
}
.ant-switch-small.ant-switch-checked .ant-switch-handle {
left: calc(100% - 10px - 2px);
}
.ant-switch-rtl {
direction: rtl;
}
.ant-switch-rtl .ant-switch-inner {
margin: 0 22px 0 4px;
}
.ant-switch-rtl .ant-switch-handle {
right: 2px;
left: auto;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active .ant-switch-handle::before {
right: 0;
left: -30%;
}
.ant-switch-rtl:not(.ant-switch-rtl-disabled):active.ant-switch-checked .ant-switch-handle::before {
right: -30%;
left: 0;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-inner {
margin: 0 4px 0 22px;
}
.ant-switch-rtl.ant-switch-checked .ant-switch-handle {
right: calc(100% - 16px - 2px);
}
.ant-switch-rtl.ant-switch-small.ant-switch-checked .ant-switch-handle {
right: calc(100% - 10px - 2px);
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/ShixunHomeworks/Detail/components/ConfigWorks/index.less?modules ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___IBr6x {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___n2Iz0 {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___1umwO {
align-items: center;
box-align: center;
}
.flex_box_center_end___SRZYb {
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___b90Da {
flex-direction: column;
box-orient: block-axis;
}
.form___V3fAH strong {
font-weight: normal;
color: #333;
font-size: 16px;
}
.form___V3fAH h1 {
font-weight: 600;
color: #333;
font-size: 16px;
}
.form___V3fAH [class~='ant-form-item'] {
margin-bottom: 0;
}
.efficiency___Lmou1 {
background: #fafafa;
padding: 20px;
font-size: 12px;
position: relative;
}
.efficiency___Lmou1: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;
}
div[class~="ant-modal-confirm-content"] {
margin-left: none;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/image-preview/index.less ***!
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.image-preview-container {
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 .image-preview {
transition: transform 0.4s linear;
max-width: 86%;
}
.image-preview-container .button-group {
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 .button-group a,
.image-preview-container .button-group button {
color: rgba(0, 0, 0, 0.65);
margin-right: 10px;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.preview-wrp-group {
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 */
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Detail/components/WorkList/index.less?modules ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center____uOEt {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___J8U9e {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___M1l_z {
align-items: center;
box-align: center;
}
.flex_box_center_end___UsRsw {
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___gcanz {
flex-direction: column;
box-orient: block-axis;
}
.rightFilter___KnaoF {
display: box;
display: flex;
}
.rightFilter___KnaoF [class~='ant-input-number'] {
width: 60px;
margin-left: 10px;
}
.rightFilter___KnaoF button {
margin-left: 10px;
}
.rightFilter___KnaoF button a {
display: box;
display: flex;
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
height: 100%;
}
.classwidth___QPkdW {
width: 234px !important;
height: 132px !important;
border-radius: 5px;
}
.operationCol___hiIyI {
white-space: nowrap;
}
.operationCol___hiIyI .unlockBtn___QvP_V {
margin-left: 10px;
color: #73d13d;
border-color: #73d13d;
}
.operationCol___hiIyI .unlockBtn___QvP_V:hover,
.operationCol___hiIyI .unlockBtn___QvP_V:active,
.operationCol___hiIyI .unlockBtn___QvP_V:focus {
color: #95de64;
border-color: #95de64;
}
.recordScreenModal___tLQo7 div[class~='ant-modal-confirm-btns'] {
visibility: hidden;
}
.operationLink___vj72A {
display: inline-block;
cursor: pointer;
color: #0152d9;
max-width: 120px;
text-overflow: ellipsis;
overflow: hidden;
}
.banding___BLx2S {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.noShow___mrV9r {
display: none;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Detail/components/FaceReview/index.less?modules ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___Hpswl {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___ywvKM {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___SItpZ {
align-items: center;
box-align: center;
}
.flex_box_center_end___WIAL3 {
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___FMKJn {
flex-direction: column;
box-orient: block-axis;
}
.wrap___AW_2A {
padding: 20px 0;
}
.wrap___AW_2A .control___w5xQm {
display: flex;
align-items: center;
padding: 20px 0;
background: #ffffff;
}
.wrap___AW_2A .control___w5xQm .ant-select {
width: 200px;
margin-right: 20px;
}
.wrap___AW_2A .control___w5xQm .ant-select .ant-select-selector {
height: 34px !important;
background-color: #f5f5f5;
border: 0;
padding: 0 10px;
}
.wrap___AW_2A .control___w5xQm .ant-select .ant-select-selection-item,
.wrap___AW_2A .control___w5xQm .ant-select .ant-select-selection-placeholder {
line-height: 34px !important;
}
.wrap___AW_2A .control___w5xQm .ant-input-search {
border: 0;
background: #f5f5f5;
height: 34px;
width: 260px;
margin-right: 30px;
}
.wrap___AW_2A .control___w5xQm .ant-input-search input {
background: #f5f5f5;
color: #333;
}
.wrap___AW_2A .control___w5xQm .ant-input-search .ant-input-search-icon::before {
border-left: 1px solid transparent;
}
.wrap___AW_2A .control___w5xQm .btn___as1xd {
width: 90px;
height: 26px;
line-height: 26px;
background: #0152d9;
border-radius: 4px;
text-align: center;
font-size: 12px;
color: #fff;
margin-left: auto;
cursor: pointer;
}
.wrap___AW_2A .customTable___gGVV3 {
padding-top: 20px;
}
.wrap___AW_2A .customTable___gGVV3 .ant-table-thead tr {
height: 54px;
}
.wrap___AW_2A .customTable___gGVV3 .ant-table-thead tr th {
background-color: #f5f5f5;
border: 0;
border-radius: 0;
}
.wrap___AW_2A .customTable___gGVV3 .ant-table-tbody tr {
height: 54px;
}
.wrap___AW_2A .customTable___gGVV3 .ant-table-tbody tr td {
border-bottom: 0;
}
.wrap___AW_2A .customTable___gGVV3 .ant-table-tbody tr:nth-child(even) {
background-color: #f5f5f5;
}
.wrap___AW_2A .customTable___gGVV3 .ant-table-tbody tr:nth-child(even) td {
background-color: #f5f5f5;
}
.wrap___AW_2A .customTable___gGVV3 .ant-table-tbody tr:nth-child(odd) {
background-color: #fff;
}
.wrap___AW_2A .customTable___gGVV3 .ant-table-tbody tr:nth-child(odd) td {
background-color: #fff;
}
.wrap___AW_2A .customTable___gGVV3 .ant-pagination {
margin-top: 40px;
}
.wrap___AW_2A .customTable___gGVV3 .ant-pagination .ant-pagination-item-active {
border-color: #0152d9;
background: #0152d9;
}
.wrap___AW_2A .customTable___gGVV3 .ant-pagination .ant-pagination-item-active a {
color: #fff;
}
.wrap___AW_2A .customTable___gGVV3 .ant-pagination button {
line-height: normal;
line-height: initial;
}
.bgH___J0V1_ {
height: 10px;
background-color: #fafafa;
width: 1300px;
margin-left: -30px;
}
.cusModal___2fPK2 [class~='ant-modal-confirm-btns'] {
display: none;
}
.imgWrap___crzTi {
display: flex;
}
.imgWrap___crzTi .img___iwJRL {
position: relative;
background: #fafafa;
}
.imgWrap___crzTi .img___iwJRL .iBtn___L11V_ {
width: 54px;
height: 20px;
background: #0152d9;
border-radius: 10px;
text-align: center;
line-height: 20px;
font-size: 12px;
font-weight: 400;
color: #ffffff;
cursor: pointer;
position: absolute;
z-index: 20;
right: 10px;
top: 10px;
}
.imgWrap___crzTi .img___iwJRL .text___INAg4 {
position: absolute;
z-index: 20;
left: 50%;
transform: translateX(-50%);
bottom: -28px;
color: #333333;
}
.imgWrap___crzTi .img___iwJRL .no___H7kcX {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.imgWrap___crzTi .img___iwJRL .textP___Rdbzv {
position: absolute;
z-index: 20;
left: 50%;
transform: translateX(-50%);
bottom: -28px;
color: #333333;
}
.video___yjo5C > video {
width: 316px;
}
.sys___o3w4h {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
padding: 0;
max-height: 850px;
overflow-y: auto;
}
.sys___o3w4h .li___WQQil {
height: 100%;
margin-left: 17px;
margin-bottom: 17px;
}
.sys___o3w4h .li___WQQil .d1___KQ9j6 {
width: 216px;
height: 340px;
background-color: #efefef;
position: relative;
}
.sys___o3w4h .li___WQQil .d1___KQ9j6 video {
height: 100%;
width: 100%;
object-fit: cover;
}
.sys___o3w4h .li___WQQil .d1___KQ9j6 .img___iwJRL {
width: 100%;
height: 340px;
overflow: hidden;
}
.sys___o3w4h .li___WQQil .d1___KQ9j6 .btn___as1xd {
position: absolute;
z-index: 2;
width: 100%;
left: 0;
bottom: 0;
display: flex;
justify-content: space-between;
align-items: center;
height: 24px;
background: #0152d9;
}
.sys___o3w4h .li___WQQil .d1___KQ9j6 .btn___as1xd .b1___PA3Kc {
width: 100%;
height: 24px;
color: #ffffff;
padding: 0 5px;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sys___o3w4h .li___WQQil:nth-child(3n + 1),
.sys___o3w4h .li___WQQil:first-child {
margin-left: 0;
}
.es___j13_3 {
display: inline-block;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Detail/components/CameraMonitoring/index.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___t6Zg2 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___YFTSU {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___qbDmM {
align-items: center;
box-align: center;
}
.flex_box_center_end___Bj6kw {
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___Ou9DO {
flex-direction: column;
box-orient: block-axis;
}
.wrap___foAmP {
padding: 20px 0;
}
.wrap___foAmP .control___q0ttm {
display: flex;
align-items: center;
padding: 20px 0;
background: #ffffff;
}
.wrap___foAmP .control___q0ttm .ant-input-search {
border: 0;
background: #f5f5f5;
height: 34px;
width: 260px;
margin-right: 30px;
}
.wrap___foAmP .control___q0ttm .ant-input-search input {
background: #f5f5f5;
color: #333;
}
.wrap___foAmP .control___q0ttm .ant-input-search .ant-input-search-icon::before {
border-left: 1px solid transparent;
}
.wrap___foAmP .bgH___NAS04 {
height: 10px;
background-color: #fafafa;
width: 1300px;
margin-left: -30px;
}
.wrap___foAmP .sys___rqcXV {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
padding: 0;
}
.wrap___foAmP .sys___rqcXV .li___blFPM {
height: 100%;
margin-left: 17px;
margin-bottom: 40px;
}
.wrap___foAmP .sys___rqcXV .li___blFPM .d1___Xzld0 {
width: 216px;
height: 340px;
background-color: #efefef;
position: relative;
}
.wrap___foAmP .sys___rqcXV .li___blFPM .d1___Xzld0 video {
height: 100%;
width: 100%;
object-fit: cover;
}
.wrap___foAmP .sys___rqcXV .li___blFPM .d1___Xzld0 .img___ckn7G {
width: 100%;
height: 340px;
overflow: hidden;
}
.wrap___foAmP .sys___rqcXV .li___blFPM .d1___Xzld0 .btn___fSMGG {
z-index: 2;
width: 100%;
left: 0;
bottom: 0;
display: flex;
justify-content: space-between;
align-items: center;
height: 24px;
background: #0152d9;
}
.wrap___foAmP .sys___rqcXV .li___blFPM .d1___Xzld0 .btn___fSMGG .b1___zoANu {
width: 36%;
height: 24px;
color: #ffffff;
padding: 0 5px;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.wrap___foAmP .sys___rqcXV .li___blFPM .d1___Xzld0 .btn___fSMGG .b2___bqZaY {
width: 64%;
height: 24px;
color: #ffffff;
padding: 0 5px;
text-align: right;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.wrap___foAmP .sys___rqcXV .li___blFPM .d1___Xzld0 .big___nQ5gf {
position: absolute;
z-index: 6;
width: 40px;
right: 10px;
top: 12px;
height: 20px;
line-height: 20px;
font-size: 12px;
border-radius: 11px;
background: #0152d9;
text-align: center;
color: #ffffff;
cursor: pointer;
}
.wrap___foAmP .sys___rqcXV .li___blFPM:nth-child(5n + 1),
.wrap___foAmP .sys___rqcXV .li___blFPM:first-child {
margin-left: 0;
}
.cusModal___rTXoc [class~='ant-modal-confirm-btns'] {
display: none;
}
.video___E4J_7 > video {
width: 316px;
}
.imgWrap___ENwuy {
display: flex;
margin-bottom: 40px;
margin-top: 20px;
}
.imgWrap___ENwuy .img___ckn7G {
position: relative;
background: #fafafa;
flex-shrink: 0;
}
.imgWrap___ENwuy .img___ckn7G .iBtn___bXnJy {
width: 54px;
height: 20px;
background: #0152d9;
border-radius: 10px;
text-align: center;
line-height: 20px;
font-size: 12px;
font-weight: 400;
color: #ffffff;
cursor: pointer;
position: absolute;
z-index: 20;
right: 10px;
top: 10px;
}
.imgWrap___ENwuy .img___ckn7G .text___CK5up {
position: absolute;
z-index: 20;
left: 50%;
transform: translateX(-50%);
bottom: -28px;
color: #333333;
}
.imgWrap___ENwuy .img___ckn7G .no___MBT10 {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.imgWrap___ENwuy .img___ckn7G .textP___ibKK1 {
position: absolute;
z-index: 20;
left: 50%;
transform: translateX(-50%);
bottom: -28px;
color: #333333;
}
.imgWrap___ENwuy .img___ckn7G .l___Gi38o {
position: absolute;
z-index: 21;
left: -26px;
top: 50%;
color: #0152d9;
transform: translateY(-50%);
cursor: pointer;
}
.imgWrap___ENwuy .img___ckn7G .r___HNibN {
position: absolute;
z-index: 21;
right: -26px;
top: 50%;
color: #0152d9;
transform: translateY(-50%);
cursor: pointer;
}
.fo___DQwO8 .b___z8B9p {
display: block;
float: right;
margin-top: 20px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Detail/components/DuplicateChecking/index.less?modules ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___xF1ge {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___YGq9c {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___wd_iR {
align-items: center;
box-align: center;
}
.flex_box_center_end___HoL5p {
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___Oy7FC {
flex-direction: column;
box-orient: block-axis;
}
.warp____YDkr .ant-input-affix-wrapper {
background: #f5f5f5;
width: 220px;
height: 34px;
border-radius: 4px;
padding-left: 14px;
}
.warp____YDkr .ant-input-affix-wrapper i {
cursor: pointer;
}
.warp____YDkr .header___BRNBu {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 40px;
padding-top: 30px;
}
.warp____YDkr .empty___iwhMt {
width: 100%;
height: 100%;
display: box;
display: flex;
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
flex-direction: column;
box-orient: block-axis;
background: #fff;
padding: 100px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Detail/components/DuplicateChecking/components/SubjectTable/index.less?modules ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___Xa_jj {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___N_2qI {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___wGZOw {
align-items: center;
box-align: center;
}
.flex_box_center_end___GYY4W {
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___jR_ZX {
flex-direction: column;
box-orient: block-axis;
}
.subjectTable___WrGqf .title___ZCcfg {
display: flex;
justify-content: flex-start;
margin-bottom: 30px;
}
.subjectTable___WrGqf .customTable___xSvZm .ant-table-thead tr {
height: 50px;
}
.subjectTable___WrGqf .customTable___xSvZm .ant-table-thead tr th {
background-color: #f5f5f5;
border: 0;
border-radius: 0;
}
.subjectTable___WrGqf .customTable___xSvZm .ant-pagination {
margin-top: 14px;
}
.subjectTable___WrGqf .customTable___xSvZm .ant-pagination .ant-pagination-item-active {
border-color: #0152d9;
background: #0152d9;
}
.subjectTable___WrGqf .customTable___xSvZm .ant-pagination .ant-pagination-item-active a {
color: #fff;
}
.subjectTable___WrGqf .customTable___xSvZm .ant-pagination button {
line-height: normal;
line-height: initial;
}
.subjectTable___WrGqf .customTable___xSvZm .row___Acnda {
height: 50px;
}
.subjectTable___WrGqf .customTable___xSvZm .row___Acnda td {
border-bottom: 0;
}
.subjectTable___WrGqf .customTable___xSvZm .row___Acnda.row___Acnda:nth-child(odd) {
background-color: #fff;
}
.subjectTable___WrGqf .customTable___xSvZm .row___Acnda.row___Acnda:nth-child(even) {
background-color: #f5f5f5;
}
.subjectTable___WrGqf .line___nmQeX {
height: 1px;
background: #F1F1F1;
margin-bottom: 40px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/markdown-editor/index.less ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.markdown-editor-wrapper {
position: relative;
}
.markdown-editor-body {
display: flex;
flex-flow: row nowrap;
width: 100%;
height: calc(100% - 38px);
align-items: center;
}
.markdown-editor-body .codemirror-container {
flex: 1 0;
height: 100%;
width: 100%;
overflow: hidden;
}
.markdown-editor-body .CodeMirror-wrap {
padding-bottom: 15px;
}
.markdown-editor-body .preview-container {
flex: 1 0;
height: 100%;
margin: 10px 0px;
padding: 8px 8px 50px 8px;
background: #fff;
overflow-y: auto;
box-sizing: border-box;
border-left: 1px solid #ccc;
word-wrap: break-word;
word-break: break-word;
white-space: normal;
font-size: 16px;
}
.markdown-editor-container {
border: 1px solid #ccc;
overflow: hidden;
border-radius: 4px;
margin-bottom: 12px;
font-size: 16px;
}
.markdown-editor-container.full-screen {
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
height: 100vh !important;
z-index: 100;
}
.markdown-editor-container.full-screen .preview-container > div {
padding-bottom: 180px !important;
}
.markdown-editor-container.full-screen .CodeMirror-sizer > div {
margin-bottom: 90px;
}
.markdown-editor-container.on-preview .codemirror-container,
.markdown-editor-container.on-preview .preview-container {
width: 50%;
}
.mini .markdown-editor-body {
height: calc(100% - 28px);
}
.flex-end {
justify-content: flex-end;
}
.my-codemirror-container {
border: 1px solid #ccc;
width: 100%;
margin-bottom: 24px;
}
.markdown-tip {
color: #cdcdcd;
font-size: 12px;
position: absolute;
right: 0;
bottom: -28px;
margin-bottom: 7px;
}
/* PADDING */
.CodeMirror-lines {
padding: 4px 0;
/* Vertical padding around content */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
padding: 0 4px;
/* Horizontal padding of content */
}
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
background-color: white;
/* The little square between H and V scrollbars */
}
/* GUTTER */
.CodeMirror-gutters {
border-right: 1px solid #ddd;
background-color: #f7f7f7;
white-space: nowrap;
}
.CodeMirror-linenumber {
padding: 0 3px 0 5px;
min-width: 20px;
text-align: right;
color: #999;
white-space: nowrap;
}
.CodeMirror-guttermarker {
color: black;
}
.CodeMirror-guttermarker-subtle {
color: #999;
}
/* CURSOR */
.CodeMirror-cursor {
border-left: 1px solid black;
border-right: none;
width: 0;
}
/* Shown when moving in bi-directional text */
.CodeMirror div.CodeMirror-secondarycursor {
border-left: 1px solid silver;
}
.cm-fat-cursor .CodeMirror-cursor {
width: auto;
border: 0 !important;
background: #7e7;
}
.cm-fat-cursor div.CodeMirror-cursors {
z-index: 1;
}
.cm-fat-cursor-mark {
background-color: rgba(20, 255, 20, 0.5);
animation: blink 1.06s steps(1) infinite;
}
.cm-animate-fat-cursor {
width: auto;
border: 0;
animation: blink 1.06s steps(1) infinite;
background-color: #7e7;
}
@keyframes blink {
50% {
background-color: transparent;
}
}
.cm-tab {
display: inline-block;
text-decoration: inherit;
}
.CodeMirror-rulers {
position: absolute;
left: 0;
right: 0;
top: -50px;
bottom: 0;
overflow: hidden;
}
.CodeMirror-ruler {
border-left: 1px solid #ccc;
top: 0;
bottom: 0;
position: absolute;
}
/* DEFAULT THEME */
.cm-s-default .cm-header {
color: blue;
}
.cm-s-default .cm-quote {
color: #090;
}
.cm-negative {
color: #d44;
}
.cm-positive {
color: #292;
}
.cm-header,
.cm-strong {
font-weight: bold;
}
.cm-em {
font-style: italic;
}
.cm-link {
text-decoration: underline;
}
.cm-strikethrough {
text-decoration: line-through;
}
.cm-s-default .cm-keyword {
color: #708;
}
.cm-s-default .cm-atom {
color: #219;
}
.cm-s-default .cm-number {
color: #164;
}
.cm-s-default .cm-def {
color: #00f;
}
.cm-s-default .cm-variable-2 {
color: #05a;
}
.cm-s-default .cm-variable-3,
.cm-s-default .cm-type {
color: #085;
}
.cm-s-default .cm-comment {
color: #a50;
}
.cm-s-default .cm-string {
color: #a11;
}
.cm-s-default .cm-string-2 {
color: #f50;
}
.cm-s-default .cm-meta {
color: #555;
}
.cm-s-default .cm-qualifier {
color: #555;
}
.cm-s-default .cm-builtin {
color: #30a;
}
.cm-s-default .cm-bracket {
color: #997;
}
.cm-s-default .cm-tag {
color: #170;
}
.cm-s-default .cm-attribute {
color: #00c;
}
.cm-s-default .cm-hr {
color: #999;
}
.cm-s-default .cm-link {
color: #00c;
}
.cm-s-default .cm-error {
color: #f00;
}
.cm-invalidchar {
color: #f00;
}
.CodeMirror-composing {
border-bottom: 2px solid;
}
/* Default styles for common addons */
div.CodeMirror span.CodeMirror-matchingbracket {
color: #0b0;
}
div.CodeMirror span.CodeMirror-nonmatchingbracket {
color: #a22;
}
.CodeMirror-matchingtag {
background: rgba(255, 150, 0, 0.3);
}
.CodeMirror-activeline-background {
background: #e8f2ff;
}
/* STOP */
/* The rest of this file contains styles related to the mechanics of
the editor. You probably shouldn't touch them. */
.CodeMirror {
position: relative;
overflow: hidden;
background: white;
}
.CodeMirror-scroll {
overflow: scroll !important;
/* Things will break if this is overridden */
/* 50px is the magic margin used to hide the element's real scrollbars */
/* See overflow: hidden in .CodeMirror */
margin-bottom: -50px;
margin-right: -50px;
padding-bottom: 50px;
height: 100%;
outline: none;
/* Prevent dragging from highlighting the element */
position: relative;
}
.CodeMirror-sizer {
position: relative;
border-right: 50px solid transparent;
}
/* The fake, visible scrollbars. Used to force redraw during scrolling
before actual scrolling happens, thus preventing shaking and
flickering artifacts. */
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar,
.CodeMirror-scrollbar-filler,
.CodeMirror-gutter-filler {
position: absolute;
z-index: 6;
display: none;
}
.CodeMirror-vscrollbar {
right: 0;
top: 0;
overflow-x: hidden;
overflow-y: scroll;
}
.CodeMirror-hscrollbar {
bottom: 0;
left: 0;
overflow-y: hidden;
overflow-x: scroll;
}
.CodeMirror-scrollbar-filler {
right: 0;
bottom: 0;
}
.CodeMirror-gutter-filler {
left: 0;
bottom: 0;
}
.CodeMirror-gutters {
position: absolute;
left: 0;
top: 0;
min-height: 100%;
z-index: 3;
}
.CodeMirror-gutter {
white-space: normal;
height: 100%;
display: inline-block;
vertical-align: top;
margin-bottom: -50px;
}
.CodeMirror-gutter-wrapper {
position: absolute;
z-index: 4;
background: none !important;
border: none !important;
}
.CodeMirror-gutter-background {
position: absolute;
top: 0;
bottom: 0;
z-index: 4;
}
.CodeMirror-gutter-elt {
position: absolute;
cursor: default;
z-index: 4;
}
.CodeMirror-gutter-wrapper ::selection {
background-color: transparent;
}
.CodeMirror-gutter-wrapper ::-moz-selection {
background-color: transparent;
}
.CodeMirror-lines {
cursor: text;
min-height: 1px;
/* prevents collapsing before first draw */
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
/* Reset some styles that the rest of the page might have set */
border-radius: 0;
border-width: 0;
background: transparent;
font-family: inherit;
font-size: inherit;
margin: 0;
white-space: pre;
word-wrap: normal;
line-height: inherit;
color: inherit;
z-index: 2;
position: relative;
overflow: visible;
-webkit-tap-highlight-color: transparent;
-webkit-font-variant-ligatures: contextual;
font-feature-settings: "calt";
font-variant-ligatures: contextual;
}
.CodeMirror-wrap pre.CodeMirror-line,
.CodeMirror-wrap pre.CodeMirror-line-like {
word-wrap: break-word;
white-space: pre-wrap;
word-break: normal;
}
.CodeMirror-linebackground {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 0;
}
.CodeMirror-linewidget {
position: relative;
z-index: 2;
padding: 0.1px;
/* Force widget margins to stay inside of the container */
}
.CodeMirror-rtl pre {
direction: rtl;
}
.CodeMirror-code {
outline: none;
}
/* Force content-box sizing for the elements where we expect it */
.CodeMirror-scroll,
.CodeMirror-sizer,
.CodeMirror-gutter,
.CodeMirror-gutters,
.CodeMirror-linenumber {
box-sizing: content-box;
}
.CodeMirror-measure {
position: absolute;
width: 100%;
height: 0;
overflow: hidden;
visibility: hidden;
}
.CodeMirror-cursor {
position: absolute;
pointer-events: none;
}
.CodeMirror-measure pre {
position: static;
}
div.CodeMirror-cursors {
visibility: hidden;
position: relative;
z-index: 3;
}
div.CodeMirror-dragcursors {
visibility: visible;
}
.CodeMirror-focused div.CodeMirror-cursors {
visibility: visible;
}
.CodeMirror-selected {
background: #d9d9d9;
}
.CodeMirror-focused .CodeMirror-selected {
background: #d7d4f0;
}
.CodeMirror-crosshair {
cursor: crosshair;
}
.CodeMirror-line::selection,
.CodeMirror-line > span::selection,
.CodeMirror-line > span > span::selection {
background: #d7d4f0;
}
.CodeMirror-line::-moz-selection,
.CodeMirror-line > span::-moz-selection,
.CodeMirror-line > span > span::-moz-selection {
background: #d7d4f0;
}
.cm-searching {
background-color: #ffa;
background-color: rgba(255, 255, 0, 0.4);
}
/* Used to force a border model for a node */
.cm-force-border {
padding-right: 0.1px;
}
@media print {
/* Hide the cursor when printing */
.CodeMirror div.CodeMirror-cursors {
visibility: hidden;
}
}
/* See issue #2901 */
.cm-tab-wrap-hack:after {
content: '';
}
/* Help users use markselection to safely style text background */
span.CodeMirror-selectedtext {
background: none;
}
.CodeMirror-sizer {
padding-top: 10px;
padding-bottom: 10px !important;
}
.CodeMirror-empty.CodeMirror-focused {
outline: none;
}
.CodeMirror pre.CodeMirror-placeholder {
color: #999;
}
.CodeMirror {
position: relative;
overflow: hidden;
background: white;
word-break: break-word;
}
.CodeMirror pre.CodeMirror-line,
.CodeMirror pre.CodeMirror-line-like {
word-wrap: break-word;
word-break: break-word;
white-space: pre-wrap;
line-height: 1.6;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/PreviewAll/index.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrp___dq7YK {
display: flex;
justify-content: center;
align-items: center;
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
z-index: 108;
}
.wrp___dq7YK.bgBlack___ARIUV {
background: rgba(0, 0, 0, 0.5);
}
.wrp___dq7YK img,
.wrp___dq7YK video {
max-width: 100%;
max-height: 80%;
text-align: center;
}
.wrp___dq7YK iframe {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #fff;
border: none;
}
.monaco___VnZC3 {
position: absolute;
height: 100%;
width: 100%;
}
.darkBlue___UprA9 * {
font-size: 14px;
}
.darkBlue___UprA9 [class~='margin'],
.darkBlue___UprA9 [class~='monaco-editor-background'] {
background: #0a0e2d !important;
}
.darkBlue___UprA9 [class~='line-numbers'] {
color: white !important;
}
.close___LKoWu {
position: absolute;
right: 40px;
top: 40px;
z-index: 10;
display: flex;
}
.close___LKoWu > 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___hvpEJ {
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 */
/*!*******************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/components/monaco-editor/index.css ***!
\*******************************************************************************************************************************************************************************************************************************************/
.my-monaco-editor div,
.my-diff-editor div {
font-size: inherit;
}
.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;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/markdown-editor/toolbar/index.less ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.markdown-toolbar-container {
display: flex;
flex-flow: row wrap;
align-items: center;
padding: 0 5px;
margin: 0;
position: relative;
list-style: none;
background: #fff;
border-bottom: 1px solid #ccc;
box-sizing: border-box;
line-height: 20px;
width: 100%;
min-height: 30px;
}
.markdown-toolbar-container .fill-tip {
cursor: pointer;
font-size: 12px;
display: inline-block;
padding: 5px;
border: 1px solid #eaeaea;
border-radius: 5px;
box-sizing: border-box;
line-height: 16px;
height: auto;
color: #666;
position: relative;
justify-content: center;
margin-left: 10px;
}
.markdown-toolbar-container .fill-tip::before {
content: ' ';
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 6px solid #fff;
position: absolute;
left: -6px;
top: 6px;
z-index: 10;
}
.markdown-toolbar-container .fill-tip::after {
content: ' ';
width: 0;
height: 0;
border-top: 6px solid transparent;
border-bottom: 6px solid transparent;
border-right: 6px solid #cccbcb;
position: absolute;
left: -7px;
top: 6px;
}
.markdown-toolbar-container li {
color: #666;
padding: 0 1px;
height: 100%;
display: flex;
height: 38px;
flex-flow: column nowrap;
justify-content: center;
}
.markdown-toolbar-container a,
.markdown-toolbar-container span {
display: block;
}
.markdown-toolbar-container a {
width: 28px;
color: #666;
cursor: pointer;
text-align: center;
font-size: 18px;
}
.markdown-toolbar-container .btn-null {
width: auto;
display: flex;
flex-flow: row nowrap;
align-items: center;
}
.markdown-toolbar-container span.v-line {
margin: 0 5px;
height: 65%;
border-right: 1px solid #ccc;
}
.mini .markdown-toolbar-container li {
height: 28px;
}
.editor-resize {
display: block;
width: 120px;
height: 4px;
left: 54%;
margin-top: 2px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
cursor: row-resize;
white-space: nowrap;
overflow: hidden;
text-transform: capitalize;
box-sizing: border-box;
margin: 0 auto;
}
.btn-full-screen {
position: absolute;
right: 5px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!****************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[4].oneOf[1].use[2]!./src/components/markdown-editor/css/iconfont.css ***!
\****************************************************************************************************************************************************************************************************************************************************/
@font-face {
font-family: "md-iconfont";
src: url(./static/iconfont.498a2e20.eot);
/* IE9 */
src: url(./static/iconfont.498a2e20.eot#iefix) format('embedded-opentype'),
/* IE6-IE8 */
url(data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAArkAAsAAAAAFGQAAAqUAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCFTgqYEJMCATYCJANMCygABCAFhG0HgUwb5hCjooZyUthkf4mpyEh3pV0O3eNzjDeMPcxWAACWBR8hkIIUVSIBAABgBAAACrx/wAkAfPHw39iv+2bmqzZUIt1PJ5FJeCMRibbSgsVNdRP+A23z391RKZiNY99ZzVmNklbCKpCtz0WxCnCVhUtkySLj37772YjcCVNhPk1OHZFC37UprJD/0ozsDfr3lrQ9Ja2fjpzpmcEJypq3QpVe3mEqOf/v+doc8Dx9AQTUAMH8r7l6h4jEycc0pD1SorTNT/f4+MQxO0wsRBKPkEy8VKiUQkiNRAgFe/ZbMVsJqPuMwq6/O48n0DSrO+To+fNnsFBwIlDuxls5WHgSlBjXUJdXFduW9T9hiXp6QK0GftDXx6ftOkkl4yc6PnvSg9sX5F9YZK7lf7DLU+CyExnbQCFelKr/MLbwbSKbKubEL8C8+KkUXjBVS7qLlkVFb9ncJpntxd2Xna/ekiQvSGwMutYjdpgXxBuyGejDtFUlNc1R+S9PV0tPERo6BpxAVHGyfbR8yxuCF0QLoQ9eUCDzArVfFA0EogJBSEd1B1QDFQ2oCSoLUAWUClAdlA5QF5QeUAvUMoTQ49UNKkRJAAUoG6AGqLsIocNbZwgD8P5WaYiTI2ObVWDfIP8FUH4B6GfCk1BkoQkNRVUCH5pC4eygwLuuu+XmIXB2jvFmcAXLmYJqni3c1sPfw8QoEHgwJsKwODyKoOr8CI/D4QnXuLpRnSqZzvUuVSLdXrMmWVlh7pdqFWyeZ6zbaj5Ea9VLbFFqJyuBbiHz/aXdwxv1o+qp6jZLs1AoqRHINuoHKJHgGlMq1FfO6n7nwbByXhAmPX0mB8QGO11d2a6eq73I/Or36dQNtU+OwzR+ZOhIvG9PavecX/p9136p84XxwOvWiBPqlOFByvvvoYHx+0JjX16+64EsGBw0NqsGsL2dB1a3LWieWdtgu+WlDNp1MF9ltnZPtbPEY8rCiCkoSnZWNZgOJAAl+ocR4Jr4TUSwy+pyq13sImw2Fj1QBDqoHIWVps9Oe6/70Jfl40V7rnnTFmeGL+2vXqcfP4VVab9hukZcxUCnDA32Jtjd74Pq5fqv/DUTv8a31K6dFFOXnYveQGKctVFs8p4EALG+V11C2k2eplEv6t7hrB6No5sL92F7AoDl8P79bJMbOAhN9S6f7YaoS6zTe9h2X22CMIMRuZ79KYSPUz0yAEJ8rmdkLSCsDbKUZm/XaCgZ/3VkwnSMp/9a/65inE4Uu2wpyvFCFYvarGxSdRFKJeNT4ujk1MPfe6Bfa1ePW1WWCVy3bmr1ko7JRynl544qLhwru3hEfhUBCxEIWwnsFpJobe+0dMS615o7jFByxzl6MRW7yD3AFsV0zZqSm1WJkK0FPjJifKsACpFsbVi3qVmD1bvqe9PTYcIIhActzTk/QMnRVdY0Pb7j2XG36f9tN8ut1oJNWexSlW9qSnbtoj2Ard40hheK/stt/Ut2NZuOWH0LFR+pyhrW/Vxd1qxBZumxWhaUbCWixxf57PaZp/zogTpeVQvYYzYAIWZjZfY6MnRB4WtX8Aed+pB7/b920mRPncmHsN1D1a0tBKlHMLW3enfGi7YkG8vfl/elLiUsZCidC5YNWzGlcQO4+sZRlCD0gOaxhQuu5niOdslx9TOub171Par2oocFG4Lp6Efmzzdh8x4Fmt4mtuL9IqxYM+Ww9DDlA5vzL9RB+0Cnf5QfkjxvFh0Ku4SFzC9xSN7TGR9dDnc77NLX2BcsxR5+++YIORTi+PXrvnhD6AZxIVtIpBJbJBafL5XKCMLFsbeeYvQwsW3yr18PRB2SDrRQvBH+Gz0sYA7hLhRtkTDn2PMl/Hr3WF2tQ427l4pUI6p77tAqMvhyjeI2X55BNI96ULb6taXwatu97E+KgDtTZr3ZmPRlSMDqgBUpYRjf7nxyxUYLPcLf8/goevBIapk4t6AXcyBfkRW7zEmZM4DBml3Hd+uXLkxnC0og1FvPgqhH9w7Gx2ZVG8NnzHROmMuTfZTxxiU6r9tenVmYoC7PjMYMbn3ciwIq5X7d0luk6eUBmmkpD2OVcT2khWWhUf48X6daKAACJ1QMnKGijbLmjgGJxOJh0etlsihEQZaLWeHhcZ6Qpy0BYgwnlkfHRS83RuUx2vVrddavPzeL2UjMzhXIDzlv4wpngWYETXAQTxzbwZMJtotbI/6nGtXvUt3DfgUhXHdJfxXbgTlYk5iXtCboggWuk4QGQUuap1DGQ/jL3SjM/aGRVn4x+57YwSaYl5hUwYGyXTNRJMgLqHcRVSEtRXJrUenECVrthIm6Jp2hybBzZ2Aqn3sjR1ahzc4WBlZBr5CqspB5g+tCFuVky4pKrUXy50ylRVZ5UbYD6mIPbNY0aXJyIC5QevaqkXue2+Zznuqd5U7qWmd1OOQ8+RUaLa7V4JoKxtQYP37AP8Rq6O/2GaPk0/XjPIKEsI4FkYN50bGZeSPH5cUkxF6MrBzA8OErS+uGfeN0hu/al9DB82E3DBQkDkyExEAkSDxZtF88KSIowojtR4cW2h9YHkRrg4URLh63c1sgZtDws9MLKG2UcSnTz+OlSxDDszwVkDJP0QvX6GjwSWYVeVOG9O6N6FjZWYBGzmKp8rw8KlFR4XTdw8Ko2tvAmLrB6NJ5rIHXVsx509enr2J52LGDiBwKRLrSeRWD721sVqUYVNuXzAvODPp3at2cYY3DJeb8udMPDz4sqDhlkW94SGlunIZ/WOLLCpszsK7GPypJL5XLpfokwCEtvfpI0RGZ7G7RXZJkVY8dOzjgPMvBkh/W9cPNQuGEic+XLYO4jMPr1ik7mxf//sz0Vl+z2QNLwPGr2MaIq/iQZ3iiyFLysoJUx7hBvXVEhWRhQai0ksJtOOvSxyixBtNubwhcuzfC9qpSrsxhzHqYBeeFYRT5EADZ7n9sNLGWuoapWKMrCDaWYcjB6BPgRuweJZFFgSKxcBGMACAn+o0NB8ueN2FS1vKAnbLu5AIskPURO4ahfGPhPAwn/wJKQY+T/5dtjuLHy0DTIUFI9i7LQeme1K11/JRvDPZ/nIy7ezlLKI38Sxry5QADiqsRsC+BVIhB/sre0mOiiPIUaT1TnSEkGd8MBOVpgfzfKyqZI+rKVDg7oSkGsR/RDd2vn56kFu/G6IkDkpoZkNUto8VyG1S07ICqul3QtCV355aRQcaiNLBpAgOhbxtIuv7hWWXZiRdYOkDF1DusCscZNJ3EzT5bVl+uHggkgxb7q/AKs5HJvDLLf4E9RkkH6Wm1P6DiMYuubr8FL5CBytignOyW2QhDmMQzWwdiRNETHkBx7ZDf75rG3DasFabByiECJDYCa0Kja/SeFJSZ6dkq8PlfgHUUSRTT7Cv6H0AKP3chUriIFOgLmVM125aqg51YW0MOCkNo2QQli845KkAUuUgYoF7qACisps+R3dvpceiuNS1Z10+n5U9afC3yrUdT5ChRiWrUoh6Nv2UXakcnutGL/sHh0THarSOfwxzy5D2yhYlCDTPPMno12WPU894rPhJMk8/HskLSQFX0hScxi8EgpWmfvDlm5UFAe56y3EcYl2MawxWWGrMqURY3m3qsoNjS+AhVRfGDAQAAAA==) format('woff2'),
url(./static/iconfont.09806494.woff) format('woff'),
url(./static/iconfont.f5a4e17c.ttf) format('truetype'),
/* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
url(./static/iconfont.c0c6fa27.svg#iconfont) format('svg');
/* iOS 4.1- */
}
.md-iconfont {
font-family: "md-iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-shrink:before {
content: "\e728";
}
.icon-enlarge:before {
content: "\e623";
}
.icon-code:before {
content: "\e602";
}
.icon-italic:before {
content: "\e718";
}
.icon-bold:before {
content: "\e644";
}
.icon-picture:before {
content: "\e606";
}
.icon-minus:before {
content: "\e62c";
}
.icon-order-list:before {
content: "\e655";
}
.icon-link:before {
content: "\e7d4";
}
.icon-formula:before {
content: "\e633";
}
.icon-unorder-list:before {
content: "\e668";
}
.icon-edit:before {
content: "\e603";
}
.icon-table:before {
content: "\e7db";
}
.icon-sum:before {
content: "\e667";
}
.icon-eye:before {
content: "\e69f";
}
.icon-eye-slash:before {
content: "\e601";
}
.icon-eraser:before {
content: "\e8cd";
}
.icon-file-code:before {
content: "\e9ec";
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/components/markdown-editor/upload-image/index.less ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.upload-button {
width: 120px;
height: 32px;
display: block;
position: relative;
color: #0152d9;
}
.upload-button input {
opacity: 0;
width: 160px;
height: 32px;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Editor/NullChildEditor/index.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex___eLcnP {
display: flex;
display: -ms-flex;
}
.flex1___yUTT7 {
flex: 1 1;
}
.color666___TiUhG {
color: #666;
}
.error___gTTtv {
border-color: #f5222d;
}
.deleteIcon___mnZW1 {
cursor: pointer;
color: #ccc;
margin-left: 15px;
font-size: 18px;
}
.addIcon___JC5NS {
cursor: pointer;
color: #29bd8b;
margin-left: 6px;
font-size: 16px;
padding-top: 1px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Edit/components/editor.less?modules ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___epJYP {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___SU6BD {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___Qes2t {
align-items: center;
box-align: center;
}
.flex_box_center_end___hGppz {
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___uzhhO {
flex-direction: column;
box-orient: block-axis;
}
.wrap___rEjJ0 {
padding: 20px 30px;
box-sizing: border-box;
}
.modal___gRDV9 div[class~='ant-modal-confirm-content'] {
font-size: 16px;
text-align: center;
}
.modal___gRDV9 span[class~='ant-modal-title'] {
font-size: 16px;
}
.titleWrap___MK_OO {
margin: 10px 0px;
}
.required___Hja3H {
margin-right: 4px;
color: #e04040;
font-size: 16px;
}
.title___vMFKz {
font-size: 14px;
color: #333333;
}
.colorGray___hNhIL {
color: #888888;
}
.choiceWrap___Xx5du {
display: flex;
margin-top: 15px;
}
.answer___cbuNE {
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___LwFG7 {
background: #ff7500;
color: #ffffff;
border: 1px solid #ff7500;
}
.deleteIcon____HG4s {
cursor: pointer;
color: #ccc;
margin-left: 15px;
font-size: 18px;
}
.addIcon___r_Vhy {
cursor: pointer;
color: #29bd8b;
margin-left: 6px;
font-size: 16px;
padding-top: 1px;
}
.editorWrap___OYwur {
flex: 1 1;
}
.htmlWrap___qXHYn {
display: flex;
margin-top: 0px;
min-height: 38px;
border-radius: 2px;
max-width: 1056px;
word-break: break-all;
border: 1px solid #dddddd;
padding-left: 10px;
padding-top: 6px;
}
.htmlWrap___qXHYn p {
margin: 7px 10px;
}
.radio___urtyZ {
width: 60px;
height: 32px;
line-height: 32px;
text-align: center;
}
.color333___Lah7k {
color: #333;
}
.color999___TmkZt {
color: #999;
}
.questionType___r_bKw {
display: box;
display: flex;
}
.questionType___r_bKw > div {
flex: 1 1;
}
.questionChoices___LA7VM {
margin-top: 15px;
}
.questionChoices___LA7VM > div {
margin: 8px 0;
}
.action___fTTDM {
display: flex;
justify-content: flex-end;
align-items: center;
}
.difficult___Mg7lT label[class~='ant-radio-button-wrapper'] {
width: 106px;
height: 33px;
line-height: 33px;
background: #eeeeee;
border-radius: 17px;
color: #333333;
text-align: center;
border: 0px;
margin-right: 27px;
margin-top: 6px;
}
.difficult___Mg7lT label[class~='ant-radio-button-wrapper']:not(:first-child)::before {
width: 0px;
}
.difficult___Mg7lT label[class~='ant-radio-button-wrapper-checked'] {
width: 106px;
height: 33px;
background: #0152d9;
border-radius: 17px;
text-align: center;
border: 0px;
color: #ffffff !important;
margin-right: 27px;
margin-top: 6px;
}
.fold___oVjRI .head___fpwmn {
height: 46px;
background: #f2f2f2;
display: flex;
align-items: center;
padding-left: 10px;
padding-right: 20px;
margin-bottom: 10px;
cursor: pointer;
}
.fold___oVjRI .head___fpwmn span {
font-size: 12px;
color: #333333;
margin-left: 5px;
}
.fold___oVjRI .head___fpwmn i {
display: inline-block;
}
.fold___oVjRI .head___fpwmn b {
color: #165dff;
cursor: pointer;
margin-left: auto;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Knowledge/index.less?modules ***!
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap___F7E3F {
display: flex;
flex-direction: row;
}
.addKnowledge___LyKCQ {
border: 1px solid #0152d9;
color: #0152d9;
background-color: rgba(24, 144, 255, 0.2);
padding: 0 10px;
border-radius: 5px;
cursor: pointer;
height: 28px;
line-height: 28px;
}
.addKnowledge___LyKCQ:focus {
outline: 0px;
}
.disabled___P1Ph9 {
cursor: not-allowed;
background: #f5f5f5;
border: 1px solid #d9d9d9;
color: rgba(0, 0, 0, 0.25);
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/DragSubject/index.less?modules ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___dDNpp {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___ovpjv {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___oqAEt {
align-items: center;
box-align: center;
}
.flex_box_center_end___mHCIK {
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___GZMP2 {
flex-direction: column;
box-orient: block-axis;
}
.posWarp___ZUxXl {
position: relative;
}
.posWarp___ZUxXl:hover .pos___A7NKx {
display: block;
}
.posWarp___ZUxXl .pos___A7NKx {
position: absolute;
display: none;
z-index: 2;
top: 0;
left: 0;
border: 1px solid #9be5ad;
width: 100%;
height: 100%;
pointer-events: none;
}
.posWarp___ZUxXl .pos___A7NKx .tips___ap6NV {
width: 196px;
height: 32px;
background: #9be5ad;
border-radius: 0px 0px 0px 22px;
float: right;
text-align: center;
line-height: 32px;
color: #fff;
padding-left: 5px;
}
.posWarp___ZUxXl .markWrongBtnWrapper___oAKlK {
padding-left: 30px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Paperlibrary/EditPaper/Questions/editor.less?modules ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center____wjva {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___F2_sO {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___pCTvi {
align-items: center;
box-align: center;
}
.flex_box_center_end___ChHrd {
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___HeDXp {
flex-direction: column;
box-orient: block-axis;
}
.wrap____e4M2 {
padding: 20px 30px;
box-sizing: border-box;
}
.modal___UjGgD div[class~='ant-modal-confirm-content'] {
font-size: 16px;
text-align: center;
}
.modal___UjGgD span[class~='ant-modal-title'] {
font-size: 16px;
}
.titleWrap___PWC_1 {
margin: 10px 0px;
}
.required___OmL0I {
margin-right: 4px;
color: #e04040;
font-size: 16px;
}
.title___iJ1Qg {
font-size: 14px;
color: #333333;
}
.colorGray___xdJix {
color: #888888;
}
.choiceWrap___XT6nM {
display: flex;
margin-top: 15px;
}
.answer___pHl5v {
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___XjpeG {
background: #ff7500;
color: #ffffff;
border: 1px solid #ff7500;
}
.deleteIcon___O5cN4 {
cursor: pointer;
color: #ccc;
margin-left: 15px;
font-size: 18px;
}
.addIcon___a2AM2 {
cursor: pointer;
color: #29bd8b;
margin-left: 6px;
font-size: 16px;
padding-top: 1px;
}
.editorWrap___FKOOz {
flex: 1 1;
}
.htmlWrap___ogueB {
display: flex;
margin-top: 0px;
min-height: 38px;
border-radius: 2px;
max-width: 1056px;
word-break: break-all;
border: 1px solid #dddddd;
padding-left: 10px;
padding-top: 6px;
}
.htmlWrap___ogueB p {
margin: 7px 10px;
}
.radio___W1kjJ {
width: 60px;
height: 32px;
line-height: 32px;
text-align: center;
}
.color333____LRzT {
color: #333;
}
.color999___KrWiG {
color: #999;
}
.questionType___natt6 {
display: box;
display: flex;
}
.questionType___natt6 > div {
flex: 1 1;
}
.questionChoices___NluQh {
margin-top: 15px;
}
.questionChoices___NluQh > div {
margin: 8px 0;
}
.action___zhdyr {
display: flex;
justify-content: flex-end;
align-items: center;
}
.difficult___gAQyf label[class~='ant-radio-button-wrapper'] {
width: 106px;
height: 33px;
line-height: 33px;
background: #eeeeee;
border-radius: 17px;
color: #333333;
text-align: center;
border: 0px;
margin-right: 27px;
margin-top: 6px;
}
.difficult___gAQyf label[class~='ant-radio-button-wrapper']:not(:first-child)::before {
width: 0px;
}
.difficult___gAQyf label[class~='ant-radio-button-wrapper-checked'] {
width: 106px;
height: 33px;
background: #0152d9;
border-radius: 17px;
text-align: center;
border: 0px;
color: #ffffff !important;
margin-right: 27px;
margin-top: 6px;
}
.fold___aZJDt .head___WgTkC {
height: 46px;
background: #f2f2f2;
display: flex;
align-items: center;
padding-left: 10px;
padding-right: 20px;
margin-bottom: 10px;
cursor: pointer;
}
.fold___aZJDt .head___WgTkC span {
font-size: 12px;
color: #333333;
margin-left: 5px;
}
.fold___aZJDt .head___WgTkC i {
display: inline-block;
}
.fold___aZJDt .head___WgTkC b {
color: #165dff;
cursor: pointer;
margin-left: auto;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Export/components/Head/index.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap___SSpd0 {
position: relative;
font-size: 14px;
}
.wrap___SSpd0 [class~='ant-table-footer'] {
background-color: #fff;
padding: 0px;
}
.img___nbd2O {
position: absolute;
height: 100px;
width: 140px;
top: 2px;
left: 2px;
}
.table___fcP71 a {
color: rgba(0, 0, 0, 0.85);
}
.totalScore___YxSMe {
margin-right: 142px;
padding: 12px 8px;
border-right: 1px solid #f0f0f0;
border-left: 1px solid #f0f0f0;
}
.people___bf9pK {
padding: 12px 8px;
border-right: 1px solid #f0f0f0;
}
.glassSeal___dYhKO {
position: absolute;
font-size: 16px;
left: -480px;
top: 520px;
width: 1000px;
transform: rotate(-90deg);
border-bottom: 2px dashed #fb3226;
display: flex;
}
.glassSeal___dYhKO > span {
padding-right: 20px;
padding-left: 10px;
}
.glassSeal___dYhKO > span:nth-child(1) {
margin-left: auto;
}
.glassSeal___dYhKO > span:last-child {
margin-right: auto;
}
.paperHeader___gYUbq {
position: relative;
margin-bottom: 30px;
font-size: 18px;
font-weight: 500;
}
.paperHeader___gYUbq .exportBtn___nyRYQ {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
height: 34px;
width: 106px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Export/components/ExportSetting/index.less?modules ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.modalWrapper___rWDvO div[class~='ant-modal-body'] {
padding: 16px 46px;
}
.exportSettingWrapper___pCClH {
font-size: 14px;
font-weight: 400;
color: #000000;
}
.exportSettingWrapper___pCClH label[class~='ant-checkbox-wrapper'] {
font-size: 14px;
font-weight: 400;
color: #000000;
}
.exportSettingWrapper___pCClH .imgPreviewPart___PCv0Y img {
height: 338px;
}
.exportSettingWrapper___pCClH .tips___EVeBl {
font-size: 12px;
font-weight: 400;
color: #5F6367;
margin-left: 10px;
}
.exportSettingWrapper___pCClH .pottedLine___AaY68 img {
width: 100px;
}
.exportSettingWrapper___pCClH .pottedLine___AaY68 .text___ho3u_ {
font-size: 14px;
font-weight: 400;
color: #666666;
margin: 0 10px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Detail/components/Redo/index.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___VaA8k {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___TqHqG {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___lRanp {
align-items: center;
box-align: center;
}
.flex_box_center_end___BPjtN {
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___jWLBM {
flex-direction: column;
box-orient: block-axis;
}
.title___L0cG8 {
margin-top: 15px;
text-align: left;
font-size: 14px;
color: #333333;
display: flex;
align-items: center;
}
.title___L0cG8 img {
margin-right: 5px;
}
.search____WeIQ {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 10px;
}
.head___xmSl4 {
padding: 0px 8px;
background-color: #f5f5f5;
border-bottom: 1px solid #f0f0f0;
font-size: 14px;
display: flex;
align-items: center;
}
.head___xmSl4 > div {
width: 238px;
padding: 12px 0;
}
.row___HJKId {
padding: 12px 8px;
font-size: 14px;
display: flex;
align-items: center;
}
.row___HJKId > div {
width: 238px;
}
.row___HJKId > div:last-child {
width: auto;
flex: 1 1;
}
.row___HJKId.row___HJKId:nth-child(even) {
background-color: #f5f5f5;
}
.row___HJKId.row___HJKId:nth-child(odd) {
background-color: #fff;
}
.btns___m0Vc7 {
display: flex;
align-items: center;
justify-content: center;
margin-top: 14px;
}
.btns___m0Vc7 > div {
width: 60px;
height: 28px;
text-align: center;
line-height: 28px;
border-radius: 4px;
border: 1px solid #eaeaea;
cursor: pointer;
}
.btns___m0Vc7 > div:last-child {
background-color: #0152d9;
color: #fff;
border: 0;
margin-left: 20px;
}
.sort___qMLQP {
display: flex;
cursor: pointer;
padding-left: 10px !important;
}
.sort___qMLQP:hover {
background: #ededed;
}
.sort___qMLQP aside {
display: flex;
flex-direction: column;
font-size: 11px;
margin-left: 4px;
margin-top: 2px;
}
.sort___qMLQP aside > span:first-child {
margin-bottom: -2px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Detail/components/ReturnList/index.less?modules ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.info___FCajO {
display: flex;
}
.info___FCajO .info_name___nVPNy,
.info___FCajO .info_studeng_id___afKvd,
.info___FCajO .info_group___xadCu {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
min-width: 150px;
}
.info___FCajO .info_studeng_id___afKvd {
margin: 0 50px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/components/TrfList/index.less?modules ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.leftdiv___iuhY9 {
flex: 1 1;
margin-right: 8px;
height: 340px;
border-radius: 4px;
border: 1px solid #d9d9d9;
padding: 14px;
}
.leftdiv___iuhY9 .listClass___o5N53 {
display: flex;
align-items: center;
}
.leftdiv___iuhY9 .spantitle___KVMSL {
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 108px;
display: inline-block;
}
.rightdiv___f2zZr {
margin-left: 8px;
flex: 1 1;
height: 340px;
border-radius: 4px;
border: 1px solid #d9d9d9;
padding: 14px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Paperlibrary/Random/PreviewEdit/index.less?modules ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___kQBcj {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___Znlbo {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___CPD50 {
align-items: center;
box-align: center;
}
.flex_box_center_end___jzPvK {
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___cvIBS {
flex-direction: column;
box-orient: block-axis;
}
.wrap___lab8O {
margin: 0 auto 20px auto;
max-width: 1200px;
}
.wrap___lab8O .crumbs___qvTza {
display: flex;
align-items: center;
margin: 24px 0;
}
.wrap___lab8O .crumbs___qvTza b {
width: 6px;
height: 6px;
background: #198cfe;
border-radius: 3px;
margin-right: 7px;
}
.wrap___lab8O .crumbs___qvTza span {
font-size: 14px;
color: #666666;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Paperlibrary/Random/AddAndEdit/components/StepPreview/index.less?modules ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___bZaL5 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___oaJSq {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center____hsuP {
align-items: center;
box-align: center;
}
.flex_box_center_end___ZYbPQ {
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___nE_62 {
flex-direction: column;
box-orient: block-axis;
}
.wrap___ulhwR {
width: 1200px;
display: flex;
justify-content: space-between;
align-items: flex-start;
margin-top: 20px;
}
.wrap___ulhwR .left___kyWln {
width: 266px;
margin-right: 20px;
position: -webkit-sticky;
position: sticky;
z-index: 1;
top: 0;
overflow-y: hidden;
overflow-x: hidden;
max-height: calc(100vh - 214px);
}
.wrap___ulhwR .left___kyWln .title___jsO1D {
width: 266px;
height: 74px;
background: #ffffff;
border-radius: 6px;
margin-bottom: 14px;
display: flex;
justify-content: center;
align-items: center;
}
.wrap___ulhwR .left___kyWln .title___jsO1D div {
width: 238px;
height: 46px;
background: #f5f7fd;
border-radius: 6px;
display: flex;
align-items: center;
}
.wrap___ulhwR .left___kyWln .title___jsO1D div b {
width: 5px;
height: 16px;
background: #198cfe;
border-radius: 2px;
margin-right: 9px;
}
.wrap___ulhwR .left___kyWln .title___jsO1D div span {
font-size: 20px;
font-weight: 500;
color: #333333;
}
.wrap___ulhwR .left___kyWln .total___GEhiU {
width: 266px;
height: 166px;
background: #ffffff;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 14px;
}
.wrap___ulhwR .left___kyWln .total___GEhiU > div {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.wrap___ulhwR .left___kyWln .total___GEhiU > div span {
margin: 14px 0;
font-size: 14px;
font-weight: 400;
color: #999999;
}
.wrap___ulhwR .left___kyWln .total___GEhiU > div aside {
font-weight: 500;
color: #333333;
font-size: 24px;
}
.wrap___ulhwR .left___kyWln .list___u9dBZ {
width: 266px;
background: #ffffff;
border-radius: 6px;
padding: 15px 18px;
margin-bottom: 14px;
}
.wrap___ulhwR .left___kyWln .list___u9dBZ .name___Wxggs {
display: flex;
align-items: center;
margin-left: 6px;
}
.wrap___ulhwR .left___kyWln .list___u9dBZ .name___Wxggs b {
width: 4px;
height: 4px;
background: #198cfe;
border-radius: 2px;
margin-right: 7px;
}
.wrap___ulhwR .left___kyWln .list___u9dBZ .name___Wxggs span {
font-size: 14px;
font-weight: 500;
color: #333333;
}
.wrap___ulhwR .left___kyWln .list___u9dBZ aside {
display: flex;
flex-direction: column;
}
.wrap___ulhwR .left___kyWln .list___u9dBZ aside > div:first-child {
color: #8a8a8a;
font-size: 14px;
display: flex;
align-items: center;
margin: 13px 0 13px 6px;
}
.wrap___ulhwR .left___kyWln .list___u9dBZ aside > div:first-child .b___Y15YO {
font-weight: 500;
color: #198cfe;
font-size: 18px;
margin: 0 10px;
}
.wrap___ulhwR .left___kyWln .list___u9dBZ aside > div:first-child .r___mKQoe {
margin: 0 10px;
font-size: 18px;
font-weight: 500;
color: #df3065;
}
.wrap___ulhwR .left___kyWln .list___u9dBZ aside > div:first-child .l___uelFD {
margin: 0 10px;
}
.wrap___ulhwR .left___kyWln .list___u9dBZ aside > div:last-child .tag___Mpkbg {
display: inline-block;
width: 34px;
height: 34px;
text-align: center;
line-height: 34px;
background: #deefff;
border-radius: 4px;
font-size: 16px;
font-weight: 500;
color: #3396fb;
margin: 6px;
cursor: pointer;
}
.wrap___ulhwR .right___mQ3dU {
flex: 1 1;
}
.wrap___ulhwR .examName___Na1r8 {
width: 100%;
height: 100px;
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 20;
border-radius: 6px 6px 0 0;
background: #ffffff;
padding-left: 46px;
padding-right: 46px;
display: flex;
justify-content: space-between;
align-items: center;
}
.wrap___ulhwR .examName___Na1r8 .name___Wxggs {
color: #333333;
font-size: 24px;
font-weight: 600;
flex: 1 1;
display: flex;
align-items: center;
}
.wrap___ulhwR .examName___Na1r8 .name___Wxggs .t___IgCWK {
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 430px;
}
.wrap___ulhwR .examName___Na1r8 .name___Wxggs .num___CXI8j {
font-size: 14px;
font-weight: 400;
color: #8a8a8a;
margin-left: 20px;
}
.wrap___ulhwR .examName___Na1r8 .ant-pagination button {
line-height: normal;
line-height: initial;
}
.wrap___ulhwR .topWarp___Kicpu {
padding: 0px 46px 40px 46px;
background-color: #ffffff;
border-radius: 0 0 6px 6px;
}
.wrap___ulhwR .topWarp___Kicpu .head___jx3W8 {
display: flex;
align-items: center;
justify-content: flex-start;
height: 50px;
padding-top: 12px;
border-top: 1px dotted #dfdfdf;
margin-top: 20px;
}
.wrap___ulhwR .topWarp___Kicpu .head___jx3W8 .name___Wxggs {
display: flex;
align-items: center;
}
.wrap___ulhwR .topWarp___Kicpu .head___jx3W8 .name___Wxggs b {
width: 6px;
height: 6px;
background: #198cfe;
border-radius: 3px;
margin-right: 10px;
}
.wrap___ulhwR .topWarp___Kicpu .head___jx3W8 .name___Wxggs span {
font-size: 20px;
font-weight: 500;
color: #333333;
}
.wrap___ulhwR .topWarp___Kicpu .head___jx3W8 .so___qYW7F {
color: #8a8a8a;
font-size: 14px;
display: flex;
align-items: center;
margin: 13px 0 13px 20px;
}
.wrap___ulhwR .topWarp___Kicpu .head___jx3W8 .so___qYW7F .b___Y15YO {
font-weight: bold;
color: #198cfe;
font-size: 18px;
margin: 0 10px;
}
.wrap___ulhwR .topWarp___Kicpu .head___jx3W8 .so___qYW7F .r___mKQoe {
margin: 0 10px;
font-size: 18px;
font-weight: bold;
color: #df3065;
}
.wrap___ulhwR .topWarp___Kicpu .head___jx3W8 .so___qYW7F .l___uelFD {
margin: 0 10px;
}
.wrap___ulhwR .topWarp___Kicpu .head___jx3W8 .btn___EMJDz {
margin-left: auto;
}
.wrap___ulhwR .content___sHGsV {
margin-top: 24px;
}
.wrap___ulhwR .content___sHGsV .ant-btn {
transition: 0s;
}
.wrap___ulhwR .content___sHGsV .titleWrap___I__GR {
display: flex;
justify-content: space-between;
}
.wrap___ulhwR .content___sHGsV .titleWrap___I__GR > button {
flex-shrink: 0;
}
.wrap___ulhwR .content___sHGsV .single___K5iv9 ul {
margin: 10px 0;
padding-left: 28px;
display: flex;
align-items: flex-start;
}
.wrap___ulhwR .content___sHGsV .single___K5iv9 ul li:first-child {
font-size: 14px;
color: #8d8d8d;
margin-top: 2px;
flex-shrink: 0;
}
.wrap___ulhwR .content___sHGsV .single___K5iv9 ul li:last-child .markdown-body p {
font-size: 14px;
color: #8d8d8d;
}
.wrap___ulhwR .content___sHGsV .analysis___NoAuR {
background: #fafafa;
border-radius: 6px;
padding: 25px 38px;
margin-top: 10px;
}
.wrap___ulhwR .content___sHGsV .analysis___NoAuR > div {
font-size: 14px;
font-weight: 400;
color: #333333;
margin-bottom: 20px;
}
.wrap___ulhwR .content___sHGsV .analysis___NoAuR > aside {
display: flex;
align-items: flex-start;
}
.wrap___ulhwR .content___sHGsV .analysis___NoAuR > aside .text___xESW2 {
font-size: 14px;
margin-top: 3px;
margin-right: 5px;
flex-shrink: 0;
}
.wrap___ulhwR .content___sHGsV .analysis___NoAuR > aside .markdown-body p {
font-size: 14px;
color: #333333;
}
.wrap___ulhwR .content___sHGsV .analysis___NoAuR > ul {
padding: 0;
margin-top: 20px;
display: flex;
justify-content: space-between;
font-size: 14px;
color: #333333;
}
.wrap___ulhwR .single___K5iv9 ul {
margin: 10px 0;
padding-left: 28px;
display: flex;
align-items: flex-start;
}
.wrap___ulhwR .single___K5iv9 ul li:first-child {
font-size: 14px;
color: #8d8d8d;
margin-top: 2px;
}
.wrap___ulhwR .single___K5iv9 ul li:last-child .markdown-body p {
font-size: 14px;
color: #8d8d8d;
}
.wrap___ulhwR .btnsElse___FPu2o {
display: flex;
justify-content: center;
align-items: center;
height: 68px;
visibility: hidden;
}
.wrap___ulhwR .btnsElse___FPu2o button {
margin: 0 15px;
}
.wrap___ulhwR .btnsWrap___GNs1j {
display: flex;
justify-content: center;
align-items: center;
height: 68px;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 7;
background: #e7f3ff;
visibility: hidden;
}
.wrap___ulhwR .btnsWrap___GNs1j .btns___dsNVj {
display: flex;
justify-content: center;
align-items: center;
width: 1200px;
padding-left: 286px;
}
.wrap___ulhwR .btnsWrap___GNs1j .btns___dsNVj button {
margin: 0 15px;
}
.modalColumn___I_tK_ {
font-size: 14px;
}
.modalColumn___I_tK_ .modalRow___lyw_U {
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
flex-direction: row;
margin-top: 30px;
}
.modalColumn___I_tK_ .modalRow___lyw_U .sup___HSz3Z {
color: #fb3226;
font-size: 16px;
margin-top: 21px;
margin-right: 2px;
}
.popover___kE8aI .ant-popover-arrow {
border-right-color: #55575d !important;
border-bottom-color: #55575d !important;
}
.popover___kE8aI .ant-popover-inner-content {
color: #fff;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Paperlibrary/Random/AddAndEdit/components/StepPreview/components/editor.less?modules ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap___OIoOI {
box-sizing: border-box;
}
.modal___Z3hfU div[class~='ant-modal-confirm-content'] {
font-size: 16px;
text-align: center;
}
.modal___Z3hfU span[class~='ant-modal-title'] {
font-size: 16px;
}
.titleWrap___aK3oG {
margin: 10px 0px;
}
.required___NHoO7 {
margin-right: 4px;
color: #e04040;
font-size: 16px;
}
.title___uxb1R {
font-size: 14px;
color: #333333;
}
.colorGray___O8YPg {
color: #888888;
}
.choiceWrap___t51sb {
display: flex;
margin-top: 15px;
}
.answer___vsBnh {
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___AJN4p {
background: #ff7500;
color: #ffffff;
border: 1px solid #ff7500;
}
.deleteIcon___WvOJZ {
cursor: pointer;
color: #ccc;
margin-left: 15px;
font-size: 18px;
}
.addIcon___UyeIs {
cursor: pointer;
color: #29bd8b;
margin-left: 6px;
font-size: 16px;
padding-top: 1px;
}
.editorWrap___uqcFU {
flex: 1 1;
}
.htmlWrap___GcBNL {
display: flex;
margin-top: 0px;
min-height: 38px;
border-radius: 2px;
max-width: 1056px;
word-break: break-all;
border: 1px solid #dddddd;
}
.radio___e8qQ5 {
width: 60px;
height: 32px;
line-height: 32px;
text-align: center;
}
.color333___PLzVK {
color: #333;
}
.color999___v3EY0 {
color: #999;
}
.fold___OfvPe .head___EejYX {
height: 46px;
background: #f2f2f2;
display: flex;
align-items: center;
padding-left: 10px;
padding-right: 20px;
margin-bottom: 10px;
cursor: pointer;
}
.fold___OfvPe .head___EejYX span {
font-size: 12px;
color: #333333;
margin-left: 5px;
}
.fold___OfvPe .head___EejYX i {
display: inline-block;
}
.fold___OfvPe .head___EejYX b {
color: #165dff;
cursor: pointer;
margin-left: auto;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Detail/components/Checking/index.less?modules ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___WY2F6 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___iUTlt {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___mDkSS {
align-items: center;
box-align: center;
}
.flex_box_center_end___Wn6Ih {
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___fErgP {
flex-direction: column;
box-orient: block-axis;
}
.customModal___WBifT .ant-modal-close-x {
width: 86px;
height: 66px;
line-height: 66px;
}
.customModal___WBifT .ant-modal-content {
border-radius: 4px;
overflow: hidden;
}
.customModal___WBifT .ant-modal-header {
padding: 22px 40px;
}
.customModal___WBifT .ant-modal-header .ant-modal-title {
font-size: 18px;
font-weight: 400;
}
.customModal___WBifT .ant-modal-body {
padding: 40px 40px 30px 40px;
}
.checking___THUYH {
display: flex;
flex-direction: column;
}
.checking___THUYH .content___OYuOv {
max-height: 500px;
}
.checking___THUYH .content___OYuOv .group___mn5IG {
display: flex;
align-items: center;
}
.checking___THUYH .content___OYuOv .group___mn5IG > p {
flex-shrink: 0;
margin: -6px 0px 0px;
font-size: 16px;
}
.checking___THUYH .content___OYuOv .group___mn5IG label {
max-width: 200px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 16px;
margin-left: 6px;
}
.checking___THUYH .footer___yBjyD {
display: flex;
height: 44px;
justify-content: flex-end;
align-items: center;
}
.checking___THUYH .footer___yBjyD > label {
margin-right: auto;
font-size: 16px;
}
.checking___THUYH .footer___yBjyD > button {
width: 100px;
height: 40px;
border-radius: 4px;
font-size: 16px;
}
.checking___THUYH .footer___yBjyD > button:first-of-type {
background: #DEDEDE;
color: #333;
margin-right: 20px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Detail/components/ConfigWorks/index.less?modules ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___Onpg9 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___nYRpC {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___NGA7H {
align-items: center;
box-align: center;
}
.flex_box_center_end___a2dUm {
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___c5CN2 {
flex-direction: column;
box-orient: block-axis;
}
.form___TDc55 {
margin-bottom: 20px;
padding-bottom: 40px;
}
.form___TDc55 strong {
font-weight: normal;
color: #333;
font-size: 16px;
}
.form___TDc55 h1 {
font-weight: 600;
color: #333;
font-size: 16px;
}
.form___TDc55 label[class~='ant-radio-wrapper'],
.form___TDc55 label[class~='ant-checkbox-wrapper'] {
font-size: 16px;
font-weight: 500;
color: #333333;
}
.form___TDc55 label[class~='ant-radio-wrapper'] span,
.form___TDc55 label[class~='ant-checkbox-wrapper'] span {
color: #333333;
}
.form___TDc55 [class~='ant-form-item'] {
margin-bottom: 0;
}
.scoreSettingWrapper___L7weV label[class~='ant-radio-wrapper'] span,
.scoreSettingWrapper___L7weV label[class~='ant-checkbox-wrapper'] span {
color: #333333;
}
.ipItem___nAf_u {
font-size: 14px;
padding: 10px;
}
.ipItem___nAf_u i {
background: rgba(24, 144, 255, 0.1);
font-style: normal;
border-radius: 12px;
padding: 5px 15px;
margin-right: 5px;
line-height: 1;
display: inline-block;
}
.ipWrp___x3LTQ {
padding: 20px;
background: #fafafa;
}
.tagWrap___PMN4b {
display: flex;
align-items: center;
justify-content: space-between;
margin-right: 10px;
}
.tagWrap___PMN4b > div {
display: flex;
flex-wrap: wrap;
}
.tagWrap___PMN4b .tag___Auf1J {
height: 24px;
line-height: 24px;
font-size: 14px;
padding: 0 10px;
color: #0152d9;
background: #eaf0fc;
margin: 3px;
border-radius: 2px;
display: inline-flex;
}
.tagWrap___PMN4b .tag___Auf1J b {
display: inline-block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
max-width: 70px;
font-weight: 400;
}
.tagWrap___PMN4b .tag___Auf1J span {
cursor: pointer;
color: #0152d9;
margin-left: 5px;
}
.tagWrap___PMN4b .tag___Auf1J span i {
font-size: 12px;
display: inline-block;
transform: scale(0.6);
}
.padding___veqnd {
padding: 9px 8px !important;
}
.unlockKeyWrapper___UOERJ {
margin-top: 15px;
padding-left: 24px;
}
.unlockKeyWrapper___UOERJ .unlockKeyInput___ItI9I {
width: 144px;
}
.mb40___eMjps {
margin-bottom: 40px;
}
.mb28___ZxJPY {
margin-bottom: 28px;
}
.mainRuleText___U5cJS {
font-size: 16px;
font-weight: 400;
color: #333333;
}
.minorRuleText___aZezx {
font-size: 14px;
font-weight: 400;
color: #333333;
}
.contentInterval___slPV9 {
margin-left: 24px;
}
.numberInput____ONIt {
margin: 0 10px;
width: 276px;
height: 38px;
display: flex;
align-items: center;
}
.publishRuleIndex___s2cVA {
font-size: 16px;
font-weight: 500;
color: #333333;
margin-bottom: 30px;
}
.publishRuleIndex___s2cVA::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
border-radius: 50%;
background-color: #C1C5CE;
margin-right: 10px;
margin-left: 4px;
}
.publishRuleContent___HohmS {
margin-bottom: 40px;
}
.publishRuleContent___HohmS .groupSelector___Zxqsw {
margin-left: 10px;
margin-right: 40px;
width: 237px;
}
.publishRuleContent___HohmS .groupSelector___Zxqsw div[class~='ant-select-selector'] {
min-height: 38px;
}
.publishRuleContent___HohmS div[class~='ant-picker'] {
margin-left: 10px;
height: 38px;
}
.publishRuleContent___HohmS .addAndDelete___saTVM {
text-align: right;
font-size: 20px;
margin-left: 48px;
}
.publishRuleContent___HohmS .addAndDelete___saTVM .deleteIcon___vnkck {
color: #E30000;
}
.publishRuleContent___HohmS .addAndDelete___saTVM .addIcon___Yz7Ef {
color: #3061D0;
margin-left: 14px;
}
.cancelBtn___p8Klw {
width: 60px;
height: 32px;
background: #F8F9FC;
border-radius: 2px;
}
.submitBtn___pmm2G {
width: 88px;
height: 32px;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/TipsButton/index.less?modules ***!
\**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___sOi51 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___pl96A {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___LVWaS {
align-items: center;
box-align: center;
}
.flex_box_center_end___bFW2z {
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___Iuosg {
flex-direction: column;
box-orient: block-axis;
}
.disabled___kyQ47 > * {
pointer-events: none;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Detail/components/StatisticsResult/index.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.title___cJ2wS {
background: #fafafa;
height: 50px;
}
.wrap___y4Bkb [class~='ant-checkbox-wrapper'] {
margin-right: 8px;
margin-left: 8px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Detail/components/ExamMonitoring/index.less?modules ***!
\*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___Mm5wp {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___Xglxr {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___oLvCy {
align-items: center;
box-align: center;
}
.flex_box_center_end___IEhG2 {
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___TStIz {
flex-direction: column;
box-orient: block-axis;
}
.wrap___WfgpQ {
padding: 20px 0;
}
.wrap___WfgpQ .control___Uvc1U {
display: flex;
align-items: center;
padding: 20px 0;
background: #ffffff;
}
.wrap___WfgpQ .control___Uvc1U .ant-select {
width: 200px;
margin-right: 20px;
}
.wrap___WfgpQ .control___Uvc1U .ant-select .ant-select-selector {
height: 34px !important;
background-color: #f5f5f5;
border: 0;
padding: 0 10px;
}
.wrap___WfgpQ .control___Uvc1U .ant-select .ant-select-selection-item,
.wrap___WfgpQ .control___Uvc1U .ant-select .ant-select-selection-placeholder {
line-height: 34px !important;
}
.wrap___WfgpQ .control___Uvc1U .ant-input-search {
border: 0;
background: #f5f5f5;
height: 34px;
width: 260px;
margin-right: 30px;
}
.wrap___WfgpQ .control___Uvc1U .ant-input-search input {
background: #f5f5f5;
color: #333;
}
.wrap___WfgpQ .control___Uvc1U .ant-input-search .ant-input-search-icon::before {
border-left: 1px solid transparent;
}
.wrap___WfgpQ .control___Uvc1U .btn___gckHk {
width: 90px;
height: 26px;
line-height: 26px;
background: #0152d9;
border-radius: 4px;
text-align: center;
font-size: 12px;
color: #fff;
margin-left: auto;
cursor: pointer;
}
.wrap___WfgpQ .customTable___fDCPQ {
padding-top: 20px;
}
.wrap___WfgpQ .customTable___fDCPQ .ant-table-thead tr {
height: 54px;
}
.wrap___WfgpQ .customTable___fDCPQ .ant-table-thead tr th {
background-color: #f5f5f5;
border: 0;
border-radius: 0;
}
.wrap___WfgpQ .customTable___fDCPQ .ant-table-tbody tr {
height: 54px;
}
.wrap___WfgpQ .customTable___fDCPQ .ant-table-tbody tr td {
border-bottom: 0;
}
.wrap___WfgpQ .customTable___fDCPQ .ant-table-tbody tr:nth-child(even) {
background-color: #f5f5f5;
}
.wrap___WfgpQ .customTable___fDCPQ .ant-table-tbody tr:nth-child(even) td {
background-color: #f5f5f5;
}
.wrap___WfgpQ .customTable___fDCPQ .ant-table-tbody tr:nth-child(odd) {
background-color: #fff;
}
.wrap___WfgpQ .customTable___fDCPQ .ant-table-tbody tr:nth-child(odd) td {
background-color: #fff;
}
.wrap___WfgpQ .customTable___fDCPQ .ant-pagination {
margin-top: 40px;
}
.wrap___WfgpQ .customTable___fDCPQ .ant-pagination .ant-pagination-item-active {
border-color: #0152d9;
background: #0152d9;
}
.wrap___WfgpQ .customTable___fDCPQ .ant-pagination .ant-pagination-item-active a {
color: #fff;
}
.wrap___WfgpQ .customTable___fDCPQ .ant-pagination button {
line-height: normal;
line-height: initial;
}
.bgH___FpdXp {
height: 10px;
background-color: #fafafa;
width: 1300px;
margin-left: -30px;
}
.cusModal___KC0OL [class~='ant-modal-confirm-btns'] {
display: none;
}
.imgWrap_____xpC {
display: flex;
}
.imgWrap_____xpC .img___y1_Tn {
position: relative;
background: #fafafa;
}
.imgWrap_____xpC .img___y1_Tn .iBtn___PezSP {
width: 54px;
height: 20px;
background: #0152d9;
border-radius: 10px;
text-align: center;
line-height: 20px;
font-size: 12px;
font-weight: 400;
color: #ffffff;
cursor: pointer;
position: absolute;
z-index: 20;
right: 10px;
top: 10px;
}
.imgWrap_____xpC .img___y1_Tn .text___JKvO_ {
position: absolute;
z-index: 20;
left: 50%;
transform: translateX(-50%);
bottom: -28px;
color: #333333;
}
.imgWrap_____xpC .img___y1_Tn .no___WXMqt {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.imgWrap_____xpC .img___y1_Tn .textP___E5hyW {
position: absolute;
z-index: 20;
left: 50%;
transform: translateX(-50%);
bottom: -28px;
color: #333333;
}
.video___XvBIh > video {
width: 316px;
}
.sys___wcaty {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
padding: 0;
max-height: 850px;
overflow-y: auto;
}
.sys___wcaty .li___vKMNS {
height: 100%;
margin-left: 17px;
margin-bottom: 17px;
}
.sys___wcaty .li___vKMNS .d1___jR3G0 {
width: 216px;
height: 340px;
background-color: #efefef;
position: relative;
}
.sys___wcaty .li___vKMNS .d1___jR3G0 video {
height: 100%;
width: 100%;
object-fit: cover;
}
.sys___wcaty .li___vKMNS .d1___jR3G0 .img___y1_Tn {
width: 100%;
height: 340px;
overflow: hidden;
}
.sys___wcaty .li___vKMNS .d1___jR3G0 .btn___gckHk {
position: absolute;
z-index: 2;
width: 100%;
left: 0;
bottom: 0;
display: flex;
justify-content: space-between;
align-items: center;
height: 24px;
background: #0152d9;
}
.sys___wcaty .li___vKMNS .d1___jR3G0 .btn___gckHk .b1___xuUNz {
width: 100%;
height: 24px;
color: #ffffff;
padding: 0 5px;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.sys___wcaty .li___vKMNS:nth-child(3n + 1),
.sys___wcaty .li___vKMNS:first-child {
margin-left: 0;
}
.es___WFOJ6 {
display: inline-block;
max-width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Detail/index.less?modules ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___eZU8T {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___l4Kzs {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___E7NVy {
align-items: center;
box-align: center;
}
.flex_box_center_end___S0V3_ {
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___ONItD {
flex-direction: column;
box-orient: block-axis;
}
.title___rK1ze {
display: flex;
align-items: center;
}
.title___rK1ze strong {
max-width: 600px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.export___tng10 {
position: absolute;
right: 26px;
top: 23px;
z-index: 2;
font-size: 16px;
display: box;
display: flex;
}
.export___tng10 > a,
.export___tng10 > button {
margin-left: 8px;
padding: 3px 8px;
display: box;
display: flex;
align-items: center;
box-align: center;
}
.bg___rwmJT {
background: #fafafa;
}
.tabs___SK3e0 [class~='ant-tabs-nav'] {
margin-bottom: 0;
background: white;
}
.tabs___SK3e0 [class='ant-tabs-nav-scroll'] {
padding-left: 25px;
}
.tabs___SK3e0 [class~='ant-tabs-tabpane'] > section {
padding: 0 25px;
}
.tabs___SK3e0 [class~='ant-tabs-tab'] {
padding: 23px 0;
font-size: 18px;
margin-left: 26px;
color: #333;
}
.tabs___SK3e0 [class~='ant-tabs-tab-active'] {
color: #0152d9;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./node_modules/antd/es/statistic/style/index.less ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* 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-statistic {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
}
.ant-statistic-title {
margin-bottom: 0px;
color: rgba(0, 0, 0, 0.45);
font-size: 12px;
}
.ant-statistic-skeleton {
padding-top: 8px;
}
.ant-statistic-content {
color: rgba(0, 0, 0, 0.85);
font-size: 20px;
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';
}
.ant-statistic-content-value {
display: inline-block;
direction: ltr;
}
.ant-statistic-content-prefix,
.ant-statistic-content-suffix {
display: inline-block;
}
.ant-statistic-content-prefix {
margin-right: 4px;
}
.ant-statistic-content-suffix {
margin-left: 4px;
}
.ant-statistic-rtl {
direction: rtl;
}
.ant-statistic-rtl .ant-statistic-content-prefix {
margin-right: 0;
margin-left: 4px;
}
.ant-statistic-rtl .ant-statistic-content-suffix {
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 */