在包图片外层div标签里加上position:relative, img标签加上以下css属性
img{
position: absolute;
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
margin: auto;
}
好或不好请在下方留言!