
.#{$opinion-prefix-cls}-container {
    padding: 0 .2rem;
    display: flex;
    justify-content: space-between;

    a {
        background-color: #FFF;
        width: 33%;
        line-height: .9rem;
        text-align: center;
        border: 1px solid $brand-primary;
        font-size: .3rem;
        color: $gray-9;
        border-radius: .08rem;
        margin: 0 .2rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .#{$opinion-prefix-cls}-icon {
        display: inline-block;
        border-radius: 50%;
        width: .48rem;
        height: .48rem;
        line-height: .48rem;
        text-align: center;
        background-color: #FFF;
        border: .03rem solid #CFD9DF;
        color: #CFD9DF;
        margin-right: .16rem;

        &::after {
            content: '\F113';
            @extend %aid-icon;
            transform: scale(0.5) translate(-2px);
            font-weight: bolder;
        }
    }

    .primary-btn {
        background-color: $brand-primary;
        color: #FFF;

        .#{$opinion-prefix-cls}-icon {
            color: #FFF;
            border-color: #FFF;

            &::after {
                color: $brand-primary;
            }
        }
    }
}