全局CSS的配置

/*公共部分开始*/
::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 保持原始大小
/*公共部分结束*/

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。