@charset "utf-8"; /* CSS Document */ table{ table-layout:fixed; empty-cells:show; border-collapse: collapse; margin:0 auto; } /*这个是借鉴一个论坛的样式*/ table.t1{ border:1px solid #cad9ea; color:#666; } table.t1 th { background-image: url(th_bg1.gif); background-repeat::repeat-x; height:30px; } table.t1 td,table.t1 th{ border:1px solid #cad9ea; padding:0 1em 0; } table.t1 tr.a1{ background-color:#f5fafe; } table.t2{ border:1px solid #9db3c5; color:#666; } table.t2 th { background-image: url(th_bg2.gif); background-repeat::repeat-x; height:30px; color:#fff; } table.t2 td{ border:1px dotted #cad9ea; padding:0 2px 0; } table.t2 th{ border:1px solid #a7d1fd; padding:0 2px 0; } table.t2 tr.a1{ background-color:#e8f3fd; } table.t3{ border:1px solid #fc58a6; color:#720337; } table.t3 th { background-image: url(th_bg3.gif); background-repeat::repeat-x; height:30px; color:#35031b; } table.t3 td{ border:1px dashed #feb8d9; padding:0 1.5em 0; } table.t3 th{ border:1px solid #b9f9dc; padding:0 2px 0; } table.t3 tr.a1{ background-color:#fbd8e8; }