可以用绝对定位方式,让div占满屏幕,css样式如下:

  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;

相关文章:

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