css.wcss 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361
  1. {
  2. "node": {
  3. "margin": "10px 0px",
  4. "overflow": "hidden",
  5. "background-color": "#fff",
  6. "magin-top": "60px",
  7. //"position": "absolute",
  8. "width": "100%",
  9. // "top": "0px",
  10. // "left": "200px",
  11. "display": "block",
  12. "opacity": "0"
  13. },
  14. "scrollNode" : {
  15. "overflow-x": "hidden",
  16. "overflow-y": "scroll"
  17. },
  18. "contentWarpNode" : {
  19. //"width": "1170px",
  20. "margin" : "0px auto 20px auto",
  21. "overflow" : "hidden"
  22. },
  23. "contentContainerNode" : {
  24. "height" : "100%",
  25. "overflow": "hidden"
  26. },
  27. "contentNode" : {
  28. "background-color": "#FFF",
  29. "-webkit-user-select": "none",
  30. "-moz-user-select": "none"
  31. },
  32. "calendarTitleNode": {
  33. "height": "50px",
  34. "overflow": "hidden",
  35. "border-bottom": "1px solid #CCC"
  36. },
  37. "calendarBodyNode": {
  38. "overflow": "hidden"
  39. },
  40. "calendarPrevMonthNode": {
  41. "height": "30px",
  42. "width": "40px",
  43. "margin": "10px 0px 10px 40px",
  44. "background": "url(/x_component_Calendar/$MonthView/default/icon/left24_gray.png) no-repeat center center",
  45. "cursor": "pointer",
  46. "float": "left"
  47. },
  48. "calendarPrevMonthNode_over": {
  49. "background": "url(/x_component_Calendar/$MonthView/default/icon/left24_blue.png) no-repeat center center"
  50. },
  51. "calendarPrevMonthNode_down": {
  52. "background": "url(/x_component_Calendar/$MonthView/default/icon/left24_blue.png) no-repeat center center"
  53. },
  54. "calendarNextMonthNode": {
  55. "height": "30px",
  56. "width": "40px",
  57. "margin": "10px 0px",
  58. "background": "url(/x_component_Calendar/$MonthView/default/icon/right24_gray.png) no-repeat center center",
  59. "cursor": "pointer",
  60. "float": "left"
  61. },
  62. "calendarNextMonthNode_over": {
  63. "background": "url(/x_component_Calendar/$MonthView/default/icon/right24_blue.png) no-repeat center center"
  64. },
  65. "calendarNextMonthNode_down": {
  66. "background": "url(/x_component_Calendar/$MonthView/default/icon/right24_blue.png) no-repeat center center"
  67. },
  68. "calendarTitleTextNode": {
  69. "line-height": "48px",
  70. "color" : "#333",
  71. "margin": "0px 10px",
  72. "font-size": "20px",
  73. "float": "left",
  74. "cursor": "pointer"
  75. },
  76. "calendarTitleTextNode_over": {
  77. "color": "#4990e2"
  78. },
  79. "calendarTitleTextNode_down": {
  80. "color": "#4990e2"
  81. },
  82. "calendarMonthSelectNode": {
  83. "width": "260px",
  84. "height": "310px",
  85. "background-color": "#FFF",
  86. "position": "absolute",
  87. "text-align": "center",
  88. "box-shadow": "0 0 8px 0 rgba(0,0,0,0.25)",
  89. "border-radius" : "8px"
  90. },
  91. "calendarMonthSelectTitleNode": {
  92. "color" : "#fff",
  93. "background-color": "#3C76B7",
  94. "overflow": "hidden"
  95. },
  96. "calendarMonthSelectTitlePrevYearNode": {
  97. "height": "50px",
  98. "width": "40px",
  99. "float": "left",
  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. "width": "40px",
  106. "float": "right",
  107. "background": "url(/x_component_Calendar/$MonthView/default/icon/icon_right.png) no-repeat center center",
  108. "cursor": "pointer"
  109. },
  110. "calendarMonthSelectTitleTextNode": {
  111. "text-align": "center",
  112. "margin": "0px 40px",
  113. "height": "50px",
  114. "font-size": "20px",
  115. "line-height": "50px"
  116. },
  117. "calendarMonthSelectCurrentNode" : {
  118. "color" : "#4990e2",
  119. "cursor": "pointer",
  120. "font-size": "14px",
  121. "height" : "30px",
  122. "line-height" : "30px",
  123. "border-radius" : "100px",
  124. "width" : "30px",
  125. "border" : "1px solid #4990e2",
  126. "background-color" : "#fff",
  127. "margin" : "auto"
  128. },
  129. "calendarMonthSelectTodayNode" : {
  130. "color" : "#fff",
  131. "cursor": "pointer",
  132. "font-size": "14px",
  133. "height" : "30px",
  134. "line-height" : "30px",
  135. "border-radius" : "100px",
  136. "width" : "30px",
  137. "border" : "1px solid #4990e2",
  138. "background-color" : "#4990e2",
  139. "margin" : "auto"
  140. },
  141. "calendarMonthSelectTdNode": {
  142. "cursor": "pointer",
  143. "height" : "30px",
  144. "width" : "30px",
  145. "color": "#333",
  146. "font-size": "14px"
  147. },
  148. "calendarMonthSelectTdNode_over": {
  149. "color": "#4990e2"
  150. },
  151. "calendarMonthSelectTdNode_down": {
  152. "color": "#8894e9"
  153. },
  154. "calendarMonthSelectBottomNode": {
  155. "height": "50px",
  156. "font-size": "18px",
  157. "line-height": "40px",
  158. "cursor": "pointer",
  159. "color": "#333"
  160. },
  161. "calendarMonthSelectBottomNode_over": {
  162. "color": "#4990e2"
  163. },
  164. "calendarTitleTableContainer": {
  165. "table-layout" : "fixed",
  166. "height": "40px",
  167. "overflow": "hidden",
  168. "margin": "0px auto 0px 12px"
  169. },
  170. "calendarTable": {
  171. "table-layout" : "fixed",
  172. "font-size" : "12px",
  173. "width": "100%",
  174. "border-left": "1px solid #dfdfdf"
  175. },
  176. "calendarTableTitleTr": {
  177. "height": "40px"
  178. },
  179. "calendarTableTh": {
  180. "width": "14.28%",
  181. "background-color" : "#f0f0f0",
  182. "color": "#333",
  183. "font-size": "18px",
  184. "font-weight" : "normal",
  185. "min-width": "120px",
  186. "border-bottom": "1px solid #CCC",
  187. "text-align" : "center"
  188. },
  189. "calendarTableTh_pre": {
  190. "background-color" : "#f0f0f0",
  191. "color": "#666",
  192. "font-size": "18px",
  193. "font-weight" : "normal",
  194. //"min-width": "120px",
  195. "border-bottom": "1px solid #CCC",
  196. "border-left": "1px solid #f0f0f0",
  197. "text-align" : "center",
  198. "overflow" : "hidden"
  199. },
  200. "calendarTableCell_thisMonth": {
  201. "width": "14.28%",
  202. "min-width": "120px",
  203. // "margin": "7px",
  204. "overflow": "hidden",
  205. "color" : "#ccc",
  206. "background-color": "transparent",
  207. "border-right": "1px solid #dfdfdf",
  208. "border-bottom": "1px solid #dfdfdf",
  209. // "border-radius": "4px",
  210. "height" : "140px"
  211. },
  212. "calendarTableCell_otherMonth": {
  213. "width": "14.28%",
  214. "min-width": "120px",
  215. // "margin": "7px",
  216. "overflow": "hidden",
  217. "background-color": "transparent",
  218. "border-right": "1px solid #dfdfdf",
  219. "border-bottom": "1px solid #dfdfdf",
  220. // "border-radius": "4px",
  221. "height" : "140px"
  222. },
  223. "calendarTableCell_today": {
  224. "width": "14.28%",
  225. "min-width": "120px",
  226. // "margin": "7px",
  227. "overflow": "hidden",
  228. "background-color": "#F8FBFF",
  229. "border-right": "1px solid #dfdfdf",
  230. "border-bottom": "1px solid #dfdfdf",
  231. // "border-radius": "4px",
  232. "height" : "140px"
  233. },
  234. "dayTitle_thisMonth": {
  235. "padding" : "5px 0px 5px 5px",
  236. "height": "20px",
  237. "cursor": "pointer",
  238. "line-height": "20px"//,
  239. // "background-color": "#FFF"
  240. },
  241. "dayTitle_otherMonth": {
  242. "padding" : "5px 0px 5px 5px",
  243. "height": "20px",
  244. "cursor": "pointer",
  245. "line-height": "20px"//,
  246. // "background-color": "#FFF"
  247. },
  248. "dayTitle_today": {
  249. "padding" : "5px 0px 5px 5px",
  250. "height": "20px",
  251. "cursor": "pointer",
  252. "line-height": "20px"//,
  253. // "background-color": "#F8FBFF"
  254. },
  255. "dayTitleDay_thisMonth": {
  256. "font-size" : "14px",
  257. "height": "20px",
  258. "width" : "20px",
  259. "float": "left",
  260. "color": "#333"
  261. },
  262. "dayTitleDay_otherMonth": {
  263. "color" : "#ccc",
  264. "font-size" : "14px",
  265. "height": "20px",
  266. "width" : "20px",
  267. "float": "left",
  268. "color": "#ccc"
  269. },
  270. "dayTitleDay_today": {
  271. "margin-top" : "3px",
  272. "font-size" : "14px",
  273. "background": "#3C76B7",
  274. "border-radius": "100px",
  275. "text-align" : "center",
  276. "width": "20px",
  277. "height": "20px",
  278. "float": "left",
  279. "color": "#fff"
  280. },
  281. "dayTitleInfor_thisMonth": {
  282. "margin-right": "10px",
  283. "height": "20px",
  284. "font-size" : "14px",
  285. "line-height": "20px",
  286. "text-align": "right",
  287. "color": "#3C76B7"
  288. },
  289. "dayTitleInfor_otherMonth": {
  290. "margin-right": "10px",
  291. "height": "20px",
  292. "font-size" : "14px",
  293. "line-height": "20px",
  294. "text-align": "right",
  295. "color": "#999"
  296. },
  297. "dayTitleInfor_today": {
  298. "margin-right": "10px",
  299. "height": "20px",
  300. "font-size" : "14px",
  301. "line-height": "20px",
  302. "text-align": "right",
  303. "color": "#3C76B7"
  304. },
  305. "dayContentNode": {
  306. "overflow": "hidden",
  307. //"border-top": "1px solid #ccc",
  308. "margin": "0px 5px 0px 0px"
  309. },
  310. "calendarNode_today": {
  311. "height": "30px",
  312. "background-color": "#F8FBFF",
  313. "margin": "0px",
  314. "cursor": "pointer",
  315. "font-size": "14px",
  316. "color": "#333",
  317. "line-height": "30px"
  318. },
  319. "calendarNode": {
  320. "height": "30px",
  321. "background-color": "#FFF",
  322. "margin": "0px",
  323. "cursor": "pointer",
  324. "font-size": "14px",
  325. "color": "#333",
  326. "line-height": "30px"
  327. },
  328. "calendarNode_over" : {
  329. "background-color": "#F8F8F8",
  330. "color" : "#3C76B7"
  331. },
  332. "calendarIconNode": {
  333. "height": "30px",
  334. "width": "20px",
  335. "float": "left"
  336. },
  337. "calendarTextNode": {
  338. "margin-left": "20px",
  339. "margin-right": "48px",
  340. "height": "30px",
  341. "overflow": "hidden"
  342. },
  343. "calendarTimeNode":{
  344. "height": "30px",
  345. "width": "40px",
  346. "color" : "#999",
  347. "font-size": "14px",
  348. "float": "right"
  349. }
  350. }