6.8cf56ae2.css 383 B

12345678910111213141516171819202122232425262728
  1. .demo-infinite-container {
  2. border: 1px solid #e8e8e8;
  3. border-radius: 4px;
  4. overflow: auto;
  5. padding: 8px 24px;
  6. height: 300px;
  7. }
  8. .demo-loading-container {
  9. position: absolute;
  10. bottom: 40px;
  11. width: 100%;
  12. text-align: center;
  13. }
  14. .demo-loading {
  15. position: absolute;
  16. bottom: 40px;
  17. width: 100%;
  18. text-align: center;
  19. }
  20. .demo-loadmore-list {
  21. min-height: 350px;
  22. }