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.
32 lines
1.7 KiB
32 lines
1.7 KiB
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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.3.18@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.18@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Classrooms/Lists/Template/student/index.less ***!
|
|
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.experiment-wrapper {
|
|
width: 1200px;
|
|
margin: 20px auto 50px auto;
|
|
padding-bottom: 140px;
|
|
}
|
|
.experiment-wrapper h2 {
|
|
font-size: 20px;
|
|
margin-top: 10px;
|
|
line-height: 27px;
|
|
}
|
|
.experiment-wrapper h2 a {
|
|
font-size: 16px;
|
|
}
|
|
.experiment-wrapper .tip {
|
|
color: #888;
|
|
margin-left: 30px;
|
|
}
|
|
.experiment-panel {
|
|
background: #fff;
|
|
padding: 40px;
|
|
margin-bottom: 30px;
|
|
overflow: auto;
|
|
}
|
|
.experiment-panel p.desc {
|
|
line-height: 26px;
|
|
color: #333;
|
|
}
|
|
|