Toggle navigation
在线编辑器
在线代码
文本比较
jQuery下载
前端库
在线手册
登录/注册
下载代码
html
css
js
分享到微信朋友圈
X
html
Home
About
Widgets
Big Widgets
Bigger Widgets
Huge Widgets
Kabobs
Shishkabobs
BBQ kabobs
Summer kabobs
Contact
css
@import url('https://fonts.googleapis.com/css?family=Varela+Round'); * { box-sizing: border-box; } :root { --accent-color: #45494E; --gradient-color: #FBFBFB; } a:focus { outline: none; position: relative; } a:focus:after { width: 50px; } a:after { content: ""; background: #FBFBFB; position: absolute; bottom: 5px; left: 15px; height: 3px; width: 0; transition: .5s; transition-delay: .2s; } body { background: #45494E; font-family: "Varela Round", Nunito, Montserrat, sans-serif; margin: 0; padding: 0; } .menu { margin: 15px; } .menu > ol { list-style: none; margin: 30px 0; padding: 0; } .menu > ol > li { background: #3c3c3c; border-left: 5px solid var(--gradient-color); margin-bottom: 1px; position: relative; transition: .5s; } .menu > ol > li:nth-child(1) { --accent-color: #FDA085; --gradient-color: #F6D365; } .menu > ol > li:nth-child(2) { --accent-color: #BFF098; --gradient-color: #6FD6FF; } .menu > ol > li:nth-child(3) { --accent-color: #EA8D8D; --gradient-color: #A890FE; } .menu > ol > li:nth-child(4) { --accent-color: #D8B5FF; --gradient-color: #1EAE98; } .menu > ol > li:nth-child(5) { --accent-color: #C6EA8D; --gradient-color: #FE90AF; } .menu > ol > li a { color: #FBFBFB; display: block; padding: 15px; position: relative; text-decoration: none; z-index: 1; } .menu > ol > li a:not(:last-child):before { content: "\f078"; font-family: fontAwesome; font-size: .75em; line-height: 50px; position: absolute; right: 25px; top: 0; bottom: 0; margin: auto; transition: .5s; } .menu > ol > li:focus, .menu > ol > li:focus-within, .menu > ol > li:hover { z-index: 100; } .menu > ol > li:focus:after, .menu > ol > li:focus-within:after, .menu > ol > li:hover:after { background: linear-gradient(to left, var(--accent-color), var(--gradient-color)); max-width: 800px; } .menu > ol > li:focus .sub-menu, .menu > ol > li:focus-within .sub-menu { max-height: 500px; } .menu > ol > li:focus a:before, .menu > ol > li:focus-within a:before { transform: rotate(-180deg); } .menu > ol > li:after { background: #3c3c3c; content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; transition: .5s; max-width: 0; overflow: hidden; } .menu > ol .sub-menu { border-left: 1px solid #FBFBFB; margin-left: 22.5px; list-style: none; max-height: 0px; overflow: hidden; padding-left: 7.5px; position: relative; transition: .5s; z-index: 1; } .menu > ol .sub-menu li { font-size: .9em; } .menu > ol .sub-menu li:hover, .menu > ol .sub-menu li a:focus { background: rgba(60, 60, 60, 0.3); } .menu > ol .sub-menu li a:after { bottom: 5px; height: 1px; } .menu > ol .sub-menu li a:hover:after, .menu > ol .sub-menu li a:focus:after { width: 15px; } @media (min-width: 775px) { a:focus, a:hover { position: relative; } a:focus:after, a:hover:after { width: 50px; } a:after { left: 0; right: 0; margin: auto; } .menu { margin: 0; margin-top: 40vh; } .menu > ol { display: block; max-width: none; text-align: center; } .menu > ol > li { border-top: 5px solid var(--accent-color); border-left: 0; display: inline-block; margin-left: -5px; vertical-align: top; width: 150px; } .menu > ol > li:hover:after, .menu > ol > li:focus:after, .menu > ol > li:focus-within:after { background: linear-gradient(to bottom, var(--accent-color), var(--gradient-color)); border-radius: 3px; top: -15px; bottom: -15px; left: -15px; right: -15px; } .menu > ol > li:hover .sub-menu, .menu > ol > li:focus .sub-menu, .menu > ol > li:focus-within .sub-menu { max-height: 750px; } .menu > ol > li:hover a:before { transform: rotate(-180deg); } .menu > ol .sub-menu { border-left: 0; margin: 15px -15px -15px; padding-left: 0; } }
JavaScript
粒子
时间
文字
hover
canvas
3d
游戏
音乐
火焰
水波
轮播图
鼠标跟随
动画
css
加载动画
导航
菜单
按钮
滑块
tab
弹出层
统计图
svg
×
Close
在线代码下载提示
开通在线代码永久免费下载,需支付20jQ币
开通后,在线代码模块中所有代码可终身免费下!
您已开通在线代码永久免费下载,关闭提示框后,点下载代码可直接下载!
您已经开通过在线代码永久免费下载
对不起,您的jQ币不足!可通过发布资源 或
直接充值获取jQ币
取消
开通下载
<!doctype html> <html> <head> <meta charset="utf-8"> <title>css3渐变菜单-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号