css.wcss 9.7 KB

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