index.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /* pages/contractTime/index.wxss */
  2. .tui-msg-box {
  3. display: flex;
  4. align-items: center;
  5. }
  6. .tui-msg-pic {
  7. width: 100rpx;
  8. height: 100rpx;
  9. border-radius: 50%;
  10. display: block;
  11. margin-right: 24rpx;
  12. }
  13. .tui-msg-item {
  14. max-width: 300rpx;
  15. min-height: 80rpx;
  16. overflow: hidden;
  17. display: flex;
  18. flex-direction: column;
  19. justify-content: space-between;
  20. }
  21. .tui-msg-name {
  22. overflow: hidden;
  23. white-space: nowrap;
  24. text-overflow: ellipsis;
  25. font-size: 34rpx;
  26. line-height: 1;
  27. color: #262b3a;
  28. }
  29. .tui-msg-content {
  30. overflow: hidden;
  31. white-space: nowrap;
  32. text-overflow: ellipsis;
  33. font-size: 26rpx;
  34. line-height: 1;
  35. color: #9397a4;
  36. }
  37. .tui-msg-right {
  38. max-width: 300rpx;
  39. height: 88rpx;
  40. margin-left: auto;
  41. text-align: right;
  42. display: flex;
  43. flex-direction: column;
  44. justify-content: space-between;
  45. align-items: flex-end;
  46. }
  47. .tui-msg-right.tui-right-dot{
  48. height: 76rpx;
  49. padding-bottom: 10rpx;
  50. }
  51. .tui-msg-time {
  52. width: 100%;
  53. font-size: 24rpx;
  54. line-height: 24rpx;
  55. color: #9397a4;
  56. }
  57. .tui-badge{
  58. width:auto
  59. }
  60. .tui-msg::after{
  61. left: 154rpx !important
  62. }