Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
plus
search
user
cup
home
css
* { box-sizing: border-box; } .wrapper { width: 100%; min-height: 100vh; background: #ddeef7; display: flex; align-items: center; justify-content: center; } .icon { display: inline-block; width: 1em; height: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor; } .navbar { background: #fdfdfd; display: inline-flex; align-items: center; padding: 10px 20px 15px; box-shadow: 0px 20px 40px rgba(18, 34, 64, 0.1); border-bottom-left-radius: 30px; border-bottom-right-radius: 30px; position: relative; } .navbar:after { content: ""; width: 120px; background: #d9e0ea; position: absolute; bottom: 8px; left: 50%; height: 3px; transform: translatex(-50%); opacity: 0.7; } .navbar__item { width: 70px; height: 70px; position: relative; cursor: pointer; padding: 10px; position: relative; display: inline-flex; align-items: center; justify-content: center; font-size: 21px; } .navbar__item::before, .navbar__item:after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: currentColor; border-radius: 50%; transform: scale(0.8); opacity: 0; transition: all 0.55s cubic-bezier(0.71, 0.03, 0.23, 0.95); } .navbar__item::after { box-shadow: 0 7px 15px currentColor; } .navbar__item.-blue { color: #06b8ff; } .navbar__item.-orange { color: #f2704d; } .navbar__item.-navy-blue { color: #405fff; } .navbar__item.-yellow { color: #f8cd4b; } .navbar__item.-purple { color: #8444d6; } .navbar__item:hover::before, .navbar__item:hover::after { transform: translateY(-60px) scale(1.1); } .navbar__item:hover::before { opacity: 1; } .navbar__item:hover::after { opacity: 0.4; } .navbar__item:hover .navbar__icon { transform: translateY(-58px) scale(1.25); color: #fff; transition-delay: 0.1s, 0.1s; } .navbar__icon { transition: all 0.5s cubic-bezier(0.71, 0.03, 0.23, 0.95); transition-delay: 0.1s; display: inline-block; position: relative; z-index: 2; }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>导航栏UI交互-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号