我从这个网站获取脚本背景:www.vostip.mk
div#omc-inner-footer {
display: block;
margin: auto;
width: 950px;
padding: 40px 40px 0px 40px;
background: url("http://vostip.mk/wp/wp-content/uploads/footerbg.jpg") no-repeat;
}
在PC上显示了,但是在iPhone中没显示。
这是由于,你已经添加了上面的样式到 style_1024.css 文件中。只有在PC版本才适用。
@media only screen and (min-width: 1024px) { ... }
iPhone中需要添加背景样式到单独的样式表里。