css.wcss 8.9 KB

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