mirror of
https://git.mirrors.martin98.com/https://github.com/langgenius/dify.git
synced 2025-05-14 19:28:17 +08:00
22 lines
334 B
CSS
22 lines
334 B
CSS
.item {
|
|
height: 200px;
|
|
margin-right: 8px;
|
|
margin-bottom: 8px;
|
|
object-fit: cover;
|
|
object-position: center;
|
|
border-radius: 8px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.item:nth-child(3n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.img-2 .item:nth-child(2n),
|
|
.img-4 .item:nth-child(2n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.img-4 .item:nth-child(3n) {
|
|
margin-right: 8px;
|
|
} |