css.wcss 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  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. "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": "Microsoft YaHei",
  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": "Microsoft YaHei",
  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. "itemFileNewNode": {
  242. "width": "30px",
  243. "height": "30px",
  244. "position": "relative",
  245. "top": "-65px",
  246. "left": "-5px",
  247. "background": "url("+"../x_component_process_ProcessManager/$DictionaryExplorer/default/icon/new.png) no-repeat right"
  248. },
  249. "createTemplateMaskNode": {
  250. "width": "100%",
  251. "height": "100%",
  252. "background-color": "#666",
  253. "position": "absolute",
  254. "top": "0px",
  255. "left": "0px",
  256. "opacity": 0.4,
  257. "z-index":100
  258. },
  259. "createTemplateAreaNode": {
  260. "width": "688px",
  261. "height": "226",
  262. "border": "3px solid #999",
  263. "border-radius": "12px",
  264. "box-shadow": "0px 0px 10px #999",
  265. "position": "absolute",
  266. "top": "20%",
  267. "left": "10%",
  268. "z-index": "30000",
  269. "background-color": "#FFF",
  270. "opacity": 0
  271. },
  272. "createTemplateScrollNode": {
  273. "margin-right": "0px",
  274. "height": "100%",
  275. "overflow": "hidden"
  276. },
  277. "createTemplateContentNode": {
  278. "overflow": "hidden",
  279. "padding": "10px 40px 40px 10px"
  280. },
  281. "templateNode": {
  282. "margin-top": "30px",
  283. "margin-left": "30px",
  284. "float": "left",
  285. "width": "120px",
  286. "height": "140px",
  287. "cursor": "pointer",
  288. "border": "2px solid #FFF",
  289. "border-radius": "10px",
  290. "box-shadow": "0px 0px 0px #999",
  291. "background-color": "#FFF"
  292. },
  293. "templateNode_over": {
  294. "border": "2px solid #999",
  295. "box-shadow": "0px 0px 5px #999"
  296. },
  297. "templateNode_down": {
  298. "border-top": "2px solid #999",
  299. "border-left": "2px solid #999",
  300. "border-bottom": "2px solid #FFF",
  301. "border-right": "2px solid #FFF",
  302. "box-shadow": "0px 0px 0px #999"
  303. },
  304. "templateIconNode": {
  305. "height": "110px"
  306. },
  307. "templateTitleNode": {
  308. "height": "30px",
  309. "line-height": "30px",
  310. "text-align": "center",
  311. "font-size": "14px"
  312. },
  313. "templateIconImgNode": {
  314. "width": "100%",
  315. "height": "100%",
  316. "border-radius": "10px"
  317. },
  318. "createFormTemplateAreaNode": {
  319. "max-width": "600px",
  320. "min-width": "300px",
  321. "width": "90%",
  322. "height": "90%",
  323. "border": "3px solid #999",
  324. "border-radius": "12px",
  325. "box-shadow": "0px 0px 10px #999",
  326. "position": "absolute",
  327. "top": "0px",
  328. "left": "0px",
  329. "z-index": "200",
  330. "background-color": "#F7F7F7",
  331. "opacity": 0
  332. },
  333. "createTemplateFormTitleNode": {
  334. "height": "50px",
  335. "line-height": "50px",
  336. "padding": "0px 30px",
  337. "color": "#666666",
  338. "font-size": "28px",
  339. "margin-top": "10px",
  340. "font-weight": "bold"
  341. },
  342. "fileDesignerTitleNode": {
  343. "height": "40px",
  344. "line-height": "40px"
  345. },
  346. "fileDesignerTitleIconNode": {
  347. "width": "40px",
  348. "height": "40px",
  349. "float": "left",
  350. "background-repeat": "no-repeat",
  351. "background-position": "left top"
  352. },
  353. "fileDesignerTitleTextNode": {
  354. "margin": "0px 40px",
  355. "height": "40px",
  356. "text-align": "center",
  357. "font-size": "18px",
  358. "color": "#666666",
  359. "font-weight": "bold"
  360. },
  361. "fileDesignerContentNode": {
  362. "overflow": "auto"
  363. },
  364. "fileDesignerButtonNode": {
  365. "height": "50px"
  366. },
  367. "fileDesignerContentAreaNode": {
  368. "overflow": "hidden",
  369. "padding": "20px"
  370. },
  371. "fileDesignerContentLineNode": {
  372. "height": "30px",
  373. "line-height": "30px",
  374. "width": "80%",
  375. "margin": "auto",
  376. "margin-top": "10px"
  377. },
  378. "fileDesignerContentLineTitleNode": {
  379. "height": "30px",
  380. "width": "80px",
  381. "float": "left",
  382. "font-size": "16px",
  383. "color": "#666666",
  384. "text-align": "left",
  385. "font-weight": "bold"
  386. },
  387. "fileDesignerContentLineContentNode": {
  388. "height": "30px",
  389. "margin-left": "80px",
  390. "-webkit-user-select": "text",
  391. "-moz-user-select": "text"
  392. },
  393. "fileDesignerContentLineInputNode": {
  394. "border": "1px solid #999999",
  395. "height": "22px",
  396. "line-height": "22px",
  397. "width": "99%",
  398. "color": "#666666"
  399. },
  400. "fileDesignerContentFileLineNode": {
  401. "height": "80px",
  402. "line-height": "80px",
  403. "width": "80%",
  404. "margin": "auto",
  405. "margin-top": "10px"
  406. },
  407. "fileDesignerContentFileLineTitleNode": {
  408. "height": "80px",
  409. "width": "80px",
  410. "float": "left",
  411. "font-size": "16px",
  412. "color": "#666666",
  413. "text-align": "left",
  414. "font-weight": "bold"
  415. },
  416. "fileDesignerContentFileLineContentNode": {
  417. "height": "80px",
  418. "margin": "0px 80px"
  419. },
  420. "fileDesignerContentFileLineRightNode":{
  421. "height": "80px",
  422. "width": "80px",
  423. "float": "right",
  424. },
  425. "fileDesignerUploadButtonNode": {
  426. "height": "24px",
  427. "width": "70px",
  428. "line-height": "24px",
  429. "border": "1px solid #999999",
  430. "border-radius": "5px",
  431. "text-align": "center",
  432. "color": "#666666",
  433. "float": "right",
  434. "margin-top": "28px",
  435. "background-color": "#F3F3F3",
  436. "cursor": "pointer"
  437. },
  438. "fileDesignerCancelButtonNode": {
  439. "height": "26px",
  440. "width": "80px",
  441. "line-height": "26px",
  442. "border": "1px solid #999999",
  443. "border-radius": "5px",
  444. "text-align": "center",
  445. "color": "#666666",
  446. "float": "right",
  447. "margin-right": "60px",
  448. "background-color": "#F3F3F3",
  449. "cursor": "pointer"
  450. },
  451. "fileDesignerOkButtonNode": {
  452. "height": "26px",
  453. "width": "100px",
  454. "line-height": "26px",
  455. "border": "1px solid #999999",
  456. "border-radius": "5px",
  457. "text-align": "center",
  458. "color": "#FFFFFF",
  459. "float": "right",
  460. "margin-right": "20px",
  461. "background-color": "#4c6b87",
  462. "cursor": "pointer"
  463. },
  464. "fileDesignerContentFileLineFileIconNode": {
  465. "height": "80px",
  466. "width": "80px",
  467. "float": "left",
  468. "background-repeat": "no-repeat",
  469. "background-position": "center"
  470. },
  471. "fileDesignerContentFileLineFileNameNode": {
  472. "margin-left": "85px",
  473. "height": "40px",
  474. "line-height": "20px",
  475. "font-size": "14px",
  476. "word-break": "break-all",
  477. "color": "#666666"
  478. },
  479. "fileDesignerContentFileLineFileSizeNode": {
  480. "margin-left": "85px",
  481. "height": "40px",
  482. "line-height": "20px",
  483. "font-size": "14px",
  484. "color": "#999999"
  485. },
  486. "createProjectFormNode": {
  487. "margin": "10px 50px",
  488. "overflow": "hidden"
  489. },
  490. "createProjectFormTitle": {
  491. "height": "30px",
  492. "padding": "2px 10px",
  493. "background-color": "#666666",
  494. "font-weight": "bold",
  495. "text-align": "left",
  496. "line-height": "30px",
  497. "min-width": "80px",
  498. "font-size": "14px",
  499. "color": "#ffffff",
  500. "margin-top": "20px"
  501. },
  502. "createProjectFormContent": {
  503. "overflow": "hidden",
  504. "text-align": "left",
  505. "line-height": "30px"
  506. },
  507. "projectionTypeSelectNode": {
  508. "width": "180px",
  509. "height": "30px",
  510. "padding": "5px",
  511. "float": "left",
  512. "margin-right": "8px",
  513. "border": "1px solid #f3f3f3",
  514. "margin-top": "8px",
  515. "border-radius": "6px",
  516. "cursor": "pointer",
  517. "background-repeat": "no-repeat",
  518. "background-position": "160px",
  519. "color": "#666666",
  520. "background-image": "url(../x_component_process_ProcessManager/$DictionaryExplorer/default/projectionIcon/check.png)",
  521. "background-color": "#ffffff"
  522. },
  523. "projectionTypeSelectNode_over": {
  524. "background-color": "#e6f2ff"
  525. },
  526. "projectionTypeSelectNode_current": {
  527. "background-color": "#3c76b7",
  528. "color": "#ffffff",
  529. "background-image": "url(../x_component_process_ProcessManager/$DictionaryExplorer/default/projectionIcon/checked.png)",
  530. },
  531. "projectionTypeSelectIconNode": {
  532. "height": "30px",
  533. "width": "30px",
  534. "float": "left",
  535. "background-repeat": "no-repeat",
  536. "background-position": "center center",
  537. },
  538. "projectionTypeSelectTextNode": {
  539. "height": "30px",
  540. "margin-left": "5px",
  541. "margin-right": "30px",
  542. "text-align": "left"
  543. },
  544. "projectionTypeSelectTextNameNode": {
  545. "height": "16px",
  546. "line-height": "16px",
  547. "overflow": "hidden"
  548. },
  549. "projectionTypeSelectTextTitleNode": {
  550. "height": "14px",
  551. "line-height": "14px",
  552. "font-size": "12px",
  553. "overflow": "hidden"
  554. },
  555. "projectionTypeSelectCheckNode": {
  556. "height": "30px",
  557. "width": "30px",
  558. "float": "right"
  559. },
  560. "createElementInforNode": {
  561. "height": "40px",
  562. "line-height": "40px",
  563. "padding": "10px",
  564. "color": "#999999"
  565. }
  566. }