no message

This commit is contained in:
A1300399510
2025-01-20 19:08:21 +08:00
parent 5a890aaee5
commit 8b5d8f4523
4 changed files with 617 additions and 536 deletions

View File

@@ -666,7 +666,6 @@ a {
display: block;
}
#answer-app .main .details-area-box .details-box .answer-discuss {
width: 627px;
background-color: #ffffff;
border: 1px solid #ebebeb;
border-radius: 10px;
@@ -1344,6 +1343,10 @@ a {
color: #92a1bf;
display: inline;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .comments-img {
width: 75px;
margin-bottom: 13px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-content .comments-input-box {
margin-top: 13px;
}

View File

@@ -835,7 +835,6 @@ a {
}
.answer-discuss {
width: 627px;
background-color: rgba(255, 255, 255, 1);
border: 1px solid rgba(235, 235, 235, 1);
border-radius: 10px;
@@ -1625,6 +1624,11 @@ a {
}
}
.comments-img {
width: 75px;
margin-bottom: 13px;
}
.comments-input-box {
margin-top: 13px;