子比主题美化 – 手机左侧菜单添加背景图片

AI
AI文摘 此内容由AI根据文章内容自动生成
AI Summary

教程

这是一个简单的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;}
}
© 版权声明
THE END
点赞10分享
及时反馈~ 抢沙发

请登录后发表评论

    暂无评论内容