欢迎加QQ交流:
2
0
2
3
摘要: <template> <div> <div class="a"></div> <div class="b"></div> </div> </template> <style lang="scss"> $img2: 'http://up.enterdesk.com/edpic_source/21/00 阅读全文
posted @ 2021-12-28 18:36 常安· 阅读(40) 评论(0) 推荐(0) 编辑
摘要: <template> <div></div> </template> <script> export default { } </script> <style lang="scss"> html { height: 100%; background: repeating-conic-gradient 阅读全文
posted @ 2021-12-28 18:30 常安· 阅读(42) 评论(0) 推荐(0) 编辑
摘要: <template> <div></div> </template> <script> export default { } </script> <style lang="scss"> @function randomNum($max, $min: 0, $u: 1) { @return ($min 阅读全文
posted @ 2021-12-28 18:27 常安· 阅读(39) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="g-container"> <div class="g-circle"></div> </div> </template> <script> export default { } </script> <style lang="scss"> body, h 阅读全文
posted @ 2021-12-28 18:26 常安· 阅读(37) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <div class="conic"></div> <div class="conic conic-demo"></div> </div> </template> <script> export default { } </script> <style lang=" 阅读全文
posted @ 2021-12-28 18:21 常安· 阅读(68) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <p data-text="Lorem ipsum dolor"> Lorem ipsum dolor </p> </div> </template> <script> export default { } </script> <style lang="scss"> 阅读全文
posted @ 2021-12-28 18:17 常安· 阅读(925) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="container"> <div class="wave"></div> </div> </template> <script> export default { } </script> <style lang="scss"> .container { 阅读全文
posted @ 2021-12-28 18:14 常安· 阅读(62) 评论(0) 推荐(0) 编辑
摘要: <template> <h1>Pure CSS Typing animation.</h1> </template> <script> export default { } </script> <style lang="scss"> body { background: black; color: 阅读全文
posted @ 2021-12-28 18:10 常安· 阅读(42) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="heart"></div> </template> <script> export default { } </script> <style lang="scss"> :root { --url: url('https://s3-us-west-2.am 阅读全文
posted @ 2021-12-28 18:01 常安· 阅读(116) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="container"> <div class="header"></div> <div class="battery"> </div> <div class="battery-copy"> <div class="g-wave"></div> <div 阅读全文
posted @ 2021-12-28 17:58 常安· 阅读(112) 评论(0) 推荐(0) 编辑
摘要: <style lang="scss"> @import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap'); </style> 阅读全文
posted @ 2021-12-28 17:52 常安· 阅读(315) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <p> <span>C</span> <span>S</span> <span>S</span> <span>3</span> <span>D</span> <span>E</span> <span>F</span> <span>F</span> <span>E</ 阅读全文
posted @ 2021-12-28 17:51 常安· 阅读(202) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <div class="g-container"> <div class="g-first"></div> <div class="g-ball"></div> <div class="g-ball"></div> <div class="g-ball"></div 阅读全文
posted @ 2021-12-28 17:44 常安· 阅读(28) 评论(0) 推荐(0) 编辑
摘要: <template> <div> <input id="stop" type="radio" name="playAnimation"/> <input id="play" type="radio" name="playAnimation"/> <div class="box"> <label fo 阅读全文
posted @ 2021-12-28 17:36 常安· 阅读(124) 评论(0) 推荐(0) 编辑
摘要: 方法1. 在需要的组件或者页面内设置 document.title = response.data.res.title 方法2. <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>基 阅读全文
posted @ 2021-12-28 09:42 常安· 阅读(668) 评论(0) 推荐(0) 编辑