图片缩放不变形

banner图缩放不变形,不会让它同比缩放。

    把图片作为背景图片引入,不要写在HTML里

.banner{                                                
margin-top:20px;
100%;
height:560px;
background:url(../images/zjlb_banner.png) no-repeat center;
}


原文地址:https://www.cnblogs.com/wolflower/p/6907762.html