IOS Chrome选择框宽问题

时间:2017-04-05 05:46:04

标签: javascript html ios css google-chrome

输入类型日期和选择框不在Iphone 6s Plus / IOS上的chrome和safari上选择其样式。

.account_form .form .form-control {
    background: rgba(255,255,255,0.3) !important;
    border: 0;
    border-radius: 0 !important;
    color: yellow;
    font-weight: bold;
    padding-left: 50px;
}

Screeenshot

1 个答案:

答案 0 :(得分:1)

请尝试添加:

-moz-appearance: none;
-webkit-appearance: none;
appearance: none;