css.wcss 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. {
  2. "node": {
  3. "height": "100%",
  4. "background": "#ffffff",
  5. "overflow": "hidden"
  6. },
  7. "exportAreaNode": {
  8. "padding": "5px",
  9. "overflow": "hidden"
  10. },
  11. "searchAreaNode": {
  12. //"padding": "0px 20px 0px 10px",
  13. "overflow": "hidden"
  14. },
  15. "viewAreaNode": {
  16. "overflow": "hidden"
  17. },
  18. "searchSimpleNode": {
  19. "height": "24px",
  20. "border": "1px solid #CCCCCC",
  21. "margin": "10px",
  22. "border-radius": "5px",
  23. "overflow": "hidden"
  24. },
  25. "searchSimpleButtonNode": {
  26. "height": "24px",
  27. "width": "30px",
  28. "overflow": "hidden",
  29. "float": "right",
  30. "cursor": "pointer",
  31. "background": "url(/x_component_process_Application/$Viewer/default/icon/search.png) center center no-repeat",
  32. },
  33. "searchSimpleInputNode": {
  34. "border": "0px",
  35. "height": "22px",
  36. "display": "block",
  37. "padding": "0px 5px",
  38. "border-radius": "5px",
  39. "color": "#999999",
  40. "width": "90%"
  41. },
  42. "viewFilterSearchInputAreaNode": {
  43. //"min-width": "300px",
  44. //"width": "40%",
  45. "height": "24px",
  46. "border": "1px solid #cccccc",
  47. "margin": "10px 90px 10px 10px",
  48. "border-radius": "5px"
  49. },
  50. "viewFilterSearchInputAreaNode_custom": {
  51. "width": "auto",
  52. "height": "80px",
  53. "border": "1px solid #cccccc",
  54. "float": "none",
  55. "margin": "10px",
  56. "border-radius": "5px",
  57. },
  58. "viewFilterSearchCustomActionNode": {
  59. "height": "24px",
  60. "line-height": "24px",
  61. "border": "1px solid #cccccc",
  62. "color": "#333333",
  63. "text-align": "center",
  64. "margin": "10px 10px 10px 0px",
  65. "padding": "0px 10px",
  66. "float": "right",
  67. "cursor": "pointer",
  68. "border-radius": "5px",
  69. "margin-left": "10px"
  70. },
  71. "viewFilterSearchIconNode": {
  72. "height": "24px",
  73. "width": "40px",
  74. "background": "url("+"/x_component_process_Application/$Viewer/default/icon/search.png) center center no-repeat",
  75. "float": "right",
  76. "cursor": "pointer"
  77. },
  78. "viewFilterSearchInputBoxNode": {
  79. "margin-right": "40px",
  80. "margin-left": "5px",
  81. "height": "24px",
  82. "overflow": "hidden"
  83. },
  84. "viewFilterSearchInputNode": {
  85. "width": "99%",
  86. "height": "22px",
  87. "color": "#999999",
  88. "border-radius": "5px",
  89. "border": "0px"
  90. },
  91. "viewFilterSearchCustomCloseActionNode": {
  92. "width": "20px",
  93. "height": "80px",
  94. "float": "right",
  95. "background": "url("+"/x_component_process_Application/$Viewer/default/icon/back.png) center 5px no-repeat",
  96. "cursor": "pointer"
  97. },
  98. "viewFilterSearchCustomContentNode": {
  99. "height": "80px",
  100. "margin-right": "20px"
  101. },
  102. "viewFilterSearchCustomPathContentNode": {
  103. "height": "80px",
  104. "border-right": "1px solid #cccccc",
  105. "width": "99px",
  106. "float": "left"
  107. },
  108. "viewFilterSearchCustomComparisonContentNode": {
  109. "height": "80px",
  110. "border-right": "1px solid #cccccc",
  111. "width": "99px",
  112. "float": "left"
  113. },
  114. "viewFilterSearchCustomValueContentNode": {
  115. "height": "80px",
  116. "border-right": "1px solid #cccccc",
  117. "width": "199px",
  118. "float": "left"
  119. },
  120. "viewFilterSearchCustomAddContentNode": {
  121. "width": "19px",
  122. "height": "80px",
  123. "border-right": "1px solid #cccccc",
  124. "background-color": "#eeeeee",
  125. "float": "left",
  126. "cursor": "pointer"
  127. },
  128. "viewFilterSearchCustomAddIconNode": {
  129. "background": "url("+"/x_component_process_Application/$Viewer/default/icon/right.png) center center no-repeat",
  130. "height": "80px"
  131. },
  132. "viewFilterSearchCustomFilterContentNode": {
  133. "height": "74px",
  134. "padding": "3px",
  135. "overflow": "auto",
  136. "margin-left": "420px"
  137. },
  138. "viewFilterSearchCustomPathListNode": {
  139. "border": "0px",
  140. "border-radius": "5px",
  141. "height": "80px",
  142. "padding": "3px",
  143. "width": "99px",
  144. "font-size": "12px"
  145. },
  146. "viewFilterSearchCustomComparisonListNode": {
  147. "border": "0px",
  148. "height": "80px",
  149. "padding": "3px",
  150. "width": "99px",
  151. "font-size": "12px"
  152. },
  153. "viewFilterSearchOptionNode": {
  154. "margin": "3px"
  155. },
  156. "viewFilterSearchCustomValueNode": {
  157. "border": "0px",
  158. "height": "78px",
  159. "overflow": "auto",
  160. "width": "197px"
  161. },
  162. "viewFilterSearchCustomValueSelectNode": {
  163. "border": "0px",
  164. "padding": "2px",
  165. "height": "74px",
  166. "overflow": "auto",
  167. "width": "194px"
  168. },
  169. "viewSearchFilterNode": {
  170. "height": "19px",
  171. "margin": "2px",
  172. "line-height": "19px",
  173. "border": "1px solid #cccccc",
  174. "border-radius": "3px",
  175. "cursor": "pointer",
  176. "color": "#666666",
  177. "float": "left"
  178. },
  179. "viewSearchFilterNode_over": {
  180. "border": "1px solid #fe9145",
  181. //"color": "#fe9145",
  182. },
  183. "viewSearchFilterSelectAreaNode": {
  184. "height": "17px",
  185. "padding": "0px 3px",
  186. "margin": "1px 3px",
  187. "background-color": "#dddddd",
  188. "border-radius": "8px",
  189. "color": "#333333",
  190. "float": "left"
  191. },
  192. "viewSearchFilterSelectNode": {
  193. "line-height": "17px",
  194. "height": "15px",
  195. "padding": "0px 2px",
  196. "font-size": "11px",
  197. "float": "left"
  198. },
  199. "viewSearchFilterSelectButtonNode": {
  200. "float": "right",
  201. "height": "13px",
  202. "width": "13px",
  203. "margin": "2px 0px",
  204. "border-radius": "6px",
  205. "background-color": "#666666",
  206. },
  207. "viewSearchFilterSelectButtonNode_over": {
  208. "background-color": "#fe9145"
  209. },
  210. "viewSearchFilterTextNode": {
  211. "height": "19px",
  212. "padding": "0px 3px",
  213. "float": "left"
  214. },
  215. "viewSearchFilterDeleteNode": {
  216. "width": "20px",
  217. "height": "19px",
  218. "background": "url("+"/x_component_process_Application/$Viewer/default/icon/delFilter.png) center center no-repeat",
  219. "float": "left"
  220. },
  221. "viewSearchFilterDeleteNode_over": {
  222. "background": "url("+"/x_component_process_Application/$Viewer/default/icon/delFilter_over.png) center center no-repeat"
  223. },
  224. "contentAreaNode": {
  225. //"padding": "0px 20px",
  226. "height": "100%",
  227. "overflow": "auto"
  228. },
  229. "viewTitleTableNode": {
  230. "margin-bottom": "20px",
  231. "width": "100%"
  232. },
  233. "viewLoadingAreaNode": {
  234. "background": "#F9F9F9",
  235. "height": "40px",
  236. "border-left": "1px solid #CCC",
  237. "border-right": "1px solid #CCC",
  238. "border-bottom": "1px solid #CCC",
  239. "margin-top": "-20px"
  240. },
  241. "viewLoadingNode": {
  242. "border-radius": "3px",
  243. "background": "#DDD",
  244. "height": "26px",
  245. "width": "100px",
  246. "margin": "auto",
  247. "border": "1px solid #CCC",
  248. "line-height": "26px",
  249. "color": "#666"
  250. },
  251. "viewLoadingIconNode": {
  252. "height": "26px",
  253. "width": "28px",
  254. "background": "url("+"/x_component_process_Application/$Viewer/default/icon/loading.gif) center center no-repeat",
  255. "float": "left"
  256. },
  257. "viewLoadingTextNode": {
  258. "margin-left": "28px"
  259. },
  260. "viewTitleLineNode": {
  261. "line-height": "40px",
  262. "height": "40px",
  263. "font-size": "14px",
  264. "color": "#666666",
  265. "background-color": "#EEE"
  266. },
  267. "viewTitleCellNode": {
  268. "font-weight": "bold",
  269. "padding": "0px 10px",
  270. "border-bottom": "1px solid #CCC"
  271. },
  272. "viewContentTrNode": {
  273. //"background": "transparent"
  274. "background": "#ffffff"
  275. },
  276. "viewContentTrNode_selected": {
  277. "background": "#ecf5ff"
  278. },
  279. "viewContentTdNode": {
  280. "height": "30px",
  281. "line-height": "30px",
  282. "font-size": "14px",
  283. "padding": "5px 5px",
  284. "border-bottom": "1px solid #CCC"
  285. },
  286. "viewContentCategoryTdNode": {
  287. "height": "30px",
  288. "line-height": "30px",
  289. "padding": "5px 5px",
  290. "border-bottom": "1px solid #CCC",
  291. "font-weight": "bold",
  292. "background-color": "#F6F6F6",
  293. "cursor": "pointer"
  294. },
  295. "worksAreaNode": {
  296. "width": "500px",
  297. "min-height": "200px",
  298. "max-height": "600px",
  299. "border": "2px solid #999999",
  300. "border-radius": "5px",
  301. "box-shadow": "0px 0px 5px #ffffff",
  302. "background-color": "#ffffff",
  303. "overflow": "auto",
  304. "position": "absolute",
  305. "z-index": "200"
  306. },
  307. "worksAreaTitleNode": {
  308. "height": "20px",
  309. },
  310. "worksAreaTitleCloseNode": {
  311. "width": "20px",
  312. "height": "20px",
  313. "float": "right",
  314. "background": "url("+"/x_component_process_Application/$Viewer/default/icon/close.png) center center no-repeat",
  315. "cursor": "pointer"
  316. },
  317. "worksAreaContentNode": {
  318. "padding": "0px 0px 20px 0px",
  319. "overflow": "hidden"
  320. },
  321. "workAreaNode": {
  322. "height": "40px",
  323. "background-color": "#eeeeee",
  324. "margin-bottom": "3px",
  325. "padding": "5px 10px"
  326. },
  327. "workAreaTitleNode": {
  328. "height": "20px",
  329. "line-height": "20px",
  330. },
  331. "workAreaContentNode": {
  332. "height": "20px",
  333. "line-height": "20px",
  334. "color": "#333333"
  335. },
  336. "workAreaContentTitleNode": {
  337. "font-weight": "bold",
  338. "float": "left",
  339. "color": "#000000",
  340. "margin-right": "5px"
  341. },
  342. "workAreaContentTextNode": {
  343. "color": "#333333",
  344. "float": "left",
  345. "margin-right": "10px"
  346. },
  347. "workAreaActionNode": {
  348. "height": "20px",
  349. "line-height": "20px",
  350. "marign-right": "20px",
  351. "margin-left": "20px",
  352. "width": "40px",
  353. "text-align": "center",
  354. "cursor": "pointer",
  355. "margin-top": "10px",
  356. "background-color": "#ffffff",
  357. "border": "1px solid #999999",
  358. "border-radius": "3px",
  359. "float": "right"
  360. },
  361. "workAreaLeftNode": {
  362. "margin-right": "80px",
  363. "overflow": "hidden"
  364. }
  365. }