polyv.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  1. @charset "UTF-8";
  2. .plv-mp-watch-page {
  3. color: #fff;
  4. height: 100%;
  5. display: flex;
  6. flex-direction: column;
  7. overflow: hidden;
  8. position: relative;
  9. }
  10. .plv-mp-watch-page__banned {
  11. background: #ccc;
  12. }
  13. .plv-mp-watch-top {
  14. position: absolute;
  15. width: 100%;
  16. height: 100%;
  17. overflow: hidden;
  18. }
  19. .plv-mp-watch-top .plv-mp-watch__player {
  20. position: absolute;
  21. padding-top: 56.25%;
  22. height: 0;
  23. width: 100%;
  24. z-index: 100;
  25. }
  26. .plv-mp-watch-top .plv-mp-watch__player .plv-mp-watch-player {
  27. position: absolute;
  28. width: 100%;
  29. height: 100%;
  30. top: 0;
  31. left: 0;
  32. }
  33. .plv-mp-watch-top .plv-mp-watch__ppt {
  34. position: absolute;
  35. padding-top: 56.25%;
  36. margin-top: 74rpx;
  37. height: 100%;
  38. width: 100%;
  39. z-index: 99;
  40. overflow: hidden;
  41. }
  42. .plv-mp-watch-top .plv-ppt-content {
  43. position: absolute;
  44. width: 100%;
  45. }
  46. .plv-mp-btn_switch {
  47. position: absolute;
  48. width: 44px;
  49. height: 44px;
  50. top: 10px;
  51. right: 10px;
  52. z-index: 101;
  53. }
  54. .plv-mp-watch_switch .plv-mp-watch__player {
  55. top: 50%;
  56. }
  57. .plv-mp-watch_switch .plv-mp-watch__ppt {
  58. top: 0;
  59. height: 0;
  60. margin-top: 0;
  61. }
  62. .plv-mp-watch_switch .plv-mp-watch__ppt .plv-ppt-content {
  63. top: 0;
  64. }
  65. .plv-mp-watch-middle {
  66. position: absolute;
  67. top: 0;
  68. left: 0;
  69. right: 0;
  70. z-index: 999;
  71. box-shadow: 0 10rpx 20rpx 4rpx rgba(85, 85, 85, 0.15);
  72. }
  73. .plv-mp-watch-middle__concat {
  74. padding-right: 124rpx;
  75. }
  76. .plv-mp-watch-middle__concat .plv-mp-concat-apply {
  77. display: block;
  78. }
  79. .plv-mp-watch-menu {
  80. width: 100%;
  81. }
  82. .plv-mp-concat-apply {
  83. display: none;
  84. position: absolute;
  85. top: 0;
  86. right: 0;
  87. width: 124rpx;
  88. background-color: #36C75A;
  89. color: #fff;
  90. font-size: 26rpx;
  91. line-height: 31px;
  92. height: 100%;
  93. text-align: center;
  94. z-index: 1001;
  95. overflow: hidden;
  96. }
  97. .plv-mp-concat-apply-red {
  98. background-color: red;
  99. }
  100. .plv-mp-concat-apply-show {
  101. display: block;
  102. }
  103. .plv-mp-concat-apply > .plv-concat-apply__view {
  104. position: absolute;
  105. top: 50%;
  106. left: 50%;
  107. transform: translate(-50%, -50%);
  108. width: 100%;
  109. overflow: hidden;
  110. font-size: 26rpx;
  111. }
  112. .plv-mp-concat-show {
  113. height: 100%;
  114. }
  115. .plv-mp-watch-content {
  116. padding-top: 56.25%;
  117. height: 100%;
  118. box-sizing: border-box;
  119. position: relative;
  120. }
  121. .plv-mp-watch-page__ppt .plv-mp-watch-top {
  122. padding-bottom: 75%;
  123. }
  124. .plv-mp-watch-page__ppt .plv-mp-watch-top .plv-mp-watch__player,
  125. .plv-mp-watch-page__ppt .plv-mp-watch-top .plv-mp-watch__ppt {
  126. padding-top: 75%;
  127. }
  128. .plv-mp-watch-page__ppt .plv-mp-watch-content {
  129. padding-top: 75%;
  130. }
  131. .plv-mp-watch-page__x .plv-mp-watch-content__inner {
  132. padding-bottom: 68rpx;
  133. box-sizing: border-box;
  134. }
  135. .plv-mp-watch-content__inner {
  136. position: relative;
  137. height: 100%;
  138. }
  139. .plv-mp-watch-content__menu {
  140. height: 100%;
  141. padding-top: 74rpx;
  142. box-sizing: border-box;
  143. overflow: auto;
  144. }
  145. .hide {
  146. display: none;
  147. }
  148. .plv-mp-watch-chat-overtime {
  149. position: absolute;
  150. top: 0;
  151. left: 0;
  152. right: 0;
  153. bottom: 0;
  154. background: rgba(0, 0, 0, 0.3);
  155. z-index: 9999;
  156. display: flex;
  157. justify-content: center;
  158. align-items: center;
  159. }
  160. .plv-mp-watch-chat-overtime__title {
  161. width: 680rpx;
  162. background: #000;
  163. color: #fff;
  164. font-size: 24rpx;
  165. text-align: center;
  166. line-height: 38rpx;
  167. padding: 40rpx 0;
  168. }
  169. .plv-mp-watch-answer-card {
  170. position: absolute;
  171. display: none;
  172. width: 100%;
  173. height: 100%;
  174. left: 0;
  175. top: 0;
  176. z-index: 1000;
  177. }
  178. .show {
  179. display: block;
  180. }
  181. /* 白天皮肤 */
  182. .plv-skin-white {
  183. background: #fff;
  184. }
  185. .plv-mp-watch-top .ppt-full-screen {
  186. position: fixed;
  187. top: 0;
  188. left: 0;
  189. z-index: 2000 !important;
  190. height: 100%;
  191. width: 100%;
  192. padding-top: 0;
  193. margin-top: 0;
  194. }
  195. .plv-mp-watch-top .ppt-full-screen .plv-ppt-content {
  196. height: 100%;
  197. }