@charset "utf-8";
/*滚动加载数据*/
.ui-scroll-loading {
  width: 100%;
  font-size: 1.4em;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  color: #666;
}
.ui-scroll-loading:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  background: url(../images/loading.gif) no-repeat center center;
  background-size: 100% auto;
  margin-bottom: -2px;
  margin-right: 5px;
}
.ui-scroll-nodata {
  width: 100%;
  font-size: 1.4em;
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  color: #999;
}
