portal.css 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299
  1. span.rlayout {
  2. display:-moz-inline-box;
  3. display:inline-block;
  4. width:100px;
  5. height:100px;
  6. text-align:center;
  7. vertical-align:central;
  8. }
  9. table.r_layout {
  10. border-collapse:collapse;
  11. table-layout:fixed;
  12. width:100%;
  13. height:100%;
  14. }
  15. table.r_layout td.laytd {
  16. border: 1px solid #adb7c5;
  17. text-align: left;
  18. vertical-align: top;
  19. background-color:#f0f3f4;
  20. min-height:100px;
  21. padding:10px;
  22. }
  23. table.r_layout td.laytd2 {
  24. padding: 2px;
  25. text-align: left;
  26. vertical-align: top;
  27. }
  28. table.r_layout td.layouttd {
  29. border: 2px solid #FFF;
  30. text-align: left;
  31. vertical-align: top;
  32. background-color:#f0f3f4;
  33. }
  34. .indicator{
  35. position:absolute;
  36. font-size:14px;
  37. width:50px;
  38. height:10px;
  39. display:none;
  40. color:red;
  41. }
  42. .msginfo{
  43. width:85%;
  44. height:90%;
  45. padding-left:40px;
  46. line-height:20px;
  47. }
  48. .msgerr{
  49. background-image:url(../img/icon-error.gif);
  50. background-position:left center;
  51. background-repeat:no-repeat;
  52. }
  53. .msgsuc{
  54. background-image:url(../img/icon-suc.gif);
  55. background-position:left center;
  56. background-repeat:no-repeat;
  57. }
  58. #autoLayoutTable td.tdselect{
  59. background-color:#FFFF99;
  60. }
  61. .tipinfo {
  62. color:#999;
  63. padding:10px;
  64. }
  65. .tableDatasty{
  66. border: 1px dotted #666;
  67. padding:5px;
  68. border-radius:5px;
  69. }
  70. .tableDatasty .col {
  71. border: 1px solid #DF7809;
  72. display: inline-block;
  73. margin: 5px;
  74. padding: 5px;
  75. text-align: center;
  76. width:120px;
  77. font-size:14px;
  78. border-radius:5px;
  79. }
  80. .tableDatasty .dimcol {
  81. border: 1px solid #0C6ADF;
  82. display: inline-block;
  83. margin: 5px;
  84. padding: 5px;
  85. text-align: left;
  86. font-size:14px;
  87. width:120px;
  88. border-radius:5px;
  89. }
  90. .tableDatasty .boxcol {
  91. border: 1px solid #DF7809;
  92. display: inline-block;
  93. margin: 5px;
  94. padding: 5px;
  95. text-align: center;
  96. width:120px;
  97. border-radius:5px;
  98. }
  99. .tsbd {
  100. }
  101. .tsbd .ts_h{
  102. font-size:13px;
  103. margin:5px 20px 5px 5px;
  104. width:120px;
  105. float:left;
  106. }
  107. .tsbd .h_ctx{
  108. border:1px solid #7F9DB9;
  109. height:28px;
  110. overflow:hidden;
  111. border-radius:5px;
  112. padding:2px;
  113. }
  114. .tsbd .h_ctx_multi {
  115. border: 1px solid #7F9DB9;
  116. height: 60px;
  117. overflow: auto;
  118. line-height:16px;
  119. border-radius:5px;
  120. }
  121. .chartctx {
  122. border:1px solid #CACACA;
  123. height:170px;
  124. margin-left:170px;
  125. }
  126. span.charttip {
  127. color:#999999;
  128. padding:3px;
  129. display:block;
  130. }
  131. span.charttxt {
  132. display:-moz-inline-box;
  133. display:inline-block;
  134. width:90px;
  135. padding:3px;
  136. white-space:nowrap;
  137. overflow:hidden;
  138. }
  139. span.mcharttxt {
  140. display:-moz-inline-box;
  141. display:inline-block;
  142. width:90px;
  143. white-space:nowrap;
  144. overflow:hidden;
  145. }
  146. span.charticon {
  147. display:-moz-inline-box;
  148. display:inline-block;
  149. width:20px;
  150. height:16px;
  151. background-image:url("../img/dimset.png");
  152. cursor:pointer;
  153. background-position:center center;
  154. background-repeat:no-repeat;
  155. opacity: 0.6;
  156. float:right;
  157. margin-top:3px;
  158. }
  159. #optparam span.pppp {
  160. background-color: #f6f8f8;
  161. border: 1px solid #cacaca;
  162. display: inline-block;
  163. margin: 5px;
  164. padding: 2px;
  165. text-align: center;
  166. width: 180px;
  167. border-radius: 3px;
  168. }
  169. #optparam span.text {
  170. cursor: pointer;
  171. display: inline-block;
  172. width:120px;
  173. overflow:hidden;
  174. white-space:nowrap;
  175. margin-top:5px;
  176. }
  177. #optparam b {
  178. color: #555;
  179. font-size: 13px;
  180. font-weight: normal;
  181. margin-left: 5px;
  182. }
  183. #reportcatalist {
  184. border: 1px solid #B7D0E3;
  185. height: 140px;
  186. overflow: auto;
  187. width: 190px;
  188. }
  189. .chartselect .selleft,.chart_set .selleft{
  190. width:150px;
  191. float:left;
  192. }
  193. .chartselect .selright, .chart_set .selright{
  194. width:340px;
  195. float:right;
  196. }
  197. .chartselect .selright .one, .chart_set .selright .one{
  198. margin:5px;
  199. display:none;
  200. text-align:left;
  201. line-height:25px;
  202. }
  203. .chartselect .selright .one span.charttype {
  204. width:130px;
  205. height:133px;
  206. display:-moz-inline-box;
  207. display:inline-block;
  208. margin-right:10px;
  209. overflow:hidden;
  210. text-align:center;
  211. cursor:pointer;
  212. }
  213. .chartselect .selright .one span.select {
  214. border:solid 1px #666;
  215. }
  216. .chartselect .selleft ul,.chart_set .selleft ul {
  217. margin:0px;
  218. padding:0px;
  219. }
  220. .chartselect .selleft ul li,.chart_set .selleft ul li {
  221. margin:0px;
  222. padding:8px;
  223. background-color:#EEE;
  224. border-bottom:solid 1px #CCCCCC;
  225. cursor:pointer;
  226. }
  227. .chartselect .selleft ul li.select,.chart_set .selleft ul li.select {
  228. background-color:#FFF;
  229. }
  230. .link_param, .link_param2{
  231. display:-moz-inline-box;
  232. display:inline-block;
  233. width:20px;
  234. height:16px;
  235. cursor:pointer;
  236. }
  237. #pdailog .param_left {
  238. float:left;
  239. width:280px;
  240. line-height:20px;
  241. }
  242. #pdailog .param_right {
  243. float:right;
  244. width:30px;
  245. line-height:25px;
  246. }
  247. #pdailog #dynamic_div {
  248. line-height:35px;
  249. }
  250. span.rlayout div.pagestyle {
  251. width:80px;
  252. height:60px;
  253. margin:10px;
  254. cursor:pointer;
  255. }
  256. span.rlayout div.onelayout {
  257. width:72px;
  258. height:72px;
  259. cursor:pointer;
  260. }
  261. .exportpanel{
  262. margin:30px 10px 10px 10px;
  263. }
  264. .exportpanel .exptp{
  265. display:-moz-inline-box;
  266. display:inline-block;
  267. width:68px;
  268. text-align:center;
  269. cursor:pointer;
  270. }
  271. .exportpanel .select{
  272. border:solid 1px #990000;
  273. }
  274. .win-size-grip {
  275. position: absolute;
  276. width: 16px;
  277. height: 16px;
  278. padding: 4px;
  279. bottom: 0;
  280. right: 0;
  281. cursor: nwse-resize;
  282. background: url(../img/wingrip.png) no-repeat;
  283. }
  284. .seriesColor {
  285. width: 16px;
  286. height: 16px;
  287. padding: 5px;
  288. display:inline-block;
  289. cursor:pointer;
  290. margin:5px;
  291. }
  292. .selcolor {
  293. border:1px solid #990000;
  294. height:30px;
  295. display:inline-block;
  296. }
  297. #optarea .ibox {
  298. margin-bottom: 10px !important;
  299. }