css.wcss 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487
  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. "position": "relative",
  243. "border-bottom": "1px solid #ccc"
  244. },
  245. "searchInput": {
  246. "width": "128px",
  247. "height": "16px",
  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. "padding-right" : "22px",
  255. "outline": "none"
  256. },
  257. "searchInputSingle": {
  258. "width": "196px",
  259. "height": "22px",
  260. "border": "0px",
  261. "margin": "3px"
  262. },
  263. "searchCancelAction": {
  264. "background" : "url(../x_component_Selector/$Selector/flow/icon/cancel.png) center center / 12px 12px no-repeat rgb(255, 255, 255)",
  265. "position": "absolute",
  266. "left": "204px",
  267. "top": "4px",
  268. "height": "16px",
  269. "width": "16px",
  270. "cursor": "pointer",
  271. "display": "none"
  272. },
  273. "letterAreaMobileNode": {
  274. "padding": "0px 9px",
  275. "height": "36px",
  276. "border-bottom": "1px solid #cccccc",
  277. "background-color": "#EEE",
  278. },
  279. "letterAreaNode": {
  280. //"width": "196px",
  281. "padding": "0px 2px",
  282. //"height": "36px",
  283. "overflow": "hidden",
  284. "border-bottom": "1px solid #cccccc",
  285. "background-color": "#f3f3f3",
  286. },
  287. "letterNode": {
  288. "height": "18px",
  289. "line-height": "18px",
  290. "width": "15px",
  291. "text-align": "center",
  292. "font-weight": "bold",
  293. "float": "left",
  294. "cursor": "pointer",
  295. "font-size": "11px",
  296. "color": "#666666",
  297. "background": "transparent"
  298. },
  299. "letterNode_over": {
  300. "height": "18px",
  301. "line-height": "18px",
  302. "width": "15px",
  303. "text-align": "center",
  304. "font-weight": "bold",
  305. "float": "left",
  306. "color": "#666666",
  307. "cursor": "pointer",
  308. "font-size": "11px",
  309. "background": "#FFF"
  310. },
  311. "itemAreaScrollNode": {
  312. "overflow-x": "auto",
  313. "overflow-y": "auto",
  314. "background-color": "#ffffff",
  315. "height": "188px"
  316. },
  317. "itemAreaNode": {
  318. "overflow": "hidden"
  319. },
  320. "letterShowNode": {
  321. "text-align": "center",
  322. "font-size": "48px",
  323. "font-weight": "bold",
  324. "position": "absolute",
  325. "color": "#333",
  326. "opacity": 0.6
  327. },
  328. "selectorItem": {
  329. "height": "26px",
  330. "line-height": "26px",
  331. "padding": "0px 0px",
  332. "overflow": "hidden",
  333. "cursor": "pointer",
  334. "font-size": "12px",
  335. "border-bottom": "1px solid #FFF",
  336. "color": "#666666",
  337. "background": "transparent"
  338. },
  339. "selectorItemCategory": {
  340. "height": "26px",
  341. "line-height": "26px",
  342. "padding": "0px 0px",
  343. "overflow": "hidden",
  344. "cursor": "pointer",
  345. "font-size": "12px",
  346. "color": "#666666",
  347. "border-bottom": "1px solid #FFF",
  348. "background": "#eeeeee"
  349. },
  350. "selectorItemCategory_department": {
  351. "height": "26px",
  352. "line-height": "26px",
  353. "padding": "0px 0px",
  354. "overflow": "hidden",
  355. "cursor": "pointer",
  356. "font-size": "12px",
  357. "border-bottom": "1px solid #FFF",
  358. "background": "#E9E9E9"
  359. },
  360. "selectorItem_over": {
  361. //"height": "28px",
  362. "line-height": "26px",
  363. "padding": "0px 0px",
  364. "overflow": "hidden",
  365. "cursor": "pointer",
  366. "border-bottom": "1px solid #FFF",
  367. "background-color": "#edf3fa"
  368. },
  369. "selectorItem_selected": {
  370. //"height": "24px",
  371. "line-height": "26px",
  372. "padding": "0px 0px",
  373. "overflow": "hidden",
  374. "cursor": "pointer",
  375. "border-bottom": "1px solid #FFF",
  376. "background-color": "#6681a5",
  377. },
  378. "selectorItemLevelNode": {
  379. "width": "0px",
  380. "height": "26px",
  381. "float": "left"
  382. },
  383. "selectorItemLevelNode_expand":{
  384. "background": "url("+"../x_component_Selector/$Selector/default/icon/expand.png) no-repeat center right"
  385. },
  386. "selectorItemLevelNode_collapse":{
  387. "background": "url("+"../x_component_Selector/$Selector/default/icon/collapse.png) no-repeat center right"
  388. },
  389. "selectorItemIconNode": {
  390. "width": "26px",
  391. "height": "26px",
  392. "float": "left",
  393. "background-repeat": "no-repeat",
  394. "background-position": "center center"
  395. },
  396. "selectorItemActionNode": {
  397. "width": "26px",
  398. "height": "26px",
  399. "float": "right",
  400. "background": "transparent"
  401. },
  402. "selectorItemActionNode_selected_over": {
  403. "width": "26px",
  404. "height": "26px",
  405. "float": "right",
  406. "background": "url("+"../x_component_Selector/$Selector/default/icon/remove.png) no-repeat center center"
  407. },
  408. "selectorItemActionNode_over": {
  409. "width": "26px",
  410. "height": "26px",
  411. "float": "right",
  412. "background": "url("+"../x_component_Selector/$Selector/default/icon/right.png) no-repeat center center"
  413. },
  414. "selectorItemActionNode_selected": {
  415. "width": "26px",
  416. "height": "26px",
  417. "float": "right",
  418. "background": "url("+"../x_component_Selector/$Selector/default/icon/check.png) no-repeat center center"
  419. },
  420. "selectorItemCategoryActionNode_expand": {
  421. "width": "26px",
  422. "height": "26px",
  423. "float": "right",
  424. "font-size": "12px",
  425. "background": "url("+"../x_component_Selector/$Selector/default/icon/minus.png) no-repeat center center"
  426. },
  427. "selectorItemCategoryActionNode_collapse": {
  428. "width": "26px",
  429. "height": "26px",
  430. "font-size": "12px",
  431. "float": "right",
  432. "background": "url("+"../x_component_Selector/$Selector/default/icon/add.png) no-repeat center center"
  433. },
  434. "selectorItemCategoryActionNode_selectAll": {
  435. "width": "28px",
  436. "height": "28px",
  437. "float": "right",
  438. "background": "url("+"../x_component_Selector/$Selector/default/icon/selectall.png) no-repeat center center"
  439. },
  440. "selectorItemTextNode": {
  441. "height": "26px",
  442. "margin": "0px 26px",
  443. "word-wrap": "break-word",
  444. "color": "#000"
  445. },
  446. "selectorItemCategoryTextNode": {
  447. "height": "26px",
  448. "margin": "0px 26px",
  449. "color": "#000",
  450. "font-size": "12px",
  451. "font-weight": "bold"
  452. },
  453. "selectorItemTextNode_selected": {
  454. "height": "26px",
  455. "margin-left": "26px",
  456. "color": "#FFF"
  457. },
  458. "selectorItemCategoryChildrenNode": {
  459. "overflow": "hidden",
  460. "margin-left": "0px"
  461. },
  462. "dutyInputDialog":{
  463. "height": "56px",
  464. "clear": "both"
  465. },
  466. "dutyInputNode": {
  467. "border": "1px solid #eee",
  468. "background": "#FFF",
  469. "height": "18px"
  470. },
  471. "filePreviewNode": {
  472. "overflow": "hidden",
  473. "max-width": "300px",
  474. "max-height": "200px"
  475. }
  476. }