Commit 45990dd4 by liuyingying

样式修改

parent cf248b8e
...@@ -142,14 +142,16 @@ ...@@ -142,14 +142,16 @@
{% for year, cves in cve_year_list.items %} {% for year, cves in cve_year_list.items %}
<blockquote ><p>{{ year }}</p></blockquote> <blockquote ><p>{{ year }}</p></blockquote>
{% if cves %} {% if cves %}
<ul>
{% for cve in cves %} {% for cve in cves %}
<ul>
<li class="big_text"><a href="{{ cve.url }}">{{ cve.identifier }}</a></li> <li class="big_text"><a href="{{ cve.url }}">{{ cve.identifier }}</a></li>
<li>{{ cve.bugType }}</li> <li>{{ cve.bugType }}</li>
<li class="small_text">{{ cve.description }}</li> <li class="small_text">{{ cve.description }}</li>
<li class="middle_text right">{{ cve.datetime }}</li> <li class="middle_text right">{{ cve.datetime }}</li>
</ul>
{% endfor %} {% endfor %}
</ul>
{% endif %} {% endif %}
{% endfor %} {% endfor %}
</div> </div>
......
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