css.wcss 10 KB

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