Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
梁志锋
2016-02-15 17:39:48 +0800
Commit
611a853294e2e49cdde6619269d657dfb365e580
1 parent
d4132e25
修改侧边栏效果
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
static/js/home/home.js
static/js/home/home.js
View file @
611a853
...
...
@@ -29,6 +29,8 @@ $('.nav-btn').on('touchstart', function(event) {
$overlay
.
show
().
css
(
'opacity'
,
0.3
);
$sideNav
.
addClass
(
'on'
);
openSideNav
=
true
;
event
.
preventDefault
();
event
.
stopPropagation
();
//设置boy高宽,页面不能上下滑动
$
(
'body'
).
css
({
...
...
Please
register
or
login
to post a comment