美文网首页
Taro textarea disable 在iphonex 字

Taro textarea disable 在iphonex 字

作者: blossom_6694 | 来源:发表于2019-12-10 18:22 被阅读0次

在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;
        }

相关文章

网友评论

      本文标题:Taro textarea disable 在iphonex 字

      本文链接:https://www.haomeiwen.com/subject/pbgggctx.html