Commit d9e01d15 by liuyingying

出版物类别

parent da04b9df
......@@ -259,7 +259,7 @@ ul:after{
.proj_name>a{
font-weight: 600;
font-size: 20px;
color: #97b7e6;
color: #6e829e;
font-style: italic;
}
.proj_description{
......
......@@ -127,6 +127,8 @@
<ul>
<li class="big_text"><a href="{% static 'hunter/publications/' %}{{ publication.link }}" target="_blank">{{ publication.title }}</a></li>
<li class="small_text">{{ publication.authors }}</li>
<li>{{ publication.publishType }}</li>
<li>{{ publication.journalname }}</li>
<li class="middle_text right">{{ publication.date }}</li>
</ul>
{% endfor %}
......@@ -180,7 +182,7 @@
<a href="{% url 'hunter:article' art.articleID %}" target="_blank">{{ art.title }}</a>
</li>
<li>{{ art.author }}</li>
<li class="small_text">{{ art.authorID }}</li>
<li class="small_text right">{{ art.authorID }}</li>
<li class="middle_text right">{{ art.editDateTime }}</li>
</ul>
{% endfor %}
......
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