css.wcss 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397
  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. "height": "410px",
  120. "margin": "0px",
  121. "border": "0px solid #999",
  122. "border-radius": "0px"
  123. },
  124. "selectNodeSingle": {
  125. "height": "410px",
  126. "float": "left",
  127. "margin": "0px",
  128. "border": "0px solid #999",
  129. "border-radius": "0px"
  130. },
  131. "selectNodeMobile":{
  132. "margin": "0px",
  133. "border": "0px solid #999",
  134. "border-radius": "0px"
  135. },
  136. "selectedContainerNode": {
  137. "width": "331px",
  138. "height": "410px",
  139. "float": "right",
  140. "margin": "10px 10px 10px 5px",
  141. "border": "2px solid #999",
  142. "border-radius": "6px",
  143. "overflow" : "hidden"
  144. },
  145. "selectedScrollNode": {
  146. // "width": "331px",
  147. // "height": "410px",
  148. // "float": "right",
  149. // "margin": "10px 10px 10px 5px",
  150. // "border": "2px solid #999",
  151. // "border-radius": "6px",
  152. "width": "323px",
  153. "height": "410px",
  154. "overflow" : "hidden"
  155. },
  156. "selectedNode": {
  157. //"overflow": "hidden"
  158. },
  159. "actionNode": {
  160. "height": "40px",
  161. "width": "300px",
  162. "margin": "auto"
  163. },
  164. "okActionNode": {
  165. "width": "100px",
  166. "height": "30px",
  167. "background": "url("+"../x_component_Selector/$Selector/default/icon/editOk_bg.png) no-repeat center center",
  168. "border": "0px",
  169. "color": "#FFF",
  170. "font-size": "18px",
  171. "padding-left": "35px",
  172. "border-radius": "4px",
  173. "cursor": "pointer"
  174. },
  175. "cancelActionNode": {
  176. "width": "72px",
  177. "height": "30px",
  178. "background": "url("+"../x_component_Selector/$Selector/default/icon/editCancel_bg.png) no-repeat center center",
  179. "border": "0px",
  180. "color": "#FFF",
  181. "font-size": "18px",
  182. "padding-left": "20px",
  183. "border-radius": "4px",
  184. "margin-left": "15px",
  185. "cursor": "pointer"
  186. },
  187. "searchInputDiv": {
  188. "height": "30px",
  189. "border-bottom": "1px solid #999"
  190. },
  191. "searchInput": {
  192. "width": "98%",
  193. "height": "24px",
  194. "border": "0px",
  195. "margin": "3px",
  196. "outline": "none"
  197. },
  198. "searchInputSingle": {
  199. "width": "98%",
  200. "height": "24px",
  201. "border": "0px",
  202. "margin": "3px"
  203. },
  204. "letterAreaMobileNode": {
  205. "padding": "0px 9px",
  206. "height": "40px",
  207. "border-bottom": "1px solid #999",
  208. "background-color": "#EEE",
  209. },
  210. "letterAreaNode": {
  211. "padding": "0px 9px",
  212. "height": "40px",
  213. "border-bottom": "1px solid #999",
  214. "background-color": "#EEE",
  215. },
  216. "letterNode": {
  217. "height": "20px",
  218. "width": "20px",
  219. "text-align": "center",
  220. "font-weight": "bold",
  221. "float": "left",
  222. "cursor": "pointer",
  223. "font-size": "12px",
  224. "background": "transparent"
  225. },
  226. "letterNode_over": {
  227. "height": "20px",
  228. "width": "20px",
  229. "text-align": "center",
  230. "font-weight": "bold",
  231. "float": "left",
  232. "cursor": "pointer",
  233. "font-size": "16px",
  234. "background": "#FFF"
  235. },
  236. "itemAreaScrollNode": {
  237. "overflow-x": "auto",
  238. "overflow-y": "auto",
  239. "height": "338px"
  240. },
  241. "itemAreaNode": {
  242. "overflow": "hidden"
  243. },
  244. "letterShowNode": {
  245. "text-align": "center",
  246. "font-size": "48px",
  247. "font-weight": "bold",
  248. "position": "absolute",
  249. "color": "#333",
  250. "opacity": 0.6
  251. },
  252. "selectorItem": {
  253. "height": "28px",
  254. "line-height": "28px",
  255. "padding": "0px 10px",
  256. "overflow": "hidden",
  257. "cursor": "pointer",
  258. "border-bottom": "1px solid #FFF",
  259. "background": "transparent"
  260. },
  261. "selectorItemCategory": {
  262. "height": "28px",
  263. "line-height": "28px",
  264. "padding": "0px 10px",
  265. "overflow": "hidden",
  266. "cursor": "pointer",
  267. "border-bottom": "1px solid #FFF",
  268. "background": "#DDD"
  269. },
  270. "selectorItemCategory_department": {
  271. "height": "28px",
  272. "line-height": "28px",
  273. "padding": "0px 10px",
  274. "overflow": "hidden",
  275. "cursor": "pointer",
  276. "border-bottom": "1px solid #FFF",
  277. "background": "#E9E9E9"
  278. },
  279. "selectorItem_over": {
  280. //"height": "28px",
  281. "line-height": "28px",
  282. "padding": "0px 10px",
  283. "overflow": "hidden",
  284. "cursor": "pointer",
  285. "border-bottom": "1px solid #FFF",
  286. "background-color": "#cbdcee"
  287. },
  288. "selectorItem_selected": {
  289. //"height": "28px",
  290. "line-height": "28px",
  291. "padding": "0px 10px",
  292. "overflow": "hidden",
  293. "cursor": "pointer",
  294. "border-bottom": "1px solid #FFF",
  295. "background-color": "#87acd6",
  296. },
  297. "selectorItemLevelNode": {
  298. "width": "0px",
  299. "height": "28px",
  300. "float": "left"
  301. },
  302. "selectorItemLevelNode_expand":{
  303. "background": "url("+"../x_component_Selector/$Selector/default/icon/expand.png) no-repeat center right"
  304. },
  305. "selectorItemLevelNode_collapse":{
  306. "background": "url("+"../x_component_Selector/$Selector/default/icon/collapse.png) no-repeat center right"
  307. },
  308. "selectorItemIconNode": {
  309. "width": "28px",
  310. "height": "28px",
  311. "float": "left",
  312. "background-repeat": "no-repeat",
  313. "background-position": "center center"
  314. },
  315. "selectorItemActionNode": {
  316. "width": "28px",
  317. "height": "28px",
  318. "float": "right",
  319. "background": "transparent"
  320. },
  321. "selectorItemActionNode_selected_over": {
  322. "width": "28px",
  323. "height": "28px",
  324. "float": "right",
  325. "background": "url("+"../x_component_Selector/$Selector/default/icon/remove.png) no-repeat center center"
  326. },
  327. "selectorItemActionNode_over": {
  328. "width": "28px",
  329. "height": "28px",
  330. "float": "right",
  331. "background": "url("+"../x_component_Selector/$Selector/default/icon/right.png) no-repeat center center"
  332. },
  333. "selectorItemActionNode_selected": {
  334. "width": "28px",
  335. "height": "28px",
  336. "float": "right",
  337. "background": "url("+"../x_component_Selector/$Selector/default/icon/check.png) no-repeat center center"
  338. },
  339. "selectorItemCategoryActionNode_expand": {
  340. "width": "28px",
  341. "height": "28px",
  342. "float": "right",
  343. "background": "url("+"../x_component_Selector/$Selector/default/icon/minus.png) no-repeat center center"
  344. },
  345. "selectorItemCategoryActionNode_collapse": {
  346. "width": "28px",
  347. "height": "28px",
  348. "float": "right",
  349. "background": "url("+"../x_component_Selector/$Selector/default/icon/add.png) no-repeat center center"
  350. },
  351. "selectorItemCategoryActionNode_selectAll": {
  352. "width": "28px",
  353. "height": "28px",
  354. "float": "right",
  355. "background": "url("+"../x_component_Selector/$Selector/default/icon/selectall.png) no-repeat center center"
  356. },
  357. "selectorItemTextNode": {
  358. "height": "28px",
  359. "margin": "0px 28px",
  360. "color": "#000"
  361. },
  362. "selectorItemCategoryTextNode": {
  363. "height": "28px",
  364. "margin": "0px 28px",
  365. "color": "#000",
  366. "font-weight": "bold"
  367. },
  368. "selectorItemTextNode_selected": {
  369. "height": "28px",
  370. "margin-left": "28px",
  371. "color": "#FFF"
  372. },
  373. "selectorItemCategoryChildrenNode": {
  374. "overflow": "hidden",
  375. "margin-left": "0px"
  376. },
  377. "dutyInputDialog":{
  378. "height": "56px",
  379. "clear": "both"
  380. },
  381. "dutyInputNode": {
  382. "border": "1px solid #eee",
  383. "background": "#FFF",
  384. "height": "18px"
  385. }
  386. }