您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

179 行
2.5 KiB

  1. /* Reports */
  2. div.report_grid_area {
  3. position: relative;
  4. padding: 8px;
  5. }
  6. div.report_tab {
  7. border: 1px solid #AAA;
  8. position: relative;
  9. overflow: auto;
  10. }
  11. div.report_no_data {
  12. padding: 8px;
  13. background-color: #EEE;
  14. border: 1px solid #DDD;
  15. position: absolute;
  16. margin-left: 40%;
  17. margin-top: 50px;
  18. display: none;
  19. }
  20. div.report_htitle {
  21. float: left;
  22. padding: 2px;
  23. font-size: 14px;
  24. font-weight: bold;
  25. margin-left: 4px;
  26. color: #665;
  27. /*font-weight: bold;*/
  28. }
  29. div.report_tbar {
  30. background-color: #EEF;
  31. border: 1px solid #CCF;
  32. border-bottom: 0px;
  33. height: 28px;
  34. }
  35. div.report_tbar table{
  36. width: 100%;
  37. }
  38. div.report_tbar table td {
  39. }
  40. div.report_tbar table td div {
  41. position: relative;
  42. }
  43. div.report_tbar button, div.report_tbar select, div.report_tbar img {
  44. font-size: 11px;
  45. margin: 0px;
  46. }
  47. div.report_head_wrapper {
  48. position: absolute;
  49. height: 24px;
  50. top: 0px;
  51. z-index: 1;
  52. }
  53. div.report_tab_wrapper {
  54. position: absolute;
  55. border-bottom: 1px solid #AAA;
  56. border-top: 1px solid #AAA;
  57. }
  58. div.report_tab_wrapper table, div.report_head_wrapper table {
  59. table-layout: fixed;
  60. border-collapse: collapse;
  61. /*width: 100%;*/
  62. }
  63. div.report_tab_wrapper table td, div.report_head_wrapper table td {
  64. border-left: 1px solid #AAA;
  65. border-right: 1px solid #AAA;
  66. border-bottom: 1px solid #AAA;
  67. overflow: hidden;
  68. padding: 0px;
  69. }
  70. div.report_tab_wrapper table td div, div.report_head_wrapper table td div {
  71. padding: 3px;
  72. overflow: hidden;
  73. }
  74. .report_head_cell {
  75. background-color: #EEE;
  76. border-bottom: 1px solid #AA9;
  77. text-align: center;
  78. font-weight: bold;
  79. }
  80. .report_head_cell div {
  81. color:#222;
  82. height: 18px;
  83. }
  84. /* FINDER */
  85. div.finder_wrapper {
  86. }
  87. div.finder_body_area {
  88. margin: 16px;
  89. }
  90. div.finder_body {
  91. display: none;
  92. }
  93. div.finder_advanced_area table {
  94. width: 80%;
  95. }
  96. div.finder_advanced_area textarea {
  97. width: 80%;
  98. }
  99. div.finder_filter_area {
  100. position: relative;
  101. }
  102. div.filter_head {
  103. font-size: 14px;
  104. margin-bottom: 2px;
  105. }
  106. div.filter_dt_head {
  107. font-size: 14px;
  108. font-weight: bold;
  109. margin-bottom: 2px;
  110. }
  111. table.filter_tab {
  112. width: 96%;
  113. border-collapse: collapse;
  114. }
  115. table.filter_tab td {
  116. width: 50%;
  117. }
  118. div.finder_picker_area {
  119. }
  120. div.builder_field {
  121. margin: 0px;
  122. }
  123. div.builder_dt_head {
  124. font-size: 14px;
  125. font-weight: bold;
  126. margin-bottom: 2px;
  127. }
  128. div.builder_field table {
  129. width: 90%;
  130. border-collapse: collapse;
  131. }
  132. div.builder_label {
  133. height: 20px;
  134. }
  135. div.builder_head {
  136. font-size: 16px;
  137. font-weight: bold;
  138. color: #AB6;
  139. }
  140. table.builder_tab {
  141. width: 96%;
  142. border-collapse: collapse;
  143. }
  144. table.builder_tab td {
  145. width: 33%;
  146. padding: 2px;
  147. }