试试 首页全屏背景 body,html{ width: 100%; height: 100%; margin: 0 ; padding: 0; } body{ height: 100%; margin: 0; background: url("1.jpg") center no-repeat; background-size: cover; -ms-behavior: url(backgroundsize.min.htc); behavior: url(backgroundsize.min.htc); /* background: url("1.jpg"); background-size: 100% 100%; background-repeat: no-repeat;*/ }
试试 首页全屏背景