index.wxss 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  1. .empty-list {
  2. padding: 260rpx 150rpx;
  3. font-size: 34rpx;
  4. }
  5. .empty-list .btn {
  6. margin: 0;
  7. border-radius: 100rpx;
  8. height: 76rpx;
  9. line-height: 76rpx;
  10. width: 280rpx;
  11. font-size: 30rpx;
  12. padding: 0;
  13. }
  14. .empty-list .light {
  15. height: 240rpx;
  16. width: 240rpx;
  17. }
  18. .empty-list .text-cancel {
  19. padding: 10rpx;
  20. margin-bottom: 30rpx;
  21. margin-top: 25rpx;
  22. font-size: 30rpx;
  23. }
  24. .fui-live-list {
  25. padding: 24rpx;
  26. }
  27. .fui-live-item {
  28. margin-bottom: 24rpx;
  29. border-radius: 24rpx;
  30. background: #fff;
  31. display: flex;
  32. overflow: hidden;
  33. }
  34. .fui-live-item>.cover,.fui-live-item>.cover>image {
  35. width: 400rpx;
  36. height: 400rpx;
  37. background: #f2f2f2;
  38. position: relative;
  39. }
  40. .fui-live-item>.cover>.status {
  41. position: absolute;
  42. left: 8rpx;
  43. top: 8rpx;
  44. width: auto;
  45. height: 48rpx;
  46. border-radius: 24rpx;
  47. background: rgba(0,0,0,0.2);
  48. line-height: 48rpx;
  49. color: #FFFFFF;
  50. font-size: 24rpx;
  51. display: flex;
  52. }
  53. .fui-live-item>.cover>.status .notice {
  54. height: 48rpx;
  55. background: #3DC637;
  56. font-size: 24rpx;
  57. line-height: 48rpx;
  58. padding: 0 16rpx;
  59. border-radius: 24rpx;
  60. font-weight: 500;
  61. }
  62. .fui-live-item>.cover>.status>image {
  63. height: 48rpx;
  64. width: 48rpx;
  65. }
  66. .fui-live-item>.cover>.status text {
  67. padding: 0 20rpx 0 12rpx;
  68. font-weight: 400;
  69. }
  70. .fui-live-item>.cover>.status text.b {
  71. font-weight: 700;
  72. }
  73. .fui-live-item>.cover>.top {
  74. position: absolute;
  75. left: 8rpx;
  76. bottom: 8rpx;
  77. height: 36rpx;
  78. border-radius: 18rpx;
  79. background: #FF661A;
  80. padding: 0 16rpx;
  81. line-height: 36rpx;
  82. font-weight: 500;
  83. font-size: 20rpx;
  84. color: #FFFFFF;
  85. }
  86. .fui-live-item>.cover>.recommend {
  87. position: absolute;
  88. right: 8rpx;
  89. bottom: 8rpx;
  90. height: 36rpx;
  91. border-radius: 18rpx;
  92. background: #FB1732;
  93. padding: 0 8rpx;
  94. line-height: 30rpx;
  95. }
  96. .fui-live-item>.cover>.recommend>image {
  97. width: 20rpx;
  98. height: 20rpx;
  99. display: inline-block;
  100. }
  101. .fui-live-item>.cover>.recommend>text {
  102. color: #FFFFFF;
  103. font-weight: 500;
  104. font-size: 20rpx;
  105. }
  106. .fui-live-item>.info {
  107. flex: 1;
  108. padding: 36rpx 24rpx 0 24rpx;
  109. }
  110. .fui-live-item>.info>.title {
  111. height: 80rpx;
  112. font-size: 28rpx;
  113. overflow: hidden;
  114. text-overflow: ellipsis;
  115. display: -webkit-box;
  116. -webkit-line-clamp: 2;
  117. -webkit-box-orient: vertical;
  118. align-content: center;
  119. font-weight: 700;
  120. line-height: 40rpx;
  121. }
  122. .fui-live-item>.info>.anchor {
  123. height: 60rpx;
  124. width: 100%;
  125. padding: 24rpx 0;
  126. display: flex;
  127. flex-direction: row;
  128. }
  129. .fui-live-item>.info>.anchor>.avatar,.fui-live-item>.info>.anchor>.avatar>image {
  130. width: 60rpx;
  131. height: 60rpx;
  132. border-radius: 30rpx;
  133. }
  134. .fui-live-item>.info>.anchor>.nickname {
  135. flex: 1;
  136. font-size: 24rpx;
  137. color: #56595B;
  138. height: 60rpx;
  139. line-height: 60rpx;
  140. padding-left: 8rpx;
  141. overflow: hidden;
  142. text-overflow: ellipsis;
  143. display: -webkit-box;
  144. -webkit-line-clamp: 1;
  145. -webkit-box-orient: vertical;
  146. align-content: center;
  147. }
  148. .fui-live-item>.info>.goods-list {
  149. height: 120rpx;
  150. display: flex;
  151. justify-content: space-between;
  152. }
  153. .fui-live-item>.info>.goods-list>.row,.fui-live-item>.info>.goods-list>.row>image {
  154. width: 120rpx;
  155. height: 120rpx;
  156. border-radius: 8rpx;
  157. background: #eee;
  158. }
  159. .fui-live-item>.info>.goods-list>.row {
  160. position: relative;
  161. }
  162. .fui-live-item>.info>.goods-list>.row>.cover {
  163. top: 0;
  164. right: 0;
  165. bottom: 0;
  166. left: 0;
  167. background: rgba(0,0,0,0.2);
  168. position: absolute;
  169. padding-top: 86rpx;
  170. text-align: center;
  171. font-weight: 500;
  172. font-size: 22rpx;
  173. color: #fff;
  174. border-radius: 8rpx;
  175. }
  176. .fui-live-item>.info>.goods-list>.row>.cover.br {
  177. padding-top: 26rpx;
  178. color: #fff;
  179. font-weight: 500;
  180. font-size: 24rpx;
  181. line-height: 38rpx;
  182. }
  183. .replayImg {
  184. width: 400rpx;
  185. height: 400rpx;
  186. position: absolute;
  187. top: 0;
  188. left: 0;
  189. background-color: rgba(0,0,0,0.6);
  190. }
  191. .replayImg image {
  192. height: 128rpx;
  193. width: 128rpx;
  194. border-radius: 50%;
  195. position: absolute;
  196. left: 50%;
  197. margin-left: -64rpx;
  198. top: 136rpx;
  199. }