common.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. @CHARSET "UTF-8";
  2. body {
  3. padding: 0;
  4. margin: 0;
  5. }
  6. h2 {
  7. float: left;
  8. padding: 20px 0 0 10%;
  9. }
  10. h4{
  11. float: left;
  12. padding: 28px 0 0 30px;
  13. }
  14. h4 a{
  15. color: #000000;
  16. text-decoration: none;
  17. }
  18. h4 a:visited{
  19. color: #000000;
  20. text-decoration: none;
  21. }
  22. .top {
  23. width: 80%;
  24. float: left;
  25. padding: 0 10%;
  26. }
  27. .tips {
  28. color: red;
  29. font-size: 12px;
  30. }
  31. .top form{
  32. float: left;
  33. padding: 5px 0;
  34. }
  35. .brvbar{
  36. float: left;
  37. padding: 5px 25px;
  38. color: gray;
  39. }
  40. .middle {
  41. width: 80%;
  42. height: 650px;
  43. float: left;
  44. padding-left: 10%;
  45. font-size: 14px;
  46. overflow: hidden;
  47. }
  48. .middle span {
  49. float: left;
  50. height: 20px;
  51. padding: 10px 0;
  52. text-align: center;
  53. cursor: default;
  54. }
  55. .title, .list_block{
  56. float: left;
  57. width: 100%;
  58. height: 40px;
  59. }
  60. .title{
  61. font-weight: bold;
  62. }
  63. .ok{
  64. color: green;
  65. }
  66. .no{
  67. color: gray;
  68. }
  69. .cancel{
  70. color: red;
  71. }
  72. .bottom {
  73. width: 80%;
  74. float: left;
  75. padding: 20px 10%;
  76. text-align: center;
  77. overflow: hidden;
  78. }
  79. .bottom span{
  80. padding: 2px 5px;
  81. height: 22px;
  82. float: left;
  83. margin: 0 10px;
  84. }
  85. .bottom .page{
  86. cursor: pointer;
  87. text-decoration: underline;
  88. }
  89. .bottom .page:hover {
  90. color: red;
  91. font-weight: bold;
  92. text-decoration: none;
  93. }
  94. .bottom .pn{
  95. color: red;
  96. font-weight: bold;
  97. text-decoration: none;
  98. }
  99. .bottom .gtlt{
  100. cursor: pointer;
  101. }
  102. .bottom .gtlt:hover{
  103. color: red;
  104. font-weight: bold;
  105. }
  106. .print_area{
  107. display: none;
  108. }
  109. .upload_icon{
  110. float: left;
  111. width: 20px;
  112. height: 20px;
  113. margin: 2px 0 0 10px;
  114. display: none;
  115. }
  116. .search_icon{
  117. float: left;
  118. width: 20px;
  119. height: 20px;
  120. margin: 2px 0 0 10px;
  121. display: none;
  122. }
  123. .float_label{
  124. float: left;
  125. }
  126. .start_date, .end_date{
  127. float: left;
  128. }
  129. .date_label{
  130. float: left;
  131. margin: 0 5px 0 20px;
  132. }