_maybe-like.css 1.28 KB
.maybe-like {
    position: relative;
    background: #fff;
    padding-left: 15px;
    border-top: 1px solid #ccc;
    margin-top: 30px;

    .title {
        height: 104px;
        font-size: 38px;
        line-height: 104px;
        text-align: center;
        color: #dadada;
    }
    .icon {
        display: inline-block;
        height: 31px;
        width: 31px;
        background: resolve("up-icon.png") no-repeat;
        background-size: 100% 100%;
    }

    .maybe-like-nav {
        width: 100%;
        height: 60px;
        padding: 10px 0;
        background-color: #fff;
        &:before {
            content: '';
            position: absolute;
            border-top: 1px solid #ccc;
            left: 0;
            top: 80px;
            width: 640px;
            height: 0;
        }
    }

    .maybe-like-nav-item {
        box-sizing: border-box;
        float: left;
        width: 50%;
        height: 60px;
        line-height: 60px;
        text-align: center;
        color: #ccc;
        border-right: 1px solid #ccc;

        &.focus {
            color: #000;
        }
    }
}

.load-more-img {
    padding-left: 0;
    height: 200px;
    border-top: 1px solid #ccc;
    overflow: hidden;
    img {
        display: block;
        width: 100%;
        height: 100%;
    }
}