css.wcss 17 KB

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