CSS公共代码

 

/*公共style*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,pre,a,code,del,em,img,strong,sub,sup,b,u,i,dl,dt,dd,ol,ul,li,fieldset,form,label,table,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline}
/* CSS Document */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
 margin:0;
 padding:0;
 color: #000;
}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,em,strong,th,var{ font-style:normal; font-weight:normal;}
ol,ul{ list-style:none;}
caption,th{ text-align:left;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
q:before,q:after{ content:''}
abbr,acronym{ border:0;}
body,html{ font-size:12px; font-family:Arial, Helvetica, sans-serif;}
/*浮动*/
.f-l{ float:left;}
.f-r{ float:right;}
.top {
 background-image: url(../images/top-bg.jpg);
 background-repeat: repeat-x;
 margin: 0px;
 padding: 0px;
 height: 74px;
 width: auto;
 text-align: center;
}

/*清楚浮动*/
.cb{ clear:both;}
.cl{ clear:left;}
.cr{ clear:right;}
/*定位*/
.p-r{ position:relative;}
.p-a{
 position:absolute;
 left: 1px;
 width: 200px;
}
.p-f{ position:fixed;}
.m-t15{ margin-top:15px;}
.m-l15{ margin-left:15px;}
.p-t15{ padding-top:15px;}
/*颜色*/
.color1{
 background-color: #FFFDDE;
}

 

posted @ 2013-03-22 17:27  风雪七月花溅墨  阅读(324)  评论(0编辑  收藏  举报