在我们引用某些第三方的样式库时,可能会遇到预设的 left 或者 right 值,我们可以使用 auto/unset 来重置/覆盖预设的 left 或 right 值。

h5 {
      left: auto;//推荐方式
      left: unset;//不兼容IE系列
}
(adsbygoogle = window.adsbygoogle || []).push({});