前端兼容性

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-
  }
posted @ 2020-02-17 13:09  霜末之冬  阅读(113)  评论(0编辑  收藏  举报