美文网首页
html iOS端去除Input的边框样式和阴影

html iOS端去除Input的边框样式和阴影

作者: 高阳刘 | 来源:发表于2019-11-06 15:05 被阅读0次
    input{
      outline-color: invert ;
      outline-style: none ;
      outline-width: 0px ;
      border: none ;
      border-style: none ;
      text-shadow: none ;
      -webkit-appearance: none ;
      -webkit-user-select: text ;
      outline-color: transparent ;
      box-shadow: none;
    }
    

    相关文章

      网友评论

          本文标题:html iOS端去除Input的边框样式和阴影

          本文链接:https://www.haomeiwen.com/subject/pypubctx.html