chat-item-head.wxss 513 B

1234567891011121314151617181920212223242526
  1. .unread-style{
  2. min-width:32rpx;
  3. max-width:40rpx;
  4. max-height: 32rpx;
  5. min-height: 32rpx;
  6. text-align: center;
  7. border-radius: 50%;
  8. background-color: #f64e30;
  9. color: white;
  10. font-size: 22rpx;
  11. line-height: 27rpx;
  12. position: absolute;
  13. top: -3rpx;
  14. right: -3rpx;
  15. }
  16. .chat-head-style{
  17. width: 88rpx;
  18. height: 88rpx;
  19. border-radius: 50%;
  20. }
  21. .chat-item-head-super-style{
  22. width: auto;
  23. display: flex;
  24. margin:31rpx 34rpx 31rpx 34rpx;
  25. position: relative;
  26. }