player.wxss 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. .plv-player {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. .plv-player-live {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .plv-player-live__player {
  10. width: 100%;
  11. height: 100%;
  12. }
  13. .plv-player-live__player__tips {
  14. position: absolute;
  15. bottom: 20rpx;
  16. left: 10rpx;
  17. font-size: 14px;
  18. }
  19. .plv-player-vod {
  20. width: 100%;
  21. display: none;
  22. }
  23. .plv-mp-vod-player-box-video {
  24. width: 100%;
  25. }
  26. .plv-mp-vod-player-box {
  27. width: 100%;
  28. height: 100%;
  29. }
  30. .plv-mp-vod-player-box-video {
  31. width: 100%;
  32. height: 100%;
  33. }
  34. .plv-control-setting-content {
  35. position: absolute;
  36. top: 0;
  37. left: 0;
  38. width: 100%;
  39. height: 100%;
  40. background: rgba(0, 0, 0, 0.8);
  41. }
  42. .plv-control-setting-content .setting-content__btn {
  43. outline: none;
  44. background: none;
  45. border: none;
  46. display: inline-block;
  47. vertical-align: middle;
  48. font-size: 14px;
  49. color: #fff;
  50. }
  51. .plv-control-setting-content .setting-content__image {
  52. display: inline-block;
  53. }
  54. .plv-control-setting-content .plv-setting-head {
  55. height: 48px;
  56. width: 100%;
  57. background: rgba(0, 0, 0, 0.2);
  58. text-align: left;
  59. }
  60. .plv-control-setting-content .plv-setting-head .head-item {
  61. width: 33.33%;
  62. text-align: center;
  63. line-height: 48px;
  64. }
  65. .plv-control-setting-content .plv-setting-head .setting-content__image {
  66. width: 16px;
  67. height: 16px;
  68. margin-right: 8px;
  69. vertical-align: middle;
  70. }
  71. .plv-control-setting-content .plv-control-setting-detail {
  72. padding-left: 20px;
  73. box-sizing: border-box;
  74. height: 32px;
  75. margin-top: 16px;
  76. }
  77. .plv-control-setting-content .plv-control-setting-detail .setting-detail-item {
  78. margin-right: 16px;
  79. width: 44px;
  80. display: inline-block;
  81. line-height: 32px;
  82. vertical-align: top;
  83. text-align: justify;
  84. text-align-last: justify;
  85. }
  86. .plv-control-setting-content .plv-control-setting-detail .setting-item-btn {
  87. height: 32px;
  88. line-height: 32px;
  89. width: 64px;
  90. margin-right: 8px;
  91. text-align: center;
  92. display: inline-block;
  93. box-sizing: border-box;
  94. vertical-align: top;
  95. }
  96. .plv-control-setting-content .plv-control-setting-detail .setting-item-btn.btn-selected {
  97. line-height: 30px;
  98. border: 1px solid #fff;
  99. border-radius: 20px;
  100. }
  101. .plv-control-setting-content .plv-control-setting-detail .setting-btn-rate {
  102. width: 48px;
  103. }
  104. .plv-control-setting-playback {
  105. position: absolute;
  106. width: 32px;
  107. height: 32px;
  108. top: 50%;
  109. transform: translateY(-50%);
  110. right: 10px;
  111. }