前言:小刘经常自写项目需要用到背景图片,好看又自适应太难了!
背景图片自适应屏幕
body {
background-image: url('http://www.17sucai.com/preview/1257759/2018-12-25/我的书屋/img/bgImg.jpg');
/*background-repeat: no-repeat;*/
background-size: 100%;
background-attachment: fixed;
background-color: #fff;
background-repeat: no-repeat;
background-size: cover;
-webkit-background-size: cover;
-o-background-size: cover;
background-position: center 0;
}
如有不解,请加java爱好群大家交流:852665736;群里都是热心好客的小伙伴,大家一同进步。