css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. {
  2. "node": {
  3. "margin": "10px 0px",
  4. "overflow": "hidden",
  5. "background-color": "#EEE",
  6. "position": "absolute",
  7. "width": "100%",
  8. "top": "0px",
  9. "left": "200px",
  10. "display": "block",
  11. "opacity": "0"
  12. },
  13. "roomArea": {
  14. "width": "70%",
  15. "min-width": "430px",
  16. "height": "100%",
  17. "overflow": "hidden",
  18. "overflow-x": "auto",
  19. "float": "left"
  20. },
  21. "infoArea": {
  22. "width": "29%",
  23. "min-width": "160px",
  24. "height": "100%",
  25. //"background-color": "#FFF",
  26. "float": "right"
  27. },
  28. "roomDateArea": {
  29. "height": "50px",
  30. "background-color": "#DDD",
  31. "border-bottom": "1px solid #CCC",
  32. "border-right": "1px solid #CCC"
  33. },
  34. "roomDateNode": {
  35. "height": "50px",
  36. "width": "340px",
  37. "font-size": "22px",
  38. "color": "#666",
  39. "font-weight": "bold",
  40. "line-height": "50px",
  41. "cursor": "pointer",
  42. "margin-left": "20px",
  43. "float": "left"
  44. },
  45. "roomDateNode_over": {
  46. "color": "#d34b4b"
  47. },
  48. "roomDateNode_down": {
  49. "color": "#e28888"
  50. },
  51. "roomDateTextNode": {
  52. "text-align": "center",
  53. "width": "280px",
  54. "float": "left",
  55. "height": "50px"
  56. },
  57. "roomDateIconNode": {
  58. "height": "50px",
  59. "width": "40px",
  60. "float": "right",
  61. "background": "url(/x_component_Meeting/$RoomView/default/icon/down.png) no-repeat center center"
  62. },
  63. "roomDateIconNode_over": {
  64. "background": "url(/x_component_Meeting/$RoomView/default/icon/down_over.png) no-repeat center center"
  65. },
  66. "roomDateIconNode_down": {
  67. "background": "url(/x_component_Meeting/$RoomView/default/icon/down_down.png) no-repeat center center"
  68. },
  69. "roomHourRangeNode": {
  70. "width": "200px",
  71. "float": "right",
  72. "line-height": "50px",
  73. "margin-right": "20px",
  74. "color": "#666",
  75. "font-size": "18px",
  76. "text-align": "right"
  77. },
  78. "roomHourRangeSelectNode": {
  79. "font-size": "16px",
  80. "height": "28px",
  81. "color": "#666"
  82. },
  83. "roomBuildingsArea": {
  84. "height": "100%"
  85. },
  86. "buildingNode": {
  87. "float": "left",
  88. "min-width": "385px",
  89. "background-color": "#EEE",
  90. "overflow": "hidden"
  91. },
  92. "buildingNode_selected": {
  93. "background-color": "#CCC"
  94. },
  95. "buildingTitleNode": {
  96. "height": "50px",
  97. "background-color": "#FFF",
  98. "cursor": "pointer",
  99. //"background": "url(/x_component_Meeting/$RoomView/default/icon/building.png) no-repeat 20px center",
  100. "border-bottom": "1px solid #BBB",
  101. "border-right": "1px solid #BBB"
  102. },
  103. "buildingTitleNode_selected":{
  104. "background-color": "#666"
  105. },
  106. "buildingTitleNameNode": {
  107. "height": "32px",
  108. "line-height": "32px",
  109. "color": "#666",
  110. "text-align": "center",
  111. "font-size": "24px",
  112. "font-weight": "bold"
  113. },
  114. "buildingTitleAddrNode": {
  115. "height": "18px",
  116. "line-height": "18px",
  117. "color": "#999",
  118. "text-align": "center"
  119. },
  120. "buildingTitleNameNode_selected": {
  121. "color": "#FFF"
  122. },
  123. "buildingTitleAddrNode_selected": {
  124. "color": "#EEE"
  125. },
  126. "buildingContentScrollNode": {
  127. "overflow": "hidden",
  128. "border-right": "1px solid #BBB"
  129. },
  130. "buildingContentNode": {
  131. "overflow": "hidden"
  132. },
  133. "buildingContentFloorNode": {
  134. "overflow": "hidden",
  135. "padding": "0px 10px 10px 0px",
  136. "border-bottom": "1px solid #BBB"
  137. },
  138. "buildingDocNode": {
  139. "padding": "0px 20px",
  140. "height": "100%"
  141. },
  142. "buildingDocActionNode": {
  143. "height": "40px",
  144. "overflow": "hidden"
  145. },
  146. "buildingDocTitleNode": {
  147. "height": "70px",
  148. "overflow": "hidden",
  149. "line-height": "60px",
  150. "padding": "0px 20px",
  151. "font-size": "36px",
  152. "color": "#666",
  153. "border-bottom": "2px solid #999"
  154. },
  155. "buildingDocAddrNode": {
  156. "overflow": "hidden",
  157. "font-size": "18px",
  158. "color": "#666",
  159. "padding": "20px",
  160. "height": "120px",
  161. "border-bottom": "0px solid #999"
  162. },
  163. "buildingDocMeetingNode": {
  164. "background-color": "#FFF",
  165. "display": "block",
  166. "overflow": "auto"
  167. },
  168. "buildingDocDeleteActionNode": {
  169. "height": "40px",
  170. "width": "40px",
  171. "cursor": "pointer",
  172. "background": "url(/x_component_Meeting/$RoomView/default/icon/delete.png) no-repeat center bottom",
  173. "float": "right",
  174. "margin-right": "10px"
  175. },
  176. "buildingDocDeleteActionNode_over": {
  177. "background": "url(/x_component_Meeting/$RoomView/default/icon/delete_over.png) no-repeat center bottom",
  178. },
  179. "buildingDocDeleteActionNode_down": {
  180. "background": "url(/x_component_Meeting/$RoomView/default/icon/delete_down.png) no-repeat center bottom",
  181. },
  182. "buildingDocSaveActionNode": {
  183. "height": "40px",
  184. "width": "40px",
  185. "cursor": "pointer",
  186. "background": "url(/x_component_Meeting/$RoomView/default/icon/save.png) no-repeat center bottom",
  187. "float": "right",
  188. "margin-right": "10px"
  189. },
  190. "buildingDocSaveActionNode_over": {
  191. "background": "url(/x_component_Meeting/$RoomView/default/icon/save_over.png) no-repeat center bottom",
  192. },
  193. "buildingDocSaveActionNode_down": {
  194. "background": "url(/x_component_Meeting/$RoomView/default/icon/save_down.png) no-repeat center bottom",
  195. },
  196. "buildingDocEditActionNode": {
  197. "height": "40px",
  198. "width": "40px",
  199. "cursor": "pointer",
  200. "background": "url(/x_component_Meeting/$RoomView/default/icon/edit.png) no-repeat center bottom",
  201. "float": "right",
  202. "margin-right": "10px"
  203. },
  204. "buildingDocEditActionNode_over": {
  205. "background": "url(/x_component_Meeting/$RoomView/default/icon/edit_over.png) no-repeat center bottom",
  206. },
  207. "buildingDocEditActionNode_down": {
  208. "background": "url(/x_component_Meeting/$RoomView/default/icon/edit_down.png) no-repeat center bottom",
  209. },
  210. "buildingDocTitleInputNode": {
  211. "height": "60px",
  212. "width": "90%",
  213. "line-height": "60px",
  214. "font-size": "36px",
  215. "color": "#666",
  216. "background": "transparent",
  217. "border": "0px"
  218. },
  219. "buildingDocAddrInputNode":{
  220. "height": "100%",
  221. "width": "99%",
  222. "overflow": "auto",
  223. "font-family": "微软雅黑",
  224. "font-size": "18px",
  225. "background": "transparent",
  226. "color": "#666",
  227. "height": "120px",
  228. "border": "0px"
  229. },
  230. "roomNode": {
  231. "height": "125px",
  232. "min-width": "180px",
  233. "overflow": "hidden",
  234. "float": "left",
  235. "background": "#e9f9ea",
  236. "margin": "10px 0px 10px 9px",
  237. "border": "1px solid #DDD",
  238. "box-shadow": "0px 0px 0px #FFF",
  239. },
  240. "roomNode_selected": {
  241. "box-shadow": "3px 3px 10px #666",
  242. },
  243. "roomNode_disable": {
  244. "background": "#DDD",
  245. },
  246. "roomNode_busy": {
  247. "background": "#fcecec",
  248. },
  249. "roomTitleNode": {
  250. "height": "40px",
  251. "line-height": "20px",
  252. "cursor": "pointer",
  253. "color": "#FFF",
  254. "background-color": "#4a8c4e",
  255. "overflow": "hidden"
  256. },
  257. "roomTitleNode_disable": {
  258. "background": "#777",
  259. },
  260. "roomTitleNode_busy": {
  261. "background": "#963737",
  262. },
  263. "roomTitleCapacityNode": {
  264. "width": "40px",
  265. "margin-right": "10px",
  266. "height": "40px",
  267. "float": "right",
  268. "color": "#DDD",
  269. "line-height": "40px",
  270. "font-size": "14px",
  271. "text-align": "right"
  272. },
  273. "roomTitleInforNode": {
  274. "margin-right": "50px",
  275. "height": "40px",
  276. },
  277. "roomContentNode": {
  278. "height": "63px",
  279. "overflow": "hidden"
  280. },
  281. "roomTitleNumberNode": {
  282. "height": "20px",
  283. "padding-left": "5px",
  284. "color": "#EEE",
  285. "float": "left"
  286. },
  287. "roomTitleNameNode":{
  288. "height": "20px",
  289. "padding-left": "5px",
  290. "font-weight": "bold",
  291. "font-size": "14px",
  292. "float": "left"
  293. },
  294. "roomTitleIconsNode": {
  295. "height": "20px"
  296. },
  297. "roomTitleIconNode": {
  298. "height": "20px",
  299. "width": "18px",
  300. "float": "left",
  301. "background-repeat": "no-repeat",
  302. "background-position": "center center",
  303. },
  304. "roomDocItemNode": {
  305. "min-height": "30px",
  306. "margin-bottom": "0px",
  307. "overflow": "hidden"
  308. },
  309. "roomDocItemTitleNode": {
  310. "width": "100px",
  311. "height": "30px",
  312. "line-height": "30px",
  313. "font-size": "16px",
  314. "color": "#49659c",
  315. "float": "left"
  316. },
  317. "roomDocItemContentNode": {
  318. "margin-left": "100px",
  319. "min-height": "30px",
  320. "line-height": "30px",
  321. "font-size": "16px",
  322. "color": "#666"
  323. },
  324. "roomDocItemInputNode": {
  325. "height": "24px",
  326. "width": "90%",
  327. "line-height": "24px",
  328. "font-size": "16px",
  329. "color": "#666",
  330. "background": "#FFF",
  331. "border": "0px"
  332. },
  333. "roomDocItemSelectNode": {
  334. "width": "91%",
  335. "height": "24px",
  336. "border": "0px"
  337. },
  338. "roomDocItemAuditorDivNode": {
  339. "height": "24px",
  340. "width": "90%",
  341. "line-height": "24px",
  342. "margin-top": "2px",
  343. "font-size": "16px",
  344. "color": "#666",
  345. "background": "#FFF",
  346. "border": "0px"
  347. },
  348. "roomMeetingNode": {
  349. "height": "20px",
  350. "padding": "0px 5px",
  351. "line-height": "20px",
  352. "margin": "0px 5px 0px 5px",
  353. "border-bottom": "1px solid #ccc",
  354. "border-right": "1px solid #ccc",
  355. "background": "#FFF",
  356. "color": "#666",
  357. "cursor": "pointer",
  358. "overflow": "hidden",
  359. "border-left": "5px solid #2968cf"
  360. },
  361. "roomDocMeetingListTable": {
  362. "width": "100%",
  363. "font-size": "14px",
  364. "color": "#666"
  365. },
  366. "roomDocMeetingListTh": {
  367. "height": "30px",
  368. "padding": "0px 10px",
  369. "text-align": "left",
  370. "line-height": "30px",
  371. "background-color": "#365775",
  372. "color": "#FFF",
  373. "border-bottom": "1px solid #EEE"
  374. },
  375. "roomDocMeetingListTd": {
  376. "height": "30px",
  377. "line-height": "30px",
  378. "padding": "0px 10px",
  379. "cursor": "pointer",
  380. "border-bottom": "1px solid #EEE"
  381. },
  382. "roomContentAddMeetingNode": {
  383. "height": "18px",
  384. "text-align": "center",
  385. "width": "60px",
  386. "margin": "auto",
  387. "border": "1px solid #CCC",
  388. "line-height": "18px",
  389. "marign-top": "2px",
  390. "cursor": "pointer",
  391. "background-color": "#FFF"
  392. }
  393. }