/*上拉加载更多组件*/
.load-more {
    width: 100%;
    color: #c0c0c0;
    background: transparent;
    font-size: 14px;
}

.no-more-text {
    display: block;
    width: 150px;
    text-align: center;
}

.more-tip,
.loading-tip,
.no-more-tip {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
}

.pull-load .loading-icon {
    display: inline-flex;
    width: 35px;
    height: 35px;
    /*background: url('../../assets/loading.png') no-repeat;*/
    background-size: cover;
    margin-right: 5px;
    animation: rotating 2s linear infinite;
}

/*@keyframes rotating {*/

/*      0*/

/*% {*/

/*    transform: rotate(0deg);*/

/*      */
/*}*/

/*      100*/

/*%  {*/

/*     transform: rotate(1turn);*/

/*       */
/* }*/

/*}*/

.connecting-line {
    display: inline-flex;
    width: 150px;
    height: 2px;
    background: #ddd;
    margin-left: 20px;
    margin-right: 20px;
}
/*上拉加载更多组件css结束*/