修改过页面
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
416 B

1 year ago
  1. body {
  2. font-family: "Helvetica Neue", Helvetica, sans-serif;
  3. font-size: 13px;
  4. width: 100%;
  5. height: 100%;;
  6. margin: 0;
  7. }
  8. html {
  9. width: 100%;
  10. height: 100%;;
  11. }
  12. #buffer {
  13. line-height: 20px;
  14. }
  15. .msg {
  16. overflow: auto;
  17. padding: 20px;
  18. }
  19. .buttons {
  20. position: absolute;
  21. bottom: 0;
  22. display: flex;
  23. align-items: center;
  24. justify-content: flex-start;
  25. height: 50px;
  26. }
  27. button {
  28. margin-left: 20px;
  29. }