css_bak.wcss 13 KB

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