Authored by 梁志锋

修改侧边栏效果

... ... @@ -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({
... ...