common.scss 827 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. body, div, ul, ol, dt, dd, li, dl, h1, h2, h3, h4, p {
  2. margin:0;
  3. padding:0;
  4. font-style:normal;
  5. /* font:12px/22px"\5B8B\4F53",Arial,Helvetica,sans-serif; */
  6. }
  7. ol, ul, li {
  8. list-style:none;
  9. }
  10. img {
  11. border:0;
  12. vertical-align:middle;
  13. pointer-events:none;
  14. }
  15. body {
  16. color:#000;
  17. background:#FFF;
  18. }
  19. .clear {
  20. clear:both;
  21. height:1px;
  22. width:100%;
  23. overflow:hidden;
  24. margin-top:-1px;
  25. }
  26. a {
  27. color:#000;
  28. text-decoration:none;
  29. cursor: pointer;
  30. }
  31. a:hover {
  32. text-decoration:none;
  33. }
  34. input, textarea {
  35. user-select: auto;
  36. }
  37. input:focus, input:active, textarea:focus, textarea:active {
  38. outline: none;
  39. }
  40. .chat-aside {
  41. position: absolute;
  42. top: 50px;
  43. right: 0;
  44. box-sizing: border-box;
  45. width: 360px !important;
  46. border-radius: 8px 0 0 8px;
  47. z-index: 9999;
  48. max-height: calc(100% - 50px);
  49. }