index.css 579 B

123456789101112131415161718192021222324252627282930313233
  1. .audio-message {
  2. display: flex;
  3. justify-content: space-between;
  4. align-items: center;
  5. max-width: 60vw;
  6. line-height: 52rpx;
  7. padding: 12rpx 24rpx;
  8. background: #1F1A30;
  9. color: #ffffff;
  10. border-radius: 16rpx 4rpx 16rpx 16rpx;
  11. }
  12. .audio-icon {
  13. width: 28rpx;
  14. height: 28rpx;
  15. }
  16. .my-text {
  17. border-radius: 16rpx 4rpx 16rpx 16rpx;
  18. background: #6C52F4;
  19. }
  20. .audio {
  21. /*border-radius: 2px 10px 10px 10px;*/
  22. height: 60rpx;
  23. font-family: PingFangSC-Medium;
  24. font-size: 28rpx;
  25. color: #ffffff;
  26. line-height: 28rpx;
  27. display: flex;
  28. align-items: center;
  29. justify-content: flex-end;
  30. }