我在这个网站上的响应式设计很艰难。不知道发生了什么,结果我的代码变成了废话,这是一个修改后的 zurb 基础网格,但是客户想要左导航。一旦设计由于某种原因下降到 iphone,顶部元素(徽标、菜单)的宽度就会有一些边距、填充或只有大约 80% 的宽度。见http://eseamedia.com/lm
@media only screen and (max-width: 767px) {
.menu {
background: none;
padding: 0;
margin: 0;
height: auto;
max-width: 100%;
min-width: 100%;
position: relative;
display: table;
float: none; }
.menu nav {
height: auto;
margin :0 auto 26px auto;
width: 100% }
.menu ul li a {
margin: 0 auto;
width: 100%;
display: block;
text-align:center; }
.logo {
background-position: center center;
background-color: transparent;
margin 0;
height: 104px;
width: 321px;
padding: 0 }
.info {
position:relative }
.headline{
margin:0;
position:relative;
padding:0;}
.context, .wrap {
margin:0;
left:0;}
}