Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
body { background-color: #c8dffd; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100vh; } .turnip { position: relative; animation: hop 0.2s ease-in alternate infinite; } .turnip__hat { position: relative; border-top-left-radius: 5px; border-top-right-radius: 5px; border-top: 45px solid #515559; border-left: 1px solid transparent; border-right: 1px solid transparent; width: 55px; margin: 0 auto -3px; z-index: 1; } .turnip__hat:before { content: ""; position: absolute; top: -87px; right: -23px; background-color: #515559; width: 9px; height: 55px; border-radius: 100%; transform: rotate(50deg); } .turnip__hat:after { content: ""; position: absolute; top: 12px; left: -15px; background-color: #515559; width: 85px; height: 10px; border-radius: 40% 40% 70% 70%; } .turnip__ribbon { width: 55px; height: 12px; background-color: #d996b5; margin: 0 auto; } .turnip__head { position: relative; background-color: #f2f2f2; width: 70px; height: 55px; margin: 0 auto; border-radius: 50%; display: flex; justify-content: space-around; flex-flow: row wrap; } .turnip__eye { width: 6px; height: 6px; background-color: #000; border-radius: 50%; margin: 20px 5px 0; } .turnip__mouth { width: 45px; height: 15px; background-color: #fff; border-radius: 50%; } .turnip__pipe { position: absolute; top: 40px; left: 60px; width: 40px; height: 2px; background-color: #8c8070; } .turnip__pipe:before { content: ""; position: absolute; width: 9px; height: 17px; background-color: #8c8070; border-radius: 3px; left: 40px; top: -7px; } .turnip__body { position: relative; width: 250px; z-index: 1; } .turnip__coat { position: absolute; top: 15px; left: 0; right: 0; margin-left: auto; margin-right: auto; border-top: 100px solid #515559; border-left: 5px solid transparent; border-right: 5px solid transparent; width: 75px; } .turnip__bow { position: absolute; top: 20px; left: 0; right: 0; margin-left: auto; margin-right: auto; background-color: #3a485d; width: 10px; height: 10px; z-index: 3; border-radius: 2px; } .turnip__bow:before { content: ""; position: absolute; top: -10px; left: -25px; width: 0; height: 10px; border-top: 10px solid transparent; border-left: 25px solid #5a6b8c; border-bottom: 10px solid transparent; border-radius: 8px; } .turnip__bow:after { content: ""; position: absolute; top: -10px; right: -25px; width: 0; height: 10px; border-top: 10px solid transparent; border-right: 25px solid #5a6b8c; border-bottom: 10px solid transparent; border-radius: 8px; } .turnip__shirt { position: absolute; top: 8px; left: 0; right: 0; margin-left: auto; margin-right: auto; width: 30px; height: 35px; z-index: 2; } .turnip__shirt:before { content: ""; position: absolute; top: 0; left: -5px; height: 100%; width: 70%; background-color: #dbb2c2; transform: skew(1deg, 35deg); border-bottom-left-radius: 90px; border-top-left-radius: 15px; border-bottom-right-radius: 15px; border-top-right-radius: 10px; } .turnip__shirt:after { content: ""; position: absolute; top: 0; right: -5px; height: 100%; width: 70%; background-color: #dbb2c2; transform: skew(-1deg, -35deg); border-top-right-radius: 15px; border-bottom-right-radius: 90px; border-bottom-left-radius: 15px; border-top-left-radius: 10px; } .turnip__waistcoat { position: absolute; top: 15px; left: -1px; right: 0; margin-left: auto; margin-right: auto; width: 35px; height: 50px; } .turnip__waistcoat:before { content: ""; position: absolute; top: 0; left: -4px; height: 100%; width: 65%; background-color: #83a6bc; transform: skew(0deg, 40deg); border-bottom-left-radius: 90px; border-top-left-radius: 90px; border-bottom-right-radius: 15px; } .turnip__waistcoat:after { content: ""; position: absolute; top: 0; right: -5px; height: 100%; width: 65%; background-color: #83a6bc; transform: skew(0deg, -40deg); border-top-right-radius: 90px; border-bottom-right-radius: 90px; border-bottom-left-radius: 15px; } .turnip__coattails { position: absolute; top: 105px; left: 0; right: 0; margin-left: auto; margin-right: auto; width: 75px; height: 120px; z-index: 1; } .turnip__coattails:before { content: ""; position: absolute; top: 0; left: 8px; height: 100%; width: 60%; background-color: #515559; transform-origin: top; transform: skew(-25deg, 30deg) rotate(0deg); border-bottom-left-radius: 50px; border-bottom-right-radius: 5px; animation: coattails-left 0.2s ease-in alternate infinite; } .turnip__coattails:after { content: ""; position: absolute; top: 0; right: 8px; height: 100%; width: 60%; background-color: #515559; transform-origin: top; transform: skew(25deg, -30deg) rotate(0deg); border-bottom-right-radius: 50px; border-bottom-left-radius: 5px; animation: coattails-right 0.2s ease-in alternate infinite; } .turnip__pants { position: absolute; top: 115px; left: 0; right: 0; margin-left: auto; margin-right: auto; width: 50px; height: 150px; } .turnip__pants:before { content: ""; position: absolute; top: 0; left: -8px; height: 100%; width: 60%; background-color: #393c3e; transform: rotate(0deg); transform-origin: top; animation: pants 0.5s linear alternate infinite; } .turnip__pants:after { content: ""; position: absolute; top: 0; right: -8px; height: 100%; width: 60%; background-color: #393c3e; transform: rotate(0deg); transform-origin: top; animation: pants 0.3s linear alternate infinite; } .turnip__sleeve { position: absolute; top: 15px; background-color: #515559; width: 80px; height: 25px; } .turnip__sleeve--l { left: 10px; } .turnip__sleeve--l:before { content: ""; position: absolute; top: -3px; left: -22px; width: 0; height: 25px; border-top: 3px solid transparent; border-left: 25px solid #515559; border-bottom: 3px solid transparent; border-radius: 3px; } .turnip__sleeve--r { right: 10px; } .turnip__sleeve--r:before { content: ""; position: absolute; top: -3px; right: -22px; width: 0; height: 25px; border-top: 3px solid transparent; border-right: 25px solid #515559; border-bottom: 3px solid transparent; border-radius: 3px; } .turnip__glove { position: absolute; top: 12px; width: 0px; height: 12px; } .turnip__glove:before { content: ""; position: absolute; top: -7px; border-radius: 100%; background-color: #f2f2f2; width: 35px; height: 15px; } .turnip__glove--l { border-top: 3px solid transparent; border-right: 20px solid #f2f2f2; border-bottom: 3px solid transparent; left: -50px; } .turnip__glove--l:before { transform-origin: right; left: -30px; transform: rotate(0deg); animation: glove-l 0.2s linear alternate infinite; } .turnip__glove--r { border-top: 3px solid transparent; border-left: 20px solid #f2f2f2; border-bottom: 3px solid transparent; right: -50px; } .turnip__glove--r:before { transform-origin: left; right: -30px; transform: rotate(0deg); animation: glove-r 0.2s linear alternate infinite; } .turnip__arms { position: absolute; left: 50%; transform: translate(-50%, -50%); background-color: #8c8070; width: 350px; height: 8px; border-radius: 5px; margin: 20px auto; } .turnip__leg { position: relative; background-color: #8c8070; width: 8px; height: 380px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; margin: 0 auto; } @keyframes hop { 0% { transform: translateY(-10px); } 100% { transform: translateY(10px); } } @keyframes coattails-left { 0% { transform: skew(-25deg, 30deg) rotate(-3deg); } 100% { transform: skew(-25deg, 30deg) rotate(3deg); } } @keyframes coattails-right { 0% { transform: skew(25deg, -30deg) rotate(3deg); } 100% { transform: skew(25deg, -30deg) rotate(-3deg); } } @keyframes pants { 0% { transform: rotate(3deg); } 100% { transform: rotate(-3deg); } } @keyframes glove-l { 0% { transform: rotate(-50deg); } 100% { transform: rotate(-30deg); } } @keyframes glove-r { 0% { transform: rotate(50deg); } 100% { transform: rotate(30deg); } }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>稻草人(哈尔的移动城堡)-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号