live.wxss 2.1 KB

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