Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
body{ background: #333642; } .turntable{ position: relative; margin: auto; display: block; margin-top: 8%; margin-bottom: 8%; width: 310px; height:280px; background: #9CD8BD; border-radius: 5%; box-shadow: inset 0 0 10px rgba(255,255,255,0.7); } .record { position: absolute; left: 35px; top: 35px; width: 200px; height: 200px; background: black; border-radius: 50%; animation: spin 1s infinite linear; } @keyframes spin { 0% { transform: none; } 100% { transform: rotate(360deg); } } .record::before { content: ''; left: 50%; top: 50%; transform: translate(-50%, -50%); position: absolute; width: 180px; height: 180px; background: repeating-radial-gradient(black, black 5px, #1C1C1C 6px, #1C1C1C 7px); border-radius: 50%; } .overlay { content: ''; left: 35px; top: 35px; position: absolute; width: 200px; height: 200px; background: linear-gradient(45deg, transparent, 40%, rgba(255,255,255,0.35), 60%, transparent); border-radius: 50%; } .inner { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 55px; height: 55px; background: linear-gradient(white, white 50%, #F796A8 50%, #F796A8); border-radius: 50%; } .inner::before { content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 10px; height: 10px; background: black; border-radius: 50%; } .inner::after { content: '100 Days'; width: 55px; text-align: center; font-family: sans-serif; font-size: 8px; position: absolute; left: 50%; top: 10px; transform: translateX(-50%); } .arm-holder { position: absolute; width: 40px; height: 40px; background: gray; border-radius: 50%; right: 20px; top: 40px; } .arm-holder::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 30px; height: 30px; background: #939393; border-radius: 50%; } .arm { position: absolute; right: 13px; width: 60px; top: 10px; height: 110px; border: 10px solid #939393; transform: skew(-20deg, -20deg); transform-origin: top right; border-left-color: transparent; border-top-color: transparent; border-radius: 0 0 30% 0; animation: armTwitch 0.5s infinite; animation-direction: alternate-reverse; } @keyframes armTwitch { 0% { transform: skew(-20deg, -20deg); } 100% { transform: skew(-20deg, -20deg) rotate(1deg); } } .arm::before { content: ''; position: absolute; width: 20px; height: 30px; background: gray; transform: skew(20deg, 20deg) rotate(75deg); top: 98px; left: -10px; border-radius: 20%; clip-path: polygon(10% 0%, 90% 0%, 100% 100%, 0% 100%); } .dial { position: absolute; bottom: 20px; right: 20px; width: 25px; height: 25px; background: #333642; border-radius: 50%; } .dial::before { content: ''; left: 50%; transform: translateX(-50%); top: 2px; position: absolute; width: 2px; height: 5px; background: white; border-radius: 50%; }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>唱片机(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号