.Container{ width:1000px;/*外部容器div样式*/ background:url(图片地址) repeat-y center;/*不知你是不是要加这个层的背景,反正是这么写*/ float:left;} .left{ float:left;width:100px;} .right{ float:right;width:100px;} .center{ float:left;width:100 height:100%;overflow:auto;} 大体就是这个样子,你按照你实际的页面套用一下...
height: 100%; width: 100%; background-image:url('~@/assets/home.png'); background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-position: 0 center; }