live.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .blive-list {
  2. width: 100vw;
  3. box-sizing: border-box;
  4. }
  5. .list-box {
  6. display: flex;
  7. flex-wrap: wrap;
  8. justify-content: space-between;
  9. width: 662rpx;
  10. margin: 0 auto;
  11. }
  12. .live-item {
  13. width: 322rpx;
  14. height: 332rpx;
  15. border-radius: 10rpx;
  16. box-shadow: 0px 0px 16rpx 0px rgba(170, 170, 170, 0.3);
  17. margin-top: 20rpx;
  18. overflow: hidden;
  19. }
  20. .img {
  21. width: 322rpx;
  22. height: 240rpx;
  23. overflow: hidden;
  24. }
  25. .explain {
  26. width: 100%;
  27. height: 34rpx;
  28. font-size: 24rpx;
  29. color: #333333;
  30. line-height: 34rpx;
  31. padding: 0 10rpx;
  32. box-sizing: border-box;
  33. }
  34. .brand-audience {
  35. width: 100%;
  36. display: flex;
  37. justify-content: space-between;
  38. height: 40rpx;
  39. line-height: 40rpx;
  40. padding: 0 10rpx;
  41. box-sizing: border-box;
  42. }
  43. .brand {
  44. flex: 1;
  45. font-size: 28rpx;
  46. font-family: PingFangSC-Medium, PingFang SC;
  47. font-weight: 550;
  48. color: #000000;
  49. }
  50. .audience {
  51. font-size: 28rpx;
  52. font-family: PingFangSC-Medium, PingFang SC;
  53. font-weight: 550;
  54. color: #4DC2D4;
  55. flex-shrink: 0;
  56. }
  57. .audience image {
  58. width: 20rpx;
  59. height: 20rpx;
  60. margin-right: 4rpx;
  61. }