my.css 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. @CHARSET "UTF-8";
  2. #tblQuery span{
  3. font-size: 12px;
  4. }
  5. #tblQuery1 span{
  6. font-size: 12px;
  7. }
  8. .mytable {
  9. border-collapse: collapse;
  10. border-spacing: 0;
  11. font-size: 12px;
  12. width:100%;
  13. height:30px;
  14. }
  15. .mytable tr{
  16. height: 30px;
  17. }
  18. .mytable th,.mytable td {
  19. border: 1px solid #8CACBB;
  20. padding: 0.3em 0.7em;
  21. text-align: left;
  22. }
  23. .mytable th {
  24. background: #F8F8F8;
  25. }
  26. .mytable tr:hover {
  27. background-color: #f6fafd;
  28. }
  29. .mytable td:hover {
  30. background-color: #f9feff;
  31. }
  32. .mytable1 {
  33. border-collapse: collapse;
  34. border-spacing: 0;
  35. font-size: 12px;
  36. }
  37. .mytable1 tr{
  38. height: 30px;
  39. }
  40. .mytable1 th,.mytable1 td {
  41. border: 1px solid #8CACBB;
  42. padding: 0.3em 0.7em;
  43. text-align: left;
  44. }
  45. .mytable1 th {
  46. background: #F8F8F8;
  47. }
  48. .mytable1 tr:hover {
  49. background-color: #f6fafd;
  50. }
  51. .inputNormal{
  52. width: 100%;
  53. height: 19px;
  54. font-size: 12px;
  55. font-family: "宋体";
  56. border: 1px solid #7F9DB9;
  57. padding-top: 2px;
  58. background:white;
  59. }
  60. .textNormal{
  61. font-size: 12px;
  62. font-family: "宋体";
  63. border: 1px solid #7F9DB9;
  64. padding-top: 2px;
  65. background:white;
  66. }
  67. .itemRequired {
  68. background-image:url(../images/input_required.gif);
  69. background-repeat: no-repeat;
  70. background-position: right bottom;
  71. }
  72. .itemMask {
  73. letter-spacing: 1px;
  74. font-family: "宋体";
  75. ime-mode:disabled;
  76. }
  77. .itemReadonly{
  78. color: #003399;
  79. background-color:#eee!important;
  80. }
  81. #logo{
  82. background: url(../images/logo_ha.png) no-repeat;
  83. }
  84. .query_name{
  85. width: 100px;float: left;font-size: 12px; text-align: left; height: 26px;line-height: 26px;
  86. }
  87. .clear{height: 10px;}