02 2018 档案

摘要:背景图片上的线和点随机运动,适合做背景补充 阅读全文
posted @ 2018-02-26 10:45 胡珂儿 阅读(157) 评论(0) 推荐(0)
摘要:``` var oBack = document.getElementById("back"); //回到顶部的按钮 window.onscroll = function(){ if (getScrollTop() >= 500) { oBack.style.display = "block"; }else{ oBack.style.display... 阅读全文
posted @ 2018-02-26 10:31 胡珂儿 阅读(158) 评论(0) 推荐(0)
摘要:``` (function(window, document) { function rootSize() { var screenWidth = document.documentElement.clientWidth || window.innerWidth; // console.log(sc 阅读全文
posted @ 2018-02-26 10:28 胡珂儿 阅读(403) 评论(0) 推荐(0)