12345678910111213141516171819202122232425262728293031323334353637383940 |
- @import "chat-send-status.wxss";
- @import "voice.wxss";
- @import "time.wxss";
- .isMyWordStyle {
- background-color: #8fcbf7;
- color: #213d52;
- margin-right: -1rpx;
- margin-left: 14rpx;
- word-wrap: break-word;
- }
- .isOtherWordStyle {
- background-color: white;
- color: #333333;
- margin-right: 14rpx;
- margin-left: -1rpx;
- word-wrap: break-word;
- }
- .chat-list-pic-style {
- border-radius: 10rpx;
- margin-left: 5rpx;
- width: 150rpx;
- height: 280rpx;
- }
- .voice-duration-style {
- color: #666666;
- font-size: 26rpx;
- align-self: center;
- margin-top: 3rpx;
- margin-left: 5rpx;
- }
- .chat-list-arrow-style {
- width: 11rpx;
- height: 20rpx;
- margin-top: 25rpx
- }
|