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

147 lines
4.1 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.3.18@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.18@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/ReviewGroup/index.less?modules ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___rZhUX {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___WSWPP {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___Fl2CQ {
align-items: center;
box-align: center;
}
.flex_box_center_end___zIA_L {
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___wpPM2 {
flex-direction: column;
box-orient: block-axis;
}
.bg___PTvAX {
background: white;
}
.title___NRpL_ {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.title___NRpL_ strong {
color: #333;
}
.questionIcons___qftEo [class~='ant-anchor-link'] {
display: inline;
}
.questionIcons___qftEo [class~='ant-anchor-wrapper'] {
margin: 0;
overflow: hidden;
}
.questionIcons___qftEo span,
.questionIcons___qftEo a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
background: #fb3226;
display: inline-block;
margin-right: 8px;
margin-bottom: 20px;
border-radius: 40px;
font-weight: bold;
cursor: pointer;
}
.questionIcons___qftEo span:hover,
.questionIcons___qftEo a:hover {
background-color: #ec7d72;
}
.questionIcons___qftEo span:nth-child(5n),
.questionIcons___qftEo a:nth-child(5n) {
margin-right: 25px;
}
.questionIcons___qftEo .green___DII_f {
background-color: #2abd8c;
}
.questionIcons___qftEo .green___DII_f:hover {
background-color: #88d19e;
}
.questionIcons___qftEo .orange___nqaHJ {
background-color: #fd8001;
}
.questionIcons___qftEo .orange___nqaHJ:hover {
background-color: #fb9f42;
}
.greenTip___NQ5fc {
color: #2abd8c;
margin-left: 15px;
}
.greenTip___NQ5fc:before {
content: '';
width: 12px;
height: 12px;
background: #2abd8c;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.redTip___BYmiY {
color: #fb3226;
margin-left: 15px;
}
.redTip___BYmiY:before {
content: '';
width: 12px;
height: 12px;
background: #fb3226;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.orangeTip___wlzcb {
color: #fd8001;
margin-left: 15px;
}
.orangeTip___wlzcb:before {
content: '';
width: 12px;
height: 12px;
background: #fd8001;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.cuttOff___Y19D3 {
display: inline-block;
width: 10px;
height: 18px;
margin: 0 5px;
position: relative;
}
.cuttOff___Y19D3:before {
content: '';
position: absolute;
top: 0;
height: 1px;
width: 100%;
background: #333;
}