摘要: 1、解决苹果手机点击后失灵问题: (1)css中cursor:pointer;(2)js中使用touchstart事件 2、解决苹果手机中点击标签后背景闪屏问题: html{-webkit-tap-highlight-color:none}或者html{-webkit-tap-highlight-c 阅读全文
posted @ 2018-01-04 16:08 cocoyuanxile 阅读(292) 评论(0) 推荐(1) 编辑