css.wcss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  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. "calendarPrevWeekNode": {
  45. "height": "30px",
  46. "width": "40px",
  47. "margin": "10px 0px 15px 10px",
  48. "background": "url(../x_component_Calendar/$WeekView/default/icon/left24_gray.png) no-repeat center center",
  49. "cursor": "pointer",
  50. "float": "left"
  51. },
  52. "calendarPrevWeekNode_over": {
  53. "background": "url(../x_component_Calendar/$WeekView/default/icon/left24_blue.png) no-repeat center center"
  54. },
  55. "calendarPrevWeekNode_down": {
  56. "background": "url(../x_component_Calendar/$WeekView/default/icon/left24_blue.png) no-repeat center center"
  57. },
  58. "calendarNextWeekNode": {
  59. "height": "30px",
  60. "width": "40px",
  61. "margin": "10px 0px",
  62. "background": "url(../x_component_Calendar/$WeekView/default/icon/right24_gray.png) no-repeat center center",
  63. "cursor": "pointer",
  64. "float": "left"
  65. },
  66. "calendarNextWeekNode_over": {
  67. "background": "url(../x_component_Calendar/$WeekView/default/icon/right24_blue.png) no-repeat center center"
  68. },
  69. "calendarNextWeekNode_down": {
  70. "background": "url(../x_component_Calendar/$WeekView/default/icon/right24_blue.png) no-repeat center center"
  71. },
  72. "calendarTitleTextNode": {
  73. "line-height": "48px",
  74. "color" : "#333",
  75. "margin": "0px 10px",
  76. "font-size": "20px",
  77. "float": "left",
  78. "cursor": "pointer"
  79. },
  80. "calendarTitleTextNode_over": {
  81. "color": "#4990e2"
  82. },
  83. "calendarTitleTextNode_down": {
  84. "color": "#4990e2"
  85. },
  86. "titleTable" : {
  87. "margin" : "0px auto 0px 12px",
  88. "width": "100%",
  89. "table-layout" : "fixed",
  90. "font-size" : "12px"
  91. },
  92. "calendarTable": {
  93. "width": "100%",
  94. "table-layout" : "fixed",
  95. "font-size" : "12px"
  96. },
  97. "calendarTableTitleTr": {
  98. "height": "40px"
  99. },
  100. "calendarTableTh_hour": {
  101. "background-color" : "#f0f0f0",
  102. "color": "#333",
  103. "font-size": "18px",
  104. "font-weight" : "normal",
  105. "border-bottom": "1px solid #CCC",
  106. "border-left": "1px solid #f0f0f0",
  107. "text-align" : "center",
  108. "overflow" : "hidden"
  109. },
  110. "calendarTableTh": {
  111. "background-color" : "#f0f0f0",
  112. "color": "#333",
  113. "font-size": "18px",
  114. "font-weight" : "normal",
  115. //"min-width": "120px",
  116. "border-bottom": "1px solid #CCC",
  117. "border-left": "1px solid #f0f0f0",
  118. "text-align" : "center",
  119. "overflow" : "hidden"
  120. },
  121. "calendarTableThDay" : {
  122. "font-size": "18px",
  123. "font-weight" : "normal"
  124. },
  125. "calendarTableThDate" : {
  126. "float" : "right",
  127. "font-size": "14px",
  128. "font-weight" : "normal"
  129. },
  130. "calendarTableCell_hour" : {
  131. "overflow": "hidden",
  132. "background-color": "#fff",
  133. "border-bottom": "1px solid #dfdfdf",
  134. "border-left": "1px solid #dfdfdf",
  135. "width" : "50px",
  136. "text-align" : "center",
  137. "height" : "47px"
  138. },
  139. "calendarTableCell" : {
  140. "overflow": "hidden",
  141. "background-color": "#fff",
  142. "border-bottom": "1px solid #dfdfdf",
  143. "border-left": "1px solid #dfdfdf",
  144. "height" : "47px"
  145. },
  146. "calendarTableCell_thisWeek": {
  147. "overflow": "hidden",
  148. "background-color": "#fff",
  149. "border-bottom": "1px solid #dfdfdf",
  150. "border-left": "1px solid #dfdfdf",
  151. "height" : "47px"
  152. },
  153. "calendarTableCell_otherWeek": {
  154. "overflow": "hidden",
  155. "color" : "#ccc",
  156. "background-color": "#fff",
  157. "border-bottom": "1px solid #dfdfdf",
  158. "height" : "47px"
  159. },
  160. "calendarTableCell_today": {
  161. "overflow": "hidden",
  162. "background-color": "#F8FBFF",
  163. "border-bottom": "1px solid #dfdfdf",
  164. "height" : "47px"
  165. },
  166. "createCalendarAction" : {
  167. "float" : "left",
  168. "padding-left" : "5px",
  169. "width" : "16px",
  170. "height" : "16px",
  171. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_newapply.png) no-repeat center center"
  172. },
  173. "createCalendarAction_over" : {
  174. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_newapply_click.png) no-repeat center center"
  175. },
  176. "roomAction_edit" : {
  177. "float" : "left",
  178. "padding-left" : "5px",
  179. "width" : "16px",
  180. "height" : "16px",
  181. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_bianji.png) no-repeat center center"
  182. },
  183. "roomAction_edit_over" : {
  184. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_bianji_click.png) no-repeat center center"
  185. },
  186. "roomAction_remove" : {
  187. "float" : "left",
  188. "padding-left" : "5px",
  189. "width" : "16px",
  190. "height" : "16px",
  191. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_delete_grey.png) no-repeat center center"
  192. },
  193. "roomAction_remove_over" : {
  194. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_delete_blue_click.png) no-repeat center center"
  195. },
  196. "roomItemTitleIconsNode" : {
  197. "overflow" : "hidden",
  198. "float" : "left"
  199. }
  200. }