css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470
  1. {
  2. "maskNode": {
  3. "background-color": "#666",
  4. "opacity": 0.6,
  5. "z-index":1000
  6. },
  7. "containerNode": {
  8. "height": "510px",
  9. "width": "700px",
  10. "background-color": "#FFF",
  11. "overflow": "hidden",
  12. "border": "3px solid #666",
  13. "border-radius": "10px",
  14. "box-shadow": "0px 0px 15px #666",
  15. "position": "absolute",
  16. "z-index":1001
  17. },
  18. "containerNode_multiple": {
  19. "height": "550px",
  20. "width": "700px",
  21. "background-color": "#FFF",
  22. "overflow": "hidden",
  23. "border": "3px solid #666",
  24. "border-radius": "10px",
  25. "box-shadow": "0px 0px 15px #666",
  26. "position": "absolute",
  27. "z-index":1001
  28. },
  29. "containerNodeSingle": {
  30. "height": "510px",
  31. "width": "355px",
  32. "background-color": "#FFF",
  33. "overflow": "hidden",
  34. "border": "3px solid #666",
  35. "border-radius": "10px",
  36. "box-shadow": "0px 0px 15px #666",
  37. "position": "absolute",
  38. "z-index":1001
  39. },
  40. "containerNodeSingle_multiple": {
  41. "height": "550px",
  42. "width": "355px",
  43. "background-color": "#FFF",
  44. "overflow": "hidden",
  45. "border": "3px solid #666",
  46. "border-radius": "10px",
  47. "box-shadow": "0px 0px 15px #666",
  48. "position": "absolute",
  49. "z-index":1001
  50. },
  51. "containerNodeMobile": {
  52. "height": "100%",
  53. "width": "100%",
  54. "background-color": "#FFF",
  55. "overflow": "hidden",
  56. "position": "absolute",
  57. "z-index":1001
  58. },
  59. "titleNode": {
  60. "height": "30px",
  61. "background-color": "#EEE",
  62. "border-bottom": "1px solid #CCC"
  63. },
  64. "titleNodeMobile": {
  65. "height": "40px",
  66. "text-align": "center",
  67. "background-color": "#4c6b87",
  68. "border-bottom": "1px solid #CCC"
  69. },
  70. "titleTextNode": {
  71. "margin-right": "30px",
  72. "height": "30px",
  73. "padding": "0px 10px",
  74. "color": "#666",
  75. "font-weight": "bold",
  76. "font-size": "14px",
  77. "line-height": "30px"
  78. },
  79. "titleActionNode": {
  80. "width": "30px",
  81. "height": "30px",
  82. "float": "right",
  83. "background": "url("+"../x_component_Selector/$Selector/default/icon/close.png) no-repeat center center",
  84. "cursor": "pointer"
  85. },
  86. "titleTextNodeMobile": {
  87. "margin": "0px 50px",
  88. "height": "40px",
  89. "padding": "0px 10px",
  90. "color": "#FFF",
  91. "font-weight": "bold",
  92. "font-size": "14px",
  93. "line-height": "40px"
  94. },
  95. "titleCancelActionNodeMobile": {
  96. "height": "26px",
  97. "width": "50px",
  98. "text-align": "center",
  99. "color": "#FFF",
  100. "margin": "7px 15px",
  101. "line-height": "26px",
  102. "float": "left",
  103. "font-size": "14px"
  104. },
  105. "titleOkActionNodeMobile": {
  106. "height": "26px",
  107. "width": "50px",
  108. "text-align": "center",
  109. "color": "#FFF",
  110. "margin": "7px 15px",
  111. "line-height": "26px",
  112. "float": "right",
  113. "font-size": "14px"
  114. },
  115. "contentNode": {
  116. "overflow": "hidden"
  117. },
  118. "selectNode": {
  119. //"width": "200px",
  120. "width": "54%",
  121. "min-width": "200px",
  122. "height": "250px",
  123. "float": "left",
  124. "margin": "0px",
  125. "border": "1px solid #cccccc",
  126. "border-radius": "0px",
  127. //"background-color": "#ffffff"
  128. },
  129. "selectNodeSingle": {
  130. //"width": "200px",
  131. "width": "100%",
  132. "height": "250px",
  133. "float": "left",
  134. "margin": "10px",
  135. "border": "2px solid #cccccc",
  136. "border-radius": "6px"
  137. },
  138. "selectNodeMobile":{
  139. "margin": "0px",
  140. "border": "0px solid #cccccc",
  141. "border-radius": "0px"
  142. },
  143. "selectedContainerNode": {
  144. //"width": "160px",
  145. "height": "250px",
  146. "margin": "0px",
  147. "border": "1px solid #cccccc",
  148. "border-left": "0px solid #cccccc",
  149. "border-radius": "0px",
  150. "overflow" : "hidden"
  151. },
  152. "selectedScrollNode": {
  153. // "width": "331px",
  154. // "height": "410px",
  155. // "float": "right",
  156. // "margin": "10px 10px 10px 5px",
  157. // "border": "2px solid #999",
  158. // "border-radius": "6px",
  159. //"width": "160px",
  160. "min-width": "160px",
  161. "height": "250px",
  162. "overflow-x": "auto",
  163. "overflow-y": "auto",
  164. "background-color": "#ffffff"
  165. },
  166. "selectedNode": {
  167. //"overflow": "hidden"
  168. },
  169. "actionNode": {
  170. "height": "40px",
  171. "width": "300px",
  172. "margin": "auto"
  173. },
  174. "okActionNode": {
  175. "width": "100px",
  176. "height": "30px",
  177. "background": "url("+"../x_component_Selector/$Selector/default/icon/editOk_bg.png) no-repeat center center",
  178. "border": "0px",
  179. "color": "#FFF",
  180. "font-size": "18px",
  181. "padding-left": "35px",
  182. "border-radius": "4px",
  183. "cursor": "pointer"
  184. },
  185. "cancelActionNode": {
  186. "width": "72px",
  187. "height": "30px",
  188. "background": "url("+"../x_component_Selector/$Selector/default/icon/editCancel_bg.png) no-repeat center center",
  189. "border": "0px",
  190. "color": "#FFF",
  191. "font-size": "18px",
  192. "padding-left": "20px",
  193. "border-radius": "4px",
  194. "margin-left": "15px",
  195. "cursor": "pointer"
  196. },
  197. "selectedTopNode" : {
  198. "overflow" : "hidden",
  199. "height": "24px",
  200. "background-color" : "#f7f7f7",
  201. "border-bottom": "1px solid #ccc"
  202. },
  203. "selectedTopTextNode" : {
  204. "float" : "left",
  205. "width" : "40px",
  206. "height": "24px",
  207. "line-height": "24px",
  208. "margin-left" : "10px"
  209. },
  210. "selectedTopActionNode" : {
  211. "color" : "#3C76B7",
  212. "float" : "right",
  213. "cursor" : "pointer",
  214. "height": "24px",
  215. "line-height": "24px",
  216. "margin-right" : "10px"
  217. },
  218. "selectTopNode" : {
  219. "overflow" : "hidden",
  220. "background-color" : "#f7f7f7"
  221. },
  222. "selectTopTextNode" : {
  223. "float" : "left",
  224. "width" : "40px",
  225. "height": "24px",
  226. "line-height": "24px",
  227. "border-bottom": "1px solid #ccc",
  228. "margin-left" : "10px"
  229. },
  230. "searchInputDiv": {
  231. "height": "24px",
  232. "line-height": "24px",
  233. "font-size": "12px",
  234. "color": "#666666",
  235. "background": "transparent",
  236. "border-bottom": "1px solid #ccc"
  237. },
  238. "searchInput": {
  239. "width": "150px",
  240. "height": "16px",
  241. "border": "0px",
  242. "margin-top": "2px",
  243. "font-size": "12px",
  244. "padding-left" : "22px",
  245. "background" : "url(../x_component_Selector/$Selector/process/icon/search.png) 5px center no-repeat rgb(255, 255, 255)",
  246. "border" : "1px solid #e3e4e8",
  247. "float": "left",
  248. "outline": "none"
  249. },
  250. "searchInputSingle": {
  251. "width": "196px",
  252. "height": "22px",
  253. "border": "0px",
  254. "margin": "3px"
  255. },
  256. "letterAreaMobileNode": {
  257. "padding": "0px 9px",
  258. "height": "36px",
  259. "border-bottom": "1px solid #cccccc",
  260. "background-color": "#EEE",
  261. },
  262. "letterAreaNode": {
  263. //"width": "196px",
  264. "padding": "0px 2px",
  265. //"height": "36px",
  266. "overflow": "hidden",
  267. "border-bottom": "1px solid #cccccc",
  268. "background-color": "#f3f3f3",
  269. },
  270. "letterNode": {
  271. "height": "18px",
  272. "line-height": "18px",
  273. "width": "15px",
  274. "text-align": "center",
  275. "font-weight": "bold",
  276. "float": "left",
  277. "cursor": "pointer",
  278. "font-size": "11px",
  279. "color": "#666666",
  280. "background": "transparent"
  281. },
  282. "letterNode_over": {
  283. "height": "18px",
  284. "line-height": "18px",
  285. "width": "15px",
  286. "text-align": "center",
  287. "font-weight": "bold",
  288. "float": "left",
  289. "color": "#666666",
  290. "cursor": "pointer",
  291. "font-size": "11px",
  292. "background": "#FFF"
  293. },
  294. "itemAreaScrollNode": {
  295. "overflow-x": "auto",
  296. "overflow-y": "auto",
  297. "background-color": "#ffffff",
  298. "height": "188px"
  299. },
  300. "itemAreaNode": {
  301. "overflow": "hidden"
  302. },
  303. "letterShowNode": {
  304. "text-align": "center",
  305. "font-size": "48px",
  306. "font-weight": "bold",
  307. "position": "absolute",
  308. "color": "#333",
  309. "opacity": 0.6
  310. },
  311. "selectorItem": {
  312. "height": "26px",
  313. "line-height": "26px",
  314. "padding": "0px 0px",
  315. "overflow": "hidden",
  316. "cursor": "pointer",
  317. "font-size": "12px",
  318. "border-bottom": "1px solid #FFF",
  319. "color": "#666666",
  320. "background": "transparent"
  321. },
  322. "selectorItemCategory": {
  323. "height": "26px",
  324. "line-height": "26px",
  325. "padding": "0px 0px",
  326. "overflow": "hidden",
  327. "cursor": "pointer",
  328. "font-size": "12px",
  329. "color": "#666666",
  330. "border-bottom": "1px solid #FFF",
  331. "background": "#eeeeee"
  332. },
  333. "selectorItemCategory_department": {
  334. "height": "26px",
  335. "line-height": "26px",
  336. "padding": "0px 0px",
  337. "overflow": "hidden",
  338. "cursor": "pointer",
  339. "font-size": "12px",
  340. "border-bottom": "1px solid #FFF",
  341. "background": "#E9E9E9"
  342. },
  343. "selectorItem_over": {
  344. //"height": "28px",
  345. "line-height": "26px",
  346. "padding": "0px 0px",
  347. "overflow": "hidden",
  348. "cursor": "pointer",
  349. "border-bottom": "1px solid #FFF",
  350. "background-color": "#edf3fa"
  351. },
  352. "selectorItem_selected": {
  353. //"height": "24px",
  354. "line-height": "26px",
  355. "padding": "0px 0px",
  356. "overflow": "hidden",
  357. "cursor": "pointer",
  358. "border-bottom": "1px solid #FFF",
  359. "background-color": "#6681a5",
  360. },
  361. "selectorItemLevelNode": {
  362. "width": "0px",
  363. "height": "26px",
  364. "float": "left"
  365. },
  366. "selectorItemLevelNode_expand":{
  367. "background": "url("+"../x_component_Selector/$Selector/default/icon/expand.png) no-repeat center right"
  368. },
  369. "selectorItemLevelNode_collapse":{
  370. "background": "url("+"../x_component_Selector/$Selector/default/icon/collapse.png) no-repeat center right"
  371. },
  372. "selectorItemIconNode": {
  373. "width": "26px",
  374. "height": "26px",
  375. "float": "left",
  376. "background-repeat": "no-repeat",
  377. "background-position": "center center"
  378. },
  379. "selectorItemActionNode": {
  380. "width": "26px",
  381. "height": "26px",
  382. "float": "right",
  383. "background": "transparent"
  384. },
  385. "selectorItemActionNode_selected_over": {
  386. "width": "26px",
  387. "height": "26px",
  388. "float": "right",
  389. "background": "url("+"../x_component_Selector/$Selector/default/icon/remove.png) no-repeat center center"
  390. },
  391. "selectorItemActionNode_over": {
  392. "width": "26px",
  393. "height": "26px",
  394. "float": "right",
  395. "background": "url("+"../x_component_Selector/$Selector/default/icon/right.png) no-repeat center center"
  396. },
  397. "selectorItemActionNode_selected": {
  398. "width": "26px",
  399. "height": "26px",
  400. "float": "right",
  401. "background": "url("+"../x_component_Selector/$Selector/default/icon/check.png) no-repeat center center"
  402. },
  403. "selectorItemCategoryActionNode_expand": {
  404. "width": "26px",
  405. "height": "26px",
  406. "float": "right",
  407. "font-size": "12px",
  408. "background": "url("+"../x_component_Selector/$Selector/default/icon/minus.png) no-repeat center center"
  409. },
  410. "selectorItemCategoryActionNode_collapse": {
  411. "width": "26px",
  412. "height": "26px",
  413. "font-size": "12px",
  414. "float": "right",
  415. "background": "url("+"../x_component_Selector/$Selector/default/icon/add.png) no-repeat center center"
  416. },
  417. "selectorItemCategoryActionNode_selectAll": {
  418. "width": "28px",
  419. "height": "28px",
  420. "float": "right",
  421. "background": "url("+"../x_component_Selector/$Selector/default/icon/selectall.png) no-repeat center center"
  422. },
  423. "selectorItemTextNode": {
  424. "height": "26px",
  425. "margin": "0px 26px",
  426. "word-wrap": "break-word",
  427. "color": "#000"
  428. },
  429. "selectorItemCategoryTextNode": {
  430. "height": "26px",
  431. "margin": "0px 26px",
  432. "color": "#000",
  433. "font-size": "12px",
  434. "font-weight": "bold"
  435. },
  436. "selectorItemTextNode_selected": {
  437. "height": "26px",
  438. "margin-left": "26px",
  439. "color": "#FFF"
  440. },
  441. "selectorItemCategoryChildrenNode": {
  442. "overflow": "hidden",
  443. "margin-left": "0px"
  444. },
  445. "dutyInputDialog":{
  446. "height": "56px",
  447. "clear": "both"
  448. },
  449. "dutyInputNode": {
  450. "border": "1px solid #eee",
  451. "background": "#FFF",
  452. "height": "18px"
  453. },
  454. "filePreviewNode": {
  455. "overflow": "hidden",
  456. "max-width": "300px",
  457. "max-height": "200px"
  458. }
  459. }