css.wcss 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790
  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": "0px",
  32. "color": "#333333",
  33. "margin": "0px 0px",
  34. "text-align": "center",
  35. "line-height": "40px",
  36. "font-size": "18px",
  37. "overflow": "hidden"
  38. },
  39. "propertyTitleTextNode": {
  40. },
  41. "propertyContentNode": {
  42. "overflow": "hidden",
  43. "-webkit-user-select": "text",
  44. "-moz-user-select": "text",
  45. "margin": "0px 3px 3px 3px"
  46. },
  47. "toolbarNode": {
  48. "height": "40px",
  49. "background-color": "#F8F8F8",
  50. "border-bottom": "1px solid #CCCCCC",
  51. "position": "relative"
  52. },
  53. "listScrollNode": {
  54. "overflow": "hidden"
  55. },
  56. "listNode": {
  57. "min-height": "100%",
  58. "overflow": "hidden"
  59. },
  60. "addTopGroupNode": {
  61. "background": "url("+"../x_component_Org/$Explorer/default/icon/add.png) center center no-repeat",
  62. "width": "40px",
  63. "height": "40px",
  64. "cursor": "pointer",
  65. "float": "right"
  66. },
  67. "filterNode": {
  68. "position": "absolute",
  69. "background": "url("+"../x_component_Org/$Explorer/default/icon/filter.png) right center no-repeat",
  70. "background-size": "12px",
  71. "width": "20px",
  72. "height": "40px",
  73. "cursor": "pointer",
  74. "right": "40px",
  75. "top": "0"
  76. },
  77. "filterSearchAction":{
  78. "width":"80px",
  79. "text-align": "center",
  80. "height": "22px",
  81. "line-height": "22px",
  82. "color": "#666666",
  83. "cursor": "pointer",
  84. "font-size": "12px",
  85. "border": "1px solid #666",
  86. "background-color": "#2b7ac4",
  87. "color": "#ffffff",
  88. "border-radius": "3px"
  89. },
  90. "searchNode": {
  91. "margin-right": "40px",
  92. "height": "40px"
  93. },
  94. "searchButtonNode": {
  95. "float": "left",
  96. "width": "40px",
  97. "height": "40px",
  98. "background": "url("+"../x_component_Org/$Explorer/default/icon/search.png) no-repeat center center",
  99. "cursor": "pointer"
  100. },
  101. "searchInputAreaNode": {
  102. "margin-left": "40px",
  103. "text-align": "left",
  104. },
  105. "searchInputNode": {
  106. "margin-top": "7px",
  107. "width": "96%",
  108. "height": "24px",
  109. "line-height": "24px",
  110. "border": "0px",
  111. "font-family": "Microsoft YaHei",
  112. "font-size": "12px",
  113. "color": "#999",
  114. "background": "transparent",
  115. "-webkit-user-select": "auto",
  116. "-moz-user-select": "auto"
  117. },
  118. "pingyinAction": {
  119. "height": "40px",
  120. "width": "40px",
  121. "background": "url("+"../x_component_Org/$Explorer/default/icon/pingyin.png) center center no-repeat",
  122. "cursor": "pointer"
  123. },
  124. "pingyinNode": {
  125. "width": "0px",
  126. "background": "#f8f8f8",
  127. "border-right": "1px solid #CCCCCC",
  128. "position": "absolute",
  129. "overflow": "hidden",
  130. "display": "none"
  131. },
  132. "pingyinNode_to":{
  133. "width": "30px",
  134. },
  135. "letterNode": {
  136. "height": "20px",
  137. "text-align": "center",
  138. "line-height": "20px",
  139. "color": "#999999",
  140. "font-weight": "400",
  141. "cursor": "pointer"
  142. },
  143. "letterNode_over": {
  144. "font-weight": "bold",
  145. "color": "#333333",
  146. },
  147. "deleteElementsNode":{
  148. "position": "absolute",
  149. "border": "1px solid #FFFFFF",
  150. "box-shadow": "0px 0px 10px #999",
  151. "cursor": "pointer",
  152. },
  153. "deleteElementsDeleteNode": {
  154. "background-color": "#c04444",
  155. "color": "#FFF",
  156. "float": "left",
  157. "padding": "10px 10px"
  158. },
  159. "deleteElementsCancelNode": {
  160. "background-color": "#999",
  161. "color": "#fff",
  162. "float": "left",
  163. "padding": "10px 10px"
  164. },
  165. "popContentNode": {
  166. "position": "absolute",
  167. "height": "10px",
  168. "width": "10px",
  169. "background-color": "#ffffff",
  170. "overflow": "hidden",
  171. "z-index": 20000
  172. },
  173. "item": {
  174. "node": {
  175. "overflow": "hidden",
  176. "background-color": "#F8F8F8",
  177. "height": "50px",
  178. "margin": "0px"
  179. },
  180. "nodeOver": {
  181. "background-color": "#dfeefe"
  182. },
  183. "contentNode": {
  184. "height": "50px",
  185. "cursor": "pointer",
  186. "background-color": "#F8F8F8"
  187. },
  188. "contentNode_delete": {
  189. "height": "50px",
  190. "cursor": "pointer",
  191. "background-color": "#eecbcb"
  192. },
  193. "contentNode_selected": {
  194. "height": "50px",
  195. "cursor": "pointer",
  196. "background-color": "#3C76B7"
  197. },
  198. "iconNode": {
  199. "background-position": "center center",
  200. "background-repeat": "no-repeat",
  201. "margin-left": "16px",
  202. "height": "32px",
  203. "width": "32px",
  204. "border-radius": "16px",
  205. "margin-top": "9px",
  206. "background-color": "#FFFFFF",
  207. "float": "left"
  208. },
  209. "iconImgNode": {
  210. "width": "32px",
  211. "height": "32px",
  212. "border": "0",
  213. "border-radius": "16px"
  214. },
  215. "actionNode": {
  216. "width": "40px",
  217. "height": "50px",
  218. "float": "right",
  219. "opacity": 0
  220. },
  221. "actionNode_selected": {
  222. "opacity": 1
  223. },
  224. "textNode":{
  225. "height": "50px",
  226. "line-height": "50px",
  227. "font-size": "14px",
  228. "color": "#333",
  229. "font-weight": "normal",
  230. "margin": "0px 40px 0px 60px"
  231. },
  232. "textNode_selected":{
  233. "color": "#ffffff"
  234. },
  235. "actionDeleteNode": {
  236. // "background": "url("+"../x_component_Org/$Explorer/default/icon/delete.png) center center no-repeat",
  237. "color": "#3C76B7",
  238. "height": "50px",
  239. "width": "20px",
  240. "line-height": "50px",
  241. "float": "right",
  242. "margin-right": "5px"
  243. },
  244. "actionDeleteNode_delete": {
  245. // "background": "url("+"../x_component_Org/$Explorer/default/icon/delete_delete.png) center center no-repeat",
  246. "color": "#ff0200",
  247. "height": "50px",
  248. "width": "20px",
  249. "line-height": "50px",
  250. "float": "right",
  251. "margin-right": "5px"
  252. },
  253. "actionDeleteNode_selected": {
  254. // "background": "url("+"../x_component_Org/$Explorer/default/icon/delete_selected.png) center center no-repeat",
  255. "color": "#fff",
  256. "height": "50px",
  257. "width": "20px",
  258. "line-height": "50px",
  259. "float": "right",
  260. "margin-right": "5px"
  261. },
  262. "tabTitleNode": {
  263. "border-bottom": "1px solid #CCCCCC",
  264. "width": "70%",
  265. "min-width": "500px",
  266. "height": "40px",
  267. "margin": "20px auto 0px auto"
  268. },
  269. "tabAreaNode": {
  270. "width": "360px",
  271. "margin": "auto",
  272. "height": "40px",
  273. "line-height": "40px",
  274. "overflow": "hidden"
  275. },
  276. "tabNode": {
  277. "width": "100px",
  278. "margin-left": "20px",
  279. "height": "38px",
  280. "line-height": "38px",
  281. "text-align": "center",
  282. "float": "left",
  283. "color": "#666666",
  284. "font-size": "16px",
  285. "font-weight": "500",
  286. "cursor": "pointer",
  287. "border-bottom": "2px solid #F8F8F8"
  288. },
  289. "tabNode_current": {
  290. "color": "#3b74b4",
  291. "border-bottom": "2px solid #3b74b4"
  292. },
  293. "tabContentNode": {
  294. "overflow": "hidden"
  295. },
  296. "propertyDutyContentTdTitle": {
  297. "background-color": "#f1f1f1",
  298. "height": "30px",
  299. "line-height": "30px",
  300. "text-align": "left"
  301. },
  302. "tabCountNode": {
  303. "border-radius": "7px",
  304. "height": "14px",
  305. "min-width": "14px",
  306. "line-height": "14px",
  307. "font-size": "10px",
  308. "text-align": "center",
  309. "color": "#ffffff",
  310. "background-color": "#666666",
  311. "position": "relative",
  312. "float": "right",
  313. "margin-right": "3px",
  314. "top": "-36px"
  315. },
  316. "person": {
  317. "titleBgNode": {
  318. "height": "98px",
  319. "background-repeat": "no-repeat",
  320. "background-size": "cover",
  321. "overflow": "hidden"
  322. },
  323. "titleNode": {
  324. "height": "78px",
  325. "padding": "10px 0px",
  326. "background-repeat": "no-repeat"
  327. },
  328. "titleInforNode": {
  329. "width": "70%",
  330. "height": "78px",
  331. "max-width": "1000px",
  332. "min-width": "600px",
  333. "margin": "auto"
  334. },
  335. "titleInforLeftNode": {
  336. "width": "150px",
  337. "height": "78px",
  338. "float": "left",
  339. "border-right": "1px solid #CCCCCC"
  340. },
  341. "titleInforRightNode": {
  342. "margin-left": "180px",
  343. "padding": "5px 0px 0px 0px"
  344. },
  345. "titleInforIconAreaNode": {
  346. "height": "72px",
  347. "width": "72px",
  348. "padding": "0px 20px 10px 20px",
  349. "margin": "auto"
  350. },
  351. "titleInforIconNode": {
  352. "height": "72px",
  353. "width": "72px",
  354. "border": "2px solid #FFFFFF",
  355. "border-radius": "36px",
  356. "background": "#FFFFFF"
  357. },
  358. "titleInforNameNode": {
  359. "height": "24px",
  360. "font-size": "18px",
  361. "line-height": "24px",
  362. "font-weight": "bold",
  363. "text-align": "left",
  364. "color": "#666666"
  365. },
  366. "titleInforResetPasswordNode": {
  367. "padding": "0 10px",
  368. "float": "right",
  369. "border": "1px solid #999999",
  370. "background-color": "#f1f1f1",
  371. "height": "24px",
  372. "line-height": "24px",
  373. "border-radius": "5px",
  374. "text-align": "center",
  375. "cursor": "pointer"
  376. },
  377. "titleInforUnlockPersonNode": {
  378. "padding": "0 10px",
  379. "margin-right" : "10px",
  380. "float": "right",
  381. "border": "1px solid #999999",
  382. "background-color": "#f1f1f1",
  383. "height": "24px",
  384. "line-height": "24px",
  385. "border-radius": "5px",
  386. "text-align": "center",
  387. "cursor": "pointer"
  388. },
  389. "titleInforSignatureNode": {
  390. "height": "55px",
  391. "font-size": "14px",
  392. "line-height": "20px",
  393. "margin": "auto",
  394. "margin-top": "5px",
  395. "color": "#888888",
  396. "text-align": "left",
  397. "overflow": "hidden"
  398. },
  399. "titleCloseNode": {
  400. "height": "32px",
  401. "width": "32px",
  402. "background": "url("+"../x_component_Org/$Explorer/default/icon/close.png) center center no-repeat",
  403. "position": "relative",
  404. "top": "-65px",
  405. "left": "20px",
  406. "cursor": "pointer"
  407. },
  408. "titleCloseNode_down": {
  409. "background": "url("+"../x_component_Org/$Explorer/default/icon/close_down.png) center center no-repeat"
  410. },
  411. "statusNode":{
  412. "position": "absolute",
  413. "right": "0",
  414. "bottom": "0",
  415. "height": "60px",
  416. "width": "60px"
  417. },
  418. "actionAreaNode": {
  419. "position": "relative",
  420. "float": "right",
  421. //"background-color": "red",
  422. "top": "-280px",
  423. "height": "30px",
  424. "width": "120px",
  425. "padding": "10px 10px 0px 0px"
  426. },
  427. "actionEditNode": {
  428. "width": "300px",
  429. "text-align": "center",
  430. "height": "30px",
  431. "line-height": "30px",
  432. "color": "#666666",
  433. "cursor": "pointer",
  434. "font-size": "14px",
  435. "border": "1px solid #cccccc",
  436. "background-color": "#f3f3f3",
  437. "border-radius": "3px",
  438. "display": "none"
  439. },
  440. "actionCancelNode": {
  441. "width": "100px",
  442. "float": "right",
  443. "text-align": "center",
  444. "height": "30px",
  445. "line-height": "30px",
  446. "color": "#666666",
  447. "font-size": "14px",
  448. "cursor": "pointer",
  449. "border": "1px solid #666",
  450. "background-color": "#f3f3f3",
  451. "border-radius": "3px",
  452. "display": "none"
  453. },
  454. "actionSaveNode": {
  455. "width": "180px",
  456. "float": "left",
  457. "text-align": "center",
  458. "height": "30px",
  459. "line-height": "30px",
  460. "color": "#666666",
  461. "cursor": "pointer",
  462. "font-size": "14px",
  463. "border": "1px solid #666",
  464. "background-color": "#2b7ac4",
  465. "color": "#ffffff",
  466. "border-radius": "3px",
  467. "display": "none"
  468. },
  469. "baseContentNode": {
  470. "overflow": "hidden"
  471. },
  472. "baseEditNode": {
  473. "min-width": "400px",
  474. "width": "70%",
  475. "margin": "20px auto"
  476. },
  477. "baseReadNode": {
  478. "margin": "0px auto",
  479. "padding": "20px",
  480. "border-top": "1px solid #cccccc",
  481. "background-color": "#f1f1f1"
  482. },
  483. "baseReadContentNode": {
  484. "height": "30px",
  485. "color": "#666666",
  486. "line-height": "30px",
  487. "font-size": "14px",
  488. "text-align": "center"
  489. },
  490. "baseInforTitleNode": {
  491. "height": "24px",
  492. "line-height": "24px",
  493. "width": "120px",
  494. "min-width": "70px",
  495. "color": "#888888",
  496. "font-size": "14px",
  497. "text-align": "right"
  498. },
  499. "baseInforContentNode": {
  500. "height": "24px",
  501. "line-height": "24px",
  502. "width": "50%",
  503. "border-bottom": "1px solid #dddddd",
  504. "max-width": "300px",
  505. "overflow": "hidden",
  506. "color": "#333333",
  507. "padding": "0px 10px",
  508. "font-size": "14px"
  509. },
  510. "baseInforContentNode_edit": {
  511. "border-bottom": "0px solid #dddddd"
  512. },
  513. "baseInforActionNode": {
  514. "height": "10px"
  515. },
  516. "baseInforEditActionAreaNode": {
  517. "width": "300px",
  518. "margin": "20px auto"
  519. },
  520. "inputNode": {
  521. "width": "100%",
  522. "border": "1px solid #999999",
  523. "border-radius": "3px",
  524. "background": "transparent",
  525. "font-size": "14px",
  526. "line-height": "24px",
  527. "height": "22px",
  528. "text-align": "left",
  529. "color": "#333333"
  530. },
  531. "inputNode_calendar": {
  532. "width": "100%",
  533. "border": "1px solid #999999",
  534. "border-radius": "3px",
  535. "background": "url("+"../x_component_Org/$Explorer/default/icon/calendar.png) 98% center no-repeat",
  536. "font-size": "14px",
  537. "line-height": "24px",
  538. "height": "22px",
  539. "text-align": "left",
  540. "color": "#333333"
  541. },
  542. "inputNode_person": {
  543. "width": "100%",
  544. "border": "1px solid #999999",
  545. "border-radius": "3px",
  546. "background": "url("+"../x_component_Org/$Explorer/default/icon/selectperson.png) 98% center no-repeat",
  547. "font-size": "14px",
  548. "line-height": "24px",
  549. "height": "24px",
  550. "text-align": "left",
  551. "color": "#333333"
  552. },
  553. "inputNode_type": {
  554. "width": "100%",
  555. "border": "1px solid #999999",
  556. "border-radius": "3px",
  557. "background": "url("+"../x_component_Org/$Explorer/default/icon/drop.png) 98% center no-repeat",
  558. "font-size": "14px",
  559. "line-height": "24px",
  560. "height": "22px",
  561. "text-align": "left",
  562. "color": "#333333"
  563. },
  564. "inputNode_focus": {
  565. "border": "1px solid #3b74b4",
  566. },
  567. "inputNode_blur": {
  568. "border": "1px solid #999999",
  569. },
  570. "typeSelectNode": {
  571. "border-left": "1px solid #3b74b4",
  572. "border-right": "1px solid #3b74b4",
  573. "border-bottom": "1px solid #3b74b4",
  574. "border-bottom-left-radius": "3px",
  575. "border-bottom-right-radius": "3px",
  576. "background-color": "#ffffff",
  577. "position": "absolute",
  578. "width": "100%",
  579. "max-height": "210px",
  580. "overflow": "auto"
  581. },
  582. "typeSelectItemNode": {
  583. "height": "30px",
  584. "line-height": "30px",
  585. "color": "#666666",
  586. "font-size": "12px",
  587. "padding": "0px",
  588. "cursor": "pointer"
  589. },
  590. "typeSelectItemIconNode": {
  591. "height": "30px",
  592. "width": "30px",
  593. "background": "url("+"../x_component_Org/$Explorer/default/icon/type.png) center center no-repeat",
  594. "float": "left"
  595. },
  596. "typeSelectItemTextNode": {
  597. "margin-left": "30px"
  598. }
  599. },
  600. "role": {
  601. "titleInforNameNode": {
  602. "height": "35px",
  603. "font-size": "18px",
  604. "line-height": "45px",
  605. "font-weight": "bold",
  606. "text-align": "left",
  607. "color": "#666666",
  608. "overflow": "hidden"
  609. },
  610. "titleInforSignatureNode": {
  611. "height": "35px",
  612. "font-size": "14px",
  613. "line-height": "20px",
  614. "margin": "auto",
  615. "margin-top": "5px",
  616. "color": "#888888",
  617. "text-align": "left",
  618. "overflow": "hidden"
  619. },
  620. },
  621. "group": {
  622. "titleInforNameNode": {
  623. "height": "35px",
  624. "font-size": "18px",
  625. "line-height": "45px",
  626. "font-weight": "bold",
  627. "text-align": "left",
  628. "color": "#666666",
  629. "overflow": "hidden"
  630. },
  631. "titleInforSignatureNode": {
  632. "height": "35px",
  633. "font-size": "14px",
  634. "line-height": "20px",
  635. "margin": "auto",
  636. "margin-top": "5px",
  637. "color": "#888888",
  638. "text-align": "left",
  639. "overflow": "hidden"
  640. },
  641. }
  642. },
  643. "unitItem": {
  644. "node": {
  645. "height": "auto",
  646. "overflow": "hidden"
  647. },
  648. "nodeOver": {
  649. "background-color": "#dfeefe"
  650. },
  651. "contentNode": {
  652. "height": "40px",
  653. "overflow": "hidden",
  654. "background": "transparent"
  655. },
  656. "contentNode_delete": {
  657. "height": "40px"
  658. },
  659. "contentNode_selected": {
  660. "height": "40px"
  661. },
  662. "unitToggleIconNode": {
  663. "background-position": "center center",
  664. "background-repeat": "no-repeat",
  665. "height": "40px",
  666. "width": "32px",
  667. "float": "left"
  668. },
  669. "unitIconNode": {
  670. "background-position": "left center",
  671. "background-repeat": "no-repeat",
  672. "height": "40px",
  673. "width": "24px",
  674. "float": "left"
  675. },
  676. "actionNode": {
  677. "width": "50px",
  678. "height": "40px",
  679. "float": "right",
  680. "opacity": 0
  681. },
  682. "unitTextNode": {
  683. "height": "40px",
  684. "line-height": "40px",
  685. "font-size": "14px",
  686. "color": "#333",
  687. "font-weight": "normal",
  688. "margin": "0px 50px 0px 52px"
  689. },
  690. "actionDeleteNode": {
  691. "height": "40px",
  692. "line-height": "40px"
  693. },
  694. "actionDeleteNode_delete": {
  695. "height": "40px",
  696. "line-height": "40px"
  697. },
  698. "actionDeleteNode_selected": {
  699. "height": "40px",
  700. "line-height": "40px"
  701. },
  702. "actionAddNode": {
  703. //"background": "url("+"../x_component_Org/$Explorer/default/icon/addUnit.png) center center no-repeat",
  704. "color": "#3C76B7",
  705. "height": "40px",
  706. "width": "20px",
  707. "float": "left",
  708. "line-height": "40px",
  709. "display": "block",
  710. "margin-right": "5px"
  711. },
  712. "actionAddNode_delete": {
  713. //"background": "url("+"../x_component_Org/$Explorer/default/icon/delete_delete.png) center center no-repeat",
  714. "color": "#ff0200",
  715. "height": "40px",
  716. "width": "20px",
  717. "line-height": "40px",
  718. "float": "right",
  719. "display": "none",
  720. "margin-right": "5px"
  721. },
  722. "actionAddNode_selected": {
  723. //"background": "url("+"../x_component_Org/$Explorer/default/icon/addUnit_selected.png) center center no-repeat",
  724. "color": "#fff",
  725. "height": "40px",
  726. "width": "20px",
  727. "line-height": "40px",
  728. "float": "right",
  729. "display": "block",
  730. "margin-right": "5px"
  731. },
  732. "childNode": {
  733. "overflow": "hidden",
  734. "padding-left": "0px"
  735. },
  736. "dutyIdentityAction": {
  737. "width": "30px",
  738. "height": "30px",
  739. "float": "right",
  740. "background": "url("+"../x_component_Org/$Explorer/default/icon/add.png) center center no-repeat",
  741. "cursor": "pointer"
  742. },
  743. "dutyIdentityContent": {
  744. "margin-right": "30px",
  745. "height": "30px"
  746. }
  747. },
  748. "list": {
  749. "contentTrNode": {
  750. "height": "30px",
  751. "line-height": "30px",
  752. "border-bottom": "1px solid #cccccc"
  753. },
  754. "selectNode":{
  755. "cursor": "pointer",
  756. "background": "url("+"../x_component_Org/$Explorer/default/icon/select.png) center center no-repeat",
  757. "border-bottom": "1px solid #cccccc"
  758. },
  759. "nameNode": {
  760. "text-align": "left",
  761. "font-size": "12px",
  762. "color": "#666666",
  763. "border-bottom": "1px solid #cccccc"
  764. },
  765. "valueNode": {
  766. "text-align": "left",
  767. "font-size": "12px",
  768. "color": "#666666",
  769. "border-bottom": "1px solid #cccccc"
  770. },
  771. }
  772. }