css.wcss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  1. {
  2. "node": {
  3. "margin": "10px 0px",
  4. "overflow": "hidden",
  5. "background-color": "#EEE",
  6. "position": "absolute",
  7. "width": "100%",
  8. "top": "0px",
  9. "left": "200px",
  10. "display": "block",
  11. "opacity": "0"
  12. },
  13. "calendarTitleNode": {
  14. "height": "60px",
  15. "overflow": "hidden"
  16. },
  17. "calendarBodyNode": {
  18. "overflow": "hidden"
  19. },
  20. "calendarPrevMonthNode": {
  21. "height": "30px",
  22. "width": "40px",
  23. "margin": "15px 0px 15px 40px",
  24. "background": "url(/x_component_Meeting/$MonthView/default/icon/left.png) no-repeat center center",
  25. "cursor": "pointer",
  26. "float": "left"
  27. },
  28. "calendarPrevMonthNode_over": {
  29. "background": "url(/x_component_Meeting/$MonthView/default/icon/left_over.png) no-repeat center center",
  30. },
  31. "calendarPrevMonthNode_down": {
  32. "background": "url(/x_component_Meeting/$MonthView/default/icon/left_down.png) no-repeat center center",
  33. },
  34. "calendarNextMonthNode": {
  35. "height": "30px",
  36. "width": "40px",
  37. "margin": "15px 0px",
  38. "background": "url(/x_component_Meeting/$MonthView/default/icon/right.png) no-repeat center center",
  39. "cursor": "pointer",
  40. "float": "left"
  41. },
  42. "calendarNextMonthNode_over": {
  43. "background": "url(/x_component_Meeting/$MonthView/default/icon/right_over.png) no-repeat center center"
  44. },
  45. "calendarNextMonthNode_down": {
  46. "background": "url(/x_component_Meeting/$MonthView/default/icon/right_down.png) no-repeat center center"
  47. },
  48. "calendarTitleTextNode": {
  49. "line-height": "60px",
  50. "color": "#1f6dc5",
  51. "margin": "0px 10px",
  52. "font-size": "36px",
  53. "float": "left",
  54. "cursor": "pointer"
  55. },
  56. "calendarTitleTextNode_over": {
  57. "color": "#d34b4b",
  58. },
  59. "calendarTitleTextNode_down": {
  60. "color": "#e28888",
  61. },
  62. "calendarMonthSelectNode": {
  63. "width": "260px",
  64. "height": "300px",
  65. "background-color": "#FFF",
  66. "position": "absolute",
  67. "text-align": "center",
  68. "border": "2px solid #666"
  69. },
  70. "calendarMonthSelectTitleNode": {
  71. "height": "30px",
  72. "overflow": "hidden"
  73. },
  74. "calendarMonthSelectTitlePrevYearNode": {
  75. "height": "40px",
  76. "width": "40px",
  77. "float": "left",
  78. "background": "url(/x_component_Meeting/$MonthView/default/icon/left_year.png) no-repeat center center",
  79. "cursor": "pointer"
  80. },
  81. "calendarMonthSelectTitleNextYearNode": {
  82. "height": "40px",
  83. "width": "40px",
  84. "float": "right",
  85. "background": "url(/x_component_Meeting/$MonthView/default/icon/right_year.png) no-repeat center center",
  86. "cursor": "pointer"
  87. },
  88. "calendarMonthSelectTitleTextNode": {
  89. "text-align": "center",
  90. "margin": "0px 40px",
  91. "height": "40px",
  92. "font-size": "18px",
  93. "line-height": "40px"
  94. },
  95. "calendarMonthSelectTdNode": {
  96. "cursor": "pointer",
  97. "color": "#333",
  98. "font-size": "14px"
  99. },
  100. "calendarMonthSelectTdNode_over": {
  101. "color": "#3347df"
  102. },
  103. "calendarMonthSelectTdNode_down": {
  104. "color": "#8894e9"
  105. },
  106. "calendarMonthSelectBottomNode": {
  107. "height": "40px",
  108. "font-size": "18px",
  109. "line-height": "40px",
  110. "cursor": "pointer"
  111. },
  112. "calendarTable": {
  113. "width": "100%"
  114. },
  115. "calendarTableTitleTr": {
  116. "height": "24px",
  117. },
  118. "calendarTableTh": {
  119. "width": "14.28%",
  120. "color": "#666",
  121. "font-size": "14px",
  122. "font-weight": "bold",
  123. "min-width": "120px",
  124. "border-right": "1px solid #CCC",
  125. "border-bottom": "1px solid #CCC"
  126. },
  127. "calendarTableCell_thisMonth": {
  128. "width": "14.28%",
  129. "vertical-align": "top",
  130. "overflow": "hidden",
  131. "background-color": "#EEE",
  132. "border-right": "1px solid #CCC",
  133. "border-bottom": "1px solid #CCC"
  134. },
  135. "calendarTableCell_otherMonth": {
  136. "width": "14.28%",
  137. "vertical-align": "top",
  138. "overflow": "hidden",
  139. "background-color": "#E6E6E6",
  140. "border-right": "1px solid #CCC",
  141. "border-bottom": "1px solid #CCC"
  142. },
  143. "calendarTableCell_today": {
  144. "width": "14.28%",
  145. "vertical-align": "top",
  146. "overflow": "hidden",
  147. "background-color": "#F3F3F3",
  148. "border-right": "1px solid #CCC",
  149. "border-bottom": "1px solid #CCC"
  150. },
  151. "calendarDayTitle_thisMonth": {
  152. "height": "24px",
  153. "cursor": "pointer",
  154. "line-height": "24px",
  155. "background-color": "#FFF"
  156. },
  157. "calendarDayTitle_otherMonth": {
  158. "height": "24px",
  159. "cursor": "pointer",
  160. "line-height": "24px",
  161. "background-color": "#DDD"
  162. },
  163. "calendarDayTitle_today": {
  164. "height": "24px",
  165. "cursor": "pointer",
  166. "line-height": "24px",
  167. "background-color": "#FFF"
  168. },
  169. "calendarDayTitleDay_thisMonth": {
  170. "margin-left": "10px",
  171. "width": "30px",
  172. "height": "24px",
  173. "float": "left",
  174. "color": "#333"
  175. },
  176. "calendarDayTitleDay_otherMonth": {
  177. "margin-left": "10px",
  178. "width": "30px",
  179. "height": "24px",
  180. "float": "left",
  181. "color": "#999"
  182. },
  183. "calendarDayTitleDay_today": {
  184. "margin-left": "10px",
  185. "width": "30px",
  186. "height": "24px",
  187. "float": "left",
  188. "color": "#F00"
  189. },
  190. "calendarDayTitleInfor_thisMonth": {
  191. "margin-left": "40px",
  192. "margin-right": "10px",
  193. "height": "24px",
  194. "text-align": "right",
  195. "color": "#666"
  196. },
  197. "calendarDayTitleInfor_otherMonth": {
  198. "margin-left": "40px",
  199. "margin-right": "10px",
  200. "height": "24px",
  201. "text-align": "right",
  202. "color": "#666"
  203. },
  204. "calendarDayTitleInfor_today": {
  205. "margin-left": "40px",
  206. "margin-right": "10px",
  207. "height": "24px",
  208. "text-align": "right",
  209. "color": "#F00"
  210. },
  211. "calendarDayContentNode": {
  212. "overflow": "hidden",
  213. "border-top": "1px solid #ccc",
  214. "margin": "5px"
  215. },
  216. "calendarDayContentMeetingNode": {
  217. "height": "22px",
  218. "border-left": "5px solid #2968cf",
  219. "border-bottom": "1px solid #ccc",
  220. "border-right": "1px solid #ccc",
  221. "background-color": "#FFF",
  222. "margin": "0px",
  223. "cursor": "pointer",
  224. "font-size": "14px",
  225. "color": "#666",
  226. "line-height": "24px"
  227. },
  228. "calendarDayContentMeetingIconNode": {
  229. "height": "22px",
  230. "width": "20px",
  231. "float": "left"
  232. },
  233. "calendarDayContentMeetingTextNode": {
  234. "margin-left": "20px",
  235. "margin-right": "45px",
  236. "height": "22px",
  237. "color": "#2968cf",
  238. "overflow": "hidden"
  239. },
  240. "calendarDayContentMeetingTimeNode":{
  241. "height": "22px",
  242. "width": "40px",
  243. "font-size": "12px",
  244. "float": "right"
  245. }
  246. }