请问怎么去除微信网站的a,button,input,点击出现的蓝色边框(焦点线)?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了请问怎么去除微信网站的a,button,input,点击出现的蓝色边框(焦点线)?相关的知识,希望对你有一定的参考价值。

在网上找了很多方法,根本解决不了微信网站边框问题,其他手机浏览器就没问题,求大神解答!!
本人已经自己解决了问题,谢谢大家

<input type="text" style="border:0;outline:none;width:200px;height:40px;"/><style>
    .editborder:0;outline:none;width:200px;height:40px;
</style>
<input type="text" name="" value="" class="edit" />
参考技术A border:none; 参考技术B outline:none
这样不能解决?

微信小程序button去除默认样式

button {
  font-size: 28rpx;
  background-color: #fff;
  border: none;
  padding: 0;
  margin: 0;
  line-height: 1;
}

input {
  outline: none;
  border: none;
  list-style: none;
}

button::after {
  border: none;
}

button为覆盖的样式

以上是关于请问怎么去除微信网站的a,button,input,点击出现的蓝色边框(焦点线)?的主要内容,如果未能解决你的问题,请参考以下文章

在苹果手机上input有内阴影怎么去除

微信小程序button去除默认样式

移动端页面a button input去除点击效果

去除系统部分属性触摸是出现的色值

设置苹果手机input按钮和button按钮颜色显示问题

怎么去掉按钮的边框?