1. 首页
  2. 数据库
  3. 其它
  4. 用原生js实现的烟花效果

用原生js实现的烟花效果

上传者: 2021-01-16 23:55:21上传 PDF文件 41.34KB 热度 23次
首先附上css布局 (html的body中仅有一个container,其他是自己后期用js创建的) #container{ width: 80%; height: 600px; border: 2px solid red; background: #000; margin:20px auto; cursor: pointer; position: relative; overflow: hidden; } .fire{ width: 10px; height:10px; position: absolute; bottom: 0; } .small-fire{ width: 10px; he
下载地址
用户评论