css.wcss 12 KB

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