前端css样式设置背景图全屏
body { background: url('${pageContext.request.contextPath}/css/bg.jpg') no-repeat; height:100%; width:100%; overflow:hidden; background-size:cover; }
拉抻全屏
body { background: url('${pageContext.request.contextPath}/css/bg.jpg') no-repeat; height:100%; width:100%; overflow:hidden; background-size:100% 100%; }