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.
120 lines
3.4 KiB
120 lines
3.4 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.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Exercise/CodeDetails/index.less?modules ***!
|
|
\**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.flex_box_center___aDZ0y {
|
|
justify-content: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
box-align: center;
|
|
}
|
|
.flex_space_between___YgV77 {
|
|
justify-content: space-between;
|
|
-webkit-box-pack: justify;
|
|
}
|
|
.flex_box_vertical_center___RiXOn {
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.flex_box_center_end___leo_X {
|
|
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___yVux9 {
|
|
flex-direction: column;
|
|
box-orient: block-axis;
|
|
}
|
|
button {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 1px solid transparent;
|
|
outline: none;
|
|
background-color: transparent;
|
|
}
|
|
button:active {
|
|
opacity: 0.6;
|
|
}
|
|
.flex-col___YzWie {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
.flex-row___FOwuj {
|
|
display: flex;
|
|
flex-direction: row;
|
|
}
|
|
.justify-start___muHDT {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
}
|
|
.justify-center___hqwHF {
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
.justify-end___NLmmA {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
.justify-evenly___Xbh5H {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
}
|
|
.justify-around___abjKh {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
}
|
|
.justify-between___OHgEY {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.align-start___qI8Ld {
|
|
display: flex;
|
|
align-items: flex-start;
|
|
}
|
|
.align-center___VHaX5 {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.align-end___gKlHO {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
.title___eoGRP {
|
|
display: box;
|
|
display: flex;
|
|
align-items: center;
|
|
box-align: center;
|
|
}
|
|
.title___eoGRP strong {
|
|
color: #333;
|
|
}
|
|
.wrap___sXyah {
|
|
background-color: #fff;
|
|
overflow: hidden;
|
|
padding: 30px;
|
|
margin-bottom: 10px;
|
|
margin-top: 20px;
|
|
}
|
|
.wrap___sXyah .title___eoGRP {
|
|
padding: 16px 20px;
|
|
background: #f5f5f5;
|
|
font-weight: 600;
|
|
color: #000000;
|
|
font-size: 18px;
|
|
margin-bottom: 10px;
|
|
}
|
|
.wrap___sXyah .code___NIt6L {
|
|
height: 500px;
|
|
background: #f5f5f5;
|
|
}
|
|
.wrap___sXyah .error___p_cW8 {
|
|
background: #f5f5f5;
|
|
padding: 16px 20px;
|
|
margin-top: 10px;
|
|
}
|
|
|