JS九宫格抽奖

制作九宫格抽奖是一个很有意思的过程,废话不多说,直接上代码,看看你能抽到什么。

html部分

<body>
		<div id="all">
			<div class="one">M4A1-雷神</div>
			<div class="two" style="font-size: 12px;">SCAR Light-白虎</div>
			<div class="three">M200-幻神</div>
			<div class="four" style="font-size: 14px;">大礼包(一折)</div>
			<div class="five">98K-星神</div>
			<div class="six">谢谢惠顾</div>
			<div class="seven">王者-葵</div>
			<div class="eight">再来一次</div>
			<button id="button">开始抽奖</button>
		</div>
</body>

css部分

<style>
			#all {
				width: 360px;
				height: 360px;
				margin: auto;
				position: relative;
				text-align: center;
				line-height: 100px;
			}

			.one {
				background-color: aquamarine;
				width: 100px;
				height: 100px;
				position: absolute;
				left: 10px;
				top: 10px;
			}

			.two 
评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值