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