css.wcss 8.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302
  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. "roomHourRangeNode": {
  81. "width": "240px",
  82. "float": "left",
  83. "line-height": "50px",
  84. "margin-right": "20px",
  85. "color": "#333",
  86. "font-size": "16px",
  87. "text-align": "right"
  88. },
  89. "roomHourRangeSelectNode": {
  90. "border-radius" : "4px",
  91. "border" : "1px solid #ccc",
  92. "font-size": "16px",
  93. "height": "28px",
  94. "color": "#666"
  95. },
  96. "roomHelpNode" : {
  97. "float" : "right",
  98. "margin-right" : "25px",
  99. "margin-top" : "10px",
  100. "width" : "24px",
  101. "height" : "30px",
  102. "line-height" : "30px",
  103. "background": "url(/x_component_Meeting/$Main/default/icon/icon_wen.png) no-repeat center center"
  104. },
  105. "roomHelpNode_over" : {
  106. "background": "url(/x_component_Meeting/$Main/default/icon/icon_wen_click.png) no-repeat center center"
  107. },
  108. "roomTopArea" : {
  109. "width" : "100%",
  110. "height" : "50px",
  111. "background-color" : "#fff",
  112. "overflow" : "hidden",
  113. "margin-bottom" : "5px"
  114. },
  115. "roomTopItemNode" : {
  116. "float" : "left",
  117. "font-size" : "18px",
  118. "color" : "#333",
  119. "height" : "48px",
  120. "padding" : "0px 30px",
  121. "line-height" : "48px",
  122. "border-bottom" : "2px solid #fff",
  123. "cursor" : "pointer"
  124. },
  125. "roomTopItemNode_over" : {
  126. "color" : "#3C76B7",
  127. "border-bottom" : "2px solid #fff"
  128. },
  129. "roomTopItemNode_current" : {
  130. "color" : "#3C76B7",
  131. "border-bottom" : "2px solid #3C76B7"
  132. },
  133. "actionBar" : {
  134. "margin-top" : "10px",
  135. "overflow" : "hidden"
  136. },
  137. "action_edit" : {
  138. "float" : "left",
  139. "padding" : "0px 5px",
  140. "width" : "16px",
  141. "height" : "16px",
  142. "background" : "url(/x_component_Meeting/$Main/default/icon/icon_bianji.png) no-repeat center center"
  143. },
  144. "action_edit_over" : {
  145. "background" : "url(/x_component_Meeting/$Main/default/icon/icon_bianji_click.png) no-repeat center center"
  146. },
  147. "action_remove" : {
  148. "float" : "left",
  149. "padding" : "0px 5px",
  150. "width" : "16px",
  151. "height" : "16px",
  152. "background" : "url(/x_component_Meeting/$Main/default/icon/icon_delete_grey.png) no-repeat center center"
  153. },
  154. "action_remove_over" : {
  155. "background" : "url(/x_component_Meeting/$Main/default/icon/icon_delete_blue_click.png) no-repeat center center"
  156. },
  157. "roomBuildingsArea": {
  158. "height": "100%",
  159. "margin" : "0px 15px"
  160. },
  161. "roomItemNode" : {
  162. "width" : "300px",
  163. //"height" : "800px",
  164. "margin-top" : "20px",
  165. "margin-left" : "15px",
  166. "margin-right" : "15px",
  167. "border-radius" : "4px",
  168. "background" : "#fff",
  169. "float" : "left",
  170. "box-shadow": "none"
  171. },
  172. "roomItemNode_over" : {
  173. "box-shadow": "0 0 8px 0 rgba(0,0,0,0.25)"
  174. },
  175. "roomItemTitleNode" : {
  176. "padding" : "30px 20px 0px 20px",
  177. "background" : "#fff",
  178. "width" : "260px",
  179. //"height" : "60px",
  180. "border-radius" : "4px 4px 0 0",
  181. "position" : "relative",
  182. "cursor" : "pointer"
  183. },
  184. "roomItemTitleTopNode" : {
  185. "height" : "32px",
  186. "line-height" : "32px",
  187. "overflow" : "hidden"
  188. },
  189. "roomItemTitleTextNode" : {
  190. "background" : "transparent",
  191. "font-size" : "24px",
  192. "color" : "#333"
  193. },
  194. "roomItemTitleTextNode_over" : {
  195. "color" : "#3C76B7"
  196. },
  197. "roomItemTitleTextNode_disable" : {
  198. "background" : "transparent",
  199. "font-size" : "24px",
  200. "color" : "#ccc"
  201. },
  202. "roomItemTitleCountNode" : {
  203. "font-size" : "12px",
  204. "color" : "#999",
  205. "float" : "right"
  206. },
  207. "roomItemTitleCountNode_disable" : {
  208. "font-size" : "12px",
  209. "color" : "#ccc",
  210. "float" : "right"
  211. },
  212. "roomItemBuildingTextNode" : {
  213. "font-size" : "16px",
  214. "color" : "#666",
  215. "margin-top" : "10px"
  216. },
  217. "roomItemBuildingTextNode_disable" : {
  218. "font-size" : "16px",
  219. "color" : "#ccc",
  220. "margin-top" : "10px"
  221. },
  222. "roomItemTitleMiddleNode" : {
  223. "overflow" : "hidden",
  224. "margin-top" : "10px"
  225. },
  226. "roomItemTitleActionsNode" : {
  227. "overflow" : "hidden",
  228. "float" : "right"
  229. },
  230. "createMeetingAction" : {
  231. "float" : "left",
  232. "padding-left" : "5px",
  233. "width" : "16px",
  234. "height" : "16px",
  235. "background" : "url(/x_component_Meeting/$Main/default/icon/icon_newapply.png) no-repeat center center"
  236. },
  237. "createMeetingAction_over" : {
  238. "background" : "url(/x_component_Meeting/$Main/default/icon/icon_newapply_click.png) no-repeat center center"
  239. },
  240. "roomAction_edit" : {
  241. "float" : "left",
  242. "padding-left" : "5px",
  243. "width" : "16px",
  244. "height" : "16px",
  245. "background" : "url(/x_component_Meeting/$Main/default/icon/icon_bianji.png) no-repeat center center"
  246. },
  247. "roomAction_edit_over" : {
  248. "background" : "url(/x_component_Meeting/$Main/default/icon/icon_bianji_click.png) no-repeat center center"
  249. },
  250. "roomAction_remove" : {
  251. "float" : "left",
  252. "padding-left" : "5px",
  253. "width" : "16px",
  254. "height" : "16px",
  255. "background" : "url(/x_component_Meeting/$Main/default/icon/icon_delete_grey.png) no-repeat center center"
  256. },
  257. "roomAction_remove_over" : {
  258. "background" : "url(/x_component_Meeting/$Main/default/icon/icon_delete_blue_click.png) no-repeat center center"
  259. },
  260. "roomItemTitleIconsNode" : {
  261. "overflow" : "hidden",
  262. "float" : "left"
  263. },
  264. "roomItemIconNode" : {
  265. "float":"left",
  266. "width" : "16px",
  267. "height" : "16px",
  268. "margin-right" : "5px"
  269. },
  270. "roomItemContentNode" : {
  271. "background-color" : "#fff",
  272. "width" : "300px",
  273. "padding-top" : "10px"
  274. },
  275. "noMeetingNode" : {
  276. "border": "1px solid #ccc",
  277. "border-radius": "4px",
  278. "margin" : "20px",
  279. "width" : "260px",
  280. "text-align" : "center",
  281. "font-size" : "16px",
  282. "color" : "#999"
  283. },
  284. "noMeetingNode_disable" : {
  285. "border": "1px solid #eee",
  286. "border-radius": "4px",
  287. "margin" : "20px",
  288. "width" : "260px",
  289. "text-align" : "center",
  290. "font-size" : "16px",
  291. "color" : "#ccc"
  292. }
  293. }