report_operator.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. a:hover{
  2. text-decoration:none;
  3. }
  4. ul{
  5. margin:0px;
  6. }
  7. li{
  8. list-style: none;
  9. }
  10. #content{
  11. padding:20px;
  12. }
  13. /* 切换页面 */
  14. #selectBar a{
  15. float:left;
  16. width: 78px;
  17. border-bottom: 2px solid #f4f5f7;
  18. color: #4c637b;
  19. text-align:center;
  20. padding-bottom:10px;
  21. text-decoration: none;
  22. }
  23. #selectBar a:hover{
  24. border-bottom: 2px solid #36aeea;
  25. color: #36aeea;
  26. }
  27. #selectBar a.selectBar_change{
  28. border-bottom: 2px solid #36aeea;
  29. }
  30. /* 导航栏 */
  31. #navDiv{
  32. clear:both;
  33. }
  34. #navDiv ul#navDiv_ul{
  35. padding:10px 0 20px 0;
  36. }
  37. #navDiv ul#navDiv_ul li{
  38. float:left;
  39. }
  40. #myform{
  41. clear:both;
  42. }
  43. #content_choose{
  44. width:100%;
  45. height:35px;
  46. line-height:35px;
  47. margin:10px 0;
  48. }
  49. #content_choose ul,#content_choose span#dateChoose_span{
  50. float:left;
  51. }
  52. #content_choose ul{
  53. margin-right:20px;
  54. z-index:9999;
  55. }
  56. #content_choose ul .select_box{
  57. width:150px;
  58. height:35px;
  59. background:#F3F3F3 url(../images/triangle.png) no-repeat 130px;
  60. border:none;
  61. border-radius:5px!important;
  62. }
  63. #content_choose ul .select_box span {
  64. display:block;
  65. line-height:35px;
  66. height:35px;
  67. overflow:hidden;
  68. margin-left:20px;
  69. font-size:12px;
  70. }
  71. #content_choose ul .son_ul {
  72. width:150px;
  73. color:white;
  74. background-color:#151E2B!important;
  75. border-radius:5px!important;
  76. position: absolute;
  77. z-index:9;
  78. }
  79. #content_choose ul .son_ul li {
  80. padding-left:20px;
  81. height:35px;
  82. line-height:35px;
  83. border-radius:5px!important;
  84. font-size:12px;
  85. }
  86. #content_choose ul .son_ul li:hover {
  87. background-color:#26303A!important;
  88. }
  89. #content_choose span#dateChoose_span{
  90. margin:0 5px 0 -5px;
  91. }
  92. #content_choose span#dateChoose_span a{
  93. margin:5px;
  94. cursor: pointer;
  95. color:#36aeea;
  96. }
  97. #content_choose span#dateChoose_span a.dateChange{
  98. color:#344c67;
  99. }
  100. #content_choose span#calendar_span i{
  101. position: absolute;
  102. margin-left:5px;
  103. }
  104. #content_choose span#calendar_span input[type="text"]{
  105. width:165px;
  106. padding-left:20px;
  107. font-size: 12px;
  108. margin-top: 5px;
  109. padding: 0 0 0 25px;
  110. }
  111. #btn_formSubmit{
  112. font-size:12px;
  113. background:#36aeea none repeat scroll 0 0;
  114. border-radius: 5px;
  115. border:1px solid ;
  116. color: #fff;
  117. cursor: pointer;
  118. height: 22px;
  119. line-height: 22px;
  120. margin: 6px 0 0 10px;
  121. position: absolute;
  122. width:90px;
  123. }
  124. #content_dataFrame{
  125. height:150px;
  126. margin-bottom:20px;
  127. }
  128. #content_dataFrame .dataFrame_style,#content_dataFrame .dataFrame_last_style{
  129. float:left;
  130. width:19.2%;
  131. height:150px;
  132. color: #4c637b;
  133. font-size: 17px;
  134. cursor: pointer;
  135. border:1px solid #d5dee8;
  136. border-radius:5px;
  137. }
  138. #content_dataFrame .dataFrame_change{
  139. color: #ffffff;
  140. background-color:#36aeea;
  141. }
  142. #content_dataFrame .dataFrame_style{
  143. margin-right:10px;
  144. }
  145. #content_dataFrame .dataFrame_name{
  146. height:46px;
  147. line-height:46px;
  148. border-bottom:1px solid #d5dee8;
  149. padding-left:20px;
  150. }
  151. #content_dataFrame .dataFrame_data{
  152. height:103px;
  153. line-height:103px;
  154. text-align: center;
  155. font-size: 23px;
  156. font-weight:bold;
  157. }
  158. #chartDivs{
  159. width: 99.8%;
  160. z-index:9999;
  161. border:1px solid #d4d9df;
  162. overflow:visible;
  163. height:auto;
  164. }
  165. #content_chartLender{
  166. width:100%;
  167. height:30px;
  168. line-height:30px;
  169. text-align: center;
  170. padding-top:10px;
  171. margin: 0 10%;
  172. }
  173. #content_chartLender div.chartLender_name{
  174. float:left;
  175. margin-right: 30px;
  176. cursor: pointer;
  177. }
  178. #content_chartLender .chartLender_box{
  179. float:left;
  180. width:12px;
  181. height:12px;
  182. text-align: center;
  183. font-size: 17px;
  184. background-color:#ffffff;
  185. border:1px solid #36aeea;
  186. border-radius:4px 4px 4px 4px;
  187. margin-top:10px;
  188. }
  189. #content_chartLender .chartLender_change{
  190. background-color:#36aeea;
  191. }
  192. #hourrpt {
  193. height: 0;
  194. overflow: hidden;
  195. width: 90%;
  196. }
  197. table.tableFig{
  198. margin-top:20px;
  199. width:100%;
  200. }
  201. table.tableFig,table.tableFig th,table.tableFig td{
  202. border:thin solid #b9c5d9;
  203. }
  204. table.tableFig th{
  205. height:80px;
  206. border:none;
  207. background-color: #F2F6FA;
  208. }
  209. table.tableFig td{
  210. height:60px;
  211. border:none;
  212. border-top:thin solid #b9c5d9;
  213. }
  214. table.tableFig td.tbodyTd{
  215. text-align: center;
  216. }
  217. table.tableFig tr:hover{
  218. background-color: #F2F6FA;
  219. }
  220. #exportReport{
  221. margin-top:20px;
  222. }
  223. #exportReport .btn_export{
  224. display:block;
  225. border-radius:5px 5px 5px 5px;
  226. border:none;
  227. line-height:34px;
  228. width:170px;
  229. height:34px;
  230. color:white;
  231. background:#68ba31;
  232. text-align:center;
  233. cursor: pointer;
  234. text-decoration: none;
  235. }
  236. #exportReport .btn_export:hover{
  237. background:#4c637b;
  238. text-decoration: none;
  239. color:white;
  240. }
  241. #pageDiv{
  242. float:right;
  243. margin-top: -55px;
  244. }
  245. #pageDiv li.active a{
  246. color:#ffffff;
  247. background-color:#0170C9!important;
  248. }