// 遮罩打开时设置body样式
document.body.setAttribute('style', 'overflow: hidden');
// 遮罩关闭时设置body样式
document.body.setAttribute('style', 'overflow: auto');
// 遮罩打开时设置body样式
document.body.setAttribute('style', 'overflow: hidden');
// 遮罩关闭时设置body样式
document.body.setAttribute('style', 'overflow: auto');
本文标题:pc端遮罩打开,禁止遮罩下页面滚动
本文链接:https://www.haomeiwen.com/subject/sxbhyctx.html
网友评论