123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- @charset "UTF-8";
- .plv-mp-contact-layout {
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- background-color: #000;
- box-sizing: border-box;
- overflow: hidden;
- }
- .plv-mp-contact-player-list {
- position: relative;
- width: 100%;
- font-size: 0;
- text-align: center;
- top: 50%;
- transform: translateY(-50%);
- }
- .plv-mp-contact-player-box {
- position: relative;
- margin: 0 auto;
- background-color: #393842;
- display: inline-block;
- position: relative;
- background-image: url(https://router.polyv.net/proxy/livestatic.videocc.net/assets/ppt/images/video_1280x720.d7b1a9e.png);
- background-size: 50%;
- background-position: center;
- background-repeat: no-repeat;
- }
- .plv-mp-contact-player-box:before {
- padding-top: 75%;
- content: "";
- display: block;
- }
- .plv-mp-contact-player-box > .plv-contact__live-player, .plv-mp-contact-player-box > .plv-contact__live-pusher {
- position: absolute;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- }
- .plv-mp-contact-player-box .plv-mp-contact-control {
- position: absolute;
- bottom: 0;
- left: 0;
- width: 100%;
- padding: 0 5px;
- background: rgba(0, 0, 0, 0.65);
- box-sizing: border-box;
- }
- .plv-mp-contact-player-box .plv-mp-contact-control-left {
- text-align: left;
- }
- .plv-mp-contact-player-box .plv-mp-contact-control-icon {
- display: inline-block;
- width: 18px;
- height: 18px;
- margin: 10px 5px;
- }
- .plv-mp-contact-player-box-mute-video .plv-contact__live-player,
- .plv-mp-contact-player-box-mute-video .plv-contact__live-pusher {
- opacity: 0;
- }
- .plv-mp-concat-layout-16-9 .plv-mp-contact-player-box:before {
- padding-top: 56.25%;
- }
- .plv-mp-contact-player-audio > .plv-contact__live-pusher, .plv-mp-contact-player-audio > .plv-contact__live-player {
- height: 0;
- }
- .plv-mp-contact-test {
- position: absolute;
- bottom: 10px;
- right: 10px;
- background: #000;
- }
- .plv-mp-contact-layout-resize {
- background-color: rgba(0, 0, 0, 0.1);
- opacity: 0;
- }
- /**
- 白天皮肤
- */
- .plv-mp-skin__white .plv-mp-contact-player-box {
- background: url(https://router.polyv.net/proxy/livestatic.videocc.net/assets/wimages/player/ppt/nocamera.png) center/100% no-repeat;
- }
|