1234567891011121314151617181920212223242526272829 |
- /* style.css */
- body {font-size: 9pt;}
- a {text-decoration: none; color: #002280;}
- a:hover {text-decoration: underline;}
- .text-l {text-align: left;}
- .text-c {text-align: center;}
- .text-r {text-align: right;}
- .bold {font-weight: bold}
- /* table 样式 */
- table {font: 9pt Tahoma, Verdana; color: #000000; width: 1020px; border: 0px; text-align: center;margin: 0 auto;}
- .tableborder {background: #C9F1FF; border: 1px solid #4FB4DE;border-collapse: collapse;}
- .table_content {background: #FFF; font-size: 12pt;}
- .table_content .header_tr {height: 25px; background-color: #4FB4DE; color: #FFFFFF; font-weight: bold;}
- .table_content td {border: 1px solid #C9F1FF;}
- .table_content tr.list_tr{height: 42px;}
- .table_content tr.list_tr:hover{background: #C3EFFF;}
- .table_content .header_tr_xq {height: 25px; background-color: #C3EFFF; font-weight: bold;}
- /* .tableborder td {
- border: 1px solid #4FB4DE;
- } */
- input,select,textarea {font: 9pt Tahoma, Verdana;font-weight: normal;}
- /*菜单按扭样式*/
- .emenubutton input{font-weight: bold; font-size: 1.2em; color: #ffffff; font-family: Verdana, Tahoma; background: #86C31F; text-align: center;vertical-align: middle;}
- /*分页样式*/
- .epages {margin: 3px 0; font: 12px;}
- .epages * {vertical-align: middle;}
- .epages a {padding: 1px 4px 1px; border: 1px solid #A6CBE7; margin: 0 1px 0 0; text-align: center; text-decoration: none; font: normal 12px/14px verdana;}
- .epages a:hover {border: #659B28 1px solid;background: #f3f8ef;text-decoration: none;color: #004c7d}
- .epages input {margin-bottom: 0px; border: 1px solid #659B28; height: 15px; font: bold 12px/15px Verdana; padding-bottom: 1px; padding-left: 1px; margin-right: 1px; color: #659B28;}
|