首页 > 移动平台 > 详细

移动端点击出现蓝色框的解决方案

时间:2015-08-06 12:31:16      阅读:2716      评论:0      收藏:0      [点我收藏+]

/*这一句是用来解决在安卓上的点击出现篮框问题*/
body{ -webkit-tap-highlight-color:rgba(0,0,0,0); }
/*下面是解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus{
-webkit-tap-highlight-color:rgba(0,0,0,0);
-webkit-user-modify:read-write-plaintext-only;
}

移动端点击出现蓝色框的解决方案

原文:http://www.cnblogs.com/makan/p/4707331.html

(0)
(6)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!