css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427
  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. "margin-right": "10px"
  88. },
  89. "noElementNode": {
  90. "text-align": "center",
  91. "padding": "20px",
  92. "height": "60px",
  93. "line-height": "60px",
  94. "margin-top": "10px",
  95. "margin-left": "0px",
  96. "color": "#888",
  97. "cursor": "pointer",
  98. "font-size": "16px"
  99. },
  100. "deleteItemsAction": {
  101. "width": "140px",
  102. "height": "30px",
  103. "cursor": "pointer",
  104. "position": "absolute",
  105. "background-color": "#c04444",
  106. "border": "1px solid #FFF",
  107. "line-height": "30px",
  108. "font-size": "14px",
  109. "font-family": "微软雅黑",
  110. "color": "#FFF",
  111. "text-align": "center",
  112. "border-radius": "0px",
  113. "opacity": 0,
  114. "box-shadow": "0px 2px 5px #666"
  115. },
  116. "noItemNoticeNode": {
  117. "text-align": "left",
  118. "padding": "20px",
  119. "height": "60px",
  120. "line-height": "60px",
  121. "margin-top": "10px",
  122. "margin-left": "0px",
  123. "color": "#888",
  124. "cursor": "pointer",
  125. "font-size": "16px"
  126. },
  127. "itemNode": {
  128. "padding": "5px",
  129. "height": "40px",
  130. "margin-top": "10px",
  131. "margin-left": "0px",
  132. "border": "1px solid #CCC",
  133. "background-color": "#FFF",
  134. "cursor": "default"
  135. },
  136. "itemNode_selected": {
  137. "background-color": "#b7d0e6",
  138. },
  139. "itemIconNode": {
  140. "padding": "0px",
  141. "float": "left",
  142. "margin-left": "10px",
  143. "width": "40px",
  144. "height": "40px"
  145. },
  146. "deleteActionNode": {
  147. "padding": "0px",
  148. "float": "right",
  149. "width": "16px",
  150. "height": "16px",
  151. "opacity": 0,
  152. "cursor": "pointer",
  153. "background": "url("+"/x_component_process_ProcessManager/$Explorer/default/processIcon/deleteProcess.png) no-repeat center center"
  154. },
  155. "saveasActionNode": {
  156. "padding": "0px",
  157. "float": "right",
  158. "width": "16px",
  159. "height": "16px",
  160. "margin-right": "5px",
  161. "margin-left": "5px",
  162. "opacity": 0,
  163. "cursor": "pointer",
  164. "background": "url(/x_component_process_ProcessManager/$Explorer/default/processIcon/copy.png) no-repeat center center"
  165. },
  166. "itemInforNode": {
  167. "margin-left": "60px",
  168. "margin-right": "26px",
  169. "height": "40px",
  170. "overflow": "hidden"
  171. },
  172. "itemInforBaseNode": {
  173. "height": "20px",
  174. "line-height": "20px",
  175. "font-size": "12px"
  176. },
  177. "itemTextTitleNode": {
  178. "height": "20px",
  179. "font-weight": "bold",
  180. "overflow": "hidden",
  181. "cursor": "pointer",
  182. "color": "#333",
  183. "width": "38%",
  184. "float": "left"
  185. },
  186. "itemTextAliasNode": {
  187. "height": "20px",
  188. "overflow": "hidden",
  189. "cursor": "pointer",
  190. "color": "#777",
  191. "float": "left",
  192. "width": "38%"
  193. },
  194. "itemTextDateNode": {
  195. "height": "20px",
  196. "overflow": "hidden",
  197. "cursor": "pointer",
  198. "color": "#777",
  199. "float": "left",
  200. "text-align": "right",
  201. "width": "24%"
  202. },
  203. "itemTextDescriptionNode": {
  204. "font-size": "12px",
  205. "line-height": "20px",
  206. "height": "20px",
  207. "color": "#888",
  208. "overflow": "hidden",
  209. "white-space": "normal"
  210. },
  211. "itemErrorNode": {
  212. "width": "16px",
  213. "height": "16px",
  214. "float": "right",
  215. "background": "url("+"/x_component_process_ProcessManager/$DictionaryExplorer/default/icon/error.png) no-repeat center center",
  216. "position": "relative",
  217. "top": "-16px",
  218. "left": "0px"
  219. },
  220. "itemNewNode": {
  221. "width": "30px",
  222. "height": "30px",
  223. "position": "relative",
  224. "top": "-45px",
  225. "left": "-5px",
  226. "background": "url("+"/x_component_process_ProcessManager/$DictionaryExplorer/default/icon/new.png) no-repeat right"
  227. },
  228. "createTemplateMaskNode": {
  229. "width": "100%",
  230. "height": "100%",
  231. "background-color": "#666",
  232. "position": "absolute",
  233. "top": "0px",
  234. "left": "0px",
  235. "opacity": 0.4,
  236. "z-index":100
  237. },
  238. "createTemplateAreaNode": {
  239. "width": "688px",
  240. "height": "226",
  241. "border": "3px solid #999",
  242. "border-radius": "12px",
  243. "box-shadow": "0px 0px 10px #999",
  244. "position": "absolute",
  245. "top": "20%",
  246. "left": "10%",
  247. "z-index": "30000",
  248. "background-color": "#FFF",
  249. "opacity": 0
  250. },
  251. "createFormTemplateAreaNode": {
  252. "max-width": "600px",
  253. "min-width": "300px",
  254. "width": "90%",
  255. "height": "90%",
  256. "border": "3px solid #999",
  257. "border-radius": "12px",
  258. "box-shadow": "0px 0px 10px #999",
  259. "position": "absolute",
  260. "top": "0px",
  261. "left": "0px",
  262. "z-index": "200",
  263. "background-color": "#F7F7F7",
  264. "opacity": 0
  265. },
  266. "createTemplateFormTitleNode": {
  267. "height": "50px",
  268. "line-height": "50px",
  269. "padding": "0px 30px",
  270. "color": "#666666",
  271. "font-size": "28px",
  272. "margin-top": "10px",
  273. "font-weight": "bold"
  274. },
  275. "fileDesignerTitleNode": {
  276. "height": "40px",
  277. "line-height": "40px"
  278. },
  279. "fileDesignerTitleIconNode": {
  280. "width": "40px",
  281. "height": "40px",
  282. "float": "left",
  283. "background-repeat": "no-repeat",
  284. "background-position": "left top"
  285. },
  286. "fileDesignerTitleTextNode": {
  287. "margin": "0px 40px",
  288. "height": "40px",
  289. "text-align": "center",
  290. "font-size": "18px",
  291. "color": "#666666",
  292. "font-weight": "bold"
  293. },
  294. "fileDesignerContentNode": {
  295. "overflow": "auto"
  296. },
  297. "fileDesignerButtonNode": {
  298. "height": "50px"
  299. },
  300. "fileDesignerContentAreaNode": {
  301. "overflow": "hidden",
  302. "padding": "20px"
  303. },
  304. "fileDesignerContentLineNode": {
  305. "height": "30px",
  306. "line-height": "30px",
  307. "width": "80%",
  308. "margin": "auto",
  309. "margin-top": "10px"
  310. },
  311. "fileDesignerContentLineTitleNode": {
  312. "height": "30px",
  313. "width": "80px",
  314. "float": "left",
  315. "font-size": "16px",
  316. "color": "#666666",
  317. "text-align": "left",
  318. "font-weight": "bold"
  319. },
  320. "fileDesignerContentLineContentNode": {
  321. "height": "30px",
  322. "margin-left": "80px",
  323. "-webkit-user-select": "text",
  324. "-moz-user-select": "text"
  325. },
  326. "fileDesignerContentLineInputNode": {
  327. "border": "1px solid #999999",
  328. "height": "22px",
  329. "line-height": "22px",
  330. "width": "99%",
  331. "color": "#666666"
  332. },
  333. "fileDesignerContentFileLineNode": {
  334. "height": "80px",
  335. "line-height": "80px",
  336. "width": "80%",
  337. "margin": "auto",
  338. "margin-top": "10px"
  339. },
  340. "fileDesignerContentFileLineTitleNode": {
  341. "height": "80px",
  342. "width": "80px",
  343. "float": "left",
  344. "font-size": "16px",
  345. "color": "#666666",
  346. "text-align": "left",
  347. "font-weight": "bold"
  348. },
  349. "fileDesignerContentFileLineContentNode": {
  350. "height": "80px",
  351. "margin": "0px 80px"
  352. },
  353. "fileDesignerContentFileLineRightNode":{
  354. "height": "80px",
  355. "width": "80px",
  356. "float": "right",
  357. },
  358. "fileDesignerUploadButtonNode": {
  359. "height": "24px",
  360. "width": "70px",
  361. "line-height": "24px",
  362. "border": "1px solid #999999",
  363. "border-radius": "5px",
  364. "text-align": "center",
  365. "color": "#666666",
  366. "float": "right",
  367. "margin-top": "28px",
  368. "background-color": "#F3F3F3",
  369. "cursor": "pointer"
  370. },
  371. "fileDesignerCancelButtonNode": {
  372. "height": "26px",
  373. "width": "80px",
  374. "line-height": "26px",
  375. "border": "1px solid #999999",
  376. "border-radius": "5px",
  377. "text-align": "center",
  378. "color": "#666666",
  379. "float": "right",
  380. "margin-right": "60px",
  381. "background-color": "#F3F3F3",
  382. "cursor": "pointer"
  383. },
  384. "fileDesignerOkButtonNode": {
  385. "height": "26px",
  386. "width": "100px",
  387. "line-height": "26px",
  388. "border": "1px solid #999999",
  389. "border-radius": "5px",
  390. "text-align": "center",
  391. "color": "#FFFFFF",
  392. "float": "right",
  393. "margin-right": "20px",
  394. "background-color": "#4c6b87",
  395. "cursor": "pointer"
  396. },
  397. "fileDesignerContentFileLineFileIconNode": {
  398. "height": "80px",
  399. "width": "80px",
  400. "float": "left",
  401. "background-repeat": "no-repeat",
  402. "background-position": "center"
  403. },
  404. "fileDesignerContentFileLineFileNameNode": {
  405. "margin-left": "85px",
  406. "height": "40px",
  407. "line-height": "20px",
  408. "font-size": "14px",
  409. "word-break": "break-all",
  410. "color": "#666666"
  411. },
  412. "fileDesignerContentFileLineFileSizeNode": {
  413. "margin-left": "85px",
  414. "height": "40px",
  415. "line-height": "20px",
  416. "font-size": "14px",
  417. "color": "#999999"
  418. }
  419. }