live.module.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .liveList {
  2. padding: 14px;
  3. }
  4. .liCover {
  5. width: 100%;
  6. border-radius: 4px;
  7. overflow: hidden;
  8. }
  9. .liContent {
  10. height: 100%;
  11. display: flex;
  12. flex-direction: column;
  13. justify-content: space-between;
  14. .liTitle {
  15. font-weight: 600;
  16. font-size: 16px;
  17. color: #131415;
  18. line-height: 22px;
  19. }
  20. }
  21. .users {
  22. display: flex;
  23. align-items: center;
  24. justify-content: space-between;
  25. padding-top: 8px;
  26. .user {
  27. display: flex;
  28. align-items: center;
  29. img {
  30. width: 26px;
  31. height: 26px;
  32. margin-right: 6px;
  33. border-radius: 50%;
  34. }
  35. span {
  36. font-size: 14px;
  37. color: #333333;
  38. line-height: 20px;
  39. }
  40. }
  41. .lean {
  42. background: rgba(255, 246, 240, 1);
  43. border-radius: 2px;
  44. padding: 3px 4px 2px;
  45. }
  46. }
  47. .buyNum,
  48. .num {
  49. color: #FF6827;
  50. font-size: 12px;
  51. }
  52. .price {
  53. font-size: 14px;
  54. color: #999;
  55. .priceNum {
  56. color: #ff0000;
  57. font-size: 22px;
  58. font-family: DIN;
  59. font-weight: bold;
  60. i {
  61. font-size: 14px;
  62. font-style: normal;
  63. }
  64. }
  65. .label {
  66. // padding-left: 8px;
  67. font-size: 12px;
  68. color: #999999;
  69. line-height: 17px;
  70. }
  71. }
  72. .liveGroup {
  73. border-radius: 10px;
  74. overflow: hidden;
  75. margin-bottom: 10px;
  76. padding: 12px;
  77. background: #FFFFFF;
  78. .liveTop {
  79. display: flex;
  80. align-items: center;
  81. .iconLive {
  82. width: 20px;
  83. height: 20px;
  84. margin-right: 6px;
  85. }
  86. span {
  87. font-weight: 600;
  88. font-size: 14px;
  89. color: #333333;
  90. line-height: 20px;
  91. }
  92. }
  93. .liveCenter {
  94. margin: 12px 0 8px;
  95. position: relative;
  96. }
  97. }
  98. .subjectName {
  99. position: absolute;
  100. top: 8px;
  101. left: 8px;
  102. font-size: 12px;
  103. padding: 3px 5px 2px;
  104. color: #ffffff;
  105. line-height: 1;
  106. background: rgba(0,0,0,0.4);
  107. border-radius: 3px;
  108. }
  109. .timerString {
  110. font-size: 13px;
  111. display: flex;
  112. align-items: center;
  113. color: #666;
  114. }
  115. .tips {
  116. margin: 0 14px;
  117. }