求助
bootstrap吧
全部回复
仅看楼主
level 1
我想添加一个背景图片在网页当中 我的做法是新建了一个css 但是总是无效果 我在网页当中应该如何使用才能让背景铺满整个网页?
2017年05月30日 13点05分 1
level 1
没写完就发出去了、、 这是我的less中的写法
#bg1 {
z-index: -1;
height: 100%;
width: 100%;
position: absolute;
top: 0px;
background: url('img/datu1.jpg') no-repeat center center fixed;
background-size: cover;
}
2017年05月30日 13点05分 2
level 1
我引用地址写错了,那我现在怎么引用到主网页呢? 让它铺满整个屏幕?
2017年05月30日 13点05分 3
1