// 禁用右键菜单 document.addEventListener('contextmenu', function(e) { e.preventDefault(); }); // 禁用文本选择 documen...
<div class="waves" style="opacity:.5; position:absolute; bottom:0; width:100%; height:250px; z-index:-1"></div>