摘要: html部分: <div class="web"> <input type="text"> <button class="btn">按钮</button> </div> jsbufen const btnNode = document.querySelector('.btn'); const inp 阅读全文
posted @ 2022-01-21 13:33 隐形的喷火龙 阅读(989) 评论(0) 推荐(0)
摘要: css部分 .web .box { width: 60vw; height: 60vw; background-color: tomato; margin: 0 auto; margin-bottom: 20vw; } .web div:last-child { background-color: 阅读全文
posted @ 2022-01-21 13:33 隐形的喷火龙 阅读(31) 评论(0) 推荐(0)