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

相关文章:

  • 2022-01-24
  • 2021-11-18
  • 2021-12-21
  • 2021-12-21
  • 2021-07-10
  • 2021-10-13
  • 2021-07-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-24
  • 2022-12-23
相关资源
相似解决方案