_info-list.scss 1.82 KB
.guang-list-page {
    .editor-header {
        margin-bottom: 30rem / $pxConvertRem;
        padding-top: 36rem / $pxConvertRem;
        padding-bottom: 40rem / $pxConvertRem;
        background: #fff;
        border-bottom: 1px solid #e0e0e0;
    }

    .avatar {
        float: left;
        margin-left: 30rem / $pxConvertRem;
        img {
            width: 100rem / $pxConvertRem;
            height: 100rem / $pxConvertRem;
            @include border-radius(50%);
        }
    }

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

    .swiper-container {
        width: 100%;
        height: 310rem / $pxConvertRem;

        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: 80rem / $pxConvertRem;
    }

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

        &.focus {
            color: #000;
        }   
    }
    
    .bytouch{
        background:#eee;
    }

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

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