背景图片居中全屏自适应显示

body{
overflow: hidden;
width:100%;
height:100%;
background: url(“../images/11.jpg”) no-repeat;
background-size: cover;
background-position:center;
background-attachment:fixed;
}

猜你喜欢

转载自blog.csdn.net/jay_888/article/details/82499687