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

一个input中在安卓手机上完全按照自己的样式去展示,但是在苹果手机上发现Input有内阴影,怎么去除内阴影呢?

在input样式中这样添加

#div{
   ....
   appearance:button;
   -moz-appearance:button; /* Firefox */
   -webkit-appearance:button; /* Safari 和 Chrome */
}

 

posted @ 2016-04-05 13:57  归尘2016  阅读(5100)  评论(0编辑  收藏  举报