css.wcss 8.4 KB

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