图片自适应屏幕
<img src=‘1.jpg‘ style=‘position:fixed;width:100%;height:100%‘/>
图片等比例显示如超出隐藏
background: url(../image/item3.jpg) no-repeat center center;background-size: cover;
图片自适应
原文:http://www.cnblogs.com/mudeng-007/p/7133555.html