//css for LiveActivityEntry
@import 'cbkfe-assets/dist/css/control.less';
.cbkfe-live-activity {
    min-height: 3rem;
    .live-activity-content {
        position: relative;
    }
    .live-activity-text {
        position: absolute;
        top: 1.45rem;
        left: 2.1rem;
        width: 11rem;
        font-size: 0.7rem;
        font-weight: 500;
        color: rgba(0, 0, 0, 1);
        line-height: 1rem;
        word-break: break-all;
        text-align: center;
        white-space: pre-line;
        &--android {
            top: 1.5rem;
        }
    }
    .live-activity-countDown {
        position: absolute;
        top: 0.45rem;
        left: 5.18rem;
        font-size: 0.55rem;
        font-weight: 500;
        color: rgba(2, 0, 104, 1);
        line-height: 0.8rem;
    }
}

.cbk-double11-entry {
    width: 100%;
    padding: 0 0.75rem;
    padding-top: 0.25rem;

    &--onlyimg {
        .double11-content{
            padding: 0!important;
            background: none!important;
            border-radius: inherit!important;
            .double11-content__image {
                height: auto!important;
                width: 100%!important;
            }
        }
    }

    .double11-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 3rem;
        padding: 0 0.5rem;
        background: linear-gradient(180deg, rgba(255, 69, 100, 0.06) 0%, rgba(255, 33, 52, 0.06) 100%);
        border-radius: 0.2rem;
        .double11-content__image {
            height: 2rem;
            width: auto;
        }
        .double11-content__text {
            flex: 1;
            text-align: left;
            padding-left: 0.5rem;
            .font(0.7rem, #FF2134, 0.9rem);
            font-weight: 400;
            .text-overflow();
        }
        .iconfont {
            color: #FF2134;
            font-size: 0.55rem;
            margin-left: 0.5rem;
        }
    }
}