gpt4 book ai didi

javascript - 如何调整不同高度的图像的高度

转载 作者:行者123 更新时间:2023-12-05 03:30:49 26 4
gpt4 key购买 nike

<分区>

我想按照以下计划放置我的照片:

ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

ul > li {
width: 49%;
}

ul > li img {
width: 100%;
margin-block-end: 0.25rem;
}
<ul>
<li>
<img src="img/study-image-1.png" alt="">
</li>
<li>
<img src="img/study-img-3.png" alt="">
</li>
<li>
<img src="img/study-img-2.png" alt="">
</li>
<li>
<img src="img/study-img-4.png" alt="">
</li>
</ul>

enter image description here

但是当我根据下面的代码进行设计时,是这样的。 enter image description here

预先感谢您的合作

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com