.miao-textarea {
    border-radius: 6Px;

    &--textarea {
        width: calc(100% - 16Px);
        outline: none;
        resize: none;
        -webkit-appearance: none;
        border-radius: 0;
        padding: 8Px;
        margin: 0;
        border: 0;
    }

    &--counter {
        padding: 0.256rem;
        width: 100%;
        color: #c9c9c9;
        font-size: 0.59733rem;
        //  text-align  : right;
        line-height: 1;
    }
}