input,textarea在ios和Android上阴影和边框的处理方法(在移动端)

1.去掉ios上阴影的方法只需要在css文件上添加input,textarea{-webkit-appearance: none;}就可以了

2.在移动端上input和textarea边框问题,也是在css上添加outline: none;就可以完美解决。

问题

在苹果上点击时依然有灰色的高亮效果;(去掉html中input点击时出现背景色

解决:

webkit-tap-highlight-color:rgba(255,0,0,0);

猜你喜欢

转载自www.cnblogs.com/lst619247/p/9289008.html
今日推荐