css.wcss 9.5 KB

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