#chat{
    width:100%;
min-width:500px;
width:expression_r(document.body.clientWidth < 1000 ? "1000px": "auto" );

    bottom: 1px;
    /*width: auto;*/
    height:auto;
    overflow:hidden;
    margin-left: auto;
    margin-right: auto;
    background:#8FBAE5;
    text-align:center;
}

 

相关文章:

  • 2021-09-28
  • 2022-12-23
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2021-10-21
  • 2022-01-06
  • 2022-12-23
猜你喜欢
  • 2021-10-12
  • 2022-01-10
  • 2022-12-23
  • 2022-02-10
  • 2022-12-23
  • 2021-12-17
  • 2021-11-03
相关资源
相似解决方案