css.wcss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "calendarNode" : {
  3. "border": "1px solid #ccc",
  4. // "border-top" : "1px solid #ccc",
  5. // "border-right" : "1px solid #ccc",
  6. // "border-bottom" : "1px solid #ccc",
  7. "border-radius": "4px",
  8. "margin" : "20px",
  9. "width" : "260px",
  10. "overflow" : "hidden",
  11. "cursor" : "pointer",
  12. "box-shadow" : "none"
  13. },
  14. "calendarNode_over" : {
  15. //"box-shadow": "0 0 6px 0 rgba(0,0,0,0.25)"
  16. },
  17. "calendarColorNode" : {
  18. "border-top-left-radius" : "4px",
  19. "border-bottom-left-radius" : "4px",
  20. "background-color" : "#ccc",
  21. "width" : "10px",
  22. "height" : "100px",
  23. "float" : "left"
  24. },
  25. "calendarContentNode" : {
  26. "border-top-right-radius" : "4px",
  27. "border-bottom-right-radius" : "4px",
  28. "width" : "229px",
  29. "float" : "left"
  30. },
  31. "calendarTimeNode" : {
  32. "margin-top" : "20px",
  33. "padding-left" : "20px",
  34. "margin-bottom" : "20px",
  35. "color" : "#999",
  36. "font-size" : "20px",
  37. "line-height" : "20px"
  38. },
  39. "calendarSubjectNode" : {
  40. "color" : "#333",
  41. "padding-left" : "20px",
  42. "font-size" : "16px"
  43. },
  44. "calendarSubjectNode_over" : {
  45. "color" : "#3C76B7"
  46. },
  47. "calendarDescriptionNode" : {
  48. "margin-top" : "20px",
  49. "padding-left" : "20px",
  50. "margin-bottom" : "20px",
  51. "margin-right" : "20px",
  52. "color" : "#666",
  53. "font-size" : "14px"
  54. },
  55. "actionBar" : {
  56. "margin-top" : "10px",
  57. "padding-left" : "15px",
  58. "margin-bottom" : "10px",
  59. "overflow" : "hidden"
  60. },
  61. "action_view" : {
  62. "float" : "left",
  63. "padding" : "0px 5px",
  64. "width" : "16px",
  65. "height" : "16px",
  66. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_chakan.png) no-repeat center center"
  67. },
  68. "action_view_over" : {
  69. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_chakan_click.png) no-repeat center center"
  70. },
  71. "action_edit" : {
  72. "float" : "left",
  73. "padding" : "0px 5px",
  74. "width" : "16px",
  75. "height" : "16px",
  76. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_bianji.png) no-repeat center center"
  77. },
  78. "action_edit_over" : {
  79. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_bianji_click.png) no-repeat center center"
  80. },
  81. "action_remove" : {
  82. "float" : "left",
  83. "padding" : "0px 5px",
  84. "width" : "16px",
  85. "height" : "16px",
  86. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_delete_grey.png) no-repeat center center"
  87. },
  88. "action_remove_over" : {
  89. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_delete_blue_click.png) no-repeat center center"
  90. },
  91. "action_accept" : {
  92. "float" : "left",
  93. "padding" : "0px 5px",
  94. "width" : "16px",
  95. "height" : "16px",
  96. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_ok2.png) no-repeat center center"
  97. },
  98. "action_accept_over" : {
  99. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_ok2_click.png) no-repeat center center"
  100. },
  101. "action_reject" : {
  102. "float" : "left",
  103. "padding" : "0px 5px",
  104. "width" : "16px",
  105. "height" : "16px",
  106. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_off_round.png) no-repeat center center"
  107. },
  108. "action_reject_over" : {
  109. "background" : "url(../x_component_Calendar/$Main/default/icon/icon_off_round_click.png) no-repeat center center"
  110. }
  111. }