代码其实很简单,这里就不多废话了
扫雷-Javascript Mine Sweeper table{TABLE-LAYOUT: fixed;cursor:pointer} td{width: 20px; height: 20px; font-size: 12px; font-family: Verdana;font-weight:bold; text-align:center;background:#CECECE;} td.Normal, .Flag{border-left:2px solid #F5F5F5; border-right:2px outset #F5F5F5; border-top:2px solid #F5F5F5; border-bottom:2px outset #F5F5F5; font-weight:bold} .Mine, .Boom, .M0, .M1, .M2, .M3, .M4, .M5, .M6, .M7, .M8{background:#C5C5C5;border-right:1px solid #B4B4B4; border-bottom:1px solid #B4B4B4;} td.Mine{background: url(http://sandbox.runjs.cn/uploads/rs/202/xyovf5xj/mine.gif) no-repeat center} td.Boom{background:#F00 url(http://sandbox.runjs.cn/uploads/rs/202/xyovf5xj/mine.gif) no-repeat center} td.Flag, td.ErrFlag{background-image: url(http://sandbox.runjs.cn/uploads/rs/202/xyovf5xj/flag.gif);background-repeat: no-repeat; background-position: center;} td.ErrFlag{background:#0F0} td.M1 {color: #00f} td.M2 {color: #008000} td.M3 {color: #f00} td.M4 {color: #000080} td.M5 {color: #800000} td.M6 {color: #008080} td.M7 {color: #000} td.M8 {color: #808080}
初级中级高级
以上所述就是本文的全部内容了,希望大家能够喜欢。



