css common 通用

/*common*/
body{
    color:#666666;
    font-size:12px;
    margin:0;
    padding:0;
    font-family:"Arial","Microsoft YaHei";
}
form,ul,li,p,h1,h2,h3,h4,h5,h6,img,em,i,strong,input{
    margin:0;
    padding:0;
    font-weight:normal;
    font-family:"Arial","Microsoft YaHei";
}
img{
    border:0 none;
    vertical-align:middle;
}
input{
    out-line:none;}
ul,li{
    list-style-type:none;
}
em,i{
    font-style: normal;
}
a{
    color:#666666;
    text-decoration:none;
}
a:hover{
    color:#ff4500;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.cf:after{
    visibility:hidden;
    display:block;
    font-size:0;
    content:" ";
    clear:both;
    height:0;
}
.cf{
    zoom:1;
}
.clear{
    clear:both;
    height:0;
    line-height:0;
    font-size:0;
}
.blank10{
    display:block;
    clear:both;
    height:10px;
    line-height:0;
    font-size:0;
}

 

posted @ 2016-11-09 11:02  sunbey80  阅读(248)  评论(0编辑  收藏  举报