图片超出DIV自动按比例缩小的CSS样式
img{
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}
图片超出DIV自动按比例缩小的CSS样式
img{
width: auto;
height: auto;
max-width: 100%;
max-height: 100%;
}