摘要:
style 里默认margin和padding清零 a标签去下划线 text-decoration: none; ul li 需 变成 display: inline-block; ul li a{ display: block; text-align: center; background-col 阅读全文
摘要:
body position: relative; ul{ width: 100px; min-width: 600px; margin: 0 auto; list-style: none; display: flex; justify-content: space-around; align-ite 阅读全文
摘要:
body 加 position: relative; span 加 position: absolute; js内容 <script> window.onload=function(){ var div=document.querySelector("div"); var span=document 阅读全文
摘要:
window.onload=function(){ //元素 dom // document.getElementById(); // document.getElementsByClassName(); // document.getElementsByName(); // document.ge 阅读全文