问答详情样式

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