為什么跟著敲完css div 還有script.js。為什么視頻里面刷新了有出來 我 的就沒有呢
貌似這些.none,.current,.done這幾個沒有在div里面有,貌似不行的吧?
.none,.current,.done{
width: 20px;
height: 20px;
position:absolute;
box-sizing: border-box;
}
.none{
background-color: #F2FAFF;
}
/*用戶正在操作*/
.current{
background-color: pink;
border: 1px solid red;
}
/*已經(jīng)落下來*/
.done{
background-color: gray;
border: 1px solid black;
}
2018-11-16
你的沒有可能是因為你初始化的時候設置都為0了,你看一下你的那個gameData數(shù)組的數(shù)據(jù),看看有沒有1和2的,全是0的沒有頁面效果的
none,.current,.done這幾個div實在script里生成的,相當于動態(tài)加上去,所以刷新后就會出來