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