no message
parent
614e20f596
commit
5006102a51
|
@ -167,9 +167,10 @@ ul li a{
|
|||
<li><a href="{{ url }}data" style="font-size: 25px;text-decoration: none; background: #20375f;">数据聚合</a></li>
|
||||
<li><a href="{{ url }}donate" style="font-size: 25px;text-decoration: none; background: #20375f;">赞助</a></li>
|
||||
<li><a href="{{ url }}guide" style="font-size: 25px;text-decoration: none; background: #20375f;">本博客说明</a></li>
|
||||
<li style="margin-left: 500px;font-size: 25px;">
|
||||
<li style="margin-left: 200px;font-size: 25px;text-decoration: none;background: #20375f;">文章搜索</li>
|
||||
<li style="margin-left: 0px;font-size: 25px;">
|
||||
<form style="background: #0b3e6f;">
|
||||
<select id="editable-select" style="width: 300px; height: 30px;margin-top: -10px; " >
|
||||
<select id="editable-select" style="width: 300px; height: 30px;margin-top: -10px;color: white; " >
|
||||
{% for title in alltitle %}
|
||||
<option>{{ title.title }}</option>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in New Issue