最新回答 / 相见恨晚sos
document.getElementById("id").style.width = document.body.clientWidth + "px";
2018-05-17
最赞回答 / qq_风中追风_8
.right-move{ position: absolute; background: rebeccapurple; width: 100px; height: 100px; transition: left 1s ease-in; left: 0; // 加了这个就可以 } .right-move:hover{ left: 100...
2018-04-21