$sliderIndex : 100;

.sliderShowing{
    animation: openAnim 0.5s linear;
    width: $leftAreaWidth;
    height: 100%;
    background-color: transparent;
    display: flex;
    position: relative;
    z-index: $sliderIndex;
}

.sliderHiden{
    width: $tabWidth;
    height: 100%;
    background-color: transparent;
    display: flex;
    position: absolute;
    z-index: $sliderIndex;
}

 

相关文章:

  • 2022-12-23
  • 2021-10-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-08
  • 2022-12-23
  • 2021-09-08
猜你喜欢
  • 2021-07-03
  • 2021-11-26
  • 2021-07-21
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案