css.wcss 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. {
  2. "titleNode" : {
  3. "background-color" : "#365775", //"#f1f3fc",
  4. "margin-left" : "2px",
  5. "height": "60px",
  6. "overflow": "hidden"
  7. },
  8. "titleLeftArrowNode" : {
  9. "background": "url('../x_component_Attendance/$UnitIndex/default/icon/left.png') no-repeat center",
  10. "margin": "15px 0px 15px 40px",
  11. "width" : "40px",
  12. "height" : "30px",
  13. "float" : "left",
  14. "cursor" : "pointer"
  15. },
  16. "titleLeftArrowNode_over": {
  17. "background": "url(../x_component_Attendance/$UnitIndex/default/icon/left_over.png) no-repeat center center"
  18. },
  19. "titleLeftArrowNode_down": {
  20. "background": "url(../x_component_Attendance/$UnitIndex/default/icon/left_down.png) no-repeat center center"
  21. },
  22. "titleRightArrowNode": {
  23. "height": "30px",
  24. "width": "40px",
  25. "margin": "15px 0px",
  26. "background": "url(../x_component_Attendance/$UnitIndex/default/icon/right.png) no-repeat center center",
  27. "cursor": "pointer",
  28. "float": "left"
  29. },
  30. "titleRightArrowNode_over": {
  31. "background": "url(../x_component_Attendance/$UnitIndex/default/icon/right_over.png) no-repeat center center"
  32. },
  33. "titleRightArrowNode_down": {
  34. "background": "url(../x_component_Attendance/$UnitIndex/default/icon/right_down.png) no-repeat center center"
  35. },
  36. "titleTextNode": {
  37. "line-height": "60px",
  38. "color": "#eee",
  39. "margin": "0px 10px",
  40. "font-size": "36px",
  41. "float": "left",
  42. "cursor": "pointer"
  43. },
  44. "titleTextNode_over": {
  45. "color": "#fff"
  46. },
  47. "titleTextNode_down": {
  48. "color": "#fff"
  49. },
  50. "titleUnitNode" : {
  51. "line-height": "60px",
  52. "color": "#eee",
  53. "margin": "0px 10px 0px 50px",
  54. "font-size": "36px",
  55. "float": "left"
  56. },
  57. "titleUnitAreaNode" : {
  58. "color": "#eee",
  59. "margin": "0px 10px 0px 50px",
  60. "font-size": "30px",
  61. "float": "left",
  62. "cursor": "pointer"
  63. },
  64. "titleUnitActionNode" : {
  65. //"overflow" : "hidden",
  66. "height" : "60px",
  67. "line-height" : "60px",
  68. "cursor" : "pointer"
  69. },
  70. "titleUnitActionTextNode" : {
  71. "padding-left" : "11px",
  72. "padding-right" : "11px",
  73. "float" : "left",
  74. "color" : "#eee",
  75. "line-height": "60px"
  76. },
  77. "titleUnitActionTextNode_over":{
  78. "color" : "#fff"
  79. },
  80. "titleUnitActionIconNode" : {
  81. "float" : "left",
  82. "width" : "28px",
  83. "height": "60px",
  84. "line-height": "60px",
  85. "background": "url(../x_component_Attendance/$UnitIndex/default/icon/down1.png) no-repeat center 55%"
  86. },
  87. "titleUnitActionIconNode_over" : {
  88. "background": "url(../x_component_Attendance/$UnitIndex/default/icon/down1_down.png) no-repeat center 55%"
  89. },
  90. "titleUnitListNode" : {
  91. "position" : "absolute",
  92. "top" : "100%",
  93. "left" : "0",
  94. "overflow" : "hidden",
  95. "z-index" : "200",
  96. "color" : "#666",
  97. "border": "2px solid #666",
  98. "min-width" : "140px",
  99. "margin" : "0px",
  100. "font-size" : "16px"
  101. },
  102. "titleUnitSelectNode" : {
  103. "height" : "35px",
  104. "line-height" :"35px",
  105. "background-color" : "#fff",
  106. "cursor":"pointer",
  107. "text-align":"left",
  108. "padding-left" : "7px",
  109. "padding-right" : "7px"
  110. },
  111. "titleUnitSelectNode_over" : {
  112. "background-color" : "#eee"
  113. },
  114. "calendarMonthSelectNode": {
  115. "width": "260px",
  116. "height": "300px",
  117. "background-color": "#FFF",
  118. "position": "absolute",
  119. "text-align": "center",
  120. "border": "2px solid #666",
  121. "z-index" : "101"
  122. },
  123. "calendarMonthSelectTitleNode": {
  124. "height": "30px",
  125. "overflow": "hidden"
  126. },
  127. "calendarMonthSelectTitlePrevYearNode": {
  128. "height": "40px",
  129. "width": "40px",
  130. "float": "left",
  131. "background": "url(../x_component_Attendance/$UnitIndex/default/icon/left_year.png) no-repeat center center",
  132. "cursor": "pointer"
  133. },
  134. "calendarMonthSelectTitleNextYearNode": {
  135. "height": "40px",
  136. "width": "40px",
  137. "float": "right",
  138. "background": "url(../x_component_Attendance/$UnitIndex/default/icon/right_year.png) no-repeat center center",
  139. "cursor": "pointer"
  140. },
  141. "calendarMonthSelectTitleTextNode": {
  142. "text-align": "center",
  143. "margin": "0px 40px",
  144. "height": "40px",
  145. "font-size": "18px",
  146. "line-height": "40px"
  147. },
  148. "calendarMonthSelectTdNode": {
  149. "cursor": "pointer",
  150. "color": "#333",
  151. "font-size": "14px"
  152. },
  153. "calendarMonthSelectTdNode_over": {
  154. "color": "#3347df"
  155. },
  156. "calendarMonthSelectTdNode_down": {
  157. "color": "#8894e9"
  158. },
  159. "calendarMonthSelectBottomNode": {
  160. "height": "40px",
  161. "font-size": "18px",
  162. "line-height": "40px",
  163. "cursor": "pointer"
  164. },
  165. "elementContentNode": {
  166. "overflow": "hidden",
  167. "position": "static",
  168. "margin-right" : "10px",
  169. "margin-bottom" : "20px"
  170. },
  171. "elementContentListNode": {
  172. //"overflow": "hidden"
  173. },
  174. "topContentArea" : {
  175. "overflow" : "hidden",
  176. "display" : "block"
  177. },
  178. "statusColorArea" : {
  179. "width" : "10%",
  180. "margin" : "20px 0 0 10px",
  181. "float":"left"
  182. },
  183. "statusColorTable" : {
  184. "width" : "90%",
  185. "min-width" : "80px"
  186. },
  187. "statusColorTd" : {
  188. "height" : "10px"
  189. },
  190. "statusTextTd" : {
  191. "padding-top" : "0px",
  192. "padding-bottom" : "10px"
  193. },
  194. "pieChartArea" : {
  195. "width" : "35%",
  196. "margin":"10px",
  197. "float" : "left"
  198. },
  199. "pieChartTitle" : {
  200. "color" : "#666",
  201. "height" : "30px",
  202. "line-height" : "30px",
  203. "padding-left" : "10px",
  204. "font-size" : "14px",
  205. "background-color" : "#f1f3fc" //"#476783" //"#e6f3ff"
  206. },
  207. "pieChartNode" : {
  208. //"margin-top": "20px",
  209. "margin-left": "20px",
  210. "height" : "300px"
  211. },
  212. "barChartArea" : {
  213. "width" : "50%",
  214. "margin":"10px",
  215. "float" : "left"
  216. },
  217. "barChartTitle" : {
  218. "color" : "#666",
  219. "height" : "30px",
  220. "line-height" : "30px",
  221. "padding-left" : "10px",
  222. "font-size" : "14px",
  223. "background-color" : "#f1f3fc" //"#476783" //"#e6f3ff"
  224. },
  225. "barChartNode" : {
  226. //"margin-top": "20px",
  227. "margin-left": "10px",
  228. "height" : "300px"
  229. },
  230. "middleContentArea" : {
  231. //"overflow" : "hidden",
  232. "display" : "block"
  233. },
  234. "lineChartArea" : {
  235. "margin":"10px 10px 0px 10px"
  236. },
  237. "lineChartTitle" : {
  238. "color" : "#666",
  239. "height" : "30px",
  240. "line-height" : "30px",
  241. "padding-left" : "10px",
  242. "font-size" : "14px",
  243. "background-color" : "#f1f3fc" //"#476783" //"#e6f3ff"
  244. },
  245. "lineChartNode" : {
  246. "margin-top": "20px",
  247. "margin-left": "40px",
  248. "height" : "300px"
  249. },
  250. "bottomContentArea" : {
  251. //"overflow" : "hidden",
  252. "display" : "block"
  253. },
  254. "detailArea" : {
  255. "margin":"0px 20px 0px 20px"
  256. //"height" : "300px",
  257. //"border" : "1px solid #ccc"
  258. //"overflow" : "hidden"
  259. },
  260. "detailTitleNode" : {
  261. "color" : "#333",
  262. "height" : "30px",
  263. "line-height" : "30px",
  264. "padding-left" : "10px",
  265. "font-size" : "18px"
  266. },
  267. "listHeadNode": {
  268. "width":"100%",
  269. "height": "25px",
  270. "background-color": "#f1f3fc",
  271. "color": "#666666",
  272. "font-weight": "bold",
  273. "line-height": "30px",
  274. "font-family": "Microsoft YaHei",
  275. "font-size": "14px"
  276. },
  277. "tableTitle" : {
  278. "background-color" : "#f1f3fc",
  279. "text-align":"center",
  280. "height": "25px",
  281. "border-top": "1px solid #FFF"
  282. },
  283. "tableValue" : {
  284. "height": "20px",
  285. "text-align":"center",
  286. "overflow" : "hidden",
  287. //"font-weight" : "bold",
  288. "border-top": "1px solid #FFF",
  289. "border-bottom": "1px solid #f1f3fc"
  290. }
  291. }