concat-player.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. @charset "UTF-8";
  2. .plv-mp-contact-layout {
  3. position: absolute;
  4. width: 100%;
  5. height: 100%;
  6. left: 0;
  7. top: 0;
  8. background-color: #000;
  9. box-sizing: border-box;
  10. overflow: hidden;
  11. }
  12. .plv-mp-contact-player-list {
  13. position: relative;
  14. width: 100%;
  15. font-size: 0;
  16. text-align: center;
  17. top: 50%;
  18. transform: translateY(-50%);
  19. }
  20. .plv-mp-contact-player-box {
  21. position: relative;
  22. margin: 0 auto;
  23. background-color: #393842;
  24. display: inline-block;
  25. position: relative;
  26. background-image: url(https://router.polyv.net/proxy/livestatic.videocc.net/assets/ppt/images/video_1280x720.d7b1a9e.png);
  27. background-size: 50%;
  28. background-position: center;
  29. background-repeat: no-repeat;
  30. }
  31. .plv-mp-contact-player-box:before {
  32. padding-top: 75%;
  33. content: "";
  34. display: block;
  35. }
  36. .plv-mp-contact-player-box > .plv-contact__live-player, .plv-mp-contact-player-box > .plv-contact__live-pusher {
  37. position: absolute;
  38. left: 0;
  39. top: 0;
  40. width: 100%;
  41. height: 100%;
  42. }
  43. .plv-mp-contact-player-box .plv-mp-contact-control {
  44. position: absolute;
  45. bottom: 0;
  46. left: 0;
  47. width: 100%;
  48. padding: 0 5px;
  49. background: rgba(0, 0, 0, 0.65);
  50. box-sizing: border-box;
  51. }
  52. .plv-mp-contact-player-box .plv-mp-contact-control-left {
  53. text-align: left;
  54. }
  55. .plv-mp-contact-player-box .plv-mp-contact-control-icon {
  56. display: inline-block;
  57. width: 18px;
  58. height: 18px;
  59. margin: 10px 5px;
  60. }
  61. .plv-mp-contact-player-box-mute-video .plv-contact__live-player,
  62. .plv-mp-contact-player-box-mute-video .plv-contact__live-pusher {
  63. opacity: 0;
  64. }
  65. .plv-mp-concat-layout-16-9 .plv-mp-contact-player-box:before {
  66. padding-top: 56.25%;
  67. }
  68. .plv-mp-contact-player-audio > .plv-contact__live-pusher, .plv-mp-contact-player-audio > .plv-contact__live-player {
  69. height: 0;
  70. }
  71. .plv-mp-contact-test {
  72. position: absolute;
  73. bottom: 10px;
  74. right: 10px;
  75. background: #000;
  76. }
  77. .plv-mp-contact-layout-resize {
  78. background-color: rgba(0, 0, 0, 0.1);
  79. opacity: 0;
  80. }
  81. /**
  82. 白天皮肤
  83. */
  84. .plv-mp-skin__white .plv-mp-contact-player-box {
  85. background: url(https://router.polyv.net/proxy/livestatic.videocc.net/assets/wimages/player/ppt/nocamera.png) center/100% no-repeat;
  86. }