css.wcss 12 KB

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