_activity.scss 1.51 KB
.activity-main {
    margin: 30px 0 50px 0;
}

.activity-content {
    display: none;
    &:first-child {
        display: block;
    }
    &.current {
        display: block;
    }
}

.activity-content .section {
    width: 820px;
    text-align: center;
    margin: 0 auto 20px;
    p {
        text-align: left;
        font-size: 14px;
        line-height: 18px;
        color: #000;
    }
    h4 {
        text-align: left;
        font-weight: bold;
    }
}

.video-wrap {
    .layout-item {
        height: 362px;
        margin: 0 28px 0 0;
        .image-box {
            height: 198px;
            overflow: hidden;
            img {
                width: 100%;
                height: 100%;
            }
        }
    }
}

.activity-cooperation .section {
    text-align: left;
    margin: 0 0 12px 0;
    h2 {
        color: #000;
        line-height: 20px;
        font-size: 18px;
        font-weight: bold;
    }
}

.contant-tab {
    margin: 30px 0 0 0;
    text-align: center;
    ul {
        display: inline-block;
        li {
            float: left;
            margin-left: 18px;
            a {
                display: block;
                padding: 0 10px;
                line-height: 30px;
                color: #000;
                border: 2px solid #7e7e7e;
                border-radius: 2px;
                font-size: 14px;
            }
        }
        &:first-child {
            margin-left: 0;
        }
        li.current a {
            background: #000;
            color: #fff;
        }
    }
}