2020年6月15日

摘要: 一、兼容性 1、各浏览器最新版本都已支持,除了IE 10 / UC , IE 11 已经支持。 //Internet Explorer 10: 使用 -ms- 前缀; //UC浏览器: 使用 -webkit- 前缀。 2、兼容更老版本的写法 display: -webkit-box; display 阅读全文
posted @ 2020-06-15 23:12 guoguor 阅读(152) 评论(0) 推荐(0)

导航