summer0319
 1     input {
 2         outline:none;
 3         background:transparent;
 4         border:none;
 5         outline:medium;
 6     }
 7     *:focus { 
 8         outline: none;
 9         background-color: transparent;
10     }
11     ::selection{background:transparent; }
12     ::-moz-selection{background:transparent; }

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-10
  • 2021-12-02
  • 2022-12-23
  • 2022-01-06
  • 2021-10-07
猜你喜欢
  • 2021-12-16
  • 2022-12-23
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-25
相关资源
相似解决方案