<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf8" />
<title>demo</title>
<style type="text/css">
     
    body {
        margin: 0;
    }
     
    #main{
        height: 1000px;
    }
     
    #footer {
        background: #00A2EA;
        width: 100%;
        height: 50px;
        position: fixed;
        bottom: 0;
    }
     
</style>
</head>
<body>
     
    <div ></div>
     
    <div >
     
    </div>
</body>
</html>

  

相关文章:

  • 2022-12-23
  • 2022-01-16
  • 2021-08-24
  • 2022-12-23
  • 2021-09-05
  • 2022-12-23
  • 2022-12-23
  • 2021-04-01
猜你喜欢
  • 2021-12-04
  • 2022-03-02
  • 2021-10-09
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2021-08-16
相关资源
相似解决方案