Html
    Css
    Js

    
                        
.content {
	width:456px;
	margin:0 auto;
	text-align:center;
	font-weight:800;
}
.kuai {
	width:150px;
	height:150px;
	float:left;
	line-height:150px;
	border:1px solid #666;
}
.button {
	width:456px;
	margin:0 auto;
	text-align:center;
}
.choujiang {
	border:none;
	color:#fff;
	background-color:#5cb85c;
	border-radius:4px;
	font-size:20px;
	color:#fff;
	padding:5px 20px;
	margin-top:20px;
	cursor:pointer;
}
.choujiang:hover {
	background-color:red;
}

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

html简单易懂的随机抽奖

本段代码所给的概率是相同的,如有需求请自行修改概率算法,如有不懂请提问。

0