Skip to content

Commit

Permalink
左侧隐藏按钮样式修改
Browse files Browse the repository at this point in the history
  • Loading branch information
gongwen committed Aug 18, 2015
1 parent 5d67205 commit ce4c05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MinPHP/run/menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function search(type,obj){
}?>

var navbarButton = '<div onclick="navbar(this)" ' +
'style="text-align:center;line-height:120px;border-bottom-right-radius:5px;cursor:'+cursor+';border-top-right-radius:5px;width:14px;height:120px;background: rgba(91,192,222, 0.8);position:fixed;left:0;top:260px;color:#fff">' +
'style="text-align:center;line-height:120px;border-bottom-right-radius:5px;cursor:'+cursor+';border-top-right-radius:5px;width:14px;height:120px;background: rgba(91,192,222, 0.8);position:fixed;left:0;top:260px;color:#fff;box-shadow: 0px 0px 0px 1px #cccccc;">' +
status_flg +
'</div>'
$('body').append(navbarButton);
Expand Down

0 comments on commit ce4c05c

Please sign in to comment.