Html
    Css
    Js

    
                        
html,body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:"微软雅黑";
	font-size:62.5%;
	background:#ccc;
}
.boxDom {
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.idDom {
	width:100%;
	height:60px;
	background:#666;
	position:fixed;
	bottom:0px;
}
.content {
	display:inline-block;
	width:430px;
	height:40px;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;
}
.title {
	display:inline;
	font-size:4em;
	vertical-align:bottom;
	color:#fff;
}
.text {
	border:none;
	width:300px;
	height:30px;
	border-radius:5px;
	font-size:2.4em;
}
.btn {
	width:60px;
	height:30px;
	background:#f90000;
	border:none;
	color:#fff;
	font-size:2.4em;
}
.string {
	width:300px;
	height:40px;
	position:absolute;
	overflow:hidden;
	color:#000;
	font-size:4em;
	line-height:1.5em;
	cursor:pointer;
	white-space:nowrap;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.11.3
 立即下载

jQuery实现弹幕实例

实现弹幕功能,也实现了彩色弹幕,顶端弹幕及底端弹幕。

3
      s2903059150
      2017/9/27 14:56:04

      再加一个实现随机时间的效果要好一些

      回复
      ζ??心??如??指??随0
      2017/8/18 18:03:23

      到底是哪个jQuery库啊?为什么我引用了jQuery1.11.3.min或者1.11.1版本都不行呢?

          幽然~~窳纛?0
          2017/9/20 9:50:53

          用的就是jquery-1.11.3.min.js版本呀

      回复