bireport.css 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414
  1. @charset "utf-8";
  2. table.d_table {
  3. border-collapse:collapse;
  4. border-spacing: 0px;
  5. border-cellpadding: 0px;
  6. }
  7. table.d_table th {
  8. background-color: #eeeeee;
  9. border: 1px solid #cacaca;
  10. font-size: 12px;
  11. padding: 0;
  12. }
  13. table.d_table td.onesel2 {
  14. height:20px;
  15. background-color: #F9F9F9;
  16. }
  17. table.d_table td.onesel {
  18. height:20px;
  19. }
  20. table.d_table td.blank {
  21. border:none;
  22. }
  23. TABLE.d_table TD {
  24. border: 1px solid #dee5e7;
  25. padding: 0px;
  26. font-size: 12px;
  27. }
  28. table.d_table2 {
  29. border-collapse:collapse;
  30. border-spacing: 0px;
  31. border-cellpadding: 0px;
  32. }
  33. table.d_table2 td.blank {
  34. border:none;
  35. }
  36. TABLE.d_table2 TD {
  37. border:none;
  38. padding: 0px;
  39. font-size: 12px;
  40. }
  41. #d_colDims {
  42. background-color:#f6f8f8;
  43. width:500px;
  44. overflow:hidden;
  45. }
  46. #d_rowDims {
  47. background-color:#f6f8f8;
  48. height: 300px;
  49. overflow-y: hidden;
  50. overflow-x: hidden;
  51. }
  52. #d_rowDims::-webkit-scrollbar {
  53. width: 0px;
  54. height: 0px;
  55. }
  56. .coldim {
  57. width:110px;
  58. overflow:hidden;
  59. }
  60. .colDimsList span{
  61. display:-moz-inline-box;
  62. display:inline-block;
  63. width:110px;
  64. border:1px solid #CACACA;
  65. padding:5px;
  66. margin:3px 0px 3px 3px;
  67. background-color:#FFFFCC;
  68. text-align:center;
  69. }
  70. .rowDimsList span{
  71. display:-moz-inline-box;
  72. display:inline-block;
  73. width:126px;
  74. border-right:none;
  75. background-color:#FFFFCC;
  76. text-align:center;
  77. padding:4px 2px 5px 2px;
  78. }
  79. .colDimsList span a.set, tr.scrollColThead th span a.set, .rowDimsList span a.set{
  80. display:-moz-inline-box;
  81. display:inline-block;
  82. width:18px;
  83. height:16px;
  84. background-image:url("../img/dimset.png");
  85. background-repeat:no-repeat;
  86. background-position:center center;
  87. text-decoration:none;
  88. }
  89. tr.scrollColThead th span a.extKpibtn {
  90. background-image:url("../img/closeme.png");
  91. }
  92. .dimoptbtn {
  93. opacity:0.6;
  94. }
  95. #databetween #datemodbtn {
  96. font-weight:normal;
  97. font-size:10px;
  98. }
  99. .chartselect .selleft{
  100. width:100px;
  101. float:left;
  102. }
  103. .chartselect .selright{
  104. width:240px;
  105. float:right;
  106. }
  107. .chartselect .selright .one{
  108. margin:10px;
  109. padding:10px;
  110. display:none;
  111. cursor:pointer;
  112. }
  113. .chartselect .selleft ul {
  114. margin:0px;
  115. padding:0px;
  116. }
  117. .chartselect .selleft ul li {
  118. margin:0px;
  119. padding:6px;
  120. background-color:#EEE;
  121. border-bottom:solid 1px #CCCCCC;
  122. cursor:pointer;
  123. }
  124. .chartselect .selleft ul li.select {
  125. background-color:#FFF;
  126. }
  127. .tsbd {
  128. width:135px;
  129. float:left;
  130. }
  131. .tsbd2 {
  132. height:50px;
  133. }
  134. .tsbd .ts_h{
  135. font-size:14px;
  136. margin:10px;
  137. width:120px;
  138. }
  139. .tsbd2 .ts_h2{
  140. font-size:12px;
  141. margin:3px 20px 3px 3px;
  142. width:120px;
  143. float:left;
  144. }
  145. .tsbd .h_ctx, .tsbd2 .h_ctx{
  146. border:1px solid #7F9DB9;
  147. overflow:hidden;
  148. height:26px;
  149. border-radius:5px;
  150. }
  151. .tsbd .h_ctx_multi {
  152. border:1px solid #7F9DB9;
  153. height:120px;
  154. overflow:auto;
  155. border-radius:5px;
  156. }
  157. .tsbd .h_ctx_multi .multi_one {
  158. }
  159. .chartctx {
  160. border:1px solid #CACACA;
  161. height:170px;
  162. margin-left:170px;
  163. }
  164. span.charttip {
  165. color:#999999;
  166. padding:3px;
  167. display:block;
  168. }
  169. span.charttxt {
  170. display:-moz-inline-box;
  171. display:inline-block;
  172. width:90px;
  173. padding:3px;
  174. float:left;
  175. overflow:hidden;
  176. white-space:nowrap;
  177. }
  178. span.charttxt2 {
  179. display:-moz-inline-box;
  180. display:inline-block;
  181. width:90px;
  182. overflow:hidden;
  183. white-space:nowrap;
  184. }
  185. span.charticon {
  186. display:-moz-inline-box;
  187. display:inline-block;
  188. width:20px;
  189. height:16px;
  190. background-image:url("../img/dimset.png");
  191. cursor:pointer;
  192. background-position:center center;
  193. background-repeat:no-repeat;
  194. opacity: 0.6;
  195. float:right;
  196. margin-top:4px;
  197. }
  198. span.chartdel {
  199. display:-moz-inline-box;
  200. display:inline-block;
  201. width:20px;
  202. height:16px;
  203. background-image:url("../img/closeme.png");
  204. cursor:pointer;
  205. background-position:center center;
  206. background-repeat:no-repeat;
  207. margin:3px 0;
  208. }
  209. .tsbd span.grouptype {
  210. width:16px;
  211. height:16px;
  212. display:-moz-inline-box;
  213. display:inline-block;
  214. background-image:url("../img/chartsumtype.gif");
  215. cursor:pointer;
  216. background-position:center center;
  217. background-repeat:no-repeat;
  218. float:left;
  219. margin:3px 0;
  220. }
  221. .exchangexs {
  222. width:20px;
  223. height:170px;
  224. float:left;
  225. }
  226. #d_colDims span.colkpi, #d_colDims2 span.colkpi{
  227. display:-moz-inline-box;
  228. display:inline-block;
  229. width:110px;
  230. overflow:hidden;
  231. padding:5px 0px 0px 3px;
  232. }
  233. #d_kpi {
  234. height:300px;
  235. overflow:auto;
  236. width:500px;
  237. }
  238. #d_kpi span.kpiValue{
  239. display:block;
  240. width:110px;
  241. padding-right: 3px;
  242. }
  243. #d_kpi::-webkit-scrollbar {
  244. width:11px;
  245. }
  246. #d_rowDims span.s_rowDim{
  247. display:block;
  248. width:120px;
  249. white-space: nowrap;
  250. overflow:hidden;
  251. margin:0px 3px 0px 3px;
  252. line-height:17px;
  253. }
  254. #d_colDims span.s_colDim, #d_colDims2 span.s_colDim{
  255. white-space: nowrap;
  256. }
  257. .chartdrillmenu{
  258. margin-top:5px;
  259. margin-left:5px;
  260. }
  261. .chartdrillDim{
  262. display:-moz-inline-box;
  263. display:inline-block;
  264. text-align:center;
  265. background-color: #FFFFCC;
  266. border: 1px solid #CACACA;
  267. padding: 2px;
  268. margin:0px 3px 0px 3px;
  269. }
  270. .chartdrillDim a {
  271. display:-moz-inline-box;
  272. display:inline-block;
  273. width:18px;
  274. height:12px;
  275. background-image:url("../../ext-res/image/minus.gif");
  276. background-repeat:no-repeat;
  277. background-position:center center;
  278. text-decoration:none;
  279. }
  280. #d_colDims span.colkpi span.kpiname, #d_colDims2 span.colkpi span.kpiname{
  281. display:-moz-inline-box;
  282. display:inline-block;
  283. white-space:nowrap;
  284. width:84px;
  285. }
  286. #p_param span.pppp {
  287. background-color: #FFFFCC;
  288. border: 1px solid #CACACA;
  289. display: inline-block;
  290. padding: 4px;
  291. text-align: center;
  292. margin:2px;
  293. border-radius: 3px;
  294. }
  295. #p_param span.text {
  296. cursor:pointer;
  297. }
  298. #p_param span.pppp span.text {
  299. display:-moz-inline-box;
  300. white-space:nowrap;
  301. overflow:hidden;
  302. }
  303. #reportcatalist {
  304. width: 190px;
  305. border: 1px solid #B7D0E3;
  306. height:140px;
  307. overflow:auto;
  308. }
  309. .openlist {
  310. height:290px;
  311. display:inline-block;
  312. overflow-x: hidden;
  313. overflow:auto;
  314. }
  315. .openlistbody {
  316. height:320px;
  317. overflow:hidden;
  318. margin:auto;
  319. }
  320. .tablesleft {
  321. border: 1px solid #999;
  322. float: left;
  323. height: 250px;
  324. overflow: hidden;
  325. width: 220px;
  326. }
  327. .tabletitle {
  328. background-color: #e4e4e4;
  329. padding-left: 3px;
  330. }
  331. .tablescenter {
  332. float: left;
  333. height: 250px;
  334. text-align: center;
  335. width: 46px;
  336. }
  337. .tablesright {
  338. border: 1px solid #999;
  339. float: right;
  340. height: 250px;
  341. overflow: hidden;
  342. width: 220px;
  343. }
  344. /** olap 视图样式*/
  345. TABLE.grid5 {
  346. border-collapse:collapse;
  347. border-spacing: 0px;
  348. border-cellpadding: 0px;
  349. }
  350. TABLE.grid5 THEAD {color: black;text-align: center}
  351. TABLE.grid5 TH {
  352. border: 1px solid #dee5e7;
  353. font-size: 13px;
  354. height:26px;
  355. background-color: #f6f8f8;
  356. text-align: left;
  357. font-weight:normal;
  358. }
  359. TABLE.grid5 TD.grid5-td {
  360. border: 1px solid #dee5e7;
  361. font-size: 12px;
  362. height:26px;
  363. overflow:hidden;
  364. }
  365. TABLE.grid5 TD.kpiData1 {
  366. background-color:#FFF;
  367. }
  368. TABLE.grid5 TD.kpiData2 {
  369. background-color:#f6f8f8;
  370. }
  371. TABLE.grid5 td.pms, TABLE.grid3 td.pms {
  372. color: #ff0000;
  373. font-weight: bold;
  374. text-align: center;
  375. }
  376. .dimDrill{
  377. display: inline-block;
  378. text-decoration: none;
  379. width: 17px;
  380. height:14px;
  381. background-image:url(../image/plus.gif);
  382. background-repeat: no-repeat;
  383. background-position: center center;
  384. cursor:pointer;
  385. }
  386. .dimgoup{
  387. display: inline-block;
  388. text-decoration: none;
  389. width: 17px;
  390. height:14px;
  391. background-image:url(../image/minus.gif);
  392. background-repeat: no-repeat;
  393. background-position: center center;
  394. cursor:pointer;
  395. }
  396. .tabhelpr{
  397. color:#999999;
  398. font-size:14px;
  399. padding:15px;
  400. }
  401. #p_param .ptabhelpr{
  402. padding:5px;
  403. color: #999999;
  404. font-size: 14px;
  405. }
  406. .dfilter {
  407. width:290px;
  408. height:218px;
  409. overflow:auto;
  410. }
  411. .hidebody {
  412. overflow:hidden !important;
  413. }