问答详情样式

This commit is contained in:
lmj
2022-10-12 18:30:24 +08:00
parent 46a918c2b6
commit a8566f9129

View File

@@ -828,8 +828,9 @@ export default {
color: #333333;
}
.answer-content{
margin-top: 27px;
margin-top: 20px;
display: flex;
margin-bottom: 45px;
input{
flex: 1;
height: 81px;
@@ -986,7 +987,7 @@ export default {
padding-left: 40px;
.answer-text {
margin: 6px 0 15px;
margin: 6px 0 0px;
line-height: 24px;
white-space: pre-wrap;
word-break: break-all;
@@ -1007,7 +1008,7 @@ export default {
}
.answer-boot {
height: 35px;
// height: 35px;
line-height: 35px;
display: flex;
justify-content: space-between;
@@ -1089,7 +1090,7 @@ export default {
.comment-btns {
// padding: 5px 10px 10px 0px;
height: 35px;
// height: 35px;
line-height: 35px;
a {
@@ -1123,9 +1124,9 @@ export default {
}
.answer-reply-box {
margin-top: 10px;
margin-top: 30px;
background-color: #fff;
padding: 58px 67px;
padding: 30px 40px;
}
// ::v-deep .publishAnswer {