css.wcss 12 KB

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