在iphonex中将textarea disable后,字体颜色很浅模糊。
结局:
.input {
height: 130px;
width: 100%;
background: none;
font-size: 28px;
color: $color-light;
border: none;
border-bottom: 1px solid $color-divider;
padding: 3px 3px 3px 0;
line-height: 50px;
border-radius: 0;
border: 0px;
outline: none;
}
.input:disabled {
color: $color-light;
opacity: 1;
-webkit-text-fill-color: $color-light;
}
网友评论