css.wcss 12 KB

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