css.wcss 10 KB

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