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.
79 lines
2.6 KiB
79 lines
2.6 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.4.10@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.10@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[1].use[3]!./src/pages/Classrooms/Lists/Template/index.less ***!
|
|
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
.report-item {
|
|
position: relative;
|
|
box-sizing: border-box;
|
|
}
|
|
.report-item img {
|
|
display: block;
|
|
}
|
|
.report-item .info {
|
|
width: 164px;
|
|
height: 183px;
|
|
box-sizing: border-box;
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
padding: 39px 17px 17px 17px;
|
|
}
|
|
.report-item .info h3 {
|
|
font-size: 14px;
|
|
line-height: 19px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
width: 100%;
|
|
margin-bottom: 14px;
|
|
}
|
|
.report-item-wrapper {
|
|
display: flex;
|
|
padding: 0;
|
|
margin: 0;
|
|
flex-flow: row wrap;
|
|
}
|
|
.report-item-wrapper li {
|
|
margin: 0 56px 32px 0;
|
|
}
|
|
.experiment-index {
|
|
box-sizing: border-box;
|
|
width: 893px;
|
|
margin: 0 auto;
|
|
background: #fff;
|
|
}
|
|
.experiment-index a {
|
|
color: #0152d9;
|
|
}
|
|
.experiment-index h2 {
|
|
font-size: 18px;
|
|
line-height: 24px;
|
|
margin: 0;
|
|
}
|
|
.experiment-index header {
|
|
height: 85px;
|
|
border-bottom: 1px solid #eee;
|
|
padding: 34px 40px;
|
|
box-sizing: border-box;
|
|
justify-content: space-between;
|
|
font-size: 16px;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
}
|
|
.experiment-index section {
|
|
padding: 32px 39px;
|
|
}
|
|
.experiment-index .report-action {
|
|
margin-top: 50px;
|
|
box-sizing: border-box;
|
|
display: flex;
|
|
flex-flow: row nowrap;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
.experiment-index .report-action span {
|
|
margin-left: -8px;
|
|
}
|
|
|