input框在ios中的阴影问题
作者:
默默的来过 | 来源:发表于
2019-01-23 16:16 被阅读0次
在IOS下,input 和textarea表单默认会有个内阴影,一定程度上影响视觉一致,可通过设置下面代码去掉:
input{
-webkit-appearance: none;
}
参考:https://blog.csdn.net/zhiyuanfl/article/details/78743938
本文标题:input框在ios中的阴影问题
本文链接:https://www.haomeiwen.com/subject/jlmjpttx.html
网友评论