上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页
摘要: 先介绍一下项目环境,前端工具使用fis-plus,主要使用了zepto插件。整体架构比较简单。 在这里我们不讨论viewport布局(使用viewport貌似坑会少很多,但是由于条件限制,有时只能使用原始方法开发),下面进入正题: 零、调试工具 推荐大家在调试移动端页面时使用chrome的toggl 阅读全文
posted @ 2016-07-01 18:18 郭康勋kawhi 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 监控系统适配思路: 1写js获取屏幕分辨率做处理 2布局处理bootstrap栅格系统 阅读全文
posted @ 2016-07-01 14:17 郭康勋kawhi 阅读(105) 评论(0) 推荐(0) 编辑
摘要: <meta http-equiv="pragma" content="no-cache"> <meta http-equiv="Cache-Control" content="no-cache, must-revalidate"> <meta http-equiv="expires" content 阅读全文
posted @ 2016-06-29 11:52 郭康勋kawhi 阅读(133) 评论(0) 推荐(0) 编辑
摘要: (1) //在断点处换行 word-wrap: normal; //允许在长单词进行换行 word-wrap: break-word; (2) white-space:怎么处理元素间的空白 white-space:nowrap 不换行 white-space:normal;默认。空白会被浏览器忽略。 阅读全文
posted @ 2016-06-29 10:34 郭康勋kawhi 阅读(150) 评论(0) 推荐(0) 编辑
摘要: header nav section article aside section footer 阅读全文
posted @ 2016-06-21 09:37 郭康勋kawhi 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-06-20 18:45 郭康勋kawhi 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 将这两行代码复制到<head>之间 <meta http-equiv="Cache-Control" content="no-transform" /> <meta http-equiv="Cache-Control" content="no-siteapp" /> 阅读全文
posted @ 2016-06-20 17:56 郭康勋kawhi 阅读(187) 评论(0) 推荐(0) 编辑
摘要: $(function(){ function browserRedirect() { var sUserAgent= navigator.userAgent.toLowerCase(); var bIsIpad= sUserAgent.match(/ipad/i) == "ipad"; var bI 阅读全文
posted @ 2016-06-15 14:41 郭康勋kawhi 阅读(598) 评论(0) 推荐(0) 编辑
摘要: <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>gulp.js - 基于流的自动化构建工 阅读全文
posted @ 2016-06-12 17:24 郭康勋kawhi 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-06-12 14:15 郭康勋kawhi 阅读(115) 评论(0) 推荐(0) 编辑
上一页 1 ··· 11 12 13 14 15 16 17 18 19 ··· 22 下一页