css.wcss 9.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. {
  2. "node": {
  3. //"margin": "50px 0px 10px 0px",
  4. "margin": "10px 0px",
  5. "overflow": "hidden",
  6. "background-color": "#f0f0f0",
  7. "position": "absolute",
  8. "width": "100%",
  9. "top": "0px",
  10. "left": "200px",
  11. "display": "block",
  12. "opacity": "0"
  13. },
  14. "scrollNode" : {
  15. "overflow-x": "scroll",
  16. "overflow-y": "scroll"
  17. },
  18. "scrollNode_inContainer" : {
  19. "overflow-x": "scroll",
  20. "overflow-y": "scroll",
  21. // "overflow-x": "hidden",
  22. // "overflow-y": "hidden",
  23. "background-color" : "#f0f0f0"
  24. },
  25. "contentWarpNode" : {
  26. //"width": "1170px",
  27. "margin" : "0px 0px 20px 0px",
  28. "overflow" : "hidden"
  29. },
  30. "contentContainerNode" : {
  31. "height" : "100%",
  32. "overflow": "hidden"
  33. },
  34. "contentNode" : {
  35. "background-color": "#FFF"
  36. // "-webkit-user-select": "none",
  37. // "-moz-user-select": "none"
  38. },
  39. "roomArea": {
  40. "width": "100%",
  41. "min-width": "430px",
  42. "height": "100%"
  43. // "overflow": "hidden",
  44. // "overflow-x": "auto",
  45. // "float": "left"
  46. },
  47. "infoArea": {
  48. "width": "29%",
  49. "min-width": "160px",
  50. "height": "100%"
  51. //"background-color": "#FFF",
  52. // "float": "right"
  53. },
  54. "roomDateArea": {
  55. "height": "50px"
  56. //"background-color": "#fff",
  57. // "border-bottom": "1px solid #CCC",
  58. // "border-right": "1px solid #CCC"
  59. },
  60. "roomDateNode": {
  61. "height": "50px",
  62. "width": "340px",
  63. "font-size": "20px",
  64. "color": "#333",
  65. "line-height": "50px",
  66. "cursor": "pointer",
  67. "margin-left": "10px",
  68. "float": "left",
  69. "text-align": "center"
  70. // "background": "url(../x_component_Meeting/$RoomView/default/icon/down16_gray.png) no-repeat 290px center"
  71. },
  72. "roomDateNode_over": {
  73. "color": "#4990E2"
  74. // "background": "url(../x_component_Meeting/$RoomView/default/icon/down16_blue.png) no-repeat 290px center"
  75. },
  76. "roomDateNode_down": {
  77. "color": "#4990E2"
  78. // "background": "url(../x_component_Meeting/$RoomView/default/icon/down16_blue.png) no-repeat 290px center"
  79. },
  80. "roomIconNode": {
  81. "padding-left": "8px",
  82. "font-size": "14px",
  83. "color": "#999"
  84. },
  85. "roomIconNode_over": {
  86. "color": "4990E2"
  87. },
  88. "roomHourRangeNode": {
  89. "width": "300px",
  90. "float": "left",
  91. "line-height": "50px",
  92. "margin-right": "20px",
  93. "color": "#333",
  94. "font-size": "16px",
  95. "text-align": "right"
  96. },
  97. "roomHourRangeSelectNode": {
  98. "border-radius" : "4px",
  99. "border" : "1px solid #ccc",
  100. "font-size": "16px",
  101. "height": "28px",
  102. "color": "#666"
  103. },
  104. "roomHelpNode" : {
  105. "float" : "right",
  106. "margin-right" : "25px",
  107. "margin-top" : "10px",
  108. "width" : "24px",
  109. "height" : "30px",
  110. "line-height" : "30px",
  111. "background": "url(../x_component_Meeting/$Main/default/icon/icon_wen.png) no-repeat center center"
  112. },
  113. "roomHelpNode_over" : {
  114. "background": "url(../x_component_Meeting/$Main/default/icon/icon_wen_click.png) no-repeat center center"
  115. },
  116. "roomTopArea" : {
  117. "width" : "100%",
  118. "min-height" : "50px",
  119. "background-color" : "#fff",
  120. "overflow" : "hidden",
  121. "margin-bottom" : "5px"
  122. },
  123. "roomTopItemNode" : {
  124. "float" : "left",
  125. "font-size" : "18px",
  126. "color" : "#333",
  127. "height" : "48px",
  128. "padding" : "0px 30px",
  129. "line-height" : "48px",
  130. "border-bottom" : "2px solid #fff",
  131. "cursor" : "pointer"
  132. },
  133. "roomTopItemNode_over" : {
  134. "color" : "#3C76B7",
  135. "border-bottom" : "2px solid #fff"
  136. },
  137. "roomTopItemNode_current" : {
  138. "color" : "#3C76B7",
  139. "border-bottom" : "2px solid #3C76B7"
  140. },
  141. "actionBar" : {
  142. "margin-top" : "10px",
  143. "overflow" : "hidden"
  144. },
  145. "action_edit" : {
  146. "float" : "left",
  147. "padding" : "0px 5px",
  148. "width" : "16px",
  149. "height" : "16px",
  150. "font-size": "16px",
  151. "color": "#999"
  152. // "background" : "url(../x_component_Meeting/$Main/default/icon/icon_bianji.png) no-repeat center center"
  153. },
  154. "action_edit_over" : {
  155. "color": "#3C76B7"
  156. // "background" : "url(../x_component_Meeting/$Main/default/icon/icon_bianji_click.png) no-repeat center center"
  157. },
  158. "action_remove" : {
  159. "float" : "left",
  160. "padding" : "0px 5px",
  161. "width" : "16px",
  162. "height" : "16px",
  163. "font-size": "16px",
  164. "color": "#999"
  165. // "background" : "url(../x_component_Meeting/$Main/default/icon/icon_delete_grey.png) no-repeat center center"
  166. },
  167. "action_remove_over" : {
  168. "color": "#3C76B7"
  169. //"background" : "url(../x_component_Meeting/$Main/default/icon/icon_delete_blue_click.png) no-repeat center center"
  170. },
  171. "roomBuildingsArea": {
  172. "height": "100%",
  173. "margin" : "0px 15px"
  174. },
  175. "roomItemNode" : {
  176. "width" : "300px",
  177. //"height" : "800px",
  178. "margin-top" : "20px",
  179. "margin-left" : "15px",
  180. "margin-right" : "15px",
  181. "border-radius" : "4px",
  182. "background" : "#fff",
  183. "float" : "left",
  184. "box-shadow": "none"
  185. },
  186. "roomItemNode_over" : {
  187. "box-shadow": "0 0 8px 0 rgba(0,0,0,0.25)"
  188. },
  189. "roomItemTitleNode" : {
  190. "padding" : "30px 20px 0px 20px",
  191. "background" : "#fff",
  192. "width" : "260px",
  193. //"height" : "60px",
  194. "border-radius" : "4px 4px 0 0",
  195. "position" : "relative",
  196. "cursor" : "pointer"
  197. },
  198. "roomItemTitleTopNode" : {
  199. "height" : "32px",
  200. "line-height" : "32px",
  201. "overflow" : "hidden"
  202. },
  203. "roomItemTitleTextNode" : {
  204. "background" : "transparent",
  205. "font-size" : "24px",
  206. "color" : "#333"
  207. },
  208. "roomItemTitleTextNode_over" : {
  209. "color" : "#3C76B7"
  210. },
  211. "roomItemTitleTextNode_disable" : {
  212. "background" : "transparent",
  213. "font-size" : "24px",
  214. "color" : "#ccc"
  215. },
  216. "roomItemTitleCountNode" : {
  217. "font-size" : "12px",
  218. "color" : "#999",
  219. "float" : "right"
  220. },
  221. "roomItemTitleCountNode_disable" : {
  222. "font-size" : "12px",
  223. "color" : "#ccc",
  224. "float" : "right"
  225. },
  226. "roomItemBuildingTextNode" : {
  227. "font-size" : "16px",
  228. "color" : "#666",
  229. "margin-top" : "10px"
  230. },
  231. "roomItemBuildingTextNode_disable" : {
  232. "font-size" : "16px",
  233. "color" : "#ccc",
  234. "margin-top" : "10px"
  235. },
  236. "roomItemTitleMiddleNode" : {
  237. "overflow" : "hidden",
  238. "margin-top" : "10px"
  239. },
  240. "roomItemTitleActionsNode" : {
  241. "overflow" : "hidden",
  242. "float" : "right"
  243. },
  244. "createMeetingAction" : {
  245. "float" : "left",
  246. "padding-left" : "5px",
  247. "width" : "16px",
  248. "height" : "16px",
  249. "font-size": "16px",
  250. "color": "#999"
  251. // "background" : "url(../x_component_Meeting/$Main/default/icon/icon_newapply.png) no-repeat center center"
  252. },
  253. "createMeetingAction_over" : {
  254. "color": "#3C76B7"
  255. //"background" : "url(../x_component_Meeting/$Main/default/icon/icon_newapply_click.png) no-repeat center center"
  256. },
  257. "roomAction_edit" : {
  258. "float" : "left",
  259. "padding-left" : "5px",
  260. "width" : "16px",
  261. "height" : "16px",
  262. "font-size": "16px",
  263. "color": "#999"
  264. // "background" : "url(../x_component_Meeting/$Main/default/icon/icon_bianji.png) no-repeat center center"
  265. },
  266. "roomAction_edit_over" : {
  267. "color": "#3C76B7"
  268. // "background" : "url(../x_component_Meeting/$Main/default/icon/icon_bianji_click.png) no-repeat center center"
  269. },
  270. "roomAction_remove" : {
  271. "float" : "left",
  272. "padding-left" : "5px",
  273. "width" : "16px",
  274. "height" : "16px",
  275. "font-size": "16px",
  276. "color": "#999"
  277. // "background" : "url(../x_component_Meeting/$Main/default/icon/icon_delete_grey.png) no-repeat center center"
  278. },
  279. "roomAction_remove_over" : {
  280. "color": "#3C76B7"
  281. // "background" : "url(../x_component_Meeting/$Main/default/icon/icon_delete_blue_click.png) no-repeat center center"
  282. },
  283. "roomItemTitleIconsNode" : {
  284. "overflow" : "hidden",
  285. "float" : "left"
  286. },
  287. "roomItemIconNode" : {
  288. "float":"left",
  289. "width" : "16px",
  290. "height" : "16px",
  291. "margin-right" : "5px"
  292. },
  293. "roomItemContentNode" : {
  294. "background-color" : "#fff",
  295. "width" : "300px",
  296. "padding-top" : "10px"
  297. },
  298. "noMeetingNode" : {
  299. "border": "1px solid #ccc",
  300. "border-radius": "4px",
  301. "margin" : "20px",
  302. "width" : "260px",
  303. "text-align" : "center",
  304. "font-size" : "16px",
  305. "color" : "#999"
  306. },
  307. "noMeetingNode_disable" : {
  308. "border": "1px solid #eee",
  309. "border-radius": "4px",
  310. "margin" : "20px",
  311. "width" : "260px",
  312. "text-align" : "center",
  313. "font-size" : "16px",
  314. "color" : "#ccc"
  315. }
  316. }