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; } .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; }