admin-info.css 1.7 KB

1234567891011121314151617181920212223242526272829
  1. /* style.css */
  2. body {font-size: 9pt;}
  3. a {text-decoration: none; color: #002280;}
  4. a:hover {text-decoration: underline;}
  5. .text-l {text-align: left;}
  6. .text-c {text-align: center;}
  7. .text-r {text-align: right;}
  8. .bold {font-weight: bold}
  9. /* table 样式 */
  10. table {font: 9pt Tahoma, Verdana; color: #000000; width: 1020px; border: 0px; text-align: center;margin: 0 auto;}
  11. .tableborder {background: #C9F1FF; border: 1px solid #4FB4DE;border-collapse: collapse;}
  12. .table_content {background: #FFF; font-size: 12pt;}
  13. .table_content .header_tr {height: 25px; background-color: #4FB4DE; color: #FFFFFF; font-weight: bold;}
  14. .table_content td {border: 1px solid #C9F1FF;}
  15. .table_content tr.list_tr{height: 42px;}
  16. .table_content tr.list_tr:hover{background: #C3EFFF;}
  17. .table_content .header_tr_xq {height: 25px; background-color: #C3EFFF; font-weight: bold;}
  18. /* .tableborder td {
  19. border: 1px solid #4FB4DE;
  20. } */
  21. input,select,textarea {font: 9pt Tahoma, Verdana;font-weight: normal;}
  22. /*菜单按扭样式*/
  23. .emenubutton input{font-weight: bold; font-size: 1.2em; color: #ffffff; font-family: Verdana, Tahoma; background: #86C31F; text-align: center;vertical-align: middle;}
  24. /*分页样式*/
  25. .epages {margin: 3px 0; font: 12px;}
  26. .epages * {vertical-align: middle;}
  27. .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;}
  28. .epages a:hover {border: #659B28 1px solid;background: #f3f8ef;text-decoration: none;color: #004c7d}
  29. .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;}