首先元素样式要调整
width:100%;
height:100%;
margin:0px;
padding:0px;
background-position-x,background-position-y 设置为center
width: 100%;
height: 100%;
font-size: 0;
background-image: url('../assets/index/setp_1-background.png');
background-repeat: no-repeat;
background-position-x: center;
background-position-y: center;