/*雪花css*/
#Snow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255,255,240,0.1);
    pointer-events: none;
}
/*雪花css  end*/

  

直接复制以上代码即可

相关文章:

  • 2021-10-28
  • 2021-12-26
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2021-12-13
  • 2021-06-01
猜你喜欢
  • 2022-12-23
  • 2021-06-21
  • 2022-12-23
  • 2021-09-02
  • 2021-08-15
  • 2021-12-05
相关资源
相似解决方案