message.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. /* 样式保持不变... */
  2. .container.data-v-4c1b26cf {
  3. min-height: 100vh;
  4. background-color: #F8F9FB;
  5. }
  6. .filter-toolbar.data-v-4c1b26cf {
  7. position: -webkit-sticky;
  8. position: sticky;
  9. top: 0;
  10. z-index: 100;
  11. background-color: #F8F9FB;
  12. padding: 20rpx 30rpx;
  13. display: flex;
  14. justify-content: space-between;
  15. align-items: center;
  16. }
  17. .filter-toolbar .filter-tabs.data-v-4c1b26cf {
  18. display: flex;
  19. gap: 30rpx;
  20. }
  21. .filter-toolbar .filter-tabs .tab-item.data-v-4c1b26cf {
  22. display: flex;
  23. align-items: center;
  24. position: relative;
  25. padding: 10rpx 0;
  26. }
  27. .filter-toolbar .filter-tabs .tab-item .tab-text.data-v-4c1b26cf {
  28. font-size: 28rpx;
  29. color: #666666;
  30. }
  31. .filter-toolbar .filter-tabs .tab-item .count.data-v-4c1b26cf {
  32. font-size: 22rpx;
  33. color: #999999;
  34. margin-left: 4rpx;
  35. }
  36. .filter-toolbar .filter-tabs .tab-item.active .tab-text.data-v-4c1b26cf {
  37. color: #1F6CFF;
  38. font-weight: bold;
  39. }
  40. .filter-toolbar .filter-tabs .tab-item.active.data-v-4c1b26cf::after {
  41. content: "";
  42. position: absolute;
  43. bottom: 0;
  44. left: 50%;
  45. transform: translateX(-50%);
  46. width: 20rpx;
  47. height: 4rpx;
  48. background-color: #1F6CFF;
  49. border-radius: 2rpx;
  50. }
  51. .filter-toolbar .read-all.data-v-4c1b26cf {
  52. font-size: 26rpx;
  53. color: #1F6CFF;
  54. }
  55. .filter-toolbar .read-all.data-v-4c1b26cf:active {
  56. opacity: 0.7;
  57. }
  58. .msg-list.data-v-4c1b26cf {
  59. padding: 0 30rpx;
  60. display: flex;
  61. flex-direction: column;
  62. gap: 24rpx;
  63. }
  64. .msg-card.data-v-4c1b26cf {
  65. background: #FFFFFF;
  66. border-radius: 24rpx;
  67. padding: 32rpx;
  68. box-shadow: 0 4rpx 20rpx rgba(0, 0, 0, 0.02);
  69. }
  70. .msg-card .msg-header.data-v-4c1b26cf {
  71. display: flex;
  72. justify-content: space-between;
  73. align-items: center;
  74. margin-bottom: 24rpx;
  75. }
  76. .msg-card .msg-header .msg-title.data-v-4c1b26cf {
  77. font-size: 34rpx;
  78. font-weight: bold;
  79. color: #1A1A1A;
  80. }
  81. .msg-card .msg-header .unread-dot.data-v-4c1b26cf {
  82. width: 14rpx;
  83. height: 14rpx;
  84. background-color: #FF4D4F;
  85. border-radius: 50%;
  86. }
  87. .msg-card .msg-header .time-text.data-v-4c1b26cf {
  88. font-size: 24rpx;
  89. color: #CCCCCC;
  90. }
  91. .msg-card .msg-body .info-row.data-v-4c1b26cf {
  92. display: flex;
  93. align-items: center;
  94. margin-bottom: 8rpx;
  95. }
  96. .msg-card .msg-body .info-row.data-v-4c1b26cf:last-child {
  97. margin-bottom: 0;
  98. }
  99. .msg-card .msg-body .info-row .label.data-v-4c1b26cf {
  100. font-size: 28rpx;
  101. color: #999999;
  102. }
  103. .msg-card .msg-body .info-row .value.data-v-4c1b26cf {
  104. font-size: 28rpx;
  105. color: #666666;
  106. }
  107. .msg-card .msg-body .flex-between.data-v-4c1b26cf {
  108. justify-content: space-between;
  109. }
  110. .msg-card .msg-body .flex-between .left-box.data-v-4c1b26cf {
  111. display: flex;
  112. align-items: center;
  113. }
  114. .msg-card .msg-body .flex-between .right-box.data-v-4c1b26cf {
  115. display: flex;
  116. align-items: center;
  117. }
  118. .msg-card .msg-body .flex-between .right-box .time-text-inline.data-v-4c1b26cf {
  119. font-size: 24rpx;
  120. color: #CCCCCC;
  121. margin-right: 12rpx;
  122. }
  123. .msg-card .msg-body .flex-between .chevron.data-v-4c1b26cf {
  124. width: 32rpx;
  125. height: 32rpx;
  126. opacity: 0.2;
  127. }
  128. .empty-box.data-v-4c1b26cf {
  129. padding: 100rpx 0;
  130. display: flex;
  131. flex-direction: center;
  132. justify-content: center;
  133. }
  134. .empty-box .empty-text.data-v-4c1b26cf {
  135. font-size: 28rpx;
  136. color: #999999;
  137. }
  138. .no-more.data-v-4c1b26cf {
  139. text-align: center;
  140. font-size: 24rpx;
  141. color: #CCCCCC;
  142. padding: 60rpx 0;
  143. }
  144. .tabbar-placeholder.data-v-4c1b26cf {
  145. height: 120rpx;
  146. padding-bottom: env(safe-area-inset-bottom);
  147. }
  148. .card-anim.data-v-4c1b26cf {
  149. animation: slideUp-4c1b26cf 0.5s ease-out backwards;
  150. }
  151. .card-anim.data-v-4c1b26cf:nth-child(1) {
  152. animation-delay: 0.05s;
  153. }
  154. .card-anim.data-v-4c1b26cf:nth-child(2) {
  155. animation-delay: 0.1s;
  156. }
  157. .card-anim.data-v-4c1b26cf:nth-child(3) {
  158. animation-delay: 0.15s;
  159. }
  160. .card-anim.data-v-4c1b26cf:nth-child(4) {
  161. animation-delay: 0.2s;
  162. }
  163. .card-anim.data-v-4c1b26cf:nth-child(5) {
  164. animation-delay: 0.25s;
  165. }
  166. .card-anim.data-v-4c1b26cf:nth-child(6) {
  167. animation-delay: 0.3s;
  168. }
  169. .card-anim.data-v-4c1b26cf:nth-child(7) {
  170. animation-delay: 0.35s;
  171. }
  172. .card-anim.data-v-4c1b26cf:nth-child(8) {
  173. animation-delay: 0.4s;
  174. }
  175. .card-anim.data-v-4c1b26cf:nth-child(9) {
  176. animation-delay: 0.45s;
  177. }
  178. .card-anim.data-v-4c1b26cf:nth-child(10) {
  179. animation-delay: 0.5s;
  180. }
  181. @keyframes slideUp-4c1b26cf {
  182. from {
  183. transform: translateY(20rpx);
  184. opacity: 0;
  185. }
  186. to {
  187. transform: translateY(0);
  188. opacity: 1;
  189. }
  190. }