2018年1月26日
摘要: 在移动端html中经常出现横向/纵向滚动的效果,但是在iPhone中滚动速度很慢,感觉不流畅,有种卡卡的感觉,但是在安卓设备上没有这种感觉; 要解决这个问题很简单: 一行代码搞定 -webkit-overflow-scrolling : touch; 阅读全文
posted @ 2018-01-26 16:09 刘世涛6192 阅读(566) 评论(0) 推荐(0) 编辑
摘要: 代码来源:http://www.lanrenzhijia.com/js/css3/3206.html <html lang="en"><head> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1,ma 阅读全文
posted @ 2018-01-26 15:20 刘世涛6192 阅读(947) 评论(0) 推荐(0) 编辑