全域性CSS的配置

badwell發表於2014-09-09

/*公共部分開始*/
::selection{ background-color: #3095fb; color: white; }
::moz-selection{ background-color: #3095fb; color: white; }
::webkit-selection{ background-color: #3095fb; color: white; }
body{
    width: 998px;
}
a {
    text-decoration: none;
    color: #003399;
    background-color: transparent;
    font-weight: normal;
}
ul{
    list-style:none;
}
img{
    border-width: 0px 0px 0px 0px
}
.clear{
    clear:both;
}

.clearfix:after {clear: both;content: ' ';display: block;font-size: 0;line-height: 0;visibility: hidden;width: 0;height: 0;}
.clearfix{zoom:1}  //解決ie問題 利用zoom 保持原始大小
/*公共部分結束*/

相關文章