css.wcss 9.5 KB

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