chat-list.wxss 268 B

12345678910111213
  1. /* pages/chat-list/chat-list.wxss */
  2. @import "view/chat-item.wxss";
  3. .chat-list {
  4. border-top: 2rpx solid #E5E5E5;
  5. }
  6. .chat-item-style:last-child .content {
  7. border-bottom: none;
  8. }
  9. .chat-item {
  10. width: 100%;display: flex;flex-direction: column;align-items: center
  11. }