/*重置*/ body, td, th, input, textarea, select, h1, h2, h3 { font: 12px "微软雅黑", Verdana, "宋体"; } form, ul, ol, li, dl, dt, dd, h1, h2, h3, hr, p { margin: 0px; padding: 0px; } ul, ol, li { list-style: none; } th, h1, h2, h3, legend { font-weight: bold; } p { text-indent: 2em; } a img { border-style: none; } /*本页*/ a { color: #00f; text-decoration: underline; } a:hover { color: #f00; text-decoration: none; } #tab { border-bottom: 1px solid #6699CC; padding-right: 50px; margin-bottom: 10px; height: 23px; } #tab h1 { font-size: 12px; margin: 0px; float: left; line-height: 28px; padding-left: 30px; background: url(images/icon.jpg) no-repeat; height: 28px; } #tab ul { margin: 0px; float: right; } #tab li { list-style-type: none; line-height: 22px; padding: 0 10px; float: left; } #tab .current { border: 1px solid #6699CC; background: #CCFFCC; border-bottom: none; } #tab .current a { font-weight: bold; text-decoration: none; color: #000; } #action { margin-top: 20px; margin-bottom: 5px; } .text { border: 1px solid #7F9DB9; } .button { border: 1px solid #9DBAF7; background-color: #C7D8FA; } /*列表表格(HTML中table只设置class,不设置其他任何属性)*/ table.tb_list { border-bottom: 2px solid #69F; width: 100%; border-collapse: collapse; } table.tb_list th, table.tb_list td { border: 1px solid #FFF; padding: 3px; } table.tb_list th { color: #FFFFFF; background-color: #69F; border-bottom: 1px solid #036; } table.tb_list th[colspan] { border-bottom: 1px solid #FFF; } table.tb_list th a { color: #fff; text-decoration: underline; } table.tb_list th a:hover { text-decoration: none; } table.tb_list td a img { vertical-align: middle; } /*表格内小图标*/ table.tb_list tr:not(:last-child):nth-child(2n+1) { background-color: #EDF2FC; } table.tb_list tr:not(:last-child):not(.selected):hover { background-color: #C5E0FA; } table.tb_list tr.selected td { background-color: #B4D0E9; } table.tb_list tr:last-child { border-top: 2px solid #69F; }