/*通用底部样式*/
.newblank{width: 100%;height: 55px;float:left;display: none;}
.newfooter{display: none;}
@media screen and (max-width:750px){
	.newblank{display: block;}
	.newfooter{left:0px;z-index:999;width: 100%;height:55px;position: fixed;bottom: 0;display: block;}
	.newfooter-li{width:50%;height:100%;float:left;}
	.newfooter-li a{width: 100%;height: 100%;display: inline-block;}
	.newfooter-li img{width: 100%;}
}

html代码:

<div class="newblank">&nbsp;</div>
<div class="newfooter">
	<div class="newfooter-li">
		<a href="http://wpa.qq.com/msgrd?v=3&amp;uin=88921855&amp;site=qq&amp;menu=yes">
			<img src="/skin/zhann/images/E0_01.jpg">
		</a>
	</div>
	<div class="newfooter-li">
		<a href="tel:13888888888">
			<img src="/skin/zhann/images/E0_02.jpg">
		</a>
	</div>
</div>

 

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。