* {
margin:0;
padding:0;
}
body {
font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
}
.wrapBox {
width:800px;
height:500px;
border:1px solid #000;
margin:50px auto 0;
}
.barrage {
height:500px;
position:relative;
overflow:hidden;
}
.barrage img {
width:100%;
height:100%;
}
.video {
width:100%;
}
.danmuSend {
display:flex;
height:50px;
}
#content {
flex:1;
}
#btn {
width:100px;
}
.barrageBox {
color:#f00;
font-size:20px;
position:absolute;
left:800px;
top:0;
white-space:nowrap;
}
.barrageBox img {
width:50px;
height:50px;
border-radius:50%;
}
更新时间:2019-12-23 09:46:40
这是利用原生js写的一个简易弹幕,只有enter发送 和点击发送