_activity.css 4.59 KB
.outlet-page {
    .banner {
        position: relative;

        .outlet-activity-time {
            position: absolute;
            left: 10px;
            top: 10px;
            background-color: rgba(0, 0, 0, 0.6);
            border-radius: 40px;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;

            .iconfont {
                display: inline-block;
                margin-right: 5px;
                position: relative;
                top: -2px;
            }

            .iconfont,
            span {
                color: #fff;
                font-size: 20px;
            }
        }
    }

    .active-list {
        background-color: #f0f0f0;
    }

    .back-ground-white {
        display: block;
        background-color: #f0f0f0;
        position: relative;
        padding: 20px 0;
        width: 100%;
        height: 300px;

        .back-image {
            width: 100%;
        }

        .center-square {
            position: absolute;
            margin-top: -106px;
            margin-left: -193px;
            width: 386px;
            left: 50%;
            top: 50%;
            height: 212px;
        }

        .num {
            text-align: center;
            font-size: 20px;
            color: #ff0705;

            .discount-num {
                font-size: 30px;
            }
        }

        .title {
            text-align: center;
            font-size: 32px;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            margin-top: 85px;
        }

        .time {
            text-align: center;
            font-size: 22px;
            height: 32px;
        }
    }

    .will-end-back {
        display: inline-block;
        position: relative;
        margin: 40px 0;
        width: 100%;
        height: 300px;

        .last-time {
            position: absolute;
            left: 10px;
            top: 10px;
            background-color: rgba(0, 0, 0, 0.6);
            border-radius: 40px;
            padding: 0 10px;
            display: inline-block;
            height: 40px;
            line-height: 40px;

            .iconfont {
                display: inline-block;
                margin-right: 5px;
                position: relative;
                top: -2px;
            }

            .iconfont,
            span {
                display: inline-block;
                color: #fff;
                font-size: 20px;
            }
        }

        .logo {
            top: 10px;
            width: 80px;
            height: 60px;
            margin-right: 20px;
            float: right;
        }

        .line-space {
            width: 100%;
            height: 65px;
            display: inline-block;
            margin-bottom: 40px;
            line-height: 65px;
        }

        .num {
            top: 10px;
            width: 100px;
            font-size: 20px;
            color: #ff0705;
            margin-left: 30px;
        }

        .title {
            top: 10px;
            margin-left: 30px;
            width: 200px;
            font-size: 30px;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

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

    .outlet-discount {
        width: 100%;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.6);
        text-align: right;
        padding: 3px 60px;
        position: absolute;
        bottom: 0;
    }

    .more-activity {
        padding-top: 5px;
        color: #f1f1f9;
        background-color: #444;
        font-size: 36px;
        text-align: center;
        margin-bottom: 20px;

        .count-down-icon {
            margin-top: -15px;
            font-size: 30px;
            color: #fff;
        }
    }

    .hidden {
        display: none;
    }

    .empty {
        position: absolute;
        width: 380px;
        left: 50%;
        top: 300px;
        margin-left: -190px;
        font-size: 24px;
        color: #444;
        font-family: "STHeitiSC Mdedi", serif;

        .bag {
            display: block;
            width: 200px;
            height: 200px;
            margin-left: 90px;
            margin-bottom: 30px;
            background-image: resolve("product/bag_moren.png");
            background-repeat: no-repeat;
            background-size: 100% 100%;
        }
    }

    .more-fashion {
        padding: 10px;
        background: #f0f0f0;
        font-size: 28px;
    }
}