粉色星空动态背景html代码优知新1年前发布关注私信8750 ------正文内容展示,开始汲取新知识啦------ 今天发现了一个非常壮观且好看的粉色少女风格的星空动态背景代码,该代码不影响其他布局只修改背景~ 代码如下: 此处内容已隐藏,请评论后刷新页面查看. 演示如下: 使用教程: 将代码粘贴至</body>之前即可 本地化 assets.rnmcnm.com/assets/js/cdn/fensexingkong/script.js $(document).ready(function(){ var stars=800; var $stars=$(".stars"); var r=800; for(var i=0;i<stars;i++){ var $star=$("<div/>").addClass("star"); $stars.append($star); } $(".star").each(function(){ var cur=$(this); var s=0.2+(Math.random()*1); var curR=r+(Math.random()*300); cur.css({ transformOrigin:"0 0 "+curR+"px", transform:" translate3d(0,0,-"+curR+"px) rotateY("+(Math.random()*360)+"deg) rotateX("+(Math.random()*-50)+"deg) scale("+s+","+s+")" }) }) }) assets.rnmcnm.com/assets/css/cdn/fensexingkong/style.css body { background: radial-gradient(200% 100% at bottom center, #f7f7b6, #e96f92, #75517d, #1b2947); background: radial-gradient(220% 105% at top center, #1b2947 10%, #75517d 40%, #e96f92 65%, #f7f7b6); background-attachment: fixed; overflow: hidden; } @keyframes rotate { 0% { transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(0); } 100% { transform: perspective(400px) rotateZ(20deg) rotateX(-40deg) rotateY(-360deg); } } .stars { transform: perspective(500px); transform-style: preserve-3d; position: absolute; bottom: 0; perspective-origin: 50% 100%; left: 50%; animation: rotate 90s infinite linear; } .star { width: 2px; height: 2px; background: #F7F7B6; position: absolute; top: 0; left: 0; transform-origin: 0 0 -300px; transform: translate3d(0, 0, -300px); backface-visibility: hidden; } .table{ width: 400px; height: 350px; margin: 80px auto; } .table form{ width: 100%; } .table .name{ width: 280px; margin: 20px auto 30px auto; display: block; height: 30px; border-radius: 20px; border: none; background: rgba(0,0,0,0.2); text-indent: 0.5em; } .table .btn{ width: 100px; height: 30px; background: rgba(0,0,0,0.1); border-radius: 8px; border: none; color: white; margin: 0 auto; display: block; } 温馨提示:本文最后更新于2023-12-19 14:02:28,某些文章具有时效性,若有错误或已失效,请私信客服或联系知新社长。------本文内容已结束,喜欢请分享------ 感谢您的访问,Ctrl+D收藏本站吧。 © 版权声明 相关声明 1、本站名称:知新网 2、本站永久网址:https://www.uzhix.com 3、本站部分内容源于网络和用户投稿,仅供学习与参考,如有侵权,请联系站长进行删除处理。 4、用户评论和发布内容,并不代表本站赞同其观点和对其真实性负责。 5、本站禁止以任何方式发布或转载任何违法的相关信息。 6、资源大多存储在云盘,如发现链接失效,请联系我们替换更新。 一月 5 知岛上的今时往日 "吼吼~,往年的今天,作者不知道跑哪里偷懒去了~" THE END教程之家知识/课程/教育# 代码 点赞0投币 分享QQ空间微博QQ好友海报分享复制链接收藏