live.wxss 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. /* display: none; */
  59. /* width: 0;
  60. height: 0; */
  61. bottom: -500px;
  62. }
  63. .player {
  64. display: inline-block;
  65. width: 375rpx;
  66. height: 250rpx;
  67. }
  68. .push-tool {
  69. width: 120rpx;
  70. justify-content: space-around;
  71. display: flex;
  72. flex-direction: row-reverse;
  73. height: 100rpx;
  74. align-items: center;
  75. position: fixed;
  76. right: 10rpx;
  77. bottom: 0rpx;
  78. }
  79. .left {
  80. height: 100%;
  81. display: flex;
  82. flex-direction: column;
  83. align-items: center;
  84. font-size: 25rpx;
  85. justify-content: center;
  86. color: #333333;
  87. }
  88. .full-icon {
  89. position: fixed;
  90. right: 0;
  91. top: 0;
  92. z-index: 500;
  93. margin: 15rpx;
  94. width: 80rpx;
  95. height: 80rpx;
  96. }
  97. .live-empty {
  98. width: 100%;
  99. position: absolute;
  100. left: 50%;
  101. top: 50%;
  102. transform: translate(-50%, -50%);
  103. z-index: 20;
  104. }
  105. .push-none {
  106. width: 1rpx;
  107. height: 1rpx;
  108. }
  109. .rotate {
  110. position: fixed;
  111. bottom: 100rpx;
  112. right: 10rpx;
  113. color: #fff;
  114. font-size: 36rpx;
  115. background: rgba(0,0,0,0.25);
  116. padding-top: 10rpx;
  117. padding-bottom: 10rpx;
  118. padding-left: 35rpx;
  119. padding-right: 35rpx;
  120. z-index: 10;
  121. }
  122. .full_img {
  123. width: 30rpx;
  124. height: 51rpx;
  125. margin-left: 25rpx;
  126. margin-top: 25rpx;
  127. }