input:focus{outline:none}
input:{-webkit-appearance: none;}
<meta name="format-detection" content="telephone=no">
<meta http-equiv="x-rim-auto-match" content="none">
将上面的代码加入到<head>标签中
<meta content="email=no" name="format-detection" />
line-height: (和input框的高度一样高)---pc端解决方法
line-height:normal ---移动端解决方法
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none !important;
margin: 0;
}
作者:一个写前端的姑娘
原文:https://www.cnblogs.com/AlbertP/p/10839634.html