摘要: 1.0 <style> *{ margin: 0; padding: 0; } div{ width:100%; height: 100%; background: yellow; position: absolute; } </style> <body> <div></div> </body>2. 阅读全文
posted @ 2017-06-06 11:27 lieaiwen 阅读(278) 评论(0) 推荐(0) 编辑
摘要: window.history.go(-1); 阅读全文
posted @ 2017-06-05 18:26 lieaiwen 阅读(138) 评论(0) 推荐(0) 编辑
摘要: $("#img2").attr("src","images/fish_grey.png");点击加载新页面window.location.href="index.html"scss在webstrom中的配置问题program: C:\Users\user\AppData\Roaming\npm\no 阅读全文
posted @ 2017-06-05 15:27 lieaiwen 阅读(3006) 评论(0) 推荐(0) 编辑
摘要: Git安装+webstorm配置 https://segmentfault.com/a/1190000008749845 10分钟掌握XML、JSON及其解析 http://blog.jobbole.com/79252/ Vue 开源项目库汇总 http://mp.weixin.qq.com/s?_ 阅读全文
posted @ 2017-06-02 18:45 lieaiwen 阅读(139) 评论(0) 推荐(0) 编辑
摘要: body{ background:url(top.png) no-repeat;background-size: cover;background-position: center center;background-attachment: fixed;height:100%;width:100%; 阅读全文
posted @ 2017-05-23 10:33 lieaiwen 阅读(488) 评论(0) 推荐(0) 编辑
摘要: 0.0 <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> 这样写可以达到的效果是如果安装了GCF,则使用GCF来渲染页面,如果为安装GCF,则使用最高版本的IE内核进行渲染。 1.0 添加viewport标签<meta na 阅读全文
posted @ 2017-04-21 11:20 lieaiwen 阅读(120) 评论(0) 推荐(0) 编辑