Commit 6822f3a7 by liuyingying

欢迎样式

parent 84a83403
......@@ -190,6 +190,17 @@ nav>div{
align-items: center;
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{
width:80%;
height:60px;
......
......@@ -61,7 +61,7 @@
<a href="#project" class="main_bar">项目研究</a>
<a href="#publish" 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>
......@@ -69,10 +69,10 @@
<section id="home">
<div class="box"></div>
<div class="left-bar">
<span>
最新动态
</span>
</div>
<span>
欢迎
</span>
</div>
<div class="new_wrap">
<div id="our_intro">
......@@ -82,6 +82,11 @@
</span>
</div>
<div class="list_wrap">
<div class="right_bar">
<span>
最新动态
</span>
</div>
{% for key, item in newest_post_list.items %}
{% if 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