jquery实现砸金蛋效果代码

代码语言:html

所属分类:布局界面

代码描述:jquery实现砸金蛋效果代码,可通过ajax后台获取奖品

代码标签: 金蛋 效果

下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

    <style type="text/css">
    
        .egg {
            width: 660px;
            height: 400px;
            margin: 50px auto 20px auto;
        }
        .egg ul li {
            z-index: 999;
        }
        .egg_list {
            padding-top: 110px;
            position: relative;
            width: 660px;
            list-style: none;
        }
        .egg_list li {
            float: left;
            background: url(//repo.bfw.wiki/bfwrepo/image/60e0e5c17461a.png) no-repeat bottom;
            width: 158px;
            height: 187px;
            cursor: pointer;
            position: relative;
            margin-left: 35px;
  .........完整代码请登录后点击上方下载按钮下载查看

网友评论0