index.module.less 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. .itemContent {
  2. padding: 16px;
  3. display: flex;
  4. color: var(--live-color);
  5. & > img {
  6. width: 28px;
  7. height: 28px;
  8. margin-right: 8px;
  9. }
  10. }
  11. .itemInfo {
  12. width: 100%;
  13. }
  14. .itemName {
  15. display: flex;
  16. justify-content: space-between;
  17. align-items: center;
  18. padding-top: 3px;
  19. padding-bottom: 8px;
  20. .userName {
  21. font-size: 16px;
  22. line-height: 22px;
  23. display: flex;
  24. align-items: center;
  25. }
  26. .rightTime {
  27. font-size: 12px;
  28. }
  29. :global {
  30. .el-tag--default {
  31. border-radius: 20px;
  32. margin-left: 8px;
  33. padding: 0 12px;
  34. height: 20px;
  35. line-height: 20px;
  36. color: var(--live-color);
  37. background: var(--message-color);
  38. border-color: var(--message-color);
  39. }
  40. }
  41. }
  42. .itemText {
  43. font-size: 14px;
  44. line-height: 20px;
  45. &.active {
  46. color: #00D6C9;
  47. }
  48. }
  49. .joinText {
  50. display: flex;
  51. justify-content: space-between;
  52. align-items: center;
  53. .join {
  54. display: flex;
  55. align-items: center;
  56. }
  57. .btn {
  58. font-size: 13px;
  59. line-height: 20px;
  60. background-color: var(--live-light-color);
  61. text-align: center;
  62. padding: 3px 15px 1px;
  63. border-radius: 2px;
  64. cursor: pointer;
  65. }
  66. }
  67. .loadingStyle {
  68. position: absolute;
  69. left: 0;
  70. right: 0;
  71. top: 0;
  72. bottom: 0;
  73. }