子比-左侧菜单添加背景图片(手机才能看)
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(https://www.39ip.cn/);}
.mobile-nav-widget .box-body {
background: var(--muted-border-color) !important;}
}
阅读剩余
提示:本文最后更新于2024年9月14日,如有错误或者已经失效,请留言告知。
THE END