WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2020-12-28 3fa72c469f2ac81eefea3329811e636111cb17ce
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;
        .c-infinite-loading {
            height: 2rem;
            color: #666;
            line-height: 1.8rem;
        }
        .c-infinite-ended {
            height: 2rem;
            color: #999;
            line-height: 1.8rem;
        }
        .c-infinite-empty {
            line-height: 5rem;
            color: #999;
        }
    }
}