调整图片比例
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user