css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416
  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. "calendarPrevWeekNode": {
  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/$WeekView/default/icon/left24_gray.png) no-repeat center center",
  53. "cursor": "pointer",
  54. "float": "left"
  55. },
  56. "calendarPrevWeekNode_over": {
  57. "color": "#4990e2"
  58. //"background": "url(../x_component_Meeting/$WeekView/default/icon/left24_blue.png) no-repeat center center"
  59. },
  60. "calendarPrevWeekNode_down": {
  61. //"background": "url(../x_component_Meeting/$WeekView/default/icon/left24_blue.png) no-repeat center center"
  62. },
  63. "calendarNextWeekNode": {
  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/$WeekView/default/icon/right24_gray.png) no-repeat center center",
  70. "cursor": "pointer",
  71. "float": "left"
  72. },
  73. "calendarNextWeekNode_over": {
  74. "color": "#4990e2"
  75. //"background": "url(../x_component_Meeting/$WeekView/default/icon/right24_blue.png) no-repeat center center"
  76. },
  77. "calendarNextWeekNode_down": {
  78. //"background": "url(../x_component_Meeting/$WeekView/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. "calendarTable": {
  95. "width": "100%"
  96. },
  97. "calendarTableTitleTr": {
  98. "height": "50px"
  99. },
  100. "calendarTableTh": {
  101. "width": "12.5%",
  102. "background-color" : "#f0f0f0",
  103. "color": "#333",
  104. "font-size": "18px",
  105. "font-weight" : "normal",
  106. "min-width": "120px",
  107. "border-bottom": "1px solid #CCC",
  108. "text-align" : "center",
  109. "overflow" : "hidden"
  110. },
  111. "calendarTableTh_pre": {
  112. "width": "12.5%",
  113. "background-color" : "#f0f0f0",
  114. "color": "#666",
  115. "font-size": "18px",
  116. "font-weight" : "normal",
  117. //"min-width": "120px",
  118. "border-bottom": "1px solid #CCC",
  119. "border-left": "1px solid #f0f0f0",
  120. "text-align" : "center",
  121. "overflow" : "hidden"
  122. },
  123. "calendarTableTh_today": {
  124. "width": "12.5%",
  125. "background-color" : "#f0f0f0",
  126. "color": "#3C76B7",
  127. "font-size": "18px",
  128. "font-weight" : "normal",
  129. //"min-width": "120px",
  130. "border-bottom": "1px solid #CCC",
  131. "border-left": "1px solid #f0f0f0",
  132. "text-align" : "center",
  133. "overflow" : "hidden"
  134. },
  135. "calendarTableThDay" : {
  136. "font-size": "18px",
  137. "font-weight" : "normal"
  138. },
  139. "calendarTableThDate" : {
  140. "float" : "right",
  141. "font-size": "14px",
  142. "font-weight" : "normal"
  143. },
  144. "calendarTableCell_room" : {
  145. "margin": "3px",
  146. "overflow": "hidden",
  147. "background-color": "#fff",
  148. "border": "1px solid #CCC",
  149. "border-radius": "4px",
  150. "height" : "140px"
  151. },
  152. "calendarTableCell_thisWeek": {
  153. "margin": "3px",
  154. "overflow": "hidden",
  155. "background-color": "#fff",
  156. "border": "1px solid #CCC",
  157. "border-radius": "4px",
  158. "height" : "140px"
  159. },
  160. "calendarTableCell_otherWeek": {
  161. "margin": "3px",
  162. "overflow": "hidden",
  163. "color" : "#ccc",
  164. "background-color": "#fff",
  165. "border": "1px solid #CCC",
  166. "border-radius": "4px",
  167. "height" : "140px"
  168. },
  169. "calendarTableCell_today": {
  170. "margin": "3px",
  171. "overflow": "hidden",
  172. "background-color": "#F8FBFF",
  173. "border": "1px solid #CCC",
  174. "border-radius": "4px",
  175. "height" : "140px"
  176. },
  177. "dayTitle_thisWeek": {
  178. "padding" : "8px 0px 5px 10px",
  179. "height": "30px",
  180. "cursor": "pointer",
  181. "line-height": "30px",
  182. "background-color": "#FFF"
  183. },
  184. "dayTitle_otherWeek": {
  185. "padding" : "8px 0px 5px 10px",
  186. "height": "30px",
  187. "cursor": "pointer",
  188. "line-height": "30px",
  189. "background-color": "#FFF"
  190. },
  191. "dayTitle_today": {
  192. "padding" : "8px 0px 5px 10px",
  193. "height": "30px",
  194. "cursor": "pointer",
  195. "line-height": "24px",
  196. "background-color": "#F8FBFF"
  197. },
  198. "dayTitleDay_thisWeek": {
  199. "font-size" : "16px",
  200. "margin-left": "10px",
  201. "height": "30px",
  202. "float": "left",
  203. "color": "#333"
  204. },
  205. "dayTitleDay_otherWeek": {
  206. "color" : "#ccc",
  207. "font-size" : "16px",
  208. "margin-left": "10px",
  209. "height": "30px",
  210. "float": "left",
  211. "color": "#ccc"
  212. },
  213. "dayTitleDay_today": {
  214. "margin-top" : "3px",
  215. "font-size" : "14px",
  216. "background": "#3C76B7",
  217. "border-radius": "100px",
  218. "text-align" : "center",
  219. "width": "24px",
  220. "height": "24px",
  221. "float": "left",
  222. "color": "#fff"
  223. },
  224. "dayTitleInfor_thisWeek": {
  225. "margin-right": "10px",
  226. "height": "30px",
  227. "font-size" : "14px",
  228. "line-height": "30px",
  229. "text-align": "right",
  230. "color": "#3C76B7"
  231. },
  232. "dayTitleInfor_otherWeek": {
  233. "margin-right": "10px",
  234. "height": "30px",
  235. "font-size" : "14px",
  236. "line-height": "30px",
  237. "text-align": "right",
  238. "color": "#999"
  239. },
  240. "dayTitleInfor_today": {
  241. "margin-right": "10px",
  242. "height": "30px",
  243. "font-size" : "14px",
  244. "line-height": "30px",
  245. "text-align": "right",
  246. "color": "#3C76B7"
  247. },
  248. "dayContentNode": {
  249. "overflow": "hidden",
  250. //"border-top": "1px solid #ccc",
  251. "margin": "0px 5px 0px 0px"
  252. },
  253. "meetingNode_today": {
  254. "height": "30px",
  255. "background-color": "#F8FBFF",
  256. "margin": "0px",
  257. "cursor": "pointer",
  258. "font-size": "14px",
  259. "color": "#333",
  260. "line-height": "30px"
  261. },
  262. "meetingNode": {
  263. "height": "30px",
  264. "background-color": "#FFF",
  265. "margin": "0px",
  266. "cursor": "pointer",
  267. "font-size": "14px",
  268. "color": "#333",
  269. "line-height": "30px"
  270. },
  271. "meetingNode_over" : {
  272. "background-color": "#F8F8F8",
  273. "color" : "#3C76B7"
  274. },
  275. "meetingIconNode": {
  276. "height": "30px",
  277. "width": "20px",
  278. "float": "left"
  279. },
  280. "meetingTextNode": {
  281. "margin-left": "20px",
  282. "margin-right": "48px",
  283. "height": "30px",
  284. "overflow": "hidden"
  285. },
  286. "meetingTimeNode":{
  287. "height": "30px",
  288. "width": "40px",
  289. "color" : "#999",
  290. "font-size": "14px",
  291. "float": "right"
  292. },
  293. "roomItemNode" : {
  294. //"height" : "800px",
  295. "background" : "#fff",
  296. "float" : "left",
  297. "box-shadow": "none"
  298. },
  299. "roomItemNode_over" : {
  300. },
  301. "roomItemTitleNode" : {
  302. "padding" : "10px 10px 0px 10px",
  303. "background" : "#fff",
  304. //"height" : "60px",
  305. "border-radius" : "4px 4px 0 0",
  306. "position" : "relative",
  307. "cursor" : "pointer"
  308. },
  309. "roomItemTitleTopNode" : {
  310. "height" : "32px",
  311. "line-height" : "32px",
  312. "overflow" : "hidden"
  313. },
  314. "roomItemTitleTextNode" : {
  315. "background" : "transparent",
  316. "font-size" : "16px",
  317. "color" : "#333"
  318. },
  319. "roomItemDescriptNode" : {
  320. "overflow" : "hidden"
  321. },
  322. "roomItemTitleTextNode_over" : {
  323. "color" : "#3C76B7"
  324. },
  325. "roomItemTitleTextNode_disable" : {
  326. "background" : "transparent",
  327. "font-size" : "16px",
  328. "color" : "#ccc"
  329. },
  330. "roomItemTitleCountNode" : {
  331. "font-size" : "12px",
  332. "color" : "#999",
  333. "float" : "left",
  334. "margin-right" : "10px"
  335. },
  336. "roomItemTitleCountNode_disable" : {
  337. "font-size" : "12px",
  338. "color" : "#ccc",
  339. "float" : "left",
  340. "margin-right" : "10px"
  341. },
  342. "roomItemBuildingTextNode" : {
  343. "font-size" : "14px",
  344. "overflow" : "hidden",
  345. "color" : "#999",
  346. "margin-top" : "5px"
  347. },
  348. "roomItemBuildingTextNode_disable" : {
  349. "font-size" : "14px",
  350. "color" : "#ccc",
  351. "margin-top" : "5px"
  352. },
  353. "roomItemTitleMiddleNode" : {
  354. "overflow" : "hidden",
  355. "margin-top" : "10px"
  356. },
  357. "roomItemTitleActionsNode" : {
  358. "overflow" : "hidden",
  359. "float" : "left"
  360. },
  361. "createMeetingAction" : {
  362. "float" : "left",
  363. "padding-left" : "5px",
  364. "width" : "16px",
  365. "height" : "16px",
  366. "font-size": "16px",
  367. "color": "#999"
  368. // "background" : "url(../x_component_Meeting/$Main/default/icon/icon_newapply.png) no-repeat center center"
  369. },
  370. "createMeetingAction_over" : {
  371. "color": "#3C76B7"
  372. //"background" : "url(../x_component_Meeting/$Main/default/icon/icon_newapply_click.png) no-repeat center center"
  373. },
  374. "roomAction_edit" : {
  375. "float" : "left",
  376. "padding-left" : "5px",
  377. "width" : "16px",
  378. "height" : "16px",
  379. "font-size": "16px",
  380. "color": "#999",
  381. "background" : "url(../x_component_Meeting/$Main/default/icon/icon_bianji.png) no-repeat center center"
  382. },
  383. "roomAction_edit_over" : {
  384. "color": "#3C76B7"
  385. // "background" : "url(../x_component_Meeting/$Main/default/icon/icon_bianji_click.png) no-repeat center center"
  386. },
  387. "roomAction_remove" : {
  388. "float" : "left",
  389. "padding-left" : "5px",
  390. "width" : "16px",
  391. "height" : "16px",
  392. "font-size": "16px",
  393. "color": "#999"
  394. // "background" : "url(../x_component_Meeting/$Main/default/icon/icon_delete_grey.png) no-repeat center center"
  395. },
  396. "roomAction_remove_over" : {
  397. "color": "#3C76B7"
  398. // "background" : "url(../x_component_Meeting/$Main/default/icon/icon_delete_blue_click.png) no-repeat center center"
  399. },
  400. "roomItemTitleIconsNode" : {
  401. "overflow" : "hidden",
  402. "float" : "left"
  403. }
  404. }