diff --git a/src/disqus.js b/src/disqus.js index f602d58..5c03395 100644 --- a/src/disqus.js +++ b/src/disqus.js @@ -617,10 +617,10 @@ // 处理可能存在的隐藏回复 let hasMoreEl = ``; if (comment.hasMore) { - hasMoreEl = `

切换到 Disqus 完整模式 显示更多回复

` + hasMoreEl = `

切换到 完整 Disqus 模式 显示更多回复

` } - html += `
  • ${renderPostItem(comment.comment)}${hasMoreEl}${childrenComments(comment)}
  • `; + html += `
  • ${renderPostItem(comment.comment)}${childrenComments(comment)}${hasMoreEl}
  • `; }); html += ''; @@ -646,10 +646,10 @@ // 处理可能存在的隐藏回复 let hasMoreEl = ``; if (comment.hasMore) { - hasMoreEl = `

    切换到 Disqus 完整模式 显示更多回复

    ` + hasMoreEl = `

    切换到 完整 Disqus 模式 显示更多回复

    ` } - html += `
  • ${renderPostItem(comment.comment)}${hasMoreEl}${childrenComments(comment)}
  • `; + html += `
  • ${renderPostItem(comment.comment)}${childrenComments(comment)}${hasMoreEl}
  • `; }); diff --git a/src/disqusjs.css b/src/disqusjs.css index f1970b1..f97fcd9 100644 --- a/src/disqusjs.css +++ b/src/disqusjs.css @@ -295,13 +295,13 @@ } #dsqjs p.dsqjs-has-more { - margin-bottom: 20px; + margin-bottom: 24px; margin-left: 48px; + font-size: 13px; + line-height: 15px; } #dsqjs p.dsqjs-has-more a.dsqjs-has-more-btn { - font-size: 13px; - line-height: 15px; color: #656c7a; text-decoration: underline; cursor: pointer;