解决iOS下button按钮样式渐变背景问题

2019-06-28
2,473次阅读
没有评论

只需要加上这个样式即可

.form_content .btn-submit{
    width: 100%;
    padding: 1rem;
    background: #ff6471;
    color: #fff;
    border: none;
    line-height: 3rem;
    font-size: 1.5rem;
    -webkit-appearance:none;
}
-webkit-appearance:none;

添加样式前

解决iOS下button按钮样式渐变背景问题

添加样式后

解决iOS下button按钮样式渐变背景问题

正文完
要饭中,多少给点吧(支付宝)
post-qrcode
 
评论(没有评论)
验证码