子比-左侧菜单添加背景图片(手机才能看)

此页面的默认 H1 标题

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;}
}

 

子比-左侧菜单添加背景图片(手机才能看)
上一篇 子比-下载页面添加声明
下一篇 子比-首页轮播图按钮美化