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

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.90@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.0.90@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/virtualSpaces/Lists/Discussion/Detail/index.less?modules ***!
\****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___Hmx5i {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___Dx8H4 {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___dMU0Z {
align-items: center;
box-align: center;
}
.flex_box_center_end___dCdhg {
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___QCcWO {
flex-direction: column;
box-orient: block-axis;
}
.Onerow___bolpc {
word-break: break-all;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.MultiLine___jesmY {
word-break: break-all;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.DiscussionList___CcLEr {
margin-top: 25px;
width: 100%;
display: flex;
flex-wrap: wrap;
gap: 30px 20px;
}
.DiscussionListItem___CSgpe {
cursor: pointer;
width: 283px;
overflow: hidden;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
border-radius: 8px;
}
.DiscussionListItem___CSgpe .DiscussionListItemImg___KgrBI {
width: 100%;
transition: all 0.5s;
}
.DiscussionListItem___CSgpe:hover .DiscussionListItemImg___KgrBI {
transform: scale(1.1);
}
.imgUpLoad___nu_Sv {
position: relative;
width: 200px;
height: auto;
background-color: #f4f3f4;
display: flex;
align-items: center;
justify-content: center;
}
.imgUpLoad___nu_Sv > div {
position: absolute;
right: -6px;
top: -6px;
cursor: pointer;
background-color: #fff;
width: 16px;
height: 16px;
border-radius: 50%;
}
.DiscussionDetail___zgks4 {
overflow: hidden;
margin-top: 25px;
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
border: 1px solid #F6F7F9;
padding: 20px;
}