diff --git a/catalog/templates/album.html b/catalog/templates/album.html index b41dd6bf..5d6d3f58 100644 --- a/catalog/templates/album.html +++ b/catalog/templates/album.html @@ -30,7 +30,7 @@ }); $(this).remove(); }) - + {% endif %} {% endif %} @@ -53,7 +53,7 @@ }); $(this).remove(); }) - + {% endif %} {% endif %} @@ -110,20 +110,16 @@ {% block content %} {% if item.track_list %} -
-
曲目
-

{{ item.track_list | linebreaksbr }}

-
+
曲目
+

{{ item.track_list | linebreaksbr }}

{% endif %} {% if item.get_embed_link %} -
-
播放
- -
+
播放
+ {% endif %} {% endblock %} diff --git a/catalog/templates/edition.html b/catalog/templates/edition.html index a109cb0c..beaf016b 100644 --- a/catalog/templates/edition.html +++ b/catalog/templates/edition.html @@ -91,10 +91,8 @@ {% endblock %} {% block content %} {% if item.contents %} -
-
目录
-

{{ item.contents | linebreaksbr }}

-
+
目录
+

{{ item.contents | linebreaksbr }}

{% endif %} {% endblock %} {% block left_sidebar %} diff --git a/catalog/templates/item_base.html b/catalog/templates/item_base.html index f1d01f32..41d512af 100644 --- a/catalog/templates/item_base.html +++ b/catalog/templates/item_base.html @@ -332,15 +332,15 @@
-
+
简介
{% if item.brief %}

{{ item.brief | linebreaksbr }}

{% else %}

暂缺

{% endif %} + {% block content %}{% endblock %}
- {% block content %}{% endblock %}
短评 diff --git a/catalog/templates/podcast.html b/catalog/templates/podcast.html index a58e75ed..5bef7a65 100644 --- a/catalog/templates/podcast.html +++ b/catalog/templates/podcast.html @@ -55,12 +55,10 @@
{% endblock %} {% block content %} -
-
{% trans '近期节目' %}
-
-
+
{% trans '近期节目' %}
+
{% endblock %} {% block left_sidebar %} diff --git a/common/static/scss/_item.scss b/common/static/scss/_item.scss index 68959125..495a89f0 100644 --- a/common/static/scss/_item.scss +++ b/common/static/scss/_item.scss @@ -17,7 +17,7 @@ font-size: 75%; } - main>div>section { + main>div section { margin-bottom: 2.5rem; } @@ -87,10 +87,13 @@ } @media (min-width: 769px) { - #item-cover { - clear: both; - } + // #item-cover { + // clear: both; + // } + #item-content { + min-height: 15rem; + } } @media (max-width: 768px) {