1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| /**
| * CInfiniteScroll
| * @author Tevin
| */
|
| @import "../../common/sassMixin";
|
| .c-infinite-scroll {
| .bottom {
| height: 1.8rem;
| text-align: center;
| line-height: 1.5rem;
| color: #666;
| .empty {
| line-height: 5rem;
| color: #999;
| }
| }
| }
|
|