word.wxss 709 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. @import "chat-send-status.wxss";
  2. @import "voice.wxss";
  3. @import "time.wxss";
  4. .isMyWordStyle {
  5. background-color: #8fcbf7;
  6. color: #213d52;
  7. margin-right: -1rpx;
  8. margin-left: 14rpx;
  9. word-wrap: break-word;
  10. }
  11. .isOtherWordStyle {
  12. background-color: white;
  13. color: #333333;
  14. margin-right: 14rpx;
  15. margin-left: -1rpx;
  16. word-wrap: break-word;
  17. }
  18. .chat-list-pic-style {
  19. border-radius: 10rpx;
  20. margin-left: 5rpx;
  21. width: 150rpx;
  22. height: 280rpx;
  23. }
  24. .voice-duration-style {
  25. color: #666666;
  26. font-size: 26rpx;
  27. align-self: center;
  28. margin-top: 3rpx;
  29. margin-left: 5rpx;
  30. }
  31. .chat-list-arrow-style {
  32. width: 11rpx;
  33. height: 20rpx;
  34. margin-top: 25rpx
  35. }