2018年1月29日
摘要: 使用css实现rem适配,头部引入即可 adaptive.js body { max-width: 6.4rem; min-width: 3.2rem;} 阅读全文
posted @ 2018-01-29 09:53 执候 阅读(309) 评论(0) 推荐(0) 编辑
摘要: @charset "utf-8"; /* CSS Document */ html{width:100%;font-size:62.5%;} body{font-size: 12px;color: #999;font-family: "Microsoft yahei", "微软雅黑", Helvetica, sans-serif, Arial;background-color:#fff;} *{... 阅读全文
posted @ 2018-01-29 09:48 执候 阅读(206) 评论(0) 推荐(0) 编辑
摘要: /** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,... 阅读全文
posted @ 2018-01-29 09:42 执候 阅读(378) 评论(0) 推荐(0) 编辑