Commit 40241747 by liuyingying

样式小调整

parent b31db08b
...@@ -254,7 +254,7 @@ nav>div{ ...@@ -254,7 +254,7 @@ nav>div{
padding-left:20px; padding-left:20px;
} }
.list_wrap{ .list_wrap{
padding: 20px 70px; padding: 20px 0;
} }
.list_wrap > p{ .list_wrap > p{
font-size:14px; font-size:14px;
......
...@@ -55,7 +55,6 @@ ...@@ -55,7 +55,6 @@
</div> </div>
<div class="new_wrap"> <div class="new_wrap">
<div class="list_wrap"> <div class="list_wrap">
{% for key, item in newest_post_list.items %} {% for key, item in newest_post_list.items %}
{% if item %} {% if item %}
<p>{{ key }}</p> <p>{{ key }}</p>
...@@ -63,7 +62,7 @@ ...@@ -63,7 +62,7 @@
<div class="new_list"> <div class="new_list">
<span>{{ it.date }}</span> <span>{{ it.date }}</span>
{% if key == 'publication' %} {% if key == 'publication' %}
<span>{{ it.author }}在{{ it.journame }}上发表了{{ it.publishType }}</span> <span>{{ it.author }}在{{ it.journalname }}上发表了{{ it.publishType }}</span>
{% else %} {% else %}
<span>{{ it.author }}发布了</span> <span>{{ it.author }}发布了</span>
{% endif %} {% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment