Taro textarea disable 在iphonex 字

2019-12-10  本文已影响0人  blossom_6694

在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;
        }
上一篇 下一篇

猜你喜欢

热点阅读