input标签的outline的三个属性:

  • outline-color
  • outline-style
  • outline-width

 

  当设置input的focus状态的时候可以使用。

  input:focus{

    outline:color style width;

  }

 

  学了这么久的前端,不用到都不知道这么设置的,汗~

相关文章:

  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-20
  • 2021-05-12
猜你喜欢
  • 2021-08-26
  • 2022-12-23
  • 2021-06-05
  • 2022-12-23
  • 2021-08-20
  • 2021-11-05
  • 2022-12-23
相关资源
相似解决方案