miaosha

Results 20 comments of miaosha

26 盛绍斌 [单元格变色](https://miaosha.github.io/%E8%A1%A8%E6%A0%BC%E9%A2%9C%E8%89%B2%E6%B8%90%E5%8F%98/index.html)

26 盛绍斌 [打字效果实现](https://miaosha.github.io/%E6%89%93%E5%AD%97%E6%95%88%E6%9E%9C/index.html)

26 盛绍斌 [下雪](https://miaosha.github.io/%E9%9B%AA/index.html)

26 盛绍斌 [模拟窗口](https://miaosha.github.io/%E6%A8%A1%E6%8B%9F%E7%AA%97%E5%8F%A3/index.html)

26 盛绍斌[ WebStroage](https://miaosha.github.io/Webstroage/index.html)

26 盛绍斌 今天完成的代码如下:模拟窗口 .win { width: 300px; height: 300px; background-color:honeydew; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; opacity: 0; z-index: 1000; } .win .btn {...

26 盛绍斌 随机背景 #a{ width: 500px; height: 350px; margin: auto; } var jp="1.jpeg|2.jpeg|3.jpeg|4.jpeg"; var jp=jp.split("|"); var A=document.getElementById("a"); var num=parseInt(Math.random()*4); A.style.backgroundImage="url(img/"+jp[num]+")"

26 盛绍斌 [菜单](https://miaosha.github.io/%E5%BC%B9%E6%80%A7%E8%8F%9C%E5%8D%95/index.html)

26 盛绍斌 [表格操作](https://miaosha.github.io/%E8%A1%A8%E6%A0%BC%E6%93%8D%E4%BD%9C/index.html)

26 盛绍斌 [ 逐步新闻滚动效果](https://miaosha.github.io/%E9%80%90%E8%A1%8C%E6%96%B0%E9%97%BB%E6%BB%9A%E5%8A%A8%E6%95%88%E6%9E%9C/index.html)