voice.wxss 658 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. }
  11. .voice-status-style{
  12. position: absolute;
  13. left: 0;
  14. bottom: 22rpx;
  15. width: 80%;
  16. text-align: center;
  17. font-size: 24rpx;
  18. color: white;
  19. padding-top: 5rpx;
  20. padding-bottom: 5rpx;
  21. margin-left: 10%;
  22. border-radius: 10rpx;
  23. }
  24. .voice-record-git-status-style{
  25. position: absolute;
  26. left: 0;
  27. bottom: 75rpx;
  28. width: 100%;
  29. display: flex;
  30. justify-content: center;
  31. }
  32. .voice-record-git-size-style{
  33. width: 58rpx;
  34. height: 10rpx;
  35. }