1.html文件


<head>
<style>
li {list-style:none;
margin:9px;
display:inline;
width:200px;
height:200px;
}


div{width:183px;height:100px;margin:0 auto;}
</style>
</head>


<div>
  <li><img src="1.png" style="width: 200px;height: 300px;"/></li>
  <li><img src="2.png" style="width: 200px;height: 300px;"/></li>
  <li><img src="3.png" style="width: 200px;height:300px;"/></li>

</div>


2.效果


多张图片的布局

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-03-27
  • 2021-12-28
  • 2022-12-23
  • 2021-11-09
  • 2021-11-14
猜你喜欢
  • 2021-11-24
  • 2021-07-29
  • 2022-01-02
  • 2021-07-14
  • 2022-12-23
  • 2021-11-23
  • 2022-01-02
相关资源
相似解决方案