08 2017 档案

flex布局兼容写法
摘要:父级: isplay: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-flex-direction: row; -moz-flex-directi 阅读全文

posted @ 2017-08-21 19:28 html123 阅读(1086) 评论(0) 推荐(0)

rem布局
摘要:设置根节点字体大小: <script> function Rem() { var docEl = document.documentElement, oSize = docEl.clientWidth / 7.2; if (oSize > 100) { oSize = 100; } docEl.st 阅读全文

posted @ 2017-08-21 17:54 html123 阅读(90) 评论(0) 推荐(0)