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

65 lines
2.3 KiB

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** 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/Video/Statistics/Detail/index.less?modules ***!
\***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___Ox04Y {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___C6xrA {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___ND_1v {
align-items: center;
box-align: center;
}
.flex_box_center_end___YRYaf {
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___DUfSG {
flex-direction: column;
box-orient: block-axis;
}
.title___kEuJZ {
display: flex;
align-items: center;
}
.statisticsWrp___VC_CA {
padding: 20px;
background: #fff;
margin-bottom: 30px;
}
.infoWrp___y79ks {
padding: 20px;
background: #fff;
margin-bottom: 30px;
}
.warp_task_hide___MGcfK {
max-height: 400px;
overflow-y: auto;
background: #fff;
padding: 0px 10px;
width: 150px;
text-align: center;
}
.task_hide___Qc3Yt {
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
overflow: hidden;
cursor: pointer;
}
.task_hide___Qc3Yt:hover {
background-color: #ededed;
}