子比主题美化 – 手机左侧菜单添加背景图片
这是一个简单的CSS代码,图片请在CSS里面的自行添加链接!!
/*手机侧边栏背景图片*/
@media (max-width: 767px){
.mobile-navbar.show,.mobile-navbar.left{
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
cursor: pointer;
background-image:linear-gradient(rgba(255, 255,255,0),rgba(255,255,255, 0.3)),url(图片链接);}
.mobile-nav-widget .box-body {
background: var(--muted-border-color) !important;}
}
阅读剩余
提示:本文最后更新于2024年11月12日,如有错误或者已经失效,请留言告知。
THE END