看过我博客的知道,前几天我发过一个通过form表单来实现和用户交互效果,上次是通关过table实现用户注册页面,那么今天我们也是通过table的表单效果来画出抽奖的页面,通过css3和javascript的动画效果来实现抽奖的一系列动作。
通过css3+html5把抽奖的页面画出来,再通过javascript函数让它动起来。
具体代码奉上:
抽奖body{ background-image:url(images/bg.png);}
table{color:#FFF; margin:auto; margin-top:40px;}
table tr td{width:110px; height:110px; background-color:#fff;}
div.button{width:150px; height:40px; background-color:rgb(106,38,19); display:inline-block; position:relative; top:80px; border-radius:8px; line-height:40px; font-family:'microsoft yahei'; }
div.button:hover{ cursor:pointer; background-color:#481305;}
div.target{ background-image:url(images/target.png); width:114px; height:114px; position:absolute;top:0px; left:0px;
}