min-width/max-width 和 min-height/max-height 属性间的覆盖规则(1)max-width会覆盖width,即使width是行内样式或者设置了!important。(2)min-width会覆盖max-width,此规则发生在min-width和max-width冲突的时候。