CSS reset

@charset "utf-8";
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{padding: 0; margin: 0; vertical-align: baseline;}
body
{color:#333; font-family:"微软雅黑","Arial Narrow"; font-size:12px; }
fieldset, img,button
{border: 0;}
table
{border-collapse: collapse; border-spacing: 0;}
ol, ul
{list-style: none;}
li
{ text-align:center;}
a
{color:#000; text-decoration:none;}
a:hover
{ text-decoration:underline;}
address, caption, cite, code, dfn, em, strong, th, var
{font-weight: normal; font-style: normal;}
caption, th
{text-align: left;}
h1, h2, h3, h4, h5, h6
{font-weight: normal; font-size: 100%;}
.fix
{zoom:1;}.fix:after{display:block; content:'clear'; clear:both; line-height:0; visibility:hidden;}
abbr, acronym
{border: 0;}
.clear
{ clear:both;}

posted on 2011-12-20 16:34  短发哥  阅读(110)  评论(0)    收藏  举报