#mylotterylist li
{
min-height: 140px;
/*margin-top: 20px;
padding-top: 20px;*/
/*padding-left: 12%;*/
list-style: none;
cursor: pointer;
background: url(../img/listbg.png) repeat-x;
}
这里我为
height:100%;
width:100%;
若果你的图片是电脑上本地文件是显示不了的,得把上传服务器,同时更改路径。或者把图片和HTML文件整合到一个文件夹(记得修改路径)也行
。