diff --git a/templates/list.html b/templates/list.html index a85b197..cfe8053 100644 --- a/templates/list.html +++ b/templates/list.html @@ -5,7 +5,7 @@ - + @@ -26,8 +26,14 @@ h3, h4, h5, - h6 { + h6, + .sort-by{ font-family: 'Noto Serif SC', serif; + font-weight: 300; + } + + .sort-by b { + font-weight: 700; } a, @@ -87,7 +93,7 @@ } .qbox .inner { - margin: 15px 0 0 15px; + margin: 15px 0 20px 15px; white-space: pre-wrap; } @@ -212,14 +218,14 @@ -
+

已有报名

- + {% if sort_by == 'likeNum' %} - 按时间 | 按赞数 + 按时间 | 按赞数 {% else %} - 按时间 | 按赞数 + 按时间 | 按赞数 {% endif %}
@@ -324,7 +330,7 @@ if (result.replies.length) { $(self).empty(); result.replies.forEach((rp) => { - $(self).append(`

${rp.disp}:

${rp.content}
`) + $(self).append(`

${rp.disp}:

${rp.content}
`) }); $(self).find('.timeago').timeago(); } else {