chat.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. * {margin: 0; padding: 0; border: none; font-size: 12px; text-align: left;}
  2. ul { list-style: none; }
  3. a { text-decoration: none; }
  4. a:hover { text-decoration: underline; color:#f60; }
  5. .col-xs-12{padding:0px;}
  6. .chat03_content ul{margin-left:1px;}
  7. .content { width: 100%;max-width:1000px; height: auto; margin: 0 auto; text-align: center; }
  8. .chatBox { width: 100%; border: 1px #666666 solid; height: auto; margin: 0 auto; position: relative; }
  9. .chatLeft { border-right: 1px #bebebe solid; width: 70%; height: auto; float:left; }
  10. .chatRight { width: 30%; height: auto; float:right; }
  11. .chat01_title , .chat03_title { background: url('../img/title_bg.jpg') repeat-x 0 0; height:30px; position: relative;}
  12. .talkTo { }
  13. .talkTo li { background: url('../img/title-bg.png') no-repeat 0px -1px; _background-position: 0 0; line-height: 17px; float: left; padding-left: 6px; margin: 5px 20px; _margin-left: 9px; }
  14. .talkTo li a { background: url('../img/title-bg.png') no-repeat bottom right; padding: 4px 11px 4px 7px; _padding-top: 0px; _padding-bottom: 0px; height: 19px; font-size: 12px; font-weight: bold; color: #333; text-decoration: none;}
  15. .close_btn { background: url('../img/icon.png') no-repeat 0 0; position: absolute; top: 10px; right: 8px; display: block; width: 15px; height: 15px; }
  16. .chat02_title { background: url('../img/chat_title_bg.jpg') repeat-x 0 0; height: 25px; position: relative; }
  17. .chat02_bar { background: url('../img/chat_bar_bg.jpg') repeat-x 0 0; height: 35px; position: relative; }
  18. .chat02_bar ul {height: 100%; background: url('../img/binliy_logo.png') no-repeat 10px 8px;}
  19. .chat02_bar li { position: absolute; }
  20. .chat03_title_t { background: url('../img/icon.png') no-repeat 0px -370px; position: absolute; padding-left: 25px; top: 8px; left: 20px; display: block; width: auto; height: 15px; font-size:12px; font-weight:bold; }
  21. .chat01_content { height: 400px; overflow-x: none; overflow-y: auto; resize:vertical; }
  22. .chat02_content { height: auto; }
  23. .chat03_content { text-align: left; font-size: 12px; color: #333; margin: 8px 0px; }
  24. .chat02_content textarea { border: medium none; display: block; width:100%;max-width:552px; height: 96px; overflow-y: auto; padding: 5px; resize: vertical; }
  25. .chat03_name { color: #333; position: absolute; top: 9px; left: 40px; display: block; }
  26. .chat03_content ul { }
  27. .chat03_content ul li { position: relative; padding: 3px 6px; height: 31px; _padding-bottom:0px; }
  28. .chat03_content ul li.hover{ background: #ebeef3; }
  29. .chat03_content ul li.choosed{ background: #ebeef3; }
  30. .chat03_content ul li a { }
  31. .chat03_content ul img { width: 30px; height: 30px; }
  32. .chat02_title_btn { background: url('../img/icon.png') no-repeat 0 0; cursor: pointer; float: left; display: block; width: 15px; height: 15px; margin: 5px 6px; }
  33. .ctb01{ background-position: 0 -90px; margin-left: 18px; _margin-left: 8px; }
  34. .ctb02{ background-position: 0 -152px; }
  35. .ctb03{ background-position: 0 -216px; }
  36. .chat02_title_t { background: url('../img/icon.png') no-repeat 0px -487px; position: absolute; padding-left: 25px; top: 8px; right: 20px; display: block; width: auto; height: 15px; }
  37. .chat02_title_t a { color:#333; font-size:12px; text-decoration: none; }
  38. .chat02_title_t a:hover { color:#f60; text-decoration: underline; }
  39. input.f1 , input.f2 { display: none; }
  40. .message_box { display: none; _width: 550px;}
  41. .message {
  42. clear: both;
  43. padding: 10px 10px 10px 0;
  44. position: relative;
  45. margin: 0px 10px;
  46. }
  47. .message .user-logo {
  48. float: left;
  49. width: 50px;
  50. height: 50px;
  51. resize:none;
  52. }
  53. .message .wrap-text {
  54. float: left;
  55. margin-left: 10px;
  56. display: inline;
  57. width: 100%;
  58. max-width:360px;
  59. overflow: hidden;
  60. resize:none;
  61. }
  62. .message h5 {
  63. color: #369;
  64. font-weight: bold;
  65. }
  66. .message .wrap-text div {
  67. margin: 5px 0;
  68. word-break: break-all;
  69. word-wrap: break-word;
  70. height: auto;
  71. overflow: hidden;
  72. }
  73. .message .wrap-ri {
  74. float: right;
  75. width: 110px;
  76. overflow: hidden;
  77. resize:none;
  78. }
  79. .message .wrap-ri div {
  80. text-align: right;
  81. color: #999;
  82. height: 18px;
  83. line-height: 18px;
  84. overflow: hidden;
  85. clear: both;
  86. position: absolute;
  87. bottom: 10px;
  88. right: 5px;
  89. }
  90. .message .wrap-ri div span {
  91. display: inline-block;
  92. line-height: 18px;
  93. vertical-align: bottom;
  94. zoom: 1;
  95. }
  96. .wl_faces_box { background: url('../img/wlf_bg.png') repeat 0 0; position: absolute; width: 428px; height: 225px; bottom: 22px; left: -50px; display: none; }
  97. .wl_faces_content { background: #fff; border: 1px #ccc solid; width: 417px; height: 216px; margin: 3px 4px; }
  98. .wl_faces_content .title { background: url('../img/wlf_title_bg.jpg') repeat-x 0 0; height: 40px; position: relative; }
  99. .wl_faces_content .title ul { }
  100. .wl_faces_content .title ul li { position: absolute; display: block;}
  101. .wl_faces_content .title ul li.title_name { background: url('../img/wlf_title_btn.jpg') no-repeat 0 0; width: 82px; height: 30px; bottom: 0; _bottom:-2px; left: 15px; text-align: center; line-height: 32px; font-weight: bold; color: #333; }
  102. .wl_faces_content .title ul li.wl_faces_close { right: 8px; top: 15px; }
  103. .wl_faces_content .title ul li.wl_faces_close span { background: url('../img/icon.png') repeat-x 0 0; cursor: pointer;display: block; width: 15px; height: 15px; }
  104. .wl_faces_main { }
  105. .wl_faces_main ul { margin: 12px 28px; overflow: hidden; border-top: 1px #CCC solid; border-left: 1px #CCC solid; width:360px; }
  106. .wl_faces_main ul li { float: left; border-right: 1px #CCC solid; border-bottom: 1px #CCC solid; height: 22px; width: 26px; margin: -1px 0 0 -1px; padding: 4px 2px; text-align: center; }
  107. .wl_faces_main ul li img { width: 22px; height: 22px; }
  108. .wlf_icon { background: url('../img/layer_arrow.png') no-repeat 0 0; position: absolute; width: 22px; height: 9px; bottom: -4px; _bottom: -11px; left: 61px; }
  109. .chat03_content li label { display: block; position: absolute; width: 9px; height: 9px; left: 27px; }
  110. label.online { background: url('../img/status.gif') no-repeat 0 0; _background: url('../img/status.gif') no-repeat 0 5px; bottom: 4px; _bottom: 2px; }
  111. label.offline { background: url('../img/status.gif') no-repeat 0 -11px; bottom: 4px; _top: 25px;}