美文网首页我爱编程
input button类型设置高度 在mac下safari和c

input button类型设置高度 在mac下safari和c

作者: who_rong | 来源:发表于2018-04-17 08:57 被阅读0次

input 中button类型 设置高度的时候 mac下safari和chrome浏览器无效  但是在windows下有效果

解决办法: css样式中增加    -webkit-appearance: button;

-webkit-appearance 是一个 不规范的属性(unsupported WebKit property),它没有出现在 CSS 规范草案中。

-webkit-appearance是用来改变按钮和其他控件的外观,使其外观类似于原生控件。

(给Input 加背景颜色后高度就有效了)

相关文章

网友评论

    本文标题:input button类型设置高度 在mac下safari和c

    本文链接:https://www.haomeiwen.com/subject/bffukftx.html