css.wcss 11 KB

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