css.wcss 9.1 KB

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