css.wcss 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. {
  2. "content":{
  3. "width": "100%",
  4. "height": "100%",
  5. "overflow": "hidden",
  6. "background-color": "#545454"
  7. },
  8. "dialogueTabAreaNode": {
  9. "width": "180px",
  10. "height": "100%",
  11. "float": "left"
  12. },
  13. "chatContentAreaNode": {
  14. "margin-left": "180px",
  15. "height": "100%",
  16. "background-color": "#EEE"
  17. },
  18. "chatTitleNode": {
  19. "height": "30px",
  20. "background-color": "#CCC"
  21. },
  22. "chatTitleAddMemberAction": {
  23. "height": "30px",
  24. "width": "60px",
  25. "text-align": "center",
  26. "line-height": "30px",
  27. "float": "right",
  28. "cursor": "pointer"
  29. },
  30. "chatTitleAddMemberActionButton": {
  31. "height": "20px",
  32. "width": "50px",
  33. "line-height": "20px",
  34. "text-align": "center",
  35. "color": "#777",
  36. "background-color": "#FFF",
  37. "border": "1px solid #777",
  38. "margin-top": "4px",
  39. "border-radius": "3px"
  40. },
  41. "chatTitleMemberNode": {
  42. "height": "30px",
  43. "margin-right": "60px",
  44. "font-size": "18px",
  45. "font-weight": "bold",
  46. "color": "#333",
  47. "line-height": "30px",
  48. "padding-left": "10px"
  49. },
  50. "chatAreaNode": {
  51. "overflow": "hidden",
  52. "-webkit-user-select": "text",
  53. "-moz-user-select": "text"
  54. },
  55. "chatInputAreaNode": {
  56. "height": "120px",
  57. "overflow": "hidden"
  58. },
  59. "chatInputNode": {
  60. "height": "89px",
  61. "border-top": "1px solid #555"
  62. },
  63. "chatTextAreaNode": {
  64. "height": "80px",
  65. "border": "0px",
  66. "width": "100%",
  67. "overflow": "auto",
  68. "padding":"3px"
  69. },
  70. "chatInputActionNode": {
  71. "height": "30px"
  72. },
  73. "chatSendActionNode": {
  74. "width": "120px",
  75. "height": "26px",
  76. "text-align": "center",
  77. "line-height": "26px",
  78. "border-radius": "3px",
  79. "border": "0px solid #2980b9",
  80. "background-color": "#2980b9",
  81. "color": "#FFF",
  82. "float": "right",
  83. "margin-right": "10px",
  84. "cursor": "pointer"
  85. },
  86. "chatTabNode": {
  87. "height": "40px",
  88. "margin": "5px 5px 0px 5px",
  89. "border-radius": "5px",
  90. "cursor": "default",
  91. "background-color": "#545454",
  92. "overflow": "hidden"
  93. },
  94. "chatTabNode_current": {
  95. "background-color": "#777"
  96. },
  97. "chatTabNode_over": {
  98. "background-color": "#666"
  99. },
  100. "tabIconNode": {
  101. "width": "40px",
  102. "height": "40px",
  103. "float": "left"
  104. },
  105. "tabIconImgNode": {
  106. "margin-top": "4px",
  107. "margin-left": "4px",
  108. "width": "32px",
  109. "height": "32px"
  110. },
  111. "tabCloseAction": {
  112. "float": "right",
  113. "width": "24px",
  114. "height": "40px",
  115. "background": "url("+"/x_component_Chat/$Main/default/close.png) no-repeat center center",
  116. "display": "none"
  117. },
  118. "tabCloseAction_over": {
  119. "background": "url("+"/x_component_Chat/$Main/default/close_over.png) no-repeat center center",
  120. },
  121. "tabTextNode": {
  122. "height": "40px",
  123. "margin-left": "45px",
  124. "margin-right": "25px",
  125. "line-height": "40px",
  126. "color": "#FFF"
  127. },
  128. "chatContentScrollNode": {
  129. "height": "100%",
  130. "overflow": "hidden",
  131. "margin-right": "10px"
  132. },
  133. "chatContentNode": {
  134. "overflow": "hidden",
  135. "padding": "10px"
  136. },
  137. "messageTimeNode": {
  138. "height": "20px",
  139. "text-align": "center",
  140. "line-height": "20px",
  141. "color": "#999"
  142. },
  143. "messageNode": {
  144. "margin-top": "6px",
  145. "overflow": "hidden"
  146. },
  147. "messageIconGetNode": {
  148. "height": "34px",
  149. "width": "34px",
  150. "float": "left",
  151. },
  152. "messageTextAreaGetNode": {
  153. "margin-left": "35px",
  154. "margin-right": "100px",
  155. "padding": "4px"
  156. },
  157. "messageTextGetNode": {
  158. "border-radius": "5px",
  159. "background-color": "#e6eaf0",
  160. "border": "1px solid #bfc3c7",
  161. "padding": "3px 5px",
  162. "float": "left",
  163. "overflow": "hidden",
  164. "line-height": "20px"
  165. },
  166. "messageIconSendNode": {
  167. "height": "34px",
  168. "width": "34px",
  169. "float": "right",
  170. },
  171. "messageIconImgNode": {
  172. "height": "28px",
  173. "width": "28px",
  174. "margin": "4px"
  175. },
  176. "messageTextAreaSendNode": {
  177. "margin-right": "35px",
  178. "margin-left": "100px",
  179. "padding": "4px"
  180. },
  181. "messageTextSendNode": {
  182. "border-radius": "5px",
  183. "background-color": "#cee9f6",
  184. "border": "1px solid #a9c3db",
  185. "padding": "3px 5px",
  186. "float": "right",
  187. "overflow": "hidden",
  188. "line-height": "20px"
  189. },
  190. "userListUnreadNode": {
  191. "top": "-40px",
  192. "left": "32px",
  193. "float": "left",
  194. "height": "10px",
  195. "min-width": "10px",
  196. "padding": "1px 2px",
  197. "font-size": "8px",
  198. "position": "relative",
  199. "border-radius": "7px",
  200. "background-color": "#F00",
  201. "color": "#FFF",
  202. "text-align": "center",
  203. "line-height": "10px"
  204. }
  205. }