voice.wxss 680 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. .btn-voice-press {
  2. background-color: gainsboro;
  3. }
  4. button{
  5. font-size: 32rpx;
  6. width:100%;
  7. line-height: 74rpx;
  8. margin-top: 15rpx;
  9. margin-bottom: 15rpx;
  10. margin: 0rpx 8px;
  11. }
  12. .voice-status-style{
  13. position: absolute;
  14. left: 0;
  15. bottom: 22rpx;
  16. width: 80%;
  17. text-align: center;
  18. font-size: 24rpx;
  19. color: white;
  20. padding-top: 5rpx;
  21. padding-bottom: 5rpx;
  22. margin-left: 10%;
  23. border-radius: 10rpx;
  24. }
  25. .voice-record-git-status-style{
  26. position: absolute;
  27. left: 0;
  28. bottom: 75rpx;
  29. width: 100%;
  30. display: flex;
  31. justify-content: center;
  32. }
  33. .voice-record-git-size-style{
  34. width: 58rpx;
  35. height: 10rpx;
  36. }