2. 流布局,存在外边界合并,其它布局不存在。
3. relative,相对与应该的位置,偏移。
4. absolute,相对于父节点绝对定位
5. 属性选择器可以加not,eg.:
.validation-passed:not(input[type="button"]) {color:red;}