【发布时间】:2021-05-21 21:36:48
【问题描述】:
我创建了我的第一个网站,但我无法理解我的大图像在 flex 和溢出隐藏显示方面如何正确响应以逐个滑动图像
这是我试图回应的样子
img{
width: 100%;
height: auto;
padding: 1px;
}
.doorsSlide{
width: auto;
display: flex;
height: 430px;
}
.doorsSlide.large{
height: 100%;
}
.doorsSlide.small{
height: 100%;
}
【问题讨论】:
-
请在您的代码sn-p中显示您的相关HTML
标签: html css web responsive