return.main.js

来自「一些3D水波生成的文档」· JavaScript 代码 · 共 21 行

JS
21
字号
<!--
 function myload()
{
 mays.style.top=80;
 mays.style.left=window.screen.width;
 mymove();
}
 var high
 var width
 var offwidth
 var x=0
 function mymove()
 {
  window.screen.width>800 ? high=46:high=-110
  window.screen.width>800 ? offwidth=62:offwidth=62
  width=window.screen.width - offwidth
  mays.style.top=document.body.scrollTop+350+high
  mays.style.left=width+25
  setTimeout("mymove();",1)
 }
//-->

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?