随笔分类 - 移动端
摘要:ios: -webkit-user-select:none;-ms-user-select: none;-moz-user-select: none;user-select: none;-webkit-touch-callout:none;-ms-touch-callout:none;-mozt-t
阅读全文
摘要:<!-- 声明文档 --> <meta charset='utf-8'> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> //指示IE以目前可用的最高模式显示内容 <!-- SEO 优化 --> <meta name="descript
阅读全文
摘要:1.1.html部分: 资讯 产品 实战 讨论 2..footer{height:2.5rem; position:fixed; left:0; bottom:0; width:100%; display...
阅读全文
摘要:移动端经常遇到的一些小总结,方便·以后使用: 1.关闭iOS键盘首字母自动大写 IOS的机子,默认英文输入法状态下,首字母是自动大写的,autocapitalize的属性可以实现关闭首字母大写: 2.关闭iOS输入自动修正 和英文输入默认自动首字母大写那样,IOS做一个功能,默认输入法会开启自动修...
阅读全文
摘要:1.html: x logo 某某公司 某某公司宗旨 ...
阅读全文
摘要:1.js代码:var checkPlat={ isAndroid: function (ua) { ua = ua || navigator.userAgent; return ua.toLowerCase().indexOf('android') > -1; ...
阅读全文
摘要:1.首先,html页面要链接2.判断是否为微信里浏览器打开?//使用用微信打开var checkPlat = { isAndroid: function (ua) { ua = ua || navigator.userAgent; return ua.toLower...
阅读全文

浙公网安备 33010602011771号