css.wcss 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863
  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. "background-size": "50px"
  36. },
  37. "createElementNode": {
  38. "float": "left",
  39. "width": "80px",
  40. "height": "80px",
  41. "background": "url("+"../x_component_process_ProcessManager/$Explorer/default/icon/createProcess.png) no-repeat center center",
  42. "cursor": "pointer",
  43. "border-right": "1px solid #EEE",
  44. "border-left": "0px solid #EEE"
  45. },
  46. "titleElementNode": {
  47. "float": "left",
  48. "width": "180px",
  49. "height": "80px",
  50. "line-height": "80px",
  51. "color": "#FFF",
  52. "font-weight": "bold",
  53. "font-family": "Microsoft YaHei",
  54. "font-size": "18px",
  55. "margin-left": "5px"
  56. },
  57. "searchElementNode": {
  58. "float": "right",
  59. "margin-right": "30px",
  60. "cursor": "pointer",
  61. "margin-top": "10px",
  62. "overflow": "hidden",
  63. "height": "60px",
  64. "width": "60px",
  65. "background": "url('../x_component_process_ProcessManager/$Explorer/default/icon/find.png') center center no-repeat"
  66. },
  67. "categoryElementNode": {
  68. "overflow": "hidden",
  69. "background-color": "#ffffff",
  70. "position": "static",
  71. "font-size": "14px"
  72. },
  73. "categoryElementItemAllNode": {
  74. "float": "left",
  75. "cursor": "pointer",
  76. "background": "url('../x_component_process_ProcessManager/$Explorer/default/icon/icon_quanbu.png') 0 center no-repeat",
  77. "height": "38px",
  78. "margin-left": "30px",
  79. "padding-left": "22px",
  80. "line-height":"38px",
  81. "color": "#333333",
  82. "border-bottom": "2px solid #ffffff"
  83. },
  84. "categoryElementItemAllNode_current": {
  85. "background": "url('../x_component_process_ProcessManager/$Explorer/default/icon/icon_quanbu_click.png') 0 center no-repeat",
  86. "color": "#4a90e2",
  87. "border-bottom": "2px solid #4a90e2"
  88. },
  89. "categoryElementItemNode": {
  90. "float": "left",
  91. "cursor": "pointer",
  92. "background": "url('../x_component_process_ProcessManager/$Explorer/default/icon/icon__leading_in_grey.png') 0 center no-repeat",
  93. "height": "38px",
  94. "margin-left": "30px",
  95. "padding-left": "22px",
  96. "line-height":"38px",
  97. "color": "#333333",
  98. "border-bottom": "2px solid #ffffff"
  99. },
  100. "categoryElementItemNode_current": {
  101. "background": "url('../x_component_process_ProcessManager/$Explorer/default/icon/icon__leading_in_click.png') 0 center no-repeat",
  102. "color": "#4a90e2",
  103. "border-bottom": "2px solid #4a90e2"
  104. },
  105. "itemStyleSwitchNode":{
  106. "float": "right",
  107. "display": "flex",
  108. "height": "38px",
  109. "align-items": "center",
  110. "margin-right": "20px"
  111. },
  112. "itemStyleSwitchItemNode":{
  113. "padding": "5px",
  114. "width":"16px",
  115. "height": "16px",
  116. "background-repeat": "no-repeat",
  117. "background-position": "center center"
  118. },
  119. "itemSortArea":{
  120. "float": "right",
  121. "height": "38px",
  122. "line-height": "38px"
  123. },
  124. "itemSortSelect":{
  125. "border": "1px solid #ccc",
  126. "border-radius": "4px",
  127. "height": "20px",
  128. },
  129. "searchArea":{
  130. "float": "right",
  131. "width": "172px",
  132. "border": "1px solid #ccc",
  133. "border-radius": "4px",
  134. "margin": "8px 10px 0 0",
  135. "padding": "0 0 0 2px",
  136. "overflow": "hidden"
  137. },
  138. "searchInput": {
  139. "width": "calc( 100% - 46px )",
  140. "height": "20px",
  141. "line-height": "20px",
  142. "font-size": "13px",
  143. "color": "#666",
  144. "border": "0",
  145. "float": "left",
  146. "background": "inherit"
  147. },
  148. "searchButton":{
  149. "cursor": "pointer",
  150. "width": "20px",
  151. "height": "20px",
  152. "line-height": "20px",
  153. "color": "#ccc",
  154. "float": "right",
  155. "background": "url(../x_component_process_ProcessManager/$Explorer/default/icon/search.png) no-repeat center center",
  156. "background-size": "12px 12px"
  157. },
  158. "searchCancelButton":{
  159. "cursor": "pointer",
  160. "width": "20px",
  161. "height": "20px",
  162. "line-height": "20px",
  163. "color": "#ccc",
  164. "float": "right",
  165. "background": "url(../x_component_process_ProcessManager/$Explorer/default/icon/icon_clear.png) no-repeat center center",
  166. "display": "none",
  167. "background-size": "12px 12px"
  168. },
  169. "searchElementButtonNode": {
  170. "float": "right",
  171. "width": "80px",
  172. "height": "80px",
  173. "margin-right": "40px",
  174. "background": "url("+"../x_component_process_ProcessManager/$Explorer/default/categoryIcon/searchCategory.png) no-repeat center center",
  175. "cursor": "pointer"
  176. },
  177. "searchElementInputAreaNode": {
  178. "margin-right": "120px",
  179. "text-align": "right"
  180. },
  181. "searchElementInputBoxNode": {
  182. "margin-top": "25px",
  183. "width": "80%",
  184. "max-width": "500px",
  185. "height": "30px",
  186. "border-radius": "5px",
  187. "background-color": "#EEE",
  188. "float": "right",
  189. "text-align": "center"
  190. },
  191. "searchElementInputNode": {
  192. "width": "96%",
  193. "height": "28px",
  194. "border": "0px",
  195. "font-family": "Microsoft YaHei",
  196. "font-size": "14px",
  197. "color": "#999",
  198. "background": "transparent",
  199. "-webkit-user-select": "auto",
  200. "-moz-user-select": "auto"
  201. },
  202. "elementContentNode": {
  203. "overflow": "hidden",
  204. "position": "static"
  205. },
  206. "elementContentListNode": {
  207. "overflow": "hidden",
  208. "padding-bottom": "20px"
  209. },
  210. "noElementNode": {
  211. "text-align": "center",
  212. "padding": "20px",
  213. "height": "60px",
  214. "line-height": "60px",
  215. "margin-top": "10px",
  216. "margin-left": "0px",
  217. "color": "#888",
  218. "cursor": "pointer",
  219. "font-size": "16px"
  220. },
  221. "deleteItemsAction": {
  222. "padding": "0 10px",
  223. "height": "30px",
  224. "cursor": "pointer",
  225. "position": "absolute",
  226. "background-color": "#c04444",
  227. "border": "1px solid #FFF",
  228. "line-height": "30px",
  229. "font-size": "14px",
  230. "font-family": "Microsoft YaHei",
  231. "color": "#FFF",
  232. "text-align": "center",
  233. "border-radius": "0px",
  234. "opacity": 0,
  235. "box-shadow": "0px 2px 5px #666"
  236. },
  237. "noItemNoticeNode": {
  238. "text-align": "left",
  239. "padding": "20px",
  240. "height": "60px",
  241. "line-height": "60px",
  242. "margin-top": "10px",
  243. "margin-left": "0px",
  244. "color": "#888",
  245. "cursor": "pointer",
  246. "font-size": "16px"
  247. },
  248. "itemNode": {
  249. "width": "240px",
  250. "padding": "10px",
  251. "height": "60px",
  252. "margin-top": "20px",
  253. "margin-left": "20px",
  254. "border": "1px solid #CCC",
  255. "float": "left",
  256. "background-color": "#FFF",
  257. "cursor": "default"
  258. },
  259. "itemNode_selected": {
  260. "background-color": "#b7d0e6",
  261. },
  262. "itemIconNode": {
  263. "padding": "0px",
  264. "float": "left",
  265. "width": "40px",
  266. "height": "60px",
  267. "cursor": "pointer"
  268. },
  269. "itemTextTitleNode": {
  270. "margin-left": "50px",
  271. "margin-right": "20px",
  272. "height": "20px",
  273. "line-height": "20px",
  274. "font-size": "14px",
  275. "font-weight": "bold",
  276. "overflow": "hidden",
  277. "cursor": "pointer",
  278. "color": "#333"
  279. },
  280. "deleteActionNode": {
  281. "padding": "0px",
  282. "float": "right",
  283. "width": "16px",
  284. "height": "16px",
  285. "opacity": 0,
  286. "cursor": "pointer",
  287. "background": "url("+"../x_component_process_ProcessManager/$Explorer/default/processIcon/deleteProcess.png) no-repeat center center"
  288. },
  289. "saveasActionNode": {
  290. "padding": "0px",
  291. "float": "right",
  292. "width": "16px",
  293. "height": "16px",
  294. "margin-right": "5px",
  295. "opacity": 0,
  296. "cursor": "pointer",
  297. "background": "url("+"../x_component_process_ProcessManager/$Explorer/default/processIcon/copy.png) no-repeat center center"
  298. },
  299. "itemTextDescriptionNode": {
  300. "margin-left": "50px",
  301. "margin-right": "20px",
  302. "font-size": "12px",
  303. "line-height": "20px",
  304. "height": "20px",
  305. "color": "#777",
  306. "overflow": "hidden",
  307. "white-space": "normal"
  308. },
  309. "itemTextDateNode": {
  310. "margin-left": "50px",
  311. "font-size": "12px",
  312. "line-height": "20px",
  313. "height": "20px",
  314. "color": "#777",
  315. "text-align": "right"
  316. },
  317. "itemNewNode": {
  318. "width": "47px",
  319. "height": "47px",
  320. "position": "relative",
  321. "top": "-70px",
  322. "left": "-10px",
  323. "background": "url("+"../x_component_process_ProcessManager/$Explorer/default/icon/new.png) no-repeat right"
  324. },
  325. "itemNode_line": {
  326. "padding": "5px",
  327. "height": "40px",
  328. "margin-top": "10px",
  329. "margin-left": "0px",
  330. "border": "1px solid #CCC",
  331. "background-color": "#FFF",
  332. "cursor": "default"
  333. },
  334. "itemIconNode_line": {
  335. "padding": "0px",
  336. "float": "left",
  337. "width": "40px",
  338. "height": "40px",
  339. "cursor": "pointer"
  340. },
  341. "itemTextTitleNode_line": {
  342. "margin-left": "50px",
  343. "margin-right": "20px",
  344. "height": "20px",
  345. "line-height": "20px",
  346. "font-size": "14px",
  347. "font-weight": "bold",
  348. "overflow": "hidden",
  349. "cursor": "pointer",
  350. "color": "#333"
  351. },
  352. "itemInforNode_line": {
  353. "margin-left": "60px",
  354. "margin-right": "26px",
  355. "height": "40px",
  356. "overflow": "hidden"
  357. },
  358. "itemInforBaseNode_line": {
  359. "height": "20px",
  360. "line-height": "20px",
  361. "font-size": "12px"
  362. },
  363. "itemTextTitleNode_line": {
  364. "height": "20px",
  365. "font-weight": "bold",
  366. "overflow": "hidden",
  367. "cursor": "pointer",
  368. "color": "#333",
  369. "width": "38%",
  370. "float": "left"
  371. },
  372. "itemTextAliasNode_line": {
  373. "height": "20px",
  374. "overflow": "hidden",
  375. "cursor": "pointer",
  376. "color": "#777",
  377. "float": "left",
  378. "width": "38%"
  379. },
  380. "itemTextDateNode_line": {
  381. "height": "20px",
  382. "overflow": "hidden",
  383. "cursor": "pointer",
  384. "color": "#777",
  385. "float": "left",
  386. "text-align": "right",
  387. "width": "24%"
  388. },
  389. "itemTextDescriptionNode_line": {
  390. "font-size": "12px",
  391. "line-height": "20px",
  392. "height": "20px",
  393. "color": "#888",
  394. "overflow": "hidden",
  395. "white-space": "normal"
  396. },
  397. "itemNewNode_line": {
  398. "width": "30px",
  399. "height": "30px",
  400. "position": "relative",
  401. "top": "-45px",
  402. "left": "-5px",
  403. "background": "url("+"../x_component_process_ProcessManager/$DictionaryExplorer/default/icon/new.png) no-repeat right"
  404. },
  405. "itemErrorNode_line": {
  406. "width": "16px",
  407. "height": "16px",
  408. "float": "right",
  409. "background": "url("+"../x_component_process_ProcessManager/$DictionaryExplorer/default/icon/error.png) no-repeat center center",
  410. "position": "relative",
  411. "top": "-16px",
  412. "left": "0px"
  413. },
  414. "createTemplateMaskNode": {
  415. "width": "100%",
  416. "height": "100%",
  417. "background-color": "#666",
  418. "position": "absolute",
  419. "top": "0px",
  420. "left": "0px",
  421. "opacity": 0.4,
  422. "z-index":100
  423. },
  424. "createTemplateAreaNode": {
  425. "width": "688px",
  426. "height": "226",
  427. "border": "3px solid #999",
  428. "border-radius": "12px",
  429. "box-shadow": "0px 0px 10px #999",
  430. "position": "absolute",
  431. "top": "20%",
  432. "left": "10%",
  433. "z-index": "30000",
  434. "background-color": "#FFF",
  435. "opacity": 0
  436. },
  437. "createFormTemplateAreaNode": {
  438. "width": "90%",
  439. "height": "90%",
  440. "border": "3px solid #999",
  441. "border-radius": "12px",
  442. "box-shadow": "0px 0px 10px #999",
  443. "position": "absolute",
  444. "top": "0px",
  445. "left": "0px",
  446. "z-index": "200",
  447. "background-color": "#F7F7F7",
  448. "opacity": 0
  449. },
  450. "createTemplateFormTitleNode": {
  451. "height": "50px",
  452. "line-height": "50px",
  453. "padding": "0px 30px",
  454. "color": "#666666",
  455. "font-size": "28px",
  456. "margin-top": "10px",
  457. "font-weight": "bold"
  458. },
  459. "createTemplateCategoryCloseNode": {
  460. "cursor": "pointer",
  461. "position": "absolute",
  462. "right": "20px",
  463. "top": "20px",
  464. "width": "26px",
  465. "height": "26px",
  466. "background": "url(../x_component_cms_ColumnManager/widget/$CMSFormTemplateSelector/default/icon/close.png) no-repeat center center"
  467. },
  468. "createTemplateFormCategoryNode": {
  469. "margin-top": "10px",
  470. "padding": "0px 30px",
  471. "overflow": "hidden"
  472. },
  473. "createTemplateFormCategoryTitleNode": {
  474. "float": "left",
  475. "height": "24px",
  476. "line-height": "24px",
  477. "font-size": "16px",
  478. "color": "#666",
  479. "font-weight": "bold",
  480. "margin-right": "10px"
  481. },
  482. "createTemplateFormCategoryItemNode":{
  483. "float": "left",
  484. "height": "24px",
  485. "line-height": "24px",
  486. "font-size": "16px",
  487. "color": "#666",
  488. "font-weight": "bold",
  489. "margin-right": "10px",
  490. "cursor": "pointer"
  491. },
  492. "createTemplateFormCategoryItemNode_current": {
  493. "color": "#0000FF",
  494. },
  495. "createTemplateFormContentNode": {
  496. "overflow": "auto"
  497. },
  498. "formTemplateNode": {
  499. "margin-top": "30px",
  500. "margin-left": "30px",
  501. "float": "left",
  502. "width": "160px",
  503. "height": "180px",
  504. "cursor": "pointer",
  505. "border": "2px solid #F7F7F7",
  506. //"border-radius": "10px",
  507. "box-shadow": "0px 0px 0px #999",
  508. "background-color": "#F7F7F7"
  509. },
  510. "formTemplateNode_over": {
  511. "border": "2px solid #bbb",
  512. "box-shadow": "0px 0px 5px #999",
  513. "background-color": "#bbb"
  514. },
  515. "formTemplateNode_down": {
  516. "border-top": "2px solid #bbb",
  517. "border-left": "2px solid #bbb",
  518. "border-bottom": "2px solid #F7F7F7",
  519. "border-right": "2px solid #F7F7F7",
  520. "box-shadow": "0px 0px 0px #999"
  521. },
  522. "formTemplateIconNode": {
  523. "height": "135px",
  524. "width": "150px",
  525. "margin": "5px auto 0px auto"
  526. },
  527. "formTemplatePreviewNode": {
  528. "height": "135px",
  529. "width": "150px",
  530. "margin": "5px auto 0px auto",
  531. "position": "relative",
  532. "overflow": "hidden"
  533. },
  534. "formTemplateActionNode":{
  535. "width": "16px",
  536. "height": "16px",
  537. "position": "absolute",
  538. "top": "0px",
  539. "right": "0px",
  540. "background": "url("+"../x_component_process_ProcessManager/$Explorer/default/formIcon/delete.png) no-repeat center center",
  541. "display": "none"
  542. },
  543. "formTemplateTitleNode": {
  544. "height": "30px",
  545. "line-height": "30px",
  546. "text-align": "center",
  547. "font-size": "14px"
  548. },
  549. "formTemplateIconImgNode": {
  550. "width": "100%",
  551. "height": "100%",
  552. //"border-radius": "10px"
  553. },
  554. "createTemplateScrollNode": {
  555. "margin-right": "0px",
  556. "height": "100%",
  557. "overflow": "hidden"
  558. },
  559. "createTemplateContentNode": {
  560. "overflow": "hidden",
  561. "padding": "10px 40px 40px 10px"
  562. },
  563. "templateNode": {
  564. "margin-top": "30px",
  565. "margin-left": "30px",
  566. "float": "left",
  567. "width": "120px",
  568. "height": "140px",
  569. "cursor": "pointer",
  570. "border": "2px solid #FFF",
  571. "border-radius": "10px",
  572. "box-shadow": "0px 0px 0px #999",
  573. "background-color": "#FFF"
  574. },
  575. "templateNode_over": {
  576. "border": "2px solid #999",
  577. "box-shadow": "0px 0px 5px #999"
  578. },
  579. "templateNode_down": {
  580. "border-top": "2px solid #999",
  581. "border-left": "2px solid #999",
  582. "border-bottom": "2px solid #FFF",
  583. "border-right": "2px solid #FFF",
  584. "box-shadow": "0px 0px 0px #999"
  585. },
  586. "templateIconNode": {
  587. "height": "110px"
  588. },
  589. "templateTitleNode": {
  590. "height": "30px",
  591. "line-height": "30px",
  592. "text-align": "center",
  593. "font-size": "14px"
  594. },
  595. "templateIconImgNode": {
  596. "width": "100%",
  597. "height": "100%",
  598. "border-radius": "10px"
  599. },
  600. "fileDesignerAreaNode": {
  601. "max-width": "600px",
  602. "min-width": "300px",
  603. "width": "90%",
  604. "height": "90%",
  605. "border": "3px solid #999",
  606. "border-radius": "12px",
  607. "box-shadow": "0px 0px 10px #999",
  608. "position": "absolute",
  609. "top": "0px",
  610. "left": "0px",
  611. "z-index": "200",
  612. "background-color": "#F7F7F7",
  613. "opacity": 0
  614. },
  615. "fileDesignerAreaTitleNode": {
  616. "height": "50px",
  617. "line-height": "50px",
  618. "padding": "0px 30px",
  619. "color": "#666666",
  620. "font-size": "28px",
  621. "margin-top": "10px",
  622. "font-weight": "bold"
  623. },
  624. "fileDesignerTitleNode": {
  625. "height": "40px",
  626. "line-height": "40px"
  627. },
  628. "fileDesignerTitleIconNode": {
  629. "width": "40px",
  630. "height": "40px",
  631. "float": "left",
  632. "background-repeat": "no-repeat",
  633. "background-position": "left top"
  634. },
  635. "fileDesignerTitleTextNode": {
  636. "margin": "0px 40px",
  637. "height": "40px",
  638. "text-align": "center",
  639. "font-size": "18px",
  640. "color": "#666666",
  641. "font-weight": "bold"
  642. },
  643. "fileDesignerContentNode": {
  644. "overflow": "auto"
  645. },
  646. "fileDesignerButtonNode": {
  647. "height": "50px"
  648. },
  649. "fileDesignerContentAreaNode": {
  650. "overflow": "hidden",
  651. "padding": "20px"
  652. },
  653. "fileDesignerContentLineNode": {
  654. "height": "30px",
  655. "line-height": "30px",
  656. "width": "80%",
  657. "margin": "auto",
  658. "margin-top": "10px"
  659. },
  660. "fileDesignerContentLineTitleNode": {
  661. "height": "30px",
  662. "width": "80px",
  663. "float": "left",
  664. "font-size": "16px",
  665. "color": "#666666",
  666. "text-align": "left",
  667. "font-weight": "bold"
  668. },
  669. "fileDesignerContentLineContentNode": {
  670. "height": "30px",
  671. "margin-left": "80px",
  672. "-webkit-user-select": "text",
  673. "-moz-user-select": "text"
  674. },
  675. "fileDesignerContentLineInputNode": {
  676. "border": "1px solid #999999",
  677. "height": "22px",
  678. "line-height": "22px",
  679. "width": "99%",
  680. "color": "#666666"
  681. },
  682. "fileDesignerContentFileLineNode": {
  683. "height": "80px",
  684. "line-height": "80px",
  685. "width": "80%",
  686. "margin": "auto",
  687. "margin-top": "10px"
  688. },
  689. "fileDesignerContentFileLineTitleNode": {
  690. "height": "80px",
  691. "width": "80px",
  692. "float": "left",
  693. "font-size": "16px",
  694. "color": "#666666",
  695. "text-align": "left",
  696. "font-weight": "bold"
  697. },
  698. "fileDesignerContentFileLineContentNode": {
  699. "height": "80px",
  700. "margin": "0px 80px"
  701. },
  702. "fileDesignerContentFileLineRightNode":{
  703. "height": "80px",
  704. "width": "80px",
  705. "float": "right",
  706. },
  707. "fileDesignerUploadButtonNode": {
  708. "height": "24px",
  709. "width": "70px",
  710. "line-height": "24px",
  711. "border": "1px solid #999999",
  712. "border-radius": "5px",
  713. "text-align": "center",
  714. "color": "#666666",
  715. "float": "right",
  716. "margin-top": "28px",
  717. "background-color": "#F3F3F3",
  718. "cursor": "pointer"
  719. },
  720. "fileDesignerCancelButtonNode": {
  721. "height": "26px",
  722. "width": "80px",
  723. "line-height": "26px",
  724. "border": "1px solid #999999",
  725. "border-radius": "5px",
  726. "text-align": "center",
  727. "color": "#666666",
  728. "float": "right",
  729. "margin-right": "60px",
  730. "background-color": "#F3F3F3",
  731. "cursor": "pointer"
  732. },
  733. "fileDesignerOkButtonNode": {
  734. "height": "26px",
  735. "width": "100px",
  736. "line-height": "26px",
  737. "border": "1px solid #999999",
  738. "border-radius": "5px",
  739. "text-align": "center",
  740. "color": "#FFFFFF",
  741. "float": "right",
  742. "margin-right": "20px",
  743. "background-color": "#4c6b87",
  744. "cursor": "pointer"
  745. },
  746. "fileDesignerContentFileLineFileIconNode": {
  747. "height": "80px",
  748. "width": "80px",
  749. "float": "left",
  750. "background-repeat": "no-repeat",
  751. "background-position": "center"
  752. },
  753. "fileDesignerContentFileLineFileNameNode": {
  754. "margin-left": "85px",
  755. "height": "40px",
  756. "line-height": "20px",
  757. "font-size": "14px",
  758. "word-break": "break-all",
  759. "color": "#666666"
  760. },
  761. "fileDesignerContentFileLineFileSizeNode": {
  762. "margin-left": "85px",
  763. "height": "40px",
  764. "line-height": "20px",
  765. "font-size": "14px",
  766. "color": "#999999"
  767. },
  768. "createProjectFormNode": {
  769. "margin": "10px 50px",
  770. "overflow": "hidden"
  771. },
  772. "createProjectFormTitle": {
  773. "height": "30px",
  774. "padding": "2px 10px",
  775. "background-color": "#666666",
  776. "font-weight": "bold",
  777. "text-align": "left",
  778. "line-height": "30px",
  779. "min-width": "80px",
  780. "font-size": "14px",
  781. "color": "#ffffff",
  782. "margin-top": "20px"
  783. },
  784. "createProjectFormContent": {
  785. "overflow": "hidden",
  786. "text-align": "left",
  787. "line-height": "30px"
  788. },
  789. "projectionTypeSelectNode": {
  790. "width": "180px",
  791. "height": "30px",
  792. "padding": "5px",
  793. "float": "left",
  794. "margin-right": "8px",
  795. "border": "1px solid #f3f3f3",
  796. "margin-top": "8px",
  797. "border-radius": "6px",
  798. "cursor": "pointer",
  799. "background-repeat": "no-repeat",
  800. "background-position": "160px",
  801. "color": "#666666",
  802. "background-image": "url(../x_component_process_ProcessManager/$DictionaryExplorer/default/projectionIcon/check.png)",
  803. "background-color": "#ffffff"
  804. },
  805. "projectionTypeSelectNode_over": {
  806. "background-color": "#e6f2ff"
  807. },
  808. "projectionTypeSelectNode_current": {
  809. "background-color": "#3c76b7",
  810. "color": "#ffffff",
  811. "background-image": "url(../x_component_process_ProcessManager/$DictionaryExplorer/default/projectionIcon/checked.png)",
  812. },
  813. "projectionTypeSelectIconNode": {
  814. "height": "30px",
  815. "width": "30px",
  816. "float": "left",
  817. "background-repeat": "no-repeat",
  818. "background-position": "center center",
  819. },
  820. "projectionTypeSelectTextNode": {
  821. "height": "30px",
  822. "margin-left": "5px",
  823. "margin-right": "30px",
  824. "text-align": "left"
  825. },
  826. "projectionTypeSelectTextNameNode": {
  827. "height": "16px",
  828. "line-height": "16px",
  829. "overflow": "hidden"
  830. },
  831. "projectionTypeSelectTextTitleNode": {
  832. "height": "14px",
  833. "line-height": "14px",
  834. "font-size": "12px",
  835. "overflow": "hidden"
  836. },
  837. "projectionTypeSelectCheckNode": {
  838. "height": "30px",
  839. "width": "30px",
  840. "float": "right"
  841. },
  842. "createElementInforNode": {
  843. "height": "40px",
  844. "line-height": "40px",
  845. "padding": "10px",
  846. "color": "#999999"
  847. }
  848. }