标签:
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, a, blockquote, th {
margin: 0;
padding: 0;
}
body,html{
height: 100%;
}
ol, ul, li {
list-style: none outside none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset, img {
border: 0 none;
vertical-align:top;/*处理IE6*/
}
body {
color: #333;
text-align: left;
font: 12px/1.8 "微软雅黑";
text-size-adjust: none;
-ms-text-size-adjust: none;
-webkit-text-size-adjust: none;
-o-text-size-adjust: none;
-moz-text-size-adjust: none;
-webkit-tap-highlight-color:rgba(0,0,0,0);
}
input::-moz-focus-inner {
border: none;
padding: 0;
}
a img {
border: none;
}
a {
outline: none;
color: #333;
text-decoration: none;
display: block;
}
textarea {
resize: none;
outline: none;
}
input {
outline: none;
border: none;
}
/* clear fix */
.cf {
zoom: 1;
}
.cf:before, .cf:after {
content: "";
display: table;
}
.cf:after {
clear: both;
}
i, em {
font-style: normal;
}
.cfboth {
clear: both;
}
.fl{
float: left;
}
.fr{
float: right;
}
标签:
原文地址:http://www.cnblogs.com/chentongtong/p/5685403.html