body {
font-family: helvetica;
margin: 0 auto;
/* max-width: 750px; */
}
@media screen and (min-width: 750px){
body{
width: 750px;
}
}
body * {
-webkit-user-select: none;
-webkit-touch-callout: none;
-webkit-text-size-adjust: 100%;
}
a,button,input {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button,input {
-webkit-appearance: none;
border-radius: 0;
}
a {
text-decoration: none;
}
input {
outline: none;
vertical-align: middle;
padding: 0;
}
ul{
margin: 0;
padding: 0;
list-style: none;
}
img{
vertical-align: middle;
}
h3,h4,p{
margin: 0;
}
.left {
float: left;
}
.right {
float: right;
}
.clearfix:after {
content: '';
display: block;
clear: both;
}
css -移动端简易样式初始化
最新推荐文章于 2022-02-11 16:45:12 发布