Home >php教程 >php手册 >完美解决手机网页大背景不能铺完整个屏幕的超级代码

完美解决手机网页大背景不能铺完整个屏幕的超级代码

WBOY
WBOYOriginal
2016-06-06 19:39:361289browse

html,body{min-height:100%;} ============优化================ html{min-height:100%;} html,body{min-height:100%;}body{background-image:url(bg_640.jpg);background-size:cover;babackground-repeat:no-repeat;}.main{padding-top:141%;text-align:cen

html,body{min-height:100%;}

============优化================

html{min-height:100%;}

html,body{min-height:100%;}
body{background-image:url(bg_640.jpg);background-size:cover;babackground-repeat:no-repeat;}
.main{padding-top:141%;text-align:center;}
.main a img{width:40%;}
.padd{padding-left:5%;}

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:封装的Mysql简易操作类Next article:IMG2TXT