Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
body { background: #1d1f20; overflow: hidden; } .wrapper { perspective: 800px; display: flex; justify-content: center; filter: blur(1.5px); } .container { transform: rotateX(40deg) rotateY(40deg) rotateZ(90deg); transform-style: preserve-3d; position: relative; display: flex; height: 300px; width: 300px; margin: 100px 0; } .sphere, .ring { position: absolute; height: 100%; width: 100%; transform-style: preserve-3d; } .sphere { animation: rotateSphere 10s linear infinite; } .sphere:nth-of-type(1) .ring:nth-of-type(1) { transform: rotateY(18deg); } .sphere:nth-of-type(1) .ring:nth-of-type(2) { transform: rotateY(36deg); } .sphere:nth-of-type(1) .ring:nth-of-type(3) { transform: rotateY(54deg); } .sphere:nth-of-type(1) .ring:nth-of-type(4) { transform: rotateY(72deg); } .sphere:nth-of-type(1) .ring:nth-of-type(5) { transform: rotateY(90deg); } .sphere:nth-of-type(1) .ring:nth-of-type(6) { transform: rotateY(108deg); } .sphere:nth-of-type(1) .ring:nth-of-type(7) { transform: rotateY(126deg); } .sphere:nth-of-type(1) .ring:nth-of-type(8) { transform: rotateY(144deg); } .sphere:nth-of-type(1) .ring:nth-of-type(9) { transform: rotateY(162deg); } .sphere:nth-of-type(1) .ring:nth-of-type(10) { transform: rotateY(180deg); } .sphere:nth-of-type(2) .ring:nth-of-type(1) { transform: rotateX(18deg); } .sphere:nth-of-type(2) .ring:nth-of-type(2) { transform: rotateX(36deg); } .sphere:nth-of-type(2) .ring:nth-of-type(3) { transform: rotateX(54deg); } .sphere:nth-of-type(2) .ring:nth-of-type(4) { transform: rotateX(72deg); } .sphere:nth-of-type(2) .ring:nth-of-type(5) { transform: rotateX(90deg); } .sphere:nth-of-type(2) .ring:nth-of-type(6) { transform: rotateX(108deg); } .sphere:nth-of-type(2) .ring:nth-of-type(7) { transform: rotateX(126deg); } .sphere:nth-of-type(2) .ring:nth-of-type(8) { transform: rotateX(144deg); } .sphere:nth-of-type(2) .ring:nth-of-type(9) { transform: rotateX(162deg); } .sphere:nth-of-type(2) .ring:nth-of-type(10) { transform: rotateX(180deg); } .ring { border: 1px solid; box-sizing: border-box; border-radius: 50%; opacity: 0; animation: fadeIn 2000ms ease infinite; box-shadow: 0 0 80px rgba(255, 255, 255, 0.2), inset 0 0 80px rgba(255, 255, 255, 0.2); } .ring:nth-of-type(1) { border-color: #40E0D0; animation-delay: 200ms; } .ring:nth-of-type(2) { border-color: #4AE2D2; animation-delay: 400ms; } .ring:nth-of-type(3) { border-color: #53E3D5; animation-delay: 600ms; } .ring:nth-of-type(4) { border-color: #5DE5D7; animation-delay: 800ms; } .ring:nth-of-type(5) { border-color: #66E6D9; animation-delay: 1000ms; } .ring:nth-of-type(6) { border-color: #70E8DC; animation-delay: 1200ms; } .ring:nth-of-type(7) { border-color: #79E9DE; animation-delay: 1400ms; } .ring:nth-of-type(8) { border-color: #83EBE0; animation-delay: 1600ms; } .ring:nth-of-type(9) { border-color: #8CECE3; animation-delay: 1800ms; } .ring:nth-of-type(10) { border-color: #96EEE5; animation-delay: 2000ms; } @keyframes rotateSphere { to { transform: rotateX(360deg) rotateY(360deg); } } @keyframes fadeIn { from, to { opacity: 0; } 50% { opacity: 1; } }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>3D CSS 地球仪-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号