css.wcss 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585
  1. {
  2. "topMenu": {
  3. "height": "60px",
  4. "position": "absolute",
  5. "top": "0px",
  6. "width": "100%",
  7. "color": "#FFF",
  8. "line-height": "40px",
  9. "font-size": "14px",
  10. "font-family": "微软雅黑",
  11. "background-color": "#365775"
  12. },
  13. "contentNode": {
  14. "height": "100%",
  15. "overflow": "hidden"
  16. },
  17. "bottomMenu": {
  18. "height": "60px",
  19. "position": "absolute",
  20. "bottom": "0px",
  21. "width": "100%",
  22. "color": "#FFF",
  23. "font-family": "微软雅黑",
  24. "background-color": "#365775"
  25. },
  26. "topMenuNode": {
  27. "height": "40px",
  28. "width": "140px",
  29. "margin": "10px 0px 10px 10px",
  30. "float": "left",
  31. "cursor": "pointer",
  32. "background-color": "#476784"
  33. },
  34. "topMenuNode_over": {
  35. "background-color": "#597791"
  36. },
  37. "topMenuNode_down": {
  38. "background-color": "#829cb3"
  39. },
  40. "topMenuIconNode": {
  41. "height": "40px",
  42. "width": "50px",
  43. "float": "left"
  44. },
  45. "topMenuTextNode": {
  46. "height": "40px",
  47. "margin-left": "50px",
  48. "font-weight": "bold"
  49. },
  50. "bottomMenuNode": {
  51. "height": "40px",
  52. "width": "40px",
  53. "margin": "10px",
  54. "float": "left",
  55. "cursor": "pointer"
  56. },
  57. "topMenuPoint": {
  58. "height": "10px",
  59. "color": "#FFF",
  60. "position": "absolute",
  61. "bottom": "0px",
  62. "width": "100%",
  63. "color": "#FFF",
  64. "line-height": "6px",
  65. "font-size": "14px",
  66. "font-weight": "bold",
  67. "text-align": "center"
  68. },
  69. "menuPointAction":{
  70. "width": "30px",
  71. "height": "10px",
  72. "margin": "auto",
  73. "background": "url(/x_component_Meeting/$Main/default/icon/point.png) no-repeat center center",
  74. },
  75. "bottomMenuPoint": {
  76. "height": "10px",
  77. "color": "#FFF",
  78. "position": "absolute",
  79. "top": "0px",
  80. "width": "100%",
  81. "color": "#FFF",
  82. "line-height": "6px",
  83. "font-size": "14px",
  84. "font-weight": "bold",
  85. "text-align": "center"
  86. },
  87. "createRoomNode": {
  88. "overflow": "auto",
  89. "background-color": "#EEE",
  90. "position": "absolute",
  91. "width": "100%",
  92. "height": "100%",
  93. "top": "0px",
  94. "opacity": 0,
  95. "z-index": "100"
  96. },
  97. "createRoomAreaNode": {
  98. "width": "70%",
  99. "max-width": "800px",
  100. "min-width": "500px",
  101. "margin": "0px auto",
  102. "padding": "20px"
  103. },
  104. "createRoomTitleNode": {
  105. "font-size": "36px",
  106. "color": "#666",
  107. "height": "80px",
  108. "line-height": "80px",
  109. "padding": "0px 40px",
  110. "border-bottom": "3px solid #666"
  111. },
  112. "createRoomContentNode": {
  113. "overflow": "hidden",
  114. "padding": "10px 20px",
  115. },
  116. "createRoomBottomNode": {
  117. "overflow": "hidden",
  118. "padding": "10px",
  119. "width": "280px",
  120. "margin": "auto"
  121. },
  122. "createRoomFormNode": {
  123. "clear": "both",
  124. "overflow": "hidden",
  125. "margin-bottom": "10px"
  126. },
  127. "createRoomFormNode2": {
  128. "overflow": "hidden",
  129. "margin-bottom": "10px",
  130. "width": "48%",
  131. "float": "left"
  132. },
  133. "createRoomFormNode3": {
  134. "overflow": "hidden",
  135. "margin-bottom": "10px",
  136. "width": "48%",
  137. "float": "right"
  138. },
  139. "createRoomFormTitleNode": {
  140. "font-size": "18px",
  141. "color": "#555",
  142. "height": "30px",
  143. "line-height": "30px"
  144. },
  145. "createRoomFormContentNode": {
  146. "height": "30px",
  147. "font-size": "14px",
  148. "color": "#333",
  149. },
  150. "createRoomFormAuditorNode": {
  151. "height": "24px",
  152. "margin-bottom": "6px",
  153. "overflow": "hidden",
  154. "border": "1px solid #999",
  155. "font-size": "14px",
  156. "background-color": "#FFF",
  157. "color": "#666",
  158. "cursor": "pointer",
  159. "width": "98%"
  160. },
  161. "createRoomFormContentNode2": {
  162. "padding-top": "2px",
  163. "min-height": "22px",
  164. "font-size": "14px",
  165. "background": "#FFF",
  166. "overflow": "hidden",
  167. "border": "1px solid #999",
  168. "width": "98%",
  169. "color": "#333",
  170. },
  171. "createRoomFormInput": {
  172. "height": "22px",
  173. "border": "1px solid #999",
  174. "font-size": "14px",
  175. "color": "#666",
  176. "width": "98%"
  177. },
  178. "createRoomFormSelect": {
  179. "height": "26px",
  180. "font-size": "14px",
  181. "color": "#666",
  182. "border": "1px solid #999",
  183. "width": "98%"
  184. },
  185. "createRoomOkActionNode": {
  186. "height": "30px",
  187. "width": "85px",
  188. "cursor": "pointer",
  189. "float": "right",
  190. "line-height": "30px",
  191. "padding-left": "65px",
  192. "font-size": "16px",
  193. "font-family": "微软雅黑",
  194. "border-radius": "3px",
  195. "border": "1px solid #354f67",
  196. "color": "#FFF",
  197. "margin-right": "20px",
  198. "margin-top": "20px",
  199. "box-shadow": "0px 0px 0px #666",
  200. "background": "url("+"/x_component_process_ApplicationExplorer/$Main/default/icon/editOk_bg.png) no-repeat"
  201. },
  202. "createRoomCancelActionNode": {
  203. "height": "30px",
  204. "width": "60px",
  205. "cursor": "pointer",
  206. "float": "right",
  207. "line-height": "30px",
  208. "padding-left": "40px",
  209. "font-size": "16px",
  210. "font-family": "微软雅黑",
  211. "border-radius": "3px",
  212. "color": "#FFF",
  213. "margin-top": "20px",
  214. "box-shadow": "0px 0px 0px #666",
  215. "border": "1px solid #999",
  216. "background": "url("+"/x_component_process_ApplicationExplorer/$Main/default/icon/editCancel_bg.png) no-repeat"
  217. },
  218. "createRoomSelectBuildingNode": {
  219. "border-left": "1px solid #999",
  220. "border-right": "1px solid #999",
  221. "border-bottom": "1px solid #999",
  222. "min-height": "50px",
  223. "max-height": "300px",
  224. "overflow": "auto",
  225. "background-color": "#FFF",
  226. "position": "absolute"
  227. },
  228. "createRoomBuildingSelectItem": {
  229. "height": "50px",
  230. "cursor": "default",
  231. "margin-bottom": "0px",
  232. "overflow": "hidden"
  233. },
  234. "createRoomBuildingSelectItem_over": {
  235. "background-color": "#bacae8",
  236. },
  237. "createRoomBuildingSelectItemName": {
  238. "height": "24px",
  239. "line-height": "24px",
  240. "overflow": "hidden",
  241. "color": "#333",
  242. "margin": "5px 10px 0px 10px",
  243. "font-size": "19px"
  244. },
  245. "createRoomBuildingSelectItemAddr": {
  246. "height": "16px",
  247. "lin-height": "16px",
  248. "overflow": "hidden",
  249. "color": "#999",
  250. "margin": "0px 10px 5px 10px",
  251. "font-size": "12px"
  252. },
  253. "createRoomErrorInfoNode": {
  254. "color": "#FF0000",
  255. "height": "20px",
  256. "line-height": "20px",
  257. "position": "relative",
  258. "text-align": "right",
  259. "padding-right": "20px",
  260. "top": "-50px"
  261. },
  262. "createMeetingNode": {
  263. "overflow": "auto",
  264. "background-color": "#EEE",
  265. "position": "absolute",
  266. "width": "100%",
  267. "height": "100%",
  268. "top": "0px",
  269. "opacity": 0,
  270. "z-index": "200"
  271. },
  272. "createMeetingInfoAreaNode": {
  273. "width": "30%",
  274. "float": "left",
  275. "height": "100%",
  276. "overflow-y": "auto"
  277. },
  278. "createMeetingContentAreaNode": {
  279. "margin-left": "30%",
  280. "height": "100%",
  281. "overflow-y": "auto",
  282. "background-color": "#FFF"
  283. },
  284. "createMeetingInfoHeadNode": {
  285. "height": "80px",
  286. "line-height": "80px",
  287. "padding": "0px 20px",
  288. "overflow": "hidden"
  289. },
  290. "createMeetingCancelNode": {
  291. "height": "80px",
  292. "width": "60px",
  293. "float": "left",
  294. "background": "url(/x_component_Meeting/$Main/default/apply/cancel.png) no-repeat center center",
  295. "cursor": "pointer"
  296. },
  297. "createMeetingCancelNode_over": {
  298. "background": "url(/x_component_Meeting/$Main/default/apply/cancel_over.png) no-repeat center center"
  299. },
  300. "createMeetingCancelNode_down": {
  301. "background": "url(/x_component_Meeting/$Main/default/apply/cancel_down.png) no-repeat center center"
  302. },
  303. "createMeetingInfoTitleNode": {
  304. "margin-left": "60px",
  305. "font-size": "28px"
  306. },
  307. "createMeetingInfoContentNode": {
  308. "overflow": "hidden",
  309. "padding": "0px 30px"
  310. },
  311. "createMeetingInfoLineNode": {
  312. "height": "60px",
  313. "margin": "10px 0px"
  314. },
  315. "createMeetingInfoItemTitleNode": {
  316. "height": "30px",
  317. "line-height": "30px",
  318. "font-size": "18px"
  319. },
  320. "createMeetingInfoItemEditNode": {
  321. "height": "30px",
  322. },
  323. "createMeetingInfoItemInputNode": {
  324. "border": "2px solid #CCC",
  325. "height": "22px",
  326. "font-size": "14px",
  327. "color": "#666",
  328. "line-height": "22px",
  329. "width": "100%"
  330. },
  331. "createMeetingInfoItemSelectNode": {
  332. "border": "2px solid #CCC",
  333. "height": "22px",
  334. "font-size": "14px",
  335. "color": "#666",
  336. "line-height": "22px",
  337. "margin-right": "10px",
  338. "min-width": "80px"
  339. },
  340. "createMeetingInfoItemDivNode": {
  341. "border": "2px solid #CCC",
  342. "background-color": "#FFF",
  343. "height": "24px",
  344. "font-size": "14px",
  345. "color": "#666",
  346. "line-height": "24px",
  347. "width": "100%"
  348. },
  349. "createMeetingInfoItemDownNode": {
  350. "width": "20px",
  351. "height": "30px",
  352. "background": "url(/x_component_Meeting/$Main/default/apply/down.png) no-repeat center center",
  353. "position": "relative",
  354. "top": "-30px",
  355. "float": "right"
  356. },
  357. "createMeetingInfoSelectRoomNode": {
  358. "background-color": "#FFF",
  359. //"min-height": "30px",
  360. "max-height": "400px",
  361. "overflow-y": "auto",
  362. "border": "1px solid #999",
  363. "position": "absolute"
  364. },
  365. "createMeetingInfoSelectRoomItem1Node": {
  366. "height": "50px",
  367. "padding": "5px 5px",
  368. "overflow": "hidden",
  369. "background-color": "#DDD"
  370. },
  371. "createMeetingInfoSelectRoomItem1NameNode": {
  372. "height": "30px",
  373. "line-height": "30px",
  374. "font-size": "24px",
  375. "font-weight": "bold",
  376. "color": "#333"
  377. },
  378. "createMeetingInfoSelectRoomItem1AddrNode": {
  379. "height": "20px",
  380. "line-height": "20px",
  381. "font-size": "12px",
  382. "color": "#999"
  383. },
  384. "createMeetingInfoSelectRoomItemRoomNode": {
  385. "height": "20px",
  386. "line-height": "20px",
  387. "font-size": "12px",
  388. "color": "#999"
  389. },
  390. "roomTitleNode": {
  391. "height": "40px",
  392. "cursor": "pointer",
  393. "color": "#333",
  394. "padding": "5px 20px",
  395. "background-color": "#FFF",
  396. "overflow": "hidden"
  397. },
  398. "roomTitleCapacityNode": {
  399. "width": "40px",
  400. "margin-right": "10px",
  401. "height": "40px",
  402. "float": "right",
  403. "color": "#999",
  404. "line-height": "40px",
  405. "font-size": "14px",
  406. "text-align": "right"
  407. },
  408. "roomTitleInforNode": {
  409. "margin-right": "50px",
  410. "height": "40px",
  411. },
  412. "roomTitleNumberNode": {
  413. "height": "20px",
  414. "line-height": "20px",
  415. "padding-left": "5px",
  416. "color": "#444",
  417. "float": "left"
  418. },
  419. "roomTitleNameNode":{
  420. "height": "20px",
  421. "line-height": "20px",
  422. "padding-left": "5px",
  423. "font-weight": "bold",
  424. "font-size": "14px",
  425. "float": "left"
  426. },
  427. "roomTitleIconsNode": {
  428. "height": "20px"
  429. },
  430. "roomTitleIconNode": {
  431. "height": "20px",
  432. "width": "18px",
  433. "float": "left",
  434. "background-repeat": "no-repeat",
  435. "background-position": "center center",
  436. },
  437. "roomTitleDisabledIconNode": {
  438. "width": "40px",
  439. "height": "40px",
  440. "background": "url(/x_component_Meeting/$Main/default/apply/disabled.png) no-repeat center center",
  441. "position": "relative",
  442. "top": "-40px",
  443. "margin-right": "50px",
  444. "float": "right"
  445. },
  446. "createMeetingContentHeadNode": {
  447. "height": "80px",
  448. "line-height": "80px",
  449. "padding": "0px 20px",
  450. "overflow": "hidden",
  451. "border-bottom": "2px solid #31369e",
  452. "margin": "0px 20px"
  453. },
  454. "createMeetingSaveNode": {
  455. "height": "80px",
  456. "width": "60px",
  457. "float": "right",
  458. "background": "url(/x_component_Meeting/$Main/default/apply/save.png) no-repeat center center",
  459. "cursor": "pointer"
  460. },
  461. "createMeetingSaveNode_over": {
  462. "background": "url(/x_component_Meeting/$Main/default/apply/save_over.png) no-repeat center center"
  463. },
  464. "createMeetingSaveNode_down": {
  465. "background": "url(/x_component_Meeting/$Main/default/apply/save_down.png) no-repeat center center"
  466. },
  467. "createMeetingSubjectNode": {
  468. "height": "80px",
  469. "margin-right": "60px"
  470. },
  471. "createMeetingSubjectInputNode": {
  472. "height": "80px",
  473. "font-size": "32px",
  474. "width": "99%",
  475. "color": "#555",
  476. "border": "0px",
  477. "background": "transparent"
  478. },
  479. "createMeetingAttachmentNode": {
  480. "min-height": "40px",
  481. "overflow": "hidden",
  482. "margin": "10px 20px"
  483. },
  484. "createMeetingAttachmentTitleNode": {
  485. "width": "200px",
  486. "margin-left": "20px",
  487. "font-size": "18px",
  488. "color": "#666",
  489. "float": "left",
  490. "height": "40px",
  491. "line-height": "40px"
  492. },
  493. "createMeetingAttachmentContentNode": {
  494. "margin-left": "220px",
  495. "margin-right": "20px",
  496. "min-height": "40px",
  497. "overflow": "hidden"
  498. },
  499. "createMeetingDescriptionNode": {
  500. "overflow": "hidden",
  501. "border-top": "2px solid #31369e",
  502. "margin": "0px 20px",
  503. "padding": "20px 0px"
  504. },
  505. "createMeetingDescriptionAreaNode": {
  506. "overflow": "hidden",
  507. "margin": "0px 20px",
  508. },
  509. "createMeetingDescriptionInputNode": {
  510. "border": "0px",
  511. "width": "100%",
  512. "font-size": "14px",
  513. "overflow": "auto",
  514. "font-family": "微软雅黑",
  515. "color": "#666"
  516. },
  517. "configNode": {
  518. "border": "4px solid #333",
  519. "background": "#FFF",
  520. "width": "400px",
  521. "height": "340px",
  522. "position": "absolute",
  523. "right": "60px",
  524. "bottom": "60px",
  525. "opacity": "0"
  526. },
  527. "configContentNode": {
  528. "margin": "20px",
  529. "height": "240px",
  530. "overflow": "hidden"
  531. },
  532. "configContentLine": {
  533. "height": "60px",
  534. "font-size": "16px",
  535. "color": "#666",
  536. "border-bottom": "1px solid #999",
  537. "margin-bottom": "20px"
  538. },
  539. "configTitleDiv": {
  540. "height": "30px",
  541. "width": "120px",
  542. "color": "#666",
  543. "font-size": "18px"
  544. },
  545. "configActionNode": {
  546. "height": "50px",
  547. "margin": "20px"
  548. },
  549. "configActionSaveNode": {
  550. "height": "30px",
  551. "width": "120px",
  552. "background": "#365775",
  553. "color": "#FFF",
  554. "text-align": "center",
  555. "line-height": "30px",
  556. "font-size": "18px",
  557. "float": "right",
  558. "cursor": "pointer",
  559. "margin": "10px"
  560. },
  561. "configActionCancelNode": {
  562. "height": "28px",
  563. "width": "80px",
  564. "background": "#FFF",
  565. "color": "#666",
  566. "text-align": "center",
  567. "line-height": "28px",
  568. "font-size": "14px",
  569. "float": "right",
  570. "cursor": "pointer",
  571. "border": "1px solid #999",
  572. "margin": "10px 0px 10px 1px"
  573. }
  574. }