很久以前写的 当时都没写注释的 刚加上了 (尼玛,好多自己都不认识了 ... )
不足的地方就是本来想写个游戏排名的统计的,等有空了再加上(好像每次都这么说 然后就等好久好久...)
还有就是没有实现:点击第一个格子不能是雷的功能
ul{padding:0;list-style:none;}
#mine{overflow:hidden;width:30px;height:30px;border:1px solid #966;}
#mine li{float:left;width:30px;height:30px;line-height:30px;text-align:center;font-size:14px;color:#222;}
#mine .mine_01{background:url(mine.gif) no-repeat;}
#mine .mine_02{background:url(mine.gif) -30px 0 no-repeat;}
#mine .mine_03{background:url(mine.gif) -60px 0 no-repeat;}
#mine .mine_04{background:url(mine.gif) -90px 0 no-repeat;}
#mine .mine_05{background:url(mine.gif) -120px 0 no-repeat;}
#mine .mine_06{background:url(mine.gif) -150px 0 no-repeat;}
#mine .mine_07{background:url(mine.gif) -180px 0 no-repeat;}
count{font-size:12px;}
time{color:#900;font-weight:bold;}
<ul id="mine">
ie6+ ff oprea 谷歌
opera 早期版本 默认不支持document.oncontextmenu事件 没有找到好的替代方法
以上所述就是本文的全部内容了,希望大家能够喜欢。
原文链接:https://www.f2er.com/js/54651.html