<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>背景</title>
<style media="screen">
.bg{
position:fixed;
top: 0;
left: 0;
width:100%;
height:100%;
min-width: 1000px;
z-index:-10;
zoom: 1;
background-color: #fff;
background: url(bg.jpg) no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-position: center 0;
}
</style>
</head>
<body class="bg">
<h1>背景图片自适应屏幕</h1>
</body>
</html>
背景图片适应屏幕
最新推荐文章于 2024-06-17 10:49:59 发布