css.wcss 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. {
  2. "node": {
  3. "margin": "10px 0px",
  4. "overflow": "hidden",
  5. "background-color": "#fff",
  6. // "position": "absolute",
  7. "width": "100%",
  8. // "top": "0px",
  9. // "left": "200px",
  10. "display": "block",
  11. "opacity": "0"
  12. },
  13. "scrollNode" : {
  14. "overflow-x": "hidden",
  15. "overflow-y": "scroll"
  16. },
  17. "scrollNode_inContainer" : {
  18. "overflow-x": "hidden",
  19. "overflow-y": "hidden",
  20. "background-color" : "#f0f0f0"
  21. },
  22. "contentWarpNode" : {
  23. //"width": "1170px",
  24. "margin" : "0px auto 20px auto",
  25. "overflow" : "hidden"
  26. },
  27. "contentContainerNode" : {
  28. "height" : "100%",
  29. "overflow": "hidden"
  30. },
  31. "contentNode" : {
  32. "background-color": "#FFF",
  33. "-webkit-user-select": "none",
  34. "-moz-user-select": "none"
  35. },
  36. "calendarTitleNode": {
  37. "height": "50px",
  38. "overflow": "hidden",
  39. "border-bottom": "1px solid #CCC"
  40. },
  41. "calendarBodyNode": {
  42. "overflow": "hidden"
  43. },
  44. "calendarPrevDayNode": {
  45. "height": "30px",
  46. "width": "24px",
  47. "margin": "12px 0px 10px 40px",
  48. "color": "#999",
  49. "font-size": "24px",
  50. // "background": "url(../x_component_Calendar/$MonthView/default/icon/left24_gray.png) no-repeat center center",
  51. "cursor": "pointer",
  52. "float": "left"
  53. },
  54. "calendarPrevDayNode_over": {
  55. "color": "#4990e2"
  56. //"background": "url(../x_component_Calendar/$WeekView/default/icon/left24_blue.png) no-repeat center center"
  57. },
  58. "calendarPrevDayNode_down": {
  59. //"background": "url(../x_component_Calendar/$WeekView/default/icon/left24_blue.png) no-repeat center center"
  60. },
  61. "calendarNextDayNode": {
  62. "height": "30px",
  63. "width": "24px",
  64. "margin": "12px 0px 10px 0px",
  65. "color": "#999",
  66. "font-size": "24px",
  67. // "background": "url(../x_component_Calendar/$MonthView/default/icon/right24_gray.png) no-repeat center center",
  68. "cursor": "pointer",
  69. "float": "left"
  70. },
  71. "calendarNextDayNode_over": {
  72. "color": "#4990e2"
  73. //"background": "url(../x_component_Calendar/$WeekView/default/icon/right24_blue.png) no-repeat center center"
  74. },
  75. "calendarNextDayNode_down": {
  76. //"background": "url(../x_component_Calendar/$WeekView/default/icon/right24_blue.png) no-repeat center center"
  77. },
  78. "calendarTitleTextNode": {
  79. "line-height": "48px",
  80. "color" : "#333",
  81. "margin": "0px 10px",
  82. "font-size": "20px",
  83. "float": "left",
  84. "cursor": "pointer"
  85. },
  86. "calendarTitleTextNode_over": {
  87. "color": "#4990e2"
  88. },
  89. "calendarTitleTextNode_down": {
  90. "color": "#4990e2"
  91. },
  92. "titleTable" : {
  93. "margin" : "0px auto 0px 12px",
  94. "width": "100%",
  95. "table-layout" : "fixed",
  96. "font-size" : "12px"
  97. },
  98. "calendarTable": {
  99. "width": "100%",
  100. "table-layout" : "fixed",
  101. "font-size" : "12px"
  102. },
  103. "calendarTableTitleTr": {
  104. "height": "50px"
  105. },
  106. "calendarTableTh_hour": {
  107. "background-color" : "#f0f0f0",
  108. "color": "#333",
  109. "font-size": "18px",
  110. "font-weight" : "normal",
  111. "border-bottom": "1px solid #CCC",
  112. "border-left": "1px solid #f0f0f0",
  113. "text-align" : "center",
  114. "overflow" : "hidden"
  115. },
  116. "calendarTableTh": {
  117. "background-color" : "#f0f0f0",
  118. "color": "#333",
  119. "font-size": "18px",
  120. "font-weight" : "normal",
  121. "min-width": "120px",
  122. "border-bottom": "1px solid #CCC",
  123. "border-left": "1px solid #f0f0f0",
  124. "text-align" : "center",
  125. "overflow" : "hidden"
  126. },
  127. "calendarTableThDay" : {
  128. "font-size": "18px",
  129. "font-weight" : "normal"
  130. },
  131. "calendarTableThDate" : {
  132. "float" : "right",
  133. "font-size": "14px",
  134. "font-weight" : "normal"
  135. },
  136. "calendarTableCell_hour" : {
  137. "overflow": "hidden",
  138. "background-color": "#fff",
  139. "border-bottom": "1px solid #dfdfdf",
  140. "border-left": "1px solid #dfdfdf",
  141. "width" : "50px",
  142. "text-align" : "center",
  143. "height" : "47px"
  144. },
  145. "calendarTableCell" : {
  146. "overflow": "hidden",
  147. "background-color": "#fff",
  148. "border-bottom": "1px solid #dfdfdf",
  149. "border-left": "1px solid #dfdfdf",
  150. "height" : "47px"
  151. },
  152. "calendarTableCell_thisWeek": {
  153. "overflow": "hidden",
  154. "background-color": "#fff",
  155. "border-bottom": "1px solid #dfdfdf",
  156. "border-left": "1px solid #dfdfdf",
  157. "height" : "47px"
  158. },
  159. "calendarTableCell_otherWeek": {
  160. "overflow": "hidden",
  161. "color" : "#ccc",
  162. "background-color": "#fff",
  163. "border-bottom": "1px solid #dfdfdf",
  164. "height" : "47px"
  165. },
  166. "calendarTableCell_today": {
  167. "overflow": "hidden",
  168. "background-color": "#F8FBFF",
  169. "border-bottom": "1px solid #dfdfdf",
  170. "height" : "47px"
  171. },
  172. "createCalendarAction" : {
  173. "float" : "left",
  174. "padding-left" : "5px",
  175. "width" : "16px",
  176. "height" : "16px",
  177. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_newapply.png) no-repeat center center"
  178. },
  179. "createCalendarAction_over" : {
  180. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_newapply_click.png) no-repeat center center"
  181. }
  182. }