2013-07-29 32 views

回答

0

在样式表中有下列视规则:

/*This Part is for iPhone 4 Portraite*/ 
@media (max-width: 480px) { 
    .tabres{padding:0; margin: 0; width:100%;} 
    .cent{text-align: center;} 
    .respo{padding:7px;} 
    .table-striped{font-size:95%; margin-bottom:5px;} 
    .span3{ 
    width: 100%; 
    margin: 5px 0px 10px 0px; 
    } 

您将所有span3元素的上边距(其中输入字段是其中之一)5PX当视小于480像素。

在我的浏览器中,这是唯一受影响的视口。

+0

感谢Jivings我在Firefox和Chrome中测试了这两个浏览器上的相同问题! –