Commit 6822f3a7 by liuyingying

欢迎样式

parent 84a83403
...@@ -190,6 +190,17 @@ nav>div{ ...@@ -190,6 +190,17 @@ nav>div{
align-items: center; align-items: center;
text-align: justify; text-align: justify;
} }
.right_bar{
height: 25px;
line-height: 25px;
font-weight: 100;
font-size: 14px;
background-color: #5f5f5f;
color: #fbfbfb;
width: 90px;
margin-bottom: 10px;
text-align: center;
}
.bar_bottom{ .bar_bottom{
width:80%; width:80%;
height:60px; height:60px;
......
...@@ -61,7 +61,7 @@ ...@@ -61,7 +61,7 @@
<a href="#project" class="main_bar">项目研究</a> <a href="#project" class="main_bar">项目研究</a>
<a href="#publish" class="main_bar">出版物</a> <a href="#publish" class="main_bar">出版物</a>
<a href="#member" class="main_bar">成员</a> <a href="#member" class="main_bar">成员</a>
<a href="#home" class="main_bar active">最新动态</a> <a href="#home" class="main_bar active">首页</a>
</div> </div>
</div> </div>
</div> </div>
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
<div class="box"></div> <div class="box"></div>
<div class="left-bar"> <div class="left-bar">
<span> <span>
最新动态 欢迎
</span> </span>
</div> </div>
<div class="new_wrap"> <div class="new_wrap">
...@@ -82,6 +82,11 @@ ...@@ -82,6 +82,11 @@
</span> </span>
</div> </div>
<div class="list_wrap"> <div class="list_wrap">
<div class="right_bar">
<span>
最新动态
</span>
</div>
{% for key, item in newest_post_list.items %} {% for key, item in newest_post_list.items %}
{% if item %} {% if item %}
{% for it in item %} {% for it in item %}
......
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