Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
css
body, html { height: 100%; width: 100%; margin: 0; } * { box-sizing: border-box; } .emoji-box:hover ~ .emoji-box { filter: blur(3px); } .container { background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%); height: 100%; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; } .container .emoji-box { width: 110px; height: 110px; border-radius: 12px; margin-right: 2rem; padding: 16px; position: relative; transform: scale(1); transition: all 0.2s cubic-bezier(0.17, 0.67, 0.83, 0.67); } .container .emoji-box:hover { transform: scale(1.3); } .container .eyes { margin-top: 6px; display: flex; overflow: hidden; justify-content: space-between; align-items: center; } .container .eyes .eye { width: 32px; height: 32px; background-color: #fff; border-radius: 50%; position: relative; } .container .eyes .eye:before { content: ""; min-width: 50%; position: absolute; min-height: 50%; left: 50%; top: 50%; background-color: #000; transform: translate(-50%, -50%); border-radius: 50%; } .no-deal { background-color: #2c99cd; } .no-deal .smile { width: 65%; margin: auto; height: 4px; background-color: #1d6c90; margin-top: 22px; transform: rotate(-4deg); border-radius: 16px; } .embarrasing { background-color: #fdc535; } .embarrasing .eye:before { width: 70%; height: 70%; } .embarrasing .chins { display: flex; justify-content: space-between; margin-top: 6px; } .embarrasing .chins .chin { width: 16px; height: 16px; border-radius: 50%; background-color: #e08b93; filter: blur(3px); } .embarrasing .smile { width: 30%; height: 10px; border-radius: 12px; margin: 2px auto; background-color: #cb9128; } .fight { background-color: #ec9380; position: relative; overflow: hidden; } .fight .eyebrow { position: absolute; height: 200px; bottom: 68%; left: -28px; width: 150%; border-radius: 50%; background-color: #ec9380; z-index: 2; } .fight .eye:before { width: 70%; height: 70%; } .fight .chins { display: flex; justify-content: space-between; margin-top: 6px; } .fight .chins .chin { width: 16px; height: 16px; border-radius: 50%; background-color: #e82b3c; filter: blur(3px); } .fight .smile { width: 100%; margin: 2px auto; height: 40px; overflow: hidden; position: relative; display: flex; justify-content: center; background-color: transparent; } .fight .smile .curve { position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 80%; margin: auto; height: 100%; background-color: #ad5e46; border-radius: 100%; } .fight .smile .curve:before { content: ""; position: absolute; top: 3px; left: 0; width: 100%; height: 100%; background-color: #ec9380; border-radius: 50%; } .emoji-box.outfit { background-color: #4da696; } .emoji-box.outfit .spects { position: absolute; left: 8px; top: 14px; } .emoji-box.outfit .spects .box { width: 44px; height: 52px; border: 4px solid black; display: inline-block; border-radius: 4px; } .emoji-box.outfit .spects .box:before, .emoji-box.outfit .spects .box:after { content: ""; width: 16px; height: 4px; background-color: black; position: absolute; top: 50%; transform: translateX(-50%); } .emoji-box.outfit .spects .box:before { right: 90%; } .emoji-box.outfit .spects .box:after { left: 109%; } .emoji-box.outfit .eye { overflow: hidden; } .emoji-box.outfit .eye:before { width: 70%; height: 70%; top: -1px; transform: unset; left: 32%; }
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号