<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <style>
        .pg-header{
            height: 48px;
            background-color: greenyellow;
            color: #dddddd;
            position: fixed;
            top:0;
            right: 0;
            left: 0;
        }
        .pg-body{
            background-color: #dddddd;
            height: 5000px;
            margin-top: 50px;
        }
    </style>
</head>
<body>
    <div class="pg-header">头部</div>
    <div class="pg-body">内容</div>
</body>
</html>

 

相关文章:

  • 2021-12-24
  • 2022-12-23
  • 2021-12-23
  • 2022-01-04
  • 2021-06-10
  • 2022-12-23
  • 2021-12-24
  • 2021-12-24
猜你喜欢
  • 2021-12-23
  • 2021-12-23
  • 2021-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-03-31
  • 2022-12-23
相关资源
相似解决方案