css.wcss 11 KB

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