1 2 3 4 5Tab切换 6 7 8 56 57 202 203 204 //css样式205 * {206 margin: 0;207 padding: 0;208 list-style: none;209 font-size: 12px;210 }211 212 .notice {213 width: 298px;214 height: 98px;215 margin: 10px;216 border: 1px solid #999;217 overflow: hidden;218 }219 220 .notice_tit {221 height: 27px;222 position: relative;223 background: #f7f7f7;224 }225 226 .notice_tit ul {227 position: relative;228 width: 301px;229 left: -1px;230 }231 232 .notice_tit ul li {233 float: left;234 width: 58px;235 height: 26px;236 line-height: 26px;237 text-align: center;238 overflow: hidden;239 background: #FFFFFF;240 border-bottom: 1px solid #CCCCCC;241 padding: 0 1px;242 background: #EEEEEE;243 }244 .notice ul li a:link,.notice ul li a:visited{245 text-align: center;246 text-decoration: none;247 color: #666;248 }249 250 .notice ul li a:hover{color: #f90;}251 .notice_tit ul li.select{252 background: #FFFFFF;253 border-bottom: 1px solid #FFFFFF;254 border-left: 1px solid #999999;255 padding: 0;256 font-weight: bold;257 }258 259 /*切换内容*/260 .notice_con .mod{margin: 10px 10px 10px 19px;}261 .notice_con .mod ul li{262 float: left;width: 134px;263 height: 25px;264 overflow: hidden;265 line-height: 25px;266 white-space: nowrap;267 text-overflow: ellipsis;268 font-size: 14px;269 }