.t-stepper {
    display: inline-flex;
    &__container {
        width: 100upx;
        text-align: center;
    }
    &__button {
        position: relative;
        width: 32upx;
        height: 32upx;
        background-color: rgba(246, 150, 2, 1);
        color: #fff;
        font-size: 24upx;
        font-weight: bold;
        border-radius: 50%;
        &-icon {
            // position: absolute;
            // left: 50%;
            // top: 50%;
            // display: inline-block;
            // transform: translate(-50%, -50%);
            // line-height: 1;
            // vertical-align: middle;
        }
    }
}