css.wcss 11 KB

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