列表item加回答数量
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -512,7 +512,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;
|
||||
|
||||
em {
|
||||
color: #ff0000;
|
||||
@@ -595,6 +595,16 @@ a {
|
||||
color: #aaa;
|
||||
}
|
||||
|
||||
.amount {
|
||||
color: #aaa;
|
||||
margin-left: 20px;
|
||||
.amount-icon {
|
||||
width: 14px;
|
||||
height: 13px;
|
||||
margin-right: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.longString {
|
||||
width: 1px;
|
||||
height: 13px;
|
||||
|
||||
Reference in New Issue
Block a user