css.wcss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. {
  2. "node": {
  3. "box-shadow": "inset 1px 0 0 0 #CCCCCC",
  4. "background": "#F8F8F8",
  5. "width": "300px",
  6. "height": "490px",
  7. "position": "absolute",
  8. "right": "0px",
  9. "top": "50px",
  10. "opacity": "0",
  11. "-webkit-user-select": "text",
  12. "-moz-user-select": "text"
  13. },
  14. "contentNode": {
  15. "overflow": "hidden"
  16. },
  17. "contentLine": {
  18. "height": "1px",
  19. "border-bottom": "1px dashed #ccc",
  20. "margin-top" : "20px",
  21. "margin-bottom" : "20px"
  22. },
  23. "titleDiv": {
  24. "margin-left" : "20px",
  25. "height": "30px",
  26. "width": "120px",
  27. "color": "#333",
  28. "font-size": "18px",
  29. "margin-bottom" : "10px"
  30. },
  31. "actionNode": {
  32. "height": "50px",
  33. "margin": "20px"
  34. },
  35. "actionSaveNode": {
  36. "background": "#3C76B7",
  37. "border-radius": "4px",
  38. "width" : "120px",
  39. "height" : "40px",
  40. "line-height" : "40px",
  41. "border" : "0px",
  42. "color" : "#fff",
  43. "cursor" : "pointer",
  44. "text-align" : "center",
  45. "margin-right" : "20px",
  46. "font-size" : "18px",
  47. "float" : "right"
  48. },
  49. "actionCancelNode": {
  50. "background": "#f0f0f0",
  51. "border-radius": "4px",
  52. "width" : "80px",
  53. "height" : "40px",
  54. "line-height" : "40px",
  55. "margin-right" : "20px",
  56. "color" : "#666",
  57. "border" : "0px",
  58. "font-size" : "18px",
  59. "text-align" : "center",
  60. "cursor" : "pointer",
  61. "float" : "right"
  62. },
  63. "statusArea": {
  64. "margin": "20px 0px",
  65. "overflow": "hidden"
  66. },
  67. "statusStyle" : {
  68. "overflow": "hidden",
  69. "margin-top":"10px",
  70. "margin-left":"30px"
  71. },
  72. "statusIconStyle": {
  73. "float": "left",
  74. "width": "20px",
  75. "height": "20px",
  76. "border-radius": "100px"
  77. },
  78. "statusIconStyle2": {
  79. "float": "left",
  80. "width": "16px",
  81. "height": "16px",
  82. "border-radius": "100px"
  83. },
  84. "statusTextStyle": {
  85. "margin-left": "35px",
  86. "line-height": "20px",
  87. "height": "20px",
  88. "font-size": "16px",
  89. "color": "#666"
  90. },
  91. "trapezoid_toRight" : {
  92. "position" : "absolute",
  93. "left" : "0px",
  94. "height": "51px",
  95. "width": "0",
  96. "border-left" : "8px solid #ccc",
  97. "border-right" : "0px",
  98. "border-top": "4px solid transparent",
  99. "border-bottom":"4px solid transparent",
  100. "cursor" : "pointer"
  101. },
  102. "trapezoid_toLeft" : {
  103. "position" : "absolute",
  104. "left" : "0px",
  105. "height": "51px",
  106. "width": "0",
  107. "border-left" : "0px",
  108. "border-right" : "8px solid #ccc",
  109. "border-top": "4px solid transparent",
  110. "border-bottom":"4px solid transparent",
  111. "cursor" : "pointer"
  112. },
  113. "calendarArea": {
  114. "margin": "20px 0px"
  115. },
  116. "calendarNode" : {
  117. "margin-left" : "10px",
  118. "background-color" : "#FAF3F3",
  119. "padding":"5px 0px 10px 10px",
  120. "border-raius" : "4px"
  121. },
  122. "calendarTopNode" : {
  123. "font-size" : "16px",
  124. "line-height" : "24px",
  125. "color" : "#666"
  126. },
  127. "scrollNode" : {
  128. "overflow" : "hidden"
  129. },
  130. "calendarItemContainer":{
  131. },
  132. "calendarItemNode" : {
  133. "margin-top" : "10px",
  134. "font-size" : "14px",
  135. "cursor" : "pointer"
  136. },
  137. "calendarItemColorNode" : {
  138. "font-size" : "14px",
  139. "height" : "20px",
  140. "width" : "20px",
  141. "line-height" : "20px",
  142. "text-align" : "center",
  143. "color" : "#fff",
  144. "border-radius" : "100px",
  145. "float" : "left"
  146. },
  147. "calendarItemTextNode" : {
  148. "font-size" : "16px",
  149. "margin-left" : "30px",
  150. "line-height" : "20px",
  151. "color" : "#666"
  152. },
  153. "calendarItemActionNode" : {
  154. }
  155. }