_info-list.css 1.5 KB
.guang-list-page {
    .editor-header {
        margin-bottom: 30px;
        padding-top: 36px;
        padding-bottom: 40px;
        background: #fff;
        border-bottom: 1px solid #e0e0e0;
    }

    .avatar {
        float: left;
        margin-left: 30px;
        img {
            width: 100px;
            height: 100px;
            border-radius: 50%;
        }
    }

    .text {
        float: left;
        margin-left: 32px;
        width: 475px;
        .name {
            font-size: 32px;
            line-height: 40px;
        }
        .info {
            margin-top: 6px;
            color: #bdbdbf;
            font-size: 24px;
            line-height: 32px;
        }
    }

    .swiper-container {
        width: 100%;
        height: 310px;

        img {
            height: 100%;
            width: 100%;
        }

        .swiper-pagination {
            bottom: 0;
            left: 0;
            width: 100%;
        }

        .swiper-pagination-bullet-active {
            background: #fff;
        }
    }

    .guang-nav {
        background-color: #fff;
        overflow: hidden;
        height: 80px;
    }


    .guang-nav-item {
        float: left;
        color: #ccc;
        font-size: 28px;
        padding: 0 22px;
        line-height: 80px;

        &.focus {
            color: #000;
        }
    }

    .bytouch{
        background:#eee;
    }

    .info-list-container {
        overflow-x: hidden;
        background: #f0f0f0;
    }

    .info-list.hide {
        display: none;
    }
}