29 lines
383 B
CSS
29 lines
383 B
CSS
|
|
.demo-infinite-container {
|
|
border: 1px solid #e8e8e8;
|
|
border-radius: 4px;
|
|
overflow: auto;
|
|
padding: 8px 24px;
|
|
height: 300px;
|
|
}
|
|
.demo-loading-container {
|
|
position: absolute;
|
|
bottom: 40px;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.demo-loading {
|
|
position: absolute;
|
|
bottom: 40px;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
|
|
.demo-loadmore-list {
|
|
min-height: 350px;
|
|
}
|
|
|