1.css 谷歌字体<=12 时默认全为12
ie则从0开始,无此限制
2.-moz代表firefox浏览器私有属性,
-ms代表ie浏览器私有属性,
-webkit代表safari、chrome私有属性
eg:
-moz-border-top-colors
-moz-user-select (文本选中效果)
-ms-user-select
-webkit-user-select
1.css 谷歌字体<=12 时默认全为12
ie则从0开始,无此限制
2.-moz代表firefox浏览器私有属性,
-ms代表ie浏览器私有属性,
-webkit代表safari、chrome私有属性
eg:
-moz-border-top-colors
-moz-user-select (文本选中效果)
-ms-user-select
-webkit-user-select