背景图height:100%显示

这段时间,写移动端页面,总是遇到背景图在不同的设备上的显示拉伸问题;

本来想写百分比,可是并没有显示,又不想media@ ,换一种思路用img写

群友提供了一个办

 html,body{height:100%;}
*{padding: 0;margin:0;}
.index-all{width: 100%;height:100%;background-size:contain; background: url(img/weihui-a.jpg)center center no-repeat;}
<body>
<div class="index-all" id="navigation"></div>
</body>

确实管用!

但是在我这并没有鸟用!

<div class="setup-bg">
<img class="setup-img" src="img/setup_bg.png" width="100%" width="100%">
sss
</div>
.setup .setup-bg{ position: relative;height: %;}
.setup .setup-img{ position: absolute;top: ;left: ;z-index: -;}

最后解决了,目前还没发现什么问题

上一篇:这篇文章主要为大家详细介绍了jQuery密码强度验证控件使用详解的相关资料,具有一定的参考价值,感兴趣的小伙伴们可以参考一下


下一篇:js密码强度