点名
页面点名小程序
方式一
<!DOCTYPE html><head><meta charset="UTF-8"><title>点名器</title><style>body{background-color: gray;}.box{width: 1000px;height: 280px;margin: 0 auto;margin-top: 100px;clear: both;}#btn,#btn2,#btn3,#btnStop{width: 150px;height: 50px;margin-top: 50px;font-size: 18px;}.name{width: 100px;height: 30px;float: left;background-color: antiquewhite;margin-left: 10px;margin-top: 10px;text-align: center;line-height: 30px;}#span{float: right;position: relative;top: 55px;right: 185px;}h1{text-align: center;}.high{background-color: #FFDEAD;font-weight:500;}</style></head>
<body>
<h1>随机点名系统</h1>
<span id="span"></span>
<!-- 存放生成的名单div -->
<div class="box" id="box"></div>
发布者:admin,转转请注明出处:http://www.yc00.com/web/1731129446a3619203.html
评论列表(0条)