防止缩放问题
This commit is contained in:
@ -15,12 +15,13 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
/* max-height: 80%; */
|
/* max-height: 80%; */
|
||||||
/* height: auto; */
|
/* height: auto; */
|
||||||
width: 400px;
|
width: 350px;
|
||||||
/* flex-grow: 1; */
|
/* flex-grow: 1; */
|
||||||
transition: transform 0.05s ease-in-out;
|
transition: transform 0.05s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user