css.wcss 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. {
  2. "node": {
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "hidden",
  6. "opacity": 0,
  7. "display": "block",
  8. "-moz-background-size": "cover",
  9. "-webkit-background-size": "cover",
  10. "-o-background-size": "cover",
  11. "background-size": "cover",
  12. "font-family": "微软雅黑",
  13. "background-image": "url(/x_component_Meeting/$Main/default/bk.jpg)",
  14. },
  15. "topNode": {
  16. "height": "80px",
  17. "text-shadow" : "1px 1px 1px #000",
  18. "overflow": "hidden"
  19. },
  20. "todayNode": {
  21. "height": "70px",
  22. "line-height": "70px",
  23. "margin-top": "10px",
  24. "width": "360px",
  25. "float": "left",
  26. "color": "#FFF",
  27. "padding-left": "40px",
  28. "text-shadow" : "1px 1px 1px #000",
  29. "font-size": "28px"
  30. },
  31. "currentNode": {
  32. "height": "70px",
  33. "line-height": "70px",
  34. "margin-top": "10px",
  35. "margin-left": "400px",
  36. "color": "#EEE",
  37. "padding-right": "40px",
  38. "text-align": "right",
  39. "font-size": "24px"
  40. },
  41. "contentNode": {
  42. "overflow": "hidden"
  43. },
  44. "bottomNode": {
  45. "height": "280px",
  46. "padding-left": "30px",
  47. "padding-right": "10px",
  48. "overflow-x": "auto"
  49. },
  50. "dayContentNode": {
  51. "overflow": "hidden",
  52. "width": "10500px"
  53. },
  54. "dayNode": {
  55. "width": "340px",
  56. "height": "250px",
  57. "margin-right": "10px",
  58. "float": "left"
  59. },
  60. "dayDateNode": {
  61. "height": "40px",
  62. "padding": "0px 20px",
  63. "line-height": "40px",
  64. "cursor": "pointer",
  65. "float": "left",
  66. "color": "#FFF",
  67. "font-size": "16px",
  68. "background-color": "#4277a8"
  69. },
  70. "dayBodyNode": {
  71. "margin-top": "10px",
  72. "float": "left",
  73. "width": "100%",
  74. "height": "150px",
  75. "overflow": "hidden",
  76. "padding-bottom": "10px",
  77. "background-color": "#4277a8"
  78. },
  79. "dayMeetingNode": {
  80. "cursor": "pointer",
  81. "width": "310px",
  82. "height": "160px",
  83. "margin-right": "10px",
  84. "margin-top": "50px",
  85. "border-left": "10px solid #2968cf",
  86. "padding": "0px 10px",
  87. "background-color": "#FFF",
  88. "float": "left"
  89. },
  90. "dayMeetingTitleNode": {
  91. "height": "40px",
  92. "line-height": "40px",
  93. "color": "#2968cf",
  94. "font-size": "18px",
  95. "font-weight": "bold"
  96. },
  97. "dayMeetingTimeNode": {
  98. "height": "30px",
  99. "line-height": "30px",
  100. "font-size": "18px",
  101. "color": "#666"
  102. },
  103. "dayMeetingDescriptionNode": {
  104. "margin-top": "10px",
  105. "height": "70px",
  106. "font-size": "14px",
  107. "color": "#666"
  108. },
  109. "dayTaskNode": {
  110. "margin": "5px 10px 0px 10px",
  111. "height": "26px",
  112. "cursor": "pointer",
  113. "line-height": "26px",
  114. //"background-color": "#FFF",
  115. "color": "#FFF",
  116. "font-size": "18px"
  117. },
  118. "dayTaskIconNode": {
  119. "width": "20px",
  120. "height": "26px",
  121. "background-repeat": "no-repeat",
  122. "background-position": "center center",
  123. "float": "left"
  124. },
  125. "dayTaskTimeNode": {
  126. "width": "90px",
  127. "height": "26px",
  128. "font-size": "14px",
  129. "float": "left"
  130. },
  131. "dayTaskTitleNode": {
  132. "margin-left": "115px",
  133. "height": "26px"
  134. },
  135. "documentContentInfoNode": {
  136. "width": "30%",
  137. "background-color": "#EEE",
  138. "height": "100%",
  139. "float": "left",
  140. "overflow-y": "auto"
  141. },
  142. "documentContentNode": {
  143. "margin-left": "30%",
  144. "height": "100%"
  145. },
  146. "documentInfoTitleNode": {
  147. "height": "50px",
  148. "line-height": "25px",
  149. "margin": "10px 20px",
  150. "overflow": "hidden"
  151. },
  152. "documentInfoTitleTextNode": {
  153. "color": "#2968cf",
  154. "font-weight": "bold",
  155. "font-size": "18px"
  156. },
  157. "documentInfoLineNode": {
  158. "min-height": "48px",
  159. "overflow": "hidden",
  160. "margin": "10px 20px"
  161. },
  162. "documentInfoTextNode": {
  163. "height": "24px",
  164. "line-height": "24px",
  165. "font-size": "14px"
  166. },
  167. "documentInfoBodyNode": {
  168. "border": "1px solid #CCC",
  169. "background-color": "#FFF",
  170. "min-height": "24px",
  171. "padding": "0px 5px",
  172. "font-size": "14px",
  173. "color": "#666",
  174. "line-height": "24px",
  175. "overflow": "hidden",
  176. },
  177. "documentInfoBody1Node": {
  178. "border": "1px solid #CCC",
  179. "background-color": "#FFF",
  180. "width": "36px",
  181. "float": "left",
  182. "height": "24px",
  183. "padding": "0px 5px",
  184. "font-size": "14px",
  185. "color": "#666",
  186. "line-height": "24px"
  187. },
  188. "documentInfoBody2Node": {
  189. "width": "10px",
  190. "float": "left",
  191. "text-align": "center",
  192. "height": "24px",
  193. "font-size": "14px",
  194. "color": "#666",
  195. "line-height": "24px"
  196. },
  197. "documentInfoBody3Node": {
  198. "margin-left": "112px",
  199. "height": "24px",
  200. "font-size": "14px",
  201. "color": "#666",
  202. "line-height": "24px"
  203. },
  204. "documentInfoAcceptIconNode": {
  205. "height": "20px",
  206. "width": "14px",
  207. "margin-right": "3px",
  208. "float": "left",
  209. "background": "url(/x_component_Meeting/$MeetingView/default/icon/accept.png) no-repeat center center"
  210. },
  211. "documentInfoRejectIconNode": {
  212. "height": "20px",
  213. "width": "14px",
  214. "margin-right": "3px",
  215. "float": "left",
  216. "background": "url(/x_component_Meeting/$MeetingView/default/icon/reject.png) no-repeat center center"
  217. },
  218. "documentInfoAcceptTextNode": {
  219. "height": "20px",
  220. "line-height": "20px",
  221. "margin-top": "10px",
  222. "font-size": "14px",
  223. "color": "#1fbf04",
  224. "text-align": "center"
  225. },
  226. "documentInfoRejectTextNode": {
  227. "height": "20px",
  228. "line-height": "20px",
  229. "margin-top": "10px",
  230. "font-size": "14px",
  231. "color": "#FF0000",
  232. "text-align": "center"
  233. },
  234. "documentTopNode": {
  235. "height": "60px",
  236. "overflow": "hidden",
  237. "margin": "0px 20px",
  238. "border-bottom": "2px solid #2968cf",
  239. },
  240. "documentTopCloseNode": {
  241. "height": "60px",
  242. "width": "40px",
  243. "float": "right",
  244. "cursor": "pointer",
  245. "background": "url(/x_component_Meeting/$MeetingView/default/icon/close.png) no-repeat center center"
  246. },
  247. "documentTopCloseNode_over": {
  248. "background": "url(/x_component_Meeting/$MeetingView/default/icon/close_over.png) no-repeat center center"
  249. },
  250. "documentTopCloseNode_down": {
  251. "background": "url(/x_component_Meeting/$MeetingView/default/icon/close_down.png) no-repeat center center"
  252. },
  253. "documentTopSaveNode": {
  254. "height": "60px",
  255. "width": "40px",
  256. "float": "right",
  257. "cursor": "pointer",
  258. "background": "url(/x_component_Meeting/$MeetingView/default/icon/save.png) no-repeat center center"
  259. },
  260. "documentTopSaveNode_over": {
  261. "background": "url(/x_component_Meeting/$MeetingView/default/icon/save_over.png) no-repeat center center"
  262. },
  263. "documentTopSaveNode_down": {
  264. "background": "url(/x_component_Meeting/$MeetingView/default/icon/save_down.png) no-repeat center center"
  265. },
  266. "documentContentSubjectNode": {
  267. "height": "60px",
  268. "margin-right": "80px",
  269. "line-height": "60px",
  270. "font-size": "32px",
  271. "color": "#2968cf"
  272. },
  273. "documentContentSubjectInputNode": {
  274. "height": "60px",
  275. "width": "99%",
  276. "line-height": "60px",
  277. "font-size": "32px",
  278. "border": "0px",
  279. "color": "#2968cf"
  280. },
  281. "documentContentDescriptionNode": {
  282. "margin": "0px 20px",
  283. "overflow": "auto",
  284. "font-size": "16px",
  285. "color": "#555",
  286. "padding": "10px 0px",
  287. "line-height": "20px",
  288. "border-bottom": "2px solid #2968cf",
  289. },
  290. "documentContentDescriptionInputNode": {
  291. "width": "100%",
  292. "height": "95%",
  293. "overflow": "auto",
  294. "font-size": "16px",
  295. "color": "#555",
  296. "padding": "10px 0px",
  297. "line-height": "20px",
  298. "font-family": "微软雅黑",
  299. "border": "0px"
  300. },
  301. "documentContentAttachmentnNode": {
  302. "margin": "0px 20px",
  303. "padding": "10px 0px",
  304. "height": "40px"
  305. },
  306. "documentInfoTitleActionNode": {
  307. "width": "124px",
  308. "height": "25px",
  309. "float": "right",
  310. "top": "-24px",
  311. "position": "relative"
  312. },
  313. "documentInfoActionNode": {
  314. "border": "1px solid #999",
  315. "cursor": "pointer",
  316. "background": "#FFF",
  317. "height": "22px",
  318. "width": "55px",
  319. "margin-right": "5px",
  320. "float": "right",
  321. "color": "#666",
  322. "line-height": "22px"
  323. },
  324. "documentInfoActionNode_over": {
  325. "background": "#F3F3F3",
  326. "color": "#666",
  327. },
  328. "documentInfoActionNode_down": {
  329. "background": "#666",
  330. "color": "#FFF"
  331. },
  332. "documentInfoActionIconAcceptNode": {
  333. "height": "22px",
  334. "width": "22px",
  335. "float": "left",
  336. "background": "url(/x_component_Meeting/$MeetingView/default/icon/acceptAction.png) no-repeat center center"
  337. },
  338. "documentInfoActionIconAcceptNode_down": {
  339. "background": "url(/x_component_Meeting/$MeetingView/default/icon/acceptAction_down.png) no-repeat center center"
  340. },
  341. "documentInfoActionIconRejectNode": {
  342. "height": "22px",
  343. "width": "22px",
  344. "float": "left",
  345. "background": "url(/x_component_Meeting/$MeetingView/default/icon/rejectAction.png) no-repeat center center"
  346. },
  347. "documentInfoActionIconRejectNode_down": {
  348. "background": "url(/x_component_Meeting/$MeetingView/default/icon/rejectAction_down.png) no-repeat center center"
  349. },
  350. "documentInfoActionTextNode": {
  351. "margin-left": "22px",
  352. "height": "22px"
  353. },
  354. "documentAddInviteActionNode": {
  355. "height": "20px",
  356. "width": "90px",
  357. "float": "right",
  358. "line-height": "20px",
  359. "border": "1px solid #999",
  360. "background-color":"#FFF",
  361. "position": "relative",
  362. "color": "#666",
  363. "cursor": "pointer",
  364. "top": "-50px"
  365. },
  366. "documentAddInviteActionNode_over": {
  367. "background": "#F3F3F3",
  368. "color": "#666",
  369. },
  370. "documentAddInviteActionNode_down": {
  371. "background": "#666",
  372. "color": "#FFF"
  373. },
  374. "documentAddInviteActionIconNode": {
  375. "height": "22px",
  376. "width": "22px",
  377. "float": "left",
  378. "background": "url(/x_component_Meeting/$MeetingView/default/icon/addPerson.png) no-repeat center center"
  379. },
  380. "documentAddInviteActionIconNode_down": {
  381. "background": "url(/x_component_Meeting/$MeetingView/default/icon/addPerson_down.png) no-repeat center center"
  382. },
  383. "documentAddInviteActionTextNode": {
  384. "margin-left": "22px",
  385. "height": "22px"
  386. }
  387. }