前端必看面试(CSS/JS/ES5/ES6等等)

CSS篇: 盒模型:javascript 怪异模式:box-sizing = border-box, width = content+padding+border 标准模式:box-sizing = content-box, width = content 垂直居中方法:css // 不定宽高 { position: fixed; top: 0; bottom: 0;
相关文章
相关标签/搜索