【发布时间】:2021-11-09 04:16:33
【问题描述】:
https://wordpress-518403-1889368.cloudwaysapps.com/register-with-us/ 在这个网站上,颜色属性在 iPhone 上无法在 Safari 上用于输入和选择。
form#wpforms-form-2408 input,
form#wpforms-form-2408 select{
color: pink!important;
height: auto;
min-height: 78px;
box-sizing: border-box;
background: red;
line-height: unset!important;
position: relative!important;
padding-top: 0;
padding-bottom: 0;
-webkit-text-fill-color: red;
-webkit-text-fill-color: #000000;
-webkit-text-fill-color: rgb(100, 200, 0);
}
我已经尝试过这个 CSS,但仍然没有任何变化。如果你能帮助我。
【问题讨论】:
标签: css input mobile-safari