您现在的位置:首页 >> 前端 >> 内容

各浏览器私有前缀-兼容行高line-height

时间:2017/2/25 12:02:18 点击:

  核心提示:line-height: 35px\9; /*IE8*/*line-height: 35px; /* IE7支持 */_line-height: 35px; /* IE6支持 */-ms-line-h...
line-height: 35px\9; /*IE8*/
*line-height: 35px; /* IE7支持 */
_line-height: 35px; /* IE6支持 */
-ms-line-height: 35px;/*IE9+支持*/
-webkit-line-height: 1; /*chrome safair*/
-moz-line-height: 35px;/*火狐*/

作者:网络 来源:信念堤岸