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

668 lines
18 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/radio/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-radio-group {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
display: inline-block;
font-size: 0;
}
.ant-radio-group .ant-badge-count {
z-index: 1;
}
.ant-radio-group > .ant-badge:not(:first-child) > .ant-radio-button-wrapper {
border-left: none;
}
.ant-radio-wrapper {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
display: inline-flex;
align-items: baseline;
margin-right: 6px;
cursor: pointer;
}
.ant-radio-wrapper-disabled {
cursor: not-allowed;
}
.ant-radio-wrapper::after {
display: inline-block;
width: 0;
overflow: hidden;
content: '\a0';
}
.ant-radio-wrapper.ant-radio-wrapper-in-form-item input[type='radio'] {
width: 14px;
height: 14px;
}
.ant-radio {
box-sizing: border-box;
margin: 0;
padding: 0;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
font-variant: tabular-nums;
line-height: 1.66667;
list-style: none;
font-feature-settings: tnum, "tnum";
position: relative;
top: 0.2em;
display: inline-block;
outline: none;
cursor: pointer;
}
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-input:focus + .ant-radio-inner {
border-color: #3061D0;
}
.ant-radio-input:focus + .ant-radio-inner {
box-shadow: 0 0 0 3px rgba(48, 97, 208, 0.12);
}
.ant-radio-checked::after {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 1px solid #3061D0;
border-radius: 50%;
visibility: hidden;
animation: antRadioEffect 0.36s ease-in-out;
animation-fill-mode: both;
content: '';
}
.ant-radio:hover::after,
.ant-radio-wrapper:hover .ant-radio::after {
visibility: visible;
}
.ant-radio-inner {
position: relative;
top: 0;
left: 0;
display: block;
width: 14px;
height: 14px;
background-color: #fff;
border-color: #d9d9d9;
border-style: solid;
border-width: 1px;
border-radius: 50%;
transition: all 0.3s;
}
.ant-radio-inner::after {
position: absolute;
top: 50%;
left: 50%;
display: block;
width: 14px;
height: 14px;
margin-top: -7px;
margin-left: -7px;
background-color: #3061D0;
border-top: 0;
border-left: 0;
border-radius: 14px;
transform: scale(0);
opacity: 0;
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
content: ' ';
}
.ant-radio-input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
cursor: pointer;
opacity: 0;
}
.ant-radio.ant-radio-disabled .ant-radio-inner {
border-color: #d9d9d9;
}
.ant-radio-checked .ant-radio-inner {
border-color: #3061D0;
}
.ant-radio-checked .ant-radio-inner::after {
transform: scale(0.42857143);
opacity: 1;
transition: all 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86);
}
.ant-radio-disabled {
cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner {
background-color: #f5f5f5;
cursor: not-allowed;
}
.ant-radio-disabled .ant-radio-inner::after {
background-color: rgba(0, 0, 0, 0.2);
}
.ant-radio-disabled .ant-radio-input {
cursor: not-allowed;
}
.ant-radio-disabled + span {
color: rgba(0, 0, 0, 0.25);
cursor: not-allowed;
}
span.ant-radio + * {
padding-right: 8px;
padding-left: 8px;
}
.ant-radio-button-wrapper {
position: relative;
display: inline-block;
height: 28px;
margin: 0;
padding: 0 7px;
color: rgba(0, 0, 0, 0.85);
font-size: 12px;
line-height: 26px;
background: #fff;
border: 1px solid #d9d9d9;
border-top-width: 1.02px;
border-left-width: 0;
cursor: pointer;
transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
}
.ant-radio-button-wrapper a {
color: rgba(0, 0, 0, 0.85);
}
.ant-radio-button-wrapper > .ant-radio-button {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
}
.ant-radio-group-large .ant-radio-button-wrapper {
height: 32px;
font-size: 14px;
line-height: 30px;
}
.ant-radio-group-small .ant-radio-button-wrapper {
height: 22px;
padding: 0 7px;
line-height: 20px;
}
.ant-radio-button-wrapper:not(:first-child)::before {
position: absolute;
top: -1px;
left: -1px;
display: block;
box-sizing: content-box;
width: 1px;
height: 100%;
padding: 1px 0;
background-color: #d9d9d9;
transition: background-color 0.3s;
content: '';
}
.ant-radio-button-wrapper:first-child {
border-left: 1px solid #d9d9d9;
border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper:last-child {
border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper:first-child:last-child {
border-radius: 2px;
}
.ant-radio-button-wrapper:hover {
position: relative;
color: #3061D0;
}
.ant-radio-button-wrapper:focus-within {
box-shadow: 0 0 0 3px rgba(48, 97, 208, 0.12);
}
.ant-radio-button-wrapper .ant-radio-inner,
.ant-radio-button-wrapper input[type='checkbox'],
.ant-radio-button-wrapper input[type='radio'] {
width: 0;
height: 0;
opacity: 0;
pointer-events: none;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
z-index: 1;
color: #3061D0;
background: #fff;
border-color: #3061D0;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
background-color: #3061D0;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
border-color: #3061D0;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
color: #5784de;
border-color: #5784de;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
background-color: #5784de;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
color: #1f44ab;
border-color: #1f44ab;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
background-color: #1f44ab;
}
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
box-shadow: 0 0 0 3px rgba(48, 97, 208, 0.12);
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
color: #fff;
background: #3061D0;
border-color: #3061D0;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
color: #fff;
background: #5784de;
border-color: #5784de;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
color: #fff;
background: #1f44ab;
border-color: #1f44ab;
}
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
box-shadow: 0 0 0 3px rgba(48, 97, 208, 0.12);
}
.ant-radio-button-wrapper-disabled {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
cursor: not-allowed;
}
.ant-radio-button-wrapper-disabled:first-child,
.ant-radio-button-wrapper-disabled:hover {
color: rgba(0, 0, 0, 0.25);
background-color: #f5f5f5;
border-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled:first-child {
border-left-color: #d9d9d9;
}
.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
color: rgba(0, 0, 0, 0.25);
background-color: #e6e6e6;
border-color: #d9d9d9;
box-shadow: none;
}
@keyframes antRadioEffect {
0% {
transform: scale(1);
opacity: 0.5;
}
100% {
transform: scale(1.6);
opacity: 0;
}
}
.ant-radio-group.ant-radio-group-rtl {
direction: rtl;
}
.ant-radio-wrapper.ant-radio-wrapper-rtl {
margin-right: 0;
margin-left: 6px;
direction: rtl;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl {
border-right-width: 0;
border-left-width: 1px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:not(:first-child)::before {
right: -1px;
left: 0;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:first-child {
border-right: 1px solid #d9d9d9;
border-radius: 0 2px 2px 0;
}
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
border-right-color: #5784de;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper:last-child {
border-radius: 2px 0 0 2px;
}
.ant-radio-button-wrapper.ant-radio-button-wrapper-rtl.ant-radio-button-wrapper-disabled:first-child {
border-right-color: #d9d9d9;
}
/* 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/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[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/DetailedAnalysis/index.less?modules ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___Qx5by {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___Jovvb {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___ZgKxt {
align-items: center;
box-align: center;
}
.flex_box_center_end___rLoZQ {
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___H7gvw {
flex-direction: column;
box-orient: block-axis;
}
.title___mKlZQ {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.title___mKlZQ strong {
color: #333;
}
.link____MbLK {
color: rgba(0, 0, 0, 0.85);
}
.link____MbLK:hover {
color: #0152d9;
}
.wrap___M54Mm {
background-color: #fff;
margin-top: 20px;
overflow: hidden;
margin-bottom: 20px;
}
.wrap___M54Mm .info___LS1sD {
padding: 30px;
display: flex;
}
.wrap___M54Mm .info___LS1sD img {
width: 146px;
height: 146px;
border-radius: 50%;
}
.wrap___M54Mm .info___LS1sD ol,
.wrap___M54Mm .info___LS1sD ul,
.wrap___M54Mm .info___LS1sD li {
margin: 0;
padding: 0;
}
.wrap___M54Mm .info___LS1sD ul {
margin-left: 130px;
}
.wrap___M54Mm .info___LS1sD ul .name___XFTyf {
font-size: 26px;
font-weight: 600;
color: #000000;
margin-top: 6px;
}
.wrap___M54Mm .info___LS1sD ul li {
font-size: 18px;
font-weight: 600;
color: #000000;
margin-bottom: 22px;
}
.wrap___M54Mm .info___LS1sD ul li span {
color: #434d6c;
}
.wrap___M54Mm .info___LS1sD ol {
margin-left: auto;
}
.wrap___M54Mm .info___LS1sD ol li:first-child {
font-size: 18px;
font-weight: 600;
color: #000000;
margin-bottom: 10px;
margin-top: 60px;
padding-right: 40px;
}
.wrap___M54Mm .info___LS1sD ol li:last-child {
font-size: 30px;
font-weight: 600;
color: #e30000;
}
.wrap___M54Mm .box___MY5TN {
padding: 0 30px;
display: flex;
justify-content: space-between;
}
.wrap___M54Mm .box___MY5TN ul {
display: flex;
padding: 0;
}
.wrap___M54Mm .box___MY5TN ul li:first-child {
width: 135px;
height: 196px;
background: #f9f9fb;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.wrap___M54Mm .box___MY5TN ul li:first-child p {
font-size: 26px;
font-weight: 600;
color: #000000;
}
.wrap___M54Mm .box___MY5TN ul li:first-child div {
font-weight: 600;
color: #000000;
font-size: 18px;
}
.wrap___M54Mm .box___MY5TN ul li:last-child {
width: 241px;
height: 196px;
background: #f9f9fb;
margin-left: 1px;
padding: 20px;
display: flex;
flex-direction: column;
}
.wrap___M54Mm .box___MY5TN ul li:last-child b {
color: #e02020;
}
.wrap___M54Mm .box___MY5TN ul li:last-child > div {
margin-bottom: 14px;
display: flex;
align-items: center;
}
.wrap___M54Mm .box___MY5TN ul li:last-child > div > div {
width: 131px;
height: 12px;
background: #e5e5ec;
margin: 0 8px;
}
.wrap___M54Mm .box___MY5TN ul li:last-child > div > div aside {
width: 100%;
height: 100%;
}
.wrap___M54Mm .box___MY5TN ul li:last-child > div span:last-child {
color: #434d6c;
}
.wrap___M54Mm .tab___Pts7W {
margin: 30px;
}
.wrap___M54Mm .tab___Pts7W .ant-tabs-tab {
margin-right: 55px;
}
.wrap___M54Mm .tab___Pts7W .ant-tabs-tab > div {
font-size: 16px;
font-weight: 600;
}
.wrap___M54Mm .tab___Pts7W .ant-tabs-nav::before {
border-bottom: 0;
}
.wrap___M54Mm .group___KTR8B {
margin-left: 30px;
}
.wrap___M54Mm .group___KTR8B label {
margin-right: 30px;
}
.modal___wynb6 {
position: fixed;
left: 0px;
bottom: 0px;
z-index: 1000;
height: 32vh;
width: 100vw;
background: #ffffff;
}
.modal___wynb6 .head___rpYjK {
height: 40px;
background: #292a2d;
display: flex;
align-items: center;
padding: 0 20px 0 10px;
color: #fff;
}
.modal___wynb6 .head___rpYjK span {
margin-right: auto;
}
.modal___wynb6 .head___rpYjK i {
cursor: pointer;
}
.modal___wynb6 .des___PNfp8 {
overflow: auto;
height: calc(100% - 40px);
padding: 10px;
}
.modal___wynb6 .des___PNfp8 .sub___LF5wd {
font-size: 16px;
font-weight: 600;
color: #444444;
margin-bottom: 8px;
}
.modal___wynb6 .des___PNfp8 .tags___tdrDl {
margin-bottom: 30px;
}
.modal___wynb6 .des___PNfp8 .tags___tdrDl > span {
font-size: 12px;
color: #444444;
margin-right: 16px;
}
.modal___wynb6 .des___PNfp8 .tags___tdrDl > span i {
font-size: 12px !important;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */