这是页面http://www.theplasticsdepot.co.uk/product-category/drains/underground-pipes-and-fittings/我遇到了问题。为了清楚起见,我在每个项目周围设置了一个边框。
有<ul>
一个类名et-products
我希望每个列表项至少垂直居中,所以它看起来“正确”。
否则,理想情况下,如果可能的话,我希望它们至少正确对齐,因为如果我不使用下面的 CSS,由于图像大小不同,会出现各种奇怪的浮动
ul.et-products li {
border:1px solid #ccc;
height:385px;
padding:5px; margin:10px;
}