style.css 502 B

1234567891011121314151617
  1. body{color: #333333;font-family: "微软雅黑";}
  2. input{outline:none}
  3. li{list-style-type: none;}
  4. ul,li{margin: 0;padding: 0;}
  5. i{font-style:normal}
  6. a{color: #a3a3a3}
  7. a:hover{text-decoration:none;color: #9bc8ff;}
  8. .container {
  9. width: 1000px;
  10. }
  11. header{height: 35px; line-height: 35px; background-color: #F3F3F3;border-bottom:1px solid #eeeeee;font-size: 12px;color: #999999;}
  12. .lt{float: left;}
  13. .rt{float: right;}
  14. .rt a{padding: 0 5px; }
  15. .rt div{float: right;}
  16. .login{border-right: 2px solid #CFCFCF;}