前端兼容性
js 阻止冒泡
在w3c中使用stopPropagation()
ie下设置cancelBubble = true
css兼容
各个浏览器带margin、padding组件样式兼容前缀
-moz-appearance: none; // Firefox 40+
-webkit-appearance: none; // Chrome 45+
&::-ms-expand {
display: none; // Edge 12+, Internet Explorer 11-
}