mediaQuery.css 689 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .webHtml{
  2. /*overflow: visible;
  3. height: auto;
  4. display: block;*/
  5. }
  6. .view-container{
  7. position: absolute;
  8. left: 0;
  9. top: 0;
  10. right: 0;
  11. bottom: 0;
  12. margin: auto;
  13. /*width: 20.5rem;*/
  14. width: 100%;
  15. }
  16. .view-container .bar-header{
  17. width: 20.5rem;
  18. margin: 0 auto;
  19. }
  20. .scienceChatsItem{
  21. width: 91%;
  22. }
  23. .webBgChange{
  24. background-color: #fff;
  25. /*overflow: auto;
  26. height: auto;
  27. position: relative;*/
  28. }
  29. .scroll-content .scroll{
  30. width: 20.5rem;
  31. margin: 0px auto;
  32. }
  33. .statistics_header{
  34. width: 20.5rem;
  35. margin: 0 auto;
  36. }
  37. .searchHomeChatWrapFloor{
  38. width: 20.5rem;
  39. margin: 0 auto;
  40. }
  41. .chatActionModleWrap .chatInput{
  42. width: 18.78rem !important;
  43. }