index.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. .live-room-item {
  2. width: 710rpx;
  3. margin: 0 auto 20rpx auto;
  4. padding: 25rpx 24rpx;
  5. background: #fff;
  6. border-radius: 5rpx;
  7. box-sizing: border-box;
  8. box-shadow: 0 2rpx 4rpx 0 rgba(0, 0, 0, 0.05);
  9. }
  10. .live-room-item:first-child {
  11. margin-top: 20rpx;
  12. }
  13. .room-head {
  14. color: #b6b6b6;
  15. line-height: 40rpx;
  16. }
  17. .room-head .live-status_icon {
  18. margin-right: 15rpx;
  19. font-size: 34rpx;
  20. }
  21. .room-head .live-status_text {
  22. font-size: 26rpx;
  23. }
  24. /* 直播中 */
  25. .live-status__101 .room-head {
  26. color: #db384b;
  27. }
  28. .live-status__102 .room-head {
  29. color: #db384b;
  30. }
  31. /* 房间名称 */
  32. .room-name {
  33. margin-top: 10rpx;
  34. font-size: 28rpx;
  35. }
  36. /* 房间封面图 */
  37. .room-cover {
  38. margin-top: 15rpx;
  39. }
  40. .room-cover image {
  41. display: block;
  42. width: 100%;
  43. height: 371rpx;
  44. }
  45. /* 主播信息 */
  46. .room-anchor {
  47. margin-top: 20rpx;
  48. }
  49. .room-anchor .anchor-avatar {
  50. margin-right: 12rpx;
  51. }
  52. .room-anchor .anchor-avatar image {
  53. display: block;
  54. width: 45rpx;
  55. height: 45rpx;
  56. border-radius: 50%;
  57. }
  58. .anchor-name {
  59. font-size: 26rpx;
  60. }
  61. .live-status_text2 {
  62. color: #b6b6b6;
  63. font-size: 26rpx;
  64. }
  65. /* 直播中 */
  66. .live-status__101 .live-status_text2 {
  67. color: #db384b;
  68. }
  69. .live-status__102 .live-status_text2 {
  70. color: #db384b;
  71. }