Good generic package reset.css base.css style reset css file

Generally called reset.css

I am here named as base.css

Oh it does not matter ......

@charset "UTF-. 8";
 / * CSS RESET * / 
/ * Clear inner and outer margins * / 
body, h1 of, H2, H3, H4, H5, H6, P, HR, / * structure element * / 
UL, OL, Li, DL, dt, dd, / * list of elements * / 
form, the fieldset, Legend, INPUT, Button, SELECT, TextArea, / * form elements * / 
TH, TD, / * table element * / 
pre { 
padding : 0 ; 
margin : 0 ; 
} / * reset the default style * / 
body, Button, INPUT, SELECT, TextArea {
 / *

font: 12px / 1 Microsoft elegant black, Tahoma, Helvetica, Arial, Times New Roman, Sans-serif; * / 
Color : # 333 ; 
font : 12px / 1 "in the Microsoft YaHei", Tahoma, Helvetica, Arial, SimSun, Sans-serif ; 
} 
h1 of, H2, H3, H4, H5, H6 { 
font-size : 100% ; 
font-weight : Normal ; 
} 
EM, I { 
font-style : Normal ; 
} 

A { 
text-Decoration : none ; 
Color : # 4d555d ; 
} 
Li {
list-style-type: none;
vertical-align: top;
}
img {
border: none;
/*display: block;*/
vertical-align: top;
}
textarea {
overflow: auto;
resize: none;
}
table {
border-spacing: 0;
border-collapse: collapse;
} 
/*常用公共样式*/
.fl {
float: left;
display: inline;
}
.fr {
float: right;
display: inline;
}
.cf:before,
.cf:after {
content: " ";
display: table;

}
.cf:after {
clear: both;
}
.cf {
zoom: 1;
}

/*# sourceMappingURL=base.css.map */

 

Guess you like

Origin www.cnblogs.com/chenyingying0/p/12363689.html