<div class="nav">内容</div>
.nav{
  width: 100%;
  height: 3.55rem;
  &::before{
    content: "";  
    background: url('../../../assets/img/service.png') no-repeat center top;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1; /* -1 可以当背景 */ 
    opacity: 0.6;
  }
}

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
  • 2022-12-23
  • 2021-06-12
  • 2022-12-23
  • 2022-12-23
  • 2021-12-27
猜你喜欢
  • 2021-04-07
  • 2022-12-23
  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
相关资源
相似解决方案