写在css里写只有火狐可以识别,其他浏览器不行。

就算写在@media only screen and (min-width: 960px) and (max-width: 1200px){ 里面也行

 

@-moz-document url-prefix() {#firefox { display: block; }}
火狐专有hack

相关文章:

  • 2021-09-11
  • 2021-07-04
  • 2022-12-23
  • 2022-01-06
  • 2021-11-09
  • 2022-01-08
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-19
  • 2021-10-20
  • 2022-12-23
  • 2021-11-27
相关资源
相似解决方案