摘要: // 鼠标移动出现雪花.html <!DOCTYPE html> <html> <head> <title></title> <script src="https://wow.techbrood.com/libs/jquery/jquery-1.11.1.min.js"></script> </he 阅读全文
posted @ 2021-05-05 21:25 十一的杂文录 阅读(261) 评论(0) 推荐(0) 编辑
摘要: 新建js文件,将代码复制到js文件中,然后在HTML文件中引入js,这样鼠标点击后就可以出现爱心 // js.js !function(e, t, a) { function r() { for (var e = 0; e < s.length; e++) s[e].alpha <= 0 ? (t. 阅读全文
posted @ 2021-05-05 21:22 十一的杂文录 阅读(295) 评论(0) 推荐(0) 编辑
摘要: <div id="first"> <p>带背景颜色的小三角实现是比较简单的</p> <span id="top"></span> </div> <style> #top{ position:absolute; width:0px; height:0px; line-height:0px; borde 阅读全文
posted @ 2021-05-05 21:19 十一的杂文录 阅读(405) 评论(0) 推荐(0) 编辑