css.wcss 5.1 KB

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