.demo-infinite-list {
  height: 300px;
  text-align: center;

  &-item {
    margin-bottom: 10px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    background-color: #eee;
  }
}