推荐教程:Bootstrap教程
1、首先我们需要自定义一个css样式
.bg {
background:url(图片地址) no-repeat center;
background-size:contain;
}2、在我们需要用到该样式的div中引用它
<div class="row bg">
3、如果需要图片不随滚动条滚动,即固定不动则加fixd
.bg {
background:url(图片地址) no-repeat center fixed;
background-size:contain;
}原文章地址:https://www.cnblogs.com/Hayley1666/p/8479491.html
Copyright © 2019- 3391111.com 版权所有
违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com
本站由北京市万商天勤律师事务所王兴未律师提供法律服务