reset


/*reset*/

div, p, a, span, body, dl, dt, dd, header, footer, img, section, time, h2, em, article, h3, h4, ul, li, label, ol, h5, i, var {
word-wrap: break-word;
word-break: break-all;
margin: 0;
padding: 0;
border: 0;
list-style: none;
outline: none;
font-style: normal;
}

body, td, input, textarea, option, select, button {
-webkit-text-size-adjust: none;
}

html, body {
height: 100%;
}
* {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-focus-ring-color: rgba(0, 0, 0, 0);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

*:focus,
*:active {
outline: none;
}
body {
background-color: #e8e8e8;
color: #121212;
font-size: 12px;
line-height: 1.2;
overflow-x: hidden;
font-family: Arial,'Microsoft YaHei Light', "微软雅黑", "宋体";
}

a {
color: #121212;
text-decoration: none;
}

ul, li, ol {
list-style: none;
}

a, a:link, a:visited, a:hover {
text-decoration: none;
}

a:hover {
}

a img,
img {
border: none;
}

.fl{
float: left;
}
.fr{
float: right;
}
.clearfix {
content: '';
clear:both;
overflow: hidden;
}
 
原文地址:https://www.cnblogs.com/sussski/p/4218988.html