<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>全屏图片</title>
    <style>
        div#div1{
            position:fixed;
            top:0;
            left:0;
            bottom:0;
            right:0;
            z-index:-1;
        }
        div#div1 > img {
            height:100%;
            width:100%;
            border:0;
        }
    </style>
</head>
<body>
<div id="div1"><img src="../image/loginsize.png" /></div>
</body>
</html>

 

相关文章:

  • 2022-02-12
  • 2021-11-21
  • 2021-11-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-11
猜你喜欢
  • 2022-01-16
  • 2021-11-21
  • 2022-12-23
  • 2021-11-08
  • 2021-12-12
相关资源
相似解决方案