教程
这是一个简单的CSS代码,图片请在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;}
}
仅供学习和研究使用,请在下载后24小时内删除
© 版权声明
THE END
暂无评论内容