document.addEventListener('DOMContentLoaded', function() { // 数据禁止展示[3,5](@ref) const overlay = document.createElement('div'); overlay.style.cssText = ` position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.96); z-index: 9999; display: flex; justify-content: center; align-items: center; `; // 初始弹窗内容[8](@ref) overlay.innerHTML = `
安全倒计时:5秒
给您带来的不便敬请谅解
`; }); } }, 1000); });