导航菜单栏美化
•分享
305
0
导航菜单栏增加背景,代码填入CSS即可。
[loginshow]
header {
background-color: rgba(255, 255, 255, 0.96);
background-image: url(https://img.amjun.com/uploads/2023/04/643e056187339.png);
background-position: center right;
background-size: auto 100%;
box-shadow: 0px 5px 40px 0px rgba(17,58,93,0.1);
}
.menu-header-plane > ul {
background-color: rgba(255, 255, 255, 0.96);
background: unset;
}
[/loginshow]
文章标题:导航菜单栏美化
本文链接:https://timelogs.cn/archives/561/
许可协议:CC BY-SA 4.0
上一篇 : Word快捷键大全
下一篇 : 菜单栏磨砂效果(Corenext首发)