css.wcss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. {
  2. "chartAreaNode": {
  3. "height": "100%",
  4. "width": "500px",
  5. "overflow": "hidden",
  6. "float": "left",
  7. },
  8. "chartScrollNode": {
  9. "overflow": "hidden"
  10. },
  11. "propertyAreaNode": {
  12. "height": "100%",
  13. "margin-left": "400px",
  14. "overflow": "hidden"
  15. },
  16. "resizeBarNode": {
  17. "height": "100%",
  18. "width": "3px",
  19. "float": "left",
  20. "overflow": "hidden",
  21. "background-color": "#999",
  22. "cursor": "col-resize"
  23. },
  24. "propertyNode": {
  25. "margin-left": "3px",
  26. "height": "100%",
  27. "overflow": "hidden",
  28. },
  29. "propertyTitleNode": {
  30. "background-color": "#4c6b87",
  31. "height": "50px",
  32. "color": "#FFF",
  33. "margin": "0px 0px",
  34. "text-align": "center",
  35. "color": "#FFF",
  36. "line-height": "50px",
  37. "font-size": "20px",
  38. "font-weight": "bold"
  39. },
  40. "propertyTitleTextNode": {
  41. },
  42. "propertyContentNode": {
  43. "overflow": "hidden",
  44. "margin": "0px 3px 3px 3px"
  45. },
  46. "toolbarNode": {
  47. "height": "50px",
  48. "background-color": "#4c6b87"
  49. },
  50. "addTopGroupNode": {
  51. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/addTopGroup.png) center center no-repeat",
  52. "width": "50px",
  53. "height": "50px",
  54. "cursor": "pointer",
  55. "float": "left",
  56. "border-right": "1px solid #FFF"
  57. },
  58. "deleteGroupsNode":{
  59. "position": "absolute",
  60. "background-color": "#c04444",
  61. "border": "2px solid #FFF",
  62. "border-radius": "5px",
  63. "box-shadow": "0px 0px 10px #999",
  64. "cursor": "pointer",
  65. "color": "#FFF",
  66. "padding": "5px 10px"
  67. },
  68. "searchNode": {
  69. "margin-left": "60px",
  70. "height": "50px"
  71. },
  72. "searchButtonNode": {
  73. "float": "right",
  74. "width": "50px",
  75. "height": "50px",
  76. "margin-right": "40px",
  77. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/search.png) no-repeat center center",
  78. "cursor": "pointer"
  79. },
  80. "searchInputAreaNode": {
  81. "margin-right": "120px",
  82. "text-align": "right",
  83. },
  84. "searchInputBoxNode": {
  85. "margin-top": "13px",
  86. "width": "80%",
  87. "max-width": "500px",
  88. "height": "24px",
  89. "border-radius": "3px",
  90. "background-color": "#EEE",
  91. "float": "right",
  92. "text-align": "center",
  93. },
  94. "searchInputNode": {
  95. "width": "96%",
  96. "height": "24px",
  97. "border": "0px",
  98. "font-family": "微软雅黑",
  99. "font-size": "14px",
  100. "color": "#999",
  101. "background": "transparent",
  102. "-webkit-user-select": "auto",
  103. "-moz-user-select": "auto"
  104. },
  105. "chartNode": {
  106. "min-height": "100%",
  107. "overflow": "hidden"
  108. },
  109. "formInput": {
  110. "content": {
  111. "height": "24px",
  112. "line-height": "24px",
  113. "margin": "3px 20px",
  114. "cursor": "default"
  115. },
  116. "input": {
  117. "width": "90%",
  118. "height": "22px",
  119. "border": "1px solid #CCC",
  120. "box-shadow": "0px 0px 0px",
  121. },
  122. "input_focus": {
  123. "width": "90%",
  124. "height": "22px",
  125. "border": "1px solid #da7429",
  126. "box-shadow": "0px 0px 8px #fab37e",
  127. }
  128. },
  129. "groupItem": {
  130. "node": {
  131. "overflow": "hidden",
  132. "border": "1px solid #d7dbde",
  133. "background-color": "#FFF",
  134. "margin": "6px 6px 6px 6px"
  135. },
  136. "nodeOver": {
  137. "overflow": "hidden",
  138. "border": "1px solid #506c80",
  139. "background-color": "#FFF",
  140. "margin": "6px 6px 6px 6px"
  141. },
  142. "childNode": {
  143. "overflow": "hidden",
  144. "margin-left": "20px"
  145. },
  146. "contentNode": {
  147. "height": "36px",
  148. "cursor": "pointer",
  149. "background-color": "#eef2f5",
  150. "border-bottom": "1px solid #d7dbde"
  151. },
  152. "contentNodeNew": {
  153. "height": "40px",
  154. "cursor": "pointer",
  155. "background-color": "#fae7c6",
  156. "border-bottom": "1px solid #bfc8cf"
  157. },
  158. "contentNode_selected": {
  159. "height": "36px",
  160. "cursor": "pointer",
  161. "background-color": "#eecbcb",
  162. "border-bottom": "1px solid #d7dbde"
  163. },
  164. "flagNode": {
  165. "height": "36px",
  166. "width": "3px",
  167. "float": "left",
  168. "background": "transparent"
  169. },
  170. "flagNodeOver": {
  171. "height": "36px",
  172. "width": "3px",
  173. "float": "left",
  174. "background": "#da7429"
  175. },
  176. "flagNodeSelected": {
  177. "height": "36px",
  178. "width": "3px",
  179. "float": "left",
  180. "background": "#e14141"
  181. },
  182. "iconNode": {
  183. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/role.png) center center no-repeat",
  184. "height": "36px",
  185. "width": "50px",
  186. "float": "left"
  187. },
  188. "textNode":{
  189. "height": "36px",
  190. "line-height": "36px",
  191. "font-size": "14px",
  192. "color": "#333",
  193. "font-weight": "normal",
  194. "margin": "0px 100px 0px 53px"
  195. },
  196. "actionNode": {
  197. "width": "100px",
  198. "height": "36px",
  199. "float": "right",
  200. "opacity": 0
  201. },
  202. "actionDeleteNode": {
  203. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/delete.png) center center no-repeat",
  204. "height": "40px",
  205. "width": "20px",
  206. "float": "right",
  207. "margin-right": "5px"
  208. },
  209. "actionDeleteNode_selected": {
  210. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/delete_selected.png) center center no-repeat",
  211. "height": "40px",
  212. "width": "20px",
  213. "float": "right",
  214. "margin-right": "5px"
  215. },
  216. "actionAddNode": {
  217. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/addOrg.png) center center no-repeat",
  218. "height": "40px",
  219. "width": "20px",
  220. "float": "right",
  221. "margin-right": "5px"
  222. },
  223. "propertyInforNode": {
  224. "margin": "10px 10px",
  225. "border": "1px solid #c9c9c9",
  226. "background-color": "#f5f6f8",
  227. "overflow": "hidden"
  228. },
  229. "propertyInforTextNode": {
  230. "height": "40px",
  231. "margin": "0px 10px",
  232. "margin-right": "210px",
  233. "border-bottom": "1px solid #c9c9c9",
  234. "font-size": "16px",
  235. "font-weight": "bold",
  236. "color": "#333",
  237. "line-height": "50px"
  238. },
  239. "propertyInforActionNode":{
  240. "float": "right",
  241. "height": "40px",
  242. "margin-right": "10px",
  243. "border-bottom": "1px solid #c9c9c9",
  244. "width": "200px"
  245. },
  246. "editBaseNode": {
  247. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/edit.png) 3px center no-repeat",
  248. "float": "right",
  249. "cursor": "pointer",
  250. "margin-top": "12px",
  251. "padding": "3px 5px",
  252. "padding-left": "22px",
  253. "font-size": "12px",
  254. "font-weight": "normal",
  255. "border": "1px solid #AAA",
  256. "background-color": "#FFF",
  257. "line-height": "normal",
  258. "color":"#666",
  259. "border-radius":"3px"
  260. },
  261. "cancelBaseNode": {
  262. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/editCancel.png) 3px center no-repeat",
  263. "float": "right",
  264. "cursor": "pointer",
  265. "margin-top": "12px",
  266. "padding": "3px 5px",
  267. "padding-left": "22px",
  268. "font-size": "12px",
  269. "font-weight": "normal",
  270. "border": "1px solid #999",
  271. "background-color": "#AAA",
  272. "line-height": "normal",
  273. "color":"#FFF",
  274. "border-radius":"3px"
  275. },
  276. "saveBaseNode": {
  277. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/editOk.png) 15px center no-repeat",
  278. "float": "right",
  279. "cursor": "pointer",
  280. "margin-top": "12px",
  281. "padding": "3px 20px",
  282. "padding-left": "35px",
  283. "font-size": "12px",
  284. "font-weight": "normal",
  285. "border": "1px solid #888",
  286. "background-color": "#6b8bbd",
  287. "line-height": "normal",
  288. "color":"#FFF",
  289. "margin-right": "10px",
  290. "border-radius":"3px",
  291. "box-shadow": "0px 0px 5px #888",
  292. },
  293. "propertyInforContentNode": {
  294. "margin": "10px 10px",
  295. "color": "#333",
  296. "font-size": "14px",
  297. "line-height": "30px"
  298. },
  299. "propertyBaseContentTdTitle": {
  300. "width": "20%",
  301. "text-align": "right",
  302. "color": "#da7429"
  303. },
  304. "addActionNode": {
  305. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/additem.png) 3px center no-repeat",
  306. "float": "right",
  307. "cursor": "pointer",
  308. "margin-top": "12px",
  309. "margin-left": "5px",
  310. "padding": "3px 5px",
  311. "padding-left": "22px",
  312. "font-size": "12px",
  313. "font-weight": "normal",
  314. "border": "1px solid #666",
  315. "background-color": "#FFF",
  316. "line-height": "normal",
  317. "color":"#333",
  318. "border-radius":"3px"
  319. },
  320. "deleteActionNode_desable": {
  321. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/deleteitem_disable.png) 3px center no-repeat",
  322. "float": "right",
  323. "cursor": "pointer",
  324. "margin-top": "12px",
  325. "margin-left": "5px",
  326. "padding": "3px 5px",
  327. "padding-left": "22px",
  328. "font-size": "12px",
  329. "font-weight": "normal",
  330. "border": "1px solid #CCC",
  331. "background-color": "#FFF",
  332. "line-height": "normal",
  333. "color":"#999",
  334. "border-radius":"3px"
  335. },
  336. "deleteActionNode": {
  337. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/deleteitem.png) 3px center no-repeat",
  338. "float": "right",
  339. "cursor": "pointer",
  340. "margin-top": "12px",
  341. "margin-left": "5px",
  342. "padding": "3px 5px",
  343. "padding-left": "22px",
  344. "font-size": "12px",
  345. "font-weight": "normal",
  346. "border": "1px solid #666",
  347. "background-color": "#FFF",
  348. "line-height": "normal",
  349. "color":"#333",
  350. "border-radius":"3px"
  351. },
  352. "propertyContentTdTitle": {
  353. "border-bottom": "1px solid #CCC",
  354. "background-color": "#DDD"
  355. },
  356. "member": {
  357. "identityNode": {
  358. "padding": "5px",
  359. "float": "left",
  360. "margin-right": "10px",
  361. "margin-bottom": "10px",
  362. "background-color": "#DDD",
  363. "border-radius":"5px",
  364. "color": "#333",
  365. "line-height": "20px",
  366. "cursor": "pointer"
  367. },
  368. "identityNode_over": {
  369. "padding": "5px",
  370. "float": "left",
  371. "margin-right": "10px",
  372. "margin-bottom": "10px",
  373. "background-color": "#da7429",
  374. "border-radius":"5px",
  375. "line-height": "20px",
  376. "color": "#FFF",
  377. "cursor": "pointer"
  378. },
  379. "identityRemoveNode": {
  380. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/del.png) center center no-repeat",
  381. "width": "16px",
  382. "margin-left": "5px",
  383. "height": "20px",
  384. "float": "right"
  385. },
  386. "identityInforNode": {
  387. "overflow": "hidden"
  388. },
  389. "identityInforNameNode": {
  390. "height": "40px"
  391. },
  392. "identityInforPicNode": {
  393. "height": "40px",
  394. "width": "40px",
  395. "float": "left"
  396. },
  397. "identityInforNameTextNode": {
  398. "height": "40px",
  399. "float": "left",
  400. "margin-left": "10px",
  401. "width": "80px",
  402. "color": "#da7429",
  403. "font-size": "14px",
  404. "font-weight": "bold"
  405. },
  406. "identityInforPhoneNode": {
  407. "padding": "0px",
  408. "margin-top": "15px",
  409. "height": "10px"
  410. },
  411. }
  412. },
  413. "map": {
  414. "contentNode": {
  415. "line-height": "normal",
  416. "height": "16px",
  417. "background": "transparent"
  418. },
  419. "contentNode_selected": {
  420. "line-height": "normal",
  421. "height": "16px",
  422. "background": "#f7eae1"
  423. },
  424. "selectNode":{
  425. "border-bottom": "1px solid #CCC",
  426. "cursor": "pointer",
  427. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/select.png) center center no-repeat",
  428. },
  429. "selectNode_selected":{
  430. "border-bottom": "1px solid #CCC",
  431. "cursor": "pointer",
  432. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/selected.png) center center no-repeat",
  433. },
  434. "valueNode": {
  435. "text-align": "left",
  436. "font-size": "12px",
  437. "border-right": "1px solid #CCC",
  438. "border-bottom": "1px solid #CCC"
  439. },
  440. "actionNode": {
  441. "background": "url("+"/x_component_Organization/$RoleExplorer/default/icon/add.png) center center no-repeat",
  442. "border-bottom": "1px solid #CCC",
  443. "cursor": "pointer"
  444. },
  445. "identityNode": {
  446. "padding": "3px",
  447. "float": "left",
  448. "margin-right": "3px",
  449. "margin-bottom": "3px",
  450. "background-color": "#DDD",
  451. "border-radius":"5px",
  452. "color": "#333",
  453. "cursor": "pointer"
  454. },
  455. "identityNode_over": {
  456. "padding": "3px",
  457. "float": "left",
  458. "margin-right": "3px",
  459. "margin-bottom": "3px",
  460. "background-color": "#da7429",
  461. "border-radius":"5px",
  462. "color": "#FFF",
  463. "cursor": "pointer"
  464. },
  465. "identityInforNode": {
  466. "overflow": "hidden"
  467. },
  468. "identityInforNameNode": {
  469. "height": "40px"
  470. },
  471. "identityInforPicNode": {
  472. "height": "40px",
  473. "width": "40px",
  474. "float": "left"
  475. },
  476. "identityInforNameTextNode": {
  477. "height": "40px",
  478. "float": "left",
  479. "margin-left": "10px",
  480. "width": "80px",
  481. "color": "#da7429",
  482. "font-size": "14px",
  483. "font-weight": "bold"
  484. },
  485. "identityInforPhoneNode": {
  486. "padding": "0px",
  487. "margin-top": "15px",
  488. "height": "10px"
  489. },
  490. "nameInputNode": {
  491. "height": "16px",
  492. "width": "98%",
  493. "border": "1px solid #CCC"
  494. }
  495. }
  496. }