css.wcss 9.6 KB

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