css.wcss 10 KB

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