<html>
<head>
<style>
body{
background:url('图片地址')repeat 0px 0px
}
</style>
</head>
<body>
<p>我是测试文字</p>
</body>
</html>
background: url(../images/login/theme4.jpg) center center no-repeat
background-attachment: fixed
background-size: cover
background-size: 100% background-size的属性可以调整试试cover,100%等