列表item加回答数量

This commit is contained in:
A1300399510
2025-02-07 18:35:35 +08:00
parent 882d44344d
commit e04ff556db
23 changed files with 212 additions and 163 deletions

View File

@@ -400,7 +400,7 @@ a {
font-size: 14px;
color: #000000;
line-height: 22px;
font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC', sans-serif;
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;
@@ -466,6 +466,15 @@ a {
#answer-app .main .list-box .list .item .content .bottom .quantity {
color: #aaa;
}
#answer-app .main .list-box .list .item .content .bottom .amount {
color: #aaa;
margin-left: 20px;
}
#answer-app .main .list-box .list .item .content .bottom .amount .amount-icon {
width: 14px;
height: 13px;
margin-right: 5px;
}
#answer-app .main .list-box .list .item .content .bottom .longString {
width: 1px;
height: 13px;