Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
html, body { height: 100%; overflow: hidden; } body { perspective-origin: 50% 50%; perspective: 1000px; background-color: #141D22; background: radial-gradient(ellipse at center, #082037 0%, #0a141a 50%); } .atome { position: absolute; top: 0; left: 0; width: 300px; height: 300px; right: 0; bottom: 0; margin: auto; transform-style: preserve-3d; animation: AtomeRotate 8s linear infinite; } .atome .circle { -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; border-radius: 100%; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform-style: preserve-3d; animation: circleColor 20s linear infinite; } .atome .circle:after { -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; border-radius: 100%; position: absolute; top: 0; left: 0; width: 15px; height: 15px; box-shadow: 0px 0px 30px rgba(191, 255, 0, 0.7), 0px 0px 20px rgba(191, 255, 0, 0.5), 0px 0px 10px rgba(191, 255, 0, 0.3), 0px 0px 5px rgba(191, 255, 0, 0.1), 0px 0px 15px rgba(191, 255, 0, 0.5) inset, 0px 0px 10px rgba(191, 255, 0, 0.3) inset, 0px 0px 5px rgba(191, 255, 0, 0.1) inset; bottom: 0; right: 0; margin: auto; background-color: white; content: ""; animation: circleRotate 8s linear infinite; } .atome .circle .dot { position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: block; animation: dotRotate 4s linear infinite; transform-style: preserve-3d; } .atome .circle .dot:before, .atome .circle .dot:after { -webkit-border-radius: 100%; -moz-border-radius: 100%; -ms-border-radius: 100%; border-radius: 100%; box-shadow: 0px 0px 30px rgba(0, 222, 255, 0.7), 0px 0px 20px rgba(0, 222, 255, 0.5), 0px 0px 10px rgba(0, 222, 255, 0.3), 0px 0px 5px rgba(0, 222, 255, 0.1), 0px 0px 15px rgba(0, 222, 255, 0.5) inset, 0px 0px 10px rgba(0, 222, 255, 0.3) inset, 0px 0px 5px rgba(0, 222, 255, 0.1) inset; content: ""; position: absolute; width: 15px; height: 15px; background-color: #d3fcf2; background-color: white; top: 50%; left: -7px; transform-style: preserve-3d; transform: rotateX(90deg); } .atome .circle .dot:before { transform: rotateY(90deg); } .atome .circle:nth-child(1) { transform: rotateY(0deg); } .atome .circle:nth-child(1) .dot { animation-delay: 0s; } .atome .circle:nth-child(2) { transform: rotateY(18deg); } .atome .circle:nth-child(2) .dot { animation-delay: 0.2s; } .atome .circle:nth-child(3) { transform: rotateY(36deg); } .atome .circle:nth-child(3) .dot { animation-delay: 0.4s; } .atome .circle:nth-child(4) { transform: rotateY(54deg); } .atome .circle:nth-child(4) .dot { animation-delay: 0.6s; } .atome .circle:nth-child(5) { transform: rotateY(72deg); } .atome .circle:nth-child(5) .dot { animation-delay: 0.8s; } .atome .circle:nth-child(6) { transform: rotateY(90deg); } .atome .circle:nth-child(6) .dot { animation-delay: 1s; } .atome .circle:nth-child(7) { transform: rotateY(108deg); } .atome .circle:nth-child(7) .dot { animation-delay: 1.2s; } .atome .circle:nth-child(8) { transform: rotateY(126deg); } .atome .circle:nth-child(8) .dot { animation-delay: 1.4s; } .atome .circle:nth-child(9) { transform: rotateY(144deg); } .atome .circle:nth-child(9) .dot { animation-delay: 1.6s; } .atome .circle:nth-child(10) { transform: rotateY(162deg); } .atome .circle:nth-child(10) .dot { animation-delay: 1.8s; } @keyframes AtomeRotate { 0% { transform: rotateX(0deg) rotateY(15deg); } 100% { transform: rotateX(360deg) rotateY(15deg); } } @keyframes circleRotate { 0% { transform: rotateX(0deg); } 100% { transform: rotateX(360deg); } } @keyframes circleColor { 0% { border: solid 1px rgba(191, 255, 0, 0); } 80% { border: solid 1px rgba(191, 255, 0, 0); } 90% { border: solid 1px rgba(191, 255, 0, 0.3); } 100% { border: solid 1px rgba(191, 255, 0, 0); } } @keyframes dotRotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Css atome v3-jq22.com</title> <script src="https://www.jq22.com/jquery/jquery-1.10.2.js"></script> <style>
</style> </head> <body>
<script>
</script>
</body> </html>
2012-2021 jQuery插件库版权所有
jquery插件
|
jq22工具库
|
网页技术
|
广告合作
|
在线反馈
|
版权声明
沪ICP备13043785号-1
浙公网安备 33041102000314号