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

182 lines
4.5 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.6.26@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.6.26@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Engineering/index.less?modules ***!
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___auROP {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___zffiE {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___wyNpY {
align-items: center;
box-align: center;
}
.flex_box_center_end___m_Isr {
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___b27kO {
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___thIn6 {
display: flex;
flex-direction: column;
}
.flex-row___qrMqE {
display: flex;
flex-direction: row;
}
.justify-start___MRjGR {
display: flex;
justify-content: flex-start;
}
.justify-center___LxUlO {
display: flex;
justify-content: center;
}
.justify-end___pY2bJ {
display: flex;
justify-content: flex-end;
}
.justify-evenly___GSyHW {
display: flex;
justify-content: space-evenly;
}
.justify-around___Q4DIL {
display: flex;
justify-content: space-around;
}
.justify-between___gulLX {
display: flex;
justify-content: space-between;
}
.align-start___kGXfd {
display: flex;
align-items: flex-start;
}
.align-center___AWZZc {
display: flex;
align-items: center;
}
.align-end___p3tu4 {
display: flex;
align-items: flex-end;
}
button {
margin: 0;
padding: 0;
border: 1px solid transparent;
outline: none;
background-color: transparent;
}
button:active {
opacity: 0.6;
}
.flex-col___thIn6 {
display: flex;
flex-direction: column;
}
.flex-row___qrMqE {
display: flex;
flex-direction: row;
}
.justify-start___MRjGR {
display: flex;
justify-content: flex-start;
}
.justify-center___LxUlO {
display: flex;
justify-content: center;
}
.justify-end___pY2bJ {
display: flex;
justify-content: flex-end;
}
.justify-evenly___GSyHW {
display: flex;
justify-content: space-evenly;
}
.justify-around___Q4DIL {
display: flex;
justify-content: space-around;
}
.justify-between___gulLX {
display: flex;
justify-content: space-between;
}
.align-start___kGXfd {
display: flex;
align-items: flex-start;
}
.align-center___AWZZc {
display: flex;
align-items: center;
}
.align-end___p3tu4 {
display: flex;
align-items: flex-end;
}
.content___QuZGt {
min-height: 600px;
background: #fff;
padding: 25px 20px;
}
.content___QuZGt .header___Lgq9g {
display: flex;
justify-content: space-between;
margin-bottom: 25px;
}
.content___QuZGt .header___Lgq9g .span___aqN0x {
font-size: 16px;
color: #333333;
}
.title___fcmlM {
font-size: 16px;
font-weight: 500;
color: #464f66;
line-height: 22px;
padding-left: 10px;
position: relative;
align-items: center;
}
.title___fcmlM::after {
position: absolute;
content: '';
width: 5px;
height: 5px;
opacity: 0.6;
background-color: #464f66;
border-radius: 50%;
left: -6px;
top: 50%;
transform: translateY(-50%);
}
.textone___AoPbl {
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 1;
overflow: hidden;
}