|
@@ -534,22 +534,10 @@ const goDetail = () => router.push("detail");
|
|
|
.voice-bubble {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
- background-color: #fff;
|
|
|
- border-radius: 10px;
|
|
|
- padding: 8px 17px;
|
|
|
max-width: 180px;
|
|
|
cursor: pointer;
|
|
|
- margin-top: 8px;
|
|
|
- color: #000;
|
|
|
- font-family:
|
|
|
- PingFang SC,
|
|
|
- PingFang SC;
|
|
|
- font-weight: 400;
|
|
|
- font-size: 15px;
|
|
|
}
|
|
|
.voice-bubble .duration {
|
|
|
- font-size: 16px;
|
|
|
- font-weight: 500;
|
|
|
margin-right: 6px;
|
|
|
}
|
|
|
.voice-bubble .voice-icon img {
|
|
@@ -588,10 +576,6 @@ const goDetail = () => router.push("detail");
|
|
|
background: #4d71ff; // 自己的消息是蓝色
|
|
|
color: #ffffff; // 白字
|
|
|
}
|
|
|
- .voice-bubble{
|
|
|
- background: #4d71ff; // 自己的消息是蓝色
|
|
|
- color: #ffffff; // 白字
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|