css.wcss 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "dialogNode" : {
  3. "overflow" : "hidden",
  4. "margin-right" : "6px"
  5. },
  6. "msg_li" : {
  7. "margin":"0 10px 16px 20px"
  8. },
  9. "msg_item":{
  10. "zoom":"1",
  11. "overflow" : "hidden"
  12. },
  13. "msg_face" : {
  14. "width" : "40px",
  15. "height" : "40px"
  16. },
  17. "msg_person_name" : {
  18. "text-align" : "center",
  19. "font-size" : "12px"
  20. },
  21. "msg_person_left":{
  22. "float":"left"
  23. },
  24. "msg_person_right":{
  25. "float":"right"
  26. },
  27. "msg_arrow_left":{
  28. "float":"left",
  29. "width":"8px",
  30. "height":"38px",
  31. "z-index":"1",
  32. "position":"relative",
  33. "margin":"11px -1px auto 5px",
  34. "background":"url(../x_component_Execution/$Chat/default/icon/msg_box_arrow_left.png) no-repeat"
  35. },
  36. "msg_arrow_right":{
  37. "float":"right",
  38. "width":"8px",
  39. "height":"38px",
  40. "z-index":"1",
  41. "position":"relative",
  42. "margin":"11px 5px auto -1px",
  43. "background":"url(../x_component_Execution/$Chat/default/icon/msg_box_arrow_right.png) no-repeat"
  44. },
  45. "msg_content_body_left":{
  46. "min-width":"200px",
  47. "max-width":"260px",
  48. "border":"1px solid #e1e9ed",
  49. "float":"left",
  50. "font-size" : "12px",
  51. "background-color":"rgb(242, 248, 251)",
  52. "position":"relative"
  53. },
  54. "msg_content_body_right":{
  55. "min-width":"200px",
  56. "max-width":"260px",
  57. "font-size" : "12px",
  58. "border":"1px solid #eceadb",
  59. "float":"right",
  60. "background-color":"rgb(251, 250, 242)",
  61. "position":"relative"
  62. },
  63. "msg_del":{
  64. "top":"5px",
  65. "right":"5px",
  66. "width":"10px",
  67. "height":"9px",
  68. "position":"absolute",
  69. "background-image":"url(../x_component_Execution/$Chat/default/icon/icon_buttons.gif)",
  70. "background-repeat":"no-repeat",
  71. "background-position-x":"-176px",
  72. "background-position-y":"-32px",
  73. "cursor":"pointer"
  74. }
  75. ,"msg_content_area":{
  76. "padding":"12px 12px 5px 12px"
  77. },
  78. "msg_content_text":{
  79. "padding":"0",
  80. "margin":"0",
  81. "line-height":"24px"
  82. },
  83. "msg_content_time":{
  84. "padding":"0",
  85. "margin":"0",
  86. "text-align":"right",
  87. "padding-top":"10px",
  88. "color":"#aeaeae"
  89. },
  90. "chat_receiver":{
  91. "vertical-align":"middle",
  92. "border":"1px solid #cbecb0",
  93. "width":"600px",
  94. "line-height":"30px",
  95. "height":"30px",
  96. }
  97. }