css.wcss 9.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  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. "contentAreaNode":{
  14. "height": "100%",
  15. "overflow": "auto"
  16. },
  17. "contentNode": {
  18. "margin": "10px 20px 20px 20px",
  19. "overflow": "hidden"
  20. },
  21. "calendarTitleNode": {
  22. "height": "50px",
  23. "overflow": "hidden",
  24. "border-bottom": "1px solid #CCC"
  25. },
  26. "calendarBodyNode": {
  27. "overflow": "hidden"
  28. },
  29. "calendarPrevMonthNode": {
  30. "height": "30px",
  31. "width": "40px",
  32. "margin": "10px 0px 10px 40px",
  33. "background": "url(../x_component_Calendar/$MonthView/default/icon/left24_gray.png) no-repeat center center",
  34. "cursor": "pointer",
  35. "float": "left"
  36. },
  37. "calendarPrevMonthNode_over": {
  38. "background": "url(../x_component_Calendar/$MonthView/default/icon/left24_blue.png) no-repeat center center"
  39. },
  40. "calendarPrevMonthNode_down": {
  41. "background": "url(../x_component_Calendar/$MonthView/default/icon/left24_blue.png) no-repeat center center"
  42. },
  43. "calendarNextMonthNode": {
  44. "height": "30px",
  45. "width": "40px",
  46. "margin": "10px 0px",
  47. "background": "url(../x_component_Calendar/$MonthView/default/icon/right24_gray.png) no-repeat center center",
  48. "cursor": "pointer",
  49. "float": "left"
  50. },
  51. "calendarNextMonthNode_over": {
  52. "background": "url(../x_component_Calendar/$MonthView/default/icon/right24_blue.png) no-repeat center center"
  53. },
  54. "calendarNextMonthNode_down": {
  55. "background": "url(../x_component_Calendar/$MonthView/default/icon/right24_blue.png) no-repeat center center"
  56. },
  57. "calendarTitleTextNode": {
  58. "line-height": "48px",
  59. "color" : "#333",
  60. "margin": "0px 10px",
  61. "font-size": "20px",
  62. "float": "left",
  63. "cursor": "pointer"
  64. },
  65. "calendarTitleTextNode_over": {
  66. "color": "#4990e2"
  67. },
  68. "calendarTitleTextNode_down": {
  69. "color": "#4990e2"
  70. },
  71. "calendarMonthSelectNode": {
  72. "width": "260px",
  73. "height": "310px",
  74. "background-color": "#FFF",
  75. "position": "absolute",
  76. "text-align": "center",
  77. "box-shadow": "0 0 8px 0 rgba(0,0,0,0.25)",
  78. "border-radius" : "8px"
  79. },
  80. "calendarMonthSelectTitleNode": {
  81. "color" : "#fff",
  82. "background-color": "#3C76B7",
  83. "overflow": "hidden"
  84. },
  85. "calendarMonthSelectTitlePrevYearNode": {
  86. "height": "50px",
  87. "width": "40px",
  88. "float": "left",
  89. "background": "url(../x_component_Calendar/$MonthView/default/icon/icon_left.png) no-repeat center center",
  90. "cursor": "pointer"
  91. },
  92. "calendarMonthSelectTitleNextYearNode": {
  93. "height": "50px",
  94. "width": "40px",
  95. "float": "right",
  96. "background": "url(../x_component_Calendar/$MonthView/default/icon/icon_right.png) no-repeat center center",
  97. "cursor": "pointer"
  98. },
  99. "calendarMonthSelectTitleTextNode": {
  100. "text-align": "center",
  101. "margin": "0px 40px",
  102. "height": "50px",
  103. "font-size": "20px",
  104. "line-height": "50px"
  105. },
  106. "calendarMonthSelectCurrentNode" : {
  107. "color" : "#4990e2",
  108. "cursor": "pointer",
  109. "font-size": "14px",
  110. "height" : "30px",
  111. "line-height" : "30px",
  112. "border-radius" : "100px",
  113. "width" : "30px",
  114. "border" : "1px solid #4990e2",
  115. "background-color" : "#fff",
  116. "margin" : "auto"
  117. },
  118. "calendarMonthSelectTodayNode" : {
  119. "color" : "#fff",
  120. "cursor": "pointer",
  121. "font-size": "14px",
  122. "height" : "30px",
  123. "line-height" : "30px",
  124. "border-radius" : "100px",
  125. "width" : "30px",
  126. "border" : "1px solid #4990e2",
  127. "background-color" : "#4990e2",
  128. "margin" : "auto"
  129. },
  130. "calendarMonthSelectTdNode": {
  131. "cursor": "pointer",
  132. "height" : "30px",
  133. "width" : "30px",
  134. "color": "#333",
  135. "font-size": "14px"
  136. },
  137. "calendarMonthSelectTdNode_over": {
  138. "color": "#4990e2"
  139. },
  140. "calendarMonthSelectTdNode_down": {
  141. "color": "#8894e9"
  142. },
  143. "calendarMonthSelectBottomNode": {
  144. "height": "50px",
  145. "font-size": "18px",
  146. "line-height": "40px",
  147. "cursor": "pointer",
  148. "color": "#333"
  149. },
  150. "calendarMonthSelectBottomNode_over": {
  151. "color": "#4990e2"
  152. },
  153. "listViewTable": {
  154. "width": "100%"
  155. },
  156. "listViewTableTh": {
  157. "height": "40px",
  158. "font-size": "14px",
  159. "background-color": "#F0F0F0",
  160. "text-align": "left",
  161. "padding": "0px 10px",
  162. "font-weight" : "normal",
  163. "color": "#333"
  164. },
  165. "listViewTableTd_Day": {
  166. "height": "50px",
  167. "line-height": "50px",
  168. "border-bottom": "1px solid #CCC",
  169. "background-color": "#FFF",
  170. "color": "#666",
  171. "padding": "0px 10px",
  172. "font-size": "14px",
  173. "font-weight" : "bold",
  174. "cursor": "pointer"
  175. },
  176. "listViewTableTd_ToDay": {
  177. "height": "50px",
  178. "line-height": "50px",
  179. "border-bottom": "1px solid #4990e2",
  180. "background-color": "#FFF",
  181. "color": "#4990e2",
  182. "padding": "0px 10px",
  183. "font-size": "14px",
  184. "font-weight" : "bold",
  185. "cursor": "pointer"
  186. },
  187. "listViewTableTd": {
  188. "height": "40px",
  189. "line-height": "40px",
  190. "border-bottom": "1px solid #eee",
  191. "background-color": "#FFF",
  192. "color": "#666",
  193. "padding": "0px 10px",
  194. "font-size": "14px",
  195. "cursor": "pointer"
  196. },
  197. "listViewTableTd_today2": {
  198. "height": "40px",
  199. "line-height": "40px",
  200. "border-bottom": "1px solid #eee",
  201. "background-color": "#f8fbff",
  202. "color": "#666",
  203. "padding": "0px 10px",
  204. "font-size": "14px",
  205. "cursor": "pointer"
  206. },
  207. "listViewTableTd_over": {
  208. "background-color": "#f8f8f8"
  209. },
  210. "noEventNode" : {
  211. "border": "1px solid #ccc",
  212. "border-radius": "4px",
  213. "margin" : "50px auto",
  214. "width" : "500px",
  215. "height" : "200px",
  216. "line-height" : "200px",
  217. "text-align" : "center",
  218. "font-size" : "20px",
  219. "color" : "#999",
  220. "background-color" : "#fff"
  221. },
  222. "colorTdNode" : {
  223. "border-radius" : "4px",
  224. "width" : "16px",
  225. "height" : "16px"
  226. },
  227. "dayAreaNode": {
  228. "height": "100%",
  229. "overflow": "hidden",
  230. "float": "left"
  231. },
  232. "dayNode": {
  233. "height": "100%",
  234. "overflow": "hidden"
  235. },
  236. "dayTitleNode": {
  237. "height": "40px",
  238. "padding": "20px 40px 10px 40px",
  239. "font-size": "36px",
  240. "color": "#444",
  241. "line-height": "40px"
  242. },
  243. "dayTitleNode_over": {
  244. "color": "#d34b4b"
  245. },
  246. "dayTitleNode_down": {
  247. "color": "#e28888"
  248. },
  249. "dayTitleDownNode": {
  250. "height": "30px",
  251. "width": "30px",
  252. "cursor": "pointer",
  253. "position": "relative",
  254. "top": "-36px",
  255. "margin-left": "140px",
  256. "background": "url(../x_component_Calendar/$DayView/default/icon/down.png) no-repeat center center"
  257. },
  258. "dayTitleDownNode_over": {
  259. "background": "url(../x_component_Calendar/$DayView/default/icon/down_over.png) no-repeat center center"
  260. },
  261. "dayTitleDownNode_down": {
  262. "background": "url(../x_component_Calendar/$DayView/default/icon/down_down.png) no-repeat center center"
  263. },
  264. "dayTitleDateNode": {
  265. "height": "30px",
  266. "line-height": "30px",
  267. "padding": "0px 40px",
  268. "font-size": "16px",
  269. "color": "#666"
  270. },
  271. "dayTitleDateNode_today": {
  272. "color": "#FFF",
  273. "background-color": "#666"
  274. },
  275. "dayTimeAreaNode": {
  276. "overflow": "auto"
  277. },
  278. "dayTimeContentNode": {
  279. "overflow": "hidden"
  280. },
  281. "timeTitleAreaNode": {
  282. "width": "40px",
  283. "float": "left",
  284. "overflow": "hidden"
  285. },
  286. "timeBodyAreaNode": {
  287. "margin-left": "40px",
  288. "overflow": "hidden"
  289. },
  290. "hourTitleNode": {
  291. "width": "39px",
  292. "height": "49px",
  293. "border-right": "1px solid #FFF",
  294. "border-bottom": "1px solid #FFF",
  295. "line-height": "39px",
  296. "color": "#666",
  297. "font-size": "16px",
  298. "text-align": "center",
  299. "cursor": "pointer"
  300. },
  301. "hourContentNode": {
  302. "height": "49px",
  303. "border-right": "1px solid #FFF",
  304. "border-bottom": "1px solid #FFF"
  305. },
  306. "calendarNode": {
  307. "overflow": "hidden",
  308. "float": "left",
  309. "cursor": "pointer",
  310. "box-shadow": "0px 0px 0px #666"
  311. },
  312. "calendarNode_over": {
  313. "box-shadow": "2px 2px 5px #999"
  314. },
  315. "calendarNode_down": {
  316. "box-shadow": "0px 0px 0px #999"
  317. },
  318. "calendarColorNode": {
  319. "background-color": "#2968cf",
  320. "width": "8px",
  321. "float": "left"
  322. },
  323. "calendarContentNode": {
  324. "height": "100%",
  325. "overflow": "hidden",
  326. "margin-left": "8px",
  327. "min-height": "30px",
  328. "background-color": "#FFF",
  329. "border-bottom": "1px solid #ccc"
  330. },
  331. "calendarSubjectNode": {
  332. "height": "30px",
  333. "line-height": "30px",
  334. "padding": "0px 5px",
  335. "color": "#2968cf",
  336. "font-size": "16px",
  337. "font-weight": "bold"
  338. }
  339. }