tabBox.less 2.03 KB
.main-box {
    .tabs-box {
        padding-top: 30px;
        padding-bottom: 30px;
        width: 750px;
        height: auto;
        &.bg-white {
            background-color: #ffffff;
        }
        &.bg-excessive-color {
            background: linear-gradient(90deg, rgba(255, 246, 248, 1) 0%, rgba(255, 233, 239, 1) 100%);
        }
        .box {
            display: flex;
            justify-content: space-around;
            align-items: center;
            margin: 0 auto;
            width: 690px;
            height: 100%;
            .tab {
                color: #B4B4B4;
                font-size: 32px;
                .line {
                    background-color: transparent;
                    margin: 8px auto 0 auto;
                    width: 40px;
                    height: 4px;
                }
                &.active {
                    color: #333333;
                    .line {
                        background-color: #FC1541;
                        width: 40px;
                        height: 4px;
                    }
                }
            }
        }
    }
    .tabs-swiper-box {
        width: 750px;
        height: auto;
        .swipe {
            width: 100%;
            height: 100%;
            .swipe-item {
                width: 100%;
                height: 100%;
                .skeleton {
                    &.brief {
                        background-color: #ffffff;
                    }
                    &.boutique {
                        background: linear-gradient(90deg, rgba(255, 246, 248, 1) 0%, rgba(255, 233, 239, 1) 100%);
                    }
                    &.commodity {
                        background-color: #F9F9F9;
                        .column-commodity-excessive {
                            background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%);
                            width: 750px;
                            height: 30px;
                        }
                    }
                }
            }
        }
    }
}