_index.scss 2.81 KB
.sale-page {
    margin-top: 10px;

    .slide-container {
        position: relative;
        height: 450px;
        overflow: hidden;
    }

    .activity-entry {
        margin: 10px 0;

        .entry-item {
            display: block;
            width: 377px;
            margin-right: 10px;
            padding: 24px 0;
            background: #f5f5f5;

            &.first,
            &.last {
                width: 376px;
            }

            &.last {
                margin-right: 0;
            }
        }

        .entry-text {
            padding-left: 160px;
            font-size: 16px;
        }

        .icon {
            width: 72px;
            height: 72px;
            margin-left: 48px;
        }

        .title {
            font-size: 26px;
            font-weight: bold;
            line-height: 48px;
        }
    }

    .floor-title {
        margin: 80px auto 40px;
        width: 300px;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #000;
    }

    .brand-sale {
        .sale-group-big {
            width: 1150px + 8px;

            .item {
                width: 378px;
                margin-right: 8px;
                margin-bottom: 10px;
            }

            .pic {
                position: relative;
                height: 400px;
            }

            .time {
                @include box-sizing(border-box);
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                padding: 0 10px;
                font-size: 16px;
                line-height: 30px;
                text-align: right;
                color: #fff;
                background: #4e4e4e;
            }

            .detail {
                background: #f5f5f5;
            }

            .brand {
                margin: 24px 10px 0;
            }

            .text {
                padding: 24px 10px 24px 0;
                font-size: 14px;
                color: #fd5659;
            }

            .discount {
                font-size: 28px;
                font-weight: bold;

                .num {
                    font-size: 40px;
                }
            }
        }

        .sale-group {
            width: 1150px + 8px;

            .item {
                width: 185px;
                margin-right: 8px;
                margin-bottom: 10px;
            }

            .pic {
                width: 100%;
                display: block;
            }

            .detail {
                padding: 14px 10px;
                background: #f5f5f5;
                text-align: center;
                line-height: 20px;
            }

            .title {
                font-size: 12px;
            }

            .time {
                font-size: 14px;
            }
        }
    }
}