css.wcss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. {
  2. "node": {
  3. //"margin": "60px 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. "titleNode": {
  15. "background-color" : "#fff",
  16. "height": "60px",
  17. "overflow": "hidden",
  18. "border-bottom": "1px solid #CCC"
  19. },
  20. "todayNode" : {
  21. "float": "left",
  22. "font-size" : "24px",
  23. "line-height" : "60px",
  24. "color" : "#333",
  25. "margin-left" : "50px"
  26. },
  27. "monthSelectContainer": {
  28. "width": "400px",
  29. "float": "left",
  30. "line-height": "60px",
  31. "margin-left": "40px",
  32. "color": "#333",
  33. "font-size": "16px",
  34. "text-align": "right",
  35. "overflow" : "hidden"
  36. },
  37. "monthSelectTextNode" : {
  38. "float" : "left"
  39. },
  40. "monthSelect": {
  41. "border-radius" : "4px",
  42. "border" : "1px solid #ccc",
  43. "font-size": "16px",
  44. "height": "28px",
  45. "color": "#666"
  46. },
  47. "scrollNode" : {
  48. "overflow-x": "scroll",
  49. "overflow-y": "scroll"
  50. },
  51. "scrollNode_inContainer" : {
  52. "overflow-x": "scroll",
  53. "overflow-y": "scroll",
  54. // "overflow-x": "hidden",
  55. // "overflow-y": "hidden",
  56. "background-color" : "#f0f0f0"
  57. },
  58. "contentWarpNode" : {
  59. //"width": "1170px",
  60. "margin" : "0px 0px 20px 0px",
  61. "overflow" : "hidden"
  62. },
  63. "contentContainerNode" : {
  64. //"background-color": "#FFF",
  65. "height" : "100%",
  66. "overflow": "hidden"
  67. },
  68. "contentNode" : {
  69. // "-webkit-user-select": "none",
  70. // "-moz-user-select": "none"
  71. },
  72. // "node": {
  73. // "margin": "10px 0px",
  74. // "overflow": "hidden",
  75. // "background-color": "#EEE",
  76. // "position": "absolute",
  77. // "width": "100%",
  78. // "top": "0px",
  79. // "left": "200px",
  80. // "display": "block",
  81. // "opacity": "0",
  82. // "overflow" : "hidden"
  83. // },
  84. "dayContainerNode" : {
  85. "margin" : "0px 15px",
  86. "overflow": "hidden"
  87. },
  88. "leftNode" : {
  89. "cursor" : "pointer",
  90. "float" : "left",
  91. "width" : "50px",
  92. "height" : "50px",
  93. "background" : "url(../x_component_Meeting/$DayView/default/icon/left_gray.png) no-repeat center center"
  94. },
  95. "leftNode_over" : {
  96. "background" : "url(../x_component_Meeting/$DayView/default/icon/left.png) no-repeat center center"
  97. },
  98. "rightNode" : {
  99. "cursor" : "pointer",
  100. "float" : "left",
  101. "width" : "50px",
  102. "height" : "50px",
  103. "background" : "url(../x_component_Meeting/$DayView/default/icon/right_gray.png) no-repeat center center"
  104. },
  105. "rightNode_over" : {
  106. "background" : "url(../x_component_Meeting/$DayView/default/icon/right.png) no-repeat center center"
  107. },
  108. "dayNode" : {
  109. "width" : "300px",
  110. //"height" : "800px",
  111. "margin-top" : "20px",
  112. "margin-left" : "15px",
  113. "margin-right" : "15px",
  114. "border-radius" : "4px",
  115. "background" : "#fff",
  116. "float" : "left",
  117. "box-shadow": "none"
  118. },
  119. "dayNode_over" : {
  120. "box-shadow": "0 0 8px 0 rgba(0,0,0,0.25)"
  121. },
  122. "dayTitleNode" : {
  123. "padding-top" : "30px",
  124. "background" : "#e6e6e6",
  125. "width" : "300px",
  126. "height" : "90px",
  127. "border-radius" : "4px 4px 0 0",
  128. "position" : "relative"
  129. },
  130. "dayTitleNode_today" : {
  131. "padding-top" : "30px",
  132. "background-color" : "#4990E2",
  133. "width" : "300px",
  134. "height" : "90px",
  135. "border-radius" : "4px 4px 0 0",
  136. "position" : "relative"
  137. },
  138. "dayTitleTextNode" : {
  139. "background" : "transparent",
  140. "font-size" : "24px",
  141. "height" : "32px",
  142. "line-height" : "32px",
  143. "width" : "300px",
  144. "padding-left" : "0px",
  145. "text-align" : "center",
  146. "color" : "#666",
  147. "cursor" : "text"
  148. },
  149. "dayTitleTextNode_first" : {
  150. "background" : "url(../x_component_Meeting/$DayView/default/icon/down24_gray.png) no-repeat 240px 5px",
  151. "font-size" : "24px",
  152. "height" : "32px",
  153. "line-height" : "32px",
  154. "width" : "260px",
  155. "padding-left" : "40px",
  156. "text-align" : "left",
  157. "color" : "#666",
  158. "cursor" : "pointer"
  159. },
  160. "dayTitleTextNode_today" : {
  161. "background" : "transparent",
  162. "font-size" : "24px",
  163. "height" : "32px",
  164. "line-height" : "32px",
  165. "width" : "300px",
  166. "padding-left" : "0px",
  167. "text-align" : "center",
  168. "color" : "#fff",
  169. "cursor" : "pointer",
  170. "cursor" : "text"
  171. },
  172. "dayTitleTextNode_today_first" : {
  173. "background" : "url(../x_component_Meeting/$DayView/default/icon/down.png) no-repeat 240px 5px",
  174. "font-size" : "24px",
  175. "height" : "32px",
  176. "line-height" : "32px",
  177. "width" : "260px",
  178. "padding-left" : "40px",
  179. "text-align" : "left",
  180. "color" : "#fff",
  181. "cursor" : "pointer"
  182. },
  183. "dayWeekNode" : {
  184. "color" : "#fff",
  185. "font-size" : "18px",
  186. "height" : "80px",
  187. "width" : "80px",
  188. "border-radius" : "40px",
  189. "left" : "110px",
  190. "bottom" : "-40px",
  191. "background": "#4990E2",
  192. "position" : "absolute",
  193. "height" : "80px",
  194. "line-height" : "80px",
  195. "text-align" : "center"
  196. },
  197. "dayWeekNode_today" : {
  198. "color" : "#fff",
  199. "font-size" : "18px",
  200. "height" : "80px",
  201. "width" : "80px",
  202. "border-radius" : "40px",
  203. "left" : "110px",
  204. "bottom" : "-40px",
  205. "background": "#3C76B7",
  206. "position" : "absolute",
  207. "height" : "80px",
  208. "line-height" : "80px",
  209. "text-align" : "center"
  210. },
  211. "dayContentNode" : {
  212. "background-color" : "#fff",
  213. "width" : "300px",
  214. "padding-top" : "50px"
  215. },
  216. "noMeetingNode" : {
  217. "border": "1px solid #ccc",
  218. "border-radius": "4px",
  219. "margin" : "50px auto",
  220. "width" : "500px",
  221. "height" : "200px",
  222. "line-height" : "200px",
  223. "text-align" : "center",
  224. "font-size" : "20px",
  225. "color" : "#999",
  226. "background-color" : "#fff"
  227. }
  228. }