css.wcss 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. {
  2. "monthNode": {
  3. "overflow": "hidden",
  4. },
  5. "monthTitleAreaNode": {
  6. "overflow": "hidden",
  7. "border-bottom": "0px solid #999",
  8. "height": "32px"
  9. },
  10. "monthSortByAreaNode":{
  11. "overflow-y": "hidden",
  12. "float": "left",
  13. "height": "40px"
  14. },
  15. "monthFilterAreaNode":{
  16. "overflow": "hidden",
  17. "float": "right",
  18. "height": "40px"
  19. },
  20. "monthTableAreaNode": {
  21. "overflow": "auto",
  22. "border-bottom": "1px solid #999",
  23. "background-color":"#FFF",
  24. "max-height": "600px",
  25. "margin-top": "20px"
  26. },
  27. "monthChartAreaNode": {
  28. "overflow": "hidden",
  29. "border": "1px solid #BBB",
  30. "height": "300px",
  31. "padding": "0px 0px",
  32. "background-color": "#FFF"
  33. },
  34. "sortActionNode": {
  35. "height": "24px",
  36. "float": "left",
  37. "margin": "0px 0px 5px 0px",
  38. "border": "1px solid #999",
  39. "background-color": "#FFF",
  40. "border-bottom": "1px solid #999",
  41. "position": "static"
  42. },
  43. "sortActionNode_menu": {
  44. "position": "absolute",
  45. },
  46. "sortActionTitleNode": {
  47. "height": "24px",
  48. "width": "60px",
  49. "color": "#FFF",
  50. "text-align": "center",
  51. "line-height": "24px",
  52. //"background-color": "#ff7010",
  53. "background-color": "#16a085",
  54. "font-size": "14px",
  55. "cursor": "pointer",
  56. "float": "left"
  57. },
  58. "sortActionTitleNode_over": {
  59. "background-color": "#16a085"
  60. },
  61. "sortActionTitleNode_menu": {
  62. "background-color": "#ff7010"
  63. },
  64. "sortActionTextNode": {
  65. "height": "24px",
  66. "padding": "0px 10px",
  67. "color": "#666",
  68. "line-height": "24px",
  69. "margin-left": "60px",
  70. "font-size": "14px"
  71. },
  72. "filterActionNode": {
  73. "height": "24px",
  74. "float": "right",
  75. "margin": "0px 0px 5px 0px",
  76. "border": "1px solid #999",
  77. "background-color": "#FFF",
  78. "position": "static"
  79. },
  80. "filterActionNode_menu": {
  81. "position": "absolute",
  82. },
  83. "filterActionTitleNode": {
  84. "height": "24px",
  85. "width": "60px",
  86. "color": "#FFF",
  87. "text-align": "center",
  88. "line-height": "24px",
  89. //"background-color": "#ff7010",
  90. "background-color": "#16a085",
  91. "font-size": "14px",
  92. "cursor": "pointer",
  93. "float": "right"
  94. },
  95. "filterActionTitleNode_over": {
  96. "background-color": "#16a085"
  97. },
  98. "filterActionTitleNode_menu": {
  99. "background-color": "#ff7010"
  100. },
  101. "filterActionTextNode": {
  102. "height": "24px",
  103. "padding": "0px 10px",
  104. "color": "#666",
  105. "line-height": "24px",
  106. "margin-right": "60px",
  107. "font-size": "14px"
  108. },
  109. "monthlyTable": {
  110. "width": "100%",
  111. "border-left": "1px solid #999",
  112. "border-top": "1px solid #999",
  113. "cursor": "default",
  114. },
  115. "monthlyTableTitleTd": {
  116. "text-align": "center",
  117. "border-right": "1px solid #999",
  118. "border-bottom": "1px solid #999",
  119. "font-size": "14px",
  120. "padding": "3px",
  121. "color": "#666",
  122. "background-color":"#f0f8ff",
  123. "font-weight": "bold"
  124. },
  125. "monthlyTableTd": {
  126. "text-align": "center",
  127. "border-right": "1px solid #999",
  128. "border-bottom": "1px solid #999",
  129. "padding": "3px",
  130. "background-color":"#FFF",
  131. "font-size": "12px"
  132. },
  133. "monthlyTableTd_selected": {
  134. "background-color":"#faebd7",
  135. },
  136. "monthlyTableColSelectTd": {
  137. "border-right": "1px solid #999",
  138. "border-bottom": "1px solid #999",
  139. "background": "url(../x_component_BAM/monthly/$MonthlyContent/default/icon/check.png) center center no-repeat",
  140. "cursor": "pointer",
  141. "height": "20px",
  142. "padding": "3px"
  143. },
  144. "monthlyTableRowSelectTd": {
  145. "border-right": "1px solid #BBB",
  146. "border-bottom": "1px solid #BBB",
  147. "background": "url(../x_component_BAM/monthly/$MonthlyContent/default/icon/check.png) center center no-repeat",
  148. "cursor": "pointer",
  149. "width": "30px",
  150. "padding": "3px"
  151. },
  152. "monthlyTableAllSelectTd": {
  153. "border-right": "1px solid #BBB",
  154. "border-bottom": "1px solid #BBB",
  155. "height": "20px",
  156. "cursor": "pointer",
  157. "background": "url(../x_component_BAM/monthly/$MonthlyContent/default/icon/checkAll.png) center center no-repeat",
  158. "padding": "3px"
  159. },
  160. "monthlyTableAllColSelectTd": {
  161. "border-right": "1px solid #BBB",
  162. "border-bottom": "1px solid #BBB",
  163. "height": "20px",
  164. "cursor": "pointer",
  165. "background": "url(../x_component_BAM/monthly/$MonthlyContent/default/icon/checkAllCol.png) center center no-repeat",
  166. "padding": "3px"
  167. },
  168. "monthlyTableAllRowSelectTd": {
  169. "border-right": "1px solid #BBB",
  170. "border-bottom": "1px solid #BBB",
  171. "height": "20px",
  172. "cursor": "pointer",
  173. "background": "url(../x_component_BAM/monthly/$MonthlyContent/default/icon/checkAllRow.png) center center no-repeat",
  174. "padding": "3px"
  175. },
  176. "monthlyTableSelectedTd": {
  177. "background": "url(../x_component_BAM/monthly/$MonthlyContent/default/icon/checked.png) center center no-repeat"
  178. },
  179. "monthlyTableSelectTd": {
  180. "background": "url(../x_component_BAM/monthly/$MonthlyContent/default/icon/check.png) center center no-repeat"
  181. },
  182. "monthlyTableUnSelectTd": {
  183. "border-right": "1px solid #BBB",
  184. "border-bottom": "1px solid #BBB",
  185. "padding": "3px"
  186. },
  187. "monthlyChartFlagAreaNode": {
  188. "width": "180px",
  189. "height": "300px",
  190. "float": "left",
  191. "background-color": "#EEE",
  192. "overflow": "auto",
  193. "padding": " 10px 10px 15px 20px"
  194. },
  195. "monthlyChartNode": {
  196. "margin-left": "180px",
  197. "height": "300px",
  198. "background-color": "#FFF",
  199. "overflow": "hidden"
  200. },
  201. "monthlyChartFlagNode": {
  202. "height": "30x",
  203. "margin": "5px 5px 0px 0px",
  204. "background-color": "#EEE",
  205. "cursor": "default"
  206. },
  207. "monthlyChartFlagColorNode": {
  208. "height": "24px",
  209. "width": "24px",
  210. "float": "left",
  211. "box-shadow": "0px 0px 0px #FFF",
  212. },
  213. "monthlyChartFlagColorNode_over": {
  214. "box-shadow": "2px 2px 5px #333",
  215. },
  216. "monthlyChartFlagNameNode": {
  217. "height": "24px",
  218. "line-height": "24px",
  219. "font-size": "14px",
  220. "margin-left": "34px",
  221. "overflow": "hidden"
  222. },
  223. "filterAreaNode": {
  224. "border": "1px solid #999",
  225. "box-shadow": "3px 3px 10px #666",
  226. "borderground-color": "#FFF",
  227. "padding": "10px"
  228. },
  229. "filterAreaConditionNode": {
  230. "overflow": "hidden"
  231. },
  232. "filterAreaActionNode": {
  233. "margin-top": "10px",
  234. "height": "30px"
  235. },
  236. "filterAreaActionNode": {
  237. "height": "24px",
  238. "width": "80px",
  239. "color": "#FFF",
  240. "text-align": "center",
  241. "float": "left",
  242. "background-color": "#"
  243. },
  244. "selectBox": {
  245. "position": "absolute",
  246. "z-index": 10000,
  247. "background-color": "#4682b4",
  248. "opacity": 0.3,
  249. "border": "1px solid #333",
  250. "width": "0px",
  251. "height": "0px"
  252. }
  253. }