css.wcss 11 KB

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