.t-input {
    // height: 70upx;
    box-sizing: content-box;
    &_border {
        border-radius: 6rpx;
        border: 2upx solid #dcdfe6;
    }
    &-content {
        height: 100%;
        padding: 0 24upx;
    }
}