本文实例为大家分享了js随机点名系统的具体代码,供大家参考,具体内容如下
style样式
.cor { background-color: #6083cd; } #box { width: 500px; border: 2px solid black; margin: 0 auto; height: 500px; } ul { list-style: none; } li { width: 50px; height: 50px; margin: 20px; float: left; line-height: 50px; text-align: center; } .center { width: 156px; height: 40px; line-height: 40px; margin: 0 auto; } #pp { display: block; text-align: center; margin-top: 40px; font-size: 35px; }
body排列
点名系统
js代码


