//不显示
.bar {
        position:fixed;
        bottom:0;
        z-index:99;
}

//显示
.bar{
    position:fixed;
    bottom:calc(90vh); /*当前屏幕高度百分比90%*/
    z-index:99;
}

相关文章:

  • 2021-12-05
  • 2021-11-15
  • 2022-12-23
  • 2021-11-22
  • 2021-09-04
  • 2021-10-01
  • 2021-09-20
猜你喜欢
  • 2022-01-02
  • 2022-12-23
  • 2022-12-23
  • 2021-07-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案