123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- page {
- background-color: #fff;
- }
- .live-container {
- display: inline-block;
- background: black;
- width: 100% !important;
- height: 500rpx !important;
- position: fixed;
- left: 0;
- top: 0;
- }
- .live-full {
- display: inline-block;
- background: black;
- height: 100% !important;
- width: 100% !important;
- position: fixed;
- left: 0;
- top: 0;
- z-index: -1;
- }
- .line {
- height: 10rpx;
- width: 100%;
- background: #ccc;
- position: fixed;
- left: 0;
- top: 500rpx;
- z-index: -1;
- }
- .line-full {
- z-index: -100 !important;
- }
- .sub-live {
- position: fixed;
- left: 0;
- top: 510rpx;
- overflow: hidden;
- overflow-x: scroll;
- height: 250rpx;
- width: 100%;
- display: flex;
- flex-direction: row;
- white-space: nowrap;
- }
- .sub-live-full {
- position: fixed;
- left: 0;
- bottom: 0rpx;
- overflow: hidden;
- overflow-x: scroll;
- height: 250rpx;
- width: 100%;
- display: flex;
- flex-direction: row;
- white-space: nowrap;
- /* display: none; */
- /* width: 0;
- height: 0; */
- bottom: -500px;
- }
- .player {
- display: inline-block;
- width: 375rpx;
- height: 250rpx;
- }
- .push-tool {
- width: 120rpx;
- justify-content: space-around;
- display: flex;
- flex-direction: row-reverse;
- height: 100rpx;
- align-items: center;
- position: fixed;
- right: 10rpx;
- bottom: 0rpx;
- }
- .left {
- height: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- font-size: 25rpx;
- justify-content: center;
- color: #333333;
- }
- .full-icon {
- position: fixed;
- right: 0;
- top: 0;
- z-index: 500;
- margin: 15rpx;
- width: 80rpx;
- height: 80rpx;
- }
- .live-empty {
- width: 100%;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- z-index: 20;
- }
- .push-none {
- width: 1rpx;
- height: 1rpx;
- }
- .rotate {
- position: fixed;
- bottom: 100rpx;
- right: 10rpx;
- color: #fff;
- font-size: 36rpx;
- background: rgba(0,0,0,0.25);
- padding-top: 10rpx;
- padding-bottom: 10rpx;
- padding-left: 35rpx;
- padding-right: 35rpx;
- z-index: 10;
- }
- .full_img {
- width: 30rpx;
- height: 51rpx;
- margin-left: 25rpx;
- margin-top: 25rpx;
- }
|