statistics.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440
  1. @CHARSET "UTF-8";
  2. /**标题部分***/
  3. .mainTitle {
  4. width : 100%;
  5. height : 30px;
  6. background-color : #29A8D3;
  7. color : white;
  8. font-weight : bold;
  9. margin : 3px 0px 0px 0px;
  10. padding-left : 3px;
  11. }
  12. .mainTitle div {
  13. float : left;
  14. }
  15. .titleArrow {
  16. height : 0px;
  17. width : 0px;
  18. background : url('../../../images/business/statistics/depart.png')
  19. }
  20. /**时间选择部分**/
  21. .datePanel {
  22. background : url('../../../images/business/statistics/panel_normal.png') repeat-x;
  23. height : 40px;
  24. border : none;
  25. font-size : 13px;
  26. line-height :22px;
  27. overflow:hidden;
  28. color:#097BCD;
  29. margin:0px;
  30. }
  31. /**今天、昨天、最近7天..*/
  32. .day:hover {
  33. cursor : pointer;
  34. color : black;
  35. text-decoration : underline;
  36. }
  37. .dayClicked {
  38. cursor : pointer;
  39. color : black;
  40. background-color : #00CCCC;
  41. }
  42. .quickTime div{
  43. float : left;
  44. padding : 2px 5px;
  45. height : 24px;
  46. line-height :26px;
  47. vertical-align : middle;
  48. }
  49. .quickTime {
  50. margin : 6px;
  51. }
  52. .staDate,.sta2Date {
  53. margin : 11px 5px;
  54. }
  55. /*按时、..按月*/
  56. .staType div{
  57. float : right;
  58. padding : 0px 5px;
  59. height : 24px;
  60. line-height :26px;
  61. }
  62. .staType {
  63. margin : 6px;
  64. }
  65. .interval {
  66. background-color : white;
  67. border : 1px solid #A3C8FD;
  68. border-left : none;
  69. margin-top:1px;
  70. }
  71. .interval:hover {
  72. background-color : #00CCCC;
  73. color : white;
  74. cursor : pointer;
  75. }
  76. .intervalClicked {
  77. font-weight : bold;
  78. color : white;
  79. background-color : #00CCCC;
  80. }
  81. .intervalHidden {
  82. background-color : #F6F6F6;
  83. color : #CCCCCC;
  84. }
  85. .intervalHidden:hover {
  86. background-color : #F6F6F6;
  87. color : #CCCCCC;
  88. cursor : default;
  89. }
  90. .interval-left {
  91. border-left : 1px solid #A3C8FD;
  92. }
  93. /**统计标题*/
  94. .subTtitle {
  95. padding: 10px 0px 5px 10px;
  96. height : 35px;
  97. line-height : 25px;
  98. }
  99. #subStaTitle {
  100. color : #0965B8;
  101. font-weight : bold;
  102. font-size : 17px;
  103. }
  104. /**统计图表部分**/
  105. .statisticsMapOpen {
  106. border : none;
  107. border-top : 1px solid #44ace9;
  108. background : url('/nwyj/images/business/em/pic_opened.png');
  109. background-position: center;
  110. background-repeat: no-repeat;
  111. height : 10px;
  112. cursor : pointer;
  113. }
  114. .fieldSetColor {
  115. border : 1px solid #44ace9;
  116. }
  117. .statisticsMapClose {
  118. border : none;
  119. border-top : 1px solid #44ace9;
  120. background : url('/nwyj/images/business/em/pic_closed.png');
  121. background-position: center;
  122. background-repeat: no-repeat;
  123. height : 10px;
  124. cursor : pointer;
  125. }
  126. .mapVisible {
  127. display : inline;
  128. }
  129. #statisticsMap {
  130. width : 97%;
  131. }
  132. .mapHidden {
  133. display : none;
  134. }
  135. /*对比*/
  136. .compareQuick {
  137. color : #0965B8;
  138. text-align : center;
  139. }
  140. /**统计条件选择面板**/
  141. .arrowSe{
  142. background : url(../../../images/business/statistics/arrow.png);
  143. height : 14px;
  144. width :13px;
  145. }
  146. .conditionSelectPanel {
  147. background-color :#F7F7F7;
  148. width : 100%;
  149. margin : 3px 0px;
  150. padding : 5px 0px;
  151. position : relative;
  152. z-index :1;
  153. }
  154. /**已选统计条件**/
  155. .consSelect {
  156. background : url(../../../images/business/statistics/filterClose.gif);
  157. width : 130px;
  158. height : 28px;
  159. background-position: 120px 6px;
  160. background-repeat: no-repeat;
  161. border : 1px solid #80C0E7;
  162. padding-left :5px;
  163. line-height :25px;
  164. }
  165. .consSelect:hover {
  166. background : url(../../../images/business/statistics/filterCloseHover.gif);
  167. width : 130px;
  168. height : 28px;
  169. background-repeat: no-repeat;
  170. background-position: 120px 6px;
  171. cursor : pointer;
  172. border : 1px solid #80C0E7;
  173. padding-left :5px;
  174. line-height :25px;
  175. }
  176. .consSelectLong {
  177. background : url(../../../images/business/statistics/filterClose.gif);
  178. width : 280px;
  179. height : 28px;
  180. background-position: 270px 6px;
  181. background-repeat: no-repeat;
  182. border : 1px solid #80C0E7;
  183. padding-left :5px;
  184. line-height :25px;
  185. }
  186. .consSelectLong:hover {
  187. background : url(../../../images/business/statistics/filterCloseHover.gif);
  188. width : 280px;
  189. height : 28px;
  190. background-repeat: no-repeat;
  191. background-position: 270px 6px;
  192. cursor : pointer;
  193. border : 1px solid #80C0E7;
  194. padding-left :5px;
  195. line-height :25px;
  196. }
  197. .consList {
  198. width : 99%;
  199. margin-top : 5px;
  200. }
  201. .consSelected {
  202. padding-left : 5px;
  203. font-weight : bold;
  204. height : 70px;
  205. }
  206. .consSelected div {
  207. font-weight : normal;
  208. }
  209. .consSelected div,.consSelected div:hover {
  210. padding-left : 10px;
  211. }
  212. .consSelected div {
  213. float : left;
  214. }
  215. .consSelected .t {
  216. font-weight : bold;
  217. }
  218. #consList div.consSelect,#consList div.consSelectLong{
  219. float : left;
  220. margin-left :4px;
  221. position : inherit;
  222. }
  223. /**初始化登陆**/
  224. #imgBack {
  225. background : url('../../../images/business/statistics/blankInfoSta1.jpg') no-repeat #EEF7FC;
  226. background-position : center;
  227. width : 100%;
  228. height : 100%;
  229. }
  230. /***左侧导航***/
  231. .titleP {
  232. line-height : 29px;
  233. height : 27px;
  234. margin : 2px 0px;
  235. vertical-align : middle;
  236. cursor : pointer;
  237. background : url('../../../images/business/search/titlebar_bg.png') repeat-x;
  238. }
  239. .titleP div{
  240. float : left;
  241. }
  242. .titleImg {
  243. width : 19px;
  244. height : 27px;
  245. background : url('../../../images/business/search/titlebar_arrow_down.png');
  246. }
  247. .titleImgSelected {
  248. width : 19px;
  249. height : 27px;
  250. background : url('../../../images/business/search/titlebar_arrow_up.png');
  251. }
  252. .fontTitle {
  253. font-weight : bold;
  254. padding-left : 3px;
  255. }
  256. .leftUl li{
  257. margin-left : 20px;
  258. height : 27px;
  259. cursor : pointer;
  260. list-style-image:url('../../../images/business/search/titlebar_arrow.gif');
  261. }
  262. /**图表部分样式**/
  263. .AnalyseTable {
  264. text-align : center;
  265. margin : 30px 5px;
  266. }
  267. .analyseTitle {
  268. width : 100%;
  269. font-weight : bold;
  270. font-size : 17px;
  271. line-height :40px;
  272. }
  273. .analyseSub {
  274. width : 100%;
  275. font-size : 14px;
  276. line-height :30px;
  277. padding-left :100px;
  278. }
  279. .tdFirstLine {
  280. background : url('/hdtocc/images/business/statistics/analyseLine.png') repeat-x;
  281. height : 27px;
  282. font-weight : bold;
  283. color : #ffffff;
  284. }
  285. .lineBorder {
  286. border-bottom : 1px solid #E5E5E5;
  287. }
  288. .trListLine:hover {
  289. background-color : #E9F3FF;
  290. }
  291. .no {
  292. color: red;
  293. font-size:12px;
  294. }
  295. .totalNo {
  296. font-weight : bold;
  297. }
  298. #message {
  299. width : 99%;
  300. height : auto;
  301. border-top : 2px solid #BBDFC3;
  302. padding-left : 10px;
  303. background-color : #E9F5EC;
  304. padding-bottom : 5px;
  305. }
  306. /**自定义查看***/
  307. .filterShow {
  308. background : url('/hdtocc/images/business/statistics/filterdown.png') no-repeat;
  309. width : 99%;
  310. height : 29px;
  311. background-position : right;
  312. }
  313. #filterShow {
  314. cursor : pointer;
  315. width : 114px;
  316. height : 25px;
  317. }
  318. .filterShowSelected {
  319. background : url('/hdtocc/images/business/statistics/filterup.png') no-repeat;
  320. width : 99%;
  321. height : 29px;
  322. background-position : right;
  323. }
  324. .filterTable {
  325. width : 99%;
  326. position : absolute;
  327. z-index: 100;
  328. }
  329. .filterTable td {
  330. border : none;
  331. }
  332. .showTable {
  333. background-color : #F1F1F1;
  334. border : 1px solid #B2B2B2!important;
  335. width : 325px;
  336. padding:10px;
  337. }
  338. .filterTable tr.filFirstline td{
  339. border-bottom : 1px dotted #999999;
  340. }
  341. /**daterangepicker框的样式**/
  342. .line {
  343. line-height : 18px !important;
  344. height : 18px !important;
  345. width : 200px !important;
  346. font-size : 13px !important;
  347. }
  348. /***/
  349. #jamDe {
  350. width : 100%;
  351. position : relative;
  352. display : none;
  353. }
  354. #closeJam {
  355. width : 90%;
  356. padding-left : 27px;
  357. margin: 0 auto;
  358. height : 15px;
  359. text-align : right;
  360. background : url('/hdtocc/images/business/statistics/close_hover.gif') no-repeat;
  361. background-position : right bottom;
  362. }
  363. #closeJam div {
  364. height : 15px;
  365. width : 10px;
  366. float : right;
  367. cursor : pointer;
  368. }
  369. #jamDetailMap {
  370. margin: 0 auto;
  371. width : 90%;
  372. height : 200px;
  373. border : 1px solid grey;
  374. }