1、页面主体设置为fixed或absolute布局
2、弹窗弹起时在设置主体为fixed或absolute
eg:
document.body.style.position= 'fixed'
1、页面主体设置为fixed或absolute布局
2、弹窗弹起时在设置主体为fixed或absolute
eg:
document.body.style.position= 'fixed'
转载于:https://www.cnblogs.com/yanze/p/9869423.html