index.module.less 878 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .infoColumn{
  2. width: 100%;
  3. display: flex;
  4. flex-direction: column;
  5. justify-content: center;
  6. gap: 4px;
  7. min-height: 40px;
  8. }
  9. .nameRow{
  10. display: flex;
  11. align-items: center;
  12. gap: 4px;
  13. font-style: normal;
  14. }
  15. .nickName{
  16. font-size: 14px;
  17. font-style: normal;
  18. font-weight: 500;
  19. line-height: 20px;
  20. }
  21. .tipCnt{
  22. position: absolute;
  23. z-index: 1;
  24. top: 6px;
  25. right: 0px;
  26. font-size: 0px;
  27. height: 8px;
  28. width: 8px;
  29. border-radius: 8px;
  30. background: #FF4747;
  31. border: 1px solid white;
  32. }
  33. .certificationContainer{
  34. display: flex;
  35. align-items: center;
  36. justify-content: center;
  37. background-color: rgba(#31BE59, .1);
  38. width: 20px;
  39. height: 16px;
  40. border-radius: 4px;
  41. // align-self: flex-start;
  42. }
  43. .subInfo{
  44. color: #414A64;
  45. font-size: 12px;
  46. font-style: normal;
  47. font-weight: 400;
  48. line-height: 16px;
  49. }
  50. .lastMsg {
  51. .subInfo();
  52. color: #A1A7BA;
  53. }