Commit 5b1394f8 by liuyingying

显示成员按钮样式

parent 450280a7
...@@ -203,28 +203,40 @@ nav>div{ ...@@ -203,28 +203,40 @@ nav>div{
width:200px; width:200px;
} }
.former >#show_btn,#close_btn{ .former >#show_btn,#close_btn{
width: 80px; width: 120px;
height: 30px; height: 35px;
border-radius: 0; border-radius: 0;
margin: 0 5px; margin: 0 5px;
float: left; float: left;
font-size: 14px; font-size: 14px;
cursor: pointer; cursor: pointer;
margin: 0 20px;
border: solid 1px #000000;
font-weight: 200;
background-color: white;
color: #000000;
box-shadow: 2px 2px 3px black;
} }
.former > #show_btn{ .former > #shsow_btn{
border:none; border: none;
background-color: rgb(97, 152, 232); background-color: rgb(10, 10, 10);
color: white; color: white;
font-weight: 200;
/* border-top-left-radius: 8px; */
box-shadow: 3px 2px 1px #FF5722;
} }
.former > #close_btn{ .former > #clcose_btn{
border: solid 1px #f1f1f1; border: solid 1px #000000;
font-weight: 200;
background-color: white; background-color: white;
color:dimgrey; color: #000000;
box-shadow: 2px 2px 3px black;
} }
#former_member{ #former_member{
margin-top:30px; margin-top:30px;
padding-top:20px; padding-top:20px;
background-color: #f1f1f1; background-color: #ffffff;
} }
.left-bar{ .left-bar{
......
...@@ -85,11 +85,11 @@ ...@@ -85,11 +85,11 @@
<span> <span>
小组成员 小组成员
</span> </span>
</div>
<span class="former"> <span class="former">
<button id="show_btn" onclick="show_former()">显示前成员</button> <button id="show_btn" onclick="show_former()">查看前小组成员</button>
<button style="display: none" id="close_btn" onclick="close_former()">隐藏</button> <button style="display: none" id="close_btn" onclick="close_former()">隐藏</button>
</span> </span>
</div>
<div class="wrap" id="former_member" style="display: none;"> <div class="wrap" id="former_member" style="display: none;">
{% for tp,users in user_type_list_former.items %} {% for tp,users in user_type_list_former.items %}
<div class="member_type"> <div class="member_type">
......
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