chat-list.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. @charset "UTF-8";
  2. .plv-mp-chat-list-show-more {
  3. padding: 20rpx 0 10rpx;
  4. font-size: 24rpx;
  5. text-align: center;
  6. color: #fff;
  7. }
  8. .plv-mp-chat-list-list {
  9. padding: 16rpx;
  10. }
  11. .plv-mp-chat-list-item {
  12. position: relative;
  13. margin-bottom: 20rpx;
  14. }
  15. .plv-mp-chat-list-user-avatar {
  16. position: absolute;
  17. left: 0;
  18. top: 0;
  19. width: 28px;
  20. height: 28px;
  21. border-radius: 50%;
  22. }
  23. .plv-mp-chat-list-user-info {
  24. margin-left: 68rpx;
  25. max-width: 70%;
  26. font-size: 22rpx;
  27. color: #848e99;
  28. margin-bottom: 14rpx;
  29. }
  30. .plv-mp-chat-list-user-info__actor {
  31. margin-right: 0.5em;
  32. background: #2196f3;
  33. font-size: 24rpx;
  34. padding: 0 10rpx;
  35. color: #fff;
  36. border-radius: 16rpx;
  37. }
  38. .plv-mp-chat-list-msg-content {
  39. position: relative;
  40. display: inline-block;
  41. padding: 16rpx;
  42. font-size: 26rpx;
  43. max-width: 70%;
  44. margin-left: 68rpx;
  45. }
  46. .plv-mp-chat-list-msg-other {
  47. text-align: left;
  48. color: #546e7a;
  49. }
  50. .plv-mp-chat-list-msg-other__actor {
  51. color: #2196f3;
  52. }
  53. .plv-mp-chat-list-msg-other .plv-mp-chat-list-msg-content {
  54. text-align: left;
  55. background-color: #fff;
  56. border-radius: 0 10rpx 10rpx;
  57. }
  58. .plv-mp-chat-list-msg-flower {
  59. text-align: center;
  60. font-size: 24rpx;
  61. color: #fff;
  62. }
  63. .plv-mp-chat-list-icon__flower {
  64. display: inline-block;
  65. width: 44rpx;
  66. height: 44rpx;
  67. vertical-align: middle;
  68. }
  69. .plv-mp-chat-list-msg-custom {
  70. display: flex;
  71. align-items: center;
  72. justify-content: center;
  73. font-size: 24rpx;
  74. color: #fff;
  75. }
  76. .plv-mp-chat-list-msg-custom__image {
  77. margin-left: 12rpx;
  78. width: 44rpx;
  79. height: 44rpx;
  80. }
  81. .plv-mp-chat-list-msg-system {
  82. text-align: center;
  83. font-size: 24rpx;
  84. color: #fff;
  85. }
  86. .plv-mp-chat-list-reward-cash {
  87. width: 46rpx;
  88. height: 57rpx;
  89. vertical-align: middle;
  90. margin-top: -6rpx;
  91. }
  92. /**
  93. 白天皮肤
  94. */
  95. .plv-mp-skin__white .plv-mp-chat-list-show-more {
  96. color: #757575;
  97. }
  98. .plv-mp-skin__white .plv-mp-chat-list-msg-system {
  99. color: #000;
  100. }
  101. .plv-mp-skin__white .plv-mp-chat-list-msg-flower {
  102. color: #000;
  103. }
  104. .plv-mp-skin__white .plv-mp-chat-list-msg-flower > .plv-chat-list-flower__view {
  105. font-size: 26rpx;
  106. }
  107. .plv-mp-skin__white .plv-mp-chat-list-msg-custom {
  108. color: #000;
  109. }