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

109 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.3.15@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.3.15@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Classrooms/Lists/Board/Detail/index.less?modules ***!
\********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center____u6kt {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___TQBjE {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___Swub5 {
align-items: center;
box-align: center;
}
.flex_box_center_end___CF7Yk {
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___JuMWc {
flex-direction: column;
box-orient: block-axis;
}
.top___wt6mW {
padding: 30px;
border-bottom: 1px solid #eaeaea;
}
.top___wt6mW img {
border-radius: 50px;
}
.title___fbubS strong {
font-size: 24px;
}
.desc___tfWs3 {
padding: 30px;
border-bottom: 1px solid #eaeaea;
}
.desc___tfWs3 img {
max-width: 100%;
}
.liked___uxgYY {
background: #eee;
color: #b3b3b3;
padding: 10px 40px;
border-radius: 40px;
display: inline-block;
margin: 0 auto;
text-align: center;
cursor: pointer;
}
.likedActive___wyWHK {
background: #0152d9;
color: #fff;
}
.reply___TByps {
padding: 30px;
border-bottom: 1px solid #eaeaea;
}
.reply___TByps input,
.reply___TByps button {
height: 40px;
}
.reply___TByps button {
padding-left: 20px;
padding-right: 20px;
margin-left: 20px;
}
.replyList___gXSFx {
padding: 20px;
}
.replyList___gXSFx > div {
border-bottom: 1px solid #eaeaea;
}
.replyList___gXSFx > div img {
border-radius: 50px;
}
.comment___zjn39 {
background: #f4f4f4;
border-radius: 6px;
width: 100%;
position: relative;
}
.comment___zjn39:before {
content: '';
position: absolute;
top: -9px;
left: 13px;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 10px solid #f4f4f4;
width: 0;
height: 0;
}
.comment___zjn39 > div {
padding: 10px;
}
.comment___zjn39 > div:hover {
background: #ebebeb;
}