调整图片比例

This commit is contained in:
李志鹏
2025-10-31 11:01:14 +08:00
parent 6abca4840b
commit 387904e36d
3 changed files with 11 additions and 11 deletions

View File

@@ -218,7 +218,7 @@
// justify-content: space-around;
.item {
width: 47%;
height: 52.9rem;
height: 62.2rem;
// overflow: hidden;
border-radius: var(--border-radius);
background-color: #fff;
@@ -228,7 +228,7 @@
> img {
width: 100%;
height: 100%;
object-fit: contain;
object-fit: cover;
border-radius: var(--border-radius);
}
> .corner {