Commit 40241747 by liuyingying

样式小调整

parent b31db08b
......@@ -254,7 +254,7 @@ nav>div{
padding-left:20px;
}
.list_wrap{
padding: 20px 70px;
padding: 20px 0;
}
.list_wrap > p{
font-size:14px;
......
......@@ -55,7 +55,6 @@
</div>
<div class="new_wrap">
<div class="list_wrap">
{% for key, item in newest_post_list.items %}
{% if item %}
<p>{{ key }}</p>
......@@ -63,7 +62,7 @@
<div class="new_list">
<span>{{ it.date }}</span>
{% if key == 'publication' %}
<span>{{ it.author }}在{{ it.journame }}上发表了{{ it.publishType }}</span>
<span>{{ it.author }}在{{ it.journalname }}上发表了{{ it.publishType }}</span>
{% else %}
<span>{{ it.author }}发布了</span>
{% 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