css.wcss 8.3 KB

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