Commit 35228ca6 by liuyingying

前成员样式

parent 3167e0fd
...@@ -243,14 +243,16 @@ nav>div{ ...@@ -243,14 +243,16 @@ nav>div{
width:100%; width:100%;
height:100%; height:100%;
top:0; top:0;
right:-100%; left:-100%;
background-color: rgba(252, 252, 252, 0.48); background-color: rgba(252, 252, 252, 0.48);
z-index: 999; z-index: 999;
} }
.member_wrap{ .member_wrap{
width:100%; width:100%;
height:400px;
position:fixed; position:fixed;
min-height: 300px;
box-shadow: 0px 0px 1px grey;
top:50%; top:50%;
margin-top:-200px; margin-top:-200px;
} }
......
...@@ -315,11 +315,11 @@ ...@@ -315,11 +315,11 @@
function show_former(){ function show_former(){
$('#show_btn').css('display','none'); $('#show_btn').css('display','none');
$('#former_member').css('right','0'); $('#former_member').css('left','0');
} }
function close_former(){ function close_former(){
$('#show_btn').css('display','block'); $('#show_btn').css('display','block');
$('#former_member').css('right','-100%'); $('#former_member').css('left','-100%');
} }
function logout(){ function logout(){
......
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