css.wcss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296
  1. {
  2. "contentNode": {
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "auto"
  6. },
  7. "node": {
  8. "width": "1200px",
  9. "margin": "auto",
  10. "overflow": "hidden"
  11. },
  12. "tabNode": {
  13. "overflow": "hidden"
  14. },
  15. "summaryNode": {
  16. "overflow": "hidden",
  17. "background-color": "#EEE"
  18. },
  19. "monthlyNode": {
  20. "overflow": "auto",
  21. "background-color": "#EEE"
  22. },
  23. "overviewAreaNode": {
  24. "overflow": "hidden",
  25. "background-color": "#FFF",
  26. "border-bottom": "1px solid #666",
  27. //"box-shadow": "0px 0px 20px #999",
  28. },
  29. "taskAreaNode": {
  30. "margin-top": "10px",
  31. "overflow": "hidden",
  32. "border-bottom": "1px solid #999"
  33. },
  34. "taskDashboardAreaNode": {
  35. "margin-top": "10px",
  36. "width": "690px",
  37. "height": "280px",
  38. "float": "left",
  39. "overflow": "hidden"
  40. },
  41. "taskRankAreaNode": {
  42. "margin-left": "690px",
  43. "height": "280px",
  44. "overflow": "hidden"
  45. },
  46. "taskRankContentAreaNode": {
  47. "margin": "20px 0px 20px 20px",
  48. "height": "240px",
  49. "overflow": "hidden"
  50. },
  51. "taskRankHeadNode": {
  52. "height": "26px",
  53. "line-height": "26px",
  54. "background-color": "#DDD",
  55. "overflow": "hidden"
  56. },
  57. "taskRankCategoryNode": {
  58. "height": "26px",
  59. "width": "150px",
  60. "float": "right"
  61. },
  62. "taskRankActionNode": {
  63. "height": "26px",
  64. "width": "26px",
  65. "float": "left",
  66. "cursor": "pointer",
  67. "background": "url(../x_component_BAM/$Main/default/max.png) center center no-repeat"
  68. },
  69. "taskRankActionNode_max": {
  70. "background": "url(../x_component_BAM/$Main/default/min.png) center center no-repeat"
  71. },
  72. "taskRankTitleNode": {
  73. "height": "26px",
  74. "padding": "0px 10px",
  75. "font-size": "14px",
  76. "color": "#333",
  77. "font-weight": "bold",
  78. "margin-right": "150px"
  79. },
  80. "taskRankChartAreaNode": {
  81. "height": "214px",
  82. "overflow": "hidden"
  83. },
  84. "taskRankTabAreaNode": {
  85. "height": "190px",
  86. "overflow": "hidden"
  87. },
  88. "countAreaNode": {
  89. "padding": "20px 0px 0px 0px",
  90. "overflow": "hidden",
  91. "border-bottom": "1px solid #999"
  92. },
  93. //taskDashboard
  94. "taskDashboardNode": {
  95. "margin": "20px 0px 20px 10px",
  96. "height": "240px",
  97. "overflow": "hidden"
  98. },
  99. "taskChartNode": {
  100. "width": "170px",
  101. "height": "240px",
  102. "margin-right": "0px",
  103. "float": "left"
  104. },
  105. "taskChartTitleNode": {
  106. "height": "30px",
  107. "line-height": "30px",
  108. "text-align": "center",
  109. "font-weight": "bold",
  110. "color": "#333",
  111. "font-size": "14px"
  112. },
  113. "taskChartChartNode": {
  114. "height": "170px"
  115. },
  116. "taskChartActionNode": {
  117. "height": "30px",
  118. },
  119. "taskChartProportionAction": {
  120. "width": "50px",
  121. "height": "18px",
  122. "line-height": "18px",
  123. "border": "1px solid #999",
  124. "text-align": "center",
  125. "margin-top": "6px",
  126. "color": "#666",
  127. "border-radius": "3px",
  128. "cursor": "pointer",
  129. "background": "#FFF",
  130. "float": "left",
  131. "margin-left": "30px"
  132. },
  133. "taskChartProportionAction_one": {
  134. "width": "50px",
  135. "height": "18px",
  136. "line-height": "18px",
  137. "border": "1px solid #999",
  138. "text-align": "center",
  139. "margin": "6px auto",
  140. "color": "#666",
  141. "border-radius": "3px",
  142. "cursor": "pointer",
  143. "background": "#FFF"
  144. },
  145. "taskChartProportionAction_current": {
  146. "border": "1px solid #999",
  147. "background": "#4c6b87",
  148. "color": "#FFF"
  149. },
  150. "taskChartProportionAction_back": {
  151. "border": "1px solid #999",
  152. "background": "#FFF",
  153. "color": "#666"
  154. },
  155. "taskChartDistributionAction": {
  156. "width": "50px",
  157. "height": "18px",
  158. "line-height": "18px",
  159. "border": "1px solid #999",
  160. "text-align": "center",
  161. "margin-top": "6px",
  162. "color": "#666",
  163. "border-radius": "3px",
  164. "cursor": "pointer",
  165. "background": "#FFF",
  166. "float": "right",
  167. "margin-right": "30px"
  168. },
  169. "taskChartDistributionAction_current": {
  170. "border": "1px solid #999",
  171. "background": "#4c6b87",
  172. "color": "#FFF"
  173. },
  174. "taskContentAreaNode": {
  175. "height": "300px",
  176. "width": "49%",
  177. "float": "left",
  178. "margin-bottom": "20px"
  179. },
  180. "taskCompletedContentAreaNode": {
  181. "height": "300px",
  182. "width": "49%",
  183. "float": "right",
  184. "margin-bottom": "20px"
  185. },
  186. "workContentAreaNode": {
  187. "height": "300px",
  188. "width": "49%",
  189. "float": "left",
  190. "margin-bottom": "20px"
  191. },
  192. "workCompletedContentAreaNode": {
  193. "height": "300px",
  194. "width": "49%",
  195. "float": "right",
  196. "margin-bottom": "20px"
  197. },
  198. "contentTitleNode": {
  199. "height": "26px",
  200. "text-align": "center",
  201. "line-height": "26px",
  202. "font-size": "14px",
  203. "color": "#333",
  204. "font-weight": "bold",
  205. "background-color": "#DDD"
  206. },
  207. "taskContentNode": {
  208. "width": "100%",
  209. "height": "100%",
  210. "background": "transparent",
  211. "margin": "0px"
  212. },
  213. "taskContentNode_max": {
  214. "width": "90%",
  215. "height": "70%",
  216. "background": "#EEE",
  217. "margin": "5% auto"
  218. },
  219. "contentChartAreaNode": {
  220. "height": "274px",
  221. "overflow": "hidden"
  222. },
  223. "contentChartAreaNode_max":{
  224. "height": "100%",
  225. "overflow": "hidden"
  226. },
  227. "contentTabAreaNode": {
  228. "height": "250px",
  229. "overflow": "hidden"
  230. },
  231. "contentChartMaxAreaNode": {
  232. "height": "500px",
  233. "position": "absolute",
  234. "z-index": "10000",
  235. "border": "4px solid #AAA",
  236. "background-color": "#FFF",
  237. "box-shadow": "0px 0px 30px #CCC",
  238. },
  239. "monthTabAreaNode": {
  240. "overflow": "hidden",
  241. "background-color": "#FFF",
  242. "border-bottom": "1px solid #666",
  243. "padding": "10px 0px",
  244. //"box-shadow": "0px 0px 20px #999",
  245. },
  246. "monthContentAreaNode": {
  247. "margin-top": "8px",
  248. "overflow": "hidden"
  249. },
  250. "monthTabTableNode": {
  251. "width": "96%",
  252. "height": "40px"
  253. },
  254. "monthTabCellNode": {
  255. "width": "16%",
  256. "text-align": "center",
  257. "border-left": "1px solid #CCC",
  258. },
  259. "monthTabItemNode": {
  260. "width": "90%",
  261. "margin": "auto",
  262. "overflow": "hidden",
  263. "height": "40px",
  264. "color": "#999",
  265. "cursor": "pointer"
  266. },
  267. "monthTabItemNode_current":{
  268. "color": "#1f77b4",
  269. },
  270. "monthTabItemIconNode": {
  271. "width": "50px",
  272. "height": "40px",
  273. "float": "left",
  274. "background-repeat": "no-repeat",
  275. "background-position": "center center"
  276. },
  277. "monthTabItemTextNode": {
  278. "text-align": "center",
  279. "margin-left": "50px",
  280. "line-height": "40px",
  281. "height": "40px",
  282. "font-size": "18px",
  283. "font-weight": "bold"
  284. }
  285. }