摘要: overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; line-height: 1.3em; -webkit-line-clamp: 2; 阅读全文
posted @ 2016-02-29 18:04 大赚佬 阅读(212) 评论(0) 推荐(0) 编辑
摘要: var u = navigator.userAgent, app = navigator.appVersion; var isAndroid = u.indexOf('Android') > -1 || u.indexOf('Linux') > -1; //android终端或者uc浏览器 var 阅读全文
posted @ 2016-02-29 10:33 大赚佬 阅读(468) 评论(0) 推荐(0) 编辑
摘要: document.documentElement.clientWidth; document.documentElement.clientHeight;这个得到的是设备像素可见宽高,比如iPhone 4s在微信内设置了viewport为1的时候为320*416(手机480 - 微信状态栏64), i 阅读全文
posted @ 2016-02-29 10:29 大赚佬 阅读(341) 评论(0) 推荐(0) 编辑