基于随机数的抽奖器
基于隨機(jī)數(shù)的抽獎(jiǎng)器
1、定時(shí)器疊加問(wèn)題,設(shè)置一個(gè)標(biāo)志類解決
具體代碼如下:
===========css樣式==============
<style>
#container{
width: 300px;
height: 200px;
margin:0 auto;
margin-top: 120px;
border:1px solid #f90;
background: #f90;
border-radius: 20px;
font-size: 30px;
text-align: center;
color: #fff;
font-weight: bold;
}
#uname{
width: 200px;
height: 70px;
margin: 0 auto;
margin-top: 30px;
background: skyblue;
border-radius: 10px;
line-height: 70px;
cursor: pointer;
user-select: none;
}
#btn{
width: 150px;
height: 45px;
background: pink;
margin:0 auto;
margin-top: 20px;
border-radius: 5px;
line-height: 45px;
cursor: pointer;
user-select: none;
}
</style>
===========js代碼==============
轉(zhuǎn)載于:https://www.cnblogs.com/sherryStudy/p/get_prize.html
總結(jié)
- 上一篇: 转:三~极~管~选~型
- 下一篇: 餐饮APP发放优惠券需求文档