css.wcss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. // "toolbarContent" : {
  3. // "float" : "left",
  4. // "border-bottom" : "1px solid #e8e8e8",
  5. // "height" :"38px",
  6. // "overflow" : "hidden"
  7. // },
  8. "arrowNode" : {
  9. "width": "20px",
  10. "margin-top" : "7px",
  11. "height": "25px",
  12. "line-height" : "25px",
  13. "cursor" : "pointer",
  14. "background":"url(../x_component_Attendance/$AddressExplorer/default/icon/down.png) center center no-repeat",
  15. "float" : "left",
  16. "background-color" : "#fff"
  17. },
  18. "arrowNode_over" : {
  19. "background":"url(../x_component_Attendance/$AddressExplorer/default/icon/down.png) center center no-repeat",
  20. "background-color" : "#eee"
  21. },
  22. "arrowNode_down" : {
  23. "background":"url(../x_component_Attendance/$AddressExplorer/default/icon/up.png) center center no-repeat",
  24. "background-color" : "#fff"
  25. },
  26. "arrowNode_down_over" : {
  27. "background":"url(../x_component_Attendance/$AddressExplorer/default/icon/up.png) center center no-repeat",
  28. "float" : "left",
  29. "background-color" : "#eee"
  30. },
  31. "wdList" : {
  32. "margin-top" : "0px",
  33. "padding-left":"5px",
  34. "float" : "left",
  35. "position" : "static",
  36. "border":"0"
  37. },
  38. "wdList_all" : {
  39. "position" : "absolute",
  40. "margin-top" : "5px",
  41. "border-left" : "1px solid #eee",
  42. "border-right" : "1px solid #eee",
  43. "border-bottom" : "1px solid #eee",
  44. // "background-color" : "#fff",
  45. "z-index" : "10000"
  46. },
  47. "editTableHead" : {
  48. "height": "50px",
  49. "line-height": "50px",
  50. "text-align": "center",
  51. "min-width": "80px",
  52. "font-size":"20px",
  53. "font-weight": "bold"
  54. },
  55. "editTableTitle" : {
  56. "height": "30px",
  57. "line-height": "30px",
  58. "text-align": "left"
  59. },
  60. "editTableValue" : {
  61. "text-align": "left"
  62. }
  63. }