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

220 lines
5.4 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.4.4@@umijs/bundler-webpack/compiled/postcss-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[2]!./node_modules/_@umijs_bundler-webpack@4.4.4@@umijs/bundler-webpack/compiled/less-loader/index.js??ruleSet[1].rules[5].oneOf[0].use[3]!./src/pages/Magazinejor/component/Comment/index.less?modules ***!
\******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.flex_box_center___f12fM {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___IJlfc {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___eBrLc {
align-items: center;
box-align: center;
}
.flex_box_center_end___tJxej {
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___G0PRH {
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___j0Tly {
display: flex;
flex-direction: column;
}
.flex-row___i4Vli {
display: flex;
flex-direction: row;
}
.justify-start____96Dk {
display: flex;
justify-content: flex-start;
}
.justify-center___RkIUR {
display: flex;
justify-content: center;
}
.justify-end___PHZtV {
display: flex;
justify-content: flex-end;
}
.justify-evenly___e_hc5 {
display: flex;
justify-content: space-evenly;
}
.justify-around___XmVGx {
display: flex;
justify-content: space-around;
}
.justify-between___g9R7V {
display: flex;
justify-content: space-between;
}
.align-start___NL5oP {
display: flex;
align-items: flex-start;
}
.align-center___eQIe7 {
display: flex;
align-items: center;
}
.align-end___teRLW {
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___j0Tly {
display: flex;
flex-direction: column;
}
.flex-row___i4Vli {
display: flex;
flex-direction: row;
}
.justify-start____96Dk {
display: flex;
justify-content: flex-start;
}
.justify-center___RkIUR {
display: flex;
justify-content: center;
}
.justify-end___PHZtV {
display: flex;
justify-content: flex-end;
}
.justify-evenly___e_hc5 {
display: flex;
justify-content: space-evenly;
}
.justify-around___XmVGx {
display: flex;
justify-content: space-around;
}
.justify-between___g9R7V {
display: flex;
justify-content: space-between;
}
.align-start___NL5oP {
display: flex;
align-items: flex-start;
}
.align-center___eQIe7 {
display: flex;
align-items: center;
}
.align-end___teRLW {
display: flex;
align-items: flex-end;
}
.wrap___mULfB {
padding: 20px 30px;
margin: 20px 20px 20px 0px;
background: linear-gradient(180deg, #D8DFFF 0%, #F1F3FF 100%);
border-radius: 4px;
border: 1px solid rgba(255, 255, 255, 0.21);
position: relative;
}
.wrap___mULfB .bgimg___VCYMC {
position: absolute;
top: 12px;
right: 12px;
}
.wrap___mULfB .content___xL19v {
padding: 12px;
background: transparent;
}
.reply___u3vbE {
padding: 30px 0px;
background: transparent;
}
.reply___u3vbE input,
.reply___u3vbE button {
height: 40px;
}
.reply___u3vbE button {
padding-left: 20px;
padding-right: 20px;
margin-left: 20px;
}
.replyList___AyzMb {
padding: 0;
}
.replyList___AyzMb > div {
padding-bottom: 20px;
padding-top: 20px;
border-bottom: 1px solid #eaeaea;
}
.replyList___AyzMb > div img {
border-radius: 50px;
}
.comment___ed5kd {
background: transparent;
width: 100%;
position: relative;
border-radius: 4px;
margin-top: 10px;
margin-bottom: 5px;
}
.comment___ed5kd > div {
padding: 14px 20px;
}
.content___xL19v {
background-color: #fff;
margin-top: 5px;
}
.commentItem___0H_Qw:hover {
border-radius: 4px;
}
.commentItem___0H_Qw:hover [class~='forums-comment-delete'] {
display: block !important;
}
.commentParItem___RQ8zn:hover {
border-radius: 4px;
}
.commentParItem___RQ8zn:hover [class~='forums-comment-par-delete'] {
display: block !important;
}
.submitStyle___AeDkW {
width: 60px;
height: 32px;
background: #3061D0;
box-shadow: 0px 2px 4px 0px #E0DFE1, inset 0px 1px 3px 0px rgba(255, 255, 255, 0.5);
border-radius: 2px;
line-height: 32px;
text-align: center;
color: #fff;
cursor: pointer;
}