css.wcss 5.8 KB

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