<style>
.none{display: none}
#toolbar {

display: flex;
justify-content: center;
align-items: center;
position: fixed;
max-width: 100%;
left: 0;
/*top:0; */ /*置顶*/
bottom: 0px; /*置底*/
margin: auto;

}

</style>

 

导航那段HTML   外面加 div标签,id=“toolbar”   。完毕

相关文章:

  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-02-26
  • 2021-12-08
  • 2022-12-23
  • 2021-12-06
猜你喜欢
  • 2022-12-23
  • 2021-07-19
  • 2021-07-31
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
相关资源
相似解决方案