/*CSS reset*/
html, body, div, h1, h2, h3, h4, h5, h6, p, table, tr, th, td, ul, ol, li, dl, dd, dt, img, form, input, button, select, textarea {
margin:0;
padding:0;
}
body { font-family:Arial; font-size:12px; line-height:180%;}
input, textarea { font-family:Arial; font-size:12px;}
img { border:none; _border:0;}
ol, ul, li { list-style:none}
table { border-collapse:collapse; border-spacing:0; border:0;}
caption, th { text-decoration:none;}
em { font-weight:normal; font-style:normal;}
:focus { outline:none;}
a:link,
a:visited,
a:active { text-decoration:none;}
a:hover {}
/* 基础样式 */
.fl { float:left;}
.fr { float:right;}
.clear { *zoom:1; }
.clear:after {content:""; display:block; height:0; clear:both;}
.none { display:none;}
.cp { cursor:pointer;}
.mc { margin:0 auto;}
.pr { position:relative;}
.pa { position:absolute;}
【实用随记】常用重置css
最新推荐文章于 2023-02-27 19:42:35 发布