gpt4 book ai didi

html - 如何获得相同高度的盒子

转载 作者:行者123 更新时间:2023-11-28 00:40:02 25 4
gpt4 key购买 nike

当我从管理面板为我的产品插入不同尺寸的图像时,我如何才能响应相同高度的产品框,它会显示不同的框高度,Issue

我的 CSS

/* Products Styles  */


.flex-wrap {
display: flex;
flex-wrap: wrap;

}

#hot h2 {
text-transform: uppercase;
font-size: 36px;
color: #4993e4;
font-weight: 100;
text-align: center;

}

#content {
padding-left:25px;

}

.single {
width:290px;
margin: auto;
}


}

@media (max-width: 768px) {

.single {

width:100;
margin: auto;
}

}

#content .product {
background:#fff;
border: solid 1px #e6e6e6;
box-sizing: border-box;
margin-bottom: 30px;
}

#content .product .text p.price {
font-size:18px;
text-align:center;
font-weight:300;

}

#content .product .text .buttons {
clear:both;
text-align:center;
}

#content .product .text h3 {
text-align:center;
font-size:20px;

}

#content .product .text h3 a {

color:rgb(85, 85, 85);
}

#content .product .text {
padding:10px 10px 0px;
}

#content .product .text .buttons .btn {
margin-bottom:10px;
}

最佳答案

试试最小宽度

 @media (min-width:1025px) { 
.global-container {
margin-top: 0;
background-image: none;
}
}

更多请refer

关于html - 如何获得相同高度的盒子,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53919352/

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