
/* 使用绝对定位脱离ui-page的高度计算，避免showLoadMore反复触发带来的问题 */
.load-more-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100rpx;
  text-align: center;
  line-height: 100rpx;
  font-size: .7rem;
  background-color: #fff;
}
