live.wxss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. page {
  2. background-color: #fff;
  3. }
  4. .live-container {
  5. background: black;
  6. width: 100%!important;
  7. height: 500rpx!important;
  8. position: fixed;
  9. left: 0;
  10. top: 0;
  11. }
  12. .live-full{
  13. background: black;
  14. height: 100% !important;
  15. width: 100%!important;
  16. position: fixed;
  17. left: 0;
  18. top: 0;
  19. z-index: -1;
  20. }
  21. .line {
  22. height: 10rpx;
  23. width: 100%;
  24. background: #ccc;
  25. position: fixed;
  26. left: 0;
  27. top: 500rpx;
  28. z-index: -1;
  29. }
  30. .sub-live {
  31. position: fixed;
  32. left: 0;
  33. top: 510rpx;
  34. overflow: hidden;
  35. overflow-x: scroll;
  36. height: 250rpx;
  37. width: 100%;
  38. display: flex;
  39. flex-direction: row;
  40. white-space: nowrap;
  41. }
  42. .sub-live-full{
  43. position: fixed;
  44. left: 0;
  45. bottom: 0rpx;
  46. overflow: hidden;
  47. overflow-x: scroll;
  48. height: 250rpx;
  49. width: 100%;
  50. display: flex;
  51. flex-direction: row;
  52. white-space: nowrap;
  53. }
  54. .player {
  55. display: inline-block;
  56. width: 375rpx;
  57. height: 250rpx;
  58. }
  59. .push-tool{
  60. width: 120rpx;
  61. justify-content: space-around;
  62. display: flex;
  63. flex-direction: row-reverse;
  64. height: 100rpx;
  65. align-items: center;
  66. position: fixed;
  67. right: 10rpx;
  68. bottom: 0rpx;
  69. }
  70. .left {
  71. height: 100%;
  72. display: flex;
  73. flex-direction: column;
  74. align-items: center;
  75. font-size: 25rpx;
  76. justify-content: center;
  77. font-weight: 400;
  78. color: #333333;
  79. }
  80. .full-icon{
  81. position: fixed;
  82. right: 0;
  83. top: 0;
  84. z-index: 500;
  85. margin: 15rpx;
  86. width: 80rpx;
  87. height: 80rpx;
  88. }
  89. .live-empty{
  90. width: 100%;
  91. position: absolute;
  92. left: 50%;
  93. top: 50%;
  94. transform: translate(-50%, -50%);
  95. z-index: 20;
  96. }
  97. .push-none{
  98. width: 1rpx;
  99. height: 1rpx;
  100. }