123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231 |
- @charset "UTF-8";
- .plv-mp-watch-page {
- color: #fff;
- height: 100%;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- position: relative;
- }
- .plv-mp-watch-page__banned {
- background: #ccc;
- }
- .plv-mp-watch-top {
- position: absolute;
- width: 100%;
- height: 100%;
- overflow: hidden;
- }
- .plv-mp-watch-top .plv-mp-watch__player {
- position: absolute;
- padding-top: 56.25%;
- height: 0;
- width: 100%;
- z-index: 100;
- }
- .plv-mp-watch-top .plv-mp-watch__player .plv-mp-watch-player {
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- }
- .plv-mp-watch-top .plv-mp-watch__ppt {
- position: absolute;
- padding-top: 56.25%;
- margin-top: 74rpx;
- height: 100%;
- width: 100%;
- z-index: 99;
- overflow: hidden;
- }
- .plv-mp-watch-top .plv-ppt-content {
- position: absolute;
- width: 100%;
- }
- .plv-mp-btn_switch {
- position: absolute;
- width: 44px;
- height: 44px;
- top: 10px;
- right: 10px;
- z-index: 101;
- }
- .plv-mp-watch_switch .plv-mp-watch__player {
- top: 50%;
- }
- .plv-mp-watch_switch .plv-mp-watch__ppt {
- top: 0;
- height: 0;
- margin-top: 0;
- }
- .plv-mp-watch_switch .plv-mp-watch__ppt .plv-ppt-content {
- top: 0;
- }
- .plv-mp-watch-middle {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- z-index: 999;
- box-shadow: 0 10rpx 20rpx 4rpx rgba(85, 85, 85, 0.15);
- }
- .plv-mp-watch-middle__concat {
- padding-right: 124rpx;
- }
- .plv-mp-watch-middle__concat .plv-mp-concat-apply {
- display: block;
- }
- .plv-mp-watch-menu {
- width: 100%;
- }
- .plv-mp-concat-apply {
- display: none;
- position: absolute;
- top: 0;
- right: 0;
- width: 124rpx;
- background-color: green;
- color: #fff;
- font-size: 26rpx;
- line-height: 31px;
- height: 100%;
- text-align: center;
- z-index: 1001;
- overflow: hidden;
- }
- .plv-mp-concat-apply-red {
- background-color: red;
- }
- .plv-mp-concat-apply-show {
- display: block;
- }
- .plv-mp-concat-apply > .plv-concat-apply__view {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- width: 100%;
- overflow: hidden;
- font-size: 26rpx;
- }
- .plv-mp-concat-show {
- height: 100%;
- }
- .plv-mp-watch-content {
- padding-top: 56.25%;
- height: 100%;
- box-sizing: border-box;
- position: relative;
- }
- .plv-mp-watch-page__ppt .plv-mp-watch-top {
- padding-bottom: 75%;
- }
- .plv-mp-watch-page__ppt .plv-mp-watch-top .plv-mp-watch__player,
- .plv-mp-watch-page__ppt .plv-mp-watch-top .plv-mp-watch__ppt {
- padding-top: 75%;
- }
- .plv-mp-watch-page__ppt .plv-mp-watch-content {
- padding-top: 75%;
- }
- .plv-mp-watch-page__x .plv-mp-watch-content__inner {
- padding-bottom: 68rpx;
- box-sizing: border-box;
- }
- .plv-mp-watch-content__inner {
- position: relative;
- height: 100%;
- }
- .plv-mp-watch-content__menu {
- height: 100%;
- padding-top: 74rpx;
- box-sizing: border-box;
- overflow: auto;
- }
- .hide {
- display: none;
- }
- .plv-mp-watch-chat-overtime {
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- background: rgba(0, 0, 0, 0.3);
- z-index: 9999;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .plv-mp-watch-chat-overtime__title {
- width: 680rpx;
- background: #000;
- color: #fff;
- font-size: 24rpx;
- text-align: center;
- line-height: 38rpx;
- padding: 40rpx 0;
- }
- .plv-mp-watch-answer-card {
- position: absolute;
- display: none;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- z-index: 1000;
- }
- .show {
- display: block;
- }
- /* 白天皮肤 */
- .plv-skin-white {
- background: #fff;
- }
- .plv-mp-watch-top .ppt-full-screen {
- position: fixed;
- top: 0;
- left: 0;
- z-index: 2000 !important;
- height: 100%;
- width: 100%;
- padding-top: 0;
- margin-top: 0;
- }
- .plv-mp-watch-top .ppt-full-screen .plv-ppt-content {
- height: 100%;
- }
|