css.wcss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495
  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/$GroupExplorer/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/$GroupExplorer/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. "contentNode_selected": {
  153. "height": "36px",
  154. "cursor": "pointer",
  155. "background-color": "#eecbcb",
  156. "border-bottom": "1px solid #d7dbde"
  157. },
  158. "flagNode": {
  159. "height": "36px",
  160. "width": "3px",
  161. "float": "left",
  162. "background": "transparent"
  163. },
  164. "flagNodeOver": {
  165. "height": "36px",
  166. "width": "3px",
  167. "float": "left",
  168. "background": "#da7429"
  169. },
  170. "flagNodeSelected": {
  171. "height": "36px",
  172. "width": "3px",
  173. "float": "left",
  174. "background": "#e14141"
  175. },
  176. "iconNode": {
  177. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/group.png) center center no-repeat",
  178. "height": "36px",
  179. "width": "50px",
  180. "float": "left"
  181. },
  182. "textNode":{
  183. "height": "36px",
  184. "line-height": "36px",
  185. "font-size": "14px",
  186. "color": "#333",
  187. "font-weight": "normal",
  188. "margin": "0px 100px 0px 53px"
  189. },
  190. "actionNode": {
  191. "width": "100px",
  192. "height": "36px",
  193. "float": "right",
  194. "opacity": 0
  195. },
  196. "actionDeleteNode": {
  197. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/delete.png) center center no-repeat",
  198. "height": "40px",
  199. "width": "20px",
  200. "float": "right",
  201. "margin-right": "5px"
  202. },
  203. "actionDeleteNode_selected": {
  204. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/delete_selected.png) center center no-repeat",
  205. "height": "40px",
  206. "width": "20px",
  207. "float": "right",
  208. "margin-right": "5px"
  209. },
  210. "actionAddNode": {
  211. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/addOrg.png) center center no-repeat",
  212. "height": "40px",
  213. "width": "20px",
  214. "float": "right",
  215. "margin-right": "5px"
  216. },
  217. "propertyInforNode": {
  218. "margin": "10px 10px",
  219. "border": "1px solid #c9c9c9",
  220. "background-color": "#f5f6f8",
  221. "overflow": "hidden"
  222. },
  223. "propertyInforTextNode": {
  224. "height": "40px",
  225. "margin": "0px 10px",
  226. "margin-right": "210px",
  227. "border-bottom": "1px solid #c9c9c9",
  228. "font-size": "16px",
  229. "font-weight": "bold",
  230. "color": "#333",
  231. "line-height": "50px"
  232. },
  233. "propertyInforActionNode":{
  234. "float": "right",
  235. "height": "40px",
  236. "margin-right": "10px",
  237. "border-bottom": "1px solid #c9c9c9",
  238. "width": "200px"
  239. },
  240. "editBaseNode": {
  241. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/edit.png) 3px center no-repeat",
  242. "float": "right",
  243. "cursor": "pointer",
  244. "margin-top": "12px",
  245. "padding": "3px 5px",
  246. "padding-left": "22px",
  247. "font-size": "12px",
  248. "font-weight": "normal",
  249. "border": "1px solid #AAA",
  250. "background-color": "#FFF",
  251. "line-height": "normal",
  252. "color":"#666",
  253. "border-radius":"3px"
  254. },
  255. "cancelBaseNode": {
  256. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/editCancel.png) 3px center no-repeat",
  257. "float": "right",
  258. "cursor": "pointer",
  259. "margin-top": "12px",
  260. "padding": "3px 5px",
  261. "padding-left": "22px",
  262. "font-size": "12px",
  263. "font-weight": "normal",
  264. "border": "1px solid #999",
  265. "background-color": "#AAA",
  266. "line-height": "normal",
  267. "color":"#FFF",
  268. "border-radius":"3px"
  269. },
  270. "saveBaseNode": {
  271. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/editOk.png) 15px center no-repeat",
  272. "float": "right",
  273. "cursor": "pointer",
  274. "margin-top": "12px",
  275. "padding": "3px 20px",
  276. "padding-left": "35px",
  277. "font-size": "12px",
  278. "font-weight": "normal",
  279. "border": "1px solid #888",
  280. "background-color": "#6b8bbd",
  281. "line-height": "normal",
  282. "color":"#FFF",
  283. "margin-right": "10px",
  284. "border-radius":"3px",
  285. "box-shadow": "0px 0px 5px #888",
  286. },
  287. "propertyInforContentNode": {
  288. "margin": "10px 10px",
  289. "color": "#333",
  290. "font-size": "14px",
  291. "line-height": "30px"
  292. },
  293. "propertyBaseContentTdTitle": {
  294. "width": "20%",
  295. "text-align": "right",
  296. "color": "#da7429"
  297. },
  298. "addActionNode": {
  299. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/additem.png) 3px center no-repeat",
  300. "float": "right",
  301. "cursor": "pointer",
  302. "margin-top": "12px",
  303. "margin-left": "5px",
  304. "padding": "3px 5px",
  305. "padding-left": "22px",
  306. "font-size": "12px",
  307. "font-weight": "normal",
  308. "border": "1px solid #666",
  309. "background-color": "#FFF",
  310. "line-height": "normal",
  311. "color":"#333",
  312. "border-radius":"3px"
  313. },
  314. "deleteActionNode_desable": {
  315. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/deleteitem_disable.png) 3px center no-repeat",
  316. "float": "right",
  317. "cursor": "pointer",
  318. "margin-top": "12px",
  319. "margin-left": "5px",
  320. "padding": "3px 5px",
  321. "padding-left": "22px",
  322. "font-size": "12px",
  323. "font-weight": "normal",
  324. "border": "1px solid #CCC",
  325. "background-color": "#FFF",
  326. "line-height": "normal",
  327. "color":"#999",
  328. "border-radius":"3px"
  329. },
  330. "deleteActionNode": {
  331. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/deleteitem.png) 3px center no-repeat",
  332. "float": "right",
  333. "cursor": "pointer",
  334. "margin-top": "12px",
  335. "margin-left": "5px",
  336. "padding": "3px 5px",
  337. "padding-left": "22px",
  338. "font-size": "12px",
  339. "font-weight": "normal",
  340. "border": "1px solid #666",
  341. "background-color": "#FFF",
  342. "line-height": "normal",
  343. "color":"#333",
  344. "border-radius":"3px"
  345. },
  346. "propertyContentTdTitle": {
  347. "border-bottom": "1px solid #CCC",
  348. "background-color": "#DDD"
  349. },
  350. "member": {
  351. "identityNode": {
  352. "padding": "5px",
  353. "float": "left",
  354. "margin-right": "10px",
  355. "margin-bottom": "10px",
  356. "background-color": "#DDD",
  357. "border-radius":"5px",
  358. "color": "#333",
  359. "line-height": "20px",
  360. "cursor": "pointer"
  361. },
  362. "identityNode_over": {
  363. "padding": "5px",
  364. "float": "left",
  365. "margin-right": "10px",
  366. "margin-bottom": "10px",
  367. "background-color": "#da7429",
  368. "border-radius":"5px",
  369. "line-height": "20px",
  370. "color": "#FFF",
  371. "cursor": "pointer"
  372. },
  373. "identityRemoveNode": {
  374. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/del.png) center center no-repeat",
  375. "width": "16px",
  376. "margin-left": "5px",
  377. "height": "20px",
  378. "float": "right"
  379. },
  380. "identityInforNode": {
  381. "overflow": "hidden"
  382. },
  383. "identityInforNameNode": {
  384. "height": "40px"
  385. },
  386. "identityInforPicNode": {
  387. "height": "40px",
  388. "width": "40px",
  389. "float": "left"
  390. },
  391. "identityInforNameTextNode": {
  392. "height": "40px",
  393. "float": "left",
  394. "margin-left": "10px",
  395. "width": "80px",
  396. "color": "#da7429",
  397. "font-size": "14px",
  398. "font-weight": "bold"
  399. },
  400. "identityInforPhoneNode": {
  401. "padding": "0px",
  402. "margin-top": "15px",
  403. "height": "10px"
  404. },
  405. }
  406. },
  407. "map": {
  408. "contentNode": {
  409. "line-height": "normal",
  410. "height": "16px",
  411. "background": "transparent"
  412. },
  413. "contentNode_selected": {
  414. "line-height": "normal",
  415. "height": "16px",
  416. "background": "#f7eae1"
  417. },
  418. "selectNode":{
  419. "border-bottom": "1px solid #CCC",
  420. "cursor": "pointer",
  421. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/select.png) center center no-repeat",
  422. },
  423. "selectNode_selected":{
  424. "border-bottom": "1px solid #CCC",
  425. "cursor": "pointer",
  426. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/selected.png) center center no-repeat",
  427. },
  428. "valueNode": {
  429. "text-align": "left",
  430. "font-size": "12px",
  431. "border-right": "1px solid #CCC",
  432. "border-bottom": "1px solid #CCC"
  433. },
  434. "actionNode": {
  435. "background": "url("+"/x_component_Organization/$GroupExplorer/default/icon/add.png) center center no-repeat",
  436. "border-bottom": "1px solid #CCC",
  437. "cursor": "pointer"
  438. },
  439. "identityNode": {
  440. "padding": "3px",
  441. "float": "left",
  442. "margin-right": "3px",
  443. "margin-bottom": "3px",
  444. "background-color": "#DDD",
  445. "border-radius":"5px",
  446. "color": "#333",
  447. "cursor": "pointer"
  448. },
  449. "identityNode_over": {
  450. "padding": "3px",
  451. "float": "left",
  452. "margin-right": "3px",
  453. "margin-bottom": "3px",
  454. "background-color": "#da7429",
  455. "border-radius":"5px",
  456. "color": "#FFF",
  457. "cursor": "pointer"
  458. },
  459. "identityInforNode": {
  460. "overflow": "hidden"
  461. },
  462. "identityInforNameNode": {
  463. "height": "40px"
  464. },
  465. "identityInforPicNode": {
  466. "height": "40px",
  467. "width": "40px",
  468. "float": "left"
  469. },
  470. "identityInforNameTextNode": {
  471. "height": "40px",
  472. "float": "left",
  473. "margin-left": "10px",
  474. "width": "80px",
  475. "color": "#da7429",
  476. "font-size": "14px",
  477. "font-weight": "bold"
  478. },
  479. "identityInforPhoneNode": {
  480. "padding": "0px",
  481. "margin-top": "15px",
  482. "height": "10px"
  483. },
  484. "nameInputNode": {
  485. "height": "16px",
  486. "width": "98%",
  487. "border": "1px solid #CCC"
  488. }
  489. }
  490. }