diff --git a/news/templates/news/details.html b/news/templates/news/details.html index 76dca86..13c2727 100644 --- a/news/templates/news/details.html +++ b/news/templates/news/details.html @@ -14,13 +14,13 @@

{{ n.title }}

- 作者:{{ n.author }}   - 来源:{{ n.source }}   - 发布时间:{{ n.created }}   - 点击数:{{ n.hit_count }} + 作者: {{ n.author }}   + 来源: {{ n.source }}   + 发布时间: {{ n.created }}   + 点击数: {{ n.hit_count }}

-

{{ n.content|safe }}

+
{{ n.content|safe }}
diff --git a/portal/static/portal/css/style.css b/portal/static/portal/css/style.css index e2e5e77..dd58a27 100644 --- a/portal/static/portal/css/style.css +++ b/portal/static/portal/css/style.css @@ -932,3 +932,6 @@ img { color: #666; } +.article-content p { + text-indent: 2em; +}