ios 兼容性

  1. 页面设置了 overflow: auto/scroll 滚动不流畅
-webkit-overflow-scrolling: touch
  1. ios 8.1 无法执行 css3 动画

增加 webkit 前缀

-webkit-transform

-webkit-animation
  1. 清除 select 默认样式, 统一 safari 和 chrome 样式
select {
  -webkit-appearance: none;
  appearance: none;
}

results matching ""

    No results matching ""