css.wcss 9.7 KB

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