css.wcss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483
  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. "margin": "0px 3px 3px 3px"
  44. },
  45. "toolbarNode": {
  46. "height": "40px",
  47. "background-color": "#F8F8F8",
  48. "border-bottom": "1px solid #CCCCCC",
  49. },
  50. "listScrollNode": {
  51. "overflow": "hidden"
  52. },
  53. "listNode": {
  54. "min-height": "100%",
  55. "overflow": "hidden"
  56. },
  57. "addTopGroupNode": {
  58. "background": "url("+"/x_component_Org/$Explorer/default/icon/add.png) center center no-repeat",
  59. "width": "40px",
  60. "height": "40px",
  61. "cursor": "pointer",
  62. "float": "right"
  63. },
  64. "searchNode": {
  65. "margin-right": "40px",
  66. "height": "40px"
  67. },
  68. "searchButtonNode": {
  69. "float": "left",
  70. "width": "40px",
  71. "height": "40px",
  72. "background": "url("+"/x_component_Org/$Explorer/default/icon/search.png) no-repeat center center",
  73. "cursor": "pointer"
  74. },
  75. "searchInputAreaNode": {
  76. "margin-left": "40px",
  77. "text-align": "left",
  78. },
  79. "searchInputNode": {
  80. "margin-top": "7px",
  81. "width": "96%",
  82. "height": "24px",
  83. "line-height": "24px",
  84. "border": "0px",
  85. "font-family": "微软雅黑",
  86. "font-size": "12px",
  87. "color": "#999",
  88. "background": "transparent",
  89. "-webkit-user-select": "auto",
  90. "-moz-user-select": "auto"
  91. },
  92. "pingyinAction": {
  93. "height": "40px",
  94. "width": "40px",
  95. "background": "url("+"/x_component_Org/$Explorer/default/icon/pingyin.png) center center no-repeat",
  96. "cursor": "pointer"
  97. },
  98. "pingyinNode": {
  99. "width": "0px",
  100. "background": "#f8f8f8",
  101. "border-right": "1px solid #CCCCCC",
  102. "position": "absolute",
  103. "overflow": "hidden",
  104. "display": "none"
  105. },
  106. "pingyinNode_to":{
  107. "width": "30px",
  108. },
  109. "letterNode": {
  110. "height": "20px",
  111. "text-align": "center",
  112. "line-height": "20px",
  113. "color": "#999999",
  114. "font-weight": "400",
  115. "cursor": "pointer"
  116. },
  117. "letterNode_over": {
  118. "font-weight": "bold",
  119. "color": "#333333",
  120. },
  121. "deleteElementsNode":{
  122. "position": "absolute",
  123. "border": "1px solid #FFFFFF",
  124. "box-shadow": "0px 0px 10px #999",
  125. "cursor": "pointer",
  126. },
  127. "deleteElementsDeleteNode": {
  128. "background-color": "#c04444",
  129. "color": "#FFF",
  130. "float": "left",
  131. "padding": "10px 10px"
  132. },
  133. "deleteElementsCancelNode": {
  134. "background-color": "#999",
  135. "color": "#fff",
  136. "float": "left",
  137. "padding": "10px 10px"
  138. },
  139. "item": {
  140. "node": {
  141. "overflow": "hidden",
  142. "background-color": "#F8F8F8",
  143. "height": "50px",
  144. "margin": "0px"
  145. },
  146. "nodeOver": {
  147. "background-color": "#dfeefe"
  148. },
  149. "contentNode": {
  150. "height": "50px",
  151. "cursor": "pointer",
  152. "background-color": "#F8F8F8"
  153. },
  154. "contentNode_delete": {
  155. "height": "50px",
  156. "cursor": "pointer",
  157. "background-color": "#eecbcb"
  158. },
  159. "contentNode_selected": {
  160. "height": "50px",
  161. "cursor": "pointer",
  162. "background-color": "#3C76B7"
  163. },
  164. "iconNode": {
  165. "background-position": "center center",
  166. "background-repeat": "no-repeat",
  167. "margin-left": "16px",
  168. "height": "32px",
  169. "width": "32px",
  170. "border-radius": "16px",
  171. "margin-top": "9px",
  172. "background-color": "#FFFFFF",
  173. "float": "left"
  174. },
  175. "iconImgNode": {
  176. "width": "32px",
  177. "height": "32px",
  178. "border": "0",
  179. "border-radius": "16px"
  180. },
  181. "actionNode": {
  182. "width": "50px",
  183. "height": "50px",
  184. "float": "right",
  185. "opacity": 0
  186. },
  187. "actionNode_selected": {
  188. "opacity": 1
  189. },
  190. "textNode":{
  191. "height": "50px",
  192. "line-height": "50px",
  193. "font-size": "14px",
  194. "color": "#333",
  195. "font-weight": "normal",
  196. "margin": "0px 50px 0px 60px"
  197. },
  198. "textNode_selected":{
  199. "color": "#ffffff"
  200. },
  201. "actionDeleteNode": {
  202. "background": "url("+"/x_component_Org/$Explorer/default/icon/delete.png) center center no-repeat",
  203. "height": "50px",
  204. "width": "20px",
  205. "float": "right",
  206. "margin-right": "5px"
  207. },
  208. "actionDeleteNode_delete": {
  209. "background": "url("+"/x_component_Org/$Explorer/default/icon/delete_delete.png) center center no-repeat",
  210. "height": "50px",
  211. "width": "20px",
  212. "float": "right",
  213. "margin-right": "5px"
  214. },
  215. "actionDeleteNode_selected": {
  216. "background": "url("+"/x_component_Org/$Explorer/default/icon/delete_selected.png) center center no-repeat",
  217. "height": "50px",
  218. "width": "20px",
  219. "float": "right",
  220. "margin-right": "5px"
  221. },
  222. "tabTitleNode": {
  223. "border-bottom": "1px solid #CCCCCC",
  224. "width": "70%",
  225. "min-width": "500px",
  226. "height": "40px",
  227. "margin": "20px auto 0px auto"
  228. },
  229. "tabAreaNode": {
  230. "width": "360px",
  231. "margin": "auto",
  232. "height": "40px",
  233. "line-height": "40px",
  234. "overflow": "hidden"
  235. },
  236. "tabNode": {
  237. "width": "100px",
  238. "margin-left": "20px",
  239. "height": "38px",
  240. "line-height": "38px",
  241. "text-align": "center",
  242. "float": "left",
  243. "color": "#666666",
  244. "font-size": "16px",
  245. "font-weight": "500",
  246. "cursor": "pointer",
  247. "border-bottom": "2px solid #F8F8F8"
  248. },
  249. "tabNode_current": {
  250. "color": "#3b74b4",
  251. "border-bottom": "2px solid #3b74b4"
  252. },
  253. "tabContentNode": {
  254. "overflow": "hidden",
  255. "display": "none"
  256. },
  257. "propertyDutyContentTdTitle": {
  258. "background-color": "#f1f1f1",
  259. "height": "30px",
  260. "line-height": "30px",
  261. "text-align": "left"
  262. },
  263. "person": {
  264. "baseBgNode": {
  265. "height": "280px",
  266. "background": "url("+"/x_component_Org/$Explorer/default/icon/person_bg_bg.png) center center no-repeat",
  267. "background-size": "cover"
  268. },
  269. "baseNode": {
  270. "height": "200px",
  271. "padding": "40px 0px",
  272. "background": "url("+"/x_component_Org/$Explorer/default/icon/person_bg.png) center center no-repeat"
  273. },
  274. "actionAreaNode": {
  275. "position": "relative",
  276. "float": "right",
  277. //"background-color": "red",
  278. "top": "-280px",
  279. "height": "30px",
  280. "width": "120px",
  281. "padding": "10px 10px 0px 0px"
  282. },
  283. "actionNode": {
  284. "height": "20px",
  285. "font-size": "14px",
  286. "cursor": "pointer",
  287. "float": "right",
  288. "margin-right": "5px",
  289. "margin-left": "5px",
  290. "display": "none"
  291. },
  292. "actionCancelNode": {
  293. "width": "70px",
  294. "float": "right",
  295. "text-align": "center",
  296. "height": "20px",
  297. "line-height": "20px",
  298. "color": "#666666",
  299. "font-size": "12px",
  300. "cursor": "pointer",
  301. "border": "1px solid #666",
  302. "background-color": "#f3f3f3",
  303. "border-radius": "3px",
  304. "display": "none"
  305. },
  306. "actionSaveNode": {
  307. "width": "100px",
  308. "float": "left",
  309. "text-align": "center",
  310. "height": "20px",
  311. "line-height": "20px",
  312. "color": "#666666",
  313. "cursor": "pointer",
  314. "font-size": "12px",
  315. "border": "1px solid #666",
  316. "background-color": "#2b7ac4",
  317. "color": "#ffffff",
  318. "border-radius": "3px",
  319. "display": "none"
  320. },
  321. "baseInforNode": {
  322. "width": "70%",
  323. "height": "200px",
  324. "max-width": "1000px",
  325. "min-width": "600px",
  326. "margin": "auto"
  327. },
  328. "baseInforLeftNode": {
  329. "width": "240px",
  330. "height": "200px",
  331. "float": "left",
  332. "border-right": "1px solid #CCCCCC"
  333. },
  334. "baseInforRightNode": {
  335. "margin-left": "260px",
  336. "padding": "20px 0px 0px 0px"
  337. },
  338. // "baseInforRightActionAreaNode": {
  339. // "margin-left": "260px",
  340. // "height": "24px",
  341. // "padding": "10px 0px 0px 0px"
  342. // },
  343. // "baseInforRightActionContentNode": {
  344. // "width": "120px",
  345. // "margin": "0px auto"
  346. // },
  347. "baseInforIconAreaNode": {
  348. "height": "72px",
  349. "width": "72px",
  350. "padding": "0px 20px 10px 20px",
  351. "margin": "auto"
  352. },
  353. "baseInforIconNode": {
  354. "height": "72px",
  355. "width": "72px",
  356. "border": "2px solid #FFFFFF",
  357. "border-radius": "36px",
  358. "background": "#FFFFFF"
  359. },
  360. "baseInforNameNode": {
  361. "height": "24px",
  362. "font-size": "18px",
  363. "line-height": "24px",
  364. "font-weight": "bold",
  365. "text-align": "center",
  366. "color": "#666666"
  367. },
  368. "baseInforSignatureNode": {
  369. "height": "84px",
  370. "width": "80%",
  371. "font-size": "14px",
  372. "line-height": "28px",
  373. "margin": "auto",
  374. "margin-top": "10px",
  375. "color": "#666666",
  376. "text-align": "center",
  377. "overflow": "hidden"
  378. },
  379. "baseInforRightTableNode": {
  380. "margin-top": "40px"
  381. },
  382. "baseInforRightTitleNode": {
  383. "height": "24px",
  384. "line-height": "24px",
  385. "width": "70px",
  386. "min-width": "70px",
  387. "color": "#666666",
  388. "font-size": "14px"
  389. },
  390. "baseInforRightContentNode": {
  391. "height": "24px",
  392. "line-height": "24px",
  393. "min-width": "130px",
  394. "max-width": "300px",
  395. "overflow": "hidden",
  396. "color": "#333333",
  397. "font-size": "14px"
  398. },
  399. "baseInforRightActionNode": {
  400. "height": "40px"
  401. },
  402. "baseInforEditActionAreaNode": {
  403. "width": "200px",
  404. "margin": "10px auto"
  405. },
  406. "nameInputNode": {
  407. "width": "80%",
  408. "border": "1px solid #999999",
  409. "border-radius": "3px",
  410. "background": "transparent",
  411. "font-size": "18px",
  412. "line-height": "22px",
  413. "height": "22px",
  414. "font-weight": "bold",
  415. "text-align": "center",
  416. "color": "#666666"
  417. },
  418. "signatureTextNode": {
  419. "display": "block",
  420. "padding": "0px",
  421. "width": "190px",
  422. "border": "1px solid #999999",
  423. "border-radius": "3px",
  424. "background": "transparent",
  425. "line-height": "28px",
  426. "height": "82px",
  427. "font-weight": "bold",
  428. "text-align": "center",
  429. "color": "#666666",
  430. "font-size": "14px",
  431. "overflow": "auto"
  432. },
  433. "inputNode": {
  434. "width": "80%",
  435. "border": "1px solid #999999",
  436. "border-radius": "3px",
  437. "background": "transparent",
  438. "font-size": "14px",
  439. "line-height": "24px",
  440. "height": "22px",
  441. "text-align": "left",
  442. "color": "#333333"
  443. },
  444. "inputNode_focus": {
  445. "border": "1px solid #3b74b4",
  446. },
  447. "inputNode_blur": {
  448. "border": "1px solid #999999",
  449. }
  450. }
  451. },
  452. "list": {
  453. "contentTrNode": {
  454. "height": "30px",
  455. "line-height": "30px",
  456. "border-bottom": "1px solid #cccccc"
  457. },
  458. "selectNode":{
  459. "cursor": "pointer",
  460. "background": "url("+"/x_component_Org/$Explorer/default/icon/select.png) center center no-repeat",
  461. "border-bottom": "1px solid #cccccc"
  462. },
  463. "nameNode": {
  464. "text-align": "left",
  465. "font-size": "12px",
  466. "color": "#666666",
  467. "border-bottom": "1px solid #cccccc"
  468. },
  469. "valueNode": {
  470. "text-align": "left",
  471. "font-size": "12px",
  472. "color": "#666666",
  473. "border-bottom": "1px solid #cccccc"
  474. },
  475. }
  476. }