共计 151 个字符,预计需要花费 1 分钟才能阅读完成。
1. 盒子模型
- wac 标准: width: content
- ie 标准: width: content+padding+border
- elementUi,bootstrap: box-sizing:border-box;
2. 选择器优先级
!important > 行内样式 > #id > .class > tag > * > 继承 > 默认
3.BFC
正文完
发表至: javascript
2019-04-28