css.wcss 5.4 KB

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