_activity.css 3.85 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%;

        .back-image {
            width: 100%;
            height: auto;
        }

        .center-square {
            position: absolute;
            top: 50px;
            width: 70%;
            margin-left: 15%;
            height: 200px;
        }

        .logo {
            opacity: 1;
            width: 100px;
            height: auto;
            margin-bottom: 10px;
        }

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

        .title {
            text-align: center;
            font-size: 28px;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

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

    }

    .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: 30px;
            color: #ff0705;
            margin-left: 30px;
        }

        .title {
            top: 10px;
            margin-left: 30px;
            width: 200px;
            font-size: 28px;
            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;
    }
}