safari button height失效

.button{
    -webkit-appearance: none;
    height: 50px;
    background-color:#FFF;
    color:#666;
    font-weight:bold;
    border: solid #666 1px;
    font-size: 14px;
}
这样就可以使button更改高度了

猜你喜欢

转载自blog.csdn.net/kidoo1012/article/details/75460743