摘要:
背景虚化.bg{ background: url('../image/Login/bg.png'); background-repeat: no-repeat; background-size: 1280px 720px; width: 100%; height: 720px; z-index: - 阅读全文
摘要:
在html页面添加一条: 阅读全文
摘要:
问题1:$(window).scroll无效问题 如果你的css中:html,body的高度样式如果设置为100%, 那么$(window).scroll方法将检测不到正确的滚出高度(0),导致滚动监听事件失效, 解决方法: 设置html,body{height:auto}可以解决。 问题2:$(w 阅读全文