首页 > Web开发 > 详细

网页背景图片全屏,

时间:2020-06-16 23:01:23      阅读:102      评论:0      收藏:0      [点我收藏+]
<style type="text/css">
            body{
                background-image: url(dadishu/bg.jpg);
                background-repeat: no-repeat;
                background-size: 100% 100%;
                background-attachment: fixed;
                overflow: scroll;
                /*background: url(dadishu/bg.jpg);
                position:fixed;
                top: 0;
                left: 0;
                width:100%;
                height:100%;
                min-width: 1000px;
                z-index:-10;
                zoom: 1;
                background-color: #fff;
                background-repeat: no-repeat;
                background-size: cover;
                -webkit-background-size: cover;
                -o-background-size: cover;
                background-position: center 0;*/
            }
</style>

 

网页背景图片全屏,

原文:https://www.cnblogs.com/dupeilin/p/13149459.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!