| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130 | 
							- .plv-player {
 
-   width: 100%;
 
-   height: 100%;
 
- }
 
- .plv-player-live {
 
-   width: 100%;
 
-   height: 100%;
 
- }
 
- .plv-player-live__player {
 
-   width: 100%;
 
-   height: 100%;
 
- }
 
- .plv-player-live__player__tips {
 
-   position: absolute;
 
-   bottom: 20rpx;
 
-   left: 10rpx;
 
-   font-size: 14px;
 
- }
 
- .plv-player-vod {
 
-   width: 100%;
 
-   display: none;
 
- }
 
- .plv-mp-vod-player-box-video {
 
-   width: 100%;
 
- }
 
- .plv-mp-vod-player-box {
 
-   width: 100%;
 
-   height: 100%;
 
- }
 
- .plv-mp-vod-player-box-video {
 
-   width: 100%;
 
-   height: 100%;
 
- }
 
- .plv-control-setting-content {
 
-   position: absolute;
 
-   top: 0;
 
-   left: 0;
 
-   width: 100%;
 
-   height: 100%;
 
-   background: rgba(0, 0, 0, 0.8);
 
- }
 
- .plv-control-setting-content .setting-content__btn {
 
-   outline: none;
 
-   background: none;
 
-   border: none;
 
-   display: inline-block;
 
-   vertical-align: middle;
 
-   font-size: 14px;
 
-   color: #fff;
 
- }
 
- .plv-control-setting-content .setting-content__image {
 
-   display: inline-block;
 
- }
 
- .plv-control-setting-content .plv-setting-head {
 
-   height: 48px;
 
-   width: 100%;
 
-   background: rgba(0, 0, 0, 0.2);
 
-   text-align: left;
 
- }
 
- .plv-control-setting-content .plv-setting-head .head-item {
 
-   width: 33.33%;
 
-   text-align: center;
 
-   line-height: 48px;
 
- }
 
- .plv-control-setting-content .plv-setting-head .setting-content__image {
 
-   width: 16px;
 
-   height: 16px;
 
-   margin-right: 8px;
 
-   vertical-align: middle;
 
- }
 
- .plv-control-setting-content .plv-control-setting-detail {
 
-   padding-left: 20px;
 
-   box-sizing: border-box;
 
-   height: 32px;
 
-   margin-top: 16px;
 
- }
 
- .plv-control-setting-content .plv-control-setting-detail .setting-detail-item {
 
-   margin-right: 16px;
 
-   width: 44px;
 
-   display: inline-block;
 
-   line-height: 32px;
 
-   vertical-align: top;
 
-   text-align: justify;
 
-   text-align-last: justify;
 
- }
 
- .plv-control-setting-content .plv-control-setting-detail .setting-item-btn {
 
-   height: 32px;
 
-   line-height: 32px;
 
-   width: 64px;
 
-   margin-right: 8px;
 
-   text-align: center;
 
-   display: inline-block;
 
-   box-sizing: border-box;
 
-   vertical-align: top;
 
- }
 
- .plv-control-setting-content .plv-control-setting-detail .setting-item-btn.btn-selected {
 
-   line-height: 30px;
 
-   border: 1px solid #fff;
 
-   border-radius: 20px;
 
- }
 
- .plv-control-setting-content .plv-control-setting-detail .setting-btn-rate {
 
-   width: 48px;
 
- }
 
- .plv-control-setting-playback {
 
-   position: absolute;
 
-   width: 32px;
 
-   height: 32px;
 
-   top: 50%;
 
-   transform: translateY(-50%);
 
-   right: 10px;
 
- }
 
 
  |