<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background-color: #f5f7f9;
}
div{
    box-sizing: border-box;
}
p{
    word-break: break-all;
    margin: 0;
}
::-webkit-scrollbar {
    width:0px;
    }
.headerText{
    padding: 30px;
    text-align: center;
}
.headerText span{
    font-size: 35px;
font-weight: 700;
}
.LiveVideoBox,.LiveMessageBox{
    float: left;
    /* padding: 0; */
    height: 70vh;
}
.LiveVideoBox{
    overflow: hidden;
    position: relative;
}
.LiveBroadcastSubject{
    width: 100%;
}
/* .LiveVideoBox video{
    width: 100%;
    height:50vh;
 } */
 .LiveMessageBox{
    background: #fff;
    height: 70vh;
    border-radius: 3px;
   overflow:auto;
   scrollbar-width: none;
 }
 .LiveBroadcastStatus{
    font-size: 14px;
    padding: 0 1vh;
    height: 5vh;
    line-height: 5vh;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border:1px solid #d8d8d8;
 }
 /* .LiveBroadcastStatus .userNum{
    float: right;
 } */
 .userBox{
    display: flex;
    padding: 15px 10px 10px 10px;
    border-bottom: 1px solid #d8d8d8;
 }
.userBox .time{
    float: right;
    color: rgba(179, 145, 94, .8)
}
.userBox .username{
    font-weight: 600;
}
.userBox .content{
   padding: 10px 0 0 0 ;
}
 .headPortrait{
    flex:0 0 40px;
 }
 .headPortrait img{
    width: 100%;
    height: auto;
 }
 .userMessageBox{
    padding: 0 10px;
    flex: auto;
 }
.LiveVideoBox .inputBox{
    background-color: #fff;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 15vh;
    width: 100%;
    position: relative;
}
.LiveVideoBox .inputBox img{
    height: auto;
    width: 9%;
    float: left;
}
.LiveVideoBox .inputBox textarea{
    height: 50%;
    width: 70%;
    /* border: solid 1px #f5f7f9; */
    outline: none;
}

.LiveVideoBox .inputBox button{
    /* height: 20%; */
    width: 15%;
    padding: 10px 5px;
    border-radius: 8px;
    /* line-height: 20%; */
    color: #fff;
    border: 0;
    background-color: rgba(179, 145, 94, .8)
}

@media (max-width: 720px) {
    .pageBox{
        padding: 0;
    }
    .headerText{
        padding: 15px;
    }
    .headerText span{
        font-size: 20px;
    font-weight: 700;
    }
    .LiveVideoBox,.LiveMessageBox{
        /* float: left; */
        padding: 0;
    }
}</pre></body></html>