css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424
  1. {
  2. "toolbarNode": {
  3. "overflow": "hidden",
  4. "height": "80px",
  5. "border-bottom-left-radius": "0px",
  6. "border-bottom-right-radius": "0px",
  7. "border-bottom": "1px solid #314e69",
  8. "border-right": "1px solid #314e69",
  9. "border-left": "1px solid #314e69",
  10. "margin-right": "0px",
  11. "margin-left": "0px",
  12. "background-color": "#4c6b87",
  13. "position": "static"
  14. },
  15. "iconElementNode": {
  16. "float": "left",
  17. "width": "80px",
  18. "height": "80px",
  19. "background-position": "center center",
  20. "background-repeat": "no-repeat",
  21. "cursor": "pointer"
  22. },
  23. "createElementNode": {
  24. "float": "left",
  25. "width": "80px",
  26. "height": "80px",
  27. "background": "url("+"../x_component_process_ProcessManager/$Explorer/default/icon/createProcess.png) no-repeat center center",
  28. "cursor": "pointer",
  29. "border-right": "1px solid #EEE",
  30. "border-left": "0px solid #EEE"
  31. },
  32. "titleElementNode": {
  33. "float": "left",
  34. "width": "180px",
  35. "height": "80px",
  36. "line-height": "80px",
  37. "color": "#FFF",
  38. "font-weight": "bold",
  39. "font-family": "Microsoft YaHei",
  40. "font-size": "18px",
  41. "margin-left": "5px"
  42. },
  43. "categoryElementNode": {
  44. "overflow": "hidden",
  45. "background-color": "#ffffff",
  46. "position": "static",
  47. "font-size": "14px"
  48. },
  49. "categoryElementItemAllNode": {
  50. "float": "left",
  51. "cursor": "pointer",
  52. "background": "url('../x_component_process_ProcessManager/$Explorer/default/icon/icon_quanbu.png') 0 center no-repeat",
  53. "height": "38px",
  54. "margin-left": "30px",
  55. "padding-left": "22px",
  56. "line-height":"38px",
  57. "color": "#333333",
  58. "border-bottom": "2px solid #ffffff"
  59. },
  60. "categoryElementItemAllNode_current": {
  61. "background": "url('../x_component_process_ProcessManager/$Explorer/default/icon/icon_quanbu_click.png') 0 center no-repeat",
  62. "color": "#4a90e2",
  63. "border-bottom": "2px solid #4a90e2"
  64. },
  65. "categoryElementItemNode": {
  66. "float": "left",
  67. "cursor": "pointer",
  68. "background": "url('../x_component_process_ProcessManager/$Explorer/default/icon/icon__leading_in_grey.png') 0 center no-repeat",
  69. "height": "38px",
  70. "margin-left": "30px",
  71. "padding-left": "22px",
  72. "line-height":"38px",
  73. "color": "#333333",
  74. "border-bottom": "2px solid #ffffff"
  75. },
  76. "categoryElementItemNode_current": {
  77. "background": "url('../x_component_process_ProcessManager/$Explorer/default/icon/icon__leading_in_click.png') 0 center no-repeat",
  78. "color": "#4a90e2",
  79. "border-bottom": "2px solid #4a90e2"
  80. },
  81. "searchElementNode": {
  82. "float": "right",
  83. "margin-right": "30px",
  84. "cursor": "pointer",
  85. "margin-top": "10px",
  86. "overflow": "hidden",
  87. "height": "60px",
  88. "width": "60px",
  89. "background": "url('../x_component_process_ProcessManager/$Explorer/default/icon/find.png') center center no-repeat"
  90. },
  91. "searchElementButtonNode": {
  92. "float": "right",
  93. "width": "80px",
  94. "height": "80px",
  95. "margin-right": "40px",
  96. "background": "url("+"../x_component_process_ProcessManager/$Explorer/default/categoryIcon/searchCategory.png) no-repeat center center",
  97. "cursor": "pointer"
  98. },
  99. "searchElementInputAreaNode": {
  100. "margin-right": "120px",
  101. "text-align": "right"
  102. },
  103. "searchElementInputBoxNode": {
  104. "margin-top": "25px",
  105. "width": "80%",
  106. "max-width": "500px",
  107. "height": "30px",
  108. "border-radius": "5px",
  109. "background-color": "#EEE",
  110. "float": "right",
  111. "text-align": "center"
  112. },
  113. "searchElementInputNode": {
  114. "width": "96%",
  115. "height": "28px",
  116. "border": "0px",
  117. "font-family": "Microsoft YaHei",
  118. "font-size": "14px",
  119. "color": "#999",
  120. "background": "transparent",
  121. "-webkit-user-select": "auto",
  122. "-moz-user-select": "auto"
  123. },
  124. "elementContentNode": {
  125. "overflow": "hidden",
  126. "position": "static"
  127. },
  128. "elementContentListNode": {
  129. "overflow": "hidden",
  130. "padding-bottom": "20px"
  131. },
  132. "noElementNode": {
  133. "text-align": "center",
  134. "padding": "20px",
  135. "height": "60px",
  136. "line-height": "60px",
  137. "margin-top": "10px",
  138. "margin-left": "0px",
  139. "color": "#888",
  140. "cursor": "pointer",
  141. "font-size": "16px"
  142. },
  143. "deleteItemsAction": {
  144. "width": "140px",
  145. "height": "30px",
  146. "cursor": "pointer",
  147. "position": "absolute",
  148. "background-color": "#c04444",
  149. "border": "1px solid #FFF",
  150. "line-height": "30px",
  151. "font-size": "14px",
  152. "font-family": "Microsoft YaHei",
  153. "color": "#FFF",
  154. "text-align": "center",
  155. "border-radius": "0px",
  156. "opacity": 0,
  157. "box-shadow": "0px 2px 5px #666"
  158. },
  159. "noItemNoticeNode": {
  160. "text-align": "left",
  161. "padding": "20px",
  162. "height": "60px",
  163. "line-height": "60px",
  164. "margin-top": "10px",
  165. "margin-left": "0px",
  166. "color": "#888",
  167. "cursor": "pointer",
  168. "font-size": "16px"
  169. },
  170. "itemNode": {
  171. "width": "240px",
  172. "padding": "10px",
  173. "height": "60px",
  174. "margin-top": "20px",
  175. "margin-left": "20px",
  176. "border": "1px solid #CCC",
  177. "float": "left",
  178. "background-color": "#FFF",
  179. "cursor": "default"
  180. },
  181. "itemNode_selected": {
  182. "background-color": "#b7d0e6"
  183. },
  184. "itemIconNode": {
  185. "padding": "0px",
  186. "float": "left",
  187. "width": "40px",
  188. "height": "60px"
  189. },
  190. "itemTextTitleNode": {
  191. "margin-left": "50px",
  192. "margin-right": "20px",
  193. "height": "20px",
  194. "line-height": "20px",
  195. "font-size": "14px",
  196. "font-weight": "bold",
  197. "overflow": "hidden",
  198. "cursor": "pointer",
  199. "color": "#333"
  200. },
  201. "deleteActionNode": {
  202. "padding": "0px",
  203. "float": "right",
  204. "width": "16px",
  205. "height": "16px",
  206. "opacity": 0,
  207. "cursor": "pointer",
  208. "background": "url("+"../x_component_process_ProcessManager/$Explorer/default/processIcon/deleteProcess.png) no-repeat center center"
  209. },
  210. "itemTextDescriptionNode": {
  211. "margin-left": "50px",
  212. "margin-right": "20px",
  213. "font-size": "12px",
  214. "line-height": "20px",
  215. "height": "20px",
  216. "color": "#777",
  217. "overflow": "hidden",
  218. "white-space": "normal"
  219. },
  220. "itemTextDateNode": {
  221. "margin-left": "50px",
  222. "font-size": "12px",
  223. "line-height": "20px",
  224. "height": "20px",
  225. "color": "#777",
  226. "text-align": "right"
  227. },
  228. "itemNewNode": {
  229. "width": "47px",
  230. "height": "47px",
  231. "position": "relative",
  232. "top": "-70px",
  233. "left": "-10px",
  234. "background": "url("+"../x_component_process_ProcessManager/$Explorer/default/icon/new.png) no-repeat right"
  235. },
  236. "createTemplateMaskNode": {
  237. "width": "100%",
  238. "height": "100%",
  239. "background-color": "#666",
  240. "position": "absolute",
  241. "top": "0px",
  242. "left": "0px",
  243. "opacity": 0.4,
  244. "z-index":100
  245. },
  246. "createTemplateAreaNode": {
  247. "width": "688px",
  248. "height": "226",
  249. "border": "3px solid #999",
  250. "border-radius": "12px",
  251. "box-shadow": "0px 0px 10px #999",
  252. "position": "absolute",
  253. "top": "20%",
  254. "left": "10%",
  255. "z-index": "30000",
  256. "background-color": "#FFF",
  257. "opacity": 0
  258. },
  259. "createFormTemplateAreaNode": {
  260. "width": "90%",
  261. "height": "90%",
  262. "border": "3px solid #999",
  263. "border-radius": "12px",
  264. "box-shadow": "0px 0px 10px #999",
  265. "position": "absolute",
  266. "top": "0px",
  267. "left": "0px",
  268. "z-index": "200",
  269. "background-color": "#F7F7F7",
  270. "opacity": 0
  271. },
  272. "createTemplateFormTitleNode": {
  273. "height": "50px",
  274. "line-height": "50px",
  275. "padding": "0px 30px",
  276. "color": "#666666",
  277. "font-size": "28px",
  278. "margin-top": "10px",
  279. "font-weight": "bold"
  280. },
  281. "createTemplateFormCategoryNode": {
  282. "margin-top": "10px",
  283. "padding": "0px 30px",
  284. "overflow": "hidden",
  285. },
  286. "createTemplateFormCategoryTitleNode": {
  287. "float": "left",
  288. "height": "24px",
  289. "line-height": "24px",
  290. "font-size": "16px",
  291. "color": "#666",
  292. "font-weight": "bold",
  293. "margin-right": "10px"
  294. },
  295. "createTemplateFormCategoryItemNode":{
  296. "float": "left",
  297. "height": "24px",
  298. "line-height": "24px",
  299. "font-size": "16px",
  300. "color": "#666",
  301. "font-weight": "bold",
  302. "margin-right": "10px",
  303. "cursor": "pointer"
  304. },
  305. "createTemplateFormCategoryItemNode_current": {
  306. "color": "#0000FF",
  307. },
  308. "createTemplateFormContentNode": {
  309. "overflow": "auto"
  310. },
  311. "formTemplateNode": {
  312. "margin-top": "30px",
  313. "margin-left": "30px",
  314. "float": "left",
  315. "width": "160px",
  316. "height": "180px",
  317. "cursor": "pointer",
  318. "border": "2px solid #F7F7F7",
  319. //"border-radius": "10px",
  320. "box-shadow": "0px 0px 0px #999",
  321. "background-color": "#F7F7F7"
  322. },
  323. "formTemplateNode_over": {
  324. "border": "2px solid #bbb",
  325. "box-shadow": "0px 0px 5px #999",
  326. "background-color": "#bbb"
  327. },
  328. "formTemplateNode_down": {
  329. "border-top": "2px solid #bbb",
  330. "border-left": "2px solid #bbb",
  331. "border-bottom": "2px solid #F7F7F7",
  332. "border-right": "2px solid #F7F7F7",
  333. "box-shadow": "0px 0px 0px #999"
  334. },
  335. "formTemplateIconNode": {
  336. "height": "135px",
  337. "width": "150px",
  338. "margin": "5px auto 0px auto"
  339. },
  340. "formTemplatePreviewNode": {
  341. "height": "135px",
  342. "width": "150px",
  343. "margin": "5px auto 0px auto",
  344. "position": "relative",
  345. "overflow": "hidden"
  346. },
  347. "formTemplateActionNode":{
  348. "width": "16px",
  349. "height": "16px",
  350. "position": "absolute",
  351. "top": "0px",
  352. "right": "0px",
  353. "background": "url("+"../x_component_process_ProcessManager/$Explorer/default/formIcon/delete.png) no-repeat center center",
  354. "display": "none"
  355. },
  356. "formTemplateTitleNode": {
  357. "height": "30px",
  358. "line-height": "30px",
  359. "text-align": "center",
  360. "font-size": "14px"
  361. },
  362. "formTemplateIconImgNode": {
  363. "width": "100%",
  364. "height": "100%",
  365. //"border-radius": "10px"
  366. },
  367. "createTemplateScrollNode": {
  368. "margin-right": "0px",
  369. "height": "100%",
  370. "overflow": "hidden"
  371. },
  372. "createTemplateContentNode": {
  373. "overflow": "hidden",
  374. "padding": "10px 40px 40px 10px"
  375. },
  376. "templateNode": {
  377. "margin-top": "30px",
  378. "margin-left": "30px",
  379. "float": "left",
  380. "width": "120px",
  381. "height": "140px",
  382. "cursor": "pointer",
  383. "border": "2px solid #FFF",
  384. "border-radius": "10px",
  385. "box-shadow": "0px 0px 0px #999",
  386. "background-color": "#FFF"
  387. },
  388. "templateNode_over": {
  389. "border": "2px solid #999",
  390. "box-shadow": "0px 0px 5px #999"
  391. },
  392. "templateNode_down": {
  393. "border-top": "2px solid #999",
  394. "border-left": "2px solid #999",
  395. "border-bottom": "2px solid #FFF",
  396. "border-right": "2px solid #FFF",
  397. "box-shadow": "0px 0px 0px #999"
  398. },
  399. "templateIconNode": {
  400. "height": "110px"
  401. },
  402. "templateTitleNode": {
  403. "height": "30px",
  404. "line-height": "30px",
  405. "text-align": "center",
  406. "font-size": "14px"
  407. },
  408. "templateIconImgNode": {
  409. "width": "100%",
  410. "height": "100%",
  411. "border-radius": "10px"
  412. }
  413. }