ios input会显示有内阴影和边框【解决方法】

今天爱分享给大家带来ios input会显示有内阴影和边框【解决方法】,希望能够帮助到大家。
input在ios上会显示有内阴影以及边框等东西
解决方法:


input[type=“text”], input[type=“button”], input[type=“submit”], input[type=“reset”], select, textarea,button {
-webkit-appearance: none;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 100px white inset;
}


对于小程序、uniapp想要改变placeholder的样式
uniapp设置input textarea等的placeholder样式的时候失效 解决方案


placeholder-class="test"
placeholder-style="color:red;"



人已赞赏
IOS

IOS 响应者链条是怎样的【面试题详解】

2020-12-2 17:03:05

IOS

Error: Your CLT does not support macOS 11【解决方法】

2020-12-8 9:54:46

'); })();