前言

如何不自己写框架,基本用不上。

正文

input{
   border: 0px;
   background-color: none;
   outline: none;
}
input:focus{
   outline: none;
}

这里有一点你可能觉得奇怪,为什么要background-color: none;
因为在苹果web app中,会出现蓝条。

相关文章:

  • 2022-12-23
  • 2022-01-08
  • 2022-01-14
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-30
  • 2021-11-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-07
  • 2022-12-23
相关资源
相似解决方案