新讨论测试

This commit is contained in:
A1300399510
2025-02-17 19:00:34 +08:00
parent d45e8484a5
commit 08fd75e930
4 changed files with 314 additions and 27 deletions

View File

@@ -685,6 +685,54 @@ a {
box-shadow: 0 0 3px rgba(0, 0, 0, 0.11764706);
padding: 18px 22px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
z-index: 12;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box {
width: 650px;
border-radius: 10px;
background: #fff;
padding: 20px 15px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box .text {
font-size: 18px;
font-weight: 650;
margin-bottom: 15px;
color: #000;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box .input-box {
margin-right: 0;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box .input-box .bottom {
border-top: 1px solid #ebebeb;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box .btn-list {
padding: 15px 0;
justify-content: flex-end;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box .btn-list .btn {
font-size: 14px;
color: #333;
width: 80px;
height: 28px;
line-height: 28px;
text-align: center;
border-radius: 43px;
cursor: pointer;
background-color: #fff;
border: 1px solid #ebebeb;
margin-left: 20px;
}
#answer-app .main .details-area-box .details-box .answer-discuss .edit-comment .box .btn-list .btn.send {
background-color: #fddf6d;
border: 1px solid #fddf6d;
}
#answer-app .main .details-area-box .details-box .answer-discuss .header {
font-family: "PingFangSC-Semibold", "PingFang SC Semibold", "PingFang SC", sans-serif;
font-weight: 650;
@@ -1294,7 +1342,7 @@ a {
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box {
position: relative;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box:hover .report-box {
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box:hover .operate-boxx {
display: flex;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box .menu-icon {
@@ -1302,27 +1350,35 @@ a {
height: 14px;
cursor: pointer;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box .report-box {
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box .operate-boxx {
display: none;
flex-direction: column;
position: absolute;
top: 24px;
right: 0;
width: 60px;
height: 24px;
background-color: #f6f6f6;
border: 1px solid #d7d7d7;
border-radius: 5px;
font-size: 12px;
color: #7f7f7f;
cursor: pointer;
width: 60px;
z-index: 2;
border-radius: 5px;
background-color: #f6f6f6;
border: 1px solid #d7d7d7;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box .report-box::after {
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box .operate-boxx .item {
height: 24px;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box .operate-boxx .item:not(:last-of-type) {
border-bottom: 1px solid #d7d7d7;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .menu-box .operate-boxx::after {
content: "";
width: 58px;
height: 36px;
position: absolute;
top: -14px;
right: 0;
z-index: -1;
}
#answer-app .main .details-area-box .details-box .comments-box .comments-item .comments-header .comments-header-right .comment-icon {
width: 14px;