摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>动态粒子效果</title> <script src="https://cdn.bootcss.com/jquery/3.4.1/jquery.js"></sc 阅读全文
posted @ 2021-06-08 18:16 小兔儿_乖乖 阅读(114) 评论(0) 推荐(0)
摘要: div: <div class="xz"> <!-- 外层最大容器 --> <div class="wrap"> <!--包裹所有元素的容器--> <div class="cube"> <!--前面图片 --> <div class="out_front"> <img src="../assets/ 阅读全文
posted @ 2021-06-08 17:35 小兔儿_乖乖 阅读(63) 评论(0) 推荐(0)
摘要: vue: <main> <h1 class="txt">live on.</h1> <h1 class="txt2"></h1> <h1 class="txt3"></h1> </main> style: main { position: relative; overflow: hidden; } 阅读全文
posted @ 2021-06-08 15:12 小兔儿_乖乖 阅读(348) 评论(0) 推荐(0)
摘要: 项目安装 npm install vue-particles --save-dev main.js 引入 import VueParticles from 'vue-particles' Vue.use(VueParticles) App.vue vue: <div id="app"> <vue-p 阅读全文
posted @ 2021-06-08 14:20 小兔儿_乖乖 阅读(806) 评论(0) 推荐(0)