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

94 lines
3.2 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.0.87@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.87@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/virtualSpaces/Lists/Lesson/Detail/index.less?modules ***!
\************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___Q28K2 {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___XKhJD {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___G6xvN {
align-items: center;
box-align: center;
}
.flex_box_center_end___OpS9Y {
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___Jx7wj {
flex-direction: column;
box-orient: block-axis;
}
.Onerow___iGZyH {
word-break: break-all;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.MultiLine___zus_s {
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.LessonsList___d2liG {
margin-top: 25px;
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 30px 35px;
}
.LessonsListItem___CaSaY {
cursor: pointer;
width: 283px;
overflow: hidden;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
border-radius: 8px;
}
.LessonsListItem___CaSaY .LessonsListItemImg___LCyOb {
width: 100%;
transition: all 0.5s;
}
.LessonsListItem___CaSaY:hover .LessonsListItemImg___LCyOb {
transform: scale(1.1);
}
.imgUpLoad___gXVAl {
position: relative;
width: 200px;
height: auto;
background-color: #f4f3f4;
display: flex;
align-items: center;
justify-content: center;
}
.imgUpLoad___gXVAl > div {
position: absolute;
right: -6px;
top: -6px;
cursor: pointer;
background-color: #fff;
width: 16px;
height: 16px;
border-radius: 50%;
}
.LessonDetail___z2veM {
overflow: hidden;
margin-top: 25px;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
border: 1px solid #F6F7F9;
padding: 20px;
}