meiyanstar
<!DOCTYPE html> 
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>div高度占满整个屏幕</title>
  <style type="text/css">
    .main
{
      padding
: 0;
      margin
: 0;
      position
: absolute;
      left
: 0;
      top
: 0;
      bottom
: 0;
      right
: 0;
      background
: red;
    }
  </style>
</head>
<div class="main">
</div>
</body>
</html>

 

分类:

技术点:

相关文章:

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