voice.wxss 616 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. image {
  2. width: 75px;
  3. height: 75px;
  4. }
  5. .page-body-wrapper {
  6. justify-content: space-between;
  7. flex-grow: 1;
  8. margin-bottom: 150px;
  9. }
  10. .page-body-time {
  11. display: flex;
  12. flex-direction: column;
  13. align-items: center;
  14. }
  15. .time-big {
  16. font-size: 30px;
  17. margin: 10px;
  18. }
  19. .time-small {
  20. font-size: 15px;
  21. }
  22. .page-body-buttons {
  23. margin-top: 30px;
  24. display: flex;
  25. justify-content: space-around;
  26. }
  27. .page-body-button {
  28. width: 225px;
  29. text-align: center;
  30. }
  31. .button-stop-record {
  32. width: 15px;
  33. height: 15px;
  34. border: 10px solid #fff;
  35. background-color: #f55c23;
  36. border-radius: 115px;
  37. margin: 0 auto;
  38. }