问答去掉回答,改为讨论,删除不必要的代码
This commit is contained in:
@@ -373,7 +373,7 @@ a {
|
||||
right: -5px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
background-image: url("img/triangle-icon.svg");
|
||||
background-image: url("/img/triangle-icon.svg");
|
||||
}
|
||||
#answer-app .main .list-box .list .item.pitch .content {
|
||||
border: none;
|
||||
@@ -401,6 +401,7 @@ a {
|
||||
font-size: 14px;
|
||||
color: #000000;
|
||||
line-height: 22px;
|
||||
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
|
||||
}
|
||||
#answer-app .main .list-box .list .item .content .issue-title .issue em {
|
||||
color: #ff0000;
|
||||
@@ -422,6 +423,7 @@ a {
|
||||
font-size: 13px;
|
||||
text-decoration: none;
|
||||
margin-top: 8px;
|
||||
font-weight: 400;
|
||||
}
|
||||
#answer-app .main .list-box .list .item .content .answer * {
|
||||
white-space: nowrap;
|
||||
@@ -540,6 +542,7 @@ a {
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
position: relative;
|
||||
padding-bottom: 200px;
|
||||
}
|
||||
#answer-app .main .details-area-box .details-box .emoji-box-mask {
|
||||
position: absolute;
|
||||
@@ -721,10 +724,20 @@ a {
|
||||
min-height: 80px;
|
||||
padding-bottom: 11px;
|
||||
}
|
||||
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .top .input-textarea.placeholder::after {
|
||||
content: "说说你的看法…";
|
||||
color: #7f7f7f;
|
||||
pointer-events: none;
|
||||
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .top .input-textarea * {
|
||||
background: transparent !important;
|
||||
color: #000 !important;
|
||||
border: none !important;
|
||||
outline: none !important;
|
||||
font-size: 14px !important;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
width: auto !important;
|
||||
height: auto !important;
|
||||
border-radius: 0 !important;
|
||||
}
|
||||
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .top .input-textarea img {
|
||||
display: none !important;
|
||||
}
|
||||
#answer-app .main .details-area-box .details-box .answer-discuss .input-box .picture-box {
|
||||
padding-bottom: 10px;
|
||||
@@ -1504,6 +1517,7 @@ a {
|
||||
color: #7f7f7f;
|
||||
cursor: pointer;
|
||||
height: 53px;
|
||||
line-height: 54px;
|
||||
}
|
||||
#answer-app .main .details-area-box .details-box .operate-box .operate-list .operate-item:not(:first-of-type) {
|
||||
margin-left: 36px;
|
||||
|
||||
Reference in New Issue
Block a user