hanivy
1 /* 普通IE浏览器 样式清除 */
2 input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
3     -webkit-appearance: none !important;
4 }
5 /* 火狐浏览器样式清除 */
6 input[type="number"]{
7     -moz-appearance:textfield;
8 }

 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-08-07
  • 2021-11-20
  • 2022-12-23
  • 2021-06-15
  • 2021-08-24
  • 2021-10-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
相关资源
相似解决方案