WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2020-12-21 bde60a4ab1c176bef2f15a36b5e355708a4a1939
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/**
 * CInfiniteScroll
 * @author Tevin
 */
 
@import "../../common/sassMixin";
 
.c-infinite-scroll {
    .c-infinite-bottom {
        text-align: center;
        .loading {
            height: 2rem;
            color: #666;
            line-height: 1.8rem;
        }
        .ended {
            height: 2rem;
            color: #999;
            line-height: 1.8rem;
        }
        .empty {
            line-height: 5rem;
            color: #999;
        }
    }
}