H5实现上拉加载功能

.list {

  overflow: hidden;

  margin: 20px 0;

}

span {

  float: left;

  margin-right: 5px;

}

p {

  float: left;

}

.positionfixd {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  ul {

    padding: 0;

    margin: 0 0 0 8px;

    li {

      display: inline-block;

      width: 19%;

      height: 30px;

      line-height: 30px;

      text-align: center;

      font-size: 14px;

      background-color: #ccc;

      color: #fff;

      border: 1.5px solid #000;

      border-right: none;

    }

  }

}

table {

  margin-top: 30px;

  tr {

    td {

      width: 20%;

      height: 30px;

      line-height: 30px;

      text-align: center;

      font-size: 14px;

    }

    .td1 {

      width: 15%;

    }

    .td2 {

      width: 25%;

      //   span{

      //       display: inline-block;

      //       text-align: center;

      //   }

    }

    .tdimg {

      img {

        width: 100%;

        height: 100%;

      }

    }

  }

}

你可能感兴趣的:(H5实现上拉加载功能)