将图片设置成背景图
<div style="width: 100%;height: 400px;"> <div style=" width: 100%; height: 400px; background:url(img/banner.jpg) no-repeat 50%;background-size:200% 100%"></div> </div>
注意,第一个大盒子可以不设置宽和高,由内容(即第二个大盒子)撑开,但是第二个盒子必须设置高
2021-10-30 15:10:48
将图片设置成背景图
<div style="width: 100%;height: 400px;"> <div style=" width: 100%; height: 400px; background:url(img/banner.jpg) no-repeat 50%;background-size:200% 100%"></div> </div>
注意,第一个大盒子可以不设置宽和高,由内容(即第二个大盒子)撑开,但是第二个盒子必须设置高
下一篇:php 删除标签