收藏
回答

请教大佬!微信打开移动页面,选取元素出现蓝框怎么解决?

如题

根据网上的这段代码,无效.

/*这一句是用来解决在安卓上的点击出现篮框问题*/

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;

}

请教解决办法!

回答关注问题邀请回答
收藏

1 个回答

  • 社区技术运营专员-Jahozheng
    社区技术运营专员-Jahozheng
    2020-10-29

    你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)

    2020-10-29
    有用
    回复
登录 后发表内容
问题标签