css.wcss 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294
  1. {
  2. "maskNode": {
  3. "background-color": "#666",
  4. "opacity": 0.6,
  5. "z-index":1000
  6. },
  7. "containerNode": {
  8. "height": "100%",
  9. "width": "100%",
  10. "background-color": "#FFF",
  11. "overflow": "hidden",
  12. "position": "absolute",
  13. "z-index":1001
  14. },
  15. "containerNodeSingle": {
  16. "height": "100%",
  17. "width": "100%",
  18. "background-color": "#FFF",
  19. "overflow": "hidden",
  20. "border": "3px solid #666",
  21. "border-radius": "10px",
  22. "box-shadow": "0px 0px 15px #666",
  23. "position": "absolute",
  24. "z-index":1001
  25. },
  26. "titleNode": {
  27. "height": "30px",
  28. "background-color": "#EEE",
  29. "border-bottom": "1px solid #CCC"
  30. },
  31. "titleTextNode": {
  32. "margin-right": "30px",
  33. "height": "30px",
  34. "padding": "0px 10px",
  35. "color": "#666",
  36. "font-weight": "bold",
  37. "font-size": "14px",
  38. "line-height": "30px"
  39. },
  40. "titleActionNode": {
  41. "width": "30px",
  42. "height": "30px",
  43. "float": "right",
  44. "background": "url("+"../x_component_Selector/$Selector/default/icon/close.png) no-repeat center center",
  45. "cursor": "pointer"
  46. },
  47. "contentNode": {
  48. "overflow": "hidden"
  49. },
  50. "noSelectableItemText" : {
  51. "margin" : "10px auto",
  52. "text-align" : "center",
  53. "width" : "200px",
  54. "color" : "#999"
  55. },
  56. "selectNode": {
  57. "width": "40%",
  58. "height": "80%",
  59. "float": "left",
  60. "margin": "10px 5px 10px 10px",
  61. "border": "2px solid #999",
  62. "border-radius": "6px"
  63. },
  64. "selectNodeSingle": {
  65. "width": "331px",
  66. "height": "410px",
  67. "float": "left",
  68. "margin": "10px",
  69. "border": "2px solid #999",
  70. "border-radius": "6px"
  71. },
  72. "selectedScrollNode": {
  73. "width": "40%",
  74. "height": "80%",
  75. "float": "right",
  76. "margin": "10px 10px 10px 5px",
  77. "border": "2px solid #999",
  78. "border-radius": "6px"
  79. },
  80. "selectedNode": {
  81. "overflow": "hidden"
  82. },
  83. "actionNode": {
  84. "height": "40px",
  85. "width": "300px",
  86. "margin": "auto"
  87. },
  88. "okActionNode": {
  89. "width": "100px",
  90. "height": "30px",
  91. "background": "url("+"../x_component_Selector/$Selector/default/icon/editOk_bg.png) no-repeat center center",
  92. "border": "0px",
  93. "color": "#FFF",
  94. "font-size": "18px",
  95. "padding-left": "35px",
  96. "border-radius": "4px",
  97. "cursor": "pointer"
  98. },
  99. "cancelActionNode": {
  100. "width": "72px",
  101. "height": "30px",
  102. "background": "url("+"../x_component_Selector/$Selector/default/icon/editCancel_bg.png) no-repeat center center",
  103. "border": "0px",
  104. "color": "#FFF",
  105. "font-size": "18px",
  106. "padding-left": "20px",
  107. "border-radius": "4px",
  108. "margin-left": "15px",
  109. "cursor": "pointer"
  110. },
  111. "searchInputDiv": {
  112. "height": "30px",
  113. "border-bottom": "1px solid #999"
  114. },
  115. "searchInput": {
  116. "width": "325px",
  117. "height": "24px",
  118. "border": "0px",
  119. "margin": "3px",
  120. "outline": "none"
  121. },
  122. "searchInputSingle": {
  123. "width": "325px",
  124. "height": "24px",
  125. "border": "0px",
  126. "margin": "3px",
  127. },
  128. "letterAreaNode": {
  129. "width": "312px",
  130. "padding": "0px 9px",
  131. "height": "40px",
  132. "border-bottom": "1px solid #999",
  133. "background-color": "#EEE",
  134. },
  135. "letterNode": {
  136. "height": "20px",
  137. "width": "24px",
  138. "text-align": "center",
  139. "font-weight": "bold",
  140. "float": "left",
  141. "cursor": "pointer",
  142. "font-size": "12px",
  143. "background": "transparent"
  144. },
  145. "letterNode_over": {
  146. "height": "20px",
  147. "width": "24px",
  148. "text-align": "center",
  149. "font-weight": "bold",
  150. "float": "left",
  151. "cursor": "pointer",
  152. "font-size": "16px",
  153. "background": "#FFF"
  154. },
  155. "itemAreaScrollNode": {
  156. "overflow": "hidden",
  157. "height": "338px"
  158. },
  159. "itemAreaNode": {
  160. "overflow": "hidden"
  161. },
  162. "letterShowNode": {
  163. "text-align": "center",
  164. "font-size": "48px",
  165. "font-weight": "bold",
  166. "position": "absolute",
  167. "color": "#333",
  168. "opacity": 0.6
  169. },
  170. "selectorItem": {
  171. "height": "28px",
  172. "line-height": "28px",
  173. "padding": "0px 10px",
  174. "overflow": "hidden",
  175. "cursor": "pointer",
  176. "border-bottom": "1px solid #FFF",
  177. "background": "transparent"
  178. },
  179. "selectorItemCategory": {
  180. "height": "28px",
  181. "line-height": "28px",
  182. "padding": "0px 10px",
  183. "overflow": "hidden",
  184. "cursor": "pointer",
  185. "border-bottom": "1px solid #FFF",
  186. "background": "#DDD"
  187. },
  188. "selectorItemCategory_department": {
  189. "height": "28px",
  190. "line-height": "28px",
  191. "padding": "0px 10px",
  192. "overflow": "hidden",
  193. "cursor": "pointer",
  194. "border-bottom": "1px solid #FFF",
  195. "background": "#E9E9E9"
  196. },
  197. "selectorItem_over": {
  198. "height": "28px",
  199. "line-height": "28px",
  200. "padding": "0px 10px",
  201. "overflow": "hidden",
  202. "cursor": "pointer",
  203. "border-bottom": "1px solid #FFF",
  204. "background-color": "#cbdcee"
  205. },
  206. "selectorItem_selected": {
  207. "height": "28px",
  208. "line-height": "28px",
  209. "padding": "0px 10px",
  210. "overflow": "hidden",
  211. "cursor": "pointer",
  212. "border-bottom": "1px solid #FFF",
  213. "background-color": "#87acd6",
  214. },
  215. "selectorItemLevelNode": {
  216. "width": "0px",
  217. "height": "28px",
  218. "float": "left"
  219. },
  220. "selectorItemIconNode": {
  221. "width": "28px",
  222. "height": "28px",
  223. "float": "left",
  224. "background-repeat": "no-repeat",
  225. "background-position": "center center"
  226. },
  227. "selectorItemActionNode": {
  228. "width": "28px",
  229. "height": "28px",
  230. "float": "right",
  231. "background": "transparent"
  232. },
  233. "selectorItemActionNode_selected_over": {
  234. "width": "28px",
  235. "height": "28px",
  236. "float": "right",
  237. "background": "url("+"../x_component_Selector/$Selector/default/icon/remove.png) no-repeat center center"
  238. },
  239. "selectorItemActionNode_over": {
  240. "width": "28px",
  241. "height": "28px",
  242. "float": "right",
  243. "background": "url("+"../x_component_Selector/$Selector/default/icon/right.png) no-repeat center center"
  244. },
  245. "selectorItemActionNode_selected": {
  246. "width": "28px",
  247. "height": "28px",
  248. "float": "right",
  249. "background": "url("+"../x_component_Selector/$Selector/default/icon/check.png) no-repeat center center"
  250. },
  251. "selectorItemCategoryActionNode_expand": {
  252. "width": "28px",
  253. "height": "28px",
  254. "float": "right",
  255. "background": "url("+"../x_component_Selector/$Selector/default/icon/minus.png) no-repeat center center"
  256. },
  257. "selectorItemCategoryActionNode_collapse": {
  258. "width": "28px",
  259. "height": "28px",
  260. "float": "right",
  261. "background": "url("+"../x_component_Selector/$Selector/default/icon/add.png) no-repeat center center"
  262. },
  263. "selectorItemCategoryActionNode_selectAll": {
  264. "width": "28px",
  265. "height": "28px",
  266. "float": "right",
  267. "background": "url("+"../x_component_Selector/$Selector/default/icon/selectall.png) no-repeat center center"
  268. },
  269. "selectorItemTextNode": {
  270. "height": "28px",
  271. "margin": "0px 28px",
  272. "color": "#000"
  273. },
  274. "selectorItemCategoryTextNode": {
  275. "height": "28px",
  276. "margin": "0px 28px",
  277. "color": "#000",
  278. "font-weight": "bold"
  279. },
  280. "selectorItemTextNode_selected": {
  281. "height": "28px",
  282. "margin-left": "28px",
  283. "color": "#FFF"
  284. },
  285. "selectorItemCategoryChildrenNode": {
  286. "overflow": "hidden",
  287. "margin-left": "0px"
  288. }
  289. }