css.wcss 11 KB

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