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...

602 lines
20 KiB

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Review/component/AdjustScoreModal/index.less?modules ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___rj3qW {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___eHnsZ {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___o8x0E {
align-items: center;
box-align: center;
}
.flex_box_center_end___Eje4p {
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____EBoU {
flex-direction: column;
box-orient: block-axis;
}
.fullBtn___eRgbl {
width: 68px;
height: 40px;
text-align: center;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
font-size: 14px;
color: #FFFFFF;
cursor: pointer;
margin-left: 20px;
}
.box___L0bdv {
padding-left: 50px;
margin-bottom: 20px;
}
.box___L0bdv .head___cyjX5 {
cursor: pointer;
margin-top: 20px;
margin-bottom: 10px;
}
.box___L0bdv .head___cyjX5 i {
color: #999999;
display: inline-block;
transform: scale(0.6) rotate(180deg) translateY(2px);
}
.box___L0bdv .head___cyjX5 span {
color: #464F66;
}
.box___L0bdv .head___cyjX5 img {
width: 18px;
margin-top: -3px;
margin-left: 4px;
}
.box___L0bdv .content___hzHVR {
background: #F6F7F9;
padding: 20px;
}
.row___FKXkZ .btnWrap___aUDJ0 {
position: relative;
display: inline-block;
margin-right: 25px;
margin-top: 20px;
}
.row___FKXkZ .btnWrap___aUDJ0 .btn___N6ksw {
width: 40px;
height: 40px;
background: #FFFFFF;
border-radius: 2px;
border: 1px solid #DCDCDC;
cursor: pointer;
color: #333333;
line-height: 38px;
text-align: center;
user-select: none;
}
.row___FKXkZ .btnWrap___aUDJ0 .btn___N6ksw:hover {
background: #3061D0;
color: #fff;
border: 0;
line-height: 40px;
}
.row___FKXkZ .btnWrap___aUDJ0 .disabledBtn___t8_ZJ {
width: 40px;
height: 40px;
border-radius: 2px;
line-height: 38px;
text-align: center;
user-select: none;
background: #efefef;
cursor: not-allowed;
color: #b5b5b5;
border: 1px solid #e1e1e1;
}
.row___FKXkZ .btnWrap___aUDJ0 .del___TrkS2 {
position: absolute;
z-index: 1;
color: #E30000;
cursor: pointer;
font-size: 14;
right: -7px;
top: -7px;
}
.row___FKXkZ .btnWrap___aUDJ0:nth-child(6n) {
margin-right: 0;
}
.line___jAAPS {
height: 1px;
background: #DCDCDC;
margin-top: 20px;
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[1].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/MyProblem/TestCasePanel/index.less ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer {
display: flex;
flex-flow: row nowrap;
align-items: center;
height: 56px;
background: #121c24;
color: #fff;
padding: 0 20px;
justify-content: space-between;
}
.test-case-panel {
position: relative;
}
.test-case-panel .error {
font-size: 12px;
color: #fb3226;
}
.test-case-panel .test-case-panel-body {
position: absolute;
will-change: transform;
width: 100%;
transition: all 0.2s linear;
bottom: 0;
transform: translate3d(0, 350px, 0);
opacity: 0.1;
}
.test-case-panel .test-case-panel-body pre {
max-height: 150px;
overflow: auto;
}
.test-case-panel .test-case-panel-body.active {
transform: translate3d(0, -56px, 0);
opacity: 1;
}
.test-case-panel .tab-panel-body {
padding: 20px 10px;
height: 240px;
background-color: #070f19;
display: flex;
flex-flow: column nowrap;
justify-content: center;
color: #ddd;
}
.test-case-panel .tab-panel-body .tip {
text-align: center;
}
.test-case-panel .tab-panel-body textarea {
background: #070f19 !important;
color: #fff;
font-size: 14px;
border: 0 solid transparent !important;
height: 200px;
outline: none;
}
.test-case-panel .btn-green {
margin-right: 10px;
color: #28bd8b;
border-color: #28bd8b;
}
.test-case-panel .btn-blue {
margin-right: 10px;
color: #0152d9;
border-color: #0152d9;
}
.test-case-panel .btn-blue span {
pointer-events: none;
}
.test-case-panel .btn-collapse {
position: absolute;
top: 0;
width: 54px;
height: 27px;
left: 50%;
margin-left: -27px;
background: #2a3a4f;
z-index: 8;
border-bottom-left-radius: 100px;
border-bottom-right-radius: 100px;
color: #fff;
text-align: center;
cursor: pointer;
opacity: 0.4;
transition: all 0.3s;
}
.test-case-panel .btn-collapse.up {
top: -294px;
}
ul.s-navs {
list-style: none;
margin: 0;
padding: 0 17px;
height: 54px;
display: flex;
flex-flow: row nowrap;
align-items: center;
background: #0f1e31;
font-size: 14px;
color: #ddd;
}
ul.s-navs.bg-white {
background: #fff;
color: #888;
}
ul.s-navs.bg-white a {
color: #888;
}
ul.s-navs a {
color: #ddd;
display: block;
margin-right: 20px;
height: 54px;
line-height: 54px;
border-bottom: 2px solid transparent;
}
ul.s-navs a.active {
color: #5091ff;
border-bottom: 2px solid #5091ff;
}
#educoder .custom-ant-disabled:disabled {
color: inherit;
}
.inputs textarea::placeholder {
color: #536879 !important;
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/Spinner/index.less?modules ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ldsRing___mpBZC {
position: relative;
width: 40px;
height: 40px;
margin: 0 auto;
}
.idsRingWrapper___Of9_n {
position: absolute;
z-index: 1000;
width: 100%;
height: 100%;
left: 0;
top: 0;
display: flex;
flex-flow: column nowrap;
justify-content: center;
}
.idsRingWrapper___Of9_n p {
text-align: center;
margin-top: 12px;
}
.ldsRing___mpBZC div {
box-sizing: border-box;
display: block;
position: absolute;
width: 32px;
height: 32px;
margin: 4px;
border: 4px solid #1976d2;
border-radius: 50%;
animation: ldsring___o0w2t 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
border-color: #1976d2 transparent transparent transparent;
}
.ldsRing___mpBZC div:nth-child(1) {
animation-delay: -0.45s;
}
.ldsRing___mpBZC div:nth-child(2) {
animation-delay: -0.3s;
}
.ldsRing___mpBZC div:nth-child(3) {
animation-delay: -0.15s;
}
@keyframes ldsring___o0w2t {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Review/component/Intelligent/index.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.wrap___kSYmZ {
padding: 0 20px;
background: #ffffff;
}
.wrap___kSYmZ .head___qjsyz {
height: 57px;
display: flex;
align-items: center;
}
.wrap___kSYmZ .head___qjsyz > aside {
font-size: 16px;
font-weight: 500;
color: #333333;
margin-right: 18px;
}
.wrap___kSYmZ .head___qjsyz > div {
font-size: 14px;
color: #b1bacd;
}
.wrap___kSYmZ .head___qjsyz > div span {
color: #ff9d18;
}
.wrap___kSYmZ .line___yVkMk {
width: 100%;
margin-top: 20px;
margin-bottom: 20px;
height: 1px;
background-color: #EDEDED;
}
/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/components/BehavioralAnalysis/index.less?modules ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___swvFl {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___AqPFV {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___XWInJ {
align-items: center;
box-align: center;
}
.flex_box_center_end___GB61t {
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___dJnz1 {
flex-direction: column;
box-orient: block-axis;
}
.analysis___xyV_c .title___DQ3VK {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.analysis___xyV_c .title___DQ3VK b {
width: 6px;
height: 14px;
background: #3061D0;
border-radius: 1px;
display: inline-block;
margin-right: 8px;
}
.analysis___xyV_c .title___DQ3VK span {
font-size: 16px;
font-weight: 500;
color: #191919;
line-height: 16px;
}
.analysis___xyV_c .itemWrap___vFE5r {
display: flex;
justify-content: space-between;
}
.analysis___xyV_c .itemWrap___vFE5r .item___NjeOt {
width: 23%;
height: 145px;
border-radius: 4px;
border: 1px solid #EDEDED;
}
.list___BbMrm {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
padding: 0;
}
.list___BbMrm .wrap___UQTTb {
width: 100px;
height: 254px;
background: #FFFFFF;
box-shadow: 0px 4px 8px 0px rgba(193, 202, 212, 0.5);
border-radius: 12px;
}
.list___BbMrm .wrap___UQTTb .img___tNvUo {
height: 184px;
position: relative;
overflow: hidden;
border-radius: 12px 12px 0 0;
}
.list___BbMrm .wrap___UQTTb .img___tNvUo img {
width: 100%;
}
.list___BbMrm .wrap___UQTTb .img___tNvUo .tips___Eu4wH {
padding-left: 16px;
padding-top: 10px;
height: 57px;
color: #fff;
width: 100%;
position: absolute;
z-index: 10;
bottom: 0;
left: 0;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.66) 100%);
}
.list___BbMrm .wrap___UQTTb .footer___ZbR9W {
height: 70px;
padding: 15px;
}
.list___BbMrm .wrap___UQTTb .footer___ZbR9W ul {
display: flex;
align-items: center;
padding: 0;
}
.list___BbMrm .wrap___UQTTb .footer___ZbR9W ul li {
width: 50%;
color: #7D7D7D;
}
.list___BbMrm .wrap___UQTTb .footer___ZbR9W ul li i {
margin-right: 5px;
font-size: 14px;
}
.noData___mLlw0 .title___DQ3VK {
display: flex;
align-items: center;
margin-bottom: 20px;
}
.noData___mLlw0 .title___DQ3VK b {
width: 6px;
height: 14px;
background: #3061D0;
border-radius: 1px;
display: inline-block;
margin-right: 8px;
}
.noData___mLlw0 .title___DQ3VK span {
font-size: 16px;
font-weight: 500;
color: #191919;
line-height: 16px;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** css ./node_modules/_css-loader@6.7.1@css-loader/dist/cjs.js??ruleSet[1].rules[5].oneOf[0].use[1]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.1.2@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/Review/component/Drawer/index.less?modules ***!
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___yX3vI {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___dEeVD {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___XEpaz {
align-items: center;
box-align: center;
}
.flex_box_center_end___llMFv {
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___bSySo {
flex-direction: column;
box-orient: block-axis;
}
.wrapper___MX3fs div[class~='ant-drawer-header'] {
border-bottom: none !important;
}
.head___Yd8zt .title___gCeYN {
height: 26px;
margin-top: 20px;
margin-bottom: 20px;
font-size: 16px;
font-weight: 500;
line-height: 26px;
}
.head___Yd8zt .inputBox___OGm5w {
display: flex;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.head___Yd8zt .selectWrapper___xsjOs span[class~='ant-select-selection-placeholder'] {
color: #9096A3;
}
.head___Yd8zt .selectWrapper___xsjOs div[class~='ant-select-selector'] {
border-radius: 4px;
height: 38px !important;
}
.head___Yd8zt .selectWrapper___xsjOs div[class~='ant-select-selector'] input[class~='ant-select-selection-search-input'],
.head___Yd8zt .selectWrapper___xsjOs div[class~='ant-select-selector'] span[class~='ant-select-selection-placeholder'] {
height: 38px !important;
line-height: 38px !important;
}
.head___Yd8zt .selectWrapper___xsjOs div[class~='ant-select-selector'] span[class~='ant-select-selection-item'] {
line-height: 38px !important;
padding-left: 2px !important;
}
.head___Yd8zt .selectWrapper___xsjOs span[class~='ant-select-arrow'] {
right: 12px;
}
.head___Yd8zt .ant-input-search input {
height: 28px;
}
.content___VUVSk {
max-height: calc(100vh - 140px);
overflow-y: auto;
flex: 1 1;
}
.content___VUVSk .ant-spin-nested-loading {
min-height: 400px;
}
.content___VUVSk .tableHead___vKmiU {
padding: 0 20px 0 14px;
display: flex;
height: 40px;
align-items: center;
justify-content: space-between;
font-size: 14px;
background-color: #f2f2f2 !important;
}
.content___VUVSk .list___IyMCb {
padding: 0 20px 0 14px;
display: flex;
height: 40px;
align-items: center;
justify-content: space-between;
cursor: pointer;
border-bottom: 1px solid #F6F7F9;
}
.content___VUVSk .list___IyMCb:hover {
background-color: #f2f2f2;
}
.content___VUVSk .list___IyMCb span {
display: inline-block;
font-size: 14px;
font-weight: 400;
flex: 1 1;
}
.content___VUVSk .list___IyMCb div {
font-size: 14px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 222px;
margin-right: 24px;
}
.content___VUVSk .list___IyMCb b {
font-size: 14px;
font-weight: 400;
flex-shrink: 0;
padding-right: 25px;
}
.content___VUVSk .active___pzGHU {
box-shadow: 0px 0px 8px 0px #D5E3FF;
border-radius: 4px;
border: 1px solid #A4BDF5;
}
.footer___sbrEe {
margin-top: 20px;
display: flex;
align-items: center;
justify-content: space-between;
}