css.wcss 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558
  1. {
  2. "maskNode": {
  3. "background-color": "#666",
  4. "opacity": 0.4,
  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. "containerNode_embedded": {
  60. "height": "510px",
  61. "width": "700px",
  62. "background-color": "#FFF",
  63. "overflow": "hidden",
  64. "position": "relative"
  65. },
  66. "containerNode_multiple_embedded": {
  67. "height": "550px",
  68. "width": "700px",
  69. "background-color": "#FFF",
  70. "overflow": "hidden",
  71. "position": "relative"
  72. },
  73. "containerNodeSingle_embedded": {
  74. "height": "510px",
  75. "width": "355px",
  76. "background-color": "#FFF",
  77. "overflow": "hidden",
  78. "position": "relative"
  79. },
  80. "containerNodeSingle_multiple_embedded": {
  81. "height": "550px",
  82. "width": "355px",
  83. "background-color": "#FFF",
  84. "overflow": "hidden",
  85. "position": "relative"
  86. },
  87. "titleNode": {
  88. "height": "30px",
  89. "background-color": "#EEE",
  90. "border-bottom": "1px solid #CCC"
  91. },
  92. "titleNodeMobile": {
  93. "height": "50px",
  94. "text-align": "center",
  95. "background-color": "#4c6b87",
  96. "border-bottom": "1px solid #CCC"
  97. },
  98. "titleTextNode": {
  99. "margin-right": "30px",
  100. "height": "30px",
  101. "padding": "0px 10px",
  102. "color": "#666",
  103. "font-weight": "bold",
  104. "font-size": "14px",
  105. "line-height": "30px"
  106. },
  107. "titleActionNode": {
  108. "width": "30px",
  109. "height": "30px",
  110. "float": "right",
  111. "background": "url("+"../x_component_Selector/$Selector/default/icon/close.png) no-repeat center center",
  112. "cursor": "pointer"
  113. },
  114. "titleTextNodeMobile": {
  115. "margin": "0px 50px",
  116. "height": "50px",
  117. "padding": "0px 10px",
  118. "color": "#FFF",
  119. "font-weight": "bold",
  120. "font-size": "14px",
  121. "line-height": "50px"
  122. },
  123. "titleCancelActionNodeMobile": {
  124. "height": "50px",
  125. "width": "50px",
  126. "text-align": "center",
  127. "color": "#FFF",
  128. "margin": "0px 15px",
  129. "line-height": "50px",
  130. "float": "left",
  131. "font-size": "14px"
  132. },
  133. "titleOkActionNodeMobile": {
  134. "height": "50px",
  135. "width": "50px",
  136. "text-align": "center",
  137. "color": "#FFF",
  138. "margin": "0px 15px",
  139. "line-height": "50px",
  140. "float": "right",
  141. "font-size": "14px"
  142. },
  143. "selectedWrapNodeMobile": {
  144. "position": "absolute",
  145. "bottom": "0px",
  146. "left": "0px",
  147. "width": "100%",
  148. "height": "80%",
  149. "border-radius": "15px 15px 0px 0px",
  150. "background": "#F5F5F5",
  151. "z-index":1003
  152. },
  153. "selectedScrollNodeMobile": {
  154. "overflow": "auto",
  155. "height": "calc( 100% - 30px )"
  156. },
  157. "selectedNodeMobile": {
  158. "margin-bottom": "20px",
  159. "background": "#fff"
  160. },
  161. "selectedTitleNodeMobile": {
  162. "text-align": "center",
  163. "font-size": "16px",
  164. "border-radius": "15px 15px 0px 0px",
  165. "height": "30px",
  166. "line-height": "30px"
  167. },
  168. "selectedCountNodeMobile":{
  169. "height": "40px",
  170. "line-height": "40px",
  171. "overflow": "hidden",
  172. "padding-left": "10px",
  173. "background": "url(../x_component_Selector/$Selector/default/icon/arrow_up.png) no-repeat right center",
  174. "background-size": "32px 32px"
  175. },
  176. "selectedCountLabelNodeMobile": {
  177. "float":"left",
  178. "font-weight":"bold",
  179. "padding-right":"5px"
  180. },
  181. "selectedCountTextNodeMobile": {
  182. "float":"left",
  183. "padding-left":"5px"
  184. },
  185. "selectedMaskNodeMobile": {
  186. "background-color": "#666",
  187. "opacity": 0.4,
  188. "z-index":1002,
  189. "height": "100%",
  190. "width": "100%",
  191. "position":"absolute",
  192. "top": "0px",
  193. "left": "0px"
  194. },
  195. "selectedItemActionNodeMobile": {
  196. "width": "auto",
  197. "height": "auto",
  198. "line-height": "16px",
  199. "padding": "5px 10px",
  200. "float": "right",
  201. "background": "#eee",
  202. "border-radius": "5px"
  203. },
  204. "selectorItemMobile": {
  205. "padding-top": "5px",
  206. "padding-bottom": "5px",
  207. "border-bottom": "1px solid #ccc"
  208. },
  209. "contentNode": {
  210. "overflow": "hidden"
  211. },
  212. "noSelectableItemText" : {
  213. "margin" : "10px auto",
  214. "text-align" : "center",
  215. "width" : "200px",
  216. "color" : "#999"
  217. },
  218. "selectNode": {
  219. "width": "331px",
  220. "height": "410px",
  221. "float": "left",
  222. "margin": "10px 5px 10px 10px",
  223. "border": "2px solid #999",
  224. "border-radius": "6px"
  225. },
  226. "selectNodeSingle": {
  227. "width": "331px",
  228. "height": "410px",
  229. "float": "left",
  230. "margin": "10px",
  231. "border": "2px solid #999",
  232. "border-radius": "6px"
  233. },
  234. "selectNodeMobile":{
  235. "margin": "0px",
  236. "border": "0px solid #999",
  237. "border-radius": "0px"
  238. },
  239. "selectedContainerNode": {
  240. "width": "331px",
  241. "height": "410px",
  242. "float": "right",
  243. "margin": "10px 10px 10px 5px",
  244. "border": "2px solid #999",
  245. "border-radius": "6px",
  246. "overflow" : "hidden"
  247. },
  248. "selectedScrollNode": {
  249. // "width": "331px",
  250. // "height": "410px",
  251. // "float": "right",
  252. // "margin": "10px 10px 10px 5px",
  253. // "border": "2px solid #999",
  254. // "border-radius": "6px",
  255. "width": "323px",
  256. "height": "410px",
  257. "overflow" : "hidden"
  258. },
  259. "selectedNode": {
  260. //"overflow": "hidden"
  261. },
  262. "actionNode": {
  263. "height": "40px",
  264. "width": "300px",
  265. "margin": "auto"
  266. },
  267. "okActionNode": {
  268. "width": "100px",
  269. "height": "30px",
  270. "background": "url(../x_component_Selector/$Selector/default/icon/editOk_bg.png) no-repeat center center",
  271. "border": "0px",
  272. "color": "#FFF",
  273. "font-size": "18px",
  274. "padding-left": "35px",
  275. "border-radius": "4px",
  276. "cursor": "pointer"
  277. },
  278. "cancelActionNode": {
  279. "width": "72px",
  280. "height": "30px",
  281. "background": "url(../x_component_Selector/$Selector/default/icon/editCancel_bg.png) no-repeat center center",
  282. "border": "0px",
  283. "color": "#FFF",
  284. "font-size": "18px",
  285. "padding-left": "20px",
  286. "border-radius": "4px",
  287. "margin-left": "15px",
  288. "cursor": "pointer"
  289. },
  290. "selectedTopNode" : {
  291. "overflow" : "hidden"
  292. },
  293. "selectedTopTextNode" : {
  294. "float" : "left",
  295. "width" : "40px",
  296. "height": "30px",
  297. "line-height": "30px",
  298. "border-bottom": "1px solid #999"
  299. },
  300. "selectedTopActionNode" : {
  301. "color" : "#3C76B7",
  302. "float" : "right",
  303. "cursor" : "pointer",
  304. "height": "30px",
  305. "line-height": "30px"
  306. },
  307. "selectTopNode" : {
  308. "overflow" : "hidden"
  309. },
  310. "selectTopTextNode" : {
  311. "float" : "left",
  312. "width" : "40px",
  313. "height": "30px",
  314. "line-height": "30px",
  315. "border-bottom": "1px solid #999"
  316. },
  317. "searchInputDiv": {
  318. "height": "30px",
  319. "border-bottom": "1px solid #999",
  320. "position": "relative"
  321. },
  322. "searchInput": {
  323. "width": "303px",
  324. "height": "24px",
  325. "border": "0px",
  326. "margin": "3px",
  327. "outline": "none",
  328. "padding-right" : "22px"
  329. },
  330. "searchInputSingle": {
  331. "width": "303px",
  332. "height": "24px",
  333. "border": "0px",
  334. "margin": "3px",
  335. "padding-right" : "22px"
  336. },
  337. "searchCancelAction": {
  338. "background" : "url(../x_component_Selector/$Selector/flow/icon/cancel.png) center center / 14px 14px no-repeat rgb(255, 255, 255)",
  339. "position": "absolute",
  340. "right": "0px",
  341. "top": "0px",
  342. "height": "28px",
  343. "width": "22px",
  344. "cursor": "pointer",
  345. "display": "none"
  346. },
  347. "letterAreaMobileNode": {
  348. "padding": "0px 9px",
  349. "height": "50px",
  350. "border-bottom": "1px solid #999",
  351. "background-color": "#EEE"
  352. },
  353. "letterAreaNode": {
  354. "width": "312px",
  355. "padding": "0px 9px",
  356. "height": "40px",
  357. "border-bottom": "1px solid #999",
  358. "background-color": "#EEE"
  359. },
  360. "letterNode": {
  361. "height": "20px",
  362. "width": "24px",
  363. "text-align": "center",
  364. "font-weight": "bold",
  365. "float": "left",
  366. "cursor": "pointer",
  367. "font-size": "12px",
  368. "background": "transparent"
  369. },
  370. "letterNode_mobile": {
  371. "height": "22px",
  372. "line-height": "22px",
  373. "width": "15px",
  374. "text-align": "center",
  375. "font-weight": "bold",
  376. "float": "left",
  377. "cursor": "pointer",
  378. "font-size": "11px",
  379. "color": "#666666",
  380. "background": "transparent"
  381. },
  382. "letterNode_over": {
  383. "height": "20px",
  384. "width": "24px",
  385. "text-align": "center",
  386. "font-weight": "bold",
  387. "float": "left",
  388. "cursor": "pointer",
  389. "font-size": "16px",
  390. "background": "#FFF"
  391. },
  392. "itemAreaScrollNode": {
  393. "overflow": "hidden",
  394. "height": "338px"
  395. },
  396. "itemAreaNode": {
  397. "overflow": "hidden"
  398. },
  399. "letterShowNode": {
  400. "text-align": "center",
  401. "font-size": "48px",
  402. "font-weight": "bold",
  403. "position": "absolute",
  404. "color": "#333",
  405. "opacity": 0.6
  406. },
  407. "selectorItem": {
  408. "height": "28px",
  409. "line-height": "28px",
  410. "padding": "0px 10px",
  411. "overflow": "hidden",
  412. "cursor": "pointer",
  413. "border-bottom": "1px solid #FFF",
  414. "background": "transparent"
  415. },
  416. "selectorItemCategory": {
  417. "height": "28px",
  418. "line-height": "28px",
  419. "padding": "0px 10px",
  420. "overflow": "hidden",
  421. "cursor": "pointer",
  422. "border-bottom": "1px solid #FFF",
  423. "background": "#DDD"
  424. },
  425. "selectorItemCategory_department": {
  426. "height": "28px",
  427. "line-height": "28px",
  428. "padding": "0px 10px",
  429. "overflow": "hidden",
  430. "cursor": "pointer",
  431. "border-bottom": "1px solid #FFF",
  432. "background": "#E9E9E9"
  433. },
  434. "selectorItem_over": {
  435. //"height": "28px",
  436. "line-height": "28px",
  437. "padding": "0px 10px",
  438. "overflow": "hidden",
  439. "cursor": "pointer",
  440. "border-bottom": "1px solid #FFF",
  441. "background-color": "#cbdcee"
  442. },
  443. "selectorItem_selected": {
  444. //"height": "28px",
  445. "line-height": "28px",
  446. "padding": "0px 10px",
  447. "overflow": "hidden",
  448. "cursor": "pointer",
  449. "border-bottom": "1px solid #FFF",
  450. "background-color": "#87acd6",
  451. },
  452. "selectorItemLevelNode": {
  453. "width": "0px",
  454. "height": "28px",
  455. "float": "left"
  456. },
  457. "selectorItemLevelNode_expand":{
  458. "background": "url(../x_component_Selector/$Selector/default/icon/expand.png) no-repeat center right"
  459. },
  460. "selectorItemLevelNode_collapse":{
  461. "background": "url(../x_component_Selector/$Selector/default/icon/collapse.png) no-repeat center right"
  462. },
  463. "selectorItemIconNode": {
  464. "width": "28px",
  465. "height": "28px",
  466. "float": "left",
  467. "background-repeat": "no-repeat",
  468. "background-position": "center center"
  469. },
  470. "selectorItemActionNode": {
  471. "width": "28px",
  472. "height": "28px",
  473. "float": "right",
  474. "background": "transparent"
  475. },
  476. "selectorItemActionNode_selected_over": {
  477. "width": "28px",
  478. "height": "28px",
  479. "float": "right",
  480. "background": "url(../x_component_Selector/$Selector/default/icon/remove.png) no-repeat center center"
  481. },
  482. "selectorItemActionNode_over": {
  483. "width": "28px",
  484. "height": "28px",
  485. "float": "right",
  486. "background": "url(../x_component_Selector/$Selector/default/icon/right.png) no-repeat center center"
  487. },
  488. "selectorItemActionNode_selected": {
  489. "width": "28px",
  490. "height": "28px",
  491. "float": "right",
  492. "background": "url(../x_component_Selector/$Selector/default/icon/check.png) no-repeat center center"
  493. },
  494. "selectorItemCategoryActionNode_expand": {
  495. "width": "28px",
  496. "height": "28px",
  497. "float": "right",
  498. "background": "url(../x_component_Selector/$Selector/default/icon/minus.png) no-repeat center center"
  499. },
  500. "selectorItemCategoryActionNode_collapse": {
  501. "width": "28px",
  502. "height": "28px",
  503. "float": "right",
  504. "background": "url(../x_component_Selector/$Selector/default/icon/add.png) no-repeat center center"
  505. },
  506. "selectorItemCategoryActionNode_selectAll": {
  507. "width": "28px",
  508. "height": "28px",
  509. "float": "right",
  510. "background": "url(../x_component_Selector/$Selector/default/icon/selectall.png) no-repeat center center"
  511. },
  512. "selectorItemTextNode": {
  513. "height": "28px",
  514. "margin": "0px 28px",
  515. "word-wrap": "break-word",
  516. "color": "#000"
  517. },
  518. "selectorItemCategoryTextNode": {
  519. "height": "28px",
  520. "margin": "0px 28px",
  521. "color": "#000",
  522. "font-weight": "bold"
  523. },
  524. "selectorItemTextNode_selected": {
  525. "height": "28px",
  526. "margin-left": "28px",
  527. "color": "#FFF"
  528. },
  529. "selectorItemCategoryChildrenNode": {
  530. "overflow": "hidden",
  531. "margin-left": "0px"
  532. },
  533. "dutyInputDialog":{
  534. "height": "56px",
  535. "clear": "both"
  536. },
  537. "dutyInputNode": {
  538. "border": "1px solid #eee",
  539. "background": "#FFF",
  540. "height": "18px"
  541. },
  542. "filePreviewNode": {
  543. "overflow": "hidden",
  544. "max-width": "300px",
  545. "max-height": "200px"
  546. }
  547. }