css.wcss 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583
  1. {
  2. "maskNode": {
  3. "background-color": "#666",
  4. "opacity": 0.4,
  5. "z-index":1000
  6. },
  7. "containerNode": {
  8. "height": "520px",
  9. "width": "720px",
  10. "background-color": "#FFF",
  11. "overflow": "hidden",
  12. "border": "0",
  13. "border-radius": "var( --oo-area-radius)",
  14. "box-shadow": "var(--oo-dialog-shadow)",
  15. "position": "absolute",
  16. "z-index":1001,
  17. "user-select": "none"
  18. },
  19. "containerNode_multiple": {
  20. "height": "560px",
  21. "width": "720px",
  22. "background-color": "#FFF",
  23. "overflow": "hidden",
  24. "border": "0",
  25. "border-radius": "var( --oo-area-radius)",
  26. "box-shadow": "var(--oo-dialog-shadow)",
  27. "position": "absolute",
  28. "z-index":1001
  29. },
  30. "containerNodeSingle": {
  31. "height": "520px",
  32. "width": "375px",
  33. "background-color": "#FFF",
  34. "overflow": "hidden",
  35. "border": "0",
  36. "border-radius": "var( --oo-area-radius)",
  37. "box-shadow": "var(--oo-dialog-shadow)",
  38. "position": "absolute",
  39. "z-index":1001
  40. },
  41. "containerNodeSingle_multiple": {
  42. "height": "560px",
  43. "width": "375px",
  44. "background-color": "#FFF",
  45. "overflow": "hidden",
  46. "border": "0",
  47. "border-radius": "var( --oo-area-radius)",
  48. "box-shadow": "var(--oo-dialog-shadow)",
  49. "position": "absolute",
  50. "z-index":1001
  51. },
  52. "containerNodeMobile": {
  53. "height": "100%",
  54. "width": "100%",
  55. "background-color": "#FFF",
  56. "overflow": "hidden",
  57. "position": "absolute",
  58. "z-index":1001
  59. },
  60. "containerNode_embedded": {
  61. "height": "520px",
  62. "width": "720px",
  63. "background-color": "#FFF",
  64. "overflow": "hidden",
  65. "position": "relative"
  66. },
  67. "containerNode_multiple_embedded": {
  68. "height": "560px",
  69. "width": "720px",
  70. "background-color": "#FFF",
  71. "overflow": "hidden",
  72. "position": "relative"
  73. },
  74. "containerNodeSingle_embedded": {
  75. "height": "520px",
  76. "width": "375px",
  77. "background-color": "#FFF",
  78. "overflow": "hidden",
  79. "position": "relative"
  80. },
  81. "containerNodeSingle_multiple_embedded": {
  82. "height": "560px",
  83. "width": "375px",
  84. "background-color": "#FFF",
  85. "overflow": "hidden",
  86. "position": "relative"
  87. },
  88. "titleNode": {
  89. "height": "40px"
  90. },
  91. "titleNodeMobile": {
  92. "height": "50px",
  93. "text-align": "center",
  94. "background-color": "#4c6b87",
  95. "border-bottom": "1px solid #CCC"
  96. },
  97. "titleTextNode": {
  98. "margin-right": "40px",
  99. "height": "40px",
  100. "padding": "0px 20px",
  101. "color": "#666",
  102. "font-weight": "bold",
  103. "font-size": "16px",
  104. "line-height": "40px"
  105. },
  106. "titleActionNode": {
  107. "width": "40px",
  108. "height": "40px",
  109. "float": "right",
  110. "margin-right": "10px",
  111. "background": "url("+"../x_component_Selector/$Selector/v10/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/v10/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. // "display": "flex",
  212. // "justify-content": "space-evenly"
  213. },
  214. "noSelectableItemText" : {
  215. "margin" : "10px auto",
  216. "text-align" : "center",
  217. "width" : "200px",
  218. "color" : "#999"
  219. },
  220. "selectNode": {
  221. "width": "331px",
  222. "height": "410px",
  223. "float": "left",
  224. "margin": "10px 5px 10px 20px",
  225. "border": "1px solid #999",
  226. "border-radius": "4px"
  227. },
  228. "selectNodeSingle": {
  229. "width": "331px",
  230. "height": "410px",
  231. "float": "left",
  232. "margin": "10px",
  233. "border": "1px solid #999",
  234. "border-radius": "4px"
  235. },
  236. "selectNodeMobile":{
  237. "margin": "0px",
  238. "border": "0px solid #999",
  239. "border-radius": "0px"
  240. },
  241. "selectedContainerNode": {
  242. "width": "331px",
  243. "height": "410px",
  244. "float": "right",
  245. "margin": "10px 20px 10px 5px",
  246. "border": "1px solid #999",
  247. "border-radius": "4px",
  248. "overflow" : "hidden"
  249. },
  250. "selectedScrollNode": {
  251. "width": "331px",
  252. "height": "410px",
  253. "overflow" : "auto"
  254. },
  255. "selectedNode": {
  256. //"overflow": "hidden"
  257. },
  258. "actionNode": {
  259. "height": "40px",
  260. "margin": "auto",
  261. "display": "flex",
  262. "justify-content": "center",
  263. "align-items": "center"
  264. },
  265. "okActionNode": {
  266. "width": "100px",
  267. "height": "30px",
  268. "background-color": "var(--oo-color-main)",
  269. "border": "0px",
  270. "color": "#FFF",
  271. "font-size": "16px",
  272. "border-radius": "4px",
  273. "cursor": "pointer"
  274. },
  275. "cancelActionNode": {
  276. "width": "100px",
  277. "height": "30px",
  278. "border": "0px",
  279. "background-color": "var(--oo-color-gray-f0)",
  280. "color": "var(--oo-color-text2)",
  281. "font-size": "16px",
  282. "border-radius": "4px",
  283. "margin-left": "15px",
  284. "cursor": "pointer"
  285. },
  286. "selectedTopNode" : {
  287. "overflow" : "hidden"
  288. },
  289. "selectedTopTextNode" : {
  290. "float" : "left",
  291. "width" : "40px",
  292. "height": "30px",
  293. "line-height": "30px",
  294. "border-bottom": "1px solid #999"
  295. },
  296. "selectedTopActionNode" : {
  297. "color" : "#3C76B7",
  298. "float" : "right",
  299. "cursor" : "pointer",
  300. "height": "30px",
  301. "line-height": "30px"
  302. },
  303. "selectTopNode" : {
  304. "overflow" : "hidden"
  305. },
  306. "selectTopTextNode" : {
  307. "float" : "left",
  308. "width" : "40px",
  309. "height": "30px",
  310. "line-height": "30px",
  311. "border-bottom": "1px solid #999"
  312. },
  313. "searchInputDiv": {
  314. "height": "30px",
  315. "border-bottom": "1px solid #999",
  316. "position": "relative",
  317. "display": "flex"
  318. },
  319. "searchInput": {
  320. "flex": "1",
  321. "height": "24px",
  322. "border": "0px",
  323. "margin": "3px",
  324. "outline": "none",
  325. "padding-right" : "22px"
  326. },
  327. "searchInputSingle": {
  328. "width": "303px",
  329. "height": "24px",
  330. "border": "0px",
  331. "margin": "3px",
  332. "padding-right" : "22px"
  333. },
  334. "searchCancelAction": {
  335. "background" : "url(../x_component_Selector/$Selector/v10/icon/remove.png) center center / 14px 14px no-repeat rgb(255, 255, 255)",
  336. "position": "absolute",
  337. "right": "0px",
  338. "top": "0px",
  339. "height": "28px",
  340. "width": "22px",
  341. "cursor": "pointer",
  342. "display": "none"
  343. },
  344. "letterAreaMobileNode": {
  345. "padding": "0px 9px",
  346. "height": "50px",
  347. "border-bottom": "1px solid #999",
  348. "background-color": "#EEE"
  349. },
  350. "letterAreaNode": {
  351. "width": "312px",
  352. "padding": "2px 9px",
  353. "height": "40px",
  354. "border-bottom": "1px solid #999",
  355. "display": "flex",
  356. "flex-wrap": "wrap",
  357. "line-height": "20px"
  358. },
  359. "letterNode": {
  360. "height": "20px",
  361. "width": "24px",
  362. "text-align": "center",
  363. "font-weight": "bold",
  364. "float": "left",
  365. "cursor": "pointer",
  366. "font-size": "12px",
  367. "background": "transparent"
  368. },
  369. "letterNode_mobile": {
  370. "height": "22px",
  371. "line-height": "22px",
  372. "width": "15px",
  373. "text-align": "center",
  374. "font-weight": "bold",
  375. "float": "left",
  376. "cursor": "pointer",
  377. "font-size": "11px",
  378. "color": "#666666",
  379. "background": "transparent"
  380. },
  381. "letterNode_over": {
  382. "height": "20px",
  383. "width": "24px",
  384. "text-align": "center",
  385. "font-weight": "bold",
  386. "float": "left",
  387. "cursor": "pointer",
  388. "font-size": "16px",
  389. "background": "#FFF"
  390. },
  391. "itemAreaScrollNode": {
  392. "overflow": "auto",
  393. "height": "334px"
  394. },
  395. "itemAreaNode": {
  396. "overflow": "hidden"
  397. },
  398. "letterShowNode": {
  399. "text-align": "center",
  400. "font-size": "48px",
  401. "font-weight": "bold",
  402. "position": "absolute",
  403. "color": "#333",
  404. "opacity": 0.6
  405. },
  406. "selectorItem": {
  407. "height": "28px",
  408. "line-height": "28px",
  409. "padding": "0px 10px",
  410. "overflow": "hidden",
  411. "cursor": "pointer",
  412. "border-bottom": "1px solid #FFF",
  413. "background": "transparent"
  414. },
  415. "selectorItemCategory": {
  416. "height": "28px",
  417. "line-height": "28px",
  418. "padding": "0px 10px",
  419. "overflow": "hidden",
  420. "cursor": "pointer",
  421. "border-bottom": "1px solid #FFF",
  422. // "background": "#DDD"
  423. },
  424. "selectorItemCategory_department": {
  425. "height": "28px",
  426. "line-height": "28px",
  427. "padding": "0px 10px",
  428. "overflow": "hidden",
  429. "cursor": "pointer",
  430. "border-bottom": "1px solid #FFF",
  431. // "background": "#E9E9E9"
  432. },
  433. "selectorItem_over": {
  434. //"height": "28px",
  435. "line-height": "28px",
  436. "padding": "0px 10px",
  437. "overflow": "hidden",
  438. "cursor": "pointer",
  439. "border-bottom": "1px solid #FFF",
  440. "background-color": "var(--oo-color-hover)"
  441. },
  442. "selectorItem_selected": {
  443. //"height": "28px",
  444. "line-height": "28px",
  445. "padding": "0px 10px",
  446. "overflow": "hidden",
  447. "cursor": "pointer",
  448. "border-bottom": "1px solid #FFF",
  449. // "background-color": "var(--oo-color-main)",
  450. "background-color": "var(--oo-color-over)"
  451. },
  452. "selectorItemLevelNode": {
  453. "width": "0px",
  454. "height": "28px",
  455. "float": "left"
  456. },
  457. "selectorItemLevelNode_expand":{
  458. "background-size": "12px 12px",
  459. "background-repeat": "no-repeat",
  460. "background-position": "center right",
  461. "background-image": "url(../x_component_Selector/$Selector/v10/icon/expand.png)"
  462. },
  463. "selectorItemLevelNode_collapse":{
  464. "background-size": "12px 12px",
  465. "background-repeat": "no-repeat",
  466. "background-position": "center right",
  467. "background-image": "url(../x_component_Selector/$Selector/v10/icon/collapse.png)"
  468. },
  469. "selectorItemIconNode": {
  470. "width": "28px",
  471. "height": "28px",
  472. "float": "left",
  473. "background-repeat": "no-repeat",
  474. "background-position": "center center",
  475. "background-size": "16px 16px"
  476. },
  477. "selectorItemActionNode": {
  478. "width": "28px",
  479. "height": "28px",
  480. "float": "right",
  481. "background": "transparent"
  482. },
  483. "selectorItemActionNode_selected_over": {
  484. "width": "28px",
  485. "height": "28px",
  486. "float": "right",
  487. "background-size": "16px 16px",
  488. "background-repeat": "no-repeat",
  489. "background-position": "center",
  490. "background-image": "url(../x_component_Selector/$Selector/v10/icon/remove.png)"
  491. },
  492. "selectorItemActionNode_over": {
  493. "width": "28px",
  494. "height": "28px",
  495. "float": "right",
  496. "background-size": "16px 16px",
  497. "background-repeat": "no-repeat",
  498. "background-position": "center",
  499. "background-image": "url(../x_component_Selector/$Selector/v10/icon/right.png)"
  500. },
  501. "selectorItemActionNode_selected": {
  502. "width": "28px",
  503. "height": "28px",
  504. "float": "right",
  505. "background-size": "16px 16px",
  506. "background-repeat": "no-repeat",
  507. "background-position": "center",
  508. "background-image": "url(../x_component_Selector/$Selector/v10/icon/check.png)"
  509. },
  510. "selectorItemCategoryActionNode_expand": {
  511. "width": "28px",
  512. "height": "28px",
  513. "float": "right",
  514. "background-size": "12px 12px",
  515. "background-repeat": "no-repeat",
  516. "background-position": "center",
  517. "background-image": "url(../x_component_Selector/$Selector/v10/icon/arrow_down.png)"
  518. },
  519. "selectorItemCategoryActionNode_collapse": {
  520. "width": "28px",
  521. "height": "28px",
  522. "float": "right",
  523. "background-size": "12px 12px",
  524. "background-repeat": "no-repeat",
  525. "background-position": "center",
  526. "background-image": "url(../x_component_Selector/$Selector/v10/icon/arrow_forward.png)"
  527. },
  528. "selectorItemCategoryActionNode_selectAll": {
  529. "width": "28px",
  530. "height": "28px",
  531. "float": "right",
  532. "background-size": "16px 16px",
  533. "background-repeat": "no-repeat",
  534. "background-position": "center",
  535. "background-image": "url(../x_component_Selector/$Selector/v10/icon/selectall.png)"
  536. },
  537. "selectorItemTextNode": {
  538. "height": "28px",
  539. "margin": "0px 28px",
  540. "word-wrap": "break-word",
  541. "color": "#000"
  542. },
  543. "selectorItemCategoryTextNode": {
  544. "height": "28px",
  545. "margin": "0px 28px",
  546. "color": "#000",
  547. "font-weight": "bold"
  548. },
  549. "selectorItemTextNode_selected": {
  550. "height": "28px",
  551. "margin-left": "28px",
  552. // "color": "#FFF"
  553. },
  554. "selectorItemCategoryChildrenNode": {
  555. "overflow": "hidden",
  556. "margin-left": "0px"
  557. },
  558. "dutyInputDialog":{
  559. "height": "56px",
  560. "clear": "both"
  561. },
  562. "dutyInputNode": {
  563. "border": "1px solid #eee",
  564. "background": "#FFF",
  565. "height": "18px"
  566. },
  567. "filePreviewNode": {
  568. "overflow": "hidden",
  569. "max-width": "300px",
  570. "max-height": "200px"
  571. }
  572. }