最终代码:
div{
width:500px;
height:500px
}
img{
max-width: 100%;
max-height: 100%;
position: relative;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
最终代码: