123456789101112131415161718192021222324252627282930313233 |
- .audio-message {
- display: flex;
- justify-content: space-between;
- align-items: center;
- max-width: 60vw;
- line-height: 52rpx;
- padding: 12rpx 24rpx;
- background: #1F1A30;
- color: #ffffff;
- border-radius: 16rpx 4rpx 16rpx 16rpx;
- }
- .audio-icon {
- width: 28rpx;
- height: 28rpx;
- }
- .my-text {
- border-radius: 16rpx 4rpx 16rpx 16rpx;
- background: #6C52F4;
- }
- .audio {
- /*border-radius: 2px 10px 10px 10px;*/
- height: 60rpx;
- font-family: PingFangSC-Medium;
- font-size: 28rpx;
- color: #ffffff;
- line-height: 28rpx;
- display: flex;
- align-items: center;
- justify-content: flex-end;
- }
|