css中设置背景图片平铺整个页面

body{
                background: url(img/bgcolor.jpg);
                background-size: 100% 100%;
                background-position: center center;
                overflow: auto;
            }
posted @ 2020-03-15 00:15  苏小妞吖  阅读(3444)  评论(0编辑  收藏  举报