12345678910111213141516171819202122232425262728 |
- .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;
- }
|