css.wcss 21 KB

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