common.css
331 字节
*{
margin: 0;
padding: 0;
}
body{
-webkit-overflow-scrolling : touch;
background-color: #e6e6e6;
}
a{
text-decoration: none;
}
.header{
position: fixed;
top: 0;
left: 0;
z-index: 99;
}
.menu_default{
position: fixed;
top: 0.88rem;
left: 0;
z-index: 10;
background: #fff;
}