2.写css代码.bjimg { position: fixed; top: 0; left: 0; width: 100%; height: 10_css如何设置背景图片">
赞
踩
给网页添加背景图片,网页缩小放大都不受影响 html+css
给网页添加背景图片,网页缩小放大都不受影响 ,
1.在html写入一个div盒子
<div class="bjimg"></div>
2.写css代码
.bjimg { position: fixed; top: 0; left: 0; width: 100%; height: 100%; min-width: 1000px; z-index: -10; zoom: 1; background-color: #fff; background-image: url(../image/timg.jfif) ; background-repeat: no-repeat; background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-position: center 0; }
3.在url里写入自己图片地址就好
给字体添加背景图:
https://blog.csdn.net/luo1831251387/article/details/110774774
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。