search.less 846 Bytes
@charset "UTF-8";

.search-box {
    background-color: #ffffff;
    min-height: 100vh;
    .nav {
        position: fixed;
        top: 0;
        background-color: #FAFBFD;
    }
    .pl {
        background-color: transparent;
        width: 750px;
        height: 104px;
    }
    .pages-box {
        .infinite-box {
            .list-com + .list-com {
                /deep/ .spacing-box {
                    background-color: #F9F9F9;
                    width: 100%;
                    height: 14px;
                }
            }
            .no-more {
                padding: 30px 0;
                color: #9B9B9B;
                font-size: 26px;
                font-weight: 400;
                line-height: 37px;
                text-align: center;
                border-top: 1px solid #F2F2F2;
            }
        }
    }
}