如图:
开发工具HBuilder
编写body标签的CSS样式
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>图片充满整个body</title>
<style type="text/css">A
body {
height: 100%;
width: 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
background-size: 100% 100%;A
background-attachment: fixed;
background-image: url(img/002.png);
margin: 0;
padding: 0;
}
</style>
</head>
<body>
</body>
</html>
完结撒花✿✿ヽ(°▽°)ノ✿