#relatedProductList { > ul { padding: 0; list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; > li { width: 30%; height: 260px; @imgHeight: 200px; > .img { display: block; width: 100%; height: @imgHeight; padding: 4px; border: 1px solid #ddd; > * { width: 100%; height: 100%; object-fit: contain; } } > .title { height: calc(100% - @imgHeight); padding: 10px 0; text-align: center; > a { text-decoration: none; color: #333; font-size: 14px; } } } } > .empty { margin: 32px 0; text-align: center; font-size: 12px; color: #ccc; } }