css.wcss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. {
  2. "scrollNode" : {
  3. "overflow-x": "hidden",
  4. "overflow-y": "scroll"
  5. },
  6. "scrollNode_inContainer" : {
  7. "overflow-x": "hidden",
  8. "overflow-y": "scroll",
  9. // "overflow-x": "hidden",
  10. // "overflow-y": "hidden",
  11. "background-color" : "#f0f0f0"
  12. },
  13. "contentWarpNode" : {
  14. //"width": "1170px",
  15. "margin" : "0px auto 20px auto",
  16. "overflow" : "hidden"
  17. },
  18. "contentContainerNode" : {
  19. "height" : "100%",
  20. "overflow": "hidden"
  21. },
  22. "contentNode" : {
  23. "background-color": "#FFF",
  24. "-webkit-user-select": "none",
  25. "-moz-user-select": "none"
  26. },
  27. "calendarBodyNode": {
  28. "overflow": "hidden"
  29. },
  30. "calendarTable": {
  31. "width": "100%"
  32. },
  33. "calendarTableTitleTr": {
  34. "height": "50px"
  35. },
  36. "calendarTableTh": {
  37. "width": "14.28%",
  38. "background-color" : "#f0f0f0",
  39. "color": "#333",
  40. "font-size": "18px",
  41. "font-weight" : "normal",
  42. "min-width": "120px",
  43. "border-bottom": "1px solid #CCC",
  44. "text-align" : "center"
  45. },
  46. "calendarTableCell_thisMonth": {
  47. "margin": "7px",
  48. "overflow": "hidden",
  49. "background-color": "#fff",
  50. "border": "1px solid #CCC",
  51. "border-radius": "4px",
  52. "height" : "140px"
  53. },
  54. "calendarTableCell_otherMonth": {
  55. "margin": "7px",
  56. "overflow": "hidden",
  57. "color" : "#ccc",
  58. "background-color": "#fff",
  59. "border": "1px solid #CCC",
  60. "border-radius": "4px",
  61. "height" : "140px"
  62. },
  63. "calendarTableCell_today": {
  64. "margin": "7px",
  65. "overflow": "hidden",
  66. "background-color": "#F8FBFF",
  67. "border": "1px solid #CCC",
  68. "border-radius": "4px",
  69. "height" : "140px"
  70. },
  71. "dayTitle_thisMonth": {
  72. "padding" : "8px 0px 5px 10px",
  73. "height": "30px",
  74. "cursor": "pointer",
  75. "line-height": "30px",
  76. "background-color": "#FFF"
  77. },
  78. "dayTitle_otherMonth": {
  79. "padding" : "8px 0px 5px 10px",
  80. "height": "30px",
  81. "cursor": "pointer",
  82. "line-height": "30px",
  83. "background-color": "#FFF"
  84. },
  85. "dayTitle_today": {
  86. "padding" : "8px 0px 5px 10px",
  87. "height": "30px",
  88. "cursor": "pointer",
  89. "line-height": "24px",
  90. "background-color": "#F8FBFF"
  91. },
  92. "dayTitleDay_thisMonth": {
  93. "font-size" : "16px",
  94. "margin-left": "10px",
  95. "height": "30px",
  96. "float": "left",
  97. "color": "#333"
  98. },
  99. "dayTitleDay_otherMonth": {
  100. "color" : "#ccc",
  101. "font-size" : "16px",
  102. "margin-left": "10px",
  103. "height": "30px",
  104. "float": "left",
  105. "color": "#ccc"
  106. },
  107. "dayTitleDay_today": {
  108. "margin-top" : "3px",
  109. "font-size" : "14px",
  110. "background": "#3C76B7",
  111. "border-radius": "100px",
  112. "text-align" : "center",
  113. "width": "24px",
  114. "height": "24px",
  115. "float": "left",
  116. "color": "#fff"
  117. },
  118. "dayTitleInfor_thisMonth": {
  119. "margin-right": "10px",
  120. "height": "30px",
  121. "font-size" : "14px",
  122. "line-height": "30px",
  123. "text-align": "right",
  124. "color": "#3C76B7"
  125. },
  126. "dayTitleInfor_otherMonth": {
  127. "margin-right": "10px",
  128. "height": "30px",
  129. "font-size" : "14px",
  130. "line-height": "30px",
  131. "text-align": "right",
  132. "color": "#999"
  133. },
  134. "dayTitleInfor_today": {
  135. "margin-right": "10px",
  136. "height": "30px",
  137. "font-size" : "14px",
  138. "line-height": "30px",
  139. "text-align": "right",
  140. "color": "#3C76B7"
  141. },
  142. "dayContentNode": {
  143. "overflow": "hidden",
  144. //"border-top": "1px solid #ccc",
  145. "margin": "0px 5px 0px 0px"
  146. }
  147. }