美文网首页
input框在ios中的阴影问题

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